Space Station 13 - Modules - TypesDefine Details

code/game/gamemodes/miniantags/uplifted_primitive/uplifted_primitive_nest.dm

INTEGRITY_REGEN_AMOUNTThe amount of integrity to regenerate in exchange for scrap every process().
INTEGRITY_REGEN_SCRAP_COSTThe amount of scrap to consume to regenerate every process().
SPAWN_SCRAP_COSTThe amount of scrap to consume when spawning a new mobs.
SPAWN_FOOD_COSTThe amount of food to consume when spawning a new mobs.
SPAWN_COOLDOWN_TIMEThe minimum amount of time to wait between spawning new mobs.
SPAWN_SENTIENT_PROB_INCREASEThe number of percentage points to increase the probability of the next spawned mob being sentient by.
SPAWN_MAX_LIMITThe maximum number the spawn count can reach before disabling NPC spawning.
SPAWN_EXTRA_NEST_MOBSThe number of additional mobs permitted by each extra nearby nest.

Define Details

INTEGRITY_REGEN_AMOUNT

The amount of integrity to regenerate in exchange for scrap every process().

INTEGRITY_REGEN_SCRAP_COST

The amount of scrap to consume to regenerate every process().

SPAWN_COOLDOWN_TIME

The minimum amount of time to wait between spawning new mobs.

SPAWN_EXTRA_NEST_MOBS

The number of additional mobs permitted by each extra nearby nest.

SPAWN_FOOD_COST

The amount of food to consume when spawning a new mobs.

SPAWN_MAX_LIMIT

The maximum number the spawn count can reach before disabling NPC spawning.

SPAWN_SCRAP_COST

The amount of scrap to consume when spawning a new mobs.

SPAWN_SENTIENT_PROB_INCREASE

The number of percentage points to increase the probability of the next spawned mob being sentient by.