Commit Graph

2896 Commits

Author SHA1 Message Date
jendave
e8e64694a7 - Added Nucklavee.
- Made etbReturnTgt a while loop.
2011-08-06 09:34:22 +00:00
jendave
50eac1654a add Intruder Alarm (from Stronghold) 2011-08-06 09:34:14 +00:00
jendave
4905d9ddc7 consolidating Doubling Season code (part 2/2) 2011-08-06 09:34:07 +00:00
jendave
20cc60a0a1 consolidating Doubling Season code (part 1/2) 2011-08-06 09:34:01 +00:00
jendave
ac65654080 - Added Moriok Scavenger, Scrivener, Tilling Treefolk and Treasure Hunter.
- Converted Strongarm Thug.
2011-08-06 09:33:53 +00:00
jendave
16f59fecf7 - Fixed Holy Light. 2011-08-06 09:33:42 +00:00
jendave
072d42eec8 - Converted these cards to keyword: Anarchist, Cartographer, Eternal Witness, Sanctum Gargoyle, Sharuum the Hegemon, Auramancer, Monk Idealist, Cadaver Imp, Corpse Cur, Gravedigger and Mnemonic Wall. 2011-08-06 09:33:36 +00:00
jendave
1d814ac738 update calls that get cards from zones to more standard functions. 2011-08-06 09:33:24 +00:00
jendave
68151d968b fix Wither and Infect giving -1/-1 counters to creatures. 2011-08-06 09:33:15 +00:00
jendave
bc8fa51bc6 update to Player life methods to conform with rule 118.5 2011-08-06 09:33:10 +00:00
jendave
0b8e69bb32 - Updated Count$Valid to use "Other".
- Added Blanchwood Armor and Borderland Behemoth.
2011-08-06 09:33:04 +00:00
jendave
460788015b - Added first draft of etbReturnTgt. 2011-08-06 09:32:56 +00:00
jendave
0db9f20bac - Added xCount support to stPump.
- Added Armored Ascension.
2011-08-06 09:32:50 +00:00
jendave
e5d7bac16a - Completely rewrote stPump. This increased the performance and fixed some bugs (but maybe introduced some new ones). First steps towards allowing xCount are also made. 2011-08-06 09:32:40 +00:00
jendave
511f1ad48a fix Infect not giving Poison counters. 2011-08-06 09:32:34 +00:00
jendave
2fa72199b4 consolidate Card damage code. fix a few bugs. Notably: Creatures can now damage Planeswalkers. 2011-08-06 09:32:28 +00:00
jendave
c6fde7d4d9 - Added Bloodpyre Elemental and Amulet of Unmaking. 2011-08-06 09:32:23 +00:00
jendave
15aa693729 - Made face down creatures lose their colors. 2011-08-06 09:32:16 +00:00
jendave
33a22799a6 fix Fog Bank mana cost. 2011-08-06 09:32:10 +00:00
jendave
17f9deb618 fixed mana cost for Executioner's Capsule. 2011-08-06 09:32:05 +00:00
jendave
1d0743a47a - Fixed Lodestone Myr.
- Converted Myr Galvanizer to stPump.
2011-08-06 09:31:59 +00:00
jendave
ac75940f66 - Added Farseek, Into the North and Perilous Forays.
- Converted Rampant Growth, Natures Lore and Three Visits to SP$Fetch.
2011-08-06 09:31:53 +00:00
jendave
da1cb46295 - Added the 3 remaining borderposts, Pulverize and Thunderclap. 2011-08-06 09:31:42 +00:00
jendave
b70359c58b *Added the PerSetTracking script to the res folder. 2011-08-06 09:31:32 +00:00
jendave
d32e61b3c9 - Added Hand of Emrakul. 2011-08-06 09:31:27 +00:00
jendave
7c2b64e3f1 - Added 2 of the borderposts. 2011-08-06 09:31:21 +00:00
jendave
0a51dc5784 - Added optional descriptions for alternative costs.
- Added Delraich and Demon of Death's Gate.
2011-08-06 09:31:13 +00:00
jendave
66e7e73921 fix Karma to deal damage equal to the number of swamps. (was hardcoded to 1 for some reason...) 2011-08-06 09:31:04 +00:00
jendave
7ec8ecd0cb Fix Gwafa Hazid, Profiteer ability description 2011-08-06 09:30:59 +00:00
jendave
67240820e3 Insiide Out was missing "K:Draw a card." 2011-08-06 09:30:53 +00:00
jendave
0d1c4e5b6d fix Stack Overflow when creatures assign damage to each other. 2011-08-06 09:30:48 +00:00
jendave
270b251860 fix up a couple Strings left over from Player to class conversion 2011-08-06 09:30:42 +00:00
jendave
e392d35cc8 fix AI targeting for Glimpse the Unthinkable and Tome Scour. 2011-08-06 09:30:36 +00:00
jendave
559c2744ea Fix mana cost for Guard Gomazoa. 2011-08-06 09:30:31 +00:00
jendave
0364233d8b - More updates of stPump to use "Other" as restriction.
- converted some cards to stPump.
- Added Aura Flux.
2011-08-06 09:30:25 +00:00
jendave
b89c8290b6 - Added getValidCards(final String Restrictions[], final Player Controller, final Card source) and getValidCards(final String Restrictions[], final Card source) to CardList.java.
- Updated stPump to use the card argument.
- Added Court Homunculus and Drill-Skimmer.
2011-08-06 09:30:14 +00:00
jendave
ba51ce7f5e - Fixed YouCtrl in isValidCard. 2011-08-06 09:30:05 +00:00
jendave
a55c7dc7e3 - Added the option Other to isValidCard with card as argument.
- Made restrictions like Artifact.YouCtrl,Enchantment possible.
2011-08-06 09:30:00 +00:00
jendave
dcc6400139 code cleanup related to tokens 2011-08-06 09:29:54 +00:00
jendave
1a02e4fa30 updating a bunch of calls to makeToken to pass in the Player instead of a Card. 2011-08-06 09:29:48 +00:00
jendave
0dcc77620c updating a bunch of calls to makeToken to pass in the Player instead of a Card. 2011-08-06 09:29:40 +00:00
jendave
c12b17affb more code cleanup for Zones. 2011-08-06 09:29:33 +00:00
jendave
0cd83a7b74 code cleanup in GameAction.java 2011-08-06 09:29:27 +00:00
jendave
1c53ee1664 more tweaks from converting Player to a class. 2011-08-06 09:29:21 +00:00
jendave
a708df58de forgot a couple UIDs. 2011-08-06 09:29:15 +00:00
jendave
77eebb5272 add Ezuri, Renegade Leader (from Scars of Mirrodin) 2011-08-06 09:29:09 +00:00
jendave
614ce66a03 second pass at moving card damage code to Card.java 2011-08-06 09:29:02 +00:00
jendave
e256ec93ce updating code to call new damage functions in Card.java 2011-08-06 09:28:56 +00:00
jendave
72cc6dc52f updating code to call new damage functions in Card.java 2011-08-06 09:28:50 +00:00
jendave
3581b87313 first pass at moving card damage code to Card.java 2011-08-06 09:28:43 +00:00