Resources for stat balancing

Right, that’s what the numbers on the left are.

The main bummer about this is that it has to be copy-pasted into the code for every place you want to use it, because if it were a gosub called multiple times, randomtest would sum up all the times each line was executed over all calls, and that’s not what you want.

3 Likes

IIRC (been a while since I had to test anything), I prefer

*if negation = 0
  *comment negation 0
*if negation = 1
  *comment negation 1
...

because it gives me exact numbers for each stat, plus it gives me a better idea of grouping at a glance.

1 Like