/tg/ Station 13 - Modules - TypesVar Details - Proc Details

biome

This datum handles the transitioning from a turf to a specific biome, and handles spawning decorative structures and mobs.

Vars

fauna_densityChance of having a mob from the fauna types list spawn
fauna_typeslist of type paths of mobs that can be spawned when the turf spawns fauna
flora_densityChance of having a structure from the flora types list spawn
flora_typeslist of type paths of objects that can be spawned when the turf spawns flora
turf_typeType of turf this biome creates

Procs

generate_turfThis proc handles the creation of a turf of a specific biome type

Var Details

fauna_density

Chance of having a mob from the fauna types list spawn

fauna_types

list of type paths of mobs that can be spawned when the turf spawns fauna

flora_density

Chance of having a structure from the flora types list spawn

flora_types

list of type paths of objects that can be spawned when the turf spawns flora

turf_type

Type of turf this biome creates

Proc Details

generate_turf

This proc handles the creation of a turf of a specific biome type