mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
move TriggerZone param
This commit is contained in:
@@ -2,8 +2,8 @@ Name:Rushed Rebirth
|
||||
ManaCost:B G
|
||||
Types:Instant
|
||||
A:SP$ Effect | Cost$ B G | ValidTgts$ Creature | TgtPrompt$ Choose target creature | Triggers$ TargetDies | RememberObjects$ Targeted | SpellDescription$ Choose target creature. When that creature dies this turn, search your library for a creature card with lesser mana value, put it onto the battlefield tapped, then shuffle.
|
||||
SVar:TargetDies:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.IsRemembered | Execute$ DBSearch | TriggerController$ You | TriggerDescription$ When that creature dies this turn, search your library for a creature card with lesser mana value, put it onto the battlefield tapped, then shuffle.
|
||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | TriggerZones$ Command | ChangeType$ Creature.cmcLTX | ChangeNum$ 1 | Tapped$ True | SubAbility$ ExileEffect
|
||||
SVar:TargetDies:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.IsRemembered | Execute$ DBSearch | TriggerZones$ Command | TriggerController$ You | TriggerDescription$ When that creature dies this turn, search your library for a creature card with lesser mana value, put it onto the battlefield tapped, then shuffle.
|
||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.cmcLTX | ChangeNum$ 1 | Tapped$ True | SubAbility$ ExileEffect
|
||||
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
|
||||
SVar:X:Remembered$CardManaCost
|
||||
Oracle:Choose target creature. When that creature dies this turn, search your library for a creature card with lesser mana value, put it onto the battlefield tapped, then shuffle.
|
||||
|
||||
Reference in New Issue
Block a user