Has Unlocked Archetype

Description

Matches if the player has unlocked the given archetype, regardless of whether it is currently the active one in its group.

This is different from Archetype, which only matches the player's currently-active archetype. Use this condition for checks like "you have access to the Wizard class but you're playing as Warrior right now."

Attributes

Attribute Aliases Description Default
group g The archetype group CLASS
archetype type, a, class, c The archetype id. Falls back to the unkeyed argument if omitted required

Examples

Conditions:
- hasUnlockedArchetype{group=CLASS;archetype=Wizard} true

Aliases

  • hasUnlockedClass
  • archetypeUnlocked
  • classUnlocked
Updated Aug 19, 2026