pub fn passive_resource_cost<S>(
query: PassiveQuery<'_>,
resource_type: i32,
base_cost: f64,
active_aura_spell_ids: &HashSet<i32, S>,
modifiers: &PowerModifiers,
) -> f64where
S: BuildHasher,Expand description
Resource cost after passive modifiers; raw DBC flat values descale through modifiers.