mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added another Evoke card: Spitebellows.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/spitebellows.txt
Normal file
13
res/cardsfolder/spitebellows.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user