hsr-optimizer
hsr-optimizer copied to clipboard
[Bug] SPD matching issues with Hero / Poet sets
Motivation
With the new poet / hero sets, they both manipulate SPD so the simulated benchmarks are not written to fully handle this correctly.
Goal
See conversation on discord:
https://discord.com/channels/800607517074784256/1198367043167195246/1335345006503792711
Note - one temporary fix is to just disable the basic spd override
+ if (!simulationFlags.simPoetActive && !simulationFlags.characterPoetActive) {
+ simulationFlags.forceBasicSpd = false
+ }
but this allows the 200% benchmark to exceed spd limits