mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update
This commit is contained in:
@@ -1,32 +1,6 @@
|
||||
local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'}
|
||||
local graphics_location = '__PHI-EN__/graphics/'
|
||||
|
||||
local items = {
|
||||
['solar-panel'] = {
|
||||
enabled = true,
|
||||
type = 'solar-panel',
|
||||
name = 'solar-panel',
|
||||
min = 2,
|
||||
max = 8,
|
||||
base = 60
|
||||
},
|
||||
['accumulator'] = {
|
||||
enabled = true,
|
||||
type = 'accumulator',
|
||||
name = 'accumulator',
|
||||
min = 2,
|
||||
max = 8,
|
||||
base = 5
|
||||
}
|
||||
}
|
||||
|
||||
if mods['Krastorio2'] then
|
||||
items['solar-panel'].base = 100
|
||||
items['accumulator'].base = 10
|
||||
elseif mods['space-exploration'] then
|
||||
items['solar-panel'].base = 60
|
||||
items['accumulator'].base = 5
|
||||
end
|
||||
local items = require 'config'
|
||||
|
||||
-- entity
|
||||
local function EE(source, tier)
|
||||
|
||||
Reference in New Issue
Block a user