Change SubAbility from DBAnimate to DBEffect. Changed Oracle to match current.

This commit is contained in:
Charles Baker
2019-05-05 16:34:23 +00:00
parent 5cd60cf9a3
commit 943269cfac

View File

@@ -1,9 +1,10 @@
Name:Virulent Wound Name:Virulent Wound
ManaCost:B ManaCost:B
Types:Instant Types:Instant
A:SP$ PutCounter | Cost$ B | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ M1M1 | CounterNum$ 1 | IsCurse$ True | SubAbility$ DBAnimate | SpellDescription$ Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter. A:SP$ PutCounter | Cost$ B | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ M1M1 | CounterNum$ 1 | IsCurse$ True | SubAbility$ DBEffect | SpellDescription$ Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter.
SVar:DBAnimate:DB$ Animate | Triggers$ VirulentDies | sVars$ PoisonController | Defined$ Targeted SVar:DBEffect:DB$ Effect | Cost$ B | Name$ Virulent Wound Effect | Triggers$ VirulentDies | sVars$ PoisonController | Defined$ ParentTarget | RememberObjects$ Targeted |
SVar:VirulentDies:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | TriggerController$ TriggeredCardController | Execute$ PoisonController | TriggerDescription$ When CARDNAME dies this turn, its controller gets a poison counter. SVar:VirulentDies:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | TriggerController$ TriggeredCardController | Execute$ PoisonController | TriggerDescription$ When that creature dies this turn, its controller gets a poison counter.
SVar:PoisonController:DB$ Poison | Defined$ TriggeredCardController | Num$ 1 SVar:PoisonController:DB$ Poison | Defined$ TriggeredCardController | Num$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/virulent_wound.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/virulent_wound.jpg
Oracle:Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter. Oracle:Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter.