diff --git a/.gitattributes b/.gitattributes index 0d4799d1a05..0878706d334 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/anarchist.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/ancestral_mask.txt -text svneol=native#text/plain res/cardsfolder/ancestral_recall.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/ancestors_chosen.txt b/res/cardsfolder/ancestors_chosen.txt new file mode 100644 index 00000000000..aafedb1a9ec --- /dev/null +++ b/res/cardsfolder/ancestors_chosen.txt @@ -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 \ No newline at end of file