- Added Hellhole Rats. You can never have enough of them.

This commit is contained in:
jendave
2011-08-06 18:53:03 +00:00
parent 26e4205b09
commit 84c86d63e2
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2790,6 +2790,7 @@ res/cardsfolder/hell_bent_raider.txt -text svneol=native#text/plain
res/cardsfolder/helldozer.txt -text svneol=native#text/plain
res/cardsfolder/hellfire.txt -text svneol=native#text/plain
res/cardsfolder/hellfire_mongrel.txt -text svneol=native#text/plain
res/cardsfolder/hellhole_rats.txt -text svneol=native#text/plain
res/cardsfolder/hellion_eruption.txt -text svneol=native#text/plain
res/cardsfolder/hellkite_igniter.txt -text svneol=native#text/plain
res/cardsfolder/hellkite_overlord.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Hellhole Rats
ManaCost:2 B R
Types:Creature Rat
Text:no text
PT:2/2
K:Haste
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, target player discards a card. CARDNAME deals damage to that player equal to that card's converted mana cost.
SVar:TrigDiscard:AB$Discard | Cost$ 0 | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | NumCards$ 1 | SubAbility$ SVar=DBDamage
SVar:DBDamage:DB$DealDamage | Defined$ Targeted | NumDmg$ X
SVar:X:Discarded$CardManaCost
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/hellhole_rats.jpg
End