I have been working on rewriting the main Dark World UI basically from scratch, since it contains lots of things it really should not and most of its code can be simplified.
You may or may not know but for example the LV you see in the POWER menu aren't a real stat but instead mostly hardcoded and tied to your character's ranks. (It is even referred to as "falselv" in the code.)
I want to instead record (for each character individually) the number of enemies killed, spared, damage done, execution points gained, etc.
0 comments