mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
add Quickchange (from Ravnica)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6147,6 +6147,7 @@ res/cardsfolder/q/quest_for_the_nihil_stone.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quest_for_ulas_temple.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/q/questing_phelddagrif.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quick_sliver.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quickchange.txt -text
|
||||
res/cardsfolder/q/quicksand.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quicksilver_amulet.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quicksilver_behemoth.txt svneol=native#text/plain
|
||||
|
||||
10
res/cardsfolder/q/quickchange.txt
Normal file
10
res/cardsfolder/q/quickchange.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Quickchange
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ ChooseColor | Cost$ 1 U | Defined$ You | OrColors$ True | SubAbility$ Animate | SpellDescription$ Target creature becomes the color or colors of your choice until end of turn. Draw a card.
|
||||
SVar:Animate:DB$ Animate | ValidTgts$ Creature | TgtPrompt$ Select target creature | Colors$ ChosenColor | OverwriteColors$ True | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/quickchange.jpg
|
||||
@@ -10,6 +10,7 @@ A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add R to your mana pool.
|
||||
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add G to your mana pool.
|
||||
A:AB$ ChooseColor | Cost$ T | Defined$ You | OrColors$ True | SubAbility$ Animate | SpellDescription$ Target creature becomes the color or colors of your choice until end of turn.
|
||||
SVar:Animate:DB$ Animate | ValidTgts$ Creature | TgtPrompt$ Select target creature | Colors$ ChosenColor | OverwriteColors$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/scuttlemutt.jpg
|
||||
Oracle:{T}: Add one mana of any color to your mana pool.\n{T}: Target creature becomes the color or colors of your choice until end of turn.
|
||||
|
||||
Reference in New Issue
Block a user