mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
+46
-45
@@ -441,51 +441,52 @@ local items = {
|
||||
'lava-processing'
|
||||
},
|
||||
['technology'] = {
|
||||
['planet-discovery-vulcanus'] = true,
|
||||
['planet-discovery-gleba'] = true,
|
||||
['planet-discovery-fulgora'] = true,
|
||||
['planet-discovery-aquilo'] = true,
|
||||
['recycling'] = true,
|
||||
['lightning-collector'] = true,
|
||||
['tungsten-carbide'] = true,
|
||||
['tungsten-steel'] = true,
|
||||
['metallurgic-science-pack'] = true,
|
||||
['yumako'] = true,
|
||||
['jellynut'] = true,
|
||||
['bioflux'] = true,
|
||||
['artificial-soil'] = true,
|
||||
['overgrowth-soil'] = true,
|
||||
['bacteria-cultivation'] = true,
|
||||
['bioflux-processing'] = true,
|
||||
['agricultural-science-pack'] = true,
|
||||
['captivity'] = true,
|
||||
['biter-egg-handling'] = true,
|
||||
['carbon-fiber'] = true,
|
||||
['fish-breeding'] = true,
|
||||
['holmium-processing'] = true,
|
||||
['electromagnetic-science-pack'] = true,
|
||||
['rail-support-foundations'] = true,
|
||||
['lithium-processing'] = true,
|
||||
['quantum-processor'] = true,
|
||||
['cryogenic-science-pack'] = true,
|
||||
['captive-biter-spawner'] = true,
|
||||
['promethium-science-pack'] = true,
|
||||
['foundation'] = true,
|
||||
['scrap-recycling-productivity'] = true,
|
||||
['biochamber'] = true,
|
||||
['space-platform-thruster'] = true,
|
||||
['space-platform'] = true,
|
||||
['asteroid-reprocessing'] = true,
|
||||
['advanced-asteroid-processing'] = true,
|
||||
['asteroid-productivity'] = true,
|
||||
['calcite-processing'] = true,
|
||||
['artillery-shell-damage-1'] = true,
|
||||
['electric-weapons-damage-1'] = true,
|
||||
['electric-weapons-damage-2'] = true,
|
||||
['electric-weapons-damage-3'] = true,
|
||||
['electric-weapons-damage-4'] = true,
|
||||
['railgun-damage-1'] = true,
|
||||
['railgun-shooting-speed-1'] = true,
|
||||
-- SPACE_AGE 0
|
||||
'planet-discovery-vulcanus',
|
||||
'planet-discovery-gleba',
|
||||
'planet-discovery-fulgora',
|
||||
'planet-discovery-aquilo',
|
||||
'recycling',
|
||||
-- SPACE_AGE 5
|
||||
'lightning-collector',
|
||||
'tungsten-carbide',
|
||||
'tungsten-steel',
|
||||
'metallurgic-science-pack',
|
||||
'yumako',
|
||||
-- SPACE_AGE 10
|
||||
'jellynut',
|
||||
'bioflux',
|
||||
'artificial-soil',
|
||||
'overgrowth-soil',
|
||||
'bacteria-cultivation',
|
||||
-- SPACE_AGE 15
|
||||
'bioflux-processing',
|
||||
'agricultural-science-pack',
|
||||
'captivity',
|
||||
'biter-egg-handling',
|
||||
'carbon-fiber',
|
||||
-- SPACE_AGE 20
|
||||
'fish-breeding',
|
||||
'holmium-processing',
|
||||
'electromagnetic-science-pack',
|
||||
'rail-support-foundations',
|
||||
'lithium-processing',
|
||||
-- SPACE_AGE 25
|
||||
'quantum-processor',
|
||||
'cryogenic-science-pack',
|
||||
'captive-biter-spawner',
|
||||
'promethium-science-pack',
|
||||
'foundation',
|
||||
-- SPACE_AGE 30
|
||||
'scrap-recycling-productivity',
|
||||
'biochamber',
|
||||
'space-platform-thruster',
|
||||
'space-platform',
|
||||
'asteroid-reprocessing',
|
||||
-- SPACE_AGE 35
|
||||
'advanced-asteroid-processing',
|
||||
'asteroid-productivity',
|
||||
'calcite-processing',
|
||||
},
|
||||
['recipe'] = {
|
||||
['recycler'] = true,
|
||||
|
||||
Reference in New Issue
Block a user