mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Added Induced Amnesia
This commit is contained in:
11
forge-gui/res/cardsfolder/i/induced_amnesia.txt
Normal file
11
forge-gui/res/cardsfolder/i/induced_amnesia.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Induced Amnesia
|
||||
ManaCost:2 U
|
||||
Types:Enchantment
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, target player exiles all cards from his or her hand face down.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, return the exiled cards to their owner's hand.
|
||||
SVar:TrigExile:DB$ ChangeZoneAll | ValidTgts$ Player | TgtPrompt$ Select target player | DefinedPlayer$ Remembered | ChangeType$ Card | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ DBDraw | SpellDescription$ Target player exiles all cards from his or her hand face down, then draws that many cards.
|
||||
SVar:DBDraw:DB$ Draw | Defined$ Targeted | NumCards$ X | References$ X
|
||||
SVar:X:Count$RememberedSize
|
||||
SVar:TrigReturn:DB$ ChangeZoneAll | Origin$ Exile | ChangeType$ Card.IsRemembered | Destination$ Hand
|
||||
SVar:PlayMain1:TRUE
|
||||
Oracle:When Induced Amnesia enters the battlefield, target player exiles all cards from his or her hand face down, then draws that many cards.\nWhen Induced Amnesia is put into a graveyard from the battlefield, return the exiled cards to their owner's hand.
|
||||
Reference in New Issue
Block a user