mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Added production to control
This commit is contained in:
@@ -8,7 +8,7 @@ local Roles = require 'expcore.roles'
|
||||
local Store = require 'expcore.store'
|
||||
local Game = require 'utils.game'
|
||||
local Reports = require 'modules.control.reports'
|
||||
local Warnings = require 'modules.addons.warnings'
|
||||
local Warnings = require 'modules.control.warnings'
|
||||
local Jail = require 'modules.control.jail'
|
||||
local Colors = require 'resources.color_presets'
|
||||
local format_chat_player_name = ext_require('expcore.common','format_chat_player_name')
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
-- config file for the science info gui
|
||||
return { -- list of all science packs to be shown in the gui
|
||||
show_eta=true, -- when true the eta for research completion will be shown
|
||||
required_for_green=5, -- the amount required for the text to show as green
|
||||
required_for_red=-5, -- the amount required for the text to show as red
|
||||
color_clamp=5, -- the amount required for the text to show as green or red
|
||||
color_flux=0.1, -- the ammount of flucuation allowed in production before icon change
|
||||
'automation-science-pack',
|
||||
'logistic-science-pack',
|
||||
'military-science-pack',
|
||||
|
||||
Reference in New Issue
Block a user