Added Puppet's Verdict and Crazed Firecat

This commit is contained in:
ArsenalNut
2011-08-29 05:17:47 +00:00
parent 07395f1dc1
commit 2aaecf993f
3 changed files with 27 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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