From e678d2e34da229badf911cc0b2d38c19722bdaa2 Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:57:34 +0200 Subject: [PATCH 1/2] Update spry_and_mighty.txt --- forge-gui/res/cardsfolder/s/spry_and_mighty.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/s/spry_and_mighty.txt b/forge-gui/res/cardsfolder/s/spry_and_mighty.txt index 0bbc9b9e3a7..47a5206e4a4 100644 --- a/forge-gui/res/cardsfolder/s/spry_and_mighty.txt +++ b/forge-gui/res/cardsfolder/s/spry_and_mighty.txt @@ -1,9 +1,9 @@ Name:Spry and Mighty ManaCost:4 G Types:Sorcery -A:SP$ ChooseCard | Choices$ Creature.YouCtrl | ChoiceZone$ Battlefield | SubAbility$ DBDraw | Amount$ 2 | SpellDescription$ Choose two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers. +A:SP$ ChooseCard | Choices$ Creature.YouCtrl | ChoiceZone$ Battlefield | SubAbility$ DBDraw | Amount$ 2 | SpellDescription$ Choose exactly two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers. SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DBPump SVar:DBPump:DB$ Pump | Defined$ ChosenCard | NumAtt$ +X | NumDef$ +X | KW$ Trample SVar:X:Count$Valid Creature.ChosenCard$GreatestCardPower/Minus.Y SVar:Y:Count$Valid Creature.ChosenCard$LeastCardPower -Oracle:Choose two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers. +Oracle:Choose exactly two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers. From 5b194eddfce0bf2c1427d102b71273e08a9bc49c Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:51:22 +0200 Subject: [PATCH 2/2] Update spry_and_mighty.txt --- forge-gui/res/cardsfolder/s/spry_and_mighty.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/s/spry_and_mighty.txt b/forge-gui/res/cardsfolder/s/spry_and_mighty.txt index 47a5206e4a4..9c88ccff5f3 100644 --- a/forge-gui/res/cardsfolder/s/spry_and_mighty.txt +++ b/forge-gui/res/cardsfolder/s/spry_and_mighty.txt @@ -3,7 +3,8 @@ ManaCost:4 G Types:Sorcery A:SP$ ChooseCard | Choices$ Creature.YouCtrl | ChoiceZone$ Battlefield | SubAbility$ DBDraw | Amount$ 2 | SpellDescription$ Choose exactly two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers. SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DBPump -SVar:DBPump:DB$ Pump | Defined$ ChosenCard | NumAtt$ +X | NumDef$ +X | KW$ Trample +SVar:DBPump:DB$ Pump | Defined$ ChosenCard | NumAtt$ +X | NumDef$ +X | KW$ Trample | ConditionCheckSVar$ Z | ConditionSVarCompare$ EQ2 SVar:X:Count$Valid Creature.ChosenCard$GreatestCardPower/Minus.Y SVar:Y:Count$Valid Creature.ChosenCard$LeastCardPower +SVar:Z:ChosenCard$Amount Oracle:Choose exactly two creatures you control. You draw X cards and the chosen creatures get +X/+X and gain trample until end of turn, where X is the difference between the chosen creatures' powers.