Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions forge-gui/res/cardsfolder/s/spry_and_mighty.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
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: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
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.
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.
Loading