diff --git a/.gitattributes b/.gitattributes index e19c77756aa..3559121ef9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3385,6 +3385,7 @@ res/cardsfolder/krovikan_mist.txt -text svneol=native#text/plain res/cardsfolder/krovikan_rot.txt -text svneol=native#text/plain res/cardsfolder/krovikan_scoundrel.txt -text svneol=native#text/plain res/cardsfolder/kry_shield.txt -text svneol=native#text/plain +res/cardsfolder/kuldotha_flamefiend.txt -text svneol=native#text/plain res/cardsfolder/kuldotha_forgemaster.txt -text svneol=native#text/plain res/cardsfolder/kuldotha_phoenix.txt -text svneol=native#text/plain res/cardsfolder/kuldotha_rebirth.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/kuldotha_flamefiend.txt b/res/cardsfolder/kuldotha_flamefiend.txt new file mode 100644 index 00000000000..9b72fecbbae --- /dev/null +++ b/res/cardsfolder/kuldotha_flamefiend.txt @@ -0,0 +1,13 @@ +Name:Kuldotha Flamefiend +ManaCost:4 R R +Types:Creature Elemental +Text:no text +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Optional$ True | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME enters the battlefield, you may sacrifice an artifact. If you do, CARDNAME deals 4 damage divided as you choose among any number of target creatures and/or players. +SVar:TrigDealDamage:AB$ DealDamage | Cost$ Sac<1/Artifact> | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2 +SVar:DBDamage2:DB$DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$ SVar=DBDamage3 +SVar:DBDamage3:DB$DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (3) | NumDmg$ 1 | SubAbility$ SVar=DBDamage4 +SVar:DBDamage4:DB$DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (4) | NumDmg$ 1 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/kuldotha_flamefiend.jpg +End \ No newline at end of file