Skip to content

KeySubType

Defined in: collections/subTypes.ts:303

For EntityType.PICKUP (5), PickupVariant.KEY (30).

NULL: 0

Defined in: collections/subTypes.ts:312

Spawning keys with this sub-type will produce a random key with the following probabilities:

  • KeySubType.NORMAL (1) - 96.08%
  • KeySubType.GOLDEN (2) - 1.97%
  • KeySubType.DOUBLE_PACK (3) - 0.00% (never spawns)
  • KeySubType.CHARGED (4) - 1.96%

NORMAL: 1

Defined in: collections/subTypes.ts:314


GOLDEN: 2

Defined in: collections/subTypes.ts:315


DOUBLE_PACK: 3

Defined in: collections/subTypes.ts:316


CHARGED: 4

Defined in: collections/subTypes.ts:317