Commit Graph

9740 Commits

Author SHA1 Message Date
jendave
7a3781e950 - Updated isType("Wall") to isWall(). 2011-08-07 01:32:49 +00:00
jendave
4d0a3488d6 - Updated isType("Sorcery") to isSorcery(). 2011-08-07 01:32:42 +00:00
jendave
031c2a6eaa - Updated isType("Snow") to isSnow(). 2011-08-07 01:32:35 +00:00
jendave
b94bb4b57a - Updated isType("Planeswalker") to isPlaneswalker(). 2011-08-07 01:32:29 +00:00
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
29ad792853 [maven-release-plugin] prepare for next development iteration 2011-08-07 01:32:08 +00:00
jendave
6ea1b7a8cd [maven-release-plugin] prepare release forge-1.0.9 2011-08-07 01:32:04 +00:00
jendave
52c345927e convert Serpent Generator tokens to triggers 2011-08-07 01:31:59 +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
1753ec540d [maven-release-plugin] prepare for next development iteration 2011-08-07 01:31:45 +00:00
jendave
29e667ff25 [maven-release-plugin] prepare release forge-1.0.8 2011-08-07 01:31:41 +00:00
jendave
7f24b7e053 give googlecode upload tasks different name for each platform 2011-08-07 01:31:36 +00:00
jendave
b2fdefa0ae - Added Tangleroot. 2011-08-07 01:31:31 +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
0a446a4b95 [maven-release-plugin] prepare for next development iteration 2011-08-07 01:30:54 +00:00
jendave
d185afbd7b [maven-release-plugin] prepare release forge-1.0.7 2011-08-07 01:30:50 +00:00
jendave
633cdaf75d - Updated isType("Creature") to isCreature(). 2011-08-07 01:30:45 +00:00
jendave
6fc5f9cd07 move window/linux build into profile to make the Maven install goal less time-consuming 2011-08-07 01:30:34 +00:00
jendave
fec8de0f03 - Updated isType("Aura") to isAura(). 2011-08-07 01:30:30 +00:00
jendave
c9b803ef4c - Added Eladamri's Vineyard and Magus of the Vineyard. 2011-08-07 01:30:23 +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
3d6975cd63 convert Pit Scorpion to triggers 2011-08-07 01:29:45 +00:00
jendave
ee31bf456c remove extra pipe in Manabarbs 2011-08-07 01:29:39 +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
bc5812f08a fixed missing SVar on Jackal Pup 2011-08-07 01:29:15 +00:00
jendave
6015493600 - Fixed some cards with TapsForMana triggers. 2011-08-07 01:29:09 +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
7795fc5f5f - Fixing Goblin Tunneler's pump ability. 2011-08-07 01:28:18 +00:00
jendave
a2542bff83 - Removed SVar:RemAIDeck:True from some cards. 2011-08-07 01:28:11 +00:00
jendave
b3ec31e1e1 - The AI will now use mana from the mana pool. 2011-08-07 01:27:59 +00:00
jendave
7a9291051c - Ran Set Info script. 2011-08-07 01:27:53 +00:00
jendave
a1df6a7668 - Added Sunken Hope. 2011-08-07 01:27:43 +00:00
jendave
c89f00dfe7 - Little fixes to card text files. 2011-08-07 01:27:35 +00:00
jendave
76778e11b9 - Added Forsaken Wastes. 2011-08-07 01:27:26 +00:00
jendave
324a4d126f - Added Favorable Destiny. 2011-08-07 01:27:19 +00:00
jendave
cf2c431f07 - Fixing rarity of Graveborn Muse 2011-08-07 01:27:10 +00:00
jendave
2d8c539b09 - Added Monstrous Hound. 2011-08-07 01:27:04 +00:00
jendave
de55099868 add Mana Geyser (from Fifth Dawn) 2011-08-07 01:26:55 +00:00