Commit Graph

49974 Commits

Author SHA1 Message Date
jendave
f53289cf62 1) Deleted the entries form cards.txt that use this old version of the keyword "This card attacks each turn if able.":
Ashen Monstrosity
Battle-Mad Ronin
Berserkers of Blood Ridge
Bloodrock Cyclops
Bloodshed Fever
Crazed Goblin
Dauthi Slayer
Goblin Brigand
Juggernaut
Monstrous Carabid
Phyrexian Snowcrusher
Tattermunge Maniac
Tectonic Fiend
Thran War Machine
Ulamog's Crusher
Uncontrollable Anger
Urborg Drake
Utvara Scalper
2) Converted these 18 cards to use the new form "CARDNAME attacks each turn if able." and pasted these at the top of file at cards.txt.
3) Searched for and found the old version of the keyword and converted it to the new version in these files:
CardFactory_Auras.java
ComputerUtil_Attack2.java
GameActionUtil.java
Input_Attack_Planeswalker.java
Input_Attack.java
2011-08-06 04:18:14 +00:00
jendave
839219e1cf added Oust from Rise of the Eldrazi 2011-08-06 04:18:07 +00:00
jendave
521f90909c added Curse of Wizardry from Rise of the Eldrazi 2011-08-06 04:17:59 +00:00
jendave
e44bda4b1c add Kor Line-Slinger from Rise of the Eldrazi 2011-08-06 04:17:50 +00:00
jendave
2a2e67e894 adding javadoc to a new field (and testing SVN connection on updated machine...) 2011-08-06 04:17:44 +00:00
jendave
927f511ec7 add Dawnglare Invoker from Rise of the Eldrazi 2011-08-06 04:17:39 +00:00
jendave
40622a37fc add LQ pic 2011-08-06 04:17:32 +00:00
jendave
a432515846 The code for Adventuring Gear was not being used correctly by the AI. The AI would tap out of mana and the Adventuring Gear would not attach itself. Moved some of the code from CardFactoryUtil.eqPump_Equip() and the AI can now use this card. 2011-08-06 04:17:28 +00:00
jendave
5d4e411f2d added Serpent of the Endless Sea from Magic 2010 2011-08-06 04:17:23 +00:00
jendave
92fbc661ac Deleted the broken cards.txt entries for Burrowing and Prophetic Prism and pasted the repaired versions at the top of file. 2011-08-06 04:17:15 +00:00
jendave
4fa67ffefc added Machinate from Darksteel 2011-08-06 04:17:10 +00:00
jendave
41c243aa68 add LQ pic 2011-08-06 04:17:04 +00:00
jendave
6cfbff46f2 add Information Dealer from Onslaught 2011-08-06 04:16:59 +00:00
jendave
5d36c6177b add Descendant of Soramaro from Saviors of Kamigawa 2011-08-06 04:16:53 +00:00
jendave
d04449858f * cleanups
* bugfix
2011-08-06 04:16:47 +00:00
jendave
1ec30a36c5 Added 11 new decks (Rares and Chris) to the questdata files. We now have 101 decks. 2011-08-06 04:16:41 +00:00
jendave
648f62c6f9 - More Phyrexian War Beast fixes. 2011-08-06 04:16:34 +00:00
jendave
b96f36e11a - Fixed Phyrexian War Beast computer code. 2011-08-06 04:16:28 +00:00
jendave
63dae9ac52 - Added Adventuring Gear.
- Made a bunch of fixes on Landfall (didn't notice +2/+2 pumps weren't optional).
- Made some optimizations in the equipment code.
2011-08-06 04:16:23 +00:00
jendave
81a13c1c30 add Aven Fateshaper from Onslaught 2011-08-06 04:16:16 +00:00
jendave
96340e1e86 added Halimar Depths from Worldwake. 2011-08-06 04:16:08 +00:00
jendave
d2085df99a fixed image for Omen 2011-08-06 04:15:58 +00:00
jendave
a28e55de3a add Beached As's code for Filigree Sages from Shards of Alara. I simplified it and let targeting happen by clicking an artifact. 2011-08-06 04:15:53 +00:00
jendave
c3d7318667 add Spire Owl from Urza's Saga (same code as Sage Owl) 2011-08-06 04:15:46 +00:00
jendave
b06eed3df6 added Sage Aven from Onslaught and Sage of Epityr from Time Spiral (same code as Sage Owl) 2011-08-06 04:15:39 +00:00
jendave
3bc4f96c8e add Omen from Portal (same code as Ponder) 2011-08-06 04:15:32 +00:00
jendave
6888db9f2b add Inkfathom Divers from Lorwyn (same code as Sage Owl) 2011-08-06 04:15:25 +00:00
jendave
a222173a49 1) add Index from Apocalypse
2) minor fixes for Ponder
2011-08-06 04:15:18 +00:00
jendave
b0ef54f8b9 add Sage Owl from Weatherlight 2011-08-06 04:15:11 +00:00
jendave
0278111f94 add Ponder from Magic 2010 2011-08-06 04:15:04 +00:00
jendave
c96d49657a adding Daring Leap from Planeshift (Thanks Rob!) 2011-08-06 04:14:56 +00:00
jendave
efd4f76aa1 (forgot GameAction.java in last commit) - break out more reusable code to GameAction.promptForShuffle(Player);
updated Natural Selection to exercise this new function
2011-08-06 04:14:50 +00:00
jendave
1f41c4c6b8 break out more reusable code to GameAction.promptForShuffle(Player);
updated Natural Selection to exercise this new function
2011-08-06 04:14:44 +00:00
jendave
7f4575589f 1) AllZoneUtil.java - add a function rearrangeTopOfLibrary(Player, numCards, shuffle?);
2) update Natural Selection to use this new function
2011-08-06 04:14:37 +00:00
jendave
713385e805 CardFactory.java - Updated spPumpTgt to support multiple keywords using " & " as delimiter. 2011-08-06 04:14:31 +00:00
jendave
d5e2a4b614 added Mind Control from Magic 2010 (same as Control Magic) 2011-08-06 04:14:25 +00:00
jendave
1292a3b4ed Card.java - Added hasKeyword and hasAnyKeyword. 2011-08-06 04:14:17 +00:00
jendave
b65781fa17 add Fabricate from Mirrodin 2011-08-06 04:14:10 +00:00
jendave
28d41a120d add Disorient from Magic 2010 via keyword 2011-08-06 04:14:03 +00:00
jendave
74f8e6c63e add Feldon's Cane from Antiquities 2011-08-06 04:13:58 +00:00
jendave
b2936700d9 - Fixed a small thing with Ulamog. 2011-08-06 04:13:51 +00:00
jendave
e14021dbe5 remove outdated and irrelevant comment in Howling Mine and Font of Mythos 2011-08-06 04:13:45 +00:00
jendave
4a402e9cca - More Champion fixes. 2011-08-06 04:13:40 +00:00
jendave
822b26f5ab - Fixed some issues with Champion creatures, and Wren's Run Packmaster in particular. 2011-08-06 04:13:35 +00:00
jendave
1e889bb59c - Daru Encampment should be able to pump changeling creatures now. 2011-08-06 04:13:29 +00:00
jendave
ab715dc84c Fixed the LQ pic url 2011-08-06 04:13:24 +00:00
jendave
18014ce178 Added Mirror-Sigil Sergeant 2011-08-06 04:13:17 +00:00
jendave
610cd06acf update the makeToken for Helion Eruption to find the new token images. 2011-08-06 04:13:10 +00:00
jendave
fd8c083d01 added Explosive Revelation from Rise of the Eldrazi (it's basically like Erratic Explosion, but EE didn't look like it was implemented as the card describes...) 2011-08-06 04:13:04 +00:00
jendave
fab095a748 add Hellion token LQ image 2011-08-06 04:12:58 +00:00