From 0e2d6ac196fd7701ac1a48546f329e12b2bdff14 Mon Sep 17 00:00:00 2001 From: Adam Pantel <> Date: Sun, 11 Apr 2021 00:16:00 -0400 Subject: [PATCH] C21: Stinging Study --- forge-gui/res/cardsfolder/upcoming/stinging_study.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/stinging_study.txt diff --git a/forge-gui/res/cardsfolder/upcoming/stinging_study.txt b/forge-gui/res/cardsfolder/upcoming/stinging_study.txt new file mode 100644 index 00000000000..04c81842ca3 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/stinging_study.txt @@ -0,0 +1,11 @@ +Name:Stinging Study +ManaCost:4 B +Types:Instant +A:SP$ ChooseCard | Cost$ 4 B | Choices$ Card.IsCommander+YouOwn | RememberChosen$ True | MinAmount$ 0 | ChoiceTitle$ Choose a commander on the battlefield | SubAbility$ ChooseCommand | ConditionPresent$ Card.IsCommander+YouOwn | SpellDescription$ You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone. +SVar:ChooseCommand:DB$ ChooseCard | ChoiceZone$ Command | Choices$ Card.IsCommander+YouOwn | RememberChosen$ True | ChoiceTitle$ Choose a commander in command | SubAbility$ ChooseBF | ConditionDefined$ ChosenCard | ConditionPresent$ Card | ConditionCompare$ EQ0 | Mandatory$ True +SVar:ChooseBF:DB$ ChooseCard | ChoiceZone$ Battlefield | Choices$ Card.IsCommander+YouOwn | RememberChosen$ True | ChoiceTitle$ Choose a commander on the battlefield | SubAbility$ DBDraw | ConditionDefined$ ChosenCard | ConditionPresent$ Card | ConditionCompare$ EQ0 | Mandatory$ True +SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DBLoseLife +SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True | ClearChosenCard$ True +SVar:X:Remembered$CardManaCost +Oracle:You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.