hsr-optimizer
hsr-optimizer copied to clipboard
[Feature] Add a resist-debuff chance column
Motivation
Its not immediately clear how RES works in this game and how it translates into chance to resist debuffs
Objective
On the optimizer grid, add a column representing the chance to get debuffed (or chance to resist?). Refer to the wiki formula:
This will require the enemy options to include an "Enemy eff" selector to calculate. We can choose a reasonable default
Note: Maybe this doesn't have to go into a column as this would be identical sort as RES. Add it to the expanded data panel instead? #13
The new engine will handle the actual calculation, which is pretty trivial. Already planned in PR #180, the UI is gonna be kinda clogged though