hsr-optimizer icon indicating copy to clipboard operation
hsr-optimizer copied to clipboard

[Bug] SPD matching issues with Hero / Poet sets

Open fribbels opened this issue 11 months ago • 0 comments

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

fribbels avatar Feb 01 '25 21:02 fribbels