From 106c4c9f45210ed1cc0c3e1270d58a7a35b8b33f Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Sun, 29 Jan 2012 20:03:27 +0000 Subject: [PATCH] - Added Retaliation. --- .gitattributes | 1 + res/cardsfolder/r/retaliation.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 res/cardsfolder/r/retaliation.txt diff --git a/.gitattributes b/.gitattributes index ba62091bfa6..0c1cf986906 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/r/retaliation.txt b/res/cardsfolder/r/retaliation.txt new file mode 100644 index 00000000000..a713320643b --- /dev/null +++ b/res/cardsfolder/r/retaliation.txt @@ -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 \ No newline at end of file