mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fix fractured identity
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Name:Fractured Identity
|
||||
ManaCost:3 W U
|
||||
Types:Sorcery
|
||||
A:SP$ ChangeZone | Cost$ 3 W U | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBRememberCtrl | SpellDescription$ Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.
|
||||
SVar:DBRememberCtrl:DB$ Pump | Defined$ RememberedController | RememberObjects$ RememberedController | SubAbility$ DBRepeat
|
||||
SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player.IsNotRemembered | RepeatSubAbility$ DBClone | SubAbility$ DBCleanup
|
||||
A:SP$ ChangeZone | Cost$ 3 W U | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SubAbility$ DBRememberCtrl | SpellDescription$ Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.
|
||||
SVar:DBRememberCtrl:DB$ Pump | RememberObjects$ TargetedController | SubAbility$ DBRepeat
|
||||
SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player.IsNotRemembered | RepeatSubAbility$ DBForget | SubAbility$ DBCleanup
|
||||
SVar:DBForget:DB$ Cleanup | ForgetDefinedPlayer$ TargetedController | SubAbility$ DBClone
|
||||
SVar:DBClone:DB$ CopyPermanent | Defined$ Remembered | Controller$ Player.IsRemembered
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/fractured_identity.jpg
|
||||
|
||||
Reference in New Issue
Block a user