mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user