pub(crate) fn deal_damage_base( ctx: &mut CombatCtx<'_>, spell_id: u32, amount: f64, flags: DamageFlags, ) -> (f64, bool)
Deal damage from an already-resolved base amount.