Change so there is an internal and a display value for all the attributes. str, dex and mana: | internalValue | displayValue| |0|50| |1|54| ... |n|50+n*4| health and mana: | internalValue | displayValue| |0|300| |1|340| ... |n|300+n*40|
Change so there is an internal and a display value for all the attributes.
str, dex and mana:
| internalValue | displayValue|
|0|50|
|1|54|
...
|n|50+n*4|
health and mana:
| internalValue | displayValue|
|0|300|
|1|340|
...
|n|300+n*40|