/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/research/slimes.dm

SLIME_LIFE_STAGE_BABYThis slime is a baby
SLIME_LIFE_STAGE_ADULTThis slime is an adult
SLIME_MIN_POWERThis lowest charge a slime can have
SLIME_MEDIUM_POWERDangerous levels of charge
SLIME_MAX_POWERThe highest level of charge a slime can have
SLIME_MAX_NUTRITIONThe maximum amount of nutrition a slime can contain
SLIME_STARTING_NUTRITIONThe starting nutrition of a slime
SLIME_GROW_NUTRITIONAbove it we grow our amount_grown and our power_level, below it we can eat
SLIME_HUNGER_NUTRITIONBelow this, we feel hungry
SLIME_STARVE_NUTRITIONBelow this, we feel starving
SLIME_HUNGER_NONEThe slime is not hungry. It might try to feed anyways.
SLIME_HUNGER_HUNGRYThe slime is more likely to feed on people
SLIME_HUNGER_STARVINGThe slime is very likely to feed on anything

Define Details

SLIME_GROW_NUTRITION

Above it we grow our amount_grown and our power_level, below it we can eat

SLIME_HUNGER_HUNGRY

The slime is more likely to feed on people

SLIME_HUNGER_NONE

The slime is not hungry. It might try to feed anyways.

SLIME_HUNGER_NUTRITION

Below this, we feel hungry

SLIME_HUNGER_STARVING

The slime is very likely to feed on anything

SLIME_LIFE_STAGE_ADULT

This slime is an adult

SLIME_LIFE_STAGE_BABY

This slime is a baby

SLIME_MAX_NUTRITION

The maximum amount of nutrition a slime can contain

SLIME_MAX_POWER

The highest level of charge a slime can have

SLIME_MEDIUM_POWER

Dangerous levels of charge

SLIME_MIN_POWER

This lowest charge a slime can have

SLIME_STARTING_NUTRITION

The starting nutrition of a slime

SLIME_STARVE_NUTRITION

Below this, we feel starving