mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Added Undying Flames
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -9626,6 +9626,7 @@ res/cardsfolder/u/undiscovered_paradise.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/undo.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/undying_beast.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/undying_evil.txt -text
|
||||
res/cardsfolder/u/undying_flames.txt -text
|
||||
res/cardsfolder/u/undying_rage.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unearth.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unearthly_blizzard.txt svneol=native#text/plain
|
||||
|
||||
16
res/cardsfolder/u/undying_flames.txt
Normal file
16
res/cardsfolder/u/undying_flames.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Name:Undying Flames
|
||||
ManaCost:4 R R
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
K:Epic
|
||||
A:SP$ Pump | Cost$ 4 R R | SubAbility$ FlamingExile | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | StackDescription$ None | SpellDescription$ Exile cards from the top of your library until you exile a nonland card. Undying Flames deals damage to target creature or player equal to that card's converted mana cost.
|
||||
SVar:FlamingExile:DB$ DigUntil | Valid$ Card.nonLand | ValidDescription$ nonland | FoundDestination$ Exile | RevealedDestination$ Exile | RememberFound$ True | SubAbility$ UndyingDamage
|
||||
SVar:UndyingDamage:DB$ DealDamage | Defined$ Targeted | NumDmg$ X | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$CardManaCost
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/undying_flames.jpg
|
||||
SetInfo:SOK|Rare|http://magiccards.info/scans/en/sok/119.jpg
|
||||
Oracle:Exile cards from the top of your library until you exile a nonland card. Undying Flames deals damage to target creature or player equal to that card's converted mana cost.\nEpic (For the rest of the game, you can't cast spells. At the beginning of each of your upkeeps, copy this spell except for its epic ability. You may choose a new target for the copy.)
|
||||
End
|
||||
Reference in New Issue
Block a user