From cf60782cca02a0ebf7e8e4767c53c75e8bc50c6e Mon Sep 17 00:00:00 2001 From: moomarc Date: Wed, 20 Mar 2013 13:33:11 +0000 Subject: [PATCH] - Added Paroxysm --- .gitattributes | 1 + res/cardsfolder/p/paroxysm.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/p/paroxysm.txt diff --git a/.gitattributes b/.gitattributes index be7b7d2eea0..49ce9eb4245 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7602,6 +7602,7 @@ res/cardsfolder/p/pardic_miner.txt -text res/cardsfolder/p/pardic_swordsmith.txt svneol=native#text/plain res/cardsfolder/p/pariah.txt -text res/cardsfolder/p/pariahs_shield.txt -text +res/cardsfolder/p/paroxysm.txt -text res/cardsfolder/p/part_the_veil.txt svneol=native#text/plain res/cardsfolder/p/part_water.txt svneol=native#text/plain res/cardsfolder/p/past_in_flames.txt -text diff --git a/res/cardsfolder/p/paroxysm.txt b/res/cardsfolder/p/paroxysm.txt new file mode 100644 index 00000000000..879e4371b4c --- /dev/null +++ b/res/cardsfolder/p/paroxysm.txt @@ -0,0 +1,13 @@ +Name:Paroxysm +ManaCost:1 R +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 1 R | ValidTgts$ Creature | AILogic$ Curse +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ EnchantedController | Execute$ TriggeredParoxysm | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of the upkeep of enchanted creature's controller, that player reveals the top card of his or her library. If that card is a land card, destroy that creature. Otherwise, it gets +3/+3 until end of turn. +SVar:TriggeredParoxysm:AB$ Dig | Cost$ 0 | Defined$ TriggeredPlayer | DigNum$ 1 | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DestructiveParoxysm +SVar:DestructiveParoxysm:DB$ Destroy | Defined$ Enchanted | ConditionDefined$ Remembered | ConditionPresent$ Card.Land | ConditionCompare$ EQ1 | SubAbility$ BeserkParoxysm +SVar:BeserkParoxysm:DB$ Pump | Defined$ Enchanted | NumAtt$ 3 | NumDef$ 3 | ConditionDefined$ Remembered | ConditionPresent$ Card.Land | ConditionCompare$ EQ0 | SubAbility$DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/paroxysm.jpg +SetInfo:EXO Uncommon \ No newline at end of file