Enchantment Level

Description

Checks the enchantment level exposed by the skill's enchant-level variable against a range.

Note: This condition reads the enchant-level skill variable. That variable must be supplied by the triggering context; no built-in Crucible trigger currently populates it, so the condition is only useful when the variable is set by the invoking skill.

Attributes

Attribute Aliases Description Default
level l, range, r The level to compare against. Supports range syntax (e.g. >3, 1to5) the inline argument

Examples

  Conditions:
  - enchantmentLevel{level=>3} true

Aliases

  • enchantLevel
Updated Aug 19, 2026