mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Update scripts
This commit is contained in:
@@ -3,10 +3,8 @@ ManaCost:2 W
|
||||
Types:Enchantment
|
||||
T:Mode$ Cycled | ValidCard$ Card | Execute$ TrigExile | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever a player cycles a card, you may exile target creature. If you do, return the exiled card to the battlefield under its owner's control at the beginning of the next end step.
|
||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DelTrigEffect
|
||||
SVar:DelTrigEffect:DB$ Effect | Triggers$ EOTTrig | SVars$ TrigBounce,RemoveEffect | RememberObjects$ Remembered | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | Duration$ Permanent
|
||||
SVar:EOTTrig:Mode$ Phase | Phase$ End of Turn | Execute$ TrigBounce | TriggerZones$ Command | TriggerDescription$ Return exiled creature to the battlefield.
|
||||
SVar:TrigBounce:AB$ ChangeZone | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered | SubAbility$ RemoveEffect
|
||||
SVar:RemoveEffect:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
|
||||
SVar:DelTrigEffect:DB$ DelayedTrigger | Mode$ Phase | Phase$ End Of Turn | Execute$ TrigReturn | RememberObjects$ Remembered | TriggerDescription$ Return the exiled card to the battlefield under its owner's control at the beginning of the next end step. | SubAbility$ DBCleanup | AILogic$ Always
|
||||
SVar:TrigReturn:AB$ ChangeZone | Cost$ 0 | Defined$ DelayTriggerRemembered | Origin$ Exile | Destination$ Battlefield
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/astral_slide.jpg
|
||||
|
||||
@@ -3,7 +3,7 @@ ManaCost:W U B R G
|
||||
Types:Legendary Creature Dragon Avatar
|
||||
PT:4/4
|
||||
K:Flying
|
||||
A:AB$ ChangeZone | Cost$ 2 | Origin$ Library | Destination$ Graveyard | ChangeType$ Dragon | ChangeNum$ 1 | Shuffle$ True | SubAbility$ ScionCopy | RememberChanged$ True | SpellDescription$ Search your library for a Dragon permanent card and put that card onto the battlefield. Then shuffle your library. That Dragon gains haste until end of turn. Exile it at the beginning of the next end step.
|
||||
A:AB$ ChangeZone | Cost$ 2 | Origin$ Library | Destination$ Graveyard | ChangeType$ Dragon | ChangeNum$ 1 | Shuffle$ True | SubAbility$ ScionCopy | RememberChanged$ True | SpellDescription$ Search your library for a Dragon permanent card and put it into your graveyard. If you do, CARDNAME becomes a copy of that card until end of turn. Then shuffle your library.
|
||||
SVar:ScionCopy:DB$ Clone | Defined$ Remembered | Duration$ UntilEndOfTurn
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/scion_of_the_ur_dragon.jpg
|
||||
Oracle:Flying\n{2}: Search your library for a Dragon permanent card and put it into your graveyard. If you do, Scion of the Ur-Dragon becomes a copy of that card until end of turn. Then shuffle your library.
|
||||
Reference in New Issue
Block a user