I’ve recently made the decision to switch the way Unnatural works increasing stats so instead of a choice increasing physical by +5 it now increases it by 5% instead.
I need to go through the game now and alter the *if (stat > #)s of the game
my question is this, do any of the tests available show you the highest stat score possible at each choice in the game?
The only way I can think about doing this is going through each txt file and noting the highest possible score then tailoring the checks from that, but that is going to take a long time, so does anyone know any easier way of doing it?