In these types of games, calculating the final DPS involves a lot of nested multiplicative/additive logic that isn't transparent in-game. I wanted to build a UI that makes this math reactive and visual. 1. Handles complex dependency graphs (e.g., Attribute A → % Defense → Flat Damage). 2. Everything is calculated client-side for zero-latency UI updates. Even if you don't play the game, I'd love feedback on the UI/UX for handling large sets of interdependent variables!