Commit Graph

3114 Commits (d911b06afbe307e2ac30b17071faf44706bd291b)

Author SHA1 Message Date
melvin d911b06afb simplified more cards to use the 'enters gain life n' keyword ability 2011-11-18 11:16:59 +08:00
melvin 57155e9346 added enters gain life n keyword ability, convert Refuge lands to use the new keyword 2011-11-18 10:37:19 +08:00
melvin d5cfb39738 added devour n keyword, converted cards to use the neyword 2011-11-18 10:01:31 +08:00
melvin e63ae30960 correct paths for rule to generate the download package 2011-11-18 09:38:37 +08:00
melvin d22580eeb4 added keyword ability shock land, replaced MagicRavnicaLandTrigger with shock land keyword in card script 2011-11-17 22:16:28 +08:00
melvin 7ff07447d0 convert card code to blocked pump, blocked by pump, and blocks or blocked pump keyword ability 2011-11-17 22:05:08 +08:00
melvin 4fb822bf40 removed requires_card_code from Pygmy Troll script, removed Pygmy Troll card class 2011-11-17 20:39:10 +08:00
melvin 263ae0d90d added blocked pump <pt change> and blocked by pump <pt change>, convert Pygmy Troll to use blocked by pump 2011-11-17 20:38:23 +08:00
melvin af69f86c8b replaced MagicLevelUpActivation with level up <mana cost> <max level> keyword ability in card script 2011-11-17 16:42:37 +08:00
melvin ea389fe5b4 added level up <mana cost> <max level> to keyword ability, converted Null Champion to use the keyword ability 2011-11-17 16:25:10 +08:00
melvin 3157c7c881 convert code for Vanishing to vanishing <n> keyword ability in card script 2011-11-17 16:18:20 +08:00
melvin f338c46e13 added vanishing <n> to card script, converted Aven Riftwatcher to use the vanishing n keyword 2011-11-17 16:11:35 +08:00
melvin 50ae599b87 removed arguments when finding abilitys to add to script 2011-11-17 16:10:49 +08:00
melvin 2f494bc09b convert card code to using cumulative upkeep <mana cost> in card script 2011-11-17 15:46:39 +08:00
melvin baf06438bd store mana cost as MagicManaCost instead of as String 2011-11-17 15:44:25 +08:00
melvin 015ab2ffc0 replaced card code with echo <mana cost> and pump <mana cost> <pt change> card script 2011-11-17 14:49:19 +08:00
melvin a814b304b3 add parameterized version of echo 2011-11-17 14:39:24 +08:00
melvin 367bea5e20 store mana cost as MagicManaCost instead of as String 2011-11-17 14:38:56 +08:00
melvin 518af04b14 added pump <mana cost> <pt change> keyword ability, converted Hellkite Overload to use the new keyword 2011-11-17 14:07:41 +08:00
melvin a2f9b86cbd converted fading implementation to fading keyword in card script 2011-11-17 12:59:51 +08:00
melvin 13ee08efd9 moved fading to card script, corrected implementation of Rusting Golem to use MagicCDA instead of MagicStatic 2011-11-17 12:57:48 +08:00
melvin 950390e6fd added MagicCDA.genPowerToughness that makes use of property of permanent if it exists, needed for Rusting Golem 2011-11-17 12:51:57 +08:00
melvin c23a1a24e0 added fading n keyword ability to card script, converted Jolting Merfolk to use the fading n keyword 2011-11-17 11:43:32 +08:00
melvin 6ed0b732fc made the condition clearer, replaced if with ternary op to have only one return 2011-11-17 10:43:22 +08:00
melvin bc88f6ce48 replaced card code with soulshift keyword ability in card script 2011-11-17 09:42:28 +08:00
melvin 95db46fb6e added support for soulshift n keyword ability in card script, converted Body of Jukai to use the keyword ability 2011-11-17 09:19:34 +08:00
melvin 7e6a3e6d22 replaced bushido code with bushido n keyword ability in card script 2011-11-16 15:34:35 +08:00
melvin 4440eb9366 added bushido n keyword ability, convert Kuro's Taken to use keyword instead of card class 2011-11-16 15:07:12 +08:00
melvin d1b28d11fc replaced MagicRegenerationActivation with regenerate <mana cost> keyword ability in card script 2011-11-16 15:01:26 +08:00
melvin 9c143c88a8 added regenerate <mana cost> keyword ability to card script, converted Troll Ascetic to use the keyword ability instead of using a card class 2011-11-16 14:38:41 +08:00
melvin ee094bded7 moved flanking from card class to card script 2011-11-16 10:23:37 +08:00
melvin c975a8fa4b fixed rule for cards_diff 2011-11-16 10:21:14 +08:00
melvin 87875d94b0 added rule to generate cards_diff 2011-11-16 10:11:34 +08:00
melvin 51ce66ebca MagicFlankingTrigger added automatically if card script contains flanking keyword 2011-11-16 09:59:21 +08:00
melvin c9abadb3aa replaced code handling implementation of modular n with modular n keyword in card script 2011-11-15 22:29:55 +08:00
melvin 25442651de simplified MagicCardDefinition.setAbility, separate ability name and arg in CardDefinitions 2011-11-15 22:24:28 +08:00
melvin 53b1657058 added addAbilityImpl to MagicAbility to add MagicAbility to modify MagicCardDefinition by adding triggers/activations etc, accepts a String arg for abilitys with arguments such as modular 2011-11-15 22:23:41 +08:00
melvin 3efad5eebb MagicModularTrigger added automatically if keyword ability modular is present 2011-11-15 13:06:50 +08:00
melvin ed6575d50d added support for modular keyword ability in card script 2011-11-15 13:00:42 +08:00
melvin 8d9ea085c8 replaced addTrigger with add 2011-11-15 12:25:21 +08:00
melvin c3c60f933d replaced MagicTappedIntoPlayTrigger with 'enters tapped' ability in script 2011-11-15 11:56:06 +08:00
melvin 7ed5a3784d added 'enters tapped' keyword ability 2011-11-15 11:39:35 +08:00
melvin a42b6baf33 modified cards to change echo code to echo keyword in script 2011-11-15 11:04:39 +08:00
melvin 004337defd added echo to list of supported keyword abilities 2011-11-15 10:24:54 +08:00
chens1992@gmail.com 0a12f7b556 added Carrion Ants 2011-11-14 22:34:08 +08:00
melvin 3dc714bee1 removed unused method 2011-11-13 21:15:59 +08:00
melvin 9c19a17776 moved array constants to static final members 2011-11-13 20:43:18 +08:00
melvin cfbb2b3fcf replaced local StringBuffer with StringBuilder, synchronized behavior of StringBuffer not necessary for local variables 2011-11-13 20:21:53 +08:00
melvin 9df4d992e8 removed reference to cards.txt 2011-11-13 20:19:46 +08:00
melvin f757529356 changed from StringBuffer to StringBuilder 2011-11-13 20:19:31 +08:00