mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
+52
-49
@@ -212,12 +212,12 @@ local items = {
|
|||||||
['foundry'] = {
|
['foundry'] = {
|
||||||
prerequisites = {'automation-3', 'utility-science-pack'},
|
prerequisites = {'automation-3', 'utility-science-pack'},
|
||||||
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}},
|
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}},
|
||||||
effects = {{type = 'unlock-recipe', recipe = 'foundry'}, {type = 'unlock-recipe', recipe = 'molten-iron'}, {type = 'unlock-recipe', recipe = 'molten-copper'}, {type = 'unlock-recipe', recipe = 'casting-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper'}, {type = 'unlock-recipe', recipe = 'casting-steel'}, {type = 'unlock-recipe', recipe = 'casting-iron-gear-wheel'}, {type = 'unlock-recipe', recipe = 'casting-iron-stick'}, {type = 'unlock-recipe', recipe = 'casting-pipe'}, {type = 'unlock-recipe', recipe = 'casting-pipe-to-ground'}, {type = 'unlock-recipe', recipe = 'concrete-from-molten-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper-cable'}, {type = 'unlock-recipe', recipe = 'casting-low-density-structure'}}
|
effects = {{type = 'unlock-recipe', recipe = 'foundry'}, {type = 'unlock-recipe', recipe = 'metallurgic-science-pack'}, {type = 'unlock-recipe', recipe = 'molten-iron'}, {type = 'unlock-recipe', recipe = 'molten-copper'}, {type = 'unlock-recipe', recipe = 'casting-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper'}, {type = 'unlock-recipe', recipe = 'casting-steel'}, {type = 'unlock-recipe', recipe = 'casting-iron-gear-wheel'}, {type = 'unlock-recipe', recipe = 'casting-iron-stick'}, {type = 'unlock-recipe', recipe = 'casting-pipe'}, {type = 'unlock-recipe', recipe = 'casting-pipe-to-ground'}, {type = 'unlock-recipe', recipe = 'concrete-from-molten-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper-cable'}, {type = 'unlock-recipe', recipe = 'casting-low-density-structure'}}
|
||||||
},
|
},
|
||||||
['cryogenic-plant'] = {
|
['cryogenic-plant'] = {
|
||||||
prerequisites = {'automation-3', 'coal-liquefaction', 'utility-science-pack'},
|
prerequisites = {'automation-3', 'coal-liquefaction', 'utility-science-pack'},
|
||||||
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}},
|
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}},
|
||||||
effects = {{type = 'unlock-recipe', recipe = 'cryogenic-plant'}}
|
effects = {{type = 'unlock-recipe', recipe = 'cryogenic-plant'}, {type = 'unlock-recipe', recipe = 'cryogenic-science-pack'}, {type = 'unlock-recipe', recipe = 'fluoroketone'}, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'}}
|
||||||
},
|
},
|
||||||
['biolab'] = {
|
['biolab'] = {
|
||||||
prerequisites = {'automation-3', 'utility-science-pack'},
|
prerequisites = {'automation-3', 'utility-science-pack'},
|
||||||
@@ -255,8 +255,8 @@ local items = {
|
|||||||
},
|
},
|
||||||
-- SPACE_AGE 15
|
-- SPACE_AGE 15
|
||||||
['fusion-reactor'] = {
|
['fusion-reactor'] = {
|
||||||
prerequisites = {'nuclear-power', 'space-science-pack'},
|
prerequisites = {'nuclear-power', 'cryogenic-plant', 'space-science-pack'},
|
||||||
effects = {{type = 'unlock-recipe', recipe = 'fusion-reactor'}, {type = 'unlock-recipe', recipe = 'fusion-generator'}, {type = 'unlock-recipe', recipe = 'fusion-power-cell'}, {type = 'unlock-recipe', recipe = 'fluoroketone'}, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'}},
|
effects = {{type = 'unlock-recipe', recipe = 'fusion-reactor'}, {type = 'unlock-recipe', recipe = 'fusion-generator'}, {type = 'unlock-recipe', recipe = 'fusion-power-cell'}},
|
||||||
unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}}
|
unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}}
|
||||||
},
|
},
|
||||||
['fusion-reactor-equipment'] = {
|
['fusion-reactor-equipment'] = {
|
||||||
@@ -450,7 +450,7 @@ local items = {
|
|||||||
ingredients = {{type = 'item', name = 'fission-reactor-equipment', amount = 1}, {type = 'item', name = 'fusion-power-cell', amount = 10}, {type = 'item', name = 'steel-plate', amount = 350}, {type = 'item', name = 'processing-unit', amount = 275}}
|
ingredients = {{type = 'item', name = 'fission-reactor-equipment', amount = 1}, {type = 'item', name = 'fusion-power-cell', amount = 10}, {type = 'item', name = 'steel-plate', amount = 350}, {type = 'item', name = 'processing-unit', amount = 275}}
|
||||||
},
|
},
|
||||||
['fluoroketone'] = {
|
['fluoroketone'] = {
|
||||||
category = 'chemistry',
|
category = 'cryogenics',
|
||||||
ingredients = {{type = 'fluid', name = 'light-oil', amount = 50}, {type = 'fluid', name = 'petroleum-gas', amount = 50}, {type = 'item', name = 'steel-plate', amount = 1}}
|
ingredients = {{type = 'fluid', name = 'light-oil', amount = 50}, {type = 'fluid', name = 'petroleum-gas', amount = 50}, {type = 'item', name = 'steel-plate', amount = 1}}
|
||||||
},
|
},
|
||||||
['agricultural-tower'] = {
|
['agricultural-tower'] = {
|
||||||
@@ -474,15 +474,12 @@ local items = {
|
|||||||
['turbo-loader'] = {
|
['turbo-loader'] = {
|
||||||
category = 'crafting',
|
category = 'crafting',
|
||||||
},
|
},
|
||||||
['fluoroketone-cooling'] = {
|
|
||||||
category = 'chemistry',
|
|
||||||
},
|
|
||||||
-- SPACE_AGE 25
|
|
||||||
['molten-iron'] = {
|
['molten-iron'] = {
|
||||||
energy_required = 1.6,
|
energy_required = 1.6,
|
||||||
ingredients = {{type = 'item', name = 'iron-ore', amount = 1}},
|
ingredients = {{type = 'item', name = 'iron-ore', amount = 1}},
|
||||||
results = {{type = 'fluid', name = 'molten-iron', amount = 10}}
|
results = {{type = 'fluid', name = 'molten-iron', amount = 10}}
|
||||||
},
|
},
|
||||||
|
-- SPACE_AGE 25
|
||||||
['molten-copper'] = {
|
['molten-copper'] = {
|
||||||
energy_required = 1.6,
|
energy_required = 1.6,
|
||||||
ingredients = {{type = 'item', name = 'copper-ore', amount = 1}},
|
ingredients = {{type = 'item', name = 'copper-ore', amount = 1}},
|
||||||
@@ -503,12 +500,12 @@ local items = {
|
|||||||
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 100, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 100, fluidbox_multiplier = 10}},
|
||||||
results = {{type = 'item', name = 'steel-plate', amount = 3}}
|
results = {{type = 'item', name = 'steel-plate', amount = 3}}
|
||||||
},
|
},
|
||||||
-- SPACE_AGE 30
|
|
||||||
['casting-iron-gear-wheel'] = {
|
['casting-iron-gear-wheel'] = {
|
||||||
energy_required = 6.9,
|
energy_required = 6.9,
|
||||||
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 40, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 40, fluidbox_multiplier = 10}},
|
||||||
results = {{type = 'item', name = 'iron-gear-wheel', amount = 3}}
|
results = {{type = 'item', name = 'iron-gear-wheel', amount = 3}}
|
||||||
},
|
},
|
||||||
|
-- SPACE_AGE 30
|
||||||
['casting-iron-stick'] = {
|
['casting-iron-stick'] = {
|
||||||
energy_required = 3.7,
|
energy_required = 3.7,
|
||||||
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 20, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 20, fluidbox_multiplier = 10}},
|
||||||
@@ -529,12 +526,32 @@ local items = {
|
|||||||
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 10, fluidbox_multiplier = 10}, {type = 'item', name = 'stone-brick', amount = 5}},
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 10, fluidbox_multiplier = 10}, {type = 'item', name = 'stone-brick', amount = 5}},
|
||||||
results = {{type = 'item', name = 'concrete', amount = 10}}
|
results = {{type = 'item', name = 'concrete', amount = 10}}
|
||||||
},
|
},
|
||||||
-- SPACE_AGE 35
|
|
||||||
['casting-copper-cable'] = {
|
['casting-copper-cable'] = {
|
||||||
energy_required = 1.85,
|
energy_required = 1.85,
|
||||||
ingredients = {{type = 'fluid', name = 'molten-copper', amount = 10, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'molten-copper', amount = 10, fluidbox_multiplier = 10}},
|
||||||
results = {{type = 'item', name = 'copper-cable', amount = 3}}
|
results = {{type = 'item', name = 'copper-cable', amount = 3}}
|
||||||
},
|
},
|
||||||
|
-- SPACE_AGE 35
|
||||||
|
['metallurgic-science-pack'] = {
|
||||||
|
energy_required = 10,
|
||||||
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 200, fluidbox_multiplier = 10}, {type = 'fluid', name = 'molten-copper', amount = 200, fluidbox_multiplier = 10}},
|
||||||
|
results = {{type = 'item', name = 'metallurgic-science-pack', amount = 2}}
|
||||||
|
},
|
||||||
|
['electromagnetic-science-pack'] = {
|
||||||
|
energy_required = 10,
|
||||||
|
ingredients = {{type = 'fluid', name = 'electrolyte', amount = 20, fluidbox_multiplier = 10}, {type = 'item', name = 'solar-panel', amount = 1}, {type = 'item', name = 'accumulator', amount = 1}},
|
||||||
|
results = {{type = 'item', name = 'electromagnetic-science-pack', amount = 2}}
|
||||||
|
},
|
||||||
|
['cryogenic-science-pack'] = {
|
||||||
|
energy_required = 10,
|
||||||
|
ingredients = {{type = 'fluid', name = 'fluoroketone-cold', amount = 10, fluidbox_multiplier = 10, ignored_by_stats = 10}, {type = 'item', name = 'ice', amount = 5}},
|
||||||
|
results = {{type = 'item', name = 'cryogenic-science-pack', amount = 2}, {type = 'fluid', name = 'fluoroketone-hot', amount = 5, fluidbox_multiplier = 10, ignored_by_stats = 5, ignored_by_productivity = 5}}
|
||||||
|
},
|
||||||
|
['electrolyte'] = {
|
||||||
|
energy_required = 2,
|
||||||
|
ingredients = {{type = 'fluid', name = 'heavy-oil', amount = 10, fluidbox_multiplier = 10}, {type = 'fluid', name = 'sulfuric-acid', amount = 10, fluidbox_multiplier = 10}, {type = 'item', name = 'stone', amount = 1}},
|
||||||
|
results = {{type = 'fluid', name = 'electrolyte', amount = 20, fluidbox_multiplier = 10}}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
['tips_and_tricks_item'] = {
|
['tips_and_tricks_item'] = {
|
||||||
['quality'] = true,
|
['quality'] = true,
|
||||||
@@ -553,42 +570,39 @@ local items = {
|
|||||||
['lightning-collector'] = true,
|
['lightning-collector'] = true,
|
||||||
['tungsten-carbide'] = true,
|
['tungsten-carbide'] = true,
|
||||||
['tungsten-steel'] = true,
|
['tungsten-steel'] = true,
|
||||||
['metallurgic-science-pack'] = true,
|
|
||||||
['yumako'] = true,
|
['yumako'] = true,
|
||||||
-- SPACE_AGE 10
|
|
||||||
['jellynut'] = true,
|
['jellynut'] = true,
|
||||||
|
-- SPACE_AGE 10
|
||||||
['bioflux'] = true,
|
['bioflux'] = true,
|
||||||
['artificial-soil'] = true,
|
['artificial-soil'] = true,
|
||||||
['overgrowth-soil'] = true,
|
['overgrowth-soil'] = true,
|
||||||
['bacteria-cultivation'] = true,
|
['bacteria-cultivation'] = true,
|
||||||
-- SPACE_AGE 15
|
|
||||||
['bioflux-processing'] = true,
|
['bioflux-processing'] = true,
|
||||||
|
-- SPACE_AGE 15
|
||||||
['agricultural-science-pack'] = true,
|
['agricultural-science-pack'] = true,
|
||||||
['captivity'] = true,
|
['captivity'] = true,
|
||||||
['biter-egg-handling'] = true,
|
['biter-egg-handling'] = true,
|
||||||
['carbon-fiber'] = true,
|
['carbon-fiber'] = true,
|
||||||
-- SPACE_AGE 20
|
|
||||||
['fish-breeding'] = true,
|
['fish-breeding'] = true,
|
||||||
|
-- SPACE_AGE 20
|
||||||
['holmium-processing'] = true,
|
['holmium-processing'] = true,
|
||||||
['electromagnetic-science-pack'] = true,
|
|
||||||
['rail-support-foundations'] = true,
|
['rail-support-foundations'] = true,
|
||||||
['lithium-processing'] = true,
|
['lithium-processing'] = true,
|
||||||
-- SPACE_AGE 25
|
|
||||||
['quantum-processor'] = true,
|
['quantum-processor'] = true,
|
||||||
['cryogenic-science-pack'] = true,
|
|
||||||
['captive-biter-spawner'] = true,
|
['captive-biter-spawner'] = true,
|
||||||
|
-- SPACE_AGE 25
|
||||||
['promethium-science-pack'] = true,
|
['promethium-science-pack'] = true,
|
||||||
['foundation'] = true,
|
['foundation'] = true,
|
||||||
-- SPACE_AGE 30
|
|
||||||
['scrap-recycling-productivity'] = true,
|
['scrap-recycling-productivity'] = true,
|
||||||
['biochamber'] = true,
|
['biochamber'] = true,
|
||||||
['space-platform-thruster'] = true,
|
['space-platform-thruster'] = true,
|
||||||
|
-- SPACE_AGE 30
|
||||||
['space-platform'] = true,
|
['space-platform'] = true,
|
||||||
['asteroid-reprocessing'] = true,
|
['asteroid-reprocessing'] = true,
|
||||||
-- SPACE_AGE 35
|
|
||||||
['advanced-asteroid-processing'] = true,
|
['advanced-asteroid-processing'] = true,
|
||||||
['asteroid-productivity'] = true,
|
['asteroid-productivity'] = true,
|
||||||
['calcite-processing'] = true,
|
['calcite-processing'] = true,
|
||||||
|
-- SPACE_AGE 35
|
||||||
},
|
},
|
||||||
['achievement'] = {
|
['achievement'] = {
|
||||||
-- SPACE_AGE 0
|
-- SPACE_AGE 0
|
||||||
@@ -625,97 +639,93 @@ local items = {
|
|||||||
['lightning-collector'] = true,
|
['lightning-collector'] = true,
|
||||||
['lightning-rod'] = true,
|
['lightning-rod'] = true,
|
||||||
['agricultural-science-pack'] = true,
|
['agricultural-science-pack'] = true,
|
||||||
['cryogenic-science-pack'] = true,
|
|
||||||
['electromagnetic-science-pack'] = true,
|
|
||||||
-- SPACE_AGE 5
|
|
||||||
['metallurgic-science-pack'] = true,
|
|
||||||
['promethium-science-pack'] = true,
|
['promethium-science-pack'] = true,
|
||||||
['space-science-pack'] = true,
|
['space-science-pack'] = true,
|
||||||
|
-- SPACE_AGE 5
|
||||||
['burnt-spoilage'] = true,
|
['burnt-spoilage'] = true,
|
||||||
['fish-breeding'] = true,
|
['fish-breeding'] = true,
|
||||||
-- SPACE_AGE 10
|
|
||||||
['nutrients-from-fish'] = true,
|
['nutrients-from-fish'] = true,
|
||||||
['nutrients-from-biter-egg'] = true,
|
['nutrients-from-biter-egg'] = true,
|
||||||
['yumako-processing'] = true,
|
['yumako-processing'] = true,
|
||||||
|
-- SPACE_AGE 10
|
||||||
['jellynut-processing'] = true,
|
['jellynut-processing'] = true,
|
||||||
['copper-bacteria'] = true,
|
['copper-bacteria'] = true,
|
||||||
-- SPACE_AGE 15
|
|
||||||
['copper-bacteria-cultivation'] = true,
|
['copper-bacteria-cultivation'] = true,
|
||||||
['iron-bacteria'] = true,
|
['iron-bacteria'] = true,
|
||||||
['iron-bacteria-cultivation'] = true,
|
['iron-bacteria-cultivation'] = true,
|
||||||
|
-- SPACE_AGE 15
|
||||||
['nutrients-from-spoilage'] = true,
|
['nutrients-from-spoilage'] = true,
|
||||||
['nutrients-from-yumako-mash'] = true,
|
['nutrients-from-yumako-mash'] = true,
|
||||||
-- SPACE_AGE 20
|
|
||||||
['nutrients-from-bioflux'] = true,
|
['nutrients-from-bioflux'] = true,
|
||||||
['pentapod-egg'] = true,
|
['pentapod-egg'] = true,
|
||||||
['rocket-fuel-from-jelly'] = true,
|
['rocket-fuel-from-jelly'] = true,
|
||||||
|
-- SPACE_AGE 20
|
||||||
['bioflux'] = true,
|
['bioflux'] = true,
|
||||||
['bioplastic'] = true,
|
['bioplastic'] = true,
|
||||||
-- SPACE_AGE 25
|
|
||||||
['biosulfur'] = true,
|
['biosulfur'] = true,
|
||||||
['biolubricant'] = true,
|
['biolubricant'] = true,
|
||||||
['carbon-fiber'] = true,
|
['carbon-fiber'] = true,
|
||||||
|
-- SPACE_AGE 25
|
||||||
['artificial-yumako-soil'] = true,
|
['artificial-yumako-soil'] = true,
|
||||||
['overgrowth-yumako-soil'] = true,
|
['overgrowth-yumako-soil'] = true,
|
||||||
-- SPACE_AGE 30
|
|
||||||
['artificial-jellynut-soil'] = true,
|
['artificial-jellynut-soil'] = true,
|
||||||
['overgrowth-jellynut-soil'] = true,
|
['overgrowth-jellynut-soil'] = true,
|
||||||
['biochamber'] = true,
|
['biochamber'] = true,
|
||||||
|
-- SPACE_AGE 30
|
||||||
['captive-biter-spawner'] = true,
|
['captive-biter-spawner'] = true,
|
||||||
['capture-robot-rocket'] = true,
|
['capture-robot-rocket'] = true,
|
||||||
-- SPACE_AGE 35
|
|
||||||
['biter-egg'] = true,
|
['biter-egg'] = true,
|
||||||
['spoilage-from-nutrients'] = true,
|
['spoilage-from-nutrients'] = true,
|
||||||
['tungsten-carbide'] = true,
|
['tungsten-carbide'] = true,
|
||||||
|
-- SPACE_AGE 35
|
||||||
['tungsten-plate'] = true,
|
['tungsten-plate'] = true,
|
||||||
['coal-synthesis'] = true,
|
['coal-synthesis'] = true,
|
||||||
-- SPACE_AGE 40
|
|
||||||
['spoilage-recycling'] = true,
|
['spoilage-recycling'] = true,
|
||||||
['asteroid-collector'] = true,
|
['asteroid-collector'] = true,
|
||||||
['ammoniacal-solution-separation'] = true,
|
['ammoniacal-solution-separation'] = true,
|
||||||
|
-- SPACE_AGE 40
|
||||||
['lithium'] = true,
|
['lithium'] = true,
|
||||||
['lithium-plate'] = true,
|
['lithium-plate'] = true,
|
||||||
-- SPACE_AGE 45
|
|
||||||
['ice-platform'] = true,
|
['ice-platform'] = true,
|
||||||
['solid-fuel-from-ammonia'] = true,
|
['solid-fuel-from-ammonia'] = true,
|
||||||
['ammonia-rocket-fuel'] = true,
|
['ammonia-rocket-fuel'] = true,
|
||||||
|
-- SPACE_AGE 45
|
||||||
['quantum-processor'] = true,
|
['quantum-processor'] = true,
|
||||||
['holmium-solution'] = true,
|
['holmium-solution'] = true,
|
||||||
-- SPACE_AGE 50
|
|
||||||
['holmium-plate'] = true,
|
['holmium-plate'] = true,
|
||||||
['electrolyte'] = true,
|
|
||||||
['supercapacitor'] = true,
|
['supercapacitor'] = true,
|
||||||
['superconductor'] = true,
|
['superconductor'] = true,
|
||||||
|
-- SPACE_AGE 50
|
||||||
['molten-iron-from-lava'] = true,
|
['molten-iron-from-lava'] = true,
|
||||||
-- SPACE_AGE 55
|
|
||||||
['molten-copper-from-lava'] = true,
|
['molten-copper-from-lava'] = true,
|
||||||
['acid-neutralisation'] = true,
|
['acid-neutralisation'] = true,
|
||||||
['simple-coal-liquefaction'] = true,
|
['simple-coal-liquefaction'] = true,
|
||||||
['scrap-recycling'] = true,
|
['scrap-recycling'] = true,
|
||||||
|
-- SPACE_AGE 55
|
||||||
['foundation'] = true,
|
['foundation'] = true,
|
||||||
-- SPACE_AGE 60
|
|
||||||
['steam-condensation'] = true,
|
['steam-condensation'] = true,
|
||||||
['thruster'] = true,
|
['thruster'] = true,
|
||||||
['thruster-fuel'] = true,
|
['thruster-fuel'] = true,
|
||||||
['thruster-oxidizer'] = true,
|
['thruster-oxidizer'] = true,
|
||||||
|
-- SPACE_AGE 60
|
||||||
['advanced-thruster-fuel'] = true,
|
['advanced-thruster-fuel'] = true,
|
||||||
-- SPACE_AGE 65
|
|
||||||
['advanced-thruster-oxidizer'] = true,
|
['advanced-thruster-oxidizer'] = true,
|
||||||
['metallic-asteroid-crushing'] = true,
|
['metallic-asteroid-crushing'] = true,
|
||||||
['carbonic-asteroid-crushing'] = true,
|
['carbonic-asteroid-crushing'] = true,
|
||||||
['oxide-asteroid-crushing'] = true,
|
['oxide-asteroid-crushing'] = true,
|
||||||
|
-- SPACE_AGE 65
|
||||||
['advanced-metallic-asteroid-crushing'] = true,
|
['advanced-metallic-asteroid-crushing'] = true,
|
||||||
-- SPACE_AGE 70
|
|
||||||
['advanced-carbonic-asteroid-crushing'] = true,
|
['advanced-carbonic-asteroid-crushing'] = true,
|
||||||
['advanced-oxide-asteroid-crushing'] = true,
|
['advanced-oxide-asteroid-crushing'] = true,
|
||||||
['metallic-asteroid-reprocessing'] = true,
|
['metallic-asteroid-reprocessing'] = true,
|
||||||
['carbonic-asteroid-reprocessing'] = true,
|
['carbonic-asteroid-reprocessing'] = true,
|
||||||
|
-- SPACE_AGE 70
|
||||||
['oxide-asteroid-reprocessing'] = true,
|
['oxide-asteroid-reprocessing'] = true,
|
||||||
-- SPACE_AGE 75
|
|
||||||
['space-platform-foundation'] = true,
|
['space-platform-foundation'] = true,
|
||||||
['space-platform-starter-pack'] = true,
|
['space-platform-starter-pack'] = true,
|
||||||
['carbon'] = true,
|
['carbon'] = true,
|
||||||
['crusher'] = true,
|
['crusher'] = true,
|
||||||
|
-- SPACE_AGE 75
|
||||||
['casting-low-density-structure'] = true
|
['casting-low-density-structure'] = true
|
||||||
},
|
},
|
||||||
['item'] = {
|
['item'] = {
|
||||||
@@ -755,16 +765,15 @@ local items = {
|
|||||||
['lithium'] = true,
|
['lithium'] = true,
|
||||||
['lithium-plate'] = true,
|
['lithium-plate'] = true,
|
||||||
['quantum-processor'] = true,
|
['quantum-processor'] = true,
|
||||||
['ice'] = true,
|
|
||||||
['carbon'] = true,
|
['carbon'] = true,
|
||||||
-- SPACE_AGE 30
|
|
||||||
['calcite'] = true,
|
['calcite'] = true,
|
||||||
|
-- SPACE_AGE 30
|
||||||
['space-platform-foundation'] = true,
|
['space-platform-foundation'] = true,
|
||||||
['asteroid-collector'] = true,
|
['asteroid-collector'] = true,
|
||||||
['crusher'] = true,
|
['crusher'] = true,
|
||||||
['thruster'] = true,
|
['thruster'] = true,
|
||||||
-- SPACE_AGE 35
|
|
||||||
['space-platform-hub'] = true,
|
['space-platform-hub'] = true,
|
||||||
|
-- SPACE_AGE 35
|
||||||
['carbonic-asteroid-chunk'] = true,
|
['carbonic-asteroid-chunk'] = true,
|
||||||
['metallic-asteroid-chunk'] = true,
|
['metallic-asteroid-chunk'] = true,
|
||||||
['promethium-asteroid-chunk'] = true,
|
['promethium-asteroid-chunk'] = true,
|
||||||
@@ -885,11 +894,7 @@ local items = {
|
|||||||
['ammonia'] = 'fluid',
|
['ammonia'] = 'fluid',
|
||||||
-- SPACE_AGE FLUID 5
|
-- SPACE_AGE FLUID 5
|
||||||
['ammoniacal-solution'] = 'fluid',
|
['ammoniacal-solution'] = 'fluid',
|
||||||
['electrolyte'] = 'fluid',
|
|
||||||
['holmium-solution'] = 'fluid',
|
['holmium-solution'] = 'fluid',
|
||||||
['molten-copper'] = 'fluid',
|
|
||||||
['molten-iron'] = 'fluid',
|
|
||||||
-- SPACE_AGE FLUID 10
|
|
||||||
['lava'] = 'fluid',
|
['lava'] = 'fluid',
|
||||||
-- SPACE_AGE ITEM 0
|
-- SPACE_AGE ITEM 0
|
||||||
['bioflux'] = 'capsule',
|
['bioflux'] = 'capsule',
|
||||||
@@ -932,9 +937,7 @@ local items = {
|
|||||||
['foundation'] = 'tile',
|
['foundation'] = 'tile',
|
||||||
-- SPACE_AGE TOOL 0
|
-- SPACE_AGE TOOL 0
|
||||||
['agricultural-science-pack'] = 'tool',
|
['agricultural-science-pack'] = 'tool',
|
||||||
['cryogenic-science-pack'] = 'tool',
|
['promethium-science-pack'] = 'tool',
|
||||||
['electromagnetic-science-pack'] = 'tool',
|
|
||||||
['metallurgic-science-pack'] = 'tool',
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+16
-16
@@ -188,14 +188,6 @@ for _, v in pairs({'space-science-pack', 'electromagnetic-plant', 'foundry', 'cr
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 1 BASE ENTITY
|
|
||||||
-- GM-VP C 1 SPACE_AGE ENTITY
|
|
||||||
if data.raw['lab'] then
|
|
||||||
for _, v in pairs(data.raw['lab']) do
|
|
||||||
v.inputs = {'automation-science-pack', 'logistic-science-pack', 'military-science-pack', 'chemical-science-pack', 'production-science-pack', 'utility-science-pack', 'space-science-pack'}
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
-- GM-VP C 2 BASE ENTITY
|
-- GM-VP C 2 BASE ENTITY
|
||||||
if data.raw['unit-spawner'] then
|
if data.raw['unit-spawner'] then
|
||||||
for _, v in pairs(data.raw['unit-spawner']) do
|
for _, v in pairs(data.raw['unit-spawner']) do
|
||||||
@@ -233,7 +225,7 @@ end
|
|||||||
-- GM-VP C 1 SPACE_AGE ENTITY
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
if data.raw['assembling-machine'] and data.raw['assembling-machine']['electromagnetic-plant'] then
|
if data.raw['assembling-machine'] and data.raw['assembling-machine']['electromagnetic-plant'] then
|
||||||
data.raw['assembling-machine']['electromagnetic-plant'].effect_receiver = nil
|
data.raw['assembling-machine']['electromagnetic-plant'].effect_receiver = nil
|
||||||
data.raw['assembling-machine']['electromagnetic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['assembling-machine-3'].crafting_categories)}
|
data.raw['assembling-machine']['electromagnetic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['assembling-machine-3'].crafting_categories), 'electromagnetics'}
|
||||||
data.raw['assembling-machine']['electromagnetic-plant'].crafting_speed = 2.5
|
data.raw['assembling-machine']['electromagnetic-plant'].crafting_speed = 2.5
|
||||||
data.raw['assembling-machine']['electromagnetic-plant'].energy_usage = '872kW'
|
data.raw['assembling-machine']['electromagnetic-plant'].energy_usage = '872kW'
|
||||||
data.raw['assembling-machine']['electromagnetic-plant'].energy_source.emissions_per_minute.pollution = 4
|
data.raw['assembling-machine']['electromagnetic-plant'].energy_source.emissions_per_minute.pollution = 4
|
||||||
@@ -250,7 +242,7 @@ end
|
|||||||
|
|
||||||
-- GM-VP C 1 SPACE_AGE ENTITY
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
if data.raw['assembling-machine'] and data.raw['assembling-machine']['cryogenic-plant'] then
|
if data.raw['assembling-machine'] and data.raw['assembling-machine']['cryogenic-plant'] then
|
||||||
data.raw['assembling-machine']['cryogenic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['oil-refinery'].crafting_categories), table.unpack(data.raw['assembling-machine']['chemical-plant'].crafting_categories)}
|
data.raw['assembling-machine']['cryogenic-plant'].crafting_categories = {table.unpack(data.raw['assembling-machine']['oil-refinery'].crafting_categories), table.unpack(data.raw['assembling-machine']['chemical-plant'].crafting_categories), 'cryogenics'}
|
||||||
data.raw['assembling-machine']['cryogenic-plant'].crafting_speed = 3
|
data.raw['assembling-machine']['cryogenic-plant'].crafting_speed = 3
|
||||||
data.raw['assembling-machine']['cryogenic-plant'].energy_usage = '1302kW'
|
data.raw['assembling-machine']['cryogenic-plant'].energy_usage = '1302kW'
|
||||||
data.raw['assembling-machine']['cryogenic-plant'].energy_source.emissions_per_minute.pollution = 12
|
data.raw['assembling-machine']['cryogenic-plant'].energy_source.emissions_per_minute.pollution = 12
|
||||||
@@ -264,6 +256,14 @@ if data.raw['lab'] and data.raw['lab']['biolab'] then
|
|||||||
data.raw['lab']['biolab'].energy_source.emissions_per_minute = nil
|
data.raw['lab']['biolab'].energy_source.emissions_per_minute = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- GM-VP C 1 BASE ENTITY
|
||||||
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
|
if data.raw['lab'] then
|
||||||
|
for _, v in pairs(data.raw['lab']) do
|
||||||
|
v.inputs = {'automation-science-pack', 'logistic-science-pack', 'military-science-pack', 'chemical-science-pack', 'production-science-pack', 'utility-science-pack', 'metallurgic-science-pack', 'electromagnetic-science-pack', 'cryogenic-science-pack', 'space-science-pack'}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- GM-VP C 1 SPACE_AGE ENTITY
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
if data.raw['electric-turret'] and data.raw['electric-turret']['tesla-turret'] then
|
if data.raw['electric-turret'] and data.raw['electric-turret']['tesla-turret'] then
|
||||||
data.raw['electric-turret']['tesla-turret'].energy_source.drain = '250kW'
|
data.raw['electric-turret']['tesla-turret'].energy_source.drain = '250kW'
|
||||||
@@ -288,11 +288,11 @@ end
|
|||||||
|
|
||||||
-- GM-VP H 1 QUALITY ENTITY
|
-- GM-VP H 1 QUALITY ENTITY
|
||||||
-- GM-VP H 68 SPACE_AGE ENTITY
|
-- GM-VP H 68 SPACE_AGE ENTITY
|
||||||
-- GM-VP H 11 SPACE_AGE FLUID
|
-- GM-VP H 8 SPACE_AGE FLUID
|
||||||
-- GM-VP H 7 SPACE_AGE ITEM
|
-- GM-VP H 7 SPACE_AGE ITEM
|
||||||
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
|
-- GM-VP H 21 SPACE_AGE MAP_GENERATION
|
||||||
-- GM-VP H 3 SPACE_AGE TILE
|
-- GM-VP H 3 SPACE_AGE TILE
|
||||||
-- GM-VP H 4 SPACE_AGE TOOL
|
-- GM-VP H 2 SPACE_AGE TOOL
|
||||||
if items['hidden'] then
|
if items['hidden'] then
|
||||||
for k, v in pairs(items['hidden']) do
|
for k, v in pairs(items['hidden']) do
|
||||||
if data.raw[v] and data.raw[v][k] then
|
if data.raw[v] and data.raw[v][k] then
|
||||||
@@ -333,7 +333,7 @@ for _, v in pairs(data.raw['tile']) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP H 1 QUALITY ITEM
|
-- GM-VP H 1 QUALITY ITEM
|
||||||
-- GM-VP H 40 SPACE_AGE ITEM
|
-- GM-VP H 39 SPACE_AGE ITEM
|
||||||
for _, v in pairs(data.raw.item) do
|
for _, v in pairs(data.raw.item) do
|
||||||
v.auto_recycle = false
|
v.auto_recycle = false
|
||||||
|
|
||||||
@@ -344,7 +344,7 @@ for _, v in pairs(data.raw.item) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP H 1 QUALITY RECIPE
|
-- GM-VP H 1 QUALITY RECIPE
|
||||||
-- GM-VP H 80 SPACE_AGE RECIPE
|
-- GM-VP H 76 SPACE_AGE RECIPE
|
||||||
for _, v in pairs(data.raw.recipe) do
|
for _, v in pairs(data.raw.recipe) do
|
||||||
v.surface_conditions = nil
|
v.surface_conditions = nil
|
||||||
v.maximum_productivity = nil
|
v.maximum_productivity = nil
|
||||||
@@ -357,7 +357,7 @@ for _, v in pairs(data.raw.recipe) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 12 BASE RECIPE
|
-- GM-VP C 12 BASE RECIPE
|
||||||
-- GM-VP C 36 SPACE_AGE RECIPE
|
-- GM-VP C 39 SPACE_AGE RECIPE
|
||||||
for k, v in pairs(items['recipe_reform']) do
|
for k, v in pairs(items['recipe_reform']) do
|
||||||
if data.raw.recipe[k] then
|
if data.raw.recipe[k] then
|
||||||
data.raw.recipe[k].category = (v.category and v.category) or data.raw.recipe[k].category
|
data.raw.recipe[k].category = (v.category and v.category) or data.raw.recipe[k].category
|
||||||
@@ -392,7 +392,7 @@ if data.raw.item['ice'] then
|
|||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP H 38 SPACE_AGE RESEARCH
|
-- GM-VP H 35 SPACE_AGE RESEARCH
|
||||||
if data.raw.technology and items['technology'] then
|
if data.raw.technology and items['technology'] then
|
||||||
for _, v in pairs(data.raw.technology) do
|
for _, v in pairs(data.raw.technology) do
|
||||||
if items['technology'][v.name] then
|
if items['technology'][v.name] then
|
||||||
|
|||||||
Reference in New Issue
Block a user