From d57f6bb58fe03534b5ad2acb3c0bac501f77c8e1 Mon Sep 17 00:00:00 2001 From: Hanmac Date: Fri, 17 Jun 2016 13:26:12 +0000 Subject: [PATCH] Updates Cards with "Protection from X" to use easier parsing --- forge-gui/res/cardsfolder/d/diregraf_escort.txt | 2 +- forge-gui/res/cardsfolder/e/elite_inquisitor.txt | 4 +++- forge-gui/res/cardsfolder/e/enemy_of_the_guildpact.txt | 2 +- forge-gui/res/cardsfolder/g/grave_bramble.txt | 2 +- forge-gui/res/cardsfolder/g/guardian_of_the_guildpact.txt | 2 +- forge-gui/res/cardsfolder/g/guildscorn_ward.txt | 2 +- forge-gui/res/cardsfolder/m/midnight_duelist.txt | 2 +- forge-gui/res/cardsfolder/n/naths_buffoon.txt | 2 +- forge-gui/res/cardsfolder/r/riptide_biologist.txt | 2 +- forge-gui/res/cardsfolder/s/shoreline_raider.txt | 2 +- forge-gui/res/cardsfolder/s/soldier_of_the_pantheon.txt | 2 +- 11 files changed, 13 insertions(+), 11 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/diregraf_escort.txt b/forge-gui/res/cardsfolder/d/diregraf_escort.txt index 4a533c119cc..0e3b6b7be7c 100644 --- a/forge-gui/res/cardsfolder/d/diregraf_escort.txt +++ b/forge-gui/res/cardsfolder/d/diregraf_escort.txt @@ -3,6 +3,6 @@ ManaCost:G Types:Creature Human Cleric PT:1/1 K:Soulbond -S:Mode$ Continuous | Affected$ Creature.PairedWith,Creature.Self+Paired | AddKeyword$ Protection:Zombie:Protection from Zombies | Description$ As long as CARDNAME is paired with another creature, both creatures have protection from Zombies. +S:Mode$ Continuous | Affected$ Creature.PairedWith,Creature.Self+Paired | AddKeyword$ Protection from Zombies | Description$ As long as CARDNAME is paired with another creature, both creatures have protection from Zombies. SVar:Picture:http://www.wizards.com/global/images/magic/general/diregraf_escort.jpg Oracle:Soulbond (You may pair this creature with another unpaired creature when either enters the battlefield. They remain paired for as long as you control both of them.)\nAs long as Diregraf Escort is paired with another creature, both creatures have protection from Zombies. diff --git a/forge-gui/res/cardsfolder/e/elite_inquisitor.txt b/forge-gui/res/cardsfolder/e/elite_inquisitor.txt index d4a7908d99e..57a90aabb5d 100644 --- a/forge-gui/res/cardsfolder/e/elite_inquisitor.txt +++ b/forge-gui/res/cardsfolder/e/elite_inquisitor.txt @@ -4,6 +4,8 @@ Types:Creature Human Soldier PT:2/2 K:First Strike K:Vigilance -K:Protection:Vampire,Werewolf,Zombie:Protection from Vampires, from Werewolves and from Zombies. +K:Protection from Vampires +K:Protection from Werewolves +K:Protection from Zombies SVar:Picture:http://www.wizards.com/global/images/magic/general/elite_inquisitor.jpg Oracle:First strike, vigilance\nProtection from Vampires, from Werewolves and from Zombies diff --git a/forge-gui/res/cardsfolder/e/enemy_of_the_guildpact.txt b/forge-gui/res/cardsfolder/e/enemy_of_the_guildpact.txt index 8c0e587122e..b5953db7a5f 100644 --- a/forge-gui/res/cardsfolder/e/enemy_of_the_guildpact.txt +++ b/forge-gui/res/cardsfolder/e/enemy_of_the_guildpact.txt @@ -2,6 +2,6 @@ Name:Enemy of the Guildpact ManaCost:4 B Types:Creature Spirit PT:4/2 -K:Protection:Card.MultiColor:Protection from multicolored +K:Protection from multicolored SVar:Picture:http://www.wizards.com/global/images/magic/general/enemy_of_the_guildpact.jpg Oracle:Protection from multicolored diff --git a/forge-gui/res/cardsfolder/g/grave_bramble.txt b/forge-gui/res/cardsfolder/g/grave_bramble.txt index 27f8e54531f..162441e427e 100644 --- a/forge-gui/res/cardsfolder/g/grave_bramble.txt +++ b/forge-gui/res/cardsfolder/g/grave_bramble.txt @@ -3,6 +3,6 @@ ManaCost:1 G G Types:Creature Plant PT:3/4 K:Defender -K:Protection:Zombie:Protection from Zombies +K:Protection from Zombies SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_bramble.jpg Oracle:Defender, protection from Zombies diff --git a/forge-gui/res/cardsfolder/g/guardian_of_the_guildpact.txt b/forge-gui/res/cardsfolder/g/guardian_of_the_guildpact.txt index feb412c51b3..9f7f76340db 100644 --- a/forge-gui/res/cardsfolder/g/guardian_of_the_guildpact.txt +++ b/forge-gui/res/cardsfolder/g/guardian_of_the_guildpact.txt @@ -2,6 +2,6 @@ Name:Guardian of the Guildpact ManaCost:3 W Types:Creature Spirit PT:2/3 -K:Protection:Card.MonoColor:Protection from monocolored +K:Protection from monocolored SVar:Picture:http://www.wizards.com/global/images/magic/general/guardian_of_the_guildpact.jpg Oracle:Protection from monocolored diff --git a/forge-gui/res/cardsfolder/g/guildscorn_ward.txt b/forge-gui/res/cardsfolder/g/guildscorn_ward.txt index 08654e2f328..f35e9bdbc2e 100644 --- a/forge-gui/res/cardsfolder/g/guildscorn_ward.txt +++ b/forge-gui/res/cardsfolder/g/guildscorn_ward.txt @@ -3,6 +3,6 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Protection:Card.MultiColor:Protection from multicolored | Description$ Enchanted creature has protection from multicolored. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Protection from multicolored | Description$ Enchanted creature has protection from multicolored. SVar:Picture:http://www.wizards.com/global/images/magic/general/guildscorn_ward.jpg Oracle:Enchant creature\nEnchanted creature has protection from multicolored. diff --git a/forge-gui/res/cardsfolder/m/midnight_duelist.txt b/forge-gui/res/cardsfolder/m/midnight_duelist.txt index f9738c10005..fcb28ede3db 100644 --- a/forge-gui/res/cardsfolder/m/midnight_duelist.txt +++ b/forge-gui/res/cardsfolder/m/midnight_duelist.txt @@ -2,6 +2,6 @@ Name:Midnight Duelist ManaCost:W Types:Creature Human Soldier PT:1/2 -K:Protection:Vampire:Protection from Vampires +K:Protection from Vampires SVar:Picture:http://www.wizards.com/global/images/magic/general/midnight_duelist.jpg Oracle:Protection from Vampires diff --git a/forge-gui/res/cardsfolder/n/naths_buffoon.txt b/forge-gui/res/cardsfolder/n/naths_buffoon.txt index 1fbd8921f2f..fb572089b2f 100644 --- a/forge-gui/res/cardsfolder/n/naths_buffoon.txt +++ b/forge-gui/res/cardsfolder/n/naths_buffoon.txt @@ -2,6 +2,6 @@ Name:Nath's Buffoon ManaCost:1 B Types:Creature Goblin Rogue PT:1/1 -K:Protection:Elf:Protection from Elves +K:Protection from Elves SVar:Picture:http://www.wizards.com/global/images/magic/general/naths_buffoon.jpg Oracle:Protection from Elves diff --git a/forge-gui/res/cardsfolder/r/riptide_biologist.txt b/forge-gui/res/cardsfolder/r/riptide_biologist.txt index 4dc97be078b..110ecc45e83 100644 --- a/forge-gui/res/cardsfolder/r/riptide_biologist.txt +++ b/forge-gui/res/cardsfolder/r/riptide_biologist.txt @@ -2,7 +2,7 @@ Name:Riptide Biologist ManaCost:1 U Types:Creature Human Wizard PT:1/2 -K:Protection:Beast:Protection from Beasts +K:Protection from Beasts K:Morph:2 U SVar:Picture:http://www.wizards.com/global/images/magic/general/riptide_biologist.jpg Oracle:Protection from Beasts\nMorph {2}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.) diff --git a/forge-gui/res/cardsfolder/s/shoreline_raider.txt b/forge-gui/res/cardsfolder/s/shoreline_raider.txt index ef618bc5f88..96608b69721 100644 --- a/forge-gui/res/cardsfolder/s/shoreline_raider.txt +++ b/forge-gui/res/cardsfolder/s/shoreline_raider.txt @@ -2,6 +2,6 @@ Name:Shoreline Raider ManaCost:2 U Types:Creature Merfolk PT:2/2 -K:Protection:Kavu:Protection from Kavu +K:Protection from Kavu SVar:Picture:http://www.wizards.com/global/images/magic/general/shoreline_raider.jpg Oracle:Protection from Kavu diff --git a/forge-gui/res/cardsfolder/s/soldier_of_the_pantheon.txt b/forge-gui/res/cardsfolder/s/soldier_of_the_pantheon.txt index 9db31e07d7c..9cba0e1ed9d 100644 --- a/forge-gui/res/cardsfolder/s/soldier_of_the_pantheon.txt +++ b/forge-gui/res/cardsfolder/s/soldier_of_the_pantheon.txt @@ -2,7 +2,7 @@ Name:Soldier of the Pantheon ManaCost:W Types:Creature Human Soldier PT:2/1 -K:Protection:Card.MultiColor:Protection from multicolored +K:Protection from multicolored T:Mode$ SpellCast | ValidCard$ Card.MultiColor | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever an opponent casts a multicolored spell, you gain 1 life. SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/soldier_of_the_pantheon.jpg