jendave
d69b93e5d6
- Added the new abDestroyTgtV cards Daraja Griffin and Western Paladin.
2011-08-06 07:21:37 +00:00
jendave
bde0ddecab
- added Darksteel Juggernaut.
2011-08-06 07:21:30 +00:00
jendave
6e6ecce3fb
added Jester's Cap (from Ice Age) - not implemented for AI
2011-08-06 07:21:24 +00:00
jendave
ecc3e7580d
- Little AI improvements for spPumpTgtCurse targeting Indestructible creatures.
...
- Added a BuffedBy SVar to Harbor Serpent.
2011-08-06 07:21:16 +00:00
jendave
70dcdc872c
- Some more changes in Ability_Cost for consistency and clenaup within costs.
...
- Changed Sac- to Sac<> to allow for multiple sacrifices, usage of ValidCard, and consistency with other costs.
- Fixed every card that used Sac- to use the altered abCost Sac<>
2011-08-06 07:21:07 +00:00
jendave
3c31b707d6
Added Predator, Flagship.
2011-08-06 07:20:36 +00:00
jendave
4ecc232972
added Northern Paladin (from original base Alpha) via abDestroyTgtV keyword
2011-08-06 07:20:30 +00:00
jendave
ba71998564
- Added Myr Galvanizer.
2011-08-06 07:20:24 +00:00
jendave
c8077db068
- Needed for discard: Game Action was hiding the last two submissions.
2011-08-06 07:20:17 +00:00
jendave
70d888282a
- Changed SubCounter to be consistent with other abCosts
...
- Changed Discard to be consistent with other abCosts
- Discard second parameter is now: Hand, Random, Any, or a <ValidType>
- Added Skyshroud Vampire
2011-08-06 07:20:11 +00:00
jendave
5a6a00293f
- Completed the Poisonous keyword.
...
- Added Snake Cult Initiation.
2011-08-06 07:20:01 +00:00
jendave
f9527723a3
- Fixed a rare bug with the keyword: When CARDNAME enters the battlefield, return a land you control to its owner's hand.
...
- Added Noggle Bridgebreaker.
2011-08-06 07:19:53 +00:00
jendave
e5e7d4fcaf
- Added Discard as an Ability_Cost
...
- Added Kris Mage and Stormbind as Samples.
2011-08-06 07:19:45 +00:00
jendave
41ca7992eb
Added Root Cage, Juntu Stakes, Freyalise's Radiance, Embargo and Crackdown.
2011-08-06 07:19:35 +00:00
jendave
13ab690898
- Added a new keyword: Permanents don't untap during their controllers' untap steps.
...
- Added Back to Basics.
- Converted to keyword: Meekstone and Marble Titan.
- Fixed a bug with Undiscovered Paradise and Winter Orb.
2011-08-06 07:19:25 +00:00
jendave
31a0b252e6
- Bugfix: Cost_Payment stops a second SacrificeThis activation when interacting with Whenever keyword by checking if the card is in play.
2011-08-06 07:19:16 +00:00
jendave
df66f4e02b
Added Reverence.
2011-08-06 07:19:10 +00:00
jendave
71513d6b53
Added abDestroyTgt keyword. Uses Ability_Cost and Target objects.
2011-08-06 07:19:03 +00:00
jendave
2b8e9821b5
- Minor edits made to Grizzly Fate. Now uses a line feed.
2011-08-06 07:18:57 +00:00
jendave
4267ddce95
added Lord of the Pit (from original base Alpha)
2011-08-06 07:18:50 +00:00
jendave
939144fb2b
fixing pic URLs for Lhurgoyf and Sangrophage
2011-08-06 07:18:42 +00:00
jendave
7c5448f3e4
more Exception Handling for d'loading LQ pics
2011-08-06 07:18:37 +00:00
jendave
4384471b9b
added Magosi, the Waterveil (from Zendikar)
2011-08-06 07:18:31 +00:00
jendave
3707e3ad96
add Drop of Honey (from Arabian Nights)
2011-08-06 07:18:23 +00:00
jendave
7223038f1e
fix Fire Tempest to deal 6 damage instead of 5
2011-08-06 07:18:15 +00:00
jendave
d36723f860
- Fixed the keyword for Blinkmoth Infusion.
2011-08-06 07:18:09 +00:00
jendave
557397a3fc
- Fixed Poison the Well, will now destroy a land and does 2 damage to the land's controller.
2011-08-06 07:18:04 +00:00
jendave
29101769b4
1) fixed EndOfCombat.executeUntil() never being called
...
2) added a parameter to CardFactoryUtil.revertManland() for original cost
3) added Jade Statue (from original base Alpha)
2011-08-06 07:17:58 +00:00
jendave
99c2ef50bc
Added Harbor Serpent.
2011-08-06 07:17:49 +00:00
jendave
04caf69169
- Changed Spike keyword to use Ability_Cost and Target, so targeting happens before Mana Payment.
2011-08-06 07:17:41 +00:00
jendave
60727ea007
- Fixed Elspeth Tirel, it will now display a rarity value.
2011-08-06 07:17:36 +00:00
jendave
1b538bed2f
- Added Darksteel Sentinel.
2011-08-06 07:17:30 +00:00
jendave
7de89d4bac
- Added some pic urls and rarities to some of the new cards.
2011-08-06 07:17:24 +00:00
jendave
d737b60ce0
- Added input_targetValid in Target_Selection for expanded Requirements coverage.
...
- Added V as an additional target parameter for abDamageTgt.
- Added Centaur Archer as a Sample of using abDamageTgtV.
2011-08-06 07:17:15 +00:00
jendave
0e5ff0600f
- Changed the deck Samantha Stephens 3 to a Painter's Servant anti-red deck. Grindstone combo is no longer the main focus.
...
- Added Samantha Stephens 1-2 (without Grindstone).
2011-08-06 07:17:07 +00:00
jendave
41389740d3
- Fixed Description of the two new keywords.
...
- For Painter's Servant the AI chooses the color that appears in the keywords of the most cards in its deck, hand and on the battlefield.
- Added KeywordsContain to Card.java.
- Added getKeywordsContain to CardList.java.
2011-08-06 07:16:58 +00:00
jendave
5c7963fddf
- Added Wandering Graybeard.
2011-08-06 07:16:52 +00:00
jendave
571a34c8da
- Merrow Grimeblotter should now download a LQ pic measuring 200 x 285 pixels.
2011-08-06 07:16:45 +00:00
jendave
7fe846934f
Some more AI attacking/blocking updates concerning indestructible, flanking, wither and infect.
2011-08-06 07:16:40 +00:00
jendave
f9f9d94b0e
Fixed Palladium Myr.
2011-08-06 07:16:35 +00:00
jendave
d433b7558f
Added Cockatrice, Deathgazer, Dread Specter, Infernal Medusa, Rock Basilisk, Tangle Asp, Thicket Basilisk and Venomous Dragonfly.
2011-08-06 07:16:29 +00:00
jendave
b854d61204
Updated the blocking and attacking AI to consider the new keywords.
2011-08-06 07:16:17 +00:00
jendave
af625c434e
- Added the keyword: Whenever CARDNAME blocks a creature, destroy that creature at end of combat.
...
- Added the keyword: Whenever CARDNAME becomes blocked by a creature, destroy that creature at end of combat.
- Added hasStartOfKeyword and getKeywordPosition to Cards.java.
- Keyworded Abomination and Gorgon Recluse.
2011-08-06 07:16:11 +00:00
jendave
8240fad362
- added Palladium Myr.
2011-08-06 07:16:04 +00:00
jendave
7985bc0e48
Centralized all milling I could find.
2011-08-06 07:15:57 +00:00
jendave
434576a5b5
- Added the missing rarity values.
2011-08-06 07:15:47 +00:00
jendave
78470f68e7
- Fixing typo in indrik_stomphowler.txt so it can etbDestroy artifacts.
2011-08-06 07:15:33 +00:00
jendave
ba5df506bb
- This prevents people from selecting the "Most recently added" menu option from the "Sort By" menu in the deck editor. I discovered that it was leading to an error exception due to the fact that the cards.txt file is now missing entries for the new cards added today.
2011-08-06 07:15:28 +00:00
jendave
87dc95bd6f
- Added True Conviction.
2011-08-06 07:15:22 +00:00
jendave
0bfe3210ef
- Added "Kinship - " to the start of the spell text for the kinnship creatures Leaf-Crowned Elder; Nightshade Schemers; Sensation Gorger; Winnower Patrol and Wolf-Skull Shaman. You can now use the deck editor's filter window to find the cards.
2011-08-06 07:15:16 +00:00