- Added Fire Dragon.

This commit is contained in:
jendave
2011-08-06 19:01:45 +00:00
parent 805915eb1c
commit 6f9bfabe76
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2106,6 +2106,7 @@ res/cardsfolder/fire_ants.txt -text svneol=native#text/plain
res/cardsfolder/fire_belly_changeling.txt -text svneol=native#text/plain
res/cardsfolder/fire_bowman.txt -text svneol=native#text/plain
res/cardsfolder/fire_diamond.txt -text svneol=native#text/plain
res/cardsfolder/fire_dragon.txt -text svneol=native#text/plain
res/cardsfolder/fire_drake.txt -text svneol=native#text/plain
res/cardsfolder/fire_elemental.txt -text svneol=native#text/plain
res/cardsfolder/fire_field_ogre.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Fire Dragon
ManaCost:6 R R R
Types:Creature Dragon
Text:no text
PT:6/6
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals damage equal to the number of Mountains you control to target creature.
SVar:TrigDealDamage:AB$DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X
SVar:X:Count$TypeYouCtrl.Mountain
SVar:PlayMain1:TRUE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/fire_dragon.jpg
End