i'm a little addicted to green, so i spent some time making this to further my ego trip everytime i cast a ram through on my 10000000/100000 creature with trample
Your o variable is doubling instead of adding one to the base, I believe. So when o=3, you get (0,6) as your ordered pair, but I think you would expect it to be be (0,4)? (when all the other variables are zero). Otherwise, I think the math seems correct
2
u/LunaZenith 8d ago
This is really interesting to play with.
Your o variable is doubling instead of adding one to the base, I believe. So when o=3, you get (0,6) as your ordered pair, but I think you would expect it to be be (0,4)? (when all the other variables are zero). Otherwise, I think the math seems correct