mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Added Quicken
Ran oracle and set info scripts
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6864,6 +6864,7 @@ 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/quicken.txt -text
|
||||
res/cardsfolder/q/quickening_licid.txt -text
|
||||
res/cardsfolder/q/quicksand.txt svneol=native#text/plain
|
||||
res/cardsfolder/q/quicksilver_amulet.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/q/quicken.txt
Normal file
15
res/cardsfolder/q/quicken.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Quicken
|
||||
ManaCost:U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$Effect | Cost$ U | Name$ Quicken effect | StaticAbilities$ QuickenStA | Triggers$ SpellCastTrig | SVars$ Quickened | SubAbility$ DBDraw | SpellDescription$ The next sorcery card you cast this turn can be cast as though it had flash.
|
||||
SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||
SVar:QuickenStA:Mode$ Continuous | Affected$ Creature.YouCtrl | AffectedZone$ Hand,Graveyard,Exile | AddHiddenKeyword$ HIDDEN Flash
|
||||
SVar:SpellCastTrig:Mode$ SpellCast | ValidCard$ Sorcery | ValidControllingPlayer$ You | Execute$ Quickened | Static$ True | TriggerDescription$ The next sorcery card you cast this turn can be cast as though it had flash.
|
||||
SVar:Quickened:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Graveyard
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/quicken.jpg
|
||||
SetInfo:GPT|Rare|http://magiccards.info/scans/en/gp/31.jpg
|
||||
Oracle:The next sorcery card you cast this turn can be cast as though it had flash.\nDraw a card.
|
||||
End
|
||||
@@ -12,4 +12,6 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/shifty_doppelganger.jpg
|
||||
SetInfo:ODY|Rare|http://magiccards.info/scans/en/od/101.jpg
|
||||
Oracle:{3}{U}, Exile Shifty Doppelganger: You may put a creature card from your hand onto the battlefield. If you do, that creature gains haste until end of turn. At the beginning of the next end step, sacrifice that creature. If you do, return Shifty Doppelganger to the battlefield.
|
||||
End
|
||||
Reference in New Issue
Block a user