Yo, your save builder is kinda faulty. the values for stats like ego and stuff saved by the save builder is in form of a string instead of a int.
It wouldn't be much of an issue aside from the fact that when adding values, the string value turns to "31" instead of 4 if the expression was `prag + 1;`
so basically string one is concatenating instead of summing
with save builder:
Normally: