Completed Dungeons

Added in v2.0.1.

Description

Compares how many distinct dungeons the target player has ever completed (across their whole profile) against a threshold.

Attributes

Attribute Aliases Description Default
count c, amount, a Threshold to compare the completed dungeon count against. 0
op operator Comparison operator. See Comparison operators. >=

Examples

SeasonedAdventurer:
  Conditions:
  - completeddungeons{count=5;op=>=}

Passes when the target player has completed at least five distinct dungeons.

Aliases

  • dcompcount
Updated Aug 19, 2026