mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11: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', 'electronics', 'advanced-circuit', 'explosives', 'battery', 'engine', 'electric-engine', 'robotics', 'sulfur-processing', 'solar-energy', 'electric-energy-accumulator', 'railway'}) do
|
for _, v in pairs({'concrete', 'landfill', 'electronics', 'advanced-circuit', 'explosives', 'battery', 'engine', 'electric-engine', 'robotics', 'sulfur-processing', 'solar-energy', 'electric-energy-accumulators', 'railway'}) do
|
||||||
data:extend({{
|
data:extend({{
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
name = v .. '-productivity',
|
name = v .. '-productivity',
|
||||||
@@ -842,7 +842,8 @@ if settings.startup['PHI-SA'].value then
|
|||||||
data.raw.technology['sulfur-processing-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.1}}
|
data.raw.technology['sulfur-processing-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.1}}
|
||||||
data.raw.technology['electronics-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'electronic-circuit', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'copper-cable', change = 0.1}}
|
data.raw.technology['electronics-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'electronic-circuit', change = 0.1}, {type = 'change-recipe-productivity', recipe = 'copper-cable', change = 0.1}}
|
||||||
data.raw.technology['solar-energy-productivity'].effects[1].recipe = 'solar-panel'
|
data.raw.technology['solar-energy-productivity'].effects[1].recipe = 'solar-panel'
|
||||||
data.raw.technology['electric-energy-accumulator-productivity'].effects[1].recipe = 'accumulator'
|
data.raw.technology['electric-energy-accumulators-productivity'].effects[1].recipe = 'accumulator'
|
||||||
|
data.raw.technology['electric-energy-accumulators-productivity'].icons[1].icon = '__base__/graphics/technology/electric-energy-acumulators.png'
|
||||||
data.raw.technology['railway-productivity'].effects[1].recipe = 'rail'
|
data.raw.technology['railway-productivity'].effects[1].recipe = 'rail'
|
||||||
|
|
||||||
data:extend({{
|
data:extend({{
|
||||||
|
|||||||
Reference in New Issue
Block a user