mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
13 lines
538 B
Lua
13 lines
538 B
Lua
-- 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
|
|
'automation-science-pack',
|
|
'logistic-science-pack',
|
|
'military-science-pack',
|
|
'chemical-science-pack',
|
|
'production-science-pack',
|
|
'utility-science-pack',
|
|
'space-science-pack',
|
|
} |