- Added Patron of the Wild

This commit is contained in:
jendave
2011-08-06 20:47:14 +00:00
parent 4de0484e65
commit 65b9f5b8fb
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4647,6 +4647,7 @@ res/cardsfolder/path_of_peace.txt -text svneol=native#text/plain
res/cardsfolder/path_to_exile.txt -text svneol=native#text/plain res/cardsfolder/path_to_exile.txt -text svneol=native#text/plain
res/cardsfolder/patriarchs_bidding.txt -text svneol=native#text/plain res/cardsfolder/patriarchs_bidding.txt -text svneol=native#text/plain
res/cardsfolder/patrol_signaler.txt -text svneol=native#text/plain res/cardsfolder/patrol_signaler.txt -text svneol=native#text/plain
res/cardsfolder/patron_of_the_wild.txt -text svneol=native#text/plain
res/cardsfolder/patron_wizard.txt -text svneol=native#text/plain res/cardsfolder/patron_wizard.txt -text svneol=native#text/plain
res/cardsfolder/pattern_of_rebirth.txt svneol=native#text/plain res/cardsfolder/pattern_of_rebirth.txt svneol=native#text/plain
res/cardsfolder/paupers_cage.txt svneol=native#text/plain res/cardsfolder/paupers_cage.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Patron of the Wild
ManaCost:G
Types:Creature Elf
Text:no text
PT:1/1
K:Morph:2 G
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME is turned face up, target creature gets +3/+3 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +3
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/patron_of_the_wild.jpg
End