Files
factorio-scenario-ExpCluster/config/science.lua
2019-05-29 19:35:16 +01:00

11 lines
383 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
'automation-science-pack',
'logistic-science-pack',
'military-science-pack',
'chemical-science-pack',
'production-science-pack',
'utility-science-pack',
'space-science-pack',
}