pub fn pet_night_pounce_attack(
ctx: &CastProjectileCtx<'_>,
) -> Result<Vec<OverlordEvent>>Expand description
79f90288-... — pet Night Pounce delivery: attack(#{ power, crit_chance_bonus }), info from ability 019584aa (the Strike the pet ult
clones). Same math as the instant ability_crit_strike, moved onto a
projectile so the cast is readable in combat.