mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Deepfire Elemental.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1787,6 +1787,7 @@ res/cardsfolder/d/deep_sea_kraken.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deep_sea_serpent.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deep_slumber_titan.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deepchannel_mentor.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deepfire_elemental.txt -text
|
||||
res/cardsfolder/d/deeptread_merrow.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deepwood_drummer.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deepwood_ghoul.txt svneol=native#text/plain
|
||||
|
||||
14
res/cardsfolder/d/deepfire_elemental.txt
Normal file
14
res/cardsfolder/d/deepfire_elemental.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Deepfire Elemental
|
||||
ManaCost:4 B R
|
||||
Types:Creature Elemental
|
||||
Text:no text
|
||||
PT:4/4
|
||||
A:AB$ Destroy | Cost$ X X 1 | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target artifact or creature | SpellDescription$ Destroy target artifact or creature with converted mana cost X.
|
||||
# It may seem wrong to not use X in the target, but since the Target is what defines X, it's redundant (and not supported by the code)
|
||||
SVar:X:Targeted$CardManaCost
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/deepfire_elemental.jpg
|
||||
SetInfo:CSP|Uncommon|http://magiccards.info/scans/en/cs/127.jpg
|
||||
Oracle:{X}{X}{1}: Destroy target artifact or creature with converted mana cost X.
|
||||
End
|
||||
Reference in New Issue
Block a user