You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
481 B
19 lines
481 B
data:extend{
|
|
{
|
|
type = "double-setting",
|
|
name = "robot-attrition-factor",
|
|
setting_type = "runtime-global",
|
|
default_value = 1,
|
|
minimum_value = 0.001,
|
|
maximum_value = 1000,
|
|
order = "a",
|
|
},
|
|
{
|
|
type = "string-setting",
|
|
name = "robot-attrition-repair",
|
|
setting_type = "startup",
|
|
default_value = "Disabled",
|
|
allowed_values = {"Disabled", "Repair75"},
|
|
order = "b",
|
|
},
|
|
}
|
|
|