mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 12:01:39 +09:00
.
This commit is contained in:
@@ -804,7 +804,7 @@ if settings.startup['PHI-SA'].value then
|
|||||||
localised_name = {'phi-cl.combine', {'entity-name.cargo-landing-pad'}, ''}
|
localised_name = {'phi-cl.combine', {'entity-name.cargo-landing-pad'}, ''}
|
||||||
}})
|
}})
|
||||||
|
|
||||||
for _, v in pairs({'concrete', 'landfill', 'advanced-circuit', 'explosives', 'battery', 'engine-unit', 'electric-engine-unit', 'flying-robot-frame'}) do
|
for _, v in pairs({'concrete', 'landfill', 'advanced-circuit', 'explosives', 'battery', 'engine', 'electric-engine', 'robotics', sulfur-processing}) do
|
||||||
data:extend({{
|
data:extend({{
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
name = v .. '-productivity',
|
name = v .. '-productivity',
|
||||||
@@ -836,12 +836,10 @@ if settings.startup['PHI-SA'].value then
|
|||||||
|
|
||||||
table.insert(data.raw.technology['concrete-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'refined-concrete', change = 0.1})
|
table.insert(data.raw.technology['concrete-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'refined-concrete', change = 0.1})
|
||||||
table.insert(data.raw.technology['explosives-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'cliff-explosives', change = 0.1})
|
table.insert(data.raw.technology['explosives-productivity'].effects, {type = 'change-recipe-productivity', recipe = 'cliff-explosives', change = 0.1})
|
||||||
data.raw.technology['engine-unit-productivity'].prerequisites[1] = 'engine'
|
data.raw.technology['engine-productivity'].effects[1].recipe = 'engine-unit'
|
||||||
data.raw.technology['engine-unit-productivity'].icons[1].icon = '__base__/graphics/technology/engine.png'
|
data.raw.technology['electric-engine-productivity'].effects[1].recipe = 'electric-engine-unit'
|
||||||
data.raw.technology['electric-engine-unit-productivity'].prerequisites[1] = 'electric-engine'
|
data.raw.technology['robotics-productivity'].effects[1].recipe = 'flying-robot-frame'
|
||||||
data.raw.technology['electric-engine-unit-productivity'].icons[1].icon = '__base__/graphics/technology/electric-engine.png'
|
data.raw.technology['explosives-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.1}
|
||||||
data.raw.technology['flying-robot-frame-productivity'].prerequisites[1] = 'robotics'
|
|
||||||
data.raw.technology['flying-robot-frame-productivity'].icons[1].icon = '__base__/graphics/technology/robotics.png'
|
|
||||||
|
|
||||||
data:extend({{
|
data:extend({{
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
@@ -899,34 +897,6 @@ if settings.startup['PHI-SA'].value then
|
|||||||
localised_name = {'phi-cl.combine', {'technology-name.automation'}, ''}
|
localised_name = {'phi-cl.combine', {'technology-name.automation'}, ''}
|
||||||
}})
|
}})
|
||||||
|
|
||||||
data:extend({{
|
|
||||||
type = 'technology',
|
|
||||||
name = 'sulfur-processing-productivity',
|
|
||||||
prerequisites = {'sulfur-processing', 'production-science-pack'},
|
|
||||||
effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.1}},
|
|
||||||
unit = {
|
|
||||||
count_formula = '500 * (1.2 ^ L)',
|
|
||||||
ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}},
|
|
||||||
time = 30
|
|
||||||
},
|
|
||||||
icons = {
|
|
||||||
{
|
|
||||||
icon = '__base__/graphics/technology/sulfur-processing.png',
|
|
||||||
icon_size = 256
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon = '__core__/graphics/icons/technology/constants/constant-recipe-productivity.png',
|
|
||||||
icon_size = 128,
|
|
||||||
scale = 0.5,
|
|
||||||
shift = {50, 50}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
order = 'a-i-b',
|
|
||||||
max_level = 10,
|
|
||||||
upgrade = true,
|
|
||||||
localised_name = {'phi-cl.combine', {'technology-name.sulfur-processing'}, ''}
|
|
||||||
}})
|
|
||||||
|
|
||||||
for _, v in pairs({'calcite', 'fluorine_vent', 'lithium_brine', 'scrap', 'tungsten_ore'}) do
|
for _, v in pairs({'calcite', 'fluorine_vent', 'lithium_brine', 'scrap', 'tungsten_ore'}) do
|
||||||
data.raw.planet['nauvis'].map_gen_settings.autoplace_controls[v] = nil
|
data.raw.planet['nauvis'].map_gen_settings.autoplace_controls[v] = nil
|
||||||
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.entity.settings[v:gsub('_', '-')] = nil
|
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.entity.settings[v:gsub('_', '-')] = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user