From 9d0c2968aa30d548bb81a6054ead42486df48840 Mon Sep 17 00:00:00 2001 From: Tim Mocny Date: Sun, 23 Feb 2020 04:31:23 +0000 Subject: [PATCH] Fumble - Ready! --- forge-gui/res/cardsfolder/f/fumble.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 forge-gui/res/cardsfolder/f/fumble.txt diff --git a/forge-gui/res/cardsfolder/f/fumble.txt b/forge-gui/res/cardsfolder/f/fumble.txt new file mode 100644 index 00000000000..ea6bf8df7f8 --- /dev/null +++ b/forge-gui/res/cardsfolder/f/fumble.txt @@ -0,0 +1,13 @@ +Name:Fumble +ManaCost:1 U +Types:Instant +A:SP$ Pump | Cost$ 1 U | IsCurse$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBRem | StackDescription$ SpellDescription | SpellDescription$ Return target creature to its owner’s hand. Gain control of all Auras and Equipment that were attached to it, then attach them to another creature. +SVar:DBRem:DB$ PumpAll | ValidCards$ Aura.AttachedTo Targeted,Equipment.AttachedTo Targeted | RememberAllPumped$ True | SubAbility$ DBBounce +SVar:DBBounce:DB$ ChangeZone | Defined$ Targeted | Origin$ Battlefield | Destination$ Hand | SubAbility$ ChooseNewHost +SVar:ChooseNewHost:DB$ ChooseCard | Defined$ You | Amount$ 1 | Choices$ Creature.CanBeEnchantedByAllRemembered | ChoiceZone$ Battlefield | SubAbility$ GainControl +SVar:GainControl:DB$ GainControl | AllValid$ Equipment.IsRemembered,Enchantment.IsRemembered | NewController$ You | ConditionDefined$ ChosenCard | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBAttach +SVar:DBAttach:DB$ Attach | Object$ Remembered | Defined$ ChosenCard | SubAbility$ CleanUpEnchantments +SVar:CleanUpEnchantments:DB$ ChangeZone | Origin$ All | Destination$ Graveyard | ChangeType$ Enchantment.IsRemembered | ConditionDefined$ ChosenCard | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ ControlEquipment +SVar:ControlEquipment:DB$ GainControl | AllValid$ Equipment.IsRemembered | NewController$ You | ConditionDefined$ ChosenCard | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanUp +SVar:DBCleanUp:DB$ Cleanup | ClearRemembered$ True +Oracle:Return target creature to its owner’s hand. Gain control of all Auras and Equipment that were attached to it, then attach them to another creature. \ No newline at end of file