From 2aaecf993f50f80c9c817b5eb942afbceb0ded4a Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Mon, 29 Aug 2011 05:17:47 +0000 Subject: [PATCH] Added Puppet's Verdict and Crazed Firecat --- .gitattributes | 2 ++ res/cardsfolder/c/crazed_firecat.txt | 13 +++++++++++++ res/cardsfolder/p/puppets_verdict.txt | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 res/cardsfolder/c/crazed_firecat.txt create mode 100644 res/cardsfolder/p/puppets_verdict.txt diff --git a/.gitattributes b/.gitattributes index cc833834b8e..2bfcc7d191f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1570,6 +1570,7 @@ res/cardsfolder/c/craw_wurm.txt svneol=native#text/plain res/cardsfolder/c/crawling_filth.txt svneol=native#text/plain res/cardsfolder/c/crawlspace.txt svneol=native#text/plain res/cardsfolder/c/crazed_armodon.txt svneol=native#text/plain +res/cardsfolder/c/crazed_firecat.txt -text res/cardsfolder/c/crazed_goblin.txt svneol=native#text/plain res/cardsfolder/c/crazed_skirge.txt svneol=native#text/plain res/cardsfolder/c/creakwood_ghoul.txt svneol=native#text/plain @@ -5817,6 +5818,7 @@ res/cardsfolder/p/puppet_conjurer.txt svneol=native#text/plain res/cardsfolder/p/puppet_strings.txt svneol=native#text/plain res/cardsfolder/p/puppeteer.txt svneol=native#text/plain res/cardsfolder/p/puppeteer_clique.txt svneol=native#text/plain +res/cardsfolder/p/puppets_verdict.txt -text res/cardsfolder/p/puresight_merrow.txt svneol=native#text/plain res/cardsfolder/p/purge.txt svneol=native#text/plain res/cardsfolder/p/purify.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/crazed_firecat.txt b/res/cardsfolder/c/crazed_firecat.txt new file mode 100644 index 00000000000..f4a936220a1 --- /dev/null +++ b/res/cardsfolder/c/crazed_firecat.txt @@ -0,0 +1,13 @@ +Name:Crazed Firecat +ManaCost:5 R R +Types:Creature Elemental Cat +Text:no text +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFlip | TriggerDescription$ When CARDNAME enters the battlefield, flip a coin until you lose a flip. Put a +1/+1 counter on CARDNAME for each flip you win. +SVar:TrigFlip:AB$ FlipACoin | Cost$ 0 | WinSubAbility$ DBPutCounter +SVar:DBPutCounter:DB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBFlipAgain +SVar:DBFlipAgain:DB$ FlipACoin | Cost$ 0 | WinSubAbility$ DBPutCounter +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/crazed_firecat.jpg +SetInfo:TOR|Uncommon|http://magiccards.info/scans/en/tr/94.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/p/puppets_verdict.txt b/res/cardsfolder/p/puppets_verdict.txt new file mode 100644 index 00000000000..b43a31b8729 --- /dev/null +++ b/res/cardsfolder/p/puppets_verdict.txt @@ -0,0 +1,12 @@ +Name:Puppet's Verdict +ManaCost:1 R R +Types:Instant +Text:no text +A:SP$ FlipACoin | Cost$ 1 R R | WinSubAbility$ DBDestorySmall | LoseSubAbility$ DBDestoryBig | SpellDescription$ Flip a coin. If you win the flip, destroy all creatures with power 2 or less. If you lose the flip, destroy all creatures with power 3 or greater. +SVar:DBDestorySmall:DB$ DestroyAll | Cost$ 0 | ValidCards$ Creature.powerLE2 +SVar:DBDestoryBig:DB$ DestroyAll | Cost$ 0 | ValidCards$ Creature.powerGE3 +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/puppets_verdict.jpg +SetInfo:MMQ|Rare|http://magiccards.info/scans/en/mm/208.jpg +End \ No newline at end of file