Commit Graph

5684 Commits

Author SHA1 Message Date
jendave
fff88ff596 add an InvalidTypes param to AF_Choose for things like "Choose a creature type other than Wall..." 2011-08-07 01:56:28 +00:00
jendave
41c299909e - Fixed Everglades. 2011-08-07 01:55:53 +00:00
jendave
9c462f1c8f - Converted Berserk to script. 2011-08-07 01:55:46 +00:00
jendave
cd3b6d4eaf allow AF_Animate to accept ChosenType for Types$ => host.getChosenType() 2011-08-07 01:55:23 +00:00
jendave
96e638179e - Submitted the fix for triggered abilities involving counters getting messed up by changeZone. 2011-08-07 01:55:15 +00:00
jendave
59adc40fcf - Added a medium version of the Professor X deck. 2011-08-07 01:54:54 +00:00
jendave
da5479a932 - The AI will now respect restrictions of mana abilities.
- Removed SVar:RemAIDeck:True from the Tainted lands.
2011-08-07 01:54:44 +00:00
jendave
e68ccd015d convert Astral Slide to triggers 2011-08-07 01:54:07 +00:00
jendave
005d8fcc6f add PLAGUE counters 2011-08-07 01:53:04 +00:00
jendave
cd38d386f6 error message improvement in AF.getAbility() parsing 2011-08-07 01:52:21 +00:00
jendave
0b3988c87c add Whirlpool Drake (from Apocalypse) 2011-08-07 01:52:14 +00:00
jendave
897c6da17e add Ceta Sanctuary (from Apocalypse) 2011-08-07 01:52:04 +00:00
jendave
5d4a466d62 tweak for handing Defined in AF_GainControl 2011-08-07 01:51:35 +00:00
jendave
c00defacd0 - Fixed the spell type in isValid. 2011-08-07 01:51:01 +00:00
jendave
83d967db34 cleanup in Card class 2011-08-07 01:50:10 +00:00
jendave
2b7cdfca58 some small tweaks for CardList operations in GameAction.java 2011-08-07 01:50:04 +00:00
jendave
01471f54ad some small tweaks for CardList operations in Combat.java 2011-08-07 01:49:58 +00:00
jendave
33e3d92c9a some small tweaks for CardList operations in some source files 2011-08-07 01:49:52 +00:00
jendave
439679044d some small tweaks for CardList operations in some source files 2011-08-07 01:49:45 +00:00
jendave
83f00b6fb5 some small tweaks for CardList operations in some Booster draft files 2011-08-07 01:49:36 +00:00
jendave
7e301a5987 some small tweaks for CardList operations in some deck generation files 2011-08-07 01:49:29 +00:00
jendave
34b60869c0 some small tweaks for CardList operations in some AbilityFactory files 2011-08-07 01:49:21 +00:00
jendave
a8daea1ca8 some small tweaks for CardList operations in some CardFactory files 2011-08-07 01:49:13 +00:00
jendave
23ebd02766 improve error handling when opening game state file 2011-08-07 01:48:13 +00:00
jendave
15655c9e84 fix NPE error in AI when using AF_Discard with "Mode$ RevealDiscardAll" 2011-08-07 01:47:59 +00:00
jendave
d3d95f55cf fixed Cost for Suffer the Past (in CF_Instants.java) 2011-08-07 01:47:46 +00:00
jendave
db1e55186f fixed Exception when using Count$TimesKicked 2011-08-07 01:47:39 +00:00
jendave
bd9c641079 add Thundercloud Elemental (from Scourge) 2011-08-07 01:47:15 +00:00
jendave
0fb25b8537 add AF_DebuffAll 2011-08-07 01:46:58 +00:00
jendave
6c43ab9465 convert Goblin Skycutter to AF 2011-08-07 01:46:44 +00:00
jendave
fc17f9455f small tweak in PhaseUtil.java 2011-08-07 01:46:35 +00:00
jendave
75ed9fb4ee reverting r9653 (remove Reality Twist and Naked Singularity) 2011-08-07 01:46:19 +00:00
jendave
7db99fbf6c add Naked Singularity and Reality Twist (from Ice Age) 2011-08-07 01:45:45 +00:00
jendave
fbf51b24f9 - The option "Produced" in AF ManaReflected now works with colorless mana. 2011-08-07 01:45:21 +00:00
jendave
b285fc2a44 - Added the option "Produced" to the ReflectProperty paramter in AF ManaReflected.
- Converted Mirari's Wake to script.
- Fixed Winter's Night.
2011-08-07 01:45:14 +00:00
jendave
d7f025e3f1 - Added support for targeting and Defined parameters to AF ManaReflected.
- Fixed Winter's Night.
2011-08-07 01:44:56 +00:00
jendave
3f89717aae - Cost_Payment.payTapXTypeList is no longer Static 2011-08-07 01:43:58 +00:00
jendave
e34ca1edf2 cleanup regarding params in a couple AFs 2011-08-07 01:43:30 +00:00
jendave
ec8b9c9c83 AF_Debuff tweaks 2011-08-07 01:43:23 +00:00
jendave
b80722e910 cleanup regarding params in a couple AFs 2011-08-07 01:43:15 +00:00
jendave
680cfd54a0 cleanup regarding params in a couple AFs 2011-08-07 01:43:07 +00:00
jendave
54a4aca2ab cleanup regarding params in a couple AFs 2011-08-07 01:42:59 +00:00
jendave
e3ed598fc0 - Choices of a Target are now handled by a separate Class (Target_Choices)
- Activating an Ability that targets multiple times now handled properly (Fix for Multi-Targeting Bug)
- Stack now uses SA_StackInstances instead of SAs
2011-08-07 01:42:34 +00:00
jendave
a6a32b8423 - Fixed relic of Plague Rats. 2011-08-07 01:42:09 +00:00
jendave
0dc027ab83 - Fixed relic of Leyline of Singularity. 2011-08-07 01:42:03 +00:00
jendave
f1aa02778e - Fixed AI double blocking creatures with "CARDNAME can't be blocked by more than one creature." 2011-08-07 01:41:57 +00:00
jendave
0915f7e574 - Fixed subabilities of Mana abilities.
- Some cleanup.
2011-08-07 01:41:51 +00:00
jendave
c42ac54d7e rename AF_Unpump to AF_Debuff 2011-08-07 01:41:00 +00:00
jendave
e1a0985bb7 - Converted Chalice of the Void to script.
- Removed some redundant SVars.
2011-08-07 01:40:49 +00:00
jendave
7abfc17db7 - Added a very hard version of the Gold Finger deck. 2011-08-07 01:40:17 +00:00