mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Added
Kuldotha Flamefiend based on Arc Lightning. Somewhat unintuitive but technically correct.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/kuldotha_flamefiend.txt
Normal file
13
res/cardsfolder/kuldotha_flamefiend.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user