Function enemy_boss_power

Source
pub fn enemy_boss_power(chapter: i64) -> f64
Expand description

Boss encounter power at chapter, floored once at the end.

The association is fixed: floor(E_base × sqrt(1.30)), computed from the unrounded base. No chapter-specific bump or wall multiplier is applied.