diff --git a/forge-gui/res/cardsfolder/upcoming/massacre_girl.txt b/forge-gui/res/cardsfolder/upcoming/massacre_girl.txt new file mode 100644 index 00000000000..b92a04719b7 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/massacre_girl.txt @@ -0,0 +1,11 @@ +Name:Massacre Girl +ManaCost:3 B B +Types:Legendary Creature Human Assassin +PT:4/4 +K:Menace +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMassacre | TriggerDescription$ When CARDNAME enters the battlefield, each other creature gets -1/-1 until end of turn. Whenever a creature dies this turn, each creature other than Massacre Girl gets -1/-1 until end of turn. +SVar:TrigMassacre:DB$ PumpAll | NumAtt$ -1 | NumDef$ -1 | ValidCards$ Creature.Other | IsCurse$ True | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | Triggers$ TrigDies | SVars$ TrigMoreMassacre | RememberObjects$ Self +SVar:TrigDies:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | Execute$ TrigMoreMassacre | TriggerDescription$ each creature other than Massacre Girl gets -1/-1 until end of turn. +SVar:TrigMoreMassacre:DB$ PumpAll | NumAtt$ -1 | NumDef$ -1 | ValidCards$ Creature.IsNotRemembered | IsCurse$ True +Oracle:Menace\nWhen Massacre Girl enters the battlefield, each other creature gets -1/-1 until end of turn. Whenever a creature dies this turn, each creature other than Massacre Girl gets -1/-1 until end of turn.