We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df3956 commit d11ab45Copy full SHA for d11ab45
1 file changed
forge-gui/res/cardsfolder/m/mathemagics.txt
@@ -1,7 +1,7 @@
1
Name:Mathemagics
2
ManaCost:X X U U
3
Types:Sorcery
4
-A:SP$ Draw | ValidTgts$ Player | NumCards$ Y | SpellDescription$ Target player draws 2ˣ cards. (2⁰ = 1, 2¹ = 2, 2² = 4, 2³ = 8, 2⁴ = 16, 2⁵ = 32, and so on.)
+A:SP$ Draw | ValidTgts$ Player | NumCards$ Y | SpellDescription$ Target player draws 2^X cards. (2^0 = 1, 2^1 = 2, 2^2 = 4, 2^3 = 8, 2^4 = 16, 2^5 = 32, and so on.)
5
SVar:X:Count$xPaid
6
SVar:Y:Number$2/Pow.X
7
-Oracle:Target player draws 2ˣ cards. (2⁰ = 1, 2¹ = 2, 2² = 4, 2³ = 8, 2⁴ = 16, 2⁵ = 32, and so on.)
+Oracle:Target player draws 2^X cards. (2^0 = 1, 2^1 = 2, 2^2 = 4, 2^3 = 8, 2^4 = 16, 2^5 = 32, and so on.)
0 commit comments