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_clarity_decayThe rate of comms clarity percent decay per fire of SSradio (30 SECONDS)
/datum/config_entry/number/announcement_challenge_graceThe grace period in deciseconds given to solve encryption challenges (before they decay)
/datum/config_entry/str_list/announcement_challengesString challenges that should all be similar in length. Any non-alpha character will be treated as a -. Any longer than the first will be trimmed.
/datum/config_entry/number/announcement_min_clarityThe minimum clarity percent for overwatch and announcements if transmitted to a z without coms
/datum/config_entry/number/announcement_max_clarityThe maximum clarity percent for overwatch and announcements if transmitted to a z without coms