pub fn night_pounce_projectile_cast(
ctx: &CastAbilityCtx<'_>,
) -> Result<Vec<OverlordEvent>>Expand description
Pet-ult deliveries: same combat math as the instant versions
(crit_strike / cone_strike / dot_strike), moved onto a projectile so
the pet’s cast is readable in combat. The damage resolves in the paired
projectile_pet_* fn on arrival.