Skip to main content

deal_damage_base

Function deal_damage_base 

Source
pub(crate) fn deal_damage_base(
    ctx: &mut CombatCtx<'_>,
    spell_id: u32,
    amount: f64,
    flags: DamageFlags,
) -> (f64, bool)
Expand description

Deal damage from an already-resolved base amount.