Skip to main content

ChubSubType

For EntityType.CHUB (28), ChubVariant.CHUB (0).

Enumeration Members

NORMAL

NORMAL = 0

The non-champion version.

Defined in

collections/subTypes.ts:1696


BLUE

BLUE = 1

The blue champion version. 15% larger and slower than normal, with 25% more HP. Spawns orange Boils instead of Chargers. Despite the different color, they behave exactly like normal Boils.

Note that this actually looks green in-game, but internally it is labeled as blue. (Yellow mixes with blue to cause green.)

Defined in

collections/subTypes.ts:1705


ORANGE

ORANGE = 2

The orange champion version. 15% smaller and faster than normal, with 15% less HP. Spawns Spitties instead of Chargers.

Defined in

collections/subTypes.ts:1711