Interface CraftingSkillQuery

A crafting profession filter to match when requesting ingredients

interface CraftingSkillQuery {
    list: CraftingSkill[];
    requireAll?: boolean;
}

Properties

Properties

A list of Crafting Skills to look for

requireAll?: boolean

Whether the ingredient has to be usable for all specified Crafting Skills, or if any are sufficient

Default

true

Generated using TypeDoc