mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Spellbound Dragon.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -8255,6 +8255,7 @@ res/cardsfolder/s/spell_syphon.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/spellbane_centaur.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/spellbinder.txt -text
|
||||
res/cardsfolder/s/spellbook.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/spellbound_dragon.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/s/spellbreaker_behemoth.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/spellgorger_barbarian.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/spellshock.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/s/spellbound_dragon.txt
Normal file
15
res/cardsfolder/s/spellbound_dragon.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Spellbound Dragon
|
||||
ManaCost:3 U R
|
||||
Types:Creature Dragon
|
||||
Text:no text
|
||||
PT:3/5
|
||||
K:Flying
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, draw a card, then discard a card. CARDNAME gets +X/+0 until end of turn, where X is the discarded card's converted mana cost.
|
||||
SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | SubAbility$ DBDiscard
|
||||
SVar:DBDiscard:DB$ Discard | NumCards$ 1 | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBPump
|
||||
SVar:DBPump:DB$ Pump | NumAtt$ X | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$CardManaCost
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/spellbound_dragon.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user