mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -682,7 +682,7 @@ local items = {
|
||||
}
|
||||
|
||||
if mods and mods['space-age'] then
|
||||
items['item' = 'fusion-reactor'] = {
|
||||
items['item']['fusion-reactor'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-ENERGY'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -694,7 +694,7 @@ if mods and mods['space-age'] then
|
||||
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
|
||||
}
|
||||
|
||||
items['item' = 'fusion-generator'] = {
|
||||
items['item']['fusion-generator'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-ENERGY'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -706,7 +706,7 @@ if mods and mods['space-age'] then
|
||||
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
|
||||
}
|
||||
|
||||
items['item' = 'heating-tower'] = {
|
||||
items['item']['heating-tower'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-ENERGY'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -718,7 +718,7 @@ if mods and mods['space-age'] then
|
||||
max = math.min(settings.startup['PHI-MB-ENERGY-POWER-TIER'].value, 5)
|
||||
}
|
||||
|
||||
items['item' = 'railgun-turret'] = {
|
||||
items['item']['railgun-turret'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -730,7 +730,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'rocket-turret'] = {
|
||||
items['item']['rocket-turret'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -742,7 +742,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'tesla-turret'] = {
|
||||
items['item']['tesla-turret'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -754,7 +754,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'foundry'] = {
|
||||
items['item']['foundry'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -766,7 +766,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'big-mining-drill'] = {
|
||||
items['item']['big-mining-drill'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -778,7 +778,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'biochamber'] = {
|
||||
items['item']['biochamber'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -790,7 +790,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'crusher'] = {
|
||||
items['item']['crusher'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -802,7 +802,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'biolab'] = {
|
||||
items['item']['biolab'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -814,7 +814,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'cryogenic-plant'] = {
|
||||
items['item']['cryogenic-plant'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -826,7 +826,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'electromagnetic-plant'] = {
|
||||
items['item']['electromagnetic-plant'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -838,7 +838,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'thruster'] = {
|
||||
items['item']['thruster'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -850,7 +850,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'agricultural-tower'] = {
|
||||
items['item']['agricultural-tower'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -862,7 +862,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['equipment' = 'fusion-reactor-equipment'] = {
|
||||
items['equipment']['fusion-reactor-equipment'] = {
|
||||
enabled = settings.startup['PHI-MB-EQUIPMENT'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -874,7 +874,7 @@ if mods and mods['space-age'] then
|
||||
max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value
|
||||
}
|
||||
|
||||
items['equipment' = 'toolbelt-equipment'] = {
|
||||
items['equipment']['toolbelt-equipment'] = {
|
||||
enabled = settings.startup['PHI-MB-EQUIPMENT'].value,
|
||||
stage = 1,
|
||||
mod = 'space-age',
|
||||
@@ -886,13 +886,13 @@ if mods and mods['space-age'] then
|
||||
max = math.min(tonumber(settings.startup['PHI-MB-EQUIPMENT-TIER'].value) or 1, 2)
|
||||
}
|
||||
|
||||
items['equipment' = 'battery-equipment'].ref_name = 'battery-mk3-equipment'
|
||||
items['equipment' = 'battery-equipment'].tech = 'battery-mk3-equipment'
|
||||
items['equipment' = 'battery-equipment'].min = 4
|
||||
items['equipment']['battery-equipment'].ref_name = 'battery-mk3-equipment'
|
||||
items['equipment']['battery-equipment'].tech = 'battery-mk3-equipment'
|
||||
items['equipment']['battery-equipment'].min = 4
|
||||
end
|
||||
|
||||
if mods and mods['quality'] then
|
||||
items['item' = 'recycler'] = {
|
||||
items['item']['recycler'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 1,
|
||||
mod = 'quality',
|
||||
@@ -906,7 +906,7 @@ if mods and mods['quality'] then
|
||||
end
|
||||
|
||||
if mods and mods['aai-industry'] then
|
||||
items['item' = 'industrial-furnace'] = {
|
||||
items['item']['industrial-furnace'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'aai-industry',
|
||||
@@ -918,7 +918,7 @@ if mods and mods['aai-industry'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'fuel-processor'] = {
|
||||
items['item']['fuel-processor'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'aai-industry',
|
||||
@@ -932,7 +932,7 @@ if mods and mods['aai-industry'] then
|
||||
end
|
||||
|
||||
if mods and (mods['aai-industry'] or mods['big-mining-drill']) then
|
||||
items['item' = 'area-mining-drill'] = {
|
||||
items['item']['area-mining-drill'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = (mods['big-mining-drill'] and 'big-mining-drill') or 'aai-industry',
|
||||
@@ -946,7 +946,7 @@ if mods and (mods['aai-industry'] or mods['big-mining-drill']) then
|
||||
end
|
||||
|
||||
if mods and mods['space-exploration'] then
|
||||
items['item' = 'se-space-solar-panel'] = {
|
||||
items['item']['se-space-solar-panel'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-ENERGY'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -958,7 +958,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-ENERGY-POWER-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-assembling-machine'] = {
|
||||
items['item']['se-space-assembling-machine'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -970,7 +970,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-manufactory'] = {
|
||||
items['item']['se-space-manufactory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -982,7 +982,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-casting-machine'] = {
|
||||
items['item']['se-casting-machine'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -994,7 +994,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-pulveriser'] = {
|
||||
items['item']['se-pulveriser'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1006,7 +1006,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-lifesupport-facility'] = {
|
||||
items['item']['se-lifesupport-facility'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1018,7 +1018,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-fuel-refinery'] = {
|
||||
items['item']['se-fuel-refinery'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1030,7 +1030,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-decontamination-facility'] = {
|
||||
items['item']['se-space-decontamination-facility'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1042,7 +1042,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-genetics-laboratory'] = {
|
||||
items['item']['se-space-genetics-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1054,7 +1054,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-growth-facility'] = {
|
||||
items['item']['se-space-growth-facility'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1066,7 +1066,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-biochemical-laboratory'] = {
|
||||
items['item']['se-space-biochemical-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1078,7 +1078,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-radiation-laboratory'] = {
|
||||
items['item']['se-space-radiation-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1090,7 +1090,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-electromagnetics-laboratory'] = {
|
||||
items['item']['se-space-electromagnetics-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1102,7 +1102,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-laser-laboratory'] = {
|
||||
items['item']['se-space-laser-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1114,7 +1114,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-astrometrics-laboratory'] = {
|
||||
items['item']['se-space-astrometrics-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1126,7 +1126,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-gravimetrics-laboratory'] = {
|
||||
items['item']['se-space-gravimetrics-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1138,7 +1138,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-mechanical-laboratory'] = {
|
||||
items['item']['se-space-mechanical-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1150,7 +1150,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-thermodynamics-laboratory'] = {
|
||||
items['item']['se-space-thermodynamics-laboratory'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1162,7 +1162,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-material-fabricator'] = {
|
||||
items['item']['se-space-material-fabricator'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1174,7 +1174,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-particle-accelerator'] = {
|
||||
items['item']['se-space-particle-accelerator'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1186,7 +1186,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-particle-collider'] = {
|
||||
items['item']['se-space-particle-collider'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1198,7 +1198,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-plasma-generator'] = {
|
||||
items['item']['se-space-plasma-generator'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1210,7 +1210,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-hypercooler'] = {
|
||||
items['item']['se-space-hypercooler'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1222,7 +1222,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-radiator'] = {
|
||||
items['item']['se-space-radiator'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1234,7 +1234,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value + 1
|
||||
}
|
||||
|
||||
items['item' = 'se-space-telescope'] = {
|
||||
items['item']['se-space-telescope'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1246,7 +1246,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-telescope-gammaray'] = {
|
||||
items['item']['se-space-telescope-gammaray'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1258,7 +1258,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-telescope-microwave'] = {
|
||||
items['item']['se-space-telescope-microwave'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1270,7 +1270,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-telescope-radio'] = {
|
||||
items['item']['se-space-telescope-radio'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1282,7 +1282,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-telescope-xray'] = {
|
||||
items['item']['se-space-telescope-xray'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1294,7 +1294,7 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['item' = 'se-space-science-lab'] = {
|
||||
items['item']['se-space-science-lab'] = {
|
||||
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
|
||||
stage = 2,
|
||||
mod = 'space-exploration',
|
||||
@@ -1306,17 +1306,17 @@ if mods and mods['space-exploration'] then
|
||||
max = settings.startup['PHI-MB-MACHINE-TIER'].value
|
||||
}
|
||||
|
||||
items['equipment' = 'fission-reactor-equipment'].tech = 'se-rtg-equipment'
|
||||
items['equipment' = 'fission-reactor-equipment'].base_name = 'se-rtg'
|
||||
items['equipment']['fission-reactor-equipment'].tech = 'se-rtg-equipment'
|
||||
items['equipment']['fission-reactor-equipment'].base_name = 'se-rtg'
|
||||
|
||||
items['equipment' = 'battery-equipment'].tech = 'battery-equipment'
|
||||
items['equipment' = 'battery-equipment'].min = 2
|
||||
items['equipment']['battery-equipment'].tech = 'battery-equipment'
|
||||
items['equipment']['battery-equipment'].min = 2
|
||||
|
||||
items['equipment' = 'energy-shield-equipment'].tech = 'energy-shield-equipment'
|
||||
items['equipment' = 'energy-shield-equipment'].min = 2
|
||||
items['equipment']['energy-shield-equipment'].tech = 'energy-shield-equipment'
|
||||
items['equipment']['energy-shield-equipment'].min = 2
|
||||
|
||||
items['equipment' = 'personal-roboport-equipment'].tech = 'personal-roboport-equipment'
|
||||
items['equipment' = 'personal-roboport-equipment'].min = 2
|
||||
items['equipment']['personal-roboport-equipment'].tech = 'personal-roboport-equipment'
|
||||
items['equipment']['personal-roboport-equipment'].min = 2
|
||||
end
|
||||
|
||||
return items
|
||||
|
||||
Reference in New Issue
Block a user