Commit Graph

58704 Commits

Author SHA1 Message Date
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
jendave
3ad250dc75 Added support for tgtValid (I think) 2011-08-06 07:15:09 +00:00
jendave
eb70dfd50c - Added "Text:no text" to merrow_grimeblotter.txt. 2011-08-06 07:15:03 +00:00
jendave
0d5864c4fa - Fix for Cost_Payment not setting payUntap, preventing most abilities from not being playable. 2011-08-06 07:14:58 +00:00
jendave
85f958ccb6 - AI will now take Indestructible into account, when choosing blockers.
- Fixed keyword of Amrou Kithkin.
2011-08-06 07:14:53 +00:00
jendave
e2a622f370 - Fixed Nut Collector. It's spellText was missing the Threshold portion. Added to both cardsfolder -> Nut Collector and to cards.txt -> Nut Collector. Includes a linefeed. 2011-08-06 07:14:46 +00:00
jendave
76d3e68869 - Accidentally committed Gui_NewGame, which had some changes in my local version I did not mean to commit. 2011-08-06 07:14:40 +00:00
jendave
7db159c8f6 - Fixed some combat related(lifelink) bugs. 2011-08-06 07:14:34 +00:00
jendave
ad985c158e - Added untap cost to Ability_Cost.
- Added Merrow Grimeblotter as a sample
- Preparation for using Ability_Cost with spells as an additional cost (ex. Harrow)
2011-08-06 07:14:27 +00:00
jendave
b9200fff6c The AI is now taking damage already dealt into account, when deciding to cast spPumpAllCurse spells. 2011-08-06 07:14:18 +00:00
jendave
6c92cc0884 - The AI is now taking damage already dealt into account when deciding to cast spDamageAll spells.
- Changed the targeting of players AI of spDamageTgt to what the comments say.
2011-08-06 07:14:13 +00:00
jendave
b0b3af9611 - Added a line feed to the spell text for Renewed Faith. Added to both card sources for the sake of completeness as we text the new cardfolder system. 2011-08-06 07:14:07 +00:00
jendave
8a3dfabb5b - Re-did the change "T:" to "tap:" for Arashi, the Sky Asunder. 2011-08-06 07:14:02 +00:00
jendave
d066be63fb - Fixed the "no text" problem in ReadCard. 2011-08-06 07:13:56 +00:00
jendave
6a9f8175df - Bugfix for spBounceTgt: Removed Drawback$ from the Drawback$ string which caused any spBounceTgt spell to draw X cards along with it's normal Drawback ability. 2011-08-06 07:13:50 +00:00
jendave
cfe1b08d36 - Bug Fix: If Sower of Temptation is not in play when it's ability resolves, it's ability will not do anything. 2011-08-06 07:13:45 +00:00
jendave
aa5fea6656 fix another batch of missing card picture URLs 2011-08-06 07:13:38 +00:00
jendave
6b88c8dd51 fix a batch of missing card picture URLs 2011-08-06 07:13:30 +00:00
jendave
ef6d544e25 adding cardsfolder to main.properties 2011-08-06 07:13:21 +00:00
jendave
f4175c4bd3 Fixed bug which caused it to fail reading the ".svn" folder. Now it checks that all files end with ".txt". 2011-08-06 07:13:16 +00:00
jendave
cf5d494803 4100 plus cards converted from cards.txt(r2008) L 2011-08-06 07:13:09 +00:00