- Added Lord of Tresserhorn

This commit is contained in:
jendave
2011-08-06 15:36:50 +00:00
parent f5cfe1b591
commit b6305f2e1a
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3069,6 +3069,7 @@ res/cardsfolder/lord_of_atlantis.txt -text svneol=native#text/plain
res/cardsfolder/lord_of_extinction.txt -text svneol=native#text/plain res/cardsfolder/lord_of_extinction.txt -text svneol=native#text/plain
res/cardsfolder/lord_of_the_pit.txt -text svneol=native#text/plain res/cardsfolder/lord_of_the_pit.txt -text svneol=native#text/plain
res/cardsfolder/lord_of_the_undead.txt -text svneol=native#text/plain res/cardsfolder/lord_of_the_undead.txt -text svneol=native#text/plain
res/cardsfolder/lord_of_tresserhorn.txt -text svneol=native#text/plain
res/cardsfolder/lore_broker.txt svneol=native#text/plain res/cardsfolder/lore_broker.txt svneol=native#text/plain
res/cardsfolder/lorescale_coatl.txt -text svneol=native#text/plain res/cardsfolder/lorescale_coatl.txt -text svneol=native#text/plain
res/cardsfolder/lorthos_the_tidemaker.txt -text svneol=native#text/plain res/cardsfolder/lorthos_the_tidemaker.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Lord of Tresserhorn
ManaCost:1 U B R
Types:Legendary Creature Zombie
Text:no text
PT:10/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | TriggerZones$ Battlefield | Execute$ TrigLose | TriggerDescription$ When Lord of Tresserhorn enters the battlefield, you lose 2 life, you sacrifice two creatures, and target opponent draws two cards.
A:AB$Regenerate | Cost$ B | SpellDescription$ Regenerate CARDNAME.
SVar:TrigLose:AB$LoseLife | Cost$ 0 | LifeAmount$ 2 | SubAbility$ SVar=DBSac
SVar:DBSac:DB$Sacrifice | Amount$ 2 | SacValid$ Creature | SubAbility$ SVar=DBDraw
SVar:DBDraw:DB$Draw | ValidTgts$ Opponent | NumCards$ 2
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lord_of_tresserhorn.jpg
End