Dungeon Difficulty Named

Added in v2.0.1.

Description

Matches the difficulty of the target's current dungeon by name, case insensitively. Use DEFAULT (any case) to match instances with no configured difficulty. Returns false when name is empty.

Attributes

Attribute Aliases Description Default
name n, difficulty, d Difficulty namespace to match, case insensitive. Required. (empty)

Examples

Nightmare:
  Conditions:
  - dungeondifficultynamed{name=nightmare} true

Passes when the target's dungeon difficulty namespace equals nightmare, ignoring case.

Aliases

  • ddiffnamed
Updated Aug 19, 2026