*Added Ancestor's Chosen. (A theme was using it before, was it missed during a commit?)

This commit is contained in:
jendave
2011-08-06 17:01:42 +00:00
parent e3727dfa30
commit 67fc034ba3
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -170,6 +170,7 @@ res/cardsfolder/anaba_spirit_crafter.txt -text svneol=native#text/plain
res/cardsfolder/anaconda.txt -text svneol=native#text/plain res/cardsfolder/anaconda.txt -text svneol=native#text/plain
res/cardsfolder/anarchist.txt -text svneol=native#text/plain res/cardsfolder/anarchist.txt -text svneol=native#text/plain
res/cardsfolder/anarchy.txt -text svneol=native#text/plain res/cardsfolder/anarchy.txt -text svneol=native#text/plain
res/cardsfolder/ancestors_chosen.txt -text svneol=native#text/plain
res/cardsfolder/ancestors_prophet.txt -text svneol=native#text/plain res/cardsfolder/ancestors_prophet.txt -text svneol=native#text/plain
res/cardsfolder/ancestral_mask.txt -text svneol=native#text/plain res/cardsfolder/ancestral_mask.txt -text svneol=native#text/plain
res/cardsfolder/ancestral_recall.txt -text svneol=native#text/plain res/cardsfolder/ancestral_recall.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Ancestor's Chosen
ManaCost:5 W W
Types:Creature Human Cleric
Text:no text
K:First strike
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 1 life for each card in your graveyard.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X
SVar:X:Count$InYourYard
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/ancestors_chosen.jpg
End