mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
10 lines
788 B
Plaintext
10 lines
788 B
Plaintext
Name:Death Frenzy
|
|
ManaCost:3 B G
|
|
Types:Sorcery
|
|
A:SP$ PumpAll | Cost$ 3 B G | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SubAbility$ DBEffect | SpellDescription$ All creatures get -2/-2 until end of turn. Whenever a creature dies this turn, you gain 1 life.
|
|
SVar:DBEffect:DB$ Effect | Triggers$ TrigDies | SVars$ TrigGainLife
|
|
SVar:TrigDies:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature dies this turn, you gain 1 life.
|
|
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | LifeAmount$ 1
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/death_frenzy.jpg
|
|
Oracle:All creatures get -2/-2 until end of turn. Whenever a creature dies this turn, you gain 1 life.
|