- Added Gift of the Woods.

This commit is contained in:
jendave
2011-08-06 19:42:12 +00:00
parent ba344aa166
commit 4cc4eda1e3
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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