added entities

This commit is contained in:
Monica Moniot
2022-10-16 01:44:59 -04:00
parent fc050f39c1
commit 822c9b6a7e
17 changed files with 450 additions and 106 deletions

View File

@@ -0,0 +1,30 @@
--By cybersyn
data:extend({
{
type = "int-setting",
name = "cybersyn-ticks-per-second",
order = "aa",
setting_type = "runtime-global",
default_value = 10,
minimum_value = 1,
maximum_value = 60,
},
{
type = "int-setting",
name = "cybersyn-requester-threshold",
order = "ab",
setting_type = "runtime-global",
default_value = 1000000000,
minimum_value = 1,
maximum_value = 2147483647,
},
{
type = "int-setting",
name = "cybersyn-provider-threshold",
order = "ac",
setting_type = "runtime-global",
default_value = 1000000000,
minimum_value = 1,
maximum_value = 2147483647,
},
})