Commit Graph

3291 Commits (7cc0fb0382f1c1468c9a7d1392433e3acab2008a)

Author SHA1 Message Date
melvin e8546da818 added MagicManaType.getList
extended tap add mana to specify multiple mana types separated by or

added sac add mana any keyword ability
2011-11-21 13:26:50 +08:00
melvin 077ff38267 replaced MagicTapManaActivation with tap add mana <mana type> keyword 2011-11-21 12:50:30 +08:00
melvin 3b2e12b024 replaced rule for existing_full.txt to a generic rule for adding oracle text to a list of cards 2011-11-21 12:47:34 +08:00
melvin 41398051ff made script more generic 2011-11-21 12:47:01 +08:00
melvin 88fdb88936 added tap add mana <mana type> keyword ability 2011-11-21 12:46:15 +08:00
melvin 618c82211d replaced card code with landfall pump keyword ability 2011-11-21 12:00:55 +08:00
melvin 27f2497dcd added landfall pump keyword ability 2011-11-21 11:38:17 +08:00
melvin 4d3bc97f4a converted card code to ally grow keyword ability 2011-11-21 11:27:11 +08:00
melvin d4016971b1 added ally grow keyword ability 2011-11-21 11:25:37 +08:00
melvin c6dee38095 replaced card code with enters draw card keyword ability 2011-11-21 11:08:09 +08:00
melvin e820136b66 remove card name from rule 2011-11-21 11:00:13 +08:00
melvin ad0b79b994 added enters draw card keyword ability 2011-11-21 10:59:58 +08:00
melvin 54ac007792 replaced card code with attacks pump keyword ability in card script 2011-11-21 10:39:26 +08:00
melvin cd292e9712 added attacks pump <pt change> keyword ability 2011-11-21 10:38:43 +08:00
melvin a9bf097d2e combined condition into a single expression 2011-11-21 10:20:50 +08:00
melvin 3828396ee5 replaced card code with rampage n keyword in card script 2011-11-21 10:18:27 +08:00
melvin 105455e6f6 added rampage n keyword ability 2011-11-21 10:17:19 +08:00
melvin dccdd52cf1 replaced card code with ping keyword 2011-11-21 09:50:58 +08:00
melvin 67b093a139 added MagicPingActivation and ping keyword 2011-11-21 09:46:27 +08:00
melvin 5c0b974fcd updated cubes 2011-11-19 11:30:16 +08:00
melvin a8c96958ab correct paths due to reorg of release folder 2011-11-19 11:30:04 +08:00
melvin 2b074b05e5 convert land cards to use enters tapped unless two and enters tapped unless <subtype> <subtype> 2011-11-19 11:03:06 +08:00
melvin 88545ad27f added enters tapped unless two, enters tapped unless <subtype1> <subtype2> 2011-11-19 11:00:25 +08:00
melvin 8f73567975 updated version number to 1.20 2011-11-18 11:42:49 +08:00
melvin 24e7262ff0 added sample game to test message shown for enters gain life and enters lose life 2011-11-18 11:39:06 +08:00
melvin 75053d6570 added keyword ability 'enters lose life n', converted cards to use this new keyword ability 2011-11-18 11:36:08 +08:00
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