Skip to main content

BombSubType

For EntityType.PICKUP (5), PickupVariant.BOMB (40).

Enumeration Members

NULL

NULL = 0

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)

Defined in

collections/subTypes.ts:333


NORMAL

NORMAL = 1

Defined in

collections/subTypes.ts:335


DOUBLE_PACK

DOUBLE_PACK = 2

Defined in

collections/subTypes.ts:336


TROLL

TROLL = 3

Defined in

collections/subTypes.ts:337


GOLDEN

GOLDEN = 4

Defined in

collections/subTypes.ts:338


MEGA_TROLL

MEGA_TROLL = 5

Defined in

collections/subTypes.ts:339


GOLDEN_TROLL

GOLDEN_TROLL = 6

Defined in

collections/subTypes.ts:340


GIGA

GIGA = 7

Defined in

collections/subTypes.ts:341