From 4cc4eda1e3c66a25a677b9f2b13444322e0ea94e Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 19:42:12 +0000 Subject: [PATCH] - Added Gift of the Woods. --- .gitattributes | 1 + res/cardsfolder/gift_of_the_woods.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/gift_of_the_woods.txt diff --git a/.gitattributes b/.gitattributes index 9506591a58f..d30bc4c87da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2471,6 +2471,7 @@ res/cardsfolder/gibbering_kami.txt -text svneol=native#text/plain res/cardsfolder/gift_of_estates.txt -text svneol=native#text/plain res/cardsfolder/gift_of_granite.txt -text svneol=native#text/plain res/cardsfolder/gift_of_the_deity.txt -text svneol=native#text/plain +res/cardsfolder/gift_of_the_woods.txt -text svneol=native#text/plain res/cardsfolder/gigantomancer.txt -text svneol=native#text/plain res/cardsfolder/gigapede.txt -text svneol=native#text/plain res/cardsfolder/gilded_lotus.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/gift_of_the_woods.txt b/res/cardsfolder/gift_of_the_woods.txt new file mode 100644 index 00000000000..76ce81b7ca9 --- /dev/null +++ b/res/cardsfolder/gift_of_the_woods.txt @@ -0,0 +1,13 @@ +Name:Gift of the Woods +ManaCost:G +Types:Enchantment Aura +Text:no text +K:Enchant creature +K:enPump:0/0 +T:Mode$ Blocks | ValidCard$ Card.AttachedBy | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever enchanted creature blocks or becomes blocked, it gets +0/+3 until end of turn and you gain 1 life. +T:Mode$ AttackerBlocked | ValidCard$ Card.AttachedBy | TriggerZones$ Battlefield | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever enchanted creature blocks or becomes blocked, it gets +0/+3 until end of turn and you gain 1 life. +SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Enchanted | NumDef$ +3 | SubAbility$ SVar=DBGainLife +SVar:DBGainLife:DB$GainLife | Cost$ 0 | LifeAmount$ 1 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/gift_of_the_woods.jpg +End \ No newline at end of file