diff --git a/.gitattributes b/.gitattributes index 2a2427ca0a5..a3532898fd9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/mortis_dogs.txt b/res/cardsfolder/mortis_dogs.txt new file mode 100644 index 00000000000..469170dbaaa --- /dev/null +++ b/res/cardsfolder/mortis_dogs.txt @@ -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 \ No newline at end of file