- Added Razor Hippogriff.

This commit is contained in:
jendave
2011-08-06 19:53:55 +00:00
parent bbf77fb6f7
commit fdcb31ef4d
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4933,6 +4933,7 @@ res/cardsfolder/ray_of_revelation.txt -text svneol=native#text/plain
res/cardsfolder/raze.txt -text svneol=native#text/plain res/cardsfolder/raze.txt -text svneol=native#text/plain
res/cardsfolder/razing_snidd.txt -text svneol=native#text/plain res/cardsfolder/razing_snidd.txt -text svneol=native#text/plain
res/cardsfolder/razor_golem.txt -text svneol=native#text/plain res/cardsfolder/razor_golem.txt -text svneol=native#text/plain
res/cardsfolder/razor_hippogriff.txt -text svneol=native#text/plain
res/cardsfolder/razorclaw_bear.txt svneol=native#text/plain res/cardsfolder/razorclaw_bear.txt svneol=native#text/plain
res/cardsfolder/razorfield_rhino.txt -text svneol=native#text/plain res/cardsfolder/razorfield_rhino.txt -text svneol=native#text/plain
res/cardsfolder/razorfield_thresher.txt -text svneol=native#text/plain res/cardsfolder/razorfield_thresher.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Razor Hippogriff
ManaCost:3 W W
Types:Creature Hippogriff
Text:no text
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, return target artifact card from your graveyard to your hand. You gain life equal to that card's converted mana cost.
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | ValidTgts$ Artifact.YouCtrl | TgtPrompt$ Select target artifact | Origin$ Graveyard | Destination$ Hand | SubAbility$ SVar=DBGainLife
SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ X
SVar:X:Targeted$CardManaCost
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/razor_hippogriff.jpg
End