diff --git a/.gitattributes b/.gitattributes index e3de9bc9f7c..804b143c154 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5398,6 +5398,7 @@ res/cardsfolder/spirit_shackle.txt -text svneol=native#text/plain res/cardsfolder/spirit_weaver.txt -text svneol=native#text/plain res/cardsfolder/spiritmonger.txt -text svneol=native#text/plain res/cardsfolder/spiritual_guardian.txt -text svneol=native#text/plain +res/cardsfolder/spitebellows.txt -text svneol=native#text/plain res/cardsfolder/spiteful_visions.txt -text svneol=native#text/plain res/cardsfolder/spitfire_handler.txt -text svneol=native#text/plain res/cardsfolder/spitting_drake.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/spitebellows.txt b/res/cardsfolder/spitebellows.txt new file mode 100644 index 00000000000..6163ab1cec8 --- /dev/null +++ b/res/cardsfolder/spitebellows.txt @@ -0,0 +1,13 @@ +Name:Spitebellows +ManaCost:5 R +Types:Creature Elemental +Text:no text +PT:6/1 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigDamageCreature | TriggerDescription$ When CARDNAME leaves the battlefield, it deals 6 damage to target creature. +K:Evoke:1 R R +SVar:TrigDamageCreature:AB$DealDamage | Cost$ 0 | Tgt$ TgtC | NumDmg$ 6 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+evoked | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it by it's evoke cost, sacrifice it. +SVar:TrigSac:AB$Sacrifice | Cost$ 0 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/spitebellows.jpg +End \ No newline at end of file