/datum/map_generator/dungeon_generator/maintenance
Vars | |
atmos_control | Boolean, whether or not firelocks are added to the maintenance |
---|---|
feature_spawn_ratio | multiplied by the number of valid turf to decide how many things should be spawned |
include_apcs | Boolean, wether or not apcs are added to the maintenance |
weighted_againstwall_spawn_list | Weighted list of extra features that spawn against walls. |
weighted_hallway_spawn_list | Weighted list of extra features that spawn in narrow hallways |
weighted_openfloor_spawn_list | Weighted list of extra features that spawn out in the open |
Procs | |
add_maint_loot | we only want to look to place firedoors every 5 tiles, so we don't place too many |
Var Details
atmos_control
Boolean, whether or not firelocks are added to the maintenance
feature_spawn_ratio
multiplied by the number of valid turf to decide how many things should be spawned
include_apcs
Boolean, wether or not apcs are added to the maintenance
weighted_againstwall_spawn_list
Weighted list of extra features that spawn against walls.
weighted_hallway_spawn_list
Weighted list of extra features that spawn in narrow hallways
weighted_openfloor_spawn_list
Weighted list of extra features that spawn out in the open
Proc Details
add_maint_loot
we only want to look to place firedoors every 5 tiles, so we don't place too many