mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Gift of the Woods.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/gift_of_the_woods.txt
Normal file
13
res/cardsfolder/gift_of_the_woods.txt
Normal 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
|
||||
Reference in New Issue
Block a user