Commit Graph

5753 Commits

Author SHA1 Message Date
jendave
4f4be47f00 convert Dovescape to triggers 2011-08-07 01:32:22 +00:00
jendave
6f386813ac retire keyword "Whenever this creature deals damage to a player, that player gets a poison counter." 2011-08-07 01:32:14 +00:00
jendave
374a162939 fixed AF_Token adding triggers to the created token. I was getting errors testing changes to Serpent Generator. Tested with Mitotic Slime and Skirk Ridge Exhumer, which are the only cards using this. They still work as expected. 2011-08-07 01:31:52 +00:00
jendave
d39f59b718 - Updated isType("Land") to isLand(). 2011-08-07 01:31:24 +00:00
jendave
0e6b13ddde - Updated isType("Instant") to isInstant(). 2011-08-07 01:31:16 +00:00
jendave
e2e5d8281b - Updated isType("Equipment") to isEquipment(). 2011-08-07 01:31:08 +00:00
jendave
d3d00ad13d - Updated isType("Enchantment") to isEnchantment(). 2011-08-07 01:31:01 +00:00
jendave
633cdaf75d - Updated isType("Creature") to isCreature(). 2011-08-07 01:30:45 +00:00
jendave
fec8de0f03 - Updated isType("Aura") to isAura(). 2011-08-07 01:30:30 +00:00
jendave
94b1702aad - Simplified the code found in forge.GameActionUtil and forge.PlayerZone_ComesIntoPlay and forge.RunTest. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:30:14 +00:00
jendave
55f8f4e8ee - Simplified the code found in forge.GameAction and forge.ComputerAI_General and forge.ComputerUtil. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:30:07 +00:00
jendave
28668e5297 - Added Gibbering Hyenas. 2011-08-07 01:30:01 +00:00
jendave
0e7ddf3520 tweak stack description for AF_Poison and code cleanup in AbilityFactory_AlterLife class 2011-08-07 01:29:52 +00:00
jendave
385f90da2c - Converted Gauntlet of Might, Overgrowth and Wild Growth to script. 2011-08-07 01:29:32 +00:00
jendave
e2f7a3cfb9 fix Elspeth, Knight-Errant pump ability lasting past EOT. 2011-08-07 01:29:22 +00:00
jendave
1d36706205 - Added targeting and Defined parameters to AF Mana.
- Added Vernal Bloom.
2011-08-07 01:29:00 +00:00
jendave
a2ca33900a - Simplified the code found in forge.AIPlayer and forge.CardListUtil and forge.CombatUtil. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:28:50 +00:00
jendave
4fe0a69a28 - Simplified the code found in forge.deck.generate.Generate2ColorDeck and forge.deck.generate.Generate3ColorDeck and forge.deck.generate.GenerateThemeDeck. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:28:43 +00:00
jendave
8ef0553d25 - Simplified the code found in forge.card.cardFactory.CardFactoryUtil and forge.card.spellability.Ability_Mana and forge.card.spellability.Spell_Permanent. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:28:35 +00:00
jendave
03cf1cf93f - Simplified the code found in forge.card.cardFactory.CardFactoryUtil and forge.card.abilityFactory.AbilityFactory_Animate. Updating c.getType().contains(string) to c.isType(string). 2011-08-07 01:28:27 +00:00
jendave
b3ec31e1e1 - The AI will now use mana from the mana pool. 2011-08-07 01:27:59 +00:00
jendave
324a4d126f - Added Favorable Destiny. 2011-08-07 01:27:19 +00:00
jendave
2d8c539b09 - Added Monstrous Hound. 2011-08-07 01:27:04 +00:00
jendave
f0b6005a13 - Added AI mana pool. You can see its contents by mousing over the AI life. The AI still won't use the mana though. 2011-08-07 01:24:50 +00:00
jendave
36e300be95 convert Venerated Teacher to triggers 2011-08-07 01:24:24 +00:00
jendave
a907edc562 convert Scarblade Elite to AF_Destroy 2011-08-07 01:24:06 +00:00
jendave
c309cba6e5 improve selection message for exileFromGraveType 2011-08-07 01:23:57 +00:00
jendave
ea8097016c convert Mirror Entity to AF_AnimateAll 2011-08-07 01:23:49 +00:00
jendave
2157f7b0bd add AF_AnimateAll 2011-08-07 01:19:37 +00:00
jendave
0be7fd81de make the "SVar=" part optional for SubAbility$ (now that all old-style drawbacks have been removed) 2011-08-07 01:19:25 +00:00
jendave
4018c29156 add a NumCopies param to AF_CopyPermanent; convert Rite of Replication to AF. 2011-08-07 01:18:50 +00:00
jendave
35846ff8eb add Lyzolda, the Blood Witch (from Dissension) 2011-08-07 01:18:40 +00:00
jendave
6ec9477eb1 - Added the option "Unique" to AF Effect.
- Improved implementation of Liege of the Tangle.
2011-08-07 01:18:22 +00:00
jendave
eb03286c0a - Added Flood counters. 2011-08-07 01:18:13 +00:00
jendave
1b37bc8879 add AEthermage's Touch (from Dissension) 2011-08-07 01:17:59 +00:00
jendave
dafa9ac316 - Changed the default of UnlessPlayer to TargetedController.
- Added Scarwood Bandits.
2011-08-07 01:17:40 +00:00
jendave
2284721c09 "How To Play" is now part of the "Help" menu item. Fixes an issue on OSX 2011-08-07 01:17:24 +00:00
jendave
d909bc058c convert Loxodon Hierarch and Wrap in Vigor to AF 2011-08-07 01:16:40 +00:00
jendave
b3d2f75649 add AF_RegenerateAll 2011-08-07 01:16:30 +00:00
jendave
d50e964405 move setDealtDmgToHumanThisTurn() and setDealtDmgToComputerThisTurn() to Cleanup in Phase.java 2011-08-07 01:16:10 +00:00
jendave
64e294366f add Ichneumon Druid (from Legends) 2011-08-07 01:16:03 +00:00
jendave
682e13dcff Added Card.getCurSetURL method.
Enabled use of SetInfo URL - if a card only has one picture then apply a 35% probability to download from provided URL, to cut down on cardforge.org traffic.
2011-08-07 01:15:45 +00:00
jendave
e646ee4efc convert Presence of the Master to script 2011-08-07 01:15:38 +00:00
jendave
1a7e87981d add some comments in AllZoneUtil 2011-08-07 01:15:31 +00:00
jendave
a425ee1f3a standardize the targeting part of AF_Counter to make it more closely match other AFs and prevent NPEs. 2011-08-07 01:15:24 +00:00
jendave
8f135a795d code rearrangement out of AllZoneUtil 2011-08-07 01:15:04 +00:00
jendave
f3da55aa09 fix creatures copied via Clone not having abilities 2011-08-07 01:13:59 +00:00
jendave
8efa86431b fix to give AF_GainControl creature to original controller instead of automatically donating it to the opponent 2011-08-07 01:13:51 +00:00
jendave
26b669e4d6 fix for missing function in AllZoneUtil 2011-08-07 01:12:57 +00:00
jendave
21a6e0e3e9 code simplifications in GuiDisplay classes 2011-08-07 01:12:50 +00:00