BombSubType
Defined in: collections/subTypes.ts:321
For EntityType.PICKUP (5), PickupVariant.BOMB (40).
Enumeration Members
Section titled “Enumeration Members”NULL:
0
Defined in: collections/subTypes.ts:333
Spawning bombs with this sub-type will produce a random bomb with the following probabilities:
BombSubType.NORMAL(1) - 74.84%BombSubType.DOUBLE_PACK(2) - 12.47%BombSubType.TROLL(3) - 9.9%BombSubType.GOLDEN(4) - 0.89%BombSubType.MEGA_TROLL(5) - 1.78%BombSubType.GOLDEN_TROLL(6) - 0.12%BombSubType.GIGA(7) - 0.00% (never spawns)
NORMAL
Section titled “NORMAL”NORMAL:
1
Defined in: collections/subTypes.ts:335
DOUBLE_PACK
Section titled “DOUBLE_PACK”DOUBLE_PACK:
2
Defined in: collections/subTypes.ts:336
TROLL:
3
Defined in: collections/subTypes.ts:337
GOLDEN
Section titled “GOLDEN”GOLDEN:
4
Defined in: collections/subTypes.ts:338
MEGA_TROLL
Section titled “MEGA_TROLL”MEGA_TROLL:
5
Defined in: collections/subTypes.ts:339
GOLDEN_TROLL
Section titled “GOLDEN_TROLL”GOLDEN_TROLL:
6
Defined in: collections/subTypes.ts:340
GIGA:
7
Defined in: collections/subTypes.ts:341
