This commit is contained in:
2023-09-18 02:22:54 +09:00
parent e03b8955a0
commit 4b44472e74
4 changed files with 103 additions and 66 deletions

View File

@@ -1,4 +1,30 @@
local items = {
['setting'] = {
['PHI-EN-SOLAR'] = {
type = 'enabled',
effect = {'solar-panel', 'accumulator'}
},
['PHI-EN-STEAM'] = {
type = 'enabled',
effect = {'boiler', 'steam-engine'}
},
['PHI-EN-NUCLEAR'] = {
type = 'enabled',
effect = {'nuclear-reactor', 'heat-pipe', 'heat-exchanger', 'steam-turbine'}
},
['PHI-EN-SOLAR-TIER'] = {
type = 'max',
effect = {'solar-panel', 'accumulator'}
},
['PHI-EN-STEAM-TIER'] = {
type = 'max',
effect = {'boiler', 'steam-engine'}
},
['PHI-EN-NUCLEAR-TIER'] = {
type = 'max',
effect = {'nuclear-reactor', 'heat-pipe', 'heat-exchanger', 'steam-turbine'}
}
},
['solar-panel'] = {
enabled = true,
type = 'solar-panel',