KeySubType
Defined in: collections/subTypes.ts:303
For EntityType.PICKUP (5), PickupVariant.KEY (30).
Enumeration Members
Section titled “Enumeration Members”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
Section titled “NORMAL”NORMAL:
1
Defined in: collections/subTypes.ts:314
GOLDEN
Section titled “GOLDEN”GOLDEN:
2
Defined in: collections/subTypes.ts:315
DOUBLE_PACK
Section titled “DOUBLE_PACK”DOUBLE_PACK:
3
Defined in: collections/subTypes.ts:316
CHARGED
Section titled “CHARGED”CHARGED:
4
Defined in: collections/subTypes.ts:317
