Player Lives
Added in v2.0.1.
Description
Compares the target player's remaining lives in their current dungeon against a threshold. Works in classic, one-world, and procedural dungeons. Returns false when the player has no recorded lives entry, which includes every dungeon configured with no lives, since no entry is created for those runs.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
lives |
l, count, c |
Threshold to compare the remaining lives against. | 0 |
op |
operator |
Comparison operator. See Comparison operators. | >= |
Examples
LastLife:
Conditions:
- playerlives{lives=1;op=<=}
Passes when the target player has one or fewer lives left.
Aliases
-
plives