pub fn ability_combat_profile(
config: &GameConfig,
lookups: &ContentLookups,
ability: &Ability,
) -> AbilityCombatProfileExpand description
Combat-honest profile of one ability instance. Uses the per-ability
content::ability_info split where one exists; abilities without a bespoke
closure (some class/buff abilities) fall back to a pure-damage assumption at
their eff × FD/(FD+cd) throughput — the closest honest default.