Party Size

Added in v2.0.1.

Description

Compares the size of the target player's dungeon party against a threshold. A player with no party counts as size 1. Only members with a live player on the server are counted, so offline members normally do not count toward the size.

Attributes

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

Examples

SoloScaling:
  Conditions:
  - partysize{count=1;op==}

Passes only when the target is soloing (party size equals 1).

Aliases

  • psize
Updated Aug 19, 2026