Archetype

Description

Checks whether the player has a specific archetype in a given group. Useful for gating skills/spells/loot to particular classes, professions, races, etc.

The archetype attribute accepts a comma-separated list, in which case the condition matches if the player's current archetype in the group is any of them.

Attributes

Attribute Aliases Description Default
group g The archetype group to check CLASS
archetypes archetype, type, types, a, classes, class, c One or more archetype ids (comma-separated). Falls back to the unkeyed argument if omitted required

Examples

Conditions:
- archetype{group=CLASS;archetype=Wizard} true
- archetype{group=CLASS;archetype=Wizard,Sorcerer,Warlock} true

Aliases

  • class
Updated Aug 19, 2026