- Added another Evoke card: Offalsnout.

This commit is contained in:
jendave
2011-08-06 17:22:30 +00:00
parent a533177709
commit fd30961def
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3938,6 +3938,7 @@ res/cardsfolder/obsidian_giant.txt -text svneol=native#text/plain
res/cardsfolder/obstinate_baloth.txt -text svneol=native#text/plain res/cardsfolder/obstinate_baloth.txt -text svneol=native#text/plain
res/cardsfolder/oculus.txt -text svneol=native#text/plain res/cardsfolder/oculus.txt -text svneol=native#text/plain
res/cardsfolder/odious_trow.txt -text svneol=native#text/plain res/cardsfolder/odious_trow.txt -text svneol=native#text/plain
res/cardsfolder/offalsnout.txt -text svneol=native#text/plain
res/cardsfolder/offering_to_asha.txt -text svneol=native#text/plain res/cardsfolder/offering_to_asha.txt -text svneol=native#text/plain
res/cardsfolder/ogre_arsonist.txt -text svneol=native#text/plain res/cardsfolder/ogre_arsonist.txt -text svneol=native#text/plain
res/cardsfolder/ogre_berserker.txt -text svneol=native#text/plain res/cardsfolder/ogre_berserker.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Offalsnout
ManaCost:2 B
Types:Creature Elemental
Text:no text
PT:2/2
K:Flash
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME leaves the battlefield, exile target card from a graveyard.
SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card
K:Evoke:B
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+evoked | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it by it's evoke cost, sacrifice it.
SVar:TrigSac:AB$Sacrifice | Cost$ 0
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/offalsnout.jpg
End