Skip to main content

resolve_consumable_spells

Function resolve_consumable_spells 

Source
pub(crate) async fn resolve_consumable_spells(
    resolver: &DynDataResolver<'_>,
    selection: &ConsumableSelection,
    race: RaceId,
) -> Result<ConsumableSpells, EngineError>
Expand description

Resolve a parsed ConsumableSelection to buff spells via the data resolver.