From e873bfbaec3b4e245ff5722ca97a8bffcd6d82a7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 16 Jun 2024 23:46:13 +0900 Subject: [PATCH] . --- .vscode/settings.json | 3 +- PHI-MB/config.lua | 314 ++++++++++++++++++++++++++++++++- PHI-MB/data-updates.lua | 33 ++-- PHI-MB/data.lua | 20 +-- PHI-MB/info.json | 4 +- PHI-MB/locale/en/locale.cfg | 138 +++++++++++++++ PHI-MB/locale/ja/locale.cfg | 138 +++++++++++++++ PHI-MB/locale/zh-CN/locale.cfg | 138 +++++++++++++++ PHI-MB/locale/zh-TW/locale.cfg | 138 +++++++++++++++ 9 files changed, 895 insertions(+), 31 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 548356e..9fb7df5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,5 +30,6 @@ "Lua.runtime.special": { "__object_name": "type" }, - "Lua.runtime.plugin": "c:/Users/admin/AppData/Roaming/Code/User/workspaceStorage/dc51ebede133ecdead910d8af67219c2/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua" + "Lua.runtime.plugin": "c:/Users/admin/AppData/Roaming/Code/User/workspaceStorage/dc51ebede133ecdead910d8af67219c2/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua", + "Lua.workspace.checkThirdParty": "ApplyInMemory" } \ No newline at end of file diff --git a/PHI-MB/config.lua b/PHI-MB/config.lua index 4f1e729..2bf0e95 100644 --- a/PHI-MB/config.lua +++ b/PHI-MB/config.lua @@ -2,31 +2,78 @@ local items = { ['setting'] = { ['PHI-MB-ASSEMBLING-TIER'] = { type = 'max', - effect = {'assembling-machine'} + effect = { + 'assembling-machine' + } }, ['PHI-MB-FURNACE-TIER'] = { type = 'max', - effect = {'electric-furnace', 'electric-filter-furnace', 'industrial-furnace'} + effect = { + 'electric-furnace', + 'electric-filter-furnace', + 'industrial-furnace' + } }, ['PHI-MB-OIL-TIER'] = { type = 'max', - effect = {'oil-refinery', 'chemical-plant', 'fuel-processor', 'se-fuel-refinery'} + effect = { + 'oil-refinery', + 'chemical-plant', + 'fuel-processor', + 'se-fuel-refinery' + } }, ['PHI-MB-CENTRIFUGE-TIER'] = { type = 'max', - effect = {'centrifuge'} + effect = { + 'centrifuge' + } }, ['PHI-MB-LAB-TIER'] = { type = 'max', - effect = {'lab'} + effect = { + 'lab', + 'se-space-science-lab' + } }, ['PHI-MB-MINING-TIER'] = { type = 'max', - effect = {'electric-mining-drill', 'pumpjack', 'area-mining-drill'} + effect = { + 'electric-mining-drill', + 'pumpjack', + 'area-mining-drill', + 'se-core-miner' + } }, ['PHI-MB-SE-ASSEMBLING-TIER'] = { type = 'max', - effect = {'se-space-assembling-machine', 'se-space-manufactory', 'se-casting-machine', 'se-pulveriser', 'se-lifesupport-facility'} + effect = { + 'se-space-assembling-machine', + 'se-space-manufactory', + 'se-casting-machine', + 'se-pulveriser', + 'se-lifesupport-facility', + 'se-space-decontamination-facility', + 'se-space-genetics-facility', + 'se-space-growth-facility', + 'se-space-biochemical-laboratory', + 'se-space-radiation-laboratory', + 'se-space-electromagnetics-laboratory', + 'se-space-laser-laboratory', + 'se-space-material-fabricator', + 'se-space-particle-accelerator', + 'se-space-particle-collider', + 'se-space-plasma-generator', + 'se-space-hypercooler', + 'se-space-astrometrics-laboratory', + 'se-space-gravimetrics-laboratory', + 'se-space-telescope', + 'se-space-telescope-gammaray', + 'se-space-telescope-microwave', + 'se-space-telescope-radio', + 'se-space-telescope-xray', + 'se-space-mechanical-laboratory' + } } }, ['assembling-machine'] = { @@ -226,6 +273,259 @@ if mods ~= nil then min = 2, max = 3 } + + items['se-core-miner-drill'] = { + enabled = false, + stage = 2, + type = 'mining-drill', + name = 'se-core-miner-drill', + ref_name = 'se-core-miner-drill', + tech = 'se-core-miner', + min = 2, + max = 3 + } + + items['se-space-decontamination-facility'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-decontamination-facility', + ref_name = 'se-space-decontamination-facility', + tech = 'se-space-decontamination-facility', + min = 2, + max = 3 + } + + items['se-space-genetics-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-genetics-laboratory', + ref_name = 'se-space-genetics-laboratory', + tech = 'se-space-genetics-laboratory', + min = 2, + max = 3 + } + + items['se-space-growth-facility'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-growth-facility', + ref_name = 'se-space-growth-facility', + tech = 'se-space-growth-facility', + min = 2, + max = 3 + } + + items['se-space-biochemical-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-biochemical-laboratory', + ref_name = 'se-space-biochemical-laboratory', + tech = 'se-space-biochemical-laboratory', + min = 2, + max = 3 + } + + items['se-space-radiation-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-radiation-laboratory', + ref_name = 'se-space-radiation-laboratory', + tech = 'se-space-radiation-laboratory', + min = 2, + max = 3 + } + + items['se-space-electromagnetics-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-electromagnetics-laboratory', + ref_name = 'se-space-electromagnetics-laboratory', + tech = 'se-space-electromagnetics-laboratory', + min = 2, + max = 3 + } + + items['se-space-laser-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-laser-laboratory', + ref_name = 'se-space-laser-laboratory', + tech = 'se-space-laser-laboratory', + min = 2, + max = 3 + } + + items['se-space-astrometrics-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-astrometrics-laboratory', + ref_name = 'se-space-astrometrics-laboratory', + tech = 'se-space-astrometrics-laboratory', + min = 2, + max = 3 + } + + items['se-space-gravimetrics-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-gravimetrics-laboratory', + ref_name = 'se-space-gravimetrics-laboratory', + tech = 'se-space-gravimetrics-laboratory', + min = 2, + max = 3 + } + + items['se-space-mechanical-laboratory'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-mechanical-laboratory', + ref_name = 'se-space-mechanical-laboratory', + tech = 'se-space-mechanical-laboratory', + min = 2, + max = 3 + } + + items['se-space-material-fabricator'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-material-fabricator', + ref_name = 'se-space-material-fabricator', + tech = 'se-space-material-fabricator', + min = 2, + max = 3 + } + + items['se-space-particle-accelerator'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-particle-accelerator', + ref_name = 'se-space-particle-accelerator', + tech = 'se-space-particle-accelerator', + min = 2, + max = 3 + } + + items['se-space-particle-collider'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-particle-collider', + ref_name = 'se-space-particle-collider', + tech = 'se-space-particle-collider', + min = 2, + max = 3 + } + + items['se-space-plasma-generator'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-plasma-generator', + ref_name = 'se-space-plasma-generator', + tech = 'se-space-plasma-generator', + min = 2, + max = 3 + } + + items['se-space-hypercooler'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-hypercooler', + ref_name = 'se-space-hypercooler', + tech = 'se-space-hypercooling-1', + min = 2, + max = 3 + } + + items['se-space-radiator'] = { + enabled = false, + stage = 2, + type = 'assembling-machine', + name = 'se-space-radiator', + ref_name = 'se-space-radiator-2', + tech = 'se-space-radiator-2', + min = 3, + max = 4 + } + + items['se-space-telescope'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-telescope', + ref_name = 'se-space-telescope', + tech = 'se-space-telescope', + min = 2, + max = 3 + } + + items['se-space-telescope-gammaray'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-telescope-gammaray', + ref_name = 'se-space-telescope-gammaray', + tech = 'se-space-telescope-gammaray', + min = 2, + max = 3 + } + + items['se-space-telescope-microwave'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-telescope-microwave', + ref_name = 'se-space-telescope-microwave', + tech = 'se-space-telescope-microwave', + min = 2, + max = 3 + } + + items['se-space-telescope-radio'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-telescope-radio', + ref_name = 'se-space-telescope-radio', + tech = 'se-space-telescope-radio', + min = 2, + max = 3 + } + + items['se-space-telescope-xray'] = { + enabled = true, + stage = 2, + type = 'assembling-machine', + name = 'se-space-telescope-xray', + ref_name = 'se-space-telescope-xray', + tech = 'se-space-telescope-xray', + min = 2, + max = 3 + } + + items['se-space-science-lab'] = { + enabled = true, + stage = 2, + type = 'lab', + name = 'se-space-science-lab', + ref_name = 'se-space-science-lab', + tech = 'se-space-science-lab', + min = 2, + max = 3 + } end if mods['Atomic_Overhaul'] then diff --git a/PHI-MB/data-updates.lua b/PHI-MB/data-updates.lua index 8bb9869..fe0f400 100644 --- a/PHI-MB/data-updates.lua +++ b/PHI-MB/data-updates.lua @@ -1,3 +1,5 @@ +-- local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'} +-- local graphics_location = '__PHI-MB__/graphics/' local items = require 'config' for k, v in pairs(items['setting']) do @@ -12,7 +14,6 @@ for k, v in pairs(items['setting']) do end end - -- entity local function EE(source, tier) local item = table.deepcopy(data.raw[source.type][source.ref_name]) @@ -23,13 +24,29 @@ local function EE(source, tier) if source.type == 'lab' then item.researching_speed = item.researching_speed * (2 ^ (tier - source.min + 1)) + elseif source.type == 'mining-drill' then item.mining_speed = item.mining_speed * (2 ^ (tier - source.min + 1)) + else item.crafting_speed = item.crafting_speed * (2 ^ (tier - source.min + 1)) item.energy_source.emissions_per_minute = item.energy_source.emissions_per_minute * (2 ^ (tier - source.min + 1)) end + if item.fluid_boxes ~= nil then + for k, _ in pairs(item.fluid_boxes) do + if item.fluid_boxes[k] ~= false and item.fluid_boxes[k] ~= true then + if item.fluid_boxes[k].production_type ~= nil then + item.fluid_boxes[k].height = 4 + + if item.fluid_boxes[k].base_level ~= nil then + item.fluid_boxes[k].base_level = item.fluid_boxes[k].base_level * 4 + end + end + end + end + end + item.energy_usage = tonumber(string.match(item.energy_usage, '%d+')) * (2 ^ (tier - source.min + 1)) .. 'kW' -- item.animation.layers[1].filename = graphics_location .. source .. '-e.png' -- item.animation.layers[1].hr_version.filename = graphics_location .. source ..'-eh.png' @@ -37,23 +54,19 @@ local function EE(source, tier) -- item.icon_size = 64 -- item.icon_mipmaps = 4 - if (tier <= source.max - 1) then + if tier < source.max then item.next_upgrade = source.name .. '-' .. (tier + 1) end - if (source.new_type ~= nil) then - item.type = source.new_type - end - data:extend({item}) end -- item local function EI(source, tier) local item = table.deepcopy(data.raw.item[source.ref_name]) - item.name = source.name .. '-' .. tier item.place_result = source.name .. '-' .. tier + -- item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}} item.order = item.order .. tier data:extend({item}) @@ -61,10 +74,10 @@ end -- recipe local function ER(source, tier) - local na = source.name + local ingredient_name = source.name if tier > 2 then - na = na .. '-' .. (tier - 1) + ingredient_name = ingredient_name .. '-' .. (tier - 1) end data:extend({{ @@ -72,7 +85,7 @@ local function ER(source, tier) name = source.name .. '-' .. tier, energy_required = 2, enabled = false, - ingredients = {{na, 2}}, + ingredients = {{ingredient_name, 2}}, result = source.name .. '-' .. tier, }}) end diff --git a/PHI-MB/data.lua b/PHI-MB/data.lua index 3750264..6b3affc 100644 --- a/PHI-MB/data.lua +++ b/PHI-MB/data.lua @@ -1,5 +1,5 @@ -local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'} -local graphics_location = '__PHI-MB__/graphics/' +-- local alpha_order = {'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm'} +-- local graphics_location = '__PHI-MB__/graphics/' local items = require 'config' -- entity @@ -12,8 +12,10 @@ local function EE(source, tier) if source.type == 'lab' then item.researching_speed = item.researching_speed * (2 ^ (tier - source.min + 1)) + elseif source.type == 'mining-drill' then item.mining_speed = item.mining_speed * (2 ^ (tier - source.min + 1)) + else item.crafting_speed = item.crafting_speed * (2 ^ (tier - source.min + 1)) item.energy_source.emissions_per_minute = item.energy_source.emissions_per_minute * (2 ^ (tier - source.min + 1)) @@ -40,23 +42,19 @@ local function EE(source, tier) -- item.icon_size = 64 -- item.icon_mipmaps = 4 - if (tier <= source.max - 1) then + if tier < source.max then item.next_upgrade = source.name .. '-' .. (tier + 1) end - if (source.new_type ~= nil) then - item.type = source.new_type - end - data:extend({item}) end -- item local function EI(source, tier) local item = table.deepcopy(data.raw.item[source.ref_name]) - item.name = source.name .. '-' .. tier item.place_result = source.name .. '-' .. tier + -- item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}} item.order = item.order .. tier data:extend({item}) @@ -64,10 +62,10 @@ end -- recipe local function ER(source, tier) - local na = source.name + local ingredient_name = source.name if tier > 2 then - na = na .. '-' .. (tier - 1) + ingredient_name = ingredient_name .. '-' .. (tier - 1) end data:extend({{ @@ -75,7 +73,7 @@ local function ER(source, tier) name = source.name .. '-' .. tier, energy_required = 2, enabled = false, - ingredients = {{na, 2}}, + ingredients = {{ingredient_name, 2}}, result = source.name .. '-' .. tier, }}) end diff --git a/PHI-MB/info.json b/PHI-MB/info.json index e2ffe4b..dc1bccc 100644 --- a/PHI-MB/info.json +++ b/PHI-MB/info.json @@ -1,8 +1,8 @@ { "name": "PHI-MB", - "version": "1.1.1", + "version": "1.1.2", "factorio_version": "1.1", - "date": "2023-09-19", + "date": "2024-06-16", "title": "Phidias Megabase", "author": "PHIDIAS0303", "contributers": "", diff --git a/PHI-MB/locale/en/locale.cfg b/PHI-MB/locale/en/locale.cfg index c8862a5..d458a16 100644 --- a/PHI-MB/locale/en/locale.cfg +++ b/PHI-MB/locale/en/locale.cfg @@ -35,6 +35,52 @@ se-lifesupport-facility-2=Lifesupport facility 2 se-lifesupport-facility-3=Lifesupport facility 3 se-fuel-refinery-2=Fuel refinery 2 se-fuel-refinery-3=Fuel refinery 3 +se-core-miner-drill-2=Core mining drill 2 +se-core-miner-drill-3=Core mining drill 3 +se-space-decontamination-facility-2=Decontamination facility 2 +se-space-decontamination-facility-3=Decontamination facility 3 +se-space-genetics-laboratory-2=Genetics facility 2 +se-space-genetics-laboratory-3=Genetics facility 3 +se-space-growth-facility-2=Growth facility 2 +se-space-growth-facility-3=Growth facility 3 +se-space-biochemical-laboratory-2=Biochemical facility 2 +se-space-biochemical-laboratory-3=Biochemical facility 3 +se-space-radiation-laboratory-2=Radiation facility 2 +se-space-radiation-laboratory-3=Radiation facility 3 +se-space-electromagnetics-laboratory-2=Electromagnetics facility 2 +se-space-electromagnetics-laboratory-3=Electromagnetics facility 3 +se-space-laser-laboratory-2=Laser facility 2 +se-space-laser-laboratory-3=Laser facility 3 +se-space-astrometrics-laboratory-2=Astrometrics facility 2 +se-space-astrometrics-laboratory-3=Astrometrics facility 3 +se-space-gravimetrics-laboratory-2=Gravimetrics facility 2 +se-space-gravimetrics-laboratory-3=Gravimetrics facility 3 +se-space-mechanical-laboratory-2=Mechanical facility 2 +se-space-mechanical-laboratory-3=Mechanical facility 3 +se-space-material-fabricator-2=Material fabricator 2 +se-space-material-fabricator-3=Material fabricator 3 +se-space-particle-accelerator-2=Particle accelerator 2 +se-space-particle-accelerator-3=Particle accelerator 3 +se-space-particle-collider-2=Particle collider 2 +se-space-particle-collider-3=Particle collider 3 +se-space-plasma-generator-2=Plasma generator 2 +se-space-plasma-generator-3=Plasma generator 3 +se-space-hypercooler-2=Hypercooler 2 +se-space-hypercooler-3=Hypercooler 3 +se-space-radiator-3=Thermal radiator 3 +se-space-radiator-4=Thermal radiator 4 +se-space-telescope-2=Telescope 2 +se-space-telescope-3=Telescope 3 +se-space-telescope-gammaray-2=Gamma ray telescope 2 +se-space-telescope-gammaray-3=Gamma ray telescope 3 +se-space-telescope-microwave-2=Microwave telescope 2 +se-space-telescope-microwave-3=Microwave telescope 3 +se-space-telescope-radio-2=Radio telescope 2 +se-space-telescope-radio-3=Radio telescope 3 +se-space-telescope-xray-2=Xray telescope 2 +se-space-telescope-xray-3=Xray telescope 3 +se-space-science-lab-2=Space science lab 2 +se-space-science-lab-3=Space science lab 3 [entity-name] assembling-machine-4=Assembling machine 4 @@ -73,6 +119,52 @@ se-lifesupport-facility-2=Lifesupport facility 2 se-lifesupport-facility-3=Lifesupport facility 3 se-fuel-refinery-2=Fuel refinery 2 se-fuel-refinery-3=Fuel refinery 3 +se-core-miner-drill-2=Core mining drill 2 +se-core-miner-drill-3=Core mining drill 3 +se-space-decontamination-facility-2=Decontamination facility 2 +se-space-decontamination-facility-3=Decontamination facility 3 +se-space-genetics-laboratory-2=Genetics facility 2 +se-space-genetics-laboratory-3=Genetics facility 3 +se-space-growth-facility-2=Growth facility 2 +se-space-growth-facility-3=Growth facility 3 +se-space-biochemical-laboratory-2=Biochemical facility 2 +se-space-biochemical-laboratory-3=Biochemical facility 3 +se-space-radiation-laboratory-2=Radiation facility 2 +se-space-radiation-laboratory-3=Radiation facility 3 +se-space-electromagnetics-laboratory-2=Electromagnetics facility 2 +se-space-electromagnetics-laboratory-3=Electromagnetics facility 3 +se-space-laser-laboratory-2=Laser facility 2 +se-space-laser-laboratory-3=Laser facility 3 +se-space-astrometrics-laboratory-2=Astrometrics facility 2 +se-space-astrometrics-laboratory-3=Astrometrics facility 3 +se-space-gravimetrics-laboratory-2=Gravimetrics facility 2 +se-space-gravimetrics-laboratory-3=Gravimetrics facility 3 +se-space-mechanical-laboratory-2=Mechanical facility 2 +se-space-mechanical-laboratory-3=Mechanical facility 3 +se-space-material-fabricator-2=Material fabricator 2 +se-space-material-fabricator-3=Material fabricator 3 +se-space-particle-accelerator-2=Particle accelerator 2 +se-space-particle-accelerator-3=Particle accelerator 3 +se-space-particle-collider-2=Particle collider 2 +se-space-particle-collider-3=Particle collider 3 +se-space-plasma-generator-2=Plasma generator 2 +se-space-plasma-generator-3=Plasma generator 3 +se-space-hypercooler-2=Hypercooler 2 +se-space-hypercooler-3=Hypercooler 3 +se-space-radiator-3=Thermal radiator 3 +se-space-radiator-4=Thermal radiator 4 +se-space-telescope-2=Telescope 2 +se-space-telescope-3=Telescope 3 +se-space-telescope-gammaray-2=Gamma ray telescope 2 +se-space-telescope-gammaray-3=Gamma ray telescope 3 +se-space-telescope-microwave-2=Microwave telescope 2 +se-space-telescope-microwave-3=Microwave telescope 3 +se-space-telescope-radio-2=Radio telescope 2 +se-space-telescope-radio-3=Radio telescope 3 +se-space-telescope-xray-2=Xray telescope 2 +se-space-telescope-xray-3=Xray telescope 3 +se-space-science-lab-2=Space science lab 2 +se-space-science-lab-3=Space science lab 3 [entity-description] assembling-machine-4=Assembling machines capable of processing fluid ingredients, with additional speed and module slots. @@ -111,6 +203,52 @@ se-lifesupport-facility-2=Sustaining life in more hostile environments. se-lifesupport-facility-3=Sustaining life in more hostile environments. se-fuel-refinery-2=An automated fuel processing structure. se-fuel-refinery-3=An automated fuel processing structure. +se-core-miner-drill-2=Allows endless extraction of resources from planets and moons, but has diminishing returns if multiple are used on the same body. +se-core-miner-drill-3=Allows endless extraction of resources from planets and moons, but has diminishing returns if multiple are used on the same body. +se-space-decontamination-facility-2=Cleans substances for use in sterile environments, and prepares liquids for use in low-pressure conditions. +se-space-decontamination-facility-3=Cleans substances for use in sterile environments, and prepares liquids for use in low-pressure conditions. +se-space-genetics-laboratory-2=A lab dedicated to genetic sequencing, genetic modification, and genetic printing of cultures. +se-space-genetics-laboratory-3=A lab dedicated to genetic sequencing, genetic modification, and genetic printing of cultures. +se-space-growth-facility-2=Grows biological specimens under a range of controlled conditions that are impossible elsewhere. In addition to standard climate controls, everything from micro-gravity vats to high-G centrifuges are available +se-space-growth-facility-3=Grows biological specimens under a range of controlled conditions that are impossible elsewhere. In addition to standard climate controls, everything from micro-gravity vats to high-G centrifuges are available +se-space-biochemical-laboratory-2=An advanced chemical lab that specialises in bio-chemistry. Can also perform more basic chemical and oil processing. +se-space-biochemical-laboratory-3=An advanced chemical lab that specialises in bio-chemistry. Can also perform more basic chemical and oil processing. +se-space-radiation-laboratory-2=A relatively safe place to play with radioactive material. Can be used for uranium processing. +se-space-radiation-laboratory-3=A relatively safe place to play with radioactive material. Can be used for uranium processing. +se-space-electromagnetics-laboratory-2=Equipment for intense magnetic field and extremely high voltage applications. +se-space-electromagnetics-laboratory-3=Equipment for intense magnetic field and extremely high voltage applications. +se-space-laser-laboratory-2=Experiments with lasers. Eye protection must be worn. +se-space-laser-laboratory-3=Experiments with lasers. Eye protection must be worn. +se-space-astrometrics-laboratory-2=Combines, compares, and quantifies different sources of astronomic information. +se-space-astrometrics-laboratory-3=Combines, compares, and quantifies different sources of astronomic information. +se-space-gravimetrics-laboratory-2=Analyses and simulates gravitational disturbances. +se-space-gravimetrics-laboratory-3=Analyses and simulates gravitational disturbances. +se-space-mechanical-laboratory-2=Provides a range of mechanical processes: Crushing, tearing, shearing, vibration, etc. +se-space-mechanical-laboratory-3=Provides a range of mechanical processes: Crushing, tearing, shearing, vibration, etc. +se-space-material-fabricator-2=Synthesises new materials. A cross between a particle collider and 3d printer. +se-space-material-fabricator-3=Synthesises new materials. A cross between a particle collider and 3d printer. +se-space-particle-accelerator-2=Accelerates particles near to the speed of light. +se-space-particle-accelerator-3=Accelerates particles near to the speed of light. +se-space-particle-collider-2=Collides high-speed particles and analyses the results. +se-space-particle-collider-3=Collides high-speed particles and analyses the results. +se-space-plasma-generator-2=Generates a variety of plasmas. +se-space-plasma-generator-3=Generates a variety of plasmas. +se-space-hypercooler-2=Performs a heat exchange on thermofluid, making one hotter and the other colder. +se-space-hypercooler-3=Performs a heat exchange on thermofluid, making one hotter and the other colder. +se-space-radiator-3=Radiates away excess heat from overheated thermofluid. +se-space-radiator-4=Radiates away excess heat from overheated thermofluid. +se-space-telescope-2=A sophisticated telescope sensitive to multiple wavelengths around the visible spectrum. +se-space-telescope-3=A sophisticated telescope sensitive to multiple wavelengths around the visible spectrum. +se-space-telescope-gammaray-2=Gamma rays don't refract so you can't focus them with lenses. This powerful telescope uses mirrors and special detectors instead. +se-space-telescope-gammaray-3=Gamma rays don't refract so you can't focus them with lenses. This powerful telescope uses mirrors and special detectors instead. +se-space-telescope-microwave-2=A huge telescope that detects microwaves and the cosmic microwave background. +se-space-telescope-microwave-3=A huge telescope that detects microwaves and the cosmic microwave background. +se-space-telescope-radio-2=A huge telescope that detects very weak radio waves from distant sources. +se-space-telescope-radio-3=A huge telescope that detects very weak radio waves from distant sources. +se-space-telescope-xray-2=X-rays are blocked by most atmospheres. This powerful telescope is designed for space where atmosphere is not a problem. +se-space-telescope-xray-3=X-rays are blocked by most atmospheres. This powerful telescope is designed for space where atmosphere is not a problem. +se-space-science-lab-2=Allows processing of rocket science packs and more advanced space science. +se-space-science-lab-3=Allows processing of rocket science packs and more advanced space science. [mod-setting-name] PHI-MB-ASSEMBLING-TIER=Assembling machine diff --git a/PHI-MB/locale/ja/locale.cfg b/PHI-MB/locale/ja/locale.cfg index 42448d3..53aba15 100644 --- a/PHI-MB/locale/ja/locale.cfg +++ b/PHI-MB/locale/ja/locale.cfg @@ -35,6 +35,52 @@ se-lifesupport-facility-2=生命維持施設 2 se-lifesupport-facility-3=生命維持施設 3 se-fuel-refinery-2=燃料精製所 2 se-fuel-refinery-3=燃料精製所 3 +se-core-miner-drill-2=コアマイニングドリル 2 +se-core-miner-drill-3=コアマイニングドリル 3 +se-space-decontamination-facility-2=除染施設 2 +se-space-decontamination-facility-3=除染施設 3 +se-space-genetics-laboratory-2=遺伝学実験室 2 +se-space-genetics-laboratory-3=遺伝学実験室 3 +se-space-growth-facility-2=生体育成施設 2 +se-space-growth-facility-3=生体育成施設 3 +se-space-biochemical-laboratory-2=生化学実験室 2 +se-space-biochemical-laboratory-3=生化学実験室 3 +se-space-radiation-laboratory-2=放射線実験室 2 +se-space-radiation-laboratory-3=放射線実験室 3 +se-space-electromagnetics-laboratory-2=電磁気学実験室 2 +se-space-electromagnetics-laboratory-3=電磁気学実験室 3 +se-space-laser-laboratory-2=レーザー実験室 2 +se-space-laser-laboratory-3=レーザー実験室 3 +se-space-astrometrics-laboratory-2=天体座標研究室 2 +se-space-astrometrics-laboratory-3=天体座標研究室 3 +se-space-gravimetrics-laboratory-2=重力波研究室 2 +se-space-gravimetrics-laboratory-3=重力波研究室 3 +se-space-mechanical-laboratory-2=機械力学実験室 2 +se-space-mechanical-laboratory-3=機械力学実験室 3 +se-space-material-fabricator-2=物質製造機 2 +se-space-material-fabricator-3=物質製造機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=衝突型粒子加速器 2 +se-space-particle-collider-3=衝突型粒子加速器 3 +se-space-plasma-generator-2=プラズマ発生器 2 +se-space-plasma-generator-3=プラズマ発生器 3 +se-space-hypercooler-2=ハイパークーラー 2 +se-space-hypercooler-3=ハイパークーラー 3 +se-space-radiator-3=放熱器 3 +se-space-radiator-4=放熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=ガンマ線望遠鏡 2 +se-space-telescope-gammaray-3=ガンマ線望遠鏡 3 +se-space-telescope-microwave-2=マイクロ波望遠鏡 2 +se-space-telescope-microwave-3=マイクロ波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X線望遠鏡 2 +se-space-telescope-xray-3=X線望遠鏡 3 +se-space-science-lab-2=宇宙科学研究所 2 +se-space-science-lab-3=宇宙科学研究所 3 [entity-name] assembling-machine-4=組立機 4 @@ -73,6 +119,52 @@ se-lifesupport-facility-2=生命維持施設 2 se-lifesupport-facility-3=生命維持施設 3 se-fuel-refinery-2=燃料精製所 2 se-fuel-refinery-3=燃料精製所 3 +se-core-miner-drill-2=コアマイニングドリル 2 +se-core-miner-drill-3=コアマイニングドリル 3 +se-space-decontamination-facility-2=除染施設 2 +se-space-decontamination-facility-3=除染施設 3 +se-space-genetics-laboratory-2=遺伝学実験室 2 +se-space-genetics-laboratory-3=遺伝学実験室 3 +se-space-growth-facility-2=生体育成施設 2 +se-space-growth-facility-3=生体育成施設 3 +se-space-biochemical-laboratory-2=生化学実験室 2 +se-space-biochemical-laboratory-3=生化学実験室 3 +se-space-radiation-laboratory-2=放射線実験室 2 +se-space-radiation-laboratory-3=放射線実験室 3 +se-space-electromagnetics-laboratory-2=電磁気学実験室 2 +se-space-electromagnetics-laboratory-3=電磁気学実験室 3 +se-space-laser-laboratory-2=レーザー実験室 2 +se-space-laser-laboratory-3=レーザー実験室 3 +se-space-astrometrics-laboratory-2=天体座標研究室 2 +se-space-astrometrics-laboratory-3=天体座標研究室 3 +se-space-gravimetrics-laboratory-2=重力波研究室 2 +se-space-gravimetrics-laboratory-3=重力波研究室 3 +se-space-mechanical-laboratory-2=機械力学実験室 2 +se-space-mechanical-laboratory-3=機械力学実験室 3 +se-space-material-fabricator-2=物質製造機 2 +se-space-material-fabricator-3=物質製造機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=衝突型粒子加速器 2 +se-space-particle-collider-3=衝突型粒子加速器 3 +se-space-plasma-generator-2=プラズマ発生器 2 +se-space-plasma-generator-3=プラズマ発生器 3 +se-space-hypercooler-2=ハイパークーラー 2 +se-space-hypercooler-3=ハイパークーラー 3 +se-space-radiator-3=放熱器 3 +se-space-radiator-4=放熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=ガンマ線望遠鏡 2 +se-space-telescope-gammaray-3=ガンマ線望遠鏡 3 +se-space-telescope-microwave-2=マイクロ波望遠鏡 2 +se-space-telescope-microwave-3=マイクロ波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X線望遠鏡 2 +se-space-telescope-xray-3=X線望遠鏡 3 +se-space-science-lab-2=宇宙科学研究所 2 +se-space-science-lab-3=宇宙科学研究所 3 [entity-description] assembling-machine-4=流体素材の処理が可能で、更なる工作速度とモジュールスロットを持つ組立機です。 @@ -111,6 +203,52 @@ se-lifesupport-facility-2=過酷な環境での生存を支えます。 se-lifesupport-facility-3=過酷な環境での生存を支えます。 se-fuel-refinery-2=燃料を自動で製作します。 se-fuel-refinery-3=燃料を自動で製作します。 +se-core-miner-drill-2=星のコアから無限に資源を得ることができます。同じ星に複数設置すると効率が低下します。 +se-core-miner-drill-3=星のコアから無限に資源を得ることができます。同じ星に複数設置すると効率が低下します。 +se-space-decontamination-facility-2=物質を除染して無菌環境で使用できるようにします。 +se-space-decontamination-facility-3=物質を除染して無菌環境で使用できるようにします。 +se-space-genetics-laboratory-2=遺伝子配列決定、遺伝子組み換え、およびゲノムインプリンティングを行う研究室です。 +se-space-genetics-laboratory-3=遺伝子配列決定、遺伝子組み換え、およびゲノムインプリンティングを行う研究室です。 +se-space-growth-facility-2=特殊な環境下でのみ育つ実験生物を育てます。 標準的な気候制御に加え、高G重力環境も作れます。 +se-space-growth-facility-3=特殊な環境下でのみ育つ実験生物を育てます。 標準的な気候制御に加え、高G重力環境も作れます。 +se-space-biochemical-laboratory-2=生化学を専門に扱う高度な化学実験室。また、より多くの基本的な化学および石油処理を行うことができます。 +se-space-biochemical-laboratory-3=生化学を専門に扱う高度な化学実験室。また、より多くの基本的な化学および石油処理を行うことができます。 +se-space-radiation-laboratory-2=比較的安全に放射性物質で遊ぶ場所です。ウラン処理に使用することができます。 +se-space-radiation-laboratory-3=比較的安全に放射性物質で遊ぶ場所です。ウラン処理に使用することができます。 +se-space-electromagnetics-laboratory-2=強い磁界と非常に高い電圧を扱う実験室です。 +se-space-electromagnetics-laboratory-3=強い磁界と非常に高い電圧を扱う実験室です。 +se-space-laser-laboratory-2=レーザーを用いた実験を行っています。防護メガネの着用が義務付けられています。 +se-space-laser-laboratory-3=レーザーを用いた実験を行っています。防護メガネの着用が義務付けられています。 +se-space-astrometrics-laboratory-2=天体情報を組み合わせ、比較し、定量化します。 +se-space-astrometrics-laboratory-3=天体情報を組み合わせ、比較し、定量化します。 +se-space-gravimetrics-laboratory-2=重力散乱を分析、シミュレーションします。 +se-space-gravimetrics-laboratory-3=重力散乱を分析、シミュレーションします。 +se-space-mechanical-laboratory-2=粉砕、引張、せん断、振動などの工業的処理ができます。 +se-space-mechanical-laboratory-3=粉砕、引張、せん断、振動などの工業的処理ができます。 +se-space-material-fabricator-2=粒子衝突と3Dプリンターを使い、新たな物質を合成します。 +se-space-material-fabricator-3=粒子衝突と3Dプリンターを使い、新たな物質を合成します。 +se-space-particle-accelerator-2=粒子を亜光速まで加速させます。 +se-space-particle-accelerator-3=粒子を亜光速まで加速させます。 +se-space-particle-collider-2=粒子を亜光速で衝突させ、その結果を分析します。 +se-space-particle-collider-3=粒子を亜光速で衝突させ、その結果を分析します。 +se-space-plasma-generator-2=様々なプラズマを生成します。 +se-space-plasma-generator-3=様々なプラズマを生成します。 +se-space-hypercooler-2=冷却液の熱交換を行い、一方を高温に、他方を低温にします。 +se-space-hypercooler-3=冷却液の熱交換を行い、一方を高温に、他方を低温にします。 +se-space-radiator-3=過熱した冷却液から余分な熱を放熱します。 +se-space-radiator-4=過熱した冷却液から余分な熱を放熱します。 +se-space-telescope-2=可視スペクトル周辺波長に最適化された望遠鏡です。 +se-space-telescope-3=可視スペクトル周辺波長に最適化された望遠鏡です。 +se-space-telescope-gammaray-2=ガンマ線は屈折しないため、レンズで焦点を合わせることはできません。この強力な望遠鏡は、代わりに鏡や特殊な検出器を使用しています。 +se-space-telescope-gammaray-3=ガンマ線は屈折しないため、レンズで焦点を合わせることはできません。この強力な望遠鏡は、代わりに鏡や特殊な検出器を使用しています。 +se-space-telescope-microwave-2=マイクロ波を検出し、宇宙背景放射を観測する巨大な望遠鏡です。 +se-space-telescope-microwave-3=マイクロ波を検出し、宇宙背景放射を観測する巨大な望遠鏡です。 +se-space-telescope-radio-2=遠距離からの微弱な電波を検出するための巨大な望遠鏡です。 +se-space-telescope-radio-3=遠距離からの微弱な電波を検出するための巨大な望遠鏡です。 +se-space-telescope-xray-2=X線のほとんどは大気によってブロックされています。そのため、この望遠鏡は大気がない宇宙に設置されます。 +se-space-telescope-xray-3=X線のほとんどは大気によってブロックされています。そのため、この望遠鏡は大気がない宇宙に設置されます。 +se-space-science-lab-2=高度なサイエンスパックを使用できます。 +se-space-science-lab-3=高度なサイエンスパックを使用できます。 [mod-setting-name] PHI-MB-ASSEMBLING-TIER=組立機 diff --git a/PHI-MB/locale/zh-CN/locale.cfg b/PHI-MB/locale/zh-CN/locale.cfg index 8b5fc7d..2ee42ba 100644 --- a/PHI-MB/locale/zh-CN/locale.cfg +++ b/PHI-MB/locale/zh-CN/locale.cfg @@ -35,6 +35,52 @@ se-lifesupport-facility-2=維生設施 2 se-lifesupport-facility-3=維生設施 3 se-fuel-refinery-2=燃料精煉廠 2 se-fuel-refinery-3=燃料精煉廠 3 +se-core-miner-drill-2=星核鑽機 2 +se-core-miner-drill-3=星核鑽機 3 +se-space-decontamination-facility-2=淨化設施 2 +se-space-decontamination-facility-3=淨化設施 3 +se-space-genetics-laboratory-2=遺傳學實驗室 2 +se-space-genetics-laboratory-3=遺傳學實驗室 3 +se-space-growth-facility-2=培養設施 2 +se-space-growth-facility-3=培養設施 3 +se-space-biochemical-laboratory-2=生物化學實驗室 2 +se-space-biochemical-laboratory-3=生物化學實驗室 3 +se-space-radiation-laboratory-2=輻射實驗室 2 +se-space-radiation-laboratory-3=輻射實驗室 3 +se-space-electromagnetics-laboratory-2=電磁學設施 2 +se-space-electromagnetics-laboratory-3=電磁學設施 3 +se-space-laser-laboratory-2=雷射設施 2 +se-space-laser-laboratory-3=雷射設施 3 +se-space-astrometrics-laboratory-2=天體測量設施 2 +se-space-astrometrics-laboratory-3=天體測量設施 3 +se-space-gravimetrics-laboratory-2=重力學設施 2 +se-space-gravimetrics-laboratory-3=重力學設施 3 +se-space-mechanical-laboratory-2=空間機械加工設施 2 +se-space-mechanical-laboratory-3=空間機械加工設施 3 +se-space-material-fabricator-2=材料合成機 2 +se-space-material-fabricator-3=材料合成機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=粒子對撞機 2 +se-space-particle-collider-3=粒子對撞機 3 +se-space-plasma-generator-2=等離子發生器 2 +se-space-plasma-generator-3=等離子發生器 3 +se-space-hypercooler-2=超級冷卻器 2 +se-space-hypercooler-3=超級冷卻器 3 +se-space-radiator-3=散熱器 3 +se-space-radiator-4=散熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=伽馬射線望遠鏡 2 +se-space-telescope-gammaray-3=伽馬射線望遠鏡 3 +se-space-telescope-microwave-2=微波望遠鏡 2 +se-space-telescope-microwave-3=微波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X射線望遠鏡 2 +se-space-telescope-xray-3=X射線望遠鏡 3 +se-space-science-lab-2=太空科學實驗室 2 +se-space-science-lab-3=太空科學實驗室 3 [entity-name] assembling-machine-4=組裝機 4 @@ -73,6 +119,52 @@ se-lifesupport-facility-2=維生設施 2 se-lifesupport-facility-3=維生設施 3 se-fuel-refinery-2=燃料精煉廠 2 se-fuel-refinery-3=燃料精煉廠 3 +se-core-miner-drill-2=星核鑽機 2 +se-core-miner-drill-3=星核鑽機 3 +se-space-decontamination-facility-2=淨化設施 2 +se-space-decontamination-facility-3=淨化設施 3 +se-space-genetics-laboratory-2=遺傳學實驗室 2 +se-space-genetics-laboratory-3=遺傳學實驗室 3 +se-space-growth-facility-2=培養設施 2 +se-space-growth-facility-3=培養設施 3 +se-space-biochemical-laboratory-2=生物化學實驗室 2 +se-space-biochemical-laboratory-3=生物化學實驗室 3 +se-space-radiation-laboratory-2=輻射實驗室 2 +se-space-radiation-laboratory-3=輻射實驗室 3 +se-space-electromagnetics-laboratory-2=電磁學設施 2 +se-space-electromagnetics-laboratory-3=電磁學設施 3 +se-space-laser-laboratory-2=雷射設施 2 +se-space-laser-laboratory-3=雷射設施 3 +se-space-astrometrics-laboratory-2=天體測量設施 2 +se-space-astrometrics-laboratory-3=天體測量設施 3 +se-space-gravimetrics-laboratory-2=重力學設施 2 +se-space-gravimetrics-laboratory-3=重力學設施 3 +se-space-mechanical-laboratory-2=空間機械加工設施 2 +se-space-mechanical-laboratory-3=空間機械加工設施 3 +se-space-material-fabricator-2=材料合成機 2 +se-space-material-fabricator-3=材料合成機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=粒子對撞機 2 +se-space-particle-collider-3=粒子對撞機 3 +se-space-plasma-generator-2=等離子發生器 2 +se-space-plasma-generator-3=等離子發生器 3 +se-space-hypercooler-2=超級冷卻器 2 +se-space-hypercooler-3=超級冷卻器 3 +se-space-radiator-3=散熱器 3 +se-space-radiator-4=散熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=伽馬射線望遠鏡 2 +se-space-telescope-gammaray-3=伽馬射線望遠鏡 3 +se-space-telescope-microwave-2=微波望遠鏡 2 +se-space-telescope-microwave-3=微波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X射線望遠鏡 2 +se-space-telescope-xray-3=X射線望遠鏡 3 +se-space-science-lab-2=太空科學實驗室 2 +se-space-science-lab-3=太空科學實驗室 3 [entity-description] assembling-machine-4=可加工流體原料的組裝機,而且還具備更快的組裝速度和組件插槽。 @@ -111,6 +203,52 @@ se-lifesupport-facility-2=在更加惡劣的環境中支持生命。 se-lifesupport-facility-3=在更加惡劣的環境中支持生命。 se-fuel-refinery-2=一種自動的原油精煉建築物。 se-fuel-refinery-3=一種自動的原油精煉建築物。 +se-core-miner-drill-2=允許從行星和衛星中無限地提取資源,但在同個星體中使用多個則會收益遞減。 +se-core-miner-drill-3=允許從行星和衛星中無限地提取資源,但在同個星體中使用多個則會收益遞減。 +se-space-decontamination-facility-2=淨化需要在無菌環境中使用的物質,並製備低壓條件下使用的液體。 +se-space-decontamination-facility-3=淨化需要在無菌環境中使用的物質,並製備低壓條件下使用的液體。 +se-space-genetics-laboratory-2=一所用於基因測序、基因修飾和基因印刷的實驗室。 +se-space-genetics-laboratory-3=一所用於基因測序、基因修飾和基因印刷的實驗室。 +se-space-growth-facility-2=在一些常規環境下無法實現的條件下培育生物,如微重力環境。 +se-space-growth-facility-3=在一些常規環境下無法實現的條件下培育生物,如微重力環境。 +se-space-biochemical-laboratory-2=一所重點研究生物化學的實驗室。 也可以用來進行基本的化學反應和原油處理。 +se-space-biochemical-laboratory-3=一所重點研究生物化學的實驗室。 也可以用來進行基本的化學反應和原油處理。 +se-space-radiation-laboratory-2=提供一個相對安全的環境來處理放射性物質,可以用來處理鈾。 +se-space-radiation-laboratory-3=提供一個相對安全的環境來處理放射性物質,可以用來處理鈾。 +se-space-electromagnetics-laboratory-2=用於強磁場和極高電壓環境下使用的設備。 +se-space-electromagnetics-laboratory-3=用於強磁場和極高電壓環境下使用的設備。 +se-space-laser-laboratory-2=雷射實驗場所,必須配戴護目鏡。 +se-space-laser-laboratory-3=雷射實驗場所,必須配戴護目鏡。 +se-space-astrometrics-laboratory-2=組合、比較和量化來自不同天體的資訊。 +se-space-astrometrics-laboratory-3=組合、比較和量化來自不同天體的資訊。 +se-space-gravimetrics-laboratory-2=分析並模擬重力擾動。 +se-space-gravimetrics-laboratory-3=分析並模擬重力擾動。 +se-space-mechanical-laboratory-2=提供一系列的機械加工工序:破碎,撕裂,剪切,振動等。 +se-space-mechanical-laboratory-3=提供一系列的機械加工工序:破碎,撕裂,剪切,振動等。 +se-space-material-fabricator-2=用來合成新材料,是粒子對撞機和3D列印機的完美融合。 +se-space-material-fabricator-3=用來合成新材料,是粒子對撞機和3D列印機的完美融合。 +se-space-particle-accelerator-2=將粒子加速到亞光速。 +se-space-particle-accelerator-3=將粒子加速到亞光速。 +se-space-particle-collider-2=使高速粒子相互撞擊並分析結果。 +se-space-particle-collider-3=使高速粒子相互撞擊並分析結果。 +se-space-plasma-generator-2=產生各種等離子體。 +se-space-plasma-generator-3=產生各種等離子體。 +se-space-hypercooler-2=使用熱流體進行熱交換,使一端更熱,另一端更冷。 +se-space-hypercooler-3=使用熱流體進行熱交換,使一端更熱,另一端更冷。 +se-space-radiator-3=從高溫熱流體中散發出多餘的熱量。 +se-space-radiator-4=從高溫熱流體中散發出多餘的熱量。 +se-space-telescope-2=精密的望遠鏡,對可見光譜範圍內的多個波長敏感。 +se-space-telescope-3=精密的望遠鏡,對可見光譜範圍內的多個波長敏感。 +se-space-telescope-gammaray-2=伽馬射線不會折射。這個強大的望遠鏡使用鏡子和特殊的感測器進行觀測。 +se-space-telescope-gammaray-3=伽馬射線不會折射。這個強大的望遠鏡使用鏡子和特殊的感測器進行觀測。 +se-space-telescope-microwave-2=一台巨大的望遠鏡,可以探測微波和宇宙微波背景。 +se-space-telescope-microwave-3=一台巨大的望遠鏡,可以探測微波和宇宙微波背景。 +se-space-telescope-radio-2=一台巨大的望遠鏡,可以偵測從非常遙遠距離發射的微弱的無線電波。 +se-space-telescope-radio-3=一台巨大的望遠鏡,可以偵測從非常遙遠距離發射的微弱的無線電波。 +se-space-telescope-xray-2=X射線會被大氣層阻擋,這個強大的望遠鏡轉為真空環境設計,在這裡大氣層不再是問題。 +se-space-telescope-xray-3=X射線會被大氣層阻擋,這個強大的望遠鏡轉為真空環境設計,在這裡大氣層不再是問題。 +se-space-science-lab-2=使用高級研究包進行研究,僅可在太空中使用。 +se-space-science-lab-3=使用高級研究包進行研究,僅可在太空中使用。 [mod-setting-name] PHI-MB-ASSEMBLING-TIER=組裝機 diff --git a/PHI-MB/locale/zh-TW/locale.cfg b/PHI-MB/locale/zh-TW/locale.cfg index 8b5fc7d..2ee42ba 100644 --- a/PHI-MB/locale/zh-TW/locale.cfg +++ b/PHI-MB/locale/zh-TW/locale.cfg @@ -35,6 +35,52 @@ se-lifesupport-facility-2=維生設施 2 se-lifesupport-facility-3=維生設施 3 se-fuel-refinery-2=燃料精煉廠 2 se-fuel-refinery-3=燃料精煉廠 3 +se-core-miner-drill-2=星核鑽機 2 +se-core-miner-drill-3=星核鑽機 3 +se-space-decontamination-facility-2=淨化設施 2 +se-space-decontamination-facility-3=淨化設施 3 +se-space-genetics-laboratory-2=遺傳學實驗室 2 +se-space-genetics-laboratory-3=遺傳學實驗室 3 +se-space-growth-facility-2=培養設施 2 +se-space-growth-facility-3=培養設施 3 +se-space-biochemical-laboratory-2=生物化學實驗室 2 +se-space-biochemical-laboratory-3=生物化學實驗室 3 +se-space-radiation-laboratory-2=輻射實驗室 2 +se-space-radiation-laboratory-3=輻射實驗室 3 +se-space-electromagnetics-laboratory-2=電磁學設施 2 +se-space-electromagnetics-laboratory-3=電磁學設施 3 +se-space-laser-laboratory-2=雷射設施 2 +se-space-laser-laboratory-3=雷射設施 3 +se-space-astrometrics-laboratory-2=天體測量設施 2 +se-space-astrometrics-laboratory-3=天體測量設施 3 +se-space-gravimetrics-laboratory-2=重力學設施 2 +se-space-gravimetrics-laboratory-3=重力學設施 3 +se-space-mechanical-laboratory-2=空間機械加工設施 2 +se-space-mechanical-laboratory-3=空間機械加工設施 3 +se-space-material-fabricator-2=材料合成機 2 +se-space-material-fabricator-3=材料合成機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=粒子對撞機 2 +se-space-particle-collider-3=粒子對撞機 3 +se-space-plasma-generator-2=等離子發生器 2 +se-space-plasma-generator-3=等離子發生器 3 +se-space-hypercooler-2=超級冷卻器 2 +se-space-hypercooler-3=超級冷卻器 3 +se-space-radiator-3=散熱器 3 +se-space-radiator-4=散熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=伽馬射線望遠鏡 2 +se-space-telescope-gammaray-3=伽馬射線望遠鏡 3 +se-space-telescope-microwave-2=微波望遠鏡 2 +se-space-telescope-microwave-3=微波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X射線望遠鏡 2 +se-space-telescope-xray-3=X射線望遠鏡 3 +se-space-science-lab-2=太空科學實驗室 2 +se-space-science-lab-3=太空科學實驗室 3 [entity-name] assembling-machine-4=組裝機 4 @@ -73,6 +119,52 @@ se-lifesupport-facility-2=維生設施 2 se-lifesupport-facility-3=維生設施 3 se-fuel-refinery-2=燃料精煉廠 2 se-fuel-refinery-3=燃料精煉廠 3 +se-core-miner-drill-2=星核鑽機 2 +se-core-miner-drill-3=星核鑽機 3 +se-space-decontamination-facility-2=淨化設施 2 +se-space-decontamination-facility-3=淨化設施 3 +se-space-genetics-laboratory-2=遺傳學實驗室 2 +se-space-genetics-laboratory-3=遺傳學實驗室 3 +se-space-growth-facility-2=培養設施 2 +se-space-growth-facility-3=培養設施 3 +se-space-biochemical-laboratory-2=生物化學實驗室 2 +se-space-biochemical-laboratory-3=生物化學實驗室 3 +se-space-radiation-laboratory-2=輻射實驗室 2 +se-space-radiation-laboratory-3=輻射實驗室 3 +se-space-electromagnetics-laboratory-2=電磁學設施 2 +se-space-electromagnetics-laboratory-3=電磁學設施 3 +se-space-laser-laboratory-2=雷射設施 2 +se-space-laser-laboratory-3=雷射設施 3 +se-space-astrometrics-laboratory-2=天體測量設施 2 +se-space-astrometrics-laboratory-3=天體測量設施 3 +se-space-gravimetrics-laboratory-2=重力學設施 2 +se-space-gravimetrics-laboratory-3=重力學設施 3 +se-space-mechanical-laboratory-2=空間機械加工設施 2 +se-space-mechanical-laboratory-3=空間機械加工設施 3 +se-space-material-fabricator-2=材料合成機 2 +se-space-material-fabricator-3=材料合成機 3 +se-space-particle-accelerator-2=粒子加速器 2 +se-space-particle-accelerator-3=粒子加速器 3 +se-space-particle-collider-2=粒子對撞機 2 +se-space-particle-collider-3=粒子對撞機 3 +se-space-plasma-generator-2=等離子發生器 2 +se-space-plasma-generator-3=等離子發生器 3 +se-space-hypercooler-2=超級冷卻器 2 +se-space-hypercooler-3=超級冷卻器 3 +se-space-radiator-3=散熱器 3 +se-space-radiator-4=散熱器 4 +se-space-telescope-2=望遠鏡 2 +se-space-telescope-3=望遠鏡 3 +se-space-telescope-gammaray-2=伽馬射線望遠鏡 2 +se-space-telescope-gammaray-3=伽馬射線望遠鏡 3 +se-space-telescope-microwave-2=微波望遠鏡 2 +se-space-telescope-microwave-3=微波望遠鏡 3 +se-space-telescope-radio-2=電波望遠鏡 2 +se-space-telescope-radio-3=電波望遠鏡 3 +se-space-telescope-xray-2=X射線望遠鏡 2 +se-space-telescope-xray-3=X射線望遠鏡 3 +se-space-science-lab-2=太空科學實驗室 2 +se-space-science-lab-3=太空科學實驗室 3 [entity-description] assembling-machine-4=可加工流體原料的組裝機,而且還具備更快的組裝速度和組件插槽。 @@ -111,6 +203,52 @@ se-lifesupport-facility-2=在更加惡劣的環境中支持生命。 se-lifesupport-facility-3=在更加惡劣的環境中支持生命。 se-fuel-refinery-2=一種自動的原油精煉建築物。 se-fuel-refinery-3=一種自動的原油精煉建築物。 +se-core-miner-drill-2=允許從行星和衛星中無限地提取資源,但在同個星體中使用多個則會收益遞減。 +se-core-miner-drill-3=允許從行星和衛星中無限地提取資源,但在同個星體中使用多個則會收益遞減。 +se-space-decontamination-facility-2=淨化需要在無菌環境中使用的物質,並製備低壓條件下使用的液體。 +se-space-decontamination-facility-3=淨化需要在無菌環境中使用的物質,並製備低壓條件下使用的液體。 +se-space-genetics-laboratory-2=一所用於基因測序、基因修飾和基因印刷的實驗室。 +se-space-genetics-laboratory-3=一所用於基因測序、基因修飾和基因印刷的實驗室。 +se-space-growth-facility-2=在一些常規環境下無法實現的條件下培育生物,如微重力環境。 +se-space-growth-facility-3=在一些常規環境下無法實現的條件下培育生物,如微重力環境。 +se-space-biochemical-laboratory-2=一所重點研究生物化學的實驗室。 也可以用來進行基本的化學反應和原油處理。 +se-space-biochemical-laboratory-3=一所重點研究生物化學的實驗室。 也可以用來進行基本的化學反應和原油處理。 +se-space-radiation-laboratory-2=提供一個相對安全的環境來處理放射性物質,可以用來處理鈾。 +se-space-radiation-laboratory-3=提供一個相對安全的環境來處理放射性物質,可以用來處理鈾。 +se-space-electromagnetics-laboratory-2=用於強磁場和極高電壓環境下使用的設備。 +se-space-electromagnetics-laboratory-3=用於強磁場和極高電壓環境下使用的設備。 +se-space-laser-laboratory-2=雷射實驗場所,必須配戴護目鏡。 +se-space-laser-laboratory-3=雷射實驗場所,必須配戴護目鏡。 +se-space-astrometrics-laboratory-2=組合、比較和量化來自不同天體的資訊。 +se-space-astrometrics-laboratory-3=組合、比較和量化來自不同天體的資訊。 +se-space-gravimetrics-laboratory-2=分析並模擬重力擾動。 +se-space-gravimetrics-laboratory-3=分析並模擬重力擾動。 +se-space-mechanical-laboratory-2=提供一系列的機械加工工序:破碎,撕裂,剪切,振動等。 +se-space-mechanical-laboratory-3=提供一系列的機械加工工序:破碎,撕裂,剪切,振動等。 +se-space-material-fabricator-2=用來合成新材料,是粒子對撞機和3D列印機的完美融合。 +se-space-material-fabricator-3=用來合成新材料,是粒子對撞機和3D列印機的完美融合。 +se-space-particle-accelerator-2=將粒子加速到亞光速。 +se-space-particle-accelerator-3=將粒子加速到亞光速。 +se-space-particle-collider-2=使高速粒子相互撞擊並分析結果。 +se-space-particle-collider-3=使高速粒子相互撞擊並分析結果。 +se-space-plasma-generator-2=產生各種等離子體。 +se-space-plasma-generator-3=產生各種等離子體。 +se-space-hypercooler-2=使用熱流體進行熱交換,使一端更熱,另一端更冷。 +se-space-hypercooler-3=使用熱流體進行熱交換,使一端更熱,另一端更冷。 +se-space-radiator-3=從高溫熱流體中散發出多餘的熱量。 +se-space-radiator-4=從高溫熱流體中散發出多餘的熱量。 +se-space-telescope-2=精密的望遠鏡,對可見光譜範圍內的多個波長敏感。 +se-space-telescope-3=精密的望遠鏡,對可見光譜範圍內的多個波長敏感。 +se-space-telescope-gammaray-2=伽馬射線不會折射。這個強大的望遠鏡使用鏡子和特殊的感測器進行觀測。 +se-space-telescope-gammaray-3=伽馬射線不會折射。這個強大的望遠鏡使用鏡子和特殊的感測器進行觀測。 +se-space-telescope-microwave-2=一台巨大的望遠鏡,可以探測微波和宇宙微波背景。 +se-space-telescope-microwave-3=一台巨大的望遠鏡,可以探測微波和宇宙微波背景。 +se-space-telescope-radio-2=一台巨大的望遠鏡,可以偵測從非常遙遠距離發射的微弱的無線電波。 +se-space-telescope-radio-3=一台巨大的望遠鏡,可以偵測從非常遙遠距離發射的微弱的無線電波。 +se-space-telescope-xray-2=X射線會被大氣層阻擋,這個強大的望遠鏡轉為真空環境設計,在這裡大氣層不再是問題。 +se-space-telescope-xray-3=X射線會被大氣層阻擋,這個強大的望遠鏡轉為真空環境設計,在這裡大氣層不再是問題。 +se-space-science-lab-2=使用高級研究包進行研究,僅可在太空中使用。 +se-space-science-lab-3=使用高級研究包進行研究,僅可在太空中使用。 [mod-setting-name] PHI-MB-ASSEMBLING-TIER=組裝機