Skip to content

Commit d11ab45

Browse files
authored
Update mathemagics.txt
1 parent 3df3956 commit d11ab45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name:Mathemagics
22
ManaCost:X X U U
33
Types:Sorcery
4-
A:SP$ Draw | ValidTgts$ Player | NumCards$ Y | SpellDescription$ Target player draws cards. (2 = 1, 2¹ = 2, 2² = 4, 2³ = 8, 2 = 16, 2 = 32, and so on.)
4+
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.)
55
SVar:X:Count$xPaid
66
SVar:Y:Number$2/Pow.X
7-
Oracle:Target player draws cards. (2 = 1, 2¹ = 2, 2² = 4, 2³ = 8, 2 = 16, 2 = 32, and so on.)
7+
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

Comments
 (0)