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
jendave
f899195042
add Eldrazi Spawn token LQ image link
2011-08-06 04:12:54 +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
9b83ba3842
- Ulamog fix.
2011-08-06 04:11:53 +00:00
jendave
bf8cee423b
- Added Ulamog, the Infinite Gyre.
2011-08-06 04:11:48 +00:00
jendave
d040284206
I fixed the bad LQ pic url. I should have tested it first. :(
2011-08-06 04:11:43 +00:00
jendave
42b57c1f7d
Added Alaborn Zealot and it's LQ pic url.
2011-08-06 04:11:38 +00:00
jendave
ea59e8b818
added 3 LQ pics
2011-08-06 04:11:32 +00:00