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
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
4fa67ffefc
added Machinate from Darksteel
2011-08-06 04:17:10 +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
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
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
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
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
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
f2c5f5bea3
add Acid Rain from Legends
2011-08-06 04:12:49 +00:00
jendave
aa4e39d8a6
added Acidic Soil from Urza's Saga
2011-08-06 04:12:43 +00:00
jendave
ea2c099ad3
CardUtil.getColor() -> CardUtil.getColors().contains() in Wojek Embermage
2011-08-06 04:12:36 +00:00
jendave
3659d5936b
fixed type in Rathi Assassin fix
2011-08-06 04:12:30 +00:00
jendave
f4ba0b6c4b
update for Rathi Assassin to use CardUtil.getColors() instead of CardUtil.getColor() based on rule 202.2c
2011-08-06 04:12:25 +00:00
jendave
3108a7885e
Added Dissipate and it's LQ pic urls. I added the spell name to:
...
ComputerAI_counterSpells.getPlayableCounterSpells()
ComputerAI_counterSpells2.getPlayableCounterSpells(final SpellAbility sa)
and the computer can use this spell.
2011-08-06 04:12:20 +00:00
jendave
d226caad39
add All is Dust from Rise of the Eldrazi
2011-08-06 04:12:12 +00:00
jendave
b7bca0b774
add Tranquil Path from Apocalypse
2011-08-06 04:12:06 +00:00
jendave
09e7de448e
1) Added Buried Alive and it's LQ pic url.
...
2) Added LQ pic url for Ulamog, the Infinite Gyre.
2011-08-06 04:11:59 +00:00
jendave
bf8cee423b
- Added Ulamog, the Infinite Gyre.
2011-08-06 04:11:48 +00:00
jendave
42b57c1f7d
Added Alaborn Zealot and it's LQ pic url.
2011-08-06 04:11:38 +00:00
jendave
600b5302cc
1) add keyword: CARDNAME can't be blocked except by black creatures.
...
2) added Zulaport Enforcer using this keyword
2011-08-06 04:11:23 +00:00