mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
112 lines
2.8 KiB
Plaintext
112 lines
2.8 KiB
Plaintext
/datum/config_entry/flag/dynamic_voting
|
|
|
|
/datum/config_entry/flag/no_storyteller_threat_removal
|
|
|
|
/datum/config_entry/number/dynamic_high_pop_limit
|
|
config_entry_value = 55
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_pop_per_requirement
|
|
config_entry_value = 6
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_midround_delay_min
|
|
config_entry_value = 15
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_midround_delay_max
|
|
config_entry_value = 35
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_latejoin_delay_min
|
|
config_entry_value = 5
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_latejoin_delay_max
|
|
config_entry_value = 25
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_first_midround_delay_min
|
|
config_entry_value = 20
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_first_midround_delay_max
|
|
config_entry_value = 40
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_first_latejoin_delay_min
|
|
config_entry_value = 10
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/dynamic_first_latejoin_delay_max
|
|
config_entry_value = 30
|
|
min_val = 1
|
|
|
|
|
|
/datum/config_entry/keyed_list/dynamic_cost
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/keyed_list/dynamic_weight
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/keyed_list/dynamic_requirements
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM_LIST
|
|
|
|
/datum/config_entry/keyed_list/dynamic_high_population_requirement
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/number_list/dynamic_second_rule_requirements
|
|
|
|
/datum/config_entry/number_list/dynamic_third_rule_requirements
|
|
|
|
/datum/config_entry/number/dynamic_second_rule_high_pop_requirement
|
|
config_entry_value = 50
|
|
|
|
/datum/config_entry/number/dynamic_third_rule_high_pop_requirement
|
|
config_entry_value = 70
|
|
|
|
/datum/config_entry/number/dynamic_threat_baseline
|
|
config_entry_value = 50
|
|
|
|
/datum/config_entry/number_list/dynamic_hijack_requirements
|
|
|
|
/datum/config_entry/number/dynamic_hijack_high_population_requirement
|
|
config_entry_value = 25
|
|
|
|
/datum/config_entry/number/dynamic_hijack_cost
|
|
config_entry_value = 5
|
|
|
|
/datum/config_entry/number/dynamic_glorious_death_cost
|
|
config_entry_value = 5
|
|
|
|
/datum/config_entry/number/dynamic_assassinate_cost
|
|
config_entry_value = 2
|
|
|
|
/datum/config_entry/number/dynamic_warops_requirement
|
|
config_entry_value = 60
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/dynamic_warops_cost
|
|
config_entry_value = 10
|
|
min_val = 0
|
|
|
|
/datum/config_entry/keyed_list/storyteller_weight
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/keyed_list/storyteller_min_players
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/keyed_list/storyteller_min_chaos
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|
|
|
|
/datum/config_entry/keyed_list/storyteller_max_chaos
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_NUM
|