Dungeon Depth

Added in v2.0.1.

Description

Compares the depth (distance from the start room) of the target's current room against a threshold.

Procedural only.

Attributes

Attribute Aliases Description Default
depth d Threshold to compare the room depth against. 1
op operator Comparison operator. See Comparison operators. >=

Examples

DeepInside:
  Conditions:
  - dungeondepth{depth=3;op=>=}

Passes when the target's current room is at depth three or greater.

Aliases

  • roomdepth
Updated Aug 19, 2026