mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Prevented Retaliation from possibly overwriting existing SVars.
This commit is contained in:
@@ -2,9 +2,9 @@ Name:Retaliation
|
||||
ManaCost:2 G
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddTrigger$ TrigBlocked | AddSVar$ TrigPump | Description$ Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn."
|
||||
SVar:TrigBlocked:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME gets +1/+1 until end of turn.
|
||||
SVar:TrigPump:AB$ Pump | Cost$ 0 | NumAtt$ 1 | NumDef$ 1
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddTrigger$ TrigBlocked | AddSVar$ RetaliationTrigPump | Description$ Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn."
|
||||
SVar:TrigBlocked:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ RetaliationTrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME gets +1/+1 until end of turn.
|
||||
SVar:RetaliationTrigPump:AB$ Pump | Cost$ 0 | NumAtt$ 1 | NumDef$ 1
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/retaliation.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user