From d20011f2eb3faf101fccae84ee8191b22f12e79d Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:25:06 +0000 Subject: [PATCH] - Added Unwinding Clock, Vapor Snag and Victorious Destruction. --- .gitattributes | 3 +++ res/cardsfolder/unwinding_clock.txt | 10 ++++++++++ res/cardsfolder/vapor_snag.txt | 9 +++++++++ res/cardsfolder/victorious_destruction.txt | 9 +++++++++ 4 files changed, 31 insertions(+) create mode 100644 res/cardsfolder/unwinding_clock.txt create mode 100644 res/cardsfolder/vapor_snag.txt create mode 100644 res/cardsfolder/victorious_destruction.txt diff --git a/.gitattributes b/.gitattributes index 25b7e47db3f..06cc4bba2cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7140,6 +7140,7 @@ res/cardsfolder/unstable_mutation.txt -text svneol=native#text/plain res/cardsfolder/unsummon.txt -text svneol=native#text/plain res/cardsfolder/untamed_might.txt -text svneol=native#text/plain res/cardsfolder/untamed_wilds.txt -text svneol=native#text/plain +res/cardsfolder/unwinding_clock.txt -text svneol=native#text/plain res/cardsfolder/unworthy_dead.txt -text svneol=native#text/plain res/cardsfolder/unyaro_bee_sting.txt -text svneol=native#text/plain res/cardsfolder/unyaro_bees.txt -text svneol=native#text/plain @@ -7203,6 +7204,7 @@ res/cardsfolder/vampiric_spirit.txt -text svneol=native#text/plain res/cardsfolder/vampiric_touch.txt -text svneol=native#text/plain res/cardsfolder/vampiric_tutor.txt -text svneol=native#text/plain res/cardsfolder/vanquish.txt -text svneol=native#text/plain +res/cardsfolder/vapor_snag.txt -text svneol=native#text/plain res/cardsfolder/varchilds_crusader.txt -text svneol=native#text/plain res/cardsfolder/vastwood_animist.txt -text svneol=native#text/plain res/cardsfolder/vastwood_gorger.txt -text svneol=native#text/plain @@ -7290,6 +7292,7 @@ res/cardsfolder/viashivan_dragon.txt -text svneol=native#text/plain res/cardsfolder/vibrating_sphere.txt svneol=native#text/plain res/cardsfolder/vicious_hunger.txt -text svneol=native#text/plain res/cardsfolder/vicious_kavu.txt -text svneol=native#text/plain +res/cardsfolder/victorious_destruction.txt -text svneol=native#text/plain res/cardsfolder/victorys_herald.txt -text svneol=native#text/plain res/cardsfolder/victual_sliver.txt svneol=native#text/plain res/cardsfolder/vigil_for_the_lost.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/unwinding_clock.txt b/res/cardsfolder/unwinding_clock.txt new file mode 100644 index 00000000000..ad06ce16e72 --- /dev/null +++ b/res/cardsfolder/unwinding_clock.txt @@ -0,0 +1,10 @@ +Name:Unwinding Clock +ManaCost:4 +Types:Artifact +Text:no text +T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ Opponent | Execute$ TrigUntapAll | TriggerDescription$ Untap all artifacts you control during each other player's untap step. +SVar:TrigUntapAll:AB$UntapAll | Cost$ 0 | ValidCards$ Artifact.YouCtrl | SpellDescription$ Untap all artifacts you control. +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/unwinding_clock.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/vapor_snag.txt b/res/cardsfolder/vapor_snag.txt new file mode 100644 index 00000000000..5e855c67d7b --- /dev/null +++ b/res/cardsfolder/vapor_snag.txt @@ -0,0 +1,9 @@ +Name:Vapor Snag +ManaCost:U +Types:Instant +Text:no text +A:SP$ChangeZone | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ SVar=DBDrain | SpellDescription$ Return target creature to its owner's hand. Its controller loses 1 life. +SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 1 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/vapor_snag.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/victorious_destruction.txt b/res/cardsfolder/victorious_destruction.txt new file mode 100644 index 00000000000..a3b374a8827 --- /dev/null +++ b/res/cardsfolder/victorious_destruction.txt @@ -0,0 +1,9 @@ +Name:Victorious Destruction +ManaCost:4 R +Types:Sorcery +Text:no text +A:SP$Destroy | Cost$ 4 R | ValidTgts$ Artifact,Land | TgtPrompt$ Select target artifact or land | SubAbility$ SVar=DBDrain | SpellDescription$ Destroy target artifact or land. Its controller loses 1 life. +SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 1 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/victorious_destruction.jpg +End