add Mortis Dogs (from New Phyrexia)

This commit is contained in:
jendave
2011-08-06 22:57:15 +00:00
parent 36357858d5
commit 185cbdeeb8
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4470,6 +4470,7 @@ res/cardsfolder/mortician_beetle.txt svneol=native#text/plain
res/cardsfolder/mortify.txt -text svneol=native#text/plain
res/cardsfolder/mortipede.txt -text svneol=native#text/plain
res/cardsfolder/mortiphobia.txt -text svneol=native#text/plain
res/cardsfolder/mortis_dogs.txt -text svneol=native#text/plain
res/cardsfolder/mortivore.txt -text svneol=native#text/plain
res/cardsfolder/mortuary.txt -text svneol=native#text/plain
res/cardsfolder/mosquito_guard.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Mortis Dogs
ManaCost:3 B
Types:Creature Hound
Text:no text
PT:2/2
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +2/+0 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 2
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, target player loses life equal to its power.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | ValidTgts$ Player | TgtPrompt$ Select target player | LifeAmount$ X
SVar:X:Count$CardPower
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/mortis_dogs.jpg
End