Dungeon Total Rooms

Added in v2.0.1.

Description

Compares the total number of rooms generated in the target's procedural dungeon against a threshold.

Procedural only.

Attributes

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

Examples

LargeDungeon:
  Conditions:
  - dungeontotalrooms{count=10;op=>}

Passes only when the procedural dungeon generated more than ten rooms.

Aliases

  • droomcount
Updated Aug 19, 2026