This commit is contained in:
2024-11-15 18:53:46 +09:00
parent 2b7412040c
commit c189d49ded
3 changed files with 218 additions and 419 deletions

View File

@@ -366,6 +366,164 @@ local items = {
base = 30,
graphics_name = 'solar-panel-equipment'
}
},
['space-age'] = {
['technology'] = {
'planet-discovery-vulcanus',
'planet-discovery-gleba',
'planet-discovery-fulgora',
'planet-discovery-aquilo',
'space-platform',
'space-platform-thruster',
'calcite-processing',
'tungsten-carbide',
'tungsten-steel',
'metallurgic-science-pack',
'yumako',
'jellynut',
'bioflux',
'artificial-soil',
'overgrowth-soil',
'bacteria-cultivation',
'bioflux-processing',
'agricultural-science-pack',
'tree-seeding',
'captivity',
'biter-egg-handling',
'carbon-fiber',
'fish-breeding',
'holmium-processing',
'electromagnetic-plant',
'electromagnetic-science-pack',
'lightning-collector',
'rail-support-foundations',
'lithium-processing',
'asteroid-reprocessing',
'advanced-asteroid-processing',
'quantum-processor',
'cryogenic-science-pack',
'captive-biter-spawner',
'promethium-science-pack',
'foundation',
'asteroid-productivity',
'scrap-recycling-productivity',
'recycling',
'heating-tower',
'agriculture',
'foundry',
'cryogenic-plant',
'biolab',
'biochamber',
'fusion-reactor',
'fusion-reactor-equipment'
},
['recipe'] = {
['agricultural-science-pack'] = true,
['cryogenic-science-pack'] = true,
['electromagnetic-science-pack'] = true,
['metallurgic-science-pack'] = true,
['promethium-science-pack'] = true,
['space-science-pack'] = true,
['burnt-spoilage'] = true,
['fish-breeding'] = true,
['nutrients-from-fish'] = true,
['nutrients-from-biter-egg'] = true,
['wood-processing'] = true,
['yumako-processing'] = true,
['jellynut-processing'] = true,
['copper-bacteria'] = true,
['copper-bacteria-cultivation'] = true,
['iron-bacteria'] = true,
['iron-bacteria-cultivation'] = true,
['nutrients-from-spoilage'] = true,
['nutrients-from-yumako-mash'] = true,
['nutrients-from-bioflux'] = true,
['pentapod-egg'] = true,
['rocket-fuel-from-jelly'] = true,
['bioflux'] = true,
['bioplastic'] = true,
['biosulfur'] = true,
['biolubricant'] = true,
['carbon-fiber'] = true,
['artificial-yumako-soil'] = true,
['overgrowth-yumako-soil'] = true,
['artificial-jellynut-soil'] = true,
['overgrowth-jellynut-soil'] = true,
['biochamber'] = true,
['capture-robot-rocket'] = true,
['captive-biter-spawner'] = true,
['biter-egg'] = true,
['spoilage-from-nutrients'] = true,
['crusher'] = true,
['cryogenic-plant'] = true,
['electromagnetic-plant'] = true,
['foundry'] = true,
['metallic-asteroid-crushing'] = true,
['carbonic-asteroid-crushing'] = true,
['oxide-asteroid-crushing'] = true,
['advanced-metallic-asteroid-crushing'] = true,
['advanced-carbonic-asteroid-crushing'] = true,
['advanced-oxide-asteroid-crushing'] = true,
['metallic-asteroid-reprocessing'] = true,
['carbonic-asteroid-reprocessing'] = true,
['oxide-asteroid-reprocessing'] = true,
['thruster'] = true,
['thruster-fuel'] = true,
['thruster-oxidizer'] = true,
['advanced-thruster-fuel'] = true,
['advanced-thruster-oxidizer'] = true,
['tungsten-carbide'] = true,
['tungsten-plate'] = true,
['carbon'] = true,
['coal-synthesis'] = true,
['agricultural-tower'] = true,
['biolab'] = true,
['spoilage-recycling'] = true,
['asteroid-collector'] = true,
['heating-tower'] = true,
['fusion-reactor'] = true,
['fusion-generator'] = true,
['recycler'] = true,
['ammoniacal-solution-separation'] = true,
['lithium'] = true,
['lithium-plate'] = true,
['fluoroketone'] = true,
['fusion-power-cell'] = true,
['fusion-reactor-equipment'] = true,
['ice-platform'] = true,
['solid-fuel-from-ammonia'] = true,
['ammonia-rocket-fuel'] = true,
['fluoroketone-cooling'] = true,
['quantum-processor'] = true,
['holmium-solution'] = true,
['holmium-plate'] = true,
['electrolyte'] = true,
['supercapacitor'] = true,
['superconductor'] = true,
['lightning-collector'] = true,
['lightning-rod'] = true,
['molten-iron-from-lava'] = true,
['molten-copper-from-lava'] = true,
['molten-iron'] = true,
['molten-copper'] = true,
['casting-iron'] = true,
['casting-steel'] = true,
['casting-copper'] = true,
['casting-iron-gear-wheel'] = true,
['casting-iron-stick'] = true,
['casting-pipe'] = true,
['casting-pipe-to-ground'] = true,
['casting-low-density-structure'] = true,
['concrete-from-molten-iron'] = true,
['casting-copper-cable'] = true,
['acid-neutralisation'] = true,
['simple-coal-liquefaction'] = true,
['scrap-recycling'] = true,
['foundation'] = true,
['foundation-o'] = true,
['space-platform-foundation'] = true,
['space-platform-starter-pack'] = true
}
}
}