Pollution-statistics/Pollution_statistics/settings.lua
2019-03-02 17:42:32 +08:00

26 lines
569 B
Lua

data:extend(
{
{
type = "int-setting",
name = "stat-display-rate",
setting_type = "runtime-global",
default_value = 15,
minimum_value = 1,
order = "stat-a"
},
{
type = "int-setting",
name = "stat-polling-rate",
setting_type = "runtime-global",
default_value = 180,
minimum_value = 1,
order = "stat-b"
},
{
type = "int-setting",
name = "stat-scale-constant",
setting_type = "runtime-global",
default_value = 400,
order = "stat-c"
}
})