jendave
0f40a14365
- Added slapshot5's code for Near-Death Experience, Bottle of Suleiman, Fracturing Gust and Hurkyl's Recall.
2011-08-06 03:57:43 +00:00
jendave
eacdb4a66f
- Added Slapshot5's code for Natural Selection, Giant Tortoise.
2011-08-06 03:57:36 +00:00
jendave
f466c1d36c
- Added Epic Struggle, Reinforcements.
2011-08-06 03:57:23 +00:00
jendave
da6715ac7f
1) Added LQ pic url.
...
2) Changed the cards.txt entry for Funeral Charm and moved it to the top.
3) Modified the Funeral Charm code and it now can give Swampwalk till EOT.
2011-08-06 03:57:16 +00:00
jendave
a7989ca4f9
- Small tweaks to Rampant Growth.
2011-08-06 03:57:10 +00:00
jendave
c4ebceea0b
- Added Rampant Growth.
2011-08-06 03:57:04 +00:00
jendave
5350f97e92
- Made some improvements in AI code for Oblivion Ring.
2011-08-06 03:56:51 +00:00
jendave
43dda30771
- Fixed Goblin Assault (shouldn't lose 1 life anymore).
2011-08-06 03:56:46 +00:00
jendave
3ea0e77925
Added code for Kor Firewalker.
2011-08-06 03:56:36 +00:00
jendave
b9955616bf
- Added Slapshot5's Kjeldoran Outpost code.
2011-08-06 03:56:31 +00:00
jendave
ef9fa1c75f
1) Added Gnat Alley Creeper and Stone Spirit and their LQ pic urls.
...
2) Added a short test for a new keyword "CARDNAME can't be blocked by creatures with flying.".
3) Added Lone Missionary, it's LQ pic url and a small bit of code in the CardFactroy_Creatures code block for these types of creatures.
2011-08-06 03:56:25 +00:00
jendave
9596143170
The AI will only cast Mind Twist/Shatter if it can cause the human to discard at least two cards. Added a MaxX test into the canPlayAI() to make sure that the computer has enough untapped mana to power up the X cost.
2011-08-06 03:56:14 +00:00
jendave
cc1bb83c02
1) Added a spell.setDescription() to the reverted Riding the Dilu Horse code.
...
2) Added the LQ pic url for Windrider Eel.
3) Added Veteran's Reflexes via keyword and added it's LQ pic url.
2011-08-06 03:56:08 +00:00
jendave
93f2c923b7
Added code for Explore.
2011-08-06 03:55:57 +00:00
jendave
76e0afc93b
1) Deleted Goldmeadow Dodger from cards.txt.
...
2) Added these cards to the top of cards.txt: Amrou Kithkin; Fleet-Footed Monk; Goldmeadow Dodger; Sneaky Homunculus.
3) Added the LQ pic urls for the three new cards.
4) Commented out the old Goldmeadow Dodger test from the CombatUtil.canBlock() method.
5) Added Dennis SS5's keyword code to CombatUtil.canBlock().
2011-08-06 03:55:52 +00:00
jendave
a23c32abd8
- Mutavault shouldn't trigger the ability of Soul Warden / Essence Warden anymore.
2011-08-06 03:55:46 +00:00
jendave
a48b4d6fd2
- Counters getting removed from a permanent shouldn't result in a negative number.
2011-08-06 03:55:41 +00:00
jendave
2e6794cb09
- Small performance tweak.
...
- Reverted Riding the Dilu Horse from keyword to code.
2011-08-06 03:55:35 +00:00
jendave
64e47b6d9b
Added Mogg Jailer to cards.txt and I added it's LQ pic url to card-pictures.txt. I missed this one while I was adding Goblin Mutant and Orgg. I had to modify the keyword to test for "greater" or "less".
2011-08-06 03:55:27 +00:00
jendave
2cce4554ef
Added two new cards: Goblin Mutant and Orgg to cards.txt, card-pictures.txt and CombatUtil.java. These two cards are implemented by anew keyword
...
CARDNAME can't attack if defending player controls an untapped creature with power {num} or greater.
2011-08-06 03:55:21 +00:00
jendave
ec29437640
Moved reflected mana ability code into a new class. Made reflected lands playable from Input_PayManaCost.
2011-08-06 03:55:14 +00:00
jendave
ba0070ddda
1) Deleted the cards.txt entries: Ironclaw Orcs and Sunweb.
...
2) Added these cards to the top of cards.txt: Brassclaw Orcs; Ironclaw Buzzardiers; Ironclaw Curse; Ironclaw Orcs; Spitfire Handler; Sunweb.
3) Added the LQ pic urs for the cars above.
4) Added the code for CARDNAME can't block creatures with power {rest of text string}
2011-08-06 03:55:05 +00:00
jendave
696b2c289c
- Fixed Breath of Life, Resurrection, Zombify, False Defeat (should only be able to cast as sorcery).
2011-08-06 03:54:59 +00:00
jendave
c0cab338a4
- Fixed LQ card-pictures link.
2011-08-06 03:54:45 +00:00
jendave
18b5839ba7
- Fixed a minor text bug in Wasteland / Stripmine.
2011-08-06 03:54:27 +00:00
jendave
015a97a872
Added some of the AI from enPump to the Vigilance code block.
2011-08-06 03:54:22 +00:00
jendave
d25e55ddd3
- Fixed an incompatibility issue with the card shop and old quest files.
...
- Fixed some more of Chris' changes I overwrote.
2011-08-06 03:54:00 +00:00
jendave
aef71ca656
- Fixed Uril, the Miststalker.
...
- Added slapshot5's code for Diamond Valley, Gaea's Avenger, Jondar's Saddlebags, People of the Woods.
2011-08-06 03:53:54 +00:00
jendave
0330f9c34d
- AI should not try to cast destruction spells that use the spDestroyTgt keyword targeting indestructible permanents anymore.
2011-08-06 03:53:47 +00:00
jendave
75245c647f
- Fixed an issue with the card shop giving an error message if there was no list generated yet.
2011-08-06 03:53:42 +00:00
jendave
65f0068817
Added Reflecting Pool and Exotic Orchard with abAddReflectedMana keyword.
...
Changed getColors() and getColor2() to getLongManaString and getShortManaString.
Clean-up from FinestHour: rename resetAttackedThisPhase to resetAttackedThisCombat.
2011-08-06 03:53:36 +00:00
jendave
3b292208dd
Added the Loxodon Punisher test to the CardList getCreature() code for Sword of the Meek and Umezawa's Jitte.
2011-08-06 03:53:25 +00:00
jendave
d851fc57d7
- Fixed Shizo, Death's Storehouse input message (thanks slapshot5 for pointing it out!)
2011-08-06 03:53:16 +00:00
jendave
b1f32562be
1) Added Fallowsage and a total of 12 LQ pic urls.
...
2) Fixed Renewed Faith.
2011-08-06 03:53:07 +00:00
jendave
294b1a1378
- Fixed Sedraxis Specter.
2011-08-06 03:53:01 +00:00
jendave
be5384314b
- Added Unearth + a bunch of Unearth cards.
2011-08-06 03:52:55 +00:00
jendave
dee67a6a68
1) Added to new pic urls.
...
2) Improved the AI for eqPumps, will now look for Loxodon Punisher as a target.
2011-08-06 03:52:46 +00:00
jendave
eefb11c1ce
- Dragon Broodmother tokens have flying now.
2011-08-06 03:52:40 +00:00
jendave
924ec55ee4
- Added slapshot5's code for City of Brass, Channel the Suns and Wall of Tears.
...
- Added Borderland Ranger.
2011-08-06 03:52:35 +00:00
jendave
e4b28ffc04
- Added Goblin Assault.
2011-08-06 03:52:27 +00:00
jendave
ebe34a9938
1) Added these cards and their LQ pic urls: Cagemail; Cursed Flesh; Leaden Fists; Zephyr Net.
...
2) I attempted to modify the canPlayAI() to handle the cards above and I think it is working, we shall see. Our beta testers will let us know. :)
2011-08-06 03:52:20 +00:00
jendave
2975a18a31
- Fixed a bug where Pyroclasm (or other mass damage dealing effects) wouldn't always kill off all creatures (eg. Mad Auntie + 2/2 goblin).
...
- Whenever a match is won, the Restart button is now disabled (oftentimes hitting the spacebar once too many would restart the match even though it had been won, very annoying in Quest Mode).
- Fixed Dromad Purebred (it will actually get damaged now).
- Fixed Cao Ren, Wei Commander (will not cause a card draw).
2011-08-06 03:52:13 +00:00
jendave
d2a7014f47
1) Added these cards and their LQ pic urls: Immolation; Maggot Therapy; Riot Spikes; Sangrite Backlash; Twisted Experiment.
...
2) Improved the canPlayAI() method located in SpellAbility enPump_Enchant.
2011-08-06 03:52:07 +00:00
jendave
df3be094a1
- cleanups
2011-08-06 03:52:00 +00:00
jendave
939f8fbed7
- Added slapshot5's code for Crumble, The Rack, Flashfires and Karma.
2011-08-06 03:51:39 +00:00
jendave
b18e6b31f3
Improved the AI for enPumpCurse.
2011-08-06 03:51:29 +00:00
jendave
b8259ccfb5
Converted these cards from code to keyword: Bound in Silence; Cessation; Despondency; Eternity Snare; Pacifism; Paralyzing Grasp; Sluggishness; Weakness.
2011-08-06 03:51:24 +00:00
jendave
c5bfc49a94
-Forgot to include new class
2011-08-06 03:51:13 +00:00
jendave
2c42300e27
- Separation of rarity files for booster drafts (still have to replace the actual rarity files with meaningful/balanced ones).
2011-08-06 03:51:07 +00:00
jendave
74076cb46f
- Added slapshot5's Ironclaw Orcs and Copper Tablet code.
2011-08-06 03:50:56 +00:00