mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
add Mortis Dogs (from New Phyrexia)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/mortis_dogs.txt
Normal file
13
res/cardsfolder/mortis_dogs.txt
Normal 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
|
||||
Reference in New Issue
Block a user