byond - Modules - Types

code/controllers/configuration/entries/game_options.dm

/datum/config_entry/string/nightmare_pathRelative inclusion path for nightmare configuration files
/datum/config_entry/number/extra_larva_per_burstUsed to determine how many extra larva you want per burst. Supports fractions. See /datum/hive_status/proc/increase_larva_after_burst()
/datum/config_entry/number/extra_larva_per_nested_burstUsed to determine how many extra larva you want per burst if nested. Supports fractions. See /datum/hive_status/proc/increase_larva_after_burst()
/datum/config_entry/number/announcement_max_boundThe length of an announcement for ANNOUNCEMENT_MIN_CLARITY
/datum/config_entry/number/announcement_min_boundThe max length of an announcement for ANNOUNCEMENT_MAX_CLARITY
/datum/config_entry/number/announcement_duration_min_boundThe duration between announcements for ANNOUNCEMENT_MIN_CLARITY
/datum/config_entry/number/announcement_duration_max_boundThe duration between announcements for ANNOUNCEMENT_MAX_CLARITY
/datum/config_entry/number/announcement_min_clarityThe clarity percent for messages >= ANNOUNCEMENT_MAX_BOUND or duration <= ANNOUNCEMENT_DURATION_MIN_BOUND
/datum/config_entry/number/announcement_max_clarityThe clarity percent for messages <= ANNOUNCEMENT_MIN_BOUND or duration >= ANNOUNCEMENT_DURATION_MAX_BOUND