mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Added Puppet's Verdict and Crazed Firecat
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/c/crazed_firecat.txt
Normal file
13
res/cardsfolder/c/crazed_firecat.txt
Normal 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
|
||||
12
res/cardsfolder/p/puppets_verdict.txt
Normal file
12
res/cardsfolder/p/puppets_verdict.txt
Normal 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
|
||||
Reference in New Issue
Block a user