/datum/biome
This datum handles the transitioning from a turf to a specific biome, and handles spawning decorative structures and mobs.
Vars | |
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. Syntax: list(type = weight) |
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. Syntax: list(type = weight) |
turf_type | Type of turf this biome creates |
Procs | |
generate_turf | This 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. Syntax: list(type = weight)
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. Syntax: list(type = weight)
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