Skip to content

SackSubType

Defined in: collections/subTypes.ts:360

For EntityType.PICKUP (5), PickupVariant.SACK (69).

NULL: 0

Defined in: collections/subTypes.ts:367

Spawning sacks with this sub-type will produce a random sack with the following probabilities:

  • SackSubType.NORMAL (1) - 99.0%
  • SackSubType.BLACK (2) - 1.0%

NORMAL: 1

Defined in: collections/subTypes.ts:369


BLACK: 2

Defined in: collections/subTypes.ts:370