Comment update

This commit is contained in:
2025-02-26 12:11:04 -05:00
parent 7a5f138c78
commit 330344f55b
+1 -1
View File
@@ -434,7 +434,7 @@ public class WpakPowerManager {
// MB Dev Note:
// A subset of health/mana/stam modifiers are multiplicative.
// These all have "SIVL" in the curve name suggesting
// that SB interpolates between min max.
// interpolation between min max. Not something currently done.
outData.first = modifierEntry.compoundCurveType.name().contains("SIVL") ?
modifierEntry.min * (1 + (modifierEntry.compoundCurveType.getValue() * rank)) :