pub fn secondary_cost<S>(
spell: &SpellDataFlat,
secondary_resource_type: Option<i32>,
modifiers: &PowerModifiers,
active_aura_spell_ids: &HashSet<i32, S>,
) -> f64where
S: BuildHasher,Expand description
Minimum secondary power cost from the row matching the spec’s secondary resource type.