mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix Greater Werewolf.
This commit is contained in:
@@ -2,11 +2,7 @@ Name:Greater Werewolf
|
||||
ManaCost:4 B
|
||||
Types:Creature Werewolf
|
||||
PT:2/4
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | DelayedTrigger$ DelTrigBlocked | TriggerDescription$ At end of combat, put a -0/-2 counter on each creature blocking or blocked by CARDNAME.
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | DelayedTrigger$ DelTrigBlocker | Secondary$ True | TriggerDescription$ At end of combat, put a -0/-2 counter on each creature blocking or blocked by CARDNAME.
|
||||
SVar:DelTrigBlocked:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Opponent | Execute$ TrigCounterBlocked | TriggerDescription$ At the end of combat, put a -0/-2 counter on creature(s)
|
||||
SVar:DelTrigBlocker:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ You | Execute$ TrigCounterBlocker | TriggerDescription$ At the end of combat, put a -0/-2 counter on creature(s)
|
||||
SVar:TrigCounterBlocked:AB$ PutCounter | Cost$ 0 | CounterType$ M0M2 | CounterNum$ 1 | Defined$ TriggeredAttacker
|
||||
SVar:TrigCounterBlocker:AB$ PutCounter | Cost$ 0 | CounterType$ M0M2 | CounterNum$ 1 | Defined$ TriggeredBlocker
|
||||
T:Mode$ Phase | Phase$ EndCombat | Execute$ TrigCounter | TriggerZones$ Battlefield | TriggerDescription$ At end of combat, put a -0/-2 counter on each creature blocking or blocked by CARDNAME.
|
||||
SVar:TrigCounter:AB$ PutCounterAll | Cost$ 0 | CounterType$ M0M2 | CounterNum$ 1 | ValidCards$ Creature.blockingSource,Creature.blockedBySource
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/greater_werewolf.jpg
|
||||
Oracle:At end of combat, put a -0/-2 counter on each creature blocking or blocked by Greater Werewolf.
|
||||
|
||||
Reference in New Issue
Block a user