- Added Retaliation.

This commit is contained in:
jeffwadsworth
2012-01-29 20:03:27 +00:00
parent 8e35b96ead
commit 106c4c9f45
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6987,6 +6987,7 @@ res/cardsfolder/r/restrain.txt -text
res/cardsfolder/r/resurrection.txt svneol=native#text/plain
res/cardsfolder/r/resuscitate.txt svneol=native#text/plain
res/cardsfolder/r/retaliate.txt svneol=native#text/plain
res/cardsfolder/r/retaliation.txt -text svneol=unset#text/plain
res/cardsfolder/r/retaliator_griffin.txt -text
res/cardsfolder/r/rethink.txt -text
res/cardsfolder/r/retract.txt svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
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
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/retaliation.jpg
End