mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -25,7 +25,7 @@ for i = 1, 7 do
|
|||||||
effects = {},
|
effects = {},
|
||||||
upgrade = true,
|
upgrade = true,
|
||||||
unit = {count = math.floor(125 * (i ^ 2)), ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}, time = 30},
|
unit = {count = math.floor(125 * (i ^ 2)), ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}, time = 30},
|
||||||
icons = {{icon = '__base__/graphics/technology/solar-energy.png', icon_size = 256, tint = mod_tint[i]}, {icon = '__base__/graphics/icons/signal/signal_' .. i .. '.png', icon_size = 64, floating = true, scale = 0.5, shift = {64, 64}}},
|
icons = {{icon = '__base__/graphics/technology/solar-energy.png', icon_size = 256, tint = mod_tint[i]}, {icon = '__base__/graphics/icons/signal/signal_' .. i .. '.png', icon_size = 64, floating = true, scale = 0.5, shift = {48, 48}}},
|
||||||
order = 'a-h-' .. i,
|
order = 'a-h-' .. i,
|
||||||
localised_name = {'phi-cl.combine', {'technology-name.compound-energy'}, tostring(i)},
|
localised_name = {'phi-cl.combine', {'technology-name.compound-energy'}, tostring(i)},
|
||||||
localised_description = {'technology-description.compound-energy'}
|
localised_description = {'technology-description.compound-energy'}
|
||||||
|
|||||||
Reference in New Issue
Block a user