- Added Elvish Eulogist and Ancestral Tribute.

This commit is contained in:
jendave
2011-08-06 13:22:42 +00:00
parent 59de36fc80
commit f8a7139c2e
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -159,6 +159,7 @@ res/cardsfolder/anarchy.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
res/cardsfolder/ancestral_tribute.txt -text svneol=native#text/plain
res/cardsfolder/ancestral_vision.txt -text svneol=native#text/plain
res/cardsfolder/ancient_craving.txt -text svneol=native#text/plain
res/cardsfolder/ancient_den.txt -text svneol=native#text/plain
@@ -1422,6 +1423,7 @@ res/cardsfolder/elvish_archers.txt -text svneol=native#text/plain
res/cardsfolder/elvish_bard.txt -text svneol=native#text/plain
res/cardsfolder/elvish_berserker.txt -text svneol=native#text/plain
res/cardsfolder/elvish_champion.txt -text svneol=native#text/plain
res/cardsfolder/elvish_eulogist.txt -text svneol=native#text/plain
res/cardsfolder/elvish_farmer.txt -text svneol=native#text/plain
res/cardsfolder/elvish_fury.txt -text svneol=native#text/plain
res/cardsfolder/elvish_handservant.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Ancestral Tribute
ManaCost:5 W W
Types:Sorcery
Text:no text
A:SP$GainLife | Cost$ 5 W W | LifeAmount$ X | SpellDescription$ You gain 2 life for each card in your graveyard.
SVar:X:Count$InYourYard/Times.2
K:Flashback:9 W W W
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/ancestral_tribute.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Elvish Eulogist
ManaCost:G
Types:Creature Elf Shaman
Text:no text
PT:1/1
A:AB$GainLife | Cost$ Sac<1/CARDNAME>| LifeAmount$ X | SpellDescription$ You gain 1 life for each Elf card in your graveyard.
SVar:X:Count$InYourYard.Elf
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_eulogist.jpg
End