- Added Foul Spirit.

This commit is contained in:
jendave
2011-08-06 19:07:07 +00:00
parent 418d754337
commit ab0e11b8d4
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2271,6 +2271,7 @@ res/cardsfolder/fortitude.txt svneol=native#text/plain
res/cardsfolder/fortune_thief.txt -text svneol=native#text/plain
res/cardsfolder/foul_familiar.txt -text svneol=native#text/plain
res/cardsfolder/foul_imp.txt -text svneol=native#text/plain
res/cardsfolder/foul_spirit.txt -text svneol=native#text/plain
res/cardsfolder/fountain_of_youth.txt -text svneol=native#text/plain
res/cardsfolder/fountain_watch.txt -text svneol=native#text/plain
res/cardsfolder/foxfire.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Foul Spirit
ManaCost:2 B
Types:Creature Spirit
Text:no text
PT:3/2
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice a land.
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | SacValid$ Land | ChangeNum$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/foul_spirit.jpg
End