jendave
c8795e14c6
fix Exception in Lich Lord of Unx when life > library.size()
2011-08-06 08:08:45 +00:00
jendave
2cc3b37fb3
fix exception in Drop of Honey where all creatures in play have the same power, and Compy controls Drop of Honey.
2011-08-06 08:08:40 +00:00
jendave
6deeddb59f
Finally removed the remove list. (Replaced by SVar:RemAIDeck)
2011-08-06 08:08:34 +00:00
jendave
7713258d69
Finally removed the remove list. (Replaced by SVar:RemAIDeck)
2011-08-06 08:08:28 +00:00
jendave
dc89c91b75
Fixed Bridge from Below to only trigger on creatures.
2011-08-06 08:08:23 +00:00
jendave
960723a02d
Fixed Goblin Piledriver not getting a bonus for creatures attacking planeswalkers.
2011-08-06 08:08:18 +00:00
jendave
1209df6581
Fixed AI using Pongify on indestructible creatures.
2011-08-06 08:08:12 +00:00
jendave
1e1a4845c0
- Adapted two stPump cards to the new syntax.
...
- Added SVar:RemAIDeck:True to some recently added cards.
2011-08-06 08:08:07 +00:00
jendave
f609f390df
Changed the syntax of YouCtrl in isValidCard.
2011-08-06 08:07:59 +00:00
jendave
55c055d878
added etbBounceTgt keyword.
2011-08-06 08:07:52 +00:00
jendave
40d661efca
fix spelling of Rejuvenation
2011-08-06 08:07:46 +00:00
jendave
29511daa74
add Royal Decree (from Alliances)
2011-08-06 08:07:39 +00:00
jendave
b5d71ea731
add Ring of Gix (from Urza's Legacy)
2011-08-06 08:07:31 +00:00
jendave
f599376197
add Rejuvination Chamber (from Nemesis)
2011-08-06 08:07:23 +00:00
jendave
5a210aff3f
added Pendrell Mists (from Weatherlight)
2011-08-06 08:07:17 +00:00
jendave
5539cd0ca4
add Liege of the Pit (from Time Spiral) - piggybacked on Lord of the Pit code.
2011-08-06 08:07:11 +00:00
jendave
6cc4a8e951
Add Kataki, War's Wage (from Saviors of Kamigawa)
2011-08-06 08:07:03 +00:00
jendave
62c8bd5968
add Island Fish Jasconius (from Arabian Nights) via (several) keywords.
2011-08-06 08:06:57 +00:00
jendave
e8d4affcb0
- Fixed the LQ pic url for Freyalise's Winds.
2011-08-06 08:06:51 +00:00
jendave
597ce5e127
- Added Ancient Hydra, Cloudskate, Phyrexian Prowler, Skyshroud Behemoth, Skyshroud Ridgeback, Woodripper.
2011-08-06 08:06:46 +00:00
jendave
6563c6bde9
- Added Fading keyword. Placed into postFactoryKeywords.
...
- Changed Blastoderm to use Fading keyword
2011-08-06 08:06:35 +00:00
jendave
6a30a45cd5
- Moved Vanishing to postFactoryKeywords. This removes the need for it to be in each CardFactory file.
...
- Removed unneeded Vanishing code blocks.
- Updated Aven Riftwatcher and Calciderm to use Vanishing.
2011-08-06 08:06:27 +00:00
jendave
24600f2c54
added Energy Flux (from Antiquities) by combining stPumpAll with upkeep cost keyword.
2011-08-06 08:06:18 +00:00
jendave
0144e6cde4
Removing the ":" from the following keywords so they can be used in combination with colon-delimited keywords, like stPump, etc.
...
At the beginning of your upkeep, CARDNAME deals {num} damage to you unless you pay:{cost} ==> ...you pay {cost}
At the beginning of your upkeep, destroy CARDNAME unless you pay:{cost} ==> ...you pay {cost}
At the beginning of your upkeep, sacrifice CARDNAME unless you pay:{cost} ==> ...you pay {cost}
Also, updated the cards using these keywords.
2011-08-06 08:06:10 +00:00
jendave
9a4512a09b
- Fix Difficulty Index not being set after Save Game loads causing booster packs to be won too often.
2011-08-06 08:05:51 +00:00
jendave
bc38d0f299
added Freyalise's Winds (from Ice Age)
2011-08-06 08:05:45 +00:00
jendave
5239909506
- Fix starting Credits being grabbed from the pref file
2011-08-06 08:05:37 +00:00
jendave
e76028995f
added Wake Thrasher (from Eventide)
2011-08-06 08:05:31 +00:00
jendave
4e4f8602e2
Added 7 Threshold creatures.
2011-08-06 08:05:23 +00:00
jendave
c9e9bf5351
added Mesmeric Orb (from Mirrodin)
2011-08-06 08:05:12 +00:00
jendave
47eafe9032
- Added 5 green Threshold creatures.
...
- Added some SVars to recent additions.
2011-08-06 08:05:03 +00:00
jendave
ac0578157b
fix URL for Jester's Cap
2011-08-06 08:04:52 +00:00
jendave
21bff8635e
fixed URL for Pristine Angel
2011-08-06 08:04:47 +00:00
jendave
ab61c0ce5d
fixing some typos in SVar's
2011-08-06 08:04:41 +00:00
jendave
4e64763383
1)added comment parsing in ReadCard. In card text files, you can now start a line with "#", and that line will be ignored during parsing. It is only valid on per-line basis.
...
2) updated Judge of Currents with comments as an example
2011-08-06 08:04:35 +00:00
jendave
3534de67a7
Added Slave of Bolas.
2011-08-06 08:04:28 +00:00
jendave
1b699e70d0
Converted the rest of the stPumpAll spells to stPump.
2011-08-06 08:04:20 +00:00
jendave
d5cd804200
- Changed the syntax of stPump (see forum).
...
- Added isValidCard(String Restrictions[], String Controller) and getValidCards(final String Restrictions[], final String Controller).
- Converted most of the stPumpAll spells.
2011-08-06 08:04:11 +00:00
jendave
387708cd11
fix parsing of SVar lines in ReadCard (for LQ pic URLs)
2011-08-06 08:04:00 +00:00
jendave
b92bd72efa
minor fix to input prompt for Energy Tap
2011-08-06 08:03:55 +00:00
jendave
ed3ae1f74c
fix to SVar in King Suleiman
2011-08-06 08:03:49 +00:00
jendave
193f2054dc
added Judge of Currents (from Lorwyn) via WheneverKeyword
2011-08-06 08:03:43 +00:00
jendave
033db48e56
- Minoe edits to Patriarch's Bidding.
2011-08-06 08:03:37 +00:00
jendave
8fbb3834b9
added Cerulean Sphinx (from Ravinica:City of Guilds)
2011-08-06 08:03:32 +00:00
jendave
c58d664a70
- Pulled QuestData Preferences out of the code into a text file. This should allow users to tweak some Quest Options without needing to recompile the code.
2011-08-06 08:03:23 +00:00
jendave
2c133653ae
Switched SVars from keyword to parsed in ReadCard. T-Z
2011-08-06 08:02:54 +00:00
jendave
d63ed0cdcd
Switched SVars from keyword to parsed in ReadCard. R-S
2011-08-06 07:57:22 +00:00
jendave
e9d3f286c8
Switched SVars from keyword to parsed in ReadCard. needle_storm and pyroclasm was not commited in M-Q.
2011-08-06 07:51:26 +00:00
jendave
4f4bf3b7d7
Switched SVars from keyword to parsed in ReadCard. M-Q
2011-08-06 07:51:01 +00:00
jendave
ee7521b1e7
Switched SVars from keyword to parsed in ReadCard. H-M
2011-08-06 07:46:17 +00:00