Dungeon Alive Count

Added in v2.0.1.

Description

Compares the number of players in the target's dungeon who still have lives remaining against a threshold. A player leaves this count only when their lives run out, and re-enters it if a Revive Player function brings them back, so on a dungeon configured with no lives this always equals dungeonplayercount.

Attributes

Attribute Aliases Description Default
count c, amount, a Threshold to compare the count of players with lives remaining against. 0
op operator Comparison operator. See Comparison operators. >=

Examples

LastOneStanding:
  Conditions:
  - dungeonalivecount{count=1;op=<=}

Passes while one or fewer players still have lives remaining.

Aliases

  • dalivecount
Updated Aug 19, 2026