pub fn dynamic_power_multiplier(
config: &GameConfig,
character: &CharacterState,
) -> f64Expand description
Πq over every dynamic system of character’s CURRENT loadout.
Multiplies — an equivalent implementation could sum the logarithms. There is no global cap and no combo-correction table: interactions are deliberately left uncalibrated rather than patched with exceptions.