diff --git a/src/main/resources/assets/hbm/manual/machine/acidizer.json b/src/main/resources/assets/hbm/manual/machine/acidizer.json index 6515523aa..571091c6c 100644 --- a/src/main/resources/assets/hbm/manual/machine/acidizer.json +++ b/src/main/resources/assets/hbm/manual/machine/acidizer.json @@ -1,13 +1,15 @@ -{ - "name": "Ore Acidizer", - "icon": ["hbm:tile.machine_crystallizer", 1, 0], - "trigger": [["hbm:tile.machine_crystallizer"]], - "title": { - "en_US": "Ore Acidizer", - "zh_CN": "矿物酸化机" - }, - "content": { - "en_US": "Processing machine that can turn ores into crystals, which yield more when [[centrifuged|Centrifuge]]. Also used heavily for [[bedrock ore processing|Bedrock Ore Processing]].", - "zh_CN": "将矿物酸化为晶体的处理机器,[[离心|Centrifuge]]这些晶体可以实现矿物增产。也在[[基岩矿石处理|Bedrock Ore Processing]]中大量使用。" - } -} +{ + "name": "Ore Acidizer", + "icon": ["hbm:tile.machine_crystallizer", 1, 0], + "trigger": [["hbm:tile.machine_crystallizer"]], + "title": { + "en_US": "Ore Acidizer", + "zh_CN": "矿物酸化机", + "ru_RU": "Рудный окислитель" + }, + "content": { + "en_US": "Processing machine that can turn ores into crystals, which yield more when [[centrifuged|Centrifuge]]. Also used heavily for [[bedrock ore processing|Bedrock Ore Processing]].", + "zh_CN": "将矿物酸化为晶体的处理机器,[[离心|Centrifuge]]这些晶体可以实现矿物增产。也在[[基岩矿石处理|Bedrock Ore Processing]]中大量使用。", + "ru_RU": "Машина, обрабатывающая руды и превращающая их в кристаллы, благодаря чему [[центрифуга|Centrifuge]] разделяет руду эффективнее. Также широко используется для [[переработки бедроковой руды|Bedrock Ore Processing]]". + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/anvil.json b/src/main/resources/assets/hbm/manual/machine/anvil.json index ded701cbd..8a3e6c7a6 100644 --- a/src/main/resources/assets/hbm/manual/machine/anvil.json +++ b/src/main/resources/assets/hbm/manual/machine/anvil.json @@ -1,13 +1,15 @@ -{ - "name": "Anvil", - "icon": ["hbm:tile.anvil_iron", 1, 0], - "trigger": [["hbm:tile.anvil_iron"], ["hbm:tile.anvil_lead"], ["hbm:tile.anvil_steel"], ["hbm:tile.anvil_desh"], ["hbm:tile.anvil_ferrouranium"], ["hbm:tile.anvil_saturnite"], ["hbm:tile.anvil_bismuth_bronze"], ["hbm:tile.anvil_arsenic_bronze"], ["hbm:tile.anvil_schrabidate"], ["hbm:tile.anvil_dnt"], ["hbm:tile.anvil_osmiridium"], ["hbm:tile.anvil_murky"]], - "title": { - "en_US": "Anvil", - "zh_CN": "砧" - }, - "content": { - "en_US": "One of the first tools used in progression. The anvil GUI has two relevant sections:

The top slots are used for smithing type recipes, like forging meteorite ingots or making [[foundry molds|Foundry Molds]].

The bottom section is for construction, once a recipe is selected, clicking the blue button will perform the recipe. The anvil will use items directly from the inventory.", - "zh_CN": "游戏流程中最早用到的工具之一。砧的GUI分为两个相关的部分:

上方的槽位用于锻造类型的配方,如锻造陨石锭和制作[[铸造模具|Foundry Molds]];

下方的部分用于制造物品,如果选中了某个配方,那么点击蓝色按钮即可执行 该配方。砧会直接使用玩家物品栏中的物品。" - } -} +{ + "name": "Anvil", + "icon": ["hbm:tile.anvil_iron", 1, 0], + "trigger": [["hbm:tile.anvil_iron"], ["hbm:tile.anvil_lead"], ["hbm:tile.anvil_steel"], ["hbm:tile.anvil_desh"], ["hbm:tile.anvil_ferrouranium"], ["hbm:tile.anvil_saturnite"], ["hbm:tile.anvil_bismuth_bronze"], ["hbm:tile.anvil_arsenic_bronze"], ["hbm:tile.anvil_schrabidate"], ["hbm:tile.anvil_dnt"], ["hbm:tile.anvil_osmiridium"], ["hbm:tile.anvil_murky"]], + "title": { + "en_US": "Anvil", + "zh_CN": "砧", + "ru_RU": "Наковальня" + }, + "content": { + "en_US": "One of the first tools used in progression. The anvil GUI has two relevant sections:

The top slots are used for smithing type recipes, like forging meteorite ingots or making [[foundry molds|Foundry Molds]].

The bottom section is for construction, once a recipe is selected, clicking the blue button will perform the recipe. The anvil will use items directly from the inventory.", + "zh_CN": "游戏流程中最早用到的工具之一。砧的GUI分为两个相关的部分:

上方的槽位用于锻造类型的配方,如锻造陨石锭和制作[[铸造模具|Foundry Molds]];

下方的部分用于制造物品,如果选中了某个配方,那么点击蓝色按钮即可执行 该配方。砧会直接使用玩家物品栏中的物品。", + "ru_RU": "Один из первых инструментов, необходимых для развития. Интерфейс наковальни поделён на две секции:

Верхние слоты используются для рецептов кузнечного дела, таких как ковка метеоритных слитков или изготовление [[литейных форм|Foundry Molds]].

Нижняя же секция предназначена для сборки. После выбора рецепта нажатие синей кнопки приведёт к его выполнению. В наковальне будут использоваться предметы непосредственно из инвентаря." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/arc_welder.json b/src/main/resources/assets/hbm/manual/machine/arc_welder.json index fec5a554e..391b57e67 100644 --- a/src/main/resources/assets/hbm/manual/machine/arc_welder.json +++ b/src/main/resources/assets/hbm/manual/machine/arc_welder.json @@ -1,13 +1,15 @@ -{ - "name": "Arc Welder", - "icon": ["hbm:tile.machine_arc_welder", 1, 0], - "trigger": [["hbm:tile.machine_arc_welder"]], - "title": { - "en_US": "Arc Welder", - "zh_CN": "电弧焊机" - }, - "content": { - "en_US": "Mainly used for producing welded plates as well as assembling missiles. Power demand changes heavily based on recipe. Important for making [[dense copper or gold wires|Dense Wire]] before being able to cast them using the [[crucible|Crucible]], as one sample is required beforehand to make a foundry mold.", - "zh_CN": "主要用于制造焊接板和装配导弹,其能量需求会随配方大幅度改变。在能够通过[[坩埚|Crucible]]铸造[[致密线材|Dense Wire]]前,使用电弧焊机制造致密铜线或金线很重要,因为制造致密线材的铸造模具需要 一个致密线材作为样本。" - } -} +{ + "name": "Arc Welder", + "icon": ["hbm:tile.machine_arc_welder", 1, 0], + "trigger": [["hbm:tile.machine_arc_welder"]], + "title": { + "en_US": "Arc Welder", + "zh_CN": "电弧焊机", + "ru_RU": "Дуговой сварщик" + }, + "content": { + "en_US": "Mainly used for producing welded plates as well as assembling missiles. Power demand changes heavily based on recipe. Important for making [[dense copper or gold wires|Dense Wire]] before being able to cast them using the [[crucible|Crucible]], as one sample is required beforehand to make a foundry mold.", + "zh_CN": "主要用于制造焊接板和装配导弹,其能量需求会随配方大幅度改变。在能够通过[[坩埚|Crucible]]铸造[[致密线材|Dense Wire]]前,使用电弧焊机制造致密铜线或金线很重要,因为制造致密线材的铸造模具需要 一个致密线材作为样本。", + "ru_RU": "В основном нужен для сварки пластин, но подойдёт и для сборки ракет. Потребность в электроэнергии сильно меняется в зависимости от рецепта. Важен для изготовления [[плотной медной или золотой проволоки|Dense Wire]], так как форму для [[отливки|Crucible]] иным путём получить не удастся." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/ashpit.json b/src/main/resources/assets/hbm/manual/machine/ashpit.json index d6badb653..ae9e8bf66 100644 --- a/src/main/resources/assets/hbm/manual/machine/ashpit.json +++ b/src/main/resources/assets/hbm/manual/machine/ashpit.json @@ -1,13 +1,15 @@ -{ - "name": "Ashpit", - "icon": ["hbm:tile.machine_ashpit", 1, 0], - "trigger": [["hbm:tile.machine_ashpit"]], - "title": { - "en_US": "Ashpit", - "zh_CN": "储灰槽" - }, - "content": { - "en_US": "An ashpit can be placed under certain machines to collect ashes. [[Fireboxes|Firebox]] and [[heating ovens|Heating Oven]] will produce types of ash depending on the fuel used. [[Smokestacks|Smokestack]] create fly ash, with industrial smokestacks in particular also producing small amounts of fine soot, the raw material used for making [[fullerite|Fullerite]].", - "zh_CN": "储灰槽可放置在特定机器下方以收集灰烬。[[燃烧室|Firebox]]和[[加热炉|Heating Oven]]会根据使用的燃料产生不同种类的灰烬;两种[[烟囱|Smokestack]]会产生飞尘;特别地,工业烟囱会同时产生少量细烟灰,而细烟灰是制作[[富勒烯|Fullerite]]的原材料。" - } -} +{ + "name": "Ashpit", + "icon": ["hbm:tile.machine_ashpit", 1, 0], + "trigger": [["hbm:tile.machine_ashpit"]], + "title": { + "en_US": "Ashpit", + "zh_CN": "储灰槽", + "ru_RU": "Зольник" + }, + "content": { + "en_US": "An ashpit can be placed under certain machines to collect ashes. [[Fireboxes|Firebox]] and [[heating ovens|Heating Oven]] will produce types of ash depending on the fuel used. [[Smokestacks|Smokestack]] create fly ash, with industrial smokestacks in particular also producing small amounts of fine soot, the raw material used for making [[fullerite|Fullerite]].", + "zh_CN": "储灰槽可放置在特定机器下方以收集灰烬。[[燃烧室|Firebox]]和[[加热炉|Heating Oven]]会根据使用的燃料产生不同种类的灰烬;两种[[烟囱|Smokestack]]会产生飞尘;特别地,工业烟囱会同时产生少量细烟灰,而细烟灰是制作[[富勒烯|Fullerite]]的原材料。", + "ru_RU": "Для сбора золы под некоторыми машинами можно установить зольник. [[Топки|Firebox]] и [[нагревательные печи|Heating Oven]] дают различные виды золы в зависимости от используемого топлива. [[Дымовые трубы|Smokestack]] собирают летучую золу, а промышленные версии уже могут собрать небольшое количество мелкой сажи — сырья, используемого для производства [[фуллерита|Fullerite]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/assembler.json b/src/main/resources/assets/hbm/manual/machine/assembler.json index bbae88842..046d86929 100644 --- a/src/main/resources/assets/hbm/manual/machine/assembler.json +++ b/src/main/resources/assets/hbm/manual/machine/assembler.json @@ -1,13 +1,15 @@ -{ - "name": "Assembly Machine", - "icon": ["hbm:tile.machine_assembly_machine", 1, 0], - "trigger": [["hbm:tile.machine_assembly_machine"]], - "title": { - "en_US": "Assembly Machine", - "zh_CN": "装配机" - }, - "content": { - "en_US": "Universal machine for building things with up to twelve item inputs. Important early on and used widely throughout progression. Built in an [[anvil|Anvil]], using plates from a [[press|Press]].", - "zh_CN": "用于装配物品的通用机器,最多能够输入十二种物品。前期的重要机器,并且在 整个游戏流程中广泛使用。在[[砧|Anvil]]中使用金属板等合成,需要的金属板可在[[锻压机|Press]]中制造。" - } -} +{ + "name": "Assembly Machine", + "icon": ["hbm:tile.machine_assembly_machine", 1, 0], + "trigger": [["hbm:tile.machine_assembly_machine"]], + "title": { + "en_US": "Assembly Machine", + "zh_CN": "装配机", + "ru_RU": "Сборочная машина" + }, + "content": { + "en_US": "Universal machine for building things with up to twelve item inputs. Important early on and used widely throughout progression. Built in an [[anvil|Anvil]], using plates from a [[press|Press]].", + "zh_CN": "用于装配物品的通用机器,最多能够输入十二种物品。前期的重要机器,并且在 整个游戏流程中广泛使用。在[[砧|Anvil]]中使用金属板等合成,需要的金属板可在[[锻压机|Press]]中制造。", + "ru_RU": "Универсальная машина для сборки изделий с использованием вплоть до двенадцати ингредиентов. Важна на начальном этапе и широко используется на протяжении всего игрового процесса. Собирается на [[наковальне|Anvil]] с использованием пластин, сделанных [[прессом|Press]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/boiler.json b/src/main/resources/assets/hbm/manual/machine/boiler.json index edfa8410a..0c136207c 100644 --- a/src/main/resources/assets/hbm/manual/machine/boiler.json +++ b/src/main/resources/assets/hbm/manual/machine/boiler.json @@ -1,13 +1,15 @@ -{ - "name": "Boiler", - "icon": ["hbm:tile.machine_boiler", 1, 0], - "trigger": [["hbm:tile.machine_boiler"], ["hbm:tile.machine_industrial_boiler"]], - "title": { - "en_US": "Boiler", - "zh_CN": "锅炉" - }, - "content": { - "en_US": "Use an [[external heat source|External Heat Source]] to heat up fluids. The input type has to be set with a fluid identifier, with the output being automatically changed to the corresponding hot fluid.

Used early on for heating up water into [[steam|Steam]], to be used in a [[steam engine|Steam Engine]].

Also required for oil refining, as [[refineries|Oil Refinery]] require hot oil.

Standard copper boilers may explode when running full, while industrial boilers will simply stop. Destroyed boilers cannot be repaired.", - "zh_CN": "使用[[外部热源|External Heat Source]]来加热流体。使用时需要使用流体识别码来设定输入的流体种类,而输出流体 种类会被自动设定为相应的热流体。

前期用于将水加热为[[蒸汽|Steam]]然后用于[[蒸汽机|Steam Engine]]。

由于[[炼油厂|Oil Refinery]]需要热原油,锅炉也用于原油精炼。

输出被填满时,普通的铜锅炉会爆炸,而工业锅炉只会简单地停机。损坏的锅炉 不能被修复。" - } -} +{ + "name": "Boiler", + "icon": ["hbm:tile.machine_boiler", 1, 0], + "trigger": [["hbm:tile.machine_boiler"], ["hbm:tile.machine_industrial_boiler"]], + "title": { + "en_US": "Boiler", + "zh_CN": "锅炉", + "ru_RU": "Бойлер" + }, + "content": { + "en_US": "Use an [[external heat source|External Heat Source]] to heat up fluids. The input type has to be set with a fluid identifier, with the output being automatically changed to the corresponding hot fluid.

Used early on for heating up water into [[steam|Steam]], to be used in a [[steam engine|Steam Engine]].

Also required for oil refining, as [[refineries|Oil Refinery]] require hot oil.

Standard copper boilers may explode when running full, while industrial boilers will simply stop. Destroyed boilers cannot be repaired.", + "zh_CN": "使用[[外部热源|External Heat Source]]来加热流体。使用时需要使用流体识别码来设定输入的流体种类,而输出流体 种类会被自动设定为相应的热流体。

前期用于将水加热为[[蒸汽|Steam]]然后用于[[蒸汽机|Steam Engine]]。

由于[[炼油厂|Oil Refinery]]需要热原油,锅炉也用于原油精炼。

输出被填满时,普通的铜锅炉会爆炸,而工业锅炉只会简单地停机。损坏的锅炉 不能被修复。", + "ru_RU": "Используйте [[внешний источник тепла|External Heat Source]] для нагрева жидкостей. Нагреваемая жидкость задаётся идентификатором жидкости, а уже нагретая жидкость определяется автоматически.

Используется на ранних этапах для нагрева воды и получения пара [[пара|Steam]], который преобразуется [[паровым двигателем|Steam Engine]] в энергию.

Также бойлер требуется для нефтепереработки, так как [[нефтеперерабатывающим заводам|Oil Refinery]] нужна горячая нефть.

Обычные медные бойлеры могут взорваться при переполнении, в то время как промышленные бойлеры просто остановятся. Разрушенные бойлеры восстановлению не подлежат." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/centrifuge.json b/src/main/resources/assets/hbm/manual/machine/centrifuge.json index d81537c86..144bb4b30 100644 --- a/src/main/resources/assets/hbm/manual/machine/centrifuge.json +++ b/src/main/resources/assets/hbm/manual/machine/centrifuge.json @@ -1,13 +1,15 @@ -{ - "name": "Centrifuge", - "icon": ["hbm:tile.machine_centrifuge", 1, 0], - "trigger": [["hbm:tile.machine_centrifuge"]], - "title": { - "en_US": "Centrifuge", - "zh_CN": "离心机" - }, - "content": { - "en_US": "Separates items, can be used as a more efficient way of ore processing. Initially mainly used for gathering [[mercury|Mercury]] from redstone ore, required for making [[desh|Desh]].", - "zh_CN": "用于分离物品,可作为一种更高效的矿物处理手段。最初主要用于从红石矿石中 收集制作[[Desh]]需要的[[水银|Mercury]]。" - } -} +{ + "name": "Centrifuge", + "icon": ["hbm:tile.machine_centrifuge", 1, 0], + "trigger": [["hbm:tile.machine_centrifuge"]], + "title": { + "en_US": "Centrifuge", + "zh_CN": "离心机", + "ru_RU": "Центрифуга" + }, + "content": { + "en_US": "Separates items, can be used as a more efficient way of ore processing. Initially mainly used for gathering [[mercury|Mercury]] from redstone ore, required for making [[desh|Desh]].", + "zh_CN": "用于分离物品,可作为一种更高效的矿物处理手段。最初主要用于从红石矿石中 收集制作[[Desh]]需要的[[水银|Mercury]]。", + "ru_RU": "Разделяет предметы, позволяет куда эффективнее перерабатывать руду. Одно из первых применений — получение из руды красного камня [[ртути|Mercury]], необходимой для производства [[деш|Desh]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/chemplant.json b/src/main/resources/assets/hbm/manual/machine/chemplant.json index db76fa888..ae9bacd4a 100644 --- a/src/main/resources/assets/hbm/manual/machine/chemplant.json +++ b/src/main/resources/assets/hbm/manual/machine/chemplant.json @@ -1,13 +1,15 @@ -{ - "name": "Chemical Plant", - "icon": ["hbm:tile.machine_chemical_plant", 1, 0], - "trigger": [["hbm:tile.machine_chemical_plant"]], - "title": { - "en_US": "Chemical Plant", - "zh_CN": "化工厂" - }, - "content": { - "en_US": "Universal chemical processor, can be made right after the [[assembly machine|Assembly Machine]]. Used in many processes, with the most important ones early on being [[desh|Desh]], [[polymer|Polymer]], [[hydrogen peroxide|Hydrogen Peroxide]] and [[sulfuric acid|Sulfuric Acid]].", - "zh_CN": "通用的化学反应器,在制作了[[装配机|Assembly Machine]]之后即可制造。用途广泛,而前期最重要的几个用途是制造[[Desh]]、[[聚合物|Polymer]]、[[过氧化氢|Hydrogen Peroxide]]以及[[硫酸|Sulfuric Acid]]。" - } -} +{ + "name": "Chemical Plant", + "icon": ["hbm:tile.machine_chemical_plant", 1, 0], + "trigger": [["hbm:tile.machine_chemical_plant"]], + "title": { + "en_US": "Chemical Plant", + "zh_CN": "化工厂", + "ru_RU": "Химическая установка" + }, + "content": { + "en_US": "Universal chemical processor, can be made right after the [[assembly machine|Assembly Machine]]. Used in many processes, with the most important ones early on being [[desh|Desh]], [[polymer|Polymer]], [[hydrogen peroxide|Hydrogen Peroxide]] and [[sulfuric acid|Sulfuric Acid]].", + "zh_CN": "通用的化学反应器,在制作了[[装配机|Assembly Machine]]之后即可制造。用途广泛,而前期最重要的几个用途是制造[[Desh]]、[[聚合物|Polymer]]、[[过氧化氢|Hydrogen Peroxide]]以及[[硫酸|Sulfuric Acid]]。", + "ru_RU": "Универсальный химический обработчик, возможность создания которого открывается сразу после [[сборочной машины|Assembly Machine]]. Используется во многих процессах, наиболее важными из которых на ранних стадиях являются: [[деш|Desh]], [[полимер|Polymer]], [[перекись водорода|Hydrogen Peroxide]] и [[серная кислота|Sulfuric Acid]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/coker.json b/src/main/resources/assets/hbm/manual/machine/coker.json index a33335ad6..ffd80037a 100644 --- a/src/main/resources/assets/hbm/manual/machine/coker.json +++ b/src/main/resources/assets/hbm/manual/machine/coker.json @@ -1,13 +1,15 @@ -{ - "name": "Coker Unit", - "icon": ["hbm:tile.machine_coker", 1, 0], - "trigger": [["hbm:tile.machine_coker"]], - "title": { - "en_US": "Coker Unit", - "zh_CN": "焦化装置" - }, - "content": { - "en_US": "Can turn many types of oil into [[petroleum coke|Coke]] at varying efficiencies. Usually produces an oil byproduct, which can be processed into [[cracked oil derivatives|Advanced Oil Processing]]. Requires an [[external heat source|External Heat Source]].", - "zh_CN": "可以以不同的效率将多种油转化为[[石油焦炭|Coke]]。一般会产生一种副产物油,这种油可被处理为[[裂化油产品|Advanced Oil Processing]]。需要[[外部热源|External Heat Source]]。" - } -} +{ + "name": "Coker Unit", + "icon": ["hbm:tile.machine_coker", 1, 0], + "trigger": [["hbm:tile.machine_coker"]], + "title": { + "en_US": "Coker Unit", + "ru_RU": "Коксовая установка", + "zh_CN": "焦化装置" + }, + "content": { + "en_US": "Can turn many types of oil into [[petroleum coke|Coke]] at varying efficiencies. Usually produces an oil byproduct, which can be processed into [[cracked oil derivatives|Advanced Oil Processing]]. Requires an [[external heat source|External Heat Source]].", + "ru_RU": "Может превращать многие виды нефти в [[нефтяной кокс|Coke]] с различной эффективностью. Как правило, при этом образуются побочные нефтепродукты, которые можно переработать в [[производные крекированной нефти|Advanced Oil Processing]]. Требуется [[внешний источник тепла|External Heat Source]].", + "zh_CN": "可以以不同的效率将多种油转化为[[石油焦炭|Coke]]。一般会产生一种副产物油,这种油可被处理为[[裂化油产品|Advanced Oil Processing]]。需要[[外部热源|External Heat Source]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/comboven.json b/src/main/resources/assets/hbm/manual/machine/comboven.json index 0d70a3e24..680e89e19 100644 --- a/src/main/resources/assets/hbm/manual/machine/comboven.json +++ b/src/main/resources/assets/hbm/manual/machine/comboven.json @@ -1,13 +1,15 @@ -{ - "name": "Combination Oven", - "icon": ["hbm:tile.furnace_combination", 1, 0], - "trigger": [["hbm:tile.furnace_combination"]], - "title": { - "en_US": "Combination Oven", - "zh_CN": "复式炼焦炉" - }, - "content": { - "en_US": "A type of oven that can produce solid and liquid outputs. Requires an [[external heat source|External Heat Source]] to function.", - "zh_CN": "一种焦炉,可产出固体产物和流体产物。需要[[外部热源|External Heat Source]]才能工作。" - } -} +{ + "name": "Combination Oven", + "icon": ["hbm:tile.furnace_combination", 1, 0], + "trigger": [["hbm:tile.furnace_combination"]], + "title": { + "en_US": "Combination Oven", + "zh_CN": "复式炼焦炉", + "ru_RU": "Коксовая печь" + }, + "content": { + "en_US": "A type of oven that can produce solid and liquid outputs. Requires an [[external heat source|External Heat Source]] to function.", + "zh_CN": "一种焦炉,可产出固体产物和流体产物。需要[[外部热源|External Heat Source]]才能工作。", + "ru_RU": "Тип печи, которая производит и твёрдые, и жидкие продукты. Для работы требуется [[внешний источник тепла|External Heat Source]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/compressor.json b/src/main/resources/assets/hbm/manual/machine/compressor.json index a230410e4..cbf2edd17 100644 --- a/src/main/resources/assets/hbm/manual/machine/compressor.json +++ b/src/main/resources/assets/hbm/manual/machine/compressor.json @@ -1,11 +1,13 @@ -{ - "name": "Compressor", - "icon": ["hbm:tile.machine_compressor", 1, 0], - "trigger": [["hbm:tile.machine_compressor"], ["hbm:tile.machine_compressor_compact"]], - "title": { - "en_US": "Compressor" - }, - "content": { - "en_US": "Compresses fluids, i.e. increases the \"PU\" number of a fluid. Certain fluids change when compressed, for example [[perfluoromethyl|Perfluoromethyl]] turns into cold PFM when compressed to 2 PU. Each compressor can only do a single PU increase. Compressed fluids can use the same pipes as uncompressed fluids (and in fact share the exact same network, as there is no pressure identification), but they cannot be stored in tanks." - } -} +{ + "name": "Compressor", + "icon": ["hbm:tile.machine_compressor", 1, 0], + "trigger": [["hbm:tile.machine_compressor"], ["hbm:tile.machine_compressor_compact"]], + "title": { + "en_US": "Compressor", + "ru_RU": "Компрессор" + }, + "content": { + "en_US": "Compresses fluids, i.e. increases the \"PU\" number of a fluid. Certain fluids change when compressed, for example [[perfluoromethyl|Perfluoromethyl]] turns into cold PFM when compressed to 2 PU. Each compressor can only do a single PU increase. Compressed fluids can use the same pipes as uncompressed fluids (and in fact share the exact same network, as there is no pressure identification), but they cannot be stored in tanks.", + "ru_RU": "Повышает давление жидкости (PU). Некоторые жидкости могут измениться при сжатии, например, [[перфторметан|Perfluoromethyl]] становится холодным при переходе с 1 до 2 PU. Единственный компрессор может поднять PU лишь на одну единицу за раз. Жидкости одного типа под разным давлением можно перемещать по одной трубе, но их нельзя хранить в резервуарах." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/condenser.json b/src/main/resources/assets/hbm/manual/machine/condenser.json index 965f68766..7077d96ad 100644 --- a/src/main/resources/assets/hbm/manual/machine/condenser.json +++ b/src/main/resources/assets/hbm/manual/machine/condenser.json @@ -1,13 +1,15 @@ -{ - "name": "Condenser", - "icon": ["hbm:tile.machine_condenser", 1, 0], - "trigger": [["hbm:tile.machine_condenser"], ["hbm:tile.machine_condenser_powered"], ["hbm:tile.machine_tower_small"], ["hbm:tile.machine_tower_large"]], - "title": { - "en_US": "Condenser", - "zh_CN": "蒸汽冷凝装置" - }, - "content": { - "en_US": "Turns [[low-pressure steam|Low-Pressure Steam]] back into water. A small condenser can handle 100mB/t, an auxiliary cooling tower 1,000mb/t, a large cooling tower 10,000mB/t and a high-power condenser 1,000,000mB/t. The high-power condenser needs electricity to work, all other condensers work passively.

An important part of any closed steam cycle, for example for [[steam engines|Steam Engine]], [[cracking towers|Catalytic Cracking Tower]] or most nuclear reactors.", - "zh_CN": "将[[低压蒸汽|Low-Pressure Steam]]转换回水。
小冷凝器的冷凝速率为100mB/t,辅助冷却塔的为1,000mB/t, 大冷却塔的为10,000mB/t,而大功率蒸汽冷凝器的为100,000mB/t。
大功率蒸汽冷凝器需要电力才能工作,其他冷凝器则是被动工作。

在各种封闭蒸汽循环(如[[蒸汽机|Steam Engine]]、[[催化裂化塔|Catalytic Cracking Tower]]和大多数核反应堆的蒸汽循环)中,蒸汽冷凝装置都是重要的组成部分。" - } -} +{ + "name": "Condenser", + "icon": ["hbm:tile.machine_condenser", 1, 0], + "trigger": [["hbm:tile.machine_condenser"], ["hbm:tile.machine_condenser_powered"], ["hbm:tile.machine_tower_small"], ["hbm:tile.machine_tower_large"]], + "title": { + "en_US": "Condenser", + "ru_RU": "Конденсатор", + "zh_CN": "蒸汽冷凝装置" + }, + "content": { + "en_US": "Turns [[low-pressure steam|Low-Pressure Steam]] back into water. A small condenser can handle 100mB/t, an auxiliary cooling tower 1,000mb/t, a large cooling tower 10,000mB/t and a high-power condenser 1,000,000mB/t. The high-power condenser needs electricity to work, all other condensers work passively.

An important part of any closed steam cycle, for example for [[steam engines|Steam Engine]], [[cracking towers|Catalytic Cracking Tower]] or most nuclear reactors.", + "ru_RU": "Конденсирует [[пар низкого давления|Low-Pressure Steam]] обратно в воду. Небольшой конденсатор может обрабатывать до 100 mB/т, вспомогательная градирня – 1000 mB/т, большая градирня – 10,000 mB/т и мощный конденсатор – 1,000,000 mB/т. Для работы мощного конденсатора требуется электричество, все остальные работают пассивно.

Это важная часть любого замкнутого цикла пара, например, для [[паровых двигателей|Steam Engine]], [[башен каталитического крекинга|Catalytic Cracking Tower]] или большинства ядерных реакторов.", + "zh_CN": "将[[低压蒸汽|Low-Pressure Steam]]转换回水。
小冷凝器的冷凝速率为100mB/t,辅助冷却塔的为1,000mB/t, 大冷却塔的为10,000mB/t,而大功率蒸汽冷凝器的为100,000mB/t。
大功率蒸汽冷凝器需要电力才能工作,其他冷凝器则是被动工作。

在各种封闭蒸汽循环(如[[蒸汽机|Steam Engine]]、[[催化裂化塔|Catalytic Cracking Tower]]和大多数核反应堆的蒸汽循环)中,蒸汽冷凝装置都是重要的组成部分。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/crackingtower.json b/src/main/resources/assets/hbm/manual/machine/crackingtower.json index a1d73342c..b5244c47c 100644 --- a/src/main/resources/assets/hbm/manual/machine/crackingtower.json +++ b/src/main/resources/assets/hbm/manual/machine/crackingtower.json @@ -1,13 +1,15 @@ -{ - "name": "Catalytic Cracking Tower", - "icon": ["hbm:tile.machine_catalytic_cracker", 1, 0], - "trigger": [["hbm:tile.machine_catalytic_cracker"]], - "title": { - "en_US": "Catalytic Cracking Tower", - "zh_CN": "催化裂化塔" - }, - "content": { - "en_US": "Vital for [[advanced oil processing|Advanced Oil Processing]]. Right-click with a fluid identifier to set the input type. Requires [[steam|Steam]] to work, outputs [[low-pressure steam|Low-Pressure Steam]] in addition to its oil output. Mainly used for cracking [[crude oil|Crude Oil]] into [[cracked oil|Cracked Oil]], but can also convert many other types of petrochemicals.", - "zh_CN": "[[高级原油处理|Advanced Oil Processing]]必不可少的部分。使用流体识别码右键单击已设定输入的流体种类。工作时需要[[蒸汽|Steam]],并同时输出石化产物和[[低压蒸汽|Low-Pressure Steam]]。主要用于将[[原油|Crude Oil]]裂化为[[裂化油|Cracked Oil]],但也可以转化多种其他的石油化学品。" - } -} +{ + "name": "Catalytic Cracking Tower", + "icon": ["hbm:tile.machine_catalytic_cracker", 1, 0], + "trigger": [["hbm:tile.machine_catalytic_cracker"]], + "title": { + "en_US": "Catalytic Cracking Tower", + "ru_RU": "Башня каталитического крекинга", + "zh_CN": "催化裂化塔" + }, + "content": { + "en_US": "Vital for [[advanced oil processing|Advanced Oil Processing]]. Right-click with a fluid identifier to set the input type. Requires [[steam|Steam]] to work, outputs [[low-pressure steam|Low-Pressure Steam]] in addition to its oil output. Mainly used for cracking [[crude oil|Crude Oil]] into [[cracked oil|Cracked Oil]], but can also convert many other types of petrochemicals.", + "ru_RU": "Чрезвычайно важна для [[продвинутой нефтепереработки|Advanced Oil Processing]]. Щёлкните жидкостным идентификатором, чтобы задать вид вводимой жидкости. Для работы требуется [[пар|Steam]], в числе продуктов помимо нефти выводится [[пар низкого давления|Low-Pressure Steam]]. В основном используется для крекинга [[неочищенной нефти|Crude Oil]] в [[крекированную нефть|Cracked Oil]], но может также преобразовывать многие другие виды нефтехимических продуктов.", + "zh_CN": "[[高级原油处理|Advanced Oil Processing]]必不可少的部分。使用流体识别码右键单击已设定输入的流体种类。工作时需要[[蒸汽|Steam]],并同时输出石化产物和[[低压蒸汽|Low-Pressure Steam]]。主要用于将[[原油|Crude Oil]]裂化为[[裂化油|Cracked Oil]],但也可以转化多种其他的石油化学品。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/derrick.json b/src/main/resources/assets/hbm/manual/machine/derrick.json index a97f01fb3..0f3389a86 100644 --- a/src/main/resources/assets/hbm/manual/machine/derrick.json +++ b/src/main/resources/assets/hbm/manual/machine/derrick.json @@ -1,13 +1,15 @@ -{ - "name": "Derrick", - "icon": ["hbm:tile.machine_well", 1, 0], - "trigger": [["hbm:tile.machine_well"]], - "title": { - "en_US": "Oil Derrick", - "zh_CN": "钻油塔" - }, - "content": { - "en_US": "The cheapest way of extracting [[oil|Crude Oil]]. When placed on top of an [[oil depsoit|Oil Collection]] and powered, it will slowly drill down and pump up oil and [[natural gas|Natural Gas]]. A less powerful version of the [[pumpjack|Pumpjack]].

A green indicator means that the derrick is currently drilling or pumping up oil. A red indicator means that the drill is jammed, the tanks are full or the derrick is out of power. A crossed out droplet means that the derrick's drill has reached the max depth, and there's no oil to gather.

See also:
[[Basic Oil Processing]]", - "zh_CN": "钻取[[原油|Crude Oil]]的最廉价方式,当放置在[[油田|Oil Collection]]上方并供电时,便会缓慢向下钻探并抽取原油和[[天然气|Natural Gas]]。是[[石油钻机|Pumpjack]]的弱化版。

GUI中标识为绿色时表示机器正在钻探或抽取原油,为红色时表示机器卡住、 内部储罐已满或者缺少电力。标识为打叉的原油液滴时表示钻油塔的钻头已到 达最大深度,但此处没有可供钻取的原油。

另见:
[[基础炼油|Basic Oil Processing]]。" - } -} +{ + "name": "Derrick", + "icon": ["hbm:tile.machine_well", 1, 0], + "trigger": [["hbm:tile.machine_well"]], + "title": { + "en_US": "Oil Derrick", + "ru_RU": "Нефтяная вышка", + "zh_CN": "钻油塔" + }, + "content": { + "en_US": "The cheapest way of extracting [[oil|Crude Oil]]. When placed on top of an [[oil depsoit|Oil Collection]] and powered, it will slowly drill down and pump up oil and [[natural gas|Natural Gas]]. A less powerful version of the [[pumpjack|Pumpjack]].

A green indicator means that the derrick is currently drilling or pumping up oil. A red indicator means that the drill is jammed, the tanks are full or the derrick is out of power. A crossed out droplet means that the derrick's drill has reached the max depth, and there's no oil to gather.

See also:
[[Basic Oil Processing]]", + "ru_RU": "Самый дешёвый способ добычи [[неочищенной нефти|Crude Oil]]. При установке над [[нефтяным карманом|Oil Collection]] и включении она будет медленно бурить вниз, а затем откачивать нефть и [[природный газ|Natural Gas]]. Менее мощный аналог [[станка-качалки|Pumpjack]].

Зелёный индикатор означает, что вышка в данный момент бурит или откачивает нефть. Красный индикатор означает, что нефтяную вышку заклинило, резервуары заполнены или вышка обесточена. Перечёркнутая капля означает, что вышка достигла максимальной глубины погружения и там больше нет нефти, которую можно было бы добыть.

Смотрите также:
[[Basic Oil Processing]]", + "zh_CN": "钻取[[原油|Crude Oil]]的最廉价方式,当放置在[[油田|Oil Collection]]上方并供电时,便会缓慢向下钻探并抽取原油和[[天然气|Natural Gas]]。是[[石油钻机|Pumpjack]]的弱化版。

GUI中标识为绿色时表示机器正在钻探或抽取原油,为红色时表示机器卡住、 内部储罐已满或者缺少电力。标识为打叉的原油液滴时表示钻油塔的钻头已到 达最大深度,但此处没有可供钻取的原油。

另见:
[[基础炼油|Basic Oil Processing]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/dieselgen.json b/src/main/resources/assets/hbm/manual/machine/dieselgen.json index d4abf834b..e07a7b00f 100644 --- a/src/main/resources/assets/hbm/manual/machine/dieselgen.json +++ b/src/main/resources/assets/hbm/manual/machine/dieselgen.json @@ -1,13 +1,15 @@ -{ - "name": "Diesel Generator", - "icon": ["hbm:tile.machine_diesel", 1, 0], - "trigger": [["hbm:tile.machine_diesel"]], - "title": { - "en_US": "Diesel Generator", - "zh_CN": "柴油发电机" - }, - "content": { - "en_US": "A simple, early way of making power out of combustible fuels, like [[diesel|Diesel]] or [[gasoline|Gasoline]]. Can only hold 4,000mB of fuel, so explosive barrels cannot be emptied in them, as those carry 10,000mB. Can be stopped using a redstone signal.

See also:
[[Industrial Combustion Engine]]
[[Turbofan]]
[[Combined Cycle Gas Turbine]]", - "zh_CN": "一种简单且早期的燃烧[[柴油|Diesel]]、[[汽油|Gasoline]]等可燃流体的发电手段。只能储存4,000mB燃料,所以并不能在其中放出装有 10,000mB流体的炸药桶中的燃料。收到红石信号时停止工作。

另见:
[[工业内燃机|Industrial Combustion Engine]]
[[涡扇发动机|Turbofan]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]" - } -} +{ + "name": "Diesel Generator", + "icon": ["hbm:tile.machine_diesel", 1, 0], + "trigger": [["hbm:tile.machine_diesel"]], + "title": { + "en_US": "Diesel Generator", + "zh_CN": "柴油发电机", + "ru_RU": "Дизельный генератор" + }, + "content": { + "en_US": "A simple, early way of making power out of combustible fuels, like [[diesel|Diesel]] or [[gasoline|Gasoline]]. Can only hold 4,000mB of fuel, so explosive barrels cannot be emptied in them, as those carry 10,000mB. Can be stopped using a redstone signal.

See also:
[[Industrial Combustion Engine]]
[[Turbofan]]
[[Combined Cycle Gas Turbine]]", + "zh_CN": "一种简单且早期的燃烧[[柴油|Diesel]]、[[汽油|Gasoline]]等可燃流体的发电手段。只能储存4,000mB燃料,所以并不能在其中放出装有 10,000mB流体的炸药桶中的燃料。收到红石信号时停止工作。

另见:
[[工业内燃机|Industrial Combustion Engine]]
[[涡扇发动机|Turbofan]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]", + "ru_RU": "Простой ранний способ получения энергии из горючих видов топлива, таких как [[дизель|Diesel]] или [[газолин|Gasoline]]. Генератор вмещает только 4000 mB топлива, поэтому в него нельзя опорожнять взрывные бочки ввиду их содержимого в количестве 10 000 mB дизеля. Может быть остановлен с помощью сигнала красного камня.

Смотрите также:
[[Промышленный двигатель внутреннего сгорания]]
[[Турбовентилятор]]
[[Газовая турбина комбинированного цикла]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/difurnace.json b/src/main/resources/assets/hbm/manual/machine/difurnace.json index 7161bf30b..3e80d53a9 100644 --- a/src/main/resources/assets/hbm/manual/machine/difurnace.json +++ b/src/main/resources/assets/hbm/manual/machine/difurnace.json @@ -1,11 +1,13 @@ -{ - "name": "Blast Furnace", - "icon": ["hbm:tile.machine_difurnace_off", 1, 0], - "trigger": [["hbm:tile.machine_difurnace_off"], ["hbm:tile.machine_difurnace_extension"]], - "title": { - "en_US": "Blast Furnace" - }, - "content": { - "en_US": "Simple furnace that can combine two items into one output, usually in the form of an alloy. Needed early on as the first source of [[steel|Steel]], [[red copper|Minecraft Grade Copper]] and [[advanced alloy|Advanced Alloy]]. Does not accept all furnace fuels, only works with hot burning ones like coal, coke or lava buckets. Can be accelerated by placing a blast furnace extension on top, which also makes it more efficient." - } -} +{ + "name": "Blast Furnace", + "icon": ["hbm:tile.machine_difurnace_off", 1, 0], + "trigger": [["hbm:tile.machine_difurnace_off"], ["hbm:tile.machine_difurnace_extension"]], + "title": { + "en_US": "Blast Furnace", + "ru_RU": "Доменная печь" + }, + "content": { + "en_US": "Simple furnace that can combine two items into one output, usually in the form of an alloy. Needed early on as the first source of [[steel|Steel]], [[red copper|Minecraft Grade Copper]] and [[advanced alloy|Advanced Alloy]]. Does not accept all furnace fuels, only works with hot burning ones like coal, coke or lava buckets. Can be accelerated by placing a blast furnace extension on top, which also makes it more efficient.", + "ru_RU": "Простая печь, которая может объединять два элемента в один продукт, обычно в виде сплава. На раннем этапе необходима в качестве первого источника [[стали|Steel]], [[красной меди|Minecraft Grade Copper]] и [[продвинутого сплава|Advanced Alloy]]. Подходят не все виды печного топлива, а только с высокой температурой горения, такие как уголь, кокс или ведро лавы. Можно ускорить процесс, установив расширитель над доменной печью, что бонусом повысит и эффективность." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/electricheater.json b/src/main/resources/assets/hbm/manual/machine/electricheater.json index e0f913118..9e2606c12 100644 --- a/src/main/resources/assets/hbm/manual/machine/electricheater.json +++ b/src/main/resources/assets/hbm/manual/machine/electricheater.json @@ -1,13 +1,15 @@ -{ - "name": "Electric Heater", - "icon": ["hbm:tile.heater_electric", 1, 0], - "trigger": [["hbm:tile.heater_electric"]], - "title": { - "en_US": "Electric Heater", - "zh_CN": "电加热器" - }, - "content": { - "en_US": "An [[external heat source|External Heat Source]] powered by electricity. Needs to be configured with a screwdriver.

Due to the first law of thermodynamics, boiling water with an electric heater will produce less energy than is used to create it.", - "zh_CN": "一种由电力供能的[[外部热源|External Heat Source]],需要用螺丝刀配置。

由于热力学第一定律,用电加热器烧水发电产生的电力会少于烧水消耗的电力。" - } -} +{ + "name": "Electric Heater", + "icon": ["hbm:tile.heater_electric", 1, 0], + "trigger": [["hbm:tile.heater_electric"]], + "title": { + "en_US": "Electric Heater", + "zh_CN": "电加热器", + "ru_RU": "Электрический нагреватель" + }, + "content": { + "en_US": "An [[external heat source|External Heat Source]] powered by electricity. Needs to be configured with a screwdriver.

Due to the first law of thermodynamics, boiling water with an electric heater will produce less energy than is used to create it.", + "zh_CN": "一种由电力供能的[[外部热源|External Heat Source]],需要用螺丝刀配置。

由于热力学第一定律,用电加热器烧水发电产生的电力会少于烧水消耗的电力。", + "ru_RU": "[[Внешний источник тепла|External Heat Source]], работающий на электричестве. Необходимо настроить с помощью отвёртки.

Согласно первому закону термодинамики, при кипячении воды с помощью электрического нагревателя будет производиться меньше тепла, чем было использовано энергии для его создания." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/firebox.json b/src/main/resources/assets/hbm/manual/machine/firebox.json index a1537fbc6..7de1d5f1e 100644 --- a/src/main/resources/assets/hbm/manual/machine/firebox.json +++ b/src/main/resources/assets/hbm/manual/machine/firebox.json @@ -1,13 +1,15 @@ -{ - "name": "Firebox", - "icon": ["hbm:tile.heater_firebox", 1, 0], - "trigger": [["hbm:tile.heater_firebox"]], - "title": { - "en_US": "Firebox", - "zh_CN": "燃烧室" - }, - "content": { - "en_US": "Cheapest type of [[external heat source|External Heat Source]]. Burning things like coal, [[coke|Coke]] or [[solid fuel|Solid Fuel]] increases the TU output as well as the efficiency.

Placing an [[ashpit|Ashpit]] under it will capture ashes, which can be burned again or recycled.", - "zh_CN": "最廉价的[[外部热源|External Heat Source]]。在其中燃烧煤炭、[[焦炭|Coke]]或[[固体燃料|Solid Fuel]]等物品可提高燃烧室的TU输出,同时也可提高燃料效率。

在其下方放置[[储灰槽|Ashpit]]可收集灰烬,收集的灰烬可回收或者再次燃烧。" - } -} +{ + "name": "Firebox", + "icon": ["hbm:tile.heater_firebox", 1, 0], + "trigger": [["hbm:tile.heater_firebox"]], + "title": { + "en_US": "Firebox", + "zh_CN": "燃烧室", + "ru_RU": "Топка" + }, + "content": { + "en_US": "Cheapest type of [[external heat source|External Heat Source]]. Burning things like coal, [[coke|Coke]] or [[solid fuel|Solid Fuel]] increases the TU output as well as the efficiency.

Placing an [[ashpit|Ashpit]] under it will capture ashes, which can be burned again or recycled.", + "zh_CN": "最廉价的[[外部热源|External Heat Source]]。在其中燃烧煤炭、[[焦炭|Coke]]或[[固体燃料|Solid Fuel]]等物品可提高燃烧室的TU输出,同时也可提高燃料效率。

在其下方放置[[储灰槽|Ashpit]]可收集灰烬,收集的灰烬可回收或者再次燃烧。", + "ru_RU": "Самый дешёвый [[внешний источник тепла|External Heat Source]]. Сжигание таких материалов, как уголь, [[кокс|Coke]] или [[твёрдое топливо|Solid Fuel]], повышает выработку TU и также эффективность.

Если поместить под него [[зольник|Ashpit]], будет собираться зола, её можно снова сжечь или переработать." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/fracker.json b/src/main/resources/assets/hbm/manual/machine/fracker.json index a0548d8ce..018c07fb2 100644 --- a/src/main/resources/assets/hbm/manual/machine/fracker.json +++ b/src/main/resources/assets/hbm/manual/machine/fracker.json @@ -1,13 +1,15 @@ -{ - "name": "Hydraulic Fracking Tower", - "icon": ["hbm:tile.machine_fracking_tower", 1, 0], - "trigger": [["hbm:tile.machine_fracking_tower"]], - "title": { - "en_US": "Hydraulic Fracking Tower", - "zh_CN": "水力压裂塔" - }, - "content": { - "en_US": "The fastest and most efficient way of collecting [[oil|Crude Oil]] from an [[oil deposit|Oil Collection]], compared to a [[derrick|Derrick]] or [[pumpjack|Pumpjack]].

Using it like this is not advised though, as the fracking tower's main advantage is being able to access bedrock oil deposits. Pumping oil out of bedrock deposits is slower, but these deposts will never deplete.

Requires [[fracking solution|Fracking Solution]] in addition to large amounts of power to work, even when using it on regular oil deposits.

Caution: May alter the landscape a little bit.

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", - "zh_CN": "与[[钻油塔|Derrick]]和[[石油钻机|Pumpjack]]相比,使用水力压裂塔从[[油田|Oil Collection]]中钻取[[原油|Crude Oil]]是最快且效率最高的方式,然而并不建议如此使用水力压裂塔;水力压裂塔的主要 优势是能够开采基岩油田。从基岩油田中采油虽然较缓慢,但基岩油田永不 枯竭。

工作时需要[[压裂液|Fracking Solution]]以及大量能量,即使开采普通油田也是如此。

注意:可能会略微改变地貌。

另见:
[[基础炼油|Basic Oil Processing]]
[[高级炼油|Advanced Oil Processing]]
[[真空炼油|Vacuum Oil Processing]]" - } -} +{ + "name": "Hydraulic Fracking Tower", + "icon": ["hbm:tile.machine_fracking_tower", 1, 0], + "trigger": [["hbm:tile.machine_fracking_tower"]], + "title": { + "en_US": "Hydraulic Fracking Tower", + "ru_RU": "Башня гидроразрыва пласта", + "zh_CN": "水力压裂塔" + }, + "content": { + "en_US": "The fastest and most efficient way of collecting [[oil|Crude Oil]] from an [[oil deposit|Oil Collection]], compared to a [[derrick|Derrick]] or [[pumpjack|Pumpjack]].

Using it like this is not advised though, as the fracking tower's main advantage is being able to access bedrock oil deposits. Pumping oil out of bedrock deposits is slower, but these deposts will never deplete.

Requires [[fracking solution|Fracking Solution]] in addition to large amounts of power to work, even when using it on regular oil deposits.

Caution: May alter the landscape a little bit.

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", + "ru_RU": "Самый быстрый и эффективный способ получения [[неочищенной нефти|Crude Oil]] из [[нефтяной залежи|Oil Collection]]. Однако использовать ее подобным образом не рекомендуется, поскольку главным преимуществом башни является доступ к месторождениям бедроковой нефти. Откачка нефти из бедроковых залежей происходит медленнее, но эти запасы никогда не истощатся.

Для работы требуется [[жидкость для гидроразрыва пласта|Fracking Solution]] в дополнение к большому количеству электроэнергии. Да, даже при разработке обычных нефтяных резервуаров.

Внимание: использование этой аппаратуры влечёт серьёзные экологические проблемы.

Смотрите также:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", + "zh_CN": "与[[钻油塔|Derrick]]和[[石油钻机|Pumpjack]]相比,使用水力压裂塔从[[油田|Oil Collection]]中钻取[[原油|Crude Oil]]是最快且效率最高的方式,然而并不建议如此使用水力压裂塔;水力压裂塔的主要 优势是能够开采基岩油田。从基岩油田中采油虽然较缓慢,但基岩油田永不 枯竭。

工作时需要[[压裂液|Fracking Solution]]以及大量能量,即使开采普通油田也是如此。

注意:可能会略微改变地貌。

另见:
[[基础炼油|Basic Oil Processing]]
[[高级炼油|Advanced Oil Processing]]
[[真空炼油|Vacuum Oil Processing]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/fractioning.json b/src/main/resources/assets/hbm/manual/machine/fractioning.json index fee0682e9..272e7b084 100644 --- a/src/main/resources/assets/hbm/manual/machine/fractioning.json +++ b/src/main/resources/assets/hbm/manual/machine/fractioning.json @@ -1,13 +1,15 @@ -{ - "name": "Fractioning Tower", - "icon": ["hbm:tile.machine_fraction_tower", 1, 0], - "trigger": [["hbm:tile.machine_fraction_tower"]], - "title": { - "en_US": "Fractioning Tower", - "zh_CN": "分馏塔" - }, - "content": { - "en_US": "Used in many refining processes to extend the [[refinery's|Oil Refinery]] variety of outputs. Splits one fluid into exactly two output fluids. Right-click with a fluid identifier to set the input type. Stacking multiple fractioning towers will combine them, the type has to be set on the lowest one. Input oil travels upwards and output oil travels downwards, so it is advised to always connect pipes to the bottom tower segment. Segments can be split using fraction tower spacers.

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", - "zh_CN": "用于多个原油精炼步骤,以扩展[[炼油厂|Oil Refinery]]产物的种类。可将一种流体分离为刚好两种流体。使用流体识别码右键点击以 设置输入流体种类。多个分馏塔堆叠时会合并,此时需要在最底部的分馏塔处 设置流体种类。输入的流体会向上运动,而输出的流体会向下运动,因此建议 在分馏塔最下方一段连接管道。各段分馏塔之间可使用分馏塔分隔器分隔。

另见:
[[基础炼油|Basic Oil Processing]]
[[高级炼油|Advanced Oil Processing]]
[[真空炼油|Vacuum Oil Processing]]" - } -} +{ + "name": "Fractioning Tower", + "icon": ["hbm:tile.machine_fraction_tower", 1, 0], + "trigger": [["hbm:tile.machine_fraction_tower"]], + "title": { + "en_US": "Fractioning Tower", + "ru_RU": "Ректификационная колонна", + "zh_CN": "分馏塔" + }, + "content": { + "en_US": "Used in many refining processes to extend the [[refinery's|Oil Refinery]] variety of outputs. Splits one fluid into exactly two output fluids. Right-click with a fluid identifier to set the input type. Stacking multiple fractioning towers will combine them, the type has to be set on the lowest one. Input oil travels upwards and output oil travels downwards, so it is advised to always connect pipes to the bottom tower segment. Segments can be split using fraction tower spacers.

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", + "ru_RU": "Используется во многих процессах нефтепереработки для отделения более полезных продуктов из выпускаемых [[нефтеперерабатывающим заводом|Oil Refinery]] фракций. Разделяет одну вводимую жидкость на две другие. Щёлкните по колонне жидкостным идентификатором, чтобы задать вид вводимой жидкости. Несколько ректификационных колонн, установленных друг на друга, будут объединены в одну со сложенной эффективностью, поэтому вид вводимой жидкости должен быть выбран у самой нижней колонны. Введённое сырьё идёт вверх, а продукты - вниз, поэтому рекомендуется всегда подключать трубы к нижнему сегменту колонн. Если не требуется объединять все колонны в одну большую, их можно отделять друг от друга с помощью разделителей ректификационных колонн.

Смотрите также:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", + "zh_CN": "用于多个原油精炼步骤,以扩展[[炼油厂|Oil Refinery]]产物的种类。可将一种流体分离为刚好两种流体。使用流体识别码右键点击以 设置输入流体种类。多个分馏塔堆叠时会合并,此时需要在最底部的分馏塔处 设置流体种类。输入的流体会向上运动,而输出的流体会向下运动,因此建议 在分馏塔最下方一段连接管道。各段分馏塔之间可使用分馏塔分隔器分隔。

另见:
[[基础炼油|Basic Oil Processing]]
[[高级炼油|Advanced Oil Processing]]
[[真空炼油|Vacuum Oil Processing]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/heatexchanger.json b/src/main/resources/assets/hbm/manual/machine/heatexchanger.json index 3bb5232b9..0b074ac06 100644 --- a/src/main/resources/assets/hbm/manual/machine/heatexchanger.json +++ b/src/main/resources/assets/hbm/manual/machine/heatexchanger.json @@ -1,13 +1,15 @@ -{ - "name": "Heat Exchanging Heater", - "icon": ["hbm:tile.heater_heatex", 1, 0], - "trigger": [["hbm:tile.heater_heatex"]], - "title": { - "en_US": "Heat Exchanging Heater", - "zh_CN": "换热加热器" - }, - "content": { - "en_US": "Powerful [[external heat source|External Heat Source]] usually used by nuclear reactory that employ a form of [[coolant|Perfluoromethyl]] instead of making [[steam|Steam]] outright. Produces usable heats by using hot fluids and cooling them down in the process.

The top field in the GUI is for the amount of fluid used per cycle, the bottom field is for the tick delay between cycles for fine-tuning.", - "zh_CN": "强力的[[外部热源|External Heat Source]],主要被使用某种形式的[[冷却剂|Perfluoromethyl]],而完全不产生[[蒸汽|Steam]]的核反应堆使用。通过接收热流体并将其冷却的过程产生可利用的热量。

GUI上方的输入框用于设定每个工作循环使用的热流体量,下方的输入框用于设定 每个工作循环之间的tick数,以进行精细调控。" - } -} +{ + "name": "Heat Exchanging Heater", + "icon": ["hbm:tile.heater_heatex", 1, 0], + "trigger": [["hbm:tile.heater_heatex"]], + "title": { + "en_US": "Heat Exchanging Heater", + "zh_CN": "换热加热器", + "ru_RU": "Теплообменный нагреватель" + }, + "content": { + "en_US": "Powerful [[external heat source|External Heat Source]] usually used by nuclear reactory that employ a form of [[coolant|Perfluoromethyl]] instead of making [[steam|Steam]] outright. Produces usable heats by using hot fluids and cooling them down in the process.

The top field in the GUI is for the amount of fluid used per cycle, the bottom field is for the tick delay between cycles for fine-tuning.", + "zh_CN": "强力的[[外部热源|External Heat Source]],主要被使用某种形式的[[冷却剂|Perfluoromethyl]],而完全不产生[[蒸汽|Steam]]的核反应堆使用。通过接收热流体并将其冷却的过程产生可利用的热量。

GUI上方的输入框用于设定每个工作循环使用的热流体量,下方的输入框用于设定 每个工作循环之间的tick数,以进行精细调控。", + "ru_RU": "Мощный [[внешний источник тепла|External Heat Source]], обычно использующийся для работы с ядерными реакторами, которые охлаждаются [[перфторметаном|Perfluoromethyl]], а не [[испарением|Steam]] воды. Остужает горячие жидкости, передавая тепло от них к своему медному контакту.

Верхнее поле в графическом интерфейсе предназначено для указания объёма жидкости, расходуемой за цикл, а нижнее поле - для интервала между циклами для более точной настройки." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/heatingoven.json b/src/main/resources/assets/hbm/manual/machine/heatingoven.json index 654f505af..04d737938 100644 --- a/src/main/resources/assets/hbm/manual/machine/heatingoven.json +++ b/src/main/resources/assets/hbm/manual/machine/heatingoven.json @@ -1,13 +1,15 @@ -{ - "name": "Heating Oven", - "icon": ["hbm:tile.heater_oven", 1, 0], - "trigger": [["hbm:tile.heater_oven"]], - "title": { - "en_US": "Heating Oven", - "zh_CN": "加热炉" - }, - "content": { - "en_US": "Advanced version of the [[firebox|Firebox]], an [[external heat source|External Heat Source]]. Burns 5x hotter, but uses up fuel 8x quicker, making it less efficient. Heating ovens have a copper contact at the bottom, allowing them to be stacked, however they only receive heat from below at half efficiency.

Placing an [[ashpit|Ashpit]] under it will capture ashes, which can be burned again or recycled.", - "zh_CN": "[[燃烧室|Firebox]]的高级版本,也是一种[[外部热源|External Heat Source]]。具有5倍的热量输出速率,但燃料消耗速率为8倍,这使得其燃料效率不如燃烧 室。加热炉底部有一个铜触点,使得其可以堆叠,但其从底部接受热量的效率只有 一半。

在其下方放置[[储灰槽|Ashpit]]可收集灰烬,收集的灰烬可回收或者再次燃烧。" - } -} +{ + "name": "Heating Oven", + "icon": ["hbm:tile.heater_oven", 1, 0], + "trigger": [["hbm:tile.heater_oven"]], + "title": { + "en_US": "Heating Oven", + "zh_CN": "加热炉", + "ru_RU": "Нагревательная печь" + }, + "content": { + "en_US": "Advanced version of the [[firebox|Firebox]], an [[external heat source|External Heat Source]]. Burns 5x hotter, but uses up fuel 8x quicker, making it less efficient. Heating ovens have a copper contact at the bottom, allowing them to be stacked, however they only receive heat from below at half efficiency.

Placing an [[ashpit|Ashpit]] under it will capture ashes, which can be burned again or recycled.", + "zh_CN": "[[燃烧室|Firebox]]的高级版本,也是一种[[外部热源|External Heat Source]]。具有5倍的热量输出速率,但燃料消耗速率为8倍,这使得其燃料效率不如燃烧 室。加热炉底部有一个铜触点,使得其可以堆叠,但其从底部接受热量的效率只有 一半。

在其下方放置[[储灰槽|Ashpit]]可收集灰烬,收集的灰烬可回收或者再次燃烧。", + "ru_RU": "Усовершенствованная версия [[топки|Firebox]], является [[внешним источником тепла|External Heat Source]]]. Горит в 5 раз жарче, но расходует топливо в 8 раз быстрее, что делает её менее эффективной. Нагревательные печи имеют медный контакт в нижней части, что позволяет укладывать их в штабеля, однако так они получают тепло снизу только с 50% эффективностью.

При размещении [[зольника|Ashpit]] под ним образуется зола, которую можно снова сжигать или перерабатывать." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/heatsource.json b/src/main/resources/assets/hbm/manual/machine/heatsource.json index f6d20b56d..75827c1d9 100644 --- a/src/main/resources/assets/hbm/manual/machine/heatsource.json +++ b/src/main/resources/assets/hbm/manual/machine/heatsource.json @@ -1,13 +1,15 @@ -{ - "name": "External Heat Source", - "icon": ["hbm:tile.heater_firebox", 1, 0], - "trigger": [], - "title": { - "en_US": "External Heat Source", - "zh_CN": "外部热源" - }, - "content": { - "en_US": "Many machines require TU - thermal units - to function. TU is transfered via copper contacts on the undersides of machines, they cannot be connected with pipes or cables.

Machines that can provide heat are:
[[Firebox]]
[[Heating Oven]]
[[Fluid Burner]]
[[Electric Heater]]
[[Heat Exchanging Heater]]

Machines that use TU include, but are not limited to:
[[Stirling Engine]]
[[Combination Oven]]
[[Boiler]]
[[Steel Furnace]]
[[Crucible]]", - "zh_CN": "很多机器需要TU——“热量单位”才能工作。TU通过机器底部的铜触点进行传输, 而不能用线缆或管道等传输。

可提供热量的机器包括但不限于:
[[燃烧室|Firebox]]
[[加热炉|Heating Oven]]
[[流体燃烧器|Fluid Burner]]
[[电加热器|Electric Heater]]
[[换热加热器|Heat Exchanging Heater]]

使用TU的机器包括但不限于:
[[斯特林发电机|Stirling Engine]]
[[复式炼焦炉|Combination Oven]]
[[锅炉|Boiler]]
[[钢炉|Steel Furnace]]
[[坩埚|Crucible]]" - } -} +{ + "name": "External Heat Source", + "icon": ["hbm:tile.heater_firebox", 1, 0], + "trigger": [], + "title": { + "en_US": "External Heat Source", + "zh_CN": "外部热源", + "ru_RU": "Внешний источник тепла" + }, + "content": { + "en_US": "Many machines require TU - thermal units - to function. TU is transfered via copper contacts on the undersides of machines, they cannot be connected with pipes or cables.

Machines that can provide heat are:
[[Firebox]]
[[Heating Oven]]
[[Fluid Burner]]
[[Electric Heater]]
[[Heat Exchanging Heater]]

Machines that use TU include, but are not limited to:
[[Stirling Engine]]
[[Combination Oven]]
[[Boiler]]
[[Steel Furnace]]
[[Crucible]]", + "zh_CN": "很多机器需要TU——“热量单位”才能工作。TU通过机器底部的铜触点进行传输, 而不能用线缆或管道等传输。

可提供热量的机器包括但不限于:
[[燃烧室|Firebox]]
[[加热炉|Heating Oven]]
[[流体燃烧器|Fluid Burner]]
[[电加热器|Electric Heater]]
[[换热加热器|Heat Exchanging Heater]]

使用TU的机器包括但不限于:
[[斯特林发电机|Stirling Engine]]
[[复式炼焦炉|Combination Oven]]
[[锅炉|Boiler]]
[[钢炉|Steel Furnace]]
[[坩埚|Crucible]]", + "ru_RU": "Для работы многих машин требуются TU — тепловые единицы. Машины передают TU через медные контакты, они не могут быть соединены трубами или проводами.

К устройствам, которые могут подавать тепло, относятся:
[[Топка]]
[[Нагревательная печь]]
[[Жидкостный котёл]]
[[Электрический нагреватель]]
[[Теплообменный нагреватель]]

Вот некоторые примеры машин, использующих TU:
[[Генератор Стирлинга]]
[[Коксовая печь]]
[[Бойлер]]
[[Стальная печь]]
[[Плавильня]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/ice.json b/src/main/resources/assets/hbm/manual/machine/ice.json index 6b6f0a81a..4b1e7774b 100644 --- a/src/main/resources/assets/hbm/manual/machine/ice.json +++ b/src/main/resources/assets/hbm/manual/machine/ice.json @@ -1,13 +1,15 @@ -{ - "name": "Industrial Combustion Engine", - "icon": ["hbm:tile.machine_combustion_engine", 1, 0], - "trigger": [["hbm:tile.machine_combustion_engine"]], - "title": { - "en_US": "Industrial Combustion Engine", - "zh_CN": "工业内燃机" - }, - "content": { - "en_US": "An improved engine using combustible fuels. The efficiency of the fuel grade used depends on the installed piston set. Will not work if no piston set is installed. Flow rate can be adjusted in the GUI.

See also:
[[Diesel Generator]]
[[Turbofan]]
[[Combined Cycle Gas Turbine]]", - "zh_CN": "改良版的内燃机,通过燃烧可燃流体产能。各个等级燃料的燃烧效率取决于安装 的活塞种类,且在未安装活塞时,工业内燃机不会工作。可在GUI中调节 燃料燃烧速率。

另见:
[[柴油发电机|Diesel Generator]]
[[涡扇发动机|Turbofan]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]" - } -} +{ + "name": "Industrial Combustion Engine", + "icon": ["hbm:tile.machine_combustion_engine", 1, 0], + "trigger": [["hbm:tile.machine_combustion_engine"]], + "title": { + "en_US": "Industrial Combustion Engine", + "zh_CN": "工业内燃机", + "ru_RU": "Промышленный двигатель внутреннего сгорания" + }, + "content": { + "en_US": "An improved engine using combustible fuels. The efficiency of the fuel grade used depends on the installed piston set. Will not work if no piston set is installed. Flow rate can be adjusted in the GUI.

See also:
[[Diesel Generator]]
[[Turbofan]]
[[Combined Cycle Gas Turbine]]", + "zh_CN": "改良版的内燃机,通过燃烧可燃流体产能。各个等级燃料的燃烧效率取决于安装 的活塞种类,且在未安装活塞时,工业内燃机不会工作。可在GUI中调节 燃料燃烧速率。

另见:
[[柴油发电机|Diesel Generator]]
[[涡扇发动机|Turbofan]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]", + "ru_RU": "Усовершенствованный двигатель, работающий на горючих видах топлива. Эффективность используемого топлива зависит от установленного набора поршней. При отсутствии набора поршней работать не будет. Скорость потока можно регулировать в графическом интерфейсе.

Смотрите также:
[[Дизельный генератор]]
[[Турбовентилятор]]
[[Газовая турбина комбинированного цикла]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/mixer.json b/src/main/resources/assets/hbm/manual/machine/mixer.json index b3474778b..504c07354 100644 --- a/src/main/resources/assets/hbm/manual/machine/mixer.json +++ b/src/main/resources/assets/hbm/manual/machine/mixer.json @@ -1,13 +1,15 @@ -{ - "name": "Industrial Mixer", - "icon": ["hbm:tile.machine_mixer", 1, 0], - "trigger": [["hbm:tile.machine_mixer"]], - "title": { - "en_US": "Industrial Mixer", - "zh_CN": "工业搅拌机" - }, - "content": { - "en_US": "Can combine two fluids and one item into a single fluid. The recipe is defined by setting the output fluid with a fluid identifier. If an output has multiple possible recipes, the recipe can be changed using the [C] button.", - "zh_CN": "可将两种流体和一种物品混合为一种新流体,可通过用流体识别码设定输出的 流体来决定该机器执行的配方。若某种流体有多种可能的配方,则可通过“C”按钮 切换使用的配方。" - } -} +{ + "name": "Industrial Mixer", + "icon": ["hbm:tile.machine_mixer", 1, 0], + "trigger": [["hbm:tile.machine_mixer"]], + "title": { + "en_US": "Industrial Mixer", + "zh_CN": "工业搅拌机", + "ru_RU": "Промышленный смеситель" + }, + "content": { + "en_US": "Can combine two fluids and one item into a single fluid. The recipe is defined by setting the output fluid with a fluid identifier. If an output has multiple possible recipes, the recipe can be changed using the [C] button.", + "zh_CN": "可将两种流体和一种物品混合为一种新流体,可通过用流体识别码设定输出的 流体来决定该机器执行的配方。若某种流体有多种可能的配方,则可通过“C”按钮 切换使用的配方。", + "ru_RU": "Может смешивать две жидкости и один предмет в одну жидкость. Рецепт определяется путём установки для выходной жидкости идентификатора жидкости. Если рецептов получения продукта несколько, то можно выбрать нужный нажатием кнопки [C]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/oilburner.json b/src/main/resources/assets/hbm/manual/machine/oilburner.json index 6b12f0ec7..7f20c49a4 100644 --- a/src/main/resources/assets/hbm/manual/machine/oilburner.json +++ b/src/main/resources/assets/hbm/manual/machine/oilburner.json @@ -1,13 +1,15 @@ -{ - "name": "Fluid Burner", - "icon": ["hbm:tile.heater_oilburner", 1, 0], - "trigger": [["hbm:tile.heater_oilburner"]], - "title": { - "en_US": "Fluid Burner", - "zh_CN": "流体燃烧器" - }, - "content": { - "en_US": "An [[external heat source|External Heat Source]] powered by flammable fluids, usually derivatives of [[oil|Crude Oil]]. Needs to be turned on in the GUI to function. The flow rate can be increased using a screwdriver, from 1mB/t to 10mB/t.", - "zh_CN": "一种由可燃流体供能的[[外部热源|External Heat Source]],常燃烧来自[[原油|Crude Oil]]的流体。需要在GUI中开机才会工作。可使用螺丝刀调整内部流体的燃烧速率, 范围从1mB/t到10mB/t." - } -} +{ + "name": "Fluid Burner", + "icon": ["hbm:tile.heater_oilburner", 1, 0], + "trigger": [["hbm:tile.heater_oilburner"]], + "title": { + "en_US": "Fluid Burner", + "zh_CN": "流体燃烧器", + "ru_RU": "Жидкостный котёл" + }, + "content": { + "en_US": "An [[external heat source|External Heat Source]] powered by flammable fluids, usually derivatives of [[oil|Crude Oil]]. Needs to be turned on in the GUI to function. The flow rate can be increased using a screwdriver, from 1mB/t to 10mB/t.", + "zh_CN": "一种由可燃流体供能的[[外部热源|External Heat Source]],常燃烧来自[[原油|Crude Oil]]的流体。需要在GUI中开机才会工作。可使用螺丝刀调整内部流体的燃烧速率, 范围从1mB/t到10mB/t.", + "ru_RU": "[[Внешний источник тепла|External Heat Source]], работающий на горючих жидкостях, обычно производных [[нефти|Crude Oil]]. Включается с помощью графического интерфейса. Скорость потока может быть увеличена с помощью отвёртки с 1 mB/т до 10 mB/т." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/press.json b/src/main/resources/assets/hbm/manual/machine/press.json index 6822c359d..0e848a187 100644 --- a/src/main/resources/assets/hbm/manual/machine/press.json +++ b/src/main/resources/assets/hbm/manual/machine/press.json @@ -1,13 +1,15 @@ -{ - "name": "Press", - "icon": ["hbm:tile.machine_press", 1, 0], - "trigger": [["hbm:tile.machine_press"], ["hbm:tile.machine_epress"], ["hbm:tile.machine_conveyor_press"]], - "title": { - "en_US": "Press", - "zh_CN": "锻压机" - }, - "content": { - "en_US": "One of the earliest machines, used for making things like plates and wires. A burner press requires a solid fuel like coal to run, as well as a stamp of the desired shape. Stamps are crafted as flat stamps, which are only used in a few recipes, most recipes require the stamp to be turned into a plate or wire stamp using the template folder.

Electric presses are much faster and require electricity to run instead of fuel.

Conveyor presses also run on electricity, and can press single items that pass on its conveyor belt. The conveyor press has no GUI, stamps can be removed with a screwdriver.", - "zh_CN": "最早的几台机器之一,用于制造板、线等物品。火力锻压机需要提供煤炭之类的 固体燃料,同时安装需要的形状的锻模才能工作;刚合成出的锻模是空锻模, 只用于少数配方,大多数配方需要使用板、线等形状的锻模,这些锻模可通过 机器模板文件夹转换空锻模得到。

电动锻压机速度更快,且需要电力而不是固体燃料来运作。

输送带锻压机同样需要电力运作,并且可锻压经过其输送带部分的单个物品。 输送带锻压机没有GUI,其中的锻模可使用螺丝刀右击取下。" - } -} +{ + "name": "Press", + "icon": ["hbm:tile.machine_press", 1, 0], + "trigger": [["hbm:tile.machine_press"], ["hbm:tile.machine_epress"], ["hbm:tile.machine_conveyor_press"]], + "title": { + "en_US": "Press", + "zh_CN": "锻压机", + "ru_RU": "Пресс" + }, + "content": { + "en_US": "One of the earliest machines, used for making things like plates and wires. A burner press requires a solid fuel like coal to run, as well as a stamp of the desired shape. Stamps are crafted as flat stamps, which are only used in a few recipes, most recipes require the stamp to be turned into a plate or wire stamp using the template folder.

Electric presses are much faster and require electricity to run instead of fuel.

Conveyor presses also run on electricity, and can press single items that pass on its conveyor belt. The conveyor press has no GUI, stamps can be removed with a screwdriver.", + "zh_CN": "最早的几台机器之一,用于制造板、线等物品。火力锻压机需要提供煤炭之类的 固体燃料,同时安装需要的形状的锻模才能工作;刚合成出的锻模是空锻模, 只用于少数配方,大多数配方需要使用板、线等形状的锻模,这些锻模可通过 机器模板文件夹转换空锻模得到。

电动锻压机速度更快,且需要电力而不是固体燃料来运作。

输送带锻压机同样需要电力运作,并且可锻压经过其输送带部分的单个物品。 输送带锻压机没有GUI,其中的锻模可使用螺丝刀右击取下。", + "ru_RU": "Одна из самых ранних машин, используемая для изготовления пластин, проводов и прочего. Для работы обычного пресса требуется твёрдое топливо, например, уголь и штамп нужной формы. Штампы изготавливаются сначала плоскими, такие используются только в нескольких рецептах, в большинстве же рецептов требуется, чтобы штамп был превращён в штамп пластины или провода с помощью папки шаблонов.

Электрические прессы работают намного быстрее, и для их работы требуется электричество.

Конвейерные прессы также работают на электричестве и могут прессовать отдельные изделия, проходящие по конвейерной ленте по одной штуке. Конвейерный пресс не имеет графического интерфейса, штампы можно снять с помощью отвёртки." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/pumpjack.json b/src/main/resources/assets/hbm/manual/machine/pumpjack.json index c8709fb80..ba678394b 100644 --- a/src/main/resources/assets/hbm/manual/machine/pumpjack.json +++ b/src/main/resources/assets/hbm/manual/machine/pumpjack.json @@ -1,13 +1,15 @@ -{ - "name": "Pumpjack", - "icon": ["hbm:tile.machine_pumpjack", 1, 0], - "trigger": [["hbm:tile.machine_pumpjack"]], - "title": { - "en_US": "Pumpjack", - "zh_CN": "石油钻机" - }, - "content": { - "en_US": "A faster and more efficient way of extracting [[oil|Crude Oil]]. When placed on top of an [[oil depsoit|Oil Collection]] and powered, it will slowly drill down and pump up oil and [[natural gas|Natural Gas]]. A more powerful version of the [[oil derrick|Derrick]].

A green indicator means that the derrick is currently drilling or pumping up oil. A red indicator means that the drill is jammed, the tanks are full or the derrick is out of power. A crossed out droplet means that the derrick's drill has reached the max depth, and there's no oil to gather.

See also:
[[Basic Oil Processing]]", - "zh_CN": "速度更快、效率更高的[[原油|Crude Oil]]钻取方式。当放置在[[油田|Oil Collection]]上方并供电时,便会缓慢向下钻探并抽取原油和[[天然气|Natural Gas]]。是[[钻油塔|Derrick]]的强化版。

GUI中标识为绿色时表示机器正在钻探或抽取原油,为红色时表示机器卡住、 内部储罐已满或者缺少电力。标识为打叉的原油液滴时表示钻油塔的钻头已到 达最大深度,但此处没有可供钻取的原油。

另见:
[[基础炼油|Basic Oil Processing]]" - } -} +{ + "name": "Pumpjack", + "icon": ["hbm:tile.machine_pumpjack", 1, 0], + "trigger": [["hbm:tile.machine_pumpjack"]], + "title": { + "en_US": "Pumpjack", + "ru_RU": "Станок-качалка", + "zh_CN": "石油钻机" + }, + "content": { + "en_US": "A faster and more efficient way of extracting [[oil|Crude Oil]]. When placed on top of an [[oil depsoit|Oil Collection]] and powered, it will slowly drill down and pump up oil and [[natural gas|Natural Gas]]. A more powerful version of the [[oil derrick|Derrick]].

A green indicator means that the derrick is currently drilling or pumping up oil. A red indicator means that the drill is jammed, the tanks are full or the derrick is out of power. A crossed out droplet means that the derrick's drill has reached the max depth, and there's no oil to gather.

See also:
[[Basic Oil Processing]]", + "ru_RU": "Более быстрый и эффективный способ извлечения [[нефти|Crude Oil]]. При установке над [[нефтяным карманом|Oil Collection]] и включении она будет медленно бурить вниз, а затем откачивать нефть и [[природный газ|Natural Gas]]. Более мощная версия [[нефтяной вышки|Derrick]].

Зелёный индикатор означает, что качалка в данный момент бурит или откачивает нефть. Красный индикатор означает, что качалку заклинило, резервуары заполнены или нет питания. Перечёркнутая капля означает, что качалка достигла максимальной глубины погружения и там больше нет нефти, которую можно было бы добыть.

Смотрите также:
[[Basic Oil Processing]]", + "zh_CN": "速度更快、效率更高的[[原油|Crude Oil]]钻取方式。当放置在[[油田|Oil Collection]]上方并供电时,便会缓慢向下钻探并抽取原油和[[天然气|Natural Gas]]。是[[钻油塔|Derrick]]的强化版。

GUI中标识为绿色时表示机器正在钻探或抽取原油,为红色时表示机器卡住、 内部储罐已满或者缺少电力。标识为打叉的原油液滴时表示钻油塔的钻头已到 达最大深度,但此处没有可供钻取的原油。

另见:
[[基础炼油|Basic Oil Processing]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/pyrooven.json b/src/main/resources/assets/hbm/manual/machine/pyrooven.json index 5dcf65830..a27b014df 100644 --- a/src/main/resources/assets/hbm/manual/machine/pyrooven.json +++ b/src/main/resources/assets/hbm/manual/machine/pyrooven.json @@ -1,13 +1,15 @@ -{ - "name": "Pyrolysis Oven", - "icon": ["hbm:tile.machine_pyrooven", 1, 0], - "trigger": [["hbm:tile.machine_pyrooven"]], - "title": { - "en_US": "Pyrolysis Oven", - "zh_CN": "热解炉" - }, - "content": { - "en_US": "A machine available after [[vacuum oil processing|Vacuum Oil Processing]] which plays a similar role as the [[coker unit|Coker Unit]]. Instead of [[petroleum coke|Coke]], it makes the more powerful [[solid fuel|Solid Fuel]]. Also has several recipes for [[bedrock ore processing|Bedrock Ore]] shared with the [[combination oven|Combination Oven]], for making [[syngas|Syngas]], and for making [[fine soot|Ashpit]].", - "zh_CN": "在[[真空炼油|Vacuum Oil Processing]]阶段后才可获得的机器,与[[焦化装置|Coker Unit]]用途一致。热解炉可将油类固化为能量更高的[[固体燃料|Solid Fuel]],而非[[石油焦炭|Coke]]。也有一些与[[复式炼焦炉|Combination Oven]]共享的基岩矿石处理配方,制作[[合成气|Syngas]]的配方,以及制作[[细烟灰|Ashpit]的配方。" - } -} +{ + "name": "Pyrolysis Oven", + "icon": ["hbm:tile.machine_pyrooven", 1, 0], + "trigger": [["hbm:tile.machine_pyrooven"]], + "title": { + "en_US": "Pyrolysis Oven", + "ru_RU": "Пиролизная печь", + "zh_CN": "热解炉" + }, + "content": { + "en_US": "A machine available after [[vacuum oil processing|Vacuum Oil Processing]] which plays a similar role as the [[coker unit|Coker Unit]]. Instead of [[petroleum coke|Coke]], it makes the more powerful [[solid fuel|Solid Fuel]]. Also has several recipes for [[bedrock ore processing|Bedrock Ore]] shared with the [[combination oven|Combination Oven]], for making [[syngas|Syngas]], and for making [[fine soot|Ashpit]].", + "ru_RU": "Машина, открываемая после [[вакуумной нефтепереработки|Vacuum Oil Processing]], которая выполняет ту же функцию, что и [[коксовая установка|Coker Unit]]. Вместо [[нефтяного кокса|Coke]] она отверждает жидкости в более эффективное [[твёрдое топливо|Solid Fuel]]. Также есть несколько рецептов для [[переработки бедроковой руды|Bedrock Ore]], общих с рецептами [[коксовой печи|Combination Oven]], а также несколько уникальных для приготовления [[синтгаза|Syngas]] и [[мелкой сажи|Ashpit]].", + "zh_CN": "在[[真空炼油|Vacuum Oil Processing]]阶段后才可获得的机器,与[[焦化装置|Coker Unit]]用途一致。热解炉可将油类固化为能量更高的[[固体燃料|Solid Fuel]],而非[[石油焦炭|Coke]]。也有一些与[[复式炼焦炉|Combination Oven]]共享的基岩矿石处理配方,制作[[合成气|Syngas]]的配方,以及制作[[细烟灰|Ashpit]的配方。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/refinery.json b/src/main/resources/assets/hbm/manual/machine/refinery.json index 086f752bb..754cd9c52 100644 --- a/src/main/resources/assets/hbm/manual/machine/refinery.json +++ b/src/main/resources/assets/hbm/manual/machine/refinery.json @@ -1,13 +1,15 @@ -{ - "name": "Oil Refinery", - "icon": ["hbm:tile.machine_refinery", 1, 0], - "trigger": [["hbm:tile.machine_refinery"]], - "title": { - "en_US": "Oil Refinery", - "zh_CN": "炼油厂" - }, - "content": { - "en_US": "Used for [[processing|Basic Oil Processing]] either [[crude oil|Crude Oil]] or [[cracked oil|Cracked Oil]]. Oil needs to be heated in a [[boiler|Boiler]] beforehand. Has four fluid outputs and one solid output.", - "zh_CN": "用于[[精炼|Basic Oil Processing]][[原油|Crude Oil]]或[[裂化油|Cracked Oil]],这些油在精炼前需要在[[锅炉|Boiler]]中加热。具有四个流体输出槽和一个固体输出槽。" - } -} +{ + "name": "Oil Refinery", + "icon": ["hbm:tile.machine_refinery", 1, 0], + "trigger": [["hbm:tile.machine_refinery"]], + "title": { + "en_US": "Oil Refinery", + "ru_RU": "Нефтеперерабатывающий завод", + "zh_CN": "炼油厂" + }, + "content": { + "en_US": "Used for [[processing|Basic Oil Processing]] either [[crude oil|Crude Oil]] or [[cracked oil|Cracked Oil]]. Oil needs to be heated in a [[boiler|Boiler]] beforehand. Has four fluid outputs and one solid output.", + "ru_RU": "Используется для [[первичной переработки|Basic Oil Processing]] либо [[неочищенной нефти|Crude Oil]], либо [[крекированной|Cracked Oil]]. Нефть предварительно необходимо подогреть в [[бойлере|Boiler]]. В числе получаемых продуктов образуются четыре вида жидкости и один твёрдый продукт.", + "zh_CN": "用于[[精炼|Basic Oil Processing]][[原油|Crude Oil]]或[[裂化油|Cracked Oil]],这些油在精炼前需要在[[锅炉|Boiler]]中加热。具有四个流体输出槽和一个固体输出槽。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/rotaryfurnace.json b/src/main/resources/assets/hbm/manual/machine/rotaryfurnace.json index fee6cbd54..814ae66e0 100644 --- a/src/main/resources/assets/hbm/manual/machine/rotaryfurnace.json +++ b/src/main/resources/assets/hbm/manual/machine/rotaryfurnace.json @@ -1,11 +1,13 @@ -{ - "name": "Rotary Furnace", - "icon": ["hbm:tile.machine_rotary_furnace", 1, 0], - "trigger": [["hbm:tile.machine_rotary_furnace"]], - "title": { - "en_US": "Rotary Furnace" - }, - "content": { - "en_US": "A type of alloying furnace that can accept multiple item inputs and a fluid and output the result as liquid metal which needs to be cast. Used to make [[weapon steel|Weapon Steel]] and [[saturnite|Saturnite]], and features alternate recipes for [[gunmetal|Gunmetal]] and [[steel|Steel]]. Requires both a solid fuel and [[steam|Steam]] to function, creating [[low-pressure steam|Low-Pressure Steam]] in the process.

Items can be inserted from the color-coded access points in the back. The input fluid can only be connected to one of the two grey ports on the output side. Steam and low-pressure steam ducts need to be connected to the steam engine on the left. Solid fuel can be inserted through the iron bars at the front. Exhaust smoke can be extracted from the opening at the top, the furnace will emit a smoke plume if not connected to a smoke stack." - } -} +{ + "name": "Rotary Furnace", + "icon": ["hbm:tile.machine_rotary_furnace", 1, 0], + "trigger": [["hbm:tile.machine_rotary_furnace"]], + "title": { + "en_US": "Rotary Furnace", + "ru_RU": "Роторная печь" + }, + "content": { + "en_US": "A type of alloying furnace that can accept multiple item inputs and a fluid and output the result as liquid metal which needs to be cast. Used to make [[weapon steel|Weapon Steel]] and [[saturnite|Saturnite]], and features alternate recipes for [[gunmetal|Gunmetal]] and [[steel|Steel]]. Requires both a solid fuel and [[steam|Steam]] to function, creating [[low-pressure steam|Low-Pressure Steam]] in the process.

Items can be inserted from the color-coded access points in the back. The input fluid can only be connected to one of the two grey ports on the output side. Steam and low-pressure steam ducts need to be connected to the steam engine on the left. Solid fuel can be inserted through the iron bars at the front. Exhaust smoke can be extracted from the opening at the top, the furnace will emit a smoke plume if not connected to a smoke stack.", + "ru_RU": "Тип печей для сплавов, который может принимать несколько видов твёрдого сырья и жидкость, при этом выдавая продукт в виде жидкого металла, который потребует отливки. Используется для изготовления [[оружейной стали|Weapon Steel]] и [[сатурнита|Saturnite]], а также содержит альтернативные рецепты для [[пушечной бронзы|Gunmetal]] и [[стали|Steel]]. Для работы требуется как твёрдое топливо, так и [[пар|Steam]], из которого образуется [[пар низкого давления|Low-Pressure Steam]].

Предметы можно вставлять с помощью обозначенных цветом портов доступа на задней стороне. Жидкости можно вводить только через один из двух серых разъёмов сбоку. К портам парового двигателя слева необходимо подсоединить трубы для обычного пара и пара низкого давления. Твёрдое топливо можно подавать через зарешечённое отверстие спереди. Выхлоп может выводиться через отверстие сверху, печь будет оставлять шлейф дыма, если нет подключения к дымовой трубе." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/shredder.json b/src/main/resources/assets/hbm/manual/machine/shredder.json index a7daf5819..ac2ac8d86 100644 --- a/src/main/resources/assets/hbm/manual/machine/shredder.json +++ b/src/main/resources/assets/hbm/manual/machine/shredder.json @@ -1,13 +1,15 @@ -{ - "name": "Shredder", - "icon": ["hbm:tile.machine_shredder", 1, 0], - "trigger": [["hbm:tile.machine_shredder"]], - "title": { - "en_US": "Shredder", - "zh_CN": "粉碎机" - }, - "content": { - "en_US": "Allows ores to be shredded into powder, which doubles the yield. Any item that has no recipe will be shredded anyway, and turned to scrap. Requires two shredder blades to work, blades made from [[desh|Desh]] will never break. Will process one item from every slot at the same time, so filling all slots will make it run more efficiently.", - "zh_CN": "可将矿物粉碎为粉,以得到双倍产量。任何没有粉碎配方的物品也可以被粉碎, 粉碎后产出废料。需要两个粉碎机刀片才能工作,[[Desh]]制的粉碎机刀片永不损坏。 每次能够同时处理内部所有槽位中的一个物品,因此填满所有的槽位可以使效 率最大化。" - } -} +{ + "name": "Shredder", + "icon": ["hbm:tile.machine_shredder", 1, 0], + "trigger": [["hbm:tile.machine_shredder"]], + "title": { + "en_US": "Shredder", + "zh_CN": "粉碎机", + "ru_RU": "Измельчитель" + }, + "content": { + "en_US": "Allows ores to be shredded into powder, which doubles the yield. Any item that has no recipe will be shredded anyway, and turned to scrap. Requires two shredder blades to work, blades made from [[desh|Desh]] will never break. Will process one item from every slot at the same time, so filling all slots will make it run more efficiently.", + "zh_CN": "可将矿物粉碎为粉,以得到双倍产量。任何没有粉碎配方的物品也可以被粉碎, 粉碎后产出废料。需要两个粉碎机刀片才能工作,[[Desh]]制的粉碎机刀片永不损坏。 每次能够同时处理内部所有槽位中的一个物品,因此填满所有的槽位可以使效 率最大化。", + "ru_RU": "Позволяет измельчать руду в порошок, что удваивает выход продукта. Любой продукт, не имеющий рецепта, всё равно будет измельчён и превращён в металлолом. Для работы требуются два лезвия измельчителя, лезвия, изготовленные из [[деш|Desh]], никогда не сломаются. Он будет обрабатывать по одному предмету из каждого слота одновременно, ввиду чего заполнение всех слотов повысит эффективность его работы." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/steamengine.json b/src/main/resources/assets/hbm/manual/machine/steamengine.json index 35ac5351f..71ebabb59 100644 --- a/src/main/resources/assets/hbm/manual/machine/steamengine.json +++ b/src/main/resources/assets/hbm/manual/machine/steamengine.json @@ -1,13 +1,15 @@ -{ - "name": "Steam Engine", - "icon": ["hbm:tile.machine_steam_engine", 1, 0], - "trigger": [["hbm:tile.machine_steam_engine"]], - "title": { - "en_US": "Steam Engine", - "zh_CN": "蒸汽机" - }, - "content": { - "en_US": "The earliest way of making power out of [[steam|Steam]], usually from a [[boiler|Boiler]]. Outputs [[low-pressure steam|Low-Pressure Steam]], which either has to be vented or [[condensed|Condenser]] back into water.

Can only handle regular pressure steam, higher pressures require a [[steam turbine|Steam Turbine]].", - "zh_CN": "使用[[蒸汽|Steam]]发电的最早方式,而此时蒸汽通常来自[[锅炉|Boiler]]。会输出[[低压蒸汽|Low-Pressure Steam]],这些低压蒸汽必须被排放,或者被[[冷凝|Condenser]]回水。

蒸汽机只能处理普通蒸汽,处理高等级蒸汽需要[[汽轮机|Steam Turbine]]。" - } -} +{ + "name": "Steam Engine", + "icon": ["hbm:tile.machine_steam_engine", 1, 0], + "trigger": [["hbm:tile.machine_steam_engine"]], + "title": { + "en_US": "Steam Engine", + "zh_CN": "蒸汽机", + "ru_RU": "Паровой двигатель" + }, + "content": { + "en_US": "The earliest way of making power out of [[steam|Steam]], usually from a [[boiler|Boiler]]. Outputs [[low-pressure steam|Low-Pressure Steam]], which either has to be vented or [[condensed|Condenser]] back into water.

Can only handle regular pressure steam, higher pressures require a [[steam turbine|Steam Turbine]].", + "zh_CN": "使用[[蒸汽|Steam]]发电的最早方式,而此时蒸汽通常来自[[锅炉|Boiler]]。会输出[[低压蒸汽|Low-Pressure Steam]],这些低压蒸汽必须被排放,或者被[[冷凝|Condenser]]回水。

蒸汽机只能处理普通蒸汽,处理高等级蒸汽需要[[汽轮机|Steam Turbine]]。", + "ru_RU": "Самый ранний способ получения энергии из [[пара|Steam]], обычно с помощью [[бойлера|Boiler]]. Выдаёт [[пар низкого давления|Low-Pressure Steam]], который необходимо либо отвести, либо [[сконденсировать|Condenser]] обратно в воду.

Может работать исключительно с обычным паром, для более горячего пара требуется [[паровая турбина|Steam Turbine]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/steelfurnace.json b/src/main/resources/assets/hbm/manual/machine/steelfurnace.json index c014e195b..7c81af18f 100644 --- a/src/main/resources/assets/hbm/manual/machine/steelfurnace.json +++ b/src/main/resources/assets/hbm/manual/machine/steelfurnace.json @@ -1,13 +1,15 @@ -{ - "name": "Steel Furnace", - "icon": ["hbm:tile.furnace_steel", 1, 0], - "trigger": [["hbm:tile.furnace_steel"]], - "title": { - "en_US": "Steel Furnace", - "zh_CN": "钢炉" - }, - "content": { - "en_US": "A furnace powered by an [[external heat source|External Heat Source]]. Can run three recipes at the same time. Certain recipes, like smelting ores or logs, have a bonus output, indicated by the small meter below the progress bar. Not particularly fast due to the heat transfer limitation, but very versatile.", - "zh_CN": "由[[外部热源|External Heat Source]]驱动的熔炉,可一次性处理三个配方。特定的配方(如烧炼矿物和原木的配方)会有额外输出,其进度由烧炼进度条 下方的小进度条指示。由于热量传输速率限制,其速度不是特别快,但仍然用 途广泛。" - } -} +{ + "name": "Steel Furnace", + "icon": ["hbm:tile.furnace_steel", 1, 0], + "trigger": [["hbm:tile.furnace_steel"]], + "title": { + "en_US": "Steel Furnace", + "ru_RU": "Стальная печь", + "zh_CN": "钢炉" + }, + "content": { + "en_US": "A furnace powered by an [[external heat source|External Heat Source]]. Can run three recipes at the same time. Certain recipes, like smelting ores or logs, have a bonus output, indicated by the small meter below the progress bar. Not particularly fast due to the heat transfer limitation, but very versatile.", + "ru_RU": "Печь, работающая от [[внешнего источника тепла|External Heat Source]]. Имеет три параллели. Некоторые рецепты, например, плавки руды или карбонизации брёвен, имеют дополнительный бонус эффективности, о чем свидетельствует небольшой индикатор под шкалой прогресса. Эта печь не очень быстрая из-за ограничения теплопередачи, но очень многофункциональная.", + "zh_CN": "由[[外部热源|External Heat Source]]驱动的熔炉,可一次性处理三个配方。特定的配方(如烧炼矿物和原木的配方)会有额外输出,其进度由烧炼进度条 下方的小进度条指示。由于热量传输速率限制,其速度不是特别快,但仍然用 途广泛。" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/stirling.json b/src/main/resources/assets/hbm/manual/machine/stirling.json index c1fcfd1ee..0b0e81f88 100644 --- a/src/main/resources/assets/hbm/manual/machine/stirling.json +++ b/src/main/resources/assets/hbm/manual/machine/stirling.json @@ -1,13 +1,15 @@ -{ - "name": "Stirling Engine", - "icon": ["hbm:tile.machine_stirling", 1, 0], - "trigger": [["hbm:tile.machine_stirling"], ["hbm:tile.machine_stirling_steel"]], - "title": { - "en_US": "Stirling Engine", - "zh_CN": "斯特林发电机" - }, - "content": { - "en_US": "Early machine for turning [[TU|External Heat Source]] directly into energy. Has low efficiency, and can only accept limited amounts of heat. Too much heat will cause the machine to violently disassemble. Detached parts can be collected and slotted back into the machine.

A step up from the [[wood burner|Wood-Burning Generator]], but not by much.", - "zh_CN": "前期机器,用于将[[TU|External Heat Source]]直接转化为电能。效率较低,而且只能接受有限量的热能。过多的热能会导致机 器剧烈地损毁,而脱落的部件可被捡回并重新安装到机器上。

与[[火力发电机|Wood-Burning Generator]]相比是一种进步,但进步不大。" - } -} +{ + "name": "Stirling Engine", + "icon": ["hbm:tile.machine_stirling", 1, 0], + "trigger": [["hbm:tile.machine_stirling"], ["hbm:tile.machine_stirling_steel"]], + "title": { + "en_US": "Stirling Engine", + "zh_CN": "斯特林发电机", + "ru_RU": "Генератор Стирлинга" + }, + "content": { + "en_US": "Early machine for turning [[TU|External Heat Source]] directly into energy. Has low efficiency, and can only accept limited amounts of heat. Too much heat will cause the machine to violently disassemble. Detached parts can be collected and slotted back into the machine.

A step up from the [[wood burner|Wood-Burning Generator]], but not by much.", + "zh_CN": "前期机器,用于将[[TU|External Heat Source]]直接转化为电能。效率较低,而且只能接受有限量的热能。过多的热能会导致机 器剧烈地损毁,而脱落的部件可被捡回并重新安装到机器上。

与[[火力发电机|Wood-Burning Generator]]相比是一种进步,但进步不大。", + "ru_RU": "Механизм ранних этапов игры для прямого преобразования [[тепла|External Heat Source]] в электроэнергию. Низкая эффективность работы, буфер тепла строго ограничен, перегрев приведёт к поломке. Отлетевшие детали можно будет подобрать и вставить обратно. Этот двигатель - небольшой шаг вперёд по сравнению с [[генератором на дровах|Wood-Burning Generator]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/turbofan.json b/src/main/resources/assets/hbm/manual/machine/turbofan.json index 517641eeb..1afc2b3ce 100644 --- a/src/main/resources/assets/hbm/manual/machine/turbofan.json +++ b/src/main/resources/assets/hbm/manual/machine/turbofan.json @@ -1,13 +1,15 @@ -{ - "name": "Turbofan", - "icon": ["hbm:tile.machine_turbofan", 1, 0], - "trigger": [["hbm:tile.machine_turbofan"]], - "title": { - "en_US": "Turbofan", - "zh_CN": "涡扇发动机" - }, - "content": { - "en_US": "An advanced generator using aviation-grade combustible fuel like [[kerosene|Kerosene]]. Can be stopped by supplying a redstone signal to one of its ports. Beware its intake.

See also:
[[Diesel Generator]]
[[Industrial Combustion Engine]]
[[Combined Cycle Gas Turbine]]", - "zh_CN": "一种高级发电机,使用[[煤油|Kerosene]]等航空级燃料发电。可通过对此机器的一个接口通入红石信号使之停机。
注意本机器的进气口。

另见:
[[柴油发电机|Diesel Generator]]
[[工业内燃机|Industrial Combustion Engine]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]" - } -} +{ + "name": "Turbofan", + "icon": ["hbm:tile.machine_turbofan", 1, 0], + "trigger": [["hbm:tile.machine_turbofan"]], + "title": { + "en_US": "Turbofan", + "zh_CN": "涡扇发动机", + "ru_RU": "Турбовентилятор" + }, + "content": { + "en_US": "An advanced generator using aviation-grade combustible fuel like [[kerosene|Kerosene]]. Can be stopped by supplying a redstone signal to one of its ports. Beware its intake.

See also:
[[Diesel Generator]]
[[Industrial Combustion Engine]]
[[Combined Cycle Gas Turbine]]", + "zh_CN": "一种高级发电机,使用[[煤油|Kerosene]]等航空级燃料发电。可通过对此机器的一个接口通入红石信号使之停机。
注意本机器的进气口。

另见:
[[柴油发电机|Diesel Generator]]
[[工业内燃机|Industrial Combustion Engine]]
[[联合循环燃气轮机|Combined Cycle Gas Turbine]]", + "ru_RU": "Усовершенствованный генератор, работающий на топливе авиационного качества, например, [[керосине|Kerosene]]. Его можно остановить, подав сигнал красного камня на один из его портов. Остерегайтесь засасывания внутрь!

Смотрите также:
[[Дизельный генератор]]
[[Промышленный двигатель внутреннего сгорания]]
[[Газовая турбина комбинированного цикла]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/machine/woodburner.json b/src/main/resources/assets/hbm/manual/machine/woodburner.json index 7da99d477..e77f5ccfa 100644 --- a/src/main/resources/assets/hbm/manual/machine/woodburner.json +++ b/src/main/resources/assets/hbm/manual/machine/woodburner.json @@ -1,13 +1,15 @@ -{ - "name": "Wood-Burning Generator", - "icon": ["hbm:tile.machine_wood_burner", 1, 0], - "trigger": [["hbm:tile.machine_wood_burner"]], - "title": { - "en_US": "Wood-Burning Generator", - "zh_CN": "火力发电机" - }, - "content": { - "en_US": "The first available way of making power. Can burn solid or liquid fuels, the operating mode may be changed by clicking the arrow button. Burns wooden logs and planks more efficiently. Cables and pipes can be connected at the back.", - "zh_CN": "第一种可用的发电方式。可燃烧固体或液体燃料,其工作模式可通过点击GUI中 的箭头按钮改变。能够更高效地燃烧原木和木板。背部可连接电线和管道。" - } -} +{ + "name": "Wood-Burning Generator", + "icon": ["hbm:tile.machine_wood_burner", 1, 0], + "trigger": [["hbm:tile.machine_wood_burner"]], + "title": { + "en_US": "Wood-Burning Generator", + "zh_CN": "火力发电机", + "ru_RU": "Генератор на дровах" + }, + "content": { + "en_US": "The first available way of making power. Can burn solid or liquid fuels, the operating mode may be changed by clicking the arrow button. Burns wooden logs and planks more efficiently. Cables and pipes can be connected at the back.", + "zh_CN": "第一种可用的发电方式。可燃烧固体或液体燃料,其工作模式可通过点击GUI中 的箭头按钮改变。能够更高效地燃烧原木和木板。背部可连接电线和管道。", + "ru_RU": "Это первый доступный способ получения энергии. Может использовать твёрдое или жидкое топливо, режим работы можно изменить, нажав кнопку со стрелкой. Более эффективно сжигаются деревянные бревна и доски. Провода и трубы можно подсоединять сзади." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/alloy.json b/src/main/resources/assets/hbm/manual/material/alloy.json index fc37bc84e..32b8133f1 100644 --- a/src/main/resources/assets/hbm/manual/material/alloy.json +++ b/src/main/resources/assets/hbm/manual/material/alloy.json @@ -1,17 +1,17 @@ -{ - "name": "Advanced Alloy", - "icon": ["hbm:item.ingot_advanced_alloy", 1, 0], - "trigger": [["hbm:item.ingot_advanced_alloy"], ["hbm:item.powder_advanced_alloy"], ["hbm:item.plate_advanced_alloy"]], - "title": { - "en_US": "Advanced Alloy", - "uk_UA": "Удосконалений сплав", - "zh_CN": "高级合金", - "ru_RU": "Продвинутый сплав" - }, - "content": { - "en_US": "Made in a [[blast furnace|Blast Furnace]] from [[steel|Steel]] and [[Minecraft grade copper|Minecraft Grade Copper]]. Makes better-than-diamond gear. Also used in some high-powered magnets for the [[fusion reactor|Fusion Reactor]] and the [[exposure chamber|Exposure Chamber]].", - "uk_UA": "Виготовлено в [[доменній печі|Blast Furnace]] зі [[сталі|Steel]] та [[червоної міді|Minecraft Grade Copper]]. З нього робиться спорядження краще за алмазне. Також використовується в деяких потужних магнітах для [[термоядерного реактору|Fusion Reactor]] та [[камери опромінювання|Exposure Chamber]].", - "ru_RU": "Изготовлено в [[доменной печи|Blast Furnace]] из [[стали|Steel]] и [[красной меди|Minecraft Grade Copper]]. Из него делают инструменты, превосходящие алмазные. Также используется в некоторых мощных магнитах для [[термоядерного реактора|Fusion Reactor]] и [[камеры облучения|Exposure Chamber]].", - "zh_CN": "在[[高炉|Blast Furnace]]中使用[[钢|Steel]]和[[紫铜|Minecraft Grade Copper]]制成。其制成的工具比钻石更加优质。同时也能用于制作[[聚变反应堆|Fusion Reactor]]和[[辐照舱|Exposure Chamber]]的高能磁铁。" - } -} +{ + "name": "Advanced Alloy", + "icon": ["hbm:item.ingot_advanced_alloy", 1, 0], + "trigger": [["hbm:item.ingot_advanced_alloy"], ["hbm:item.powder_advanced_alloy"], ["hbm:item.plate_advanced_alloy"]], + "title": { + "en_US": "Advanced Alloy", + "uk_UA": "Удосконалений сплав", + "zh_CN": "高级合金", + "ru_RU": "Продвинутый сплав" + }, + "content": { + "en_US": "Made in a [[blast furnace|Blast Furnace]] from [[steel|Steel]] and [[Minecraft grade copper|Minecraft Grade Copper]]. Makes better-than-diamond gear. Also used in some high-powered magnets for the [[fusion reactor|Fusion Reactor]] and the [[exposure chamber|Exposure Chamber]].", + "uk_UA": "Виготовлено в [[доменній печі|Blast Furnace]] зі [[сталі|Steel]] та [[червоної міді|Minecraft Grade Copper]]. З нього робиться спорядження краще за алмазне. Також використовується в деяких потужних магнітах для [[термоядерного реактору|Fusion Reactor]] та [[камери опромінювання|Exposure Chamber]].", + "ru_RU": "Изготовлено в [[доменной печи|Blast Furnace]] из [[стали|Steel]] и [[красной меди|Minecraft Grade Copper]]. Из него делают инструменты, превосходящие алмазные. Также используется в некоторых мощных магнитах для [[термоядерного реактора|Fusion Reactor]] и [[камеры облучения|Exposure Chamber]].", + "zh_CN": "在[[高炉|Blast Furnace]]中使用[[钢|Steel]]和[[紫铜|Minecraft Grade Copper]]制成。其制成的工具比钻石更加优质。同时也能用于制作[[聚变反应堆|Fusion Reactor]]和[[辐照舱|Exposure Chamber]]的高能磁铁。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/aluminium.json b/src/main/resources/assets/hbm/manual/material/aluminium.json index 8a8af90d9..6275b96d0 100644 --- a/src/main/resources/assets/hbm/manual/material/aluminium.json +++ b/src/main/resources/assets/hbm/manual/material/aluminium.json @@ -1,17 +1,17 @@ -{ - "name": "Aluminium", - "icon": ["hbm:item.ingot_aluminium", 1, 0], - "trigger": [["hbm:item.ingot_aluminium"], ["hbm:item.plate_aluminium"], ["hbm:item.powder_aluminium"]], - "title": { - "en_US": "Aluminium", - "uk_UA": "Алюміній", - "ru_RU": "Алюминий", - "zh_CN": "铝" - }, - "content": { - "en_US": "Common, lightweight metal. Available early on from smelting cryolite ('aluminium-bearing ore') in a [[combination oven|Combination Oven]]. Can be made later by processing [[bauxite|Bauxite]], and [[electrolyzing|Electrolysis Machine]] the resulting alumina solution.

Used in piping, general fluid handling, as part of [[gunmetal|Gunmetal]] and missile fuselages.", - "uk_UA": "Звичайний, легкий метал. Доступний на ранніх стадіях шляхом плавлення кріоліту ('алюмінієвої руди') у [[коксовій печі|Combination Oven]]. Може бути отриманий пізніше шляхом обробки [[бокситів|Bauxite]], та [[електролізу|Electrolysis Machine]] отриманого розчину оксиду алюмінію.

Використовується в трубопроводах, загальній роботі з рідинами, як компонент [[гарматної бронзи|Gunmetal]] та фюзеляжів ракет.", - "ru_RU": "Распространённый легкий металл. Доступен на ранних этапах от плавки криолита ('алюминиевая руда') в [[коксовой печи|Combination Oven]]. Позже может быть получен путём обработки [[боксита|Bauxite]] и [[электролиза|Electrolysis Machine]] полученного раствора глинозёма.

Используется в трубах, общем обращении с жидкостями, как часть [[оружейного металла|Gunmetal]] и фюзеляжей ракет.", - "zh_CN": "常见的轻质金属,在早期可使用[[复式炼焦炉|Combination Oven]]冶炼冰晶石(含铝矿石)来得到铝。后期可通过加工[[铝土矿|Bauxite]],后使用[[电解机|Electrolysis Machine]]处理氧化铝溶液得到。

用于制作管道,一般流体储存,制作[[炮铜|Gunmetal]]和导弹弹体。" - } -} +{ + "name": "Aluminium", + "icon": ["hbm:item.ingot_aluminium", 1, 0], + "trigger": [["hbm:item.ingot_aluminium"], ["hbm:item.plate_aluminium"], ["hbm:item.powder_aluminium"]], + "title": { + "en_US": "Aluminium", + "uk_UA": "Алюміній", + "ru_RU": "Алюминий", + "zh_CN": "铝" + }, + "content": { + "en_US": "Common, lightweight metal. Available early on from smelting cryolite ('aluminium-bearing ore') in a [[combination oven|Combination Oven]]. Can be made later by processing [[bauxite|Bauxite]], and [[electrolyzing|Electrolysis Machine]] the resulting alumina solution.

Used in piping, general fluid handling, as part of [[gunmetal|Gunmetal]] and missile fuselages.", + "uk_UA": "Звичайний, легкий метал. Доступний на ранніх стадіях шляхом плавлення кріоліту ('алюмінієвої руди') у [[коксовій печі|Combination Oven]]. Може бути отриманий пізніше шляхом обробки [[бокситів|Bauxite]], та [[електролізу|Electrolysis Machine]] отриманого розчину оксиду алюмінію.

Використовується в трубопроводах, загальній роботі з рідинами, як компонент [[гарматної бронзи|Gunmetal]] та фюзеляжів ракет.", + "ru_RU": "Распространённый легкий металл. Доступен на ранних этапах от плавки криолита ('алюминиевая руда') в [[коксовой печи|Combination Oven]]. Позже может быть получен путём обработки [[боксита|Bauxite]] и [[электролиза|Electrolysis Machine]] полученного раствора глинозёма.

Используется в трубах, общем обращении с жидкостями, как часть [[пушечной бронзы|Gunmetal]] и фюзеляжей ракет.", + "zh_CN": "常见的轻质金属,在早期可使用[[复式炼焦炉|Combination Oven]]冶炼冰晶石(含铝矿石)来得到铝。后期可通过加工[[铝土矿|Bauxite]],后使用[[电解机|Electrolysis Machine]]处理氧化铝溶液得到。

用于制作管道,一般流体储存,制作[[炮铜|Gunmetal]]和导弹弹体。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/arsenic.json b/src/main/resources/assets/hbm/manual/material/arsenic.json index eee027fb1..fc9cfc228 100644 --- a/src/main/resources/assets/hbm/manual/material/arsenic.json +++ b/src/main/resources/assets/hbm/manual/material/arsenic.json @@ -1,17 +1,17 @@ -{ - "name": "Arsenic", - "icon": ["hbm:item.ingot_arsenic", 1, 0], - "trigger": [["hbm:item.ingot_arsenic"], ["hbm:item.nugget_arsenic"]], - "title": { - "en_US": "Arsenic", - "uk_UA": "Миш'як", - "ru_RU": "Мышьяк", - "zh_CN": "砷" - }, - "content": { - "en_US": "Obtainable by treating oily scraps with [[high-performance solvent|High-Performance Solvent]] in an [[acidizer|Ore Acidizer]]. Oily scraps can be created by [[shredding|Shredder]] polluted blocks created by the [[fracking tower|Hydraulic Fracking Tower]]. Primarily used as [[arsenic bronze|Arsenic Bronze]].", - "uk_UA": "Отримується шляхом обробки нафтових відходів [[високоефективним розчинником|High-Performance Solvent]] в [[рудному окислювачі|Ore Acidizer]]. Нафтові відходи утворюються [[подрібненням|Shredder]] забруднених блоків, утворених [[вежею гідророзриву|Hydraulic Fracking Tower]]. В основному використовується як [[миш'якова бронза|Arsenic Bronze]].", - "ru_RU": "Получается путём обработки нефтяных отходов [[высокоэффективным растворителем|High-Performance Solvent]] в [[рудном окислитиле|Ore Acidizer]]. Нефтяные отходы можно создать [[измельчением|Shredder]] загрязненных блоков, созданных [[башней гидроразрыва|Hydraulic Fracking Tower]]. В основном используется как [[мышьяковая бронза|Arsenic Bronze]].", - "zh_CN": "可通过在[[酸化机|Ore Acidizer]]中使用[[高性能溶剂|High-Performance Solvent]]处理油性废料获得。油性废料可在[[粉碎机|Shredder]]中粉碎[[水力压裂塔|Hydraulic Fracking Tower]]产生的污染方块获得。主要用于制作[[砷青铜|Arsenic Bronze]]。" - } -} +{ + "name": "Arsenic", + "icon": ["hbm:item.ingot_arsenic", 1, 0], + "trigger": [["hbm:item.ingot_arsenic"], ["hbm:item.nugget_arsenic"]], + "title": { + "en_US": "Arsenic", + "uk_UA": "Миш'як", + "ru_RU": "Мышьяк", + "zh_CN": "砷" + }, + "content": { + "en_US": "Obtainable by treating oily scraps with [[high-performance solvent|High-Performance Solvent]] in an [[acidizer|Ore Acidizer]]. Oily scraps can be created by [[shredding|Shredder]] polluted blocks created by the [[fracking tower|Hydraulic Fracking Tower]]. Primarily used as [[arsenic bronze|Arsenic Bronze]].", + "uk_UA": "Отримується шляхом обробки нафтових відходів [[високоефективним розчинником|High-Performance Solvent]] в [[рудному окислювачі|Ore Acidizer]]. Нафтові відходи утворюються [[подрібненням|Shredder]] забруднених блоків, утворених [[вежею гідророзриву|Hydraulic Fracking Tower]]. В основному використовується як [[миш'якова бронза|Arsenic Bronze]].", + "ru_RU": "Получается путём обработки нефтяных отходов [[высокоэффективным растворителем|High-Performance Solvent]] в [[рудном окислитиле|Ore Acidizer]]. Нефтяные отходы можно создать [[измельчением|Shredder]] загрязненных блоков, созданных [[башней гидроразрыва|Hydraulic Fracking Tower]]. В основном используется как [[мышьяковая бронза|Arsenic Bronze]].", + "zh_CN": "可通过在[[酸化机|Ore Acidizer]]中使用[[高性能溶剂|High-Performance Solvent]]处理油性废料获得。油性废料可在[[粉碎机|Shredder]]中粉碎[[水力压裂塔|Hydraulic Fracking Tower]]产生的污染方块获得。主要用于制作[[砷青铜|Arsenic Bronze]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/arsenic_bronze.json b/src/main/resources/assets/hbm/manual/material/arsenic_bronze.json index eaec58dcb..a65cd7c43 100644 --- a/src/main/resources/assets/hbm/manual/material/arsenic_bronze.json +++ b/src/main/resources/assets/hbm/manual/material/arsenic_bronze.json @@ -1,17 +1,17 @@ -{ - "name": "Arsenic Bronze", - "icon": ["hbm:item.ingot_arsenic_bronze", 1, 0], - "trigger": [["hbm:item.ingot_arsenic_bronze"]], - "title": { - "en_US": "Arsenic Bronze", - "uk_UA": "Миш'якова бронза", - "ru_RU": "Мышьяковая бронза", - "zh_CN": "砷青铜" - }, - "content": { - "en_US": "Derivative of [[arsenic|Arsenic]] made in the [[crucible|Crucible]], therefore available only after building an [[RBMK]] due to requiring [[high-performance solvent|High-Performance Solvent]].

Fully interchangeable with [[bismuth bronze|Bismuth Bronze]].", - "uk_UA": "Похідна від [[миш'яку|Arsenic]], виготовлена в [[ливарні|Crucible]], доступна лише після будівництва [[РБМК|RBMK]] через необхідність у [[високоефективному розчиннику|High-Performance Solvent]].

Повністю взаємозамінна з [[вісмутовою бронзою|Bismuth Bronze]].", - "ru_RU": "Производное от [[мышьяка|Arsenic]], изготовленное в [[плавильне|Crucible]], поэтому доступно только после постройки [[РБМК|RBMK]] из-за требования [[высокоэффективного растворителя|High-Performance Solvent]].

Полностью взаимозаменяемо с [[висмутовой бронзой|Bismuth Bronze]].", - "zh_CN": "使用[[砷|Arsenic]]在[[坩埚|Crucible]]中制作的衍生物,只能在建造[[RBMK]]之后获得,因为提取砷需要用到[[高性能溶剂|High-Performance Solvent]]。

和[[铋青铜|Bismuth Bronze]]完全通用。" - } -} +{ + "name": "Arsenic Bronze", + "icon": ["hbm:item.ingot_arsenic_bronze", 1, 0], + "trigger": [["hbm:item.ingot_arsenic_bronze"]], + "title": { + "en_US": "Arsenic Bronze", + "uk_UA": "Миш'якова бронза", + "ru_RU": "Мышьяковая бронза", + "zh_CN": "砷青铜" + }, + "content": { + "en_US": "Derivative of [[arsenic|Arsenic]] made in the [[crucible|Crucible]], therefore available only after building an [[RBMK]] due to requiring [[high-performance solvent|High-Performance Solvent]].

Fully interchangeable with [[bismuth bronze|Bismuth Bronze]].", + "uk_UA": "Похідна від [[миш'яку|Arsenic]], виготовлена в [[ливарні|Crucible]], доступна лише після будівництва [[РБМК|RBMK]] через необхідність у [[високоефективному розчиннику|High-Performance Solvent]].

Повністю взаємозамінна з [[вісмутовою бронзою|Bismuth Bronze]].", + "ru_RU": "Производное от [[мышьяка|Arsenic]], изготовленное в [[плавильне|Crucible]], поэтому доступно только после постройки [[РБМК|RBMK]] из-за требования [[высокоэффективного растворителя|High-Performance Solvent]].

Полностью взаимозаменяемо с [[висмутовой бронзой|Bismuth Bronze]].", + "zh_CN": "使用[[砷|Arsenic]]在[[坩埚|Crucible]]中制作的衍生物,只能在建造[[RBMK]]之后获得,因为提取砷需要用到[[高性能溶剂|High-Performance Solvent]]。

和[[铋青铜|Bismuth Bronze]]完全通用。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/bakelite.json b/src/main/resources/assets/hbm/manual/material/bakelite.json index 351ccd988..f700e1186 100644 --- a/src/main/resources/assets/hbm/manual/material/bakelite.json +++ b/src/main/resources/assets/hbm/manual/material/bakelite.json @@ -1,17 +1,17 @@ -{ - "name": "Bakelite", - "icon": ["hbm:item.ingot_bakelite", 1, 0], - "trigger": [["hbm:item.ingot_bakelite"], ["hbm:item.powder_bakelite"]], - "title": { - "en_US": "Bakelite", - "uk_UA": "Карболіт", - "ru_RU": "Бакелит", - "zh_CN": "电木" - }, - "content": { - "en_US": "Alternative to [[polymer|Polymer]] made from [[aromatic hydrocarbons|Aromatic Hydrocarbons]] derived from [[cracked oil products|Advanced Oil Processing]]. Completely interchangeable in all recipes.", - "uk_UA": "Карболіт (радянська назва бакеліту) — альтернатива [[полімеру|Polymer]], виготовлений з [[ароматичних вуглеводнів|Aromatic Hydrocarbons]], отриманих з [[продуктів крекінгу нафти|Advanced Oil Processing]]. Повністю взаємозамінний у всіх рецептах.", - "ru_RU": "Альтернатива [[полимеру|Polymer]], изготовленная из [[ароматических углеводородов|Aromatic Hydrocarbons]], полученных из [[продуктов крекинга нефти|Advanced Oil Processing]]. Полностью взаимозаменяема во всех рецептах.", - "zh_CN": "[[聚合物|Polymer]]的替代品,使用处理[[裂化油|Advanced Oil Processing]]得到的产品之一[[芳香烃|Aromatic Hydrocarbons]]制作。在所有配方中与聚合物完全通用。" - } -} +{ + "name": "Bakelite", + "icon": ["hbm:item.ingot_bakelite", 1, 0], + "trigger": [["hbm:item.ingot_bakelite"], ["hbm:item.powder_bakelite"]], + "title": { + "en_US": "Bakelite", + "uk_UA": "Карболіт", + "ru_RU": "Бакелит", + "zh_CN": "电木" + }, + "content": { + "en_US": "Alternative to [[polymer|Polymer]] made from [[aromatic hydrocarbons|Aromatic Hydrocarbons]] derived from [[cracked oil products|Advanced Oil Processing]]. Completely interchangeable in all recipes.", + "uk_UA": "Карболіт (радянська назва бакеліту) — альтернатива [[полімеру|Polymer]], виготовлений з [[ароматичних вуглеводнів|Aromatic Hydrocarbons]], отриманих з [[продуктів крекінгу нафти|Advanced Oil Processing]]. Повністю взаємозамінний у всіх рецептах.", + "ru_RU": "Альтернатива [[полимеру|Polymer]], изготовленная из [[ароматических углеводородов|Aromatic Hydrocarbons]], полученных из [[продуктов крекинга нефти|Advanced Oil Processing]]. Полностью взаимозаменяема во всех рецептах.", + "zh_CN": "[[聚合物|Polymer]]的替代品,使用处理[[裂化油|Advanced Oil Processing]]得到的产品之一[[芳香烃|Aromatic Hydrocarbons]]制作。在所有配方中与聚合物完全通用。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/bismuth.json b/src/main/resources/assets/hbm/manual/material/bismuth.json index 40d513ca7..65050126f 100644 --- a/src/main/resources/assets/hbm/manual/material/bismuth.json +++ b/src/main/resources/assets/hbm/manual/material/bismuth.json @@ -1,17 +1,17 @@ -{ - "name": "Bismuth", - "icon": ["hbm:item.ingot_bismuth", 1, 0], - "trigger": [["hbm:item.ingot_bismuth"], ["hbm:item.billet_bismuth"], ["hbm:item.nugget_bismuth"], ["hbm:item.powder_bismuth"]], - "title": { - "en_US": "Bismuth", - "uk_UA": "Вісмут", - "ru_RU": "Висмут", - "zh_CN": "铋" - }, - "content": { - "en_US": "Heavy metal, intially derived from reprocessing spent [[RBMK]] fuel in the [[SILEX]], can also be made from later stage bedrock ore processing using [[high-performance solvent|High-Performance Solvent]]. Primarily used as [[bismuth bronze|Bismuth Bronze]].", - "uk_UA": "Важкий метал, початково який можна отримати у результаті переробки відпрацьованого палива [[РБМК|RBMK]] в [[SILEX]], також може бути отриманий на пізнішій стадії переробки корінної руди з використанням [[високоефективного розчинника|High-Performance Solvent]]. Переважно використовуюється як [[вісмутова бронза|Bismuth Bronze]].", - "ru_RU": "Тяжёлый металл, первоначально получаемый из переработки отработанного топлива [[РБМК|RBMK]] в [[SILEX]], также может быть получен в поздние стадии обработки бедроковой руды с использованием [[высокоэффективного растворителя|High-Performance Solvent]]. В основном используется в виде [[висмутовой бронзы|Bismuth Bronze]].", - "zh_CN": "一种重金属,最初可使用[[SILEX]]回收枯竭的[[RBMK]]燃料获取,之后也可在基岩矿石处理的后期步骤中,使用[[高性能溶剂|Hing-Performance Solvent]]处理矿石获取。主要用于制作[[铋青铜|Bismuth Bronze]]。" - } -} +{ + "name": "Bismuth", + "icon": ["hbm:item.ingot_bismuth", 1, 0], + "trigger": [["hbm:item.ingot_bismuth"], ["hbm:item.billet_bismuth"], ["hbm:item.nugget_bismuth"], ["hbm:item.powder_bismuth"]], + "title": { + "en_US": "Bismuth", + "uk_UA": "Вісмут", + "ru_RU": "Висмут", + "zh_CN": "铋" + }, + "content": { + "en_US": "Heavy metal, intially derived from reprocessing spent [[RBMK]] fuel in the [[SILEX]], can also be made from later stage bedrock ore processing using [[high-performance solvent|High-Performance Solvent]]. Primarily used as [[bismuth bronze|Bismuth Bronze]].", + "uk_UA": "Важкий метал, початково який можна отримати у результаті переробки відпрацьованого палива [[РБМК|RBMK]] в [[SILEX]], також може бути отриманий на пізнішій стадії переробки корінної руди з використанням [[високоефективного розчинника|High-Performance Solvent]]. Переважно використовуюється як [[вісмутова бронза|Bismuth Bronze]].", + "ru_RU": "Тяжёлый металл, первоначально получаемый из переработки отработанного топлива [[РБМК|RBMK]] в [[SILEX]], также может быть получен в поздние стадии обработки бедроковой руды с использованием [[высокоэффективного растворителя|High-Performance Solvent]]. В основном используется в виде [[висмутовой бронзы|Bismuth Bronze]].", + "zh_CN": "一种重金属,最初可使用[[SILEX]]回收枯竭的[[RBMK]]燃料获取,之后也可在基岩矿石处理的后期步骤中,使用[[高性能溶剂|Hing-Performance Solvent]]处理矿石获取。主要用于制作[[铋青铜|Bismuth Bronze]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/bismuth_bronze.json b/src/main/resources/assets/hbm/manual/material/bismuth_bronze.json index a2d5eb72d..5b680faa1 100644 --- a/src/main/resources/assets/hbm/manual/material/bismuth_bronze.json +++ b/src/main/resources/assets/hbm/manual/material/bismuth_bronze.json @@ -1,17 +1,17 @@ -{ - "name": "Bismuth Bronze", - "icon": ["hbm:item.ingot_bismuth_bronze", 1, 0], - "trigger": [["hbm:item.ingot_bismuth_bronze"]], - "title": { - "en_US": "Bismuth Bronze", - "uk_UA": "Вісмутова бронза", - "ru_RU": "Висмутовая бронза", - "zh_CN": "铋青铜" - }, - "content": { - "en_US": "Derivative of [[bismuth|Bismuth]] made in the [[crucible|Crucible]], therefore available only after building an [[RBMK]].

Fully interchangeable with [[arsenic bronze|Arsenic Bronze]].", - "uk_UA": "Похідна від [[вісмуту|Bismuth]], виготовлена в [[ливарні|Crucible]], доступна лише після будівництва [[РБМК|RBMK]]br>
Повністю взаємозамінна з [[миш'яковою бронзою|Arsenic Bronze]].", - "ru_RU": "Производное от [[висмута|Bismuth]], изготовленное в [[плавильне|Crucible]], поэтому доступно только после постройки [[РБМК|RBMK]].

Полностью взаимозаменяема с [[мышьяковой бронзой|Arsenic Bronze]].", - "zh_CN": "使用[[铋|Bismuth]]在[[坩埚|Crucible]]中制作的衍生物,只能在建造[[RBMK]]之后获得。

和[[砷青铜|Arsenic Bronze]]完全通用。" - } -} +{ + "name": "Bismuth Bronze", + "icon": ["hbm:item.ingot_bismuth_bronze", 1, 0], + "trigger": [["hbm:item.ingot_bismuth_bronze"]], + "title": { + "en_US": "Bismuth Bronze", + "uk_UA": "Вісмутова бронза", + "ru_RU": "Висмутовая бронза", + "zh_CN": "铋青铜" + }, + "content": { + "en_US": "Derivative of [[bismuth|Bismuth]] made in the [[crucible|Crucible]], therefore available only after building an [[RBMK]].

Fully interchangeable with [[arsenic bronze|Arsenic Bronze]].", + "uk_UA": "Похідна від [[вісмуту|Bismuth]], виготовлена в [[ливарні|Crucible]], доступна лише після будівництва [[РБМК|RBMK]]br>
Повністю взаємозамінна з [[миш'яковою бронзою|Arsenic Bronze]].", + "ru_RU": "Производное от [[висмута|Bismuth]], изготовленное в [[плавильне|Crucible]], поэтому доступно только после постройки [[РБМК|RBMK]].

Полностью взаимозаменяема с [[мышьяковой бронзой|Arsenic Bronze]].", + "zh_CN": "使用[[铋|Bismuth]]在[[坩埚|Crucible]]中制作的衍生物,只能在建造[[RBMK]]之后获得。

和[[砷青铜|Arsenic Bronze]]完全通用。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/borax.json b/src/main/resources/assets/hbm/manual/material/borax.json index 58e839126..9742a2528 100644 --- a/src/main/resources/assets/hbm/manual/material/borax.json +++ b/src/main/resources/assets/hbm/manual/material/borax.json @@ -1,13 +1,15 @@ -{ - "name": "Borax", - "icon": ["hbm:item.powder_borax", 1, 0], - "trigger": [["hbm:item.powder_borax"]], - "title": { - "en_US": "Borax", - "zh_CN": "硼砂" - }, - "content": { - "en_US": "Found as depth deposits near bedrock, required explosives to be mined. Source of [[boron|Boron]], and an efficient way to make [[flux|Flux]].", - "zh_CN": "可在基岩附近的深层岩石团簇中发现,需要爆炸才能开采。
是[[硼|Boron]]的来源,也是高效的[[助熔剂|Flux]]原料。" - } -} +{ + "name": "Borax", + "icon": ["hbm:item.powder_borax", 1, 0], + "trigger": [["hbm:item.powder_borax"]], + "title": { + "en_US": "Borax", + "zh_CN": "硼砂", + "ru_RU": "Бура" + }, + "content": { + "en_US": "Found as depth deposits near bedrock, required explosives to be mined. Source of [[boron|Boron]], and an efficient way to make [[flux|Flux]].", + "zh_CN": "可在基岩附近的深层岩石团簇中发现,需要爆炸才能开采。
是[[硼|Boron]]的来源,也是高效的[[助熔剂|Flux]]原料。", + "ru_RU": "Образуется в виде глубоких залежей вблизи коренной породы. Для добычи требуется взрывчатка. Источник [[бора|Boron]] и эффективный способ получения [[флюса|Flux]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/boron.json b/src/main/resources/assets/hbm/manual/material/boron.json index fb2317360..35b2994bc 100644 --- a/src/main/resources/assets/hbm/manual/material/boron.json +++ b/src/main/resources/assets/hbm/manual/material/boron.json @@ -1,13 +1,15 @@ -{ - "name": "Boron", - "icon": ["hbm:item.ingot_boron", 1, 0], - "trigger": [["hbm:item.ingot_boron"], ["hbm:item.powder_boron"], ["hbm:item.fragment_boron"]], - "title": { - "en_US": "Boron", - "zh_CN": "硼" - }, - "content": { - "en_US": "Can be extracted from [[rare earth ore|Rare Earths]], or in small quantities from coal ash. Using an [[ore acidizer|Ore Acidizer]], it can also be made from [[borax|Borax]]. Blocks neutrons, and is therefore mainly used in casings or control rods for nuclear reactors.", - "zh_CN": "可从[[稀土矿石|Rare Earths]]中提取,也可从煤灰中少量获得;此外也可通过[[矿物酸化机|Ore Acidizer]]酸化[[硼砂|Borax]]获取。能够阻挡中子,因此主要用于制造核反应堆的 外壳和控制棒。" - } -} +{ + "name": "Boron", + "icon": ["hbm:item.ingot_boron", 1, 0], + "trigger": [["hbm:item.ingot_boron"], ["hbm:item.powder_boron"], ["hbm:item.fragment_boron"]], + "title": { + "en_US": "Boron", + "zh_CN": "硼", + "ru_RU": "Бор" + }, + "content": { + "en_US": "Can be extracted from [[rare earth ore|Rare Earths]], or in small quantities from coal ash. Using an [[ore acidizer|Ore Acidizer]], it can also be made from [[borax|Borax]]. Blocks neutrons, and is therefore mainly used in casings or control rods for nuclear reactors.", + "zh_CN": "可从[[稀土矿石|Rare Earths]]中提取,也可从煤灰中少量获得;此外也可通过[[矿物酸化机|Ore Acidizer]]酸化[[硼砂|Borax]]获取。能够阻挡中子,因此主要用于制造核反应堆的 外壳和控制棒。", + "ru_RU": "Может быть извлечён из [[редкоземельной руды|Rare Earths]] или получен в небольших количествах из угольной золы. Блокирует нейтроны, ввиду чего и нашёл применение в корпусах регулирующих стержней ядерных реакторов." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/bscco.json b/src/main/resources/assets/hbm/manual/material/bscco.json index 562b4789d..40b83af3b 100644 --- a/src/main/resources/assets/hbm/manual/material/bscco.json +++ b/src/main/resources/assets/hbm/manual/material/bscco.json @@ -1,17 +1,17 @@ -{ - "name": "BSCCO", - "icon": ["hbm:item.ingot_bscco", 1, 0], - "trigger": [["hbm:item.ingot_bscco"], ["hbm:item.wire_dense", 1, 48]], - "title": { - "en_US": "BSCCO", - "uk_UA": "Вісмут стронцій кальцій мідь оксид (BSCCO)", - "ru_RU": "BSCCO", - "zh_CN": "BSCCO超导体" - }, - "content": { - "en_US": "Powerful superconductor, used in high tier circuits and coils for the [[particle accelerator|Particle Accelerator]]. Requires [[bismuth|Bismuth]], and is therefore only obtainable after building an [[RBMK]].", - "uk_UA": "Потужний надпровідник, що використовується у високоякісних платах та котушках для [[прискорювача часток|Particle Accelerator]]. Потребує [[вісмут|Bismuth]], і тому доступний лише після побудови [[РБМК|RBMK]].", - "ru_RU": "Мощный сверхпроводник, используемый в высокоуровневых цепях и катушках для [[ускорителя частиц|Particle Accelerator]]. Требует [[висмут|Bismuth]], и поэтому доступен только после постройки [[РБМК|RBMK]].", - "zh_CN": "强力的超导体,用于制作高等级的电路及用于[[粒子加速器|Particle Accelerator]]的线圈。需要[[铋|Bismuth]]制作,因此只能在建造[[RBMK]]后获得。" - } -} +{ + "name": "BSCCO", + "icon": ["hbm:item.ingot_bscco", 1, 0], + "trigger": [["hbm:item.ingot_bscco"], ["hbm:item.wire_dense", 1, 48]], + "title": { + "en_US": "BSCCO", + "uk_UA": "Вісмут стронцій кальцій мідь оксид (BSCCO)", + "ru_RU": "BSCCO", + "zh_CN": "BSCCO超导体" + }, + "content": { + "en_US": "Powerful superconductor, used in high tier circuits and coils for the [[particle accelerator|Particle Accelerator]]. Requires [[bismuth|Bismuth]], and is therefore only obtainable after building an [[RBMK]].", + "uk_UA": "Потужний надпровідник, що використовується у високоякісних платах та котушках для [[прискорювача часток|Particle Accelerator]]. Потребує [[вісмут|Bismuth]], і тому доступний лише після побудови [[РБМК|RBMK]].", + "ru_RU": "Мощный сверхпроводник, используемый в высокоуровневых цепях и катушках для [[ускорителя частиц|Particle Accelerator]]. Требует [[висмут|Bismuth]], и поэтому доступен только после постройки [[РБМК|RBMK]].", + "zh_CN": "强力的超导体,用于制作高等级的电路及用于[[粒子加速器|Particle Accelerator]]的线圈。需要[[铋|Bismuth]]制作,因此只能在建造[[RBMK]]后获得。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/cadmium.json b/src/main/resources/assets/hbm/manual/material/cadmium.json index 10b34e06e..3863f11a0 100644 --- a/src/main/resources/assets/hbm/manual/material/cadmium.json +++ b/src/main/resources/assets/hbm/manual/material/cadmium.json @@ -1,17 +1,17 @@ -{ - "name": "Cadmium", - "icon": ["hbm:item.ingot_cadmium", 1, 0], - "trigger": [["hbm:item.ingot_cadmium"], ["hbm:item.powder_cadmium"]], - "title": { - "en_US": "Cadmium", - "uk_UA": "Кадмій", - "ru_RU": "Кадмий", - "zh_CN": "镉" - }, - "content": { - "en_US": "Made by treating mustard willow leaves with [[high-performance solvent|High-Performance Solvent]]. Used in [[PVC]], a lategame alternate recipe for [[rubber|Rubber]] and for [[cadmium steel|Cadmium Steel]], which acts as a [[technetium steel|Technetium Steel]] substitute.", - "uk_UA": "Виготовляється шляхом обробки листя гірчичної верби [[високоефективним розчинником|High-Performance Solvent]]. Використовується у [[полівінілхлориді|PVC]], пізньому альтернативному рецепті для [[гуми|Rubber]] та для [[кадмієвої сталі|Cadmium Steel]], яка виступає як замінник [[технецієвої сталі|Technetium Steel]].", - "ru_RU": "Изготовлен путём обработки листьев горчичной ивы [[высокоэффективным растворителем|High-Performance Solvent]]. Используется в [[ПВХ|PVC]], позднеигровом альтернативном рецепте для [[резины|Rubber]] и для [[кадмиевой стали|Cadmium Steel]], которая действует как замена [[технециевой стали|Technetium Steel]].", - "zh_CN": "使用[[高性能溶剂|High-Performance Solvent]]处理芥子柳叶获取。用于制作[[PVC]],也可用于游戏后期的[[橡胶|Rubber]]替代配方,以及制作[[锝钢|Technetium Steel]]的替代品[[镉钢|Cadmium Steel]]。" - } -} +{ + "name": "Cadmium", + "icon": ["hbm:item.ingot_cadmium", 1, 0], + "trigger": [["hbm:item.ingot_cadmium"], ["hbm:item.powder_cadmium"]], + "title": { + "en_US": "Cadmium", + "uk_UA": "Кадмій", + "ru_RU": "Кадмий", + "zh_CN": "镉" + }, + "content": { + "en_US": "Made by treating mustard willow leaves with [[high-performance solvent|High-Performance Solvent]]. Used in [[PVC]], a lategame alternate recipe for [[rubber|Rubber]] and for [[cadmium steel|Cadmium Steel]], which acts as a [[technetium steel|Technetium Steel]] substitute.", + "uk_UA": "Виготовляється шляхом обробки листя гірчичної верби [[високоефективним розчинником|High-Performance Solvent]]. Використовується у [[полівінілхлориді|PVC]], пізньому альтернативному рецепті для [[гуми|Rubber]] та для [[кадмієвої сталі|Cadmium Steel]], яка виступає як замінник [[технецієвої сталі|Technetium Steel]].", + "ru_RU": "Изготовлен путём обработки листьев горчичной ивы [[высокоэффективным растворителем|High-Performance Solvent]]. Используется в [[ПВХ|PVC]], позднеигровом альтернативном рецепте для [[резины|Rubber]] и для [[кадмиевой стали|Cadmium Steel]], которая действует как замена [[технециевой стали|Technetium Steel]].", + "zh_CN": "使用[[高性能溶剂|High-Performance Solvent]]处理芥子柳叶获取。用于制作[[PVC]],也可用于游戏后期的[[橡胶|Rubber]]替代配方,以及制作[[锝钢|Technetium Steel]]的替代品[[镉钢|Cadmium Steel]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/cadmium_steel.json b/src/main/resources/assets/hbm/manual/material/cadmium_steel.json index 776a3dc5e..d1bee14bf 100644 --- a/src/main/resources/assets/hbm/manual/material/cadmium_steel.json +++ b/src/main/resources/assets/hbm/manual/material/cadmium_steel.json @@ -1,17 +1,17 @@ -{ - "name": "Cadmium Steel", - "icon": ["hbm:item.ingot_cdalloy", 1, 0], - "trigger": [["hbm:item.ingot_cdalloy"]], - "title": { - "en_US": "Cadmium Steel", - "uk_UA": "Кадмієва сталь", - "ru_RU": "Кадмиевая сталь", - "zh_CN": "镉钢" - }, - "content": { - "en_US": "Corrosion-resistant alloy, made from [[steel|Steel]] and [[cadmium|Cadmium]]. Alternative to [[technetium steel|Technetium Steel]] in most recipes.", - "uk_UA": "Корозійностійкий сплав, виготовлений зі [[сталі|Steel]] та [[кадмію|Cadmium]]. Альтернатива [[технецієвій сталі|Technetium Steel]] в більшості рецептів.", - "ru_RU": "Коррозионно-стойкий сплав, изготовленный из [[стали|Steel]] и [[кадмия|Cadmium]]. Альтернатива [[технециевой стали|Technetium Steel]] в большинстве рецептов.", - "zh_CN": "由[[钢|Steel]]和[[镉|Cadmium]]制成的耐腐蚀合金,可在大部分配方中替代[[锝钢|Technetium Steel]]。" - } -} +{ + "name": "Cadmium Steel", + "icon": ["hbm:item.ingot_cdalloy", 1, 0], + "trigger": [["hbm:item.ingot_cdalloy"]], + "title": { + "en_US": "Cadmium Steel", + "uk_UA": "Кадмієва сталь", + "ru_RU": "Кадмиевая сталь", + "zh_CN": "镉钢" + }, + "content": { + "en_US": "Corrosion-resistant alloy, made from [[steel|Steel]] and [[cadmium|Cadmium]]. Alternative to [[technetium steel|Technetium Steel]] in most recipes.", + "uk_UA": "Корозійностійкий сплав, виготовлений зі [[сталі|Steel]] та [[кадмію|Cadmium]]. Альтернатива [[технецієвій сталі|Technetium Steel]] в більшості рецептів.", + "ru_RU": "Коррозионно-стойкий сплав, изготовленный из [[стали|Steel]] и [[кадмия|Cadmium]]. Альтернатива [[технециевой стали|Technetium Steel]] в большинстве рецептов.", + "zh_CN": "由[[钢|Steel]]和[[镉|Cadmium]]制成的耐腐蚀合金,可在大部分配方中替代[[锝钢|Technetium Steel]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/cft.json b/src/main/resources/assets/hbm/manual/material/cft.json index 0205062f8..214fac29d 100644 --- a/src/main/resources/assets/hbm/manual/material/cft.json +++ b/src/main/resources/assets/hbm/manual/material/cft.json @@ -1,13 +1,15 @@ -{ - "name": "Fullerite", - "icon": ["hbm:item.ingot_cft", 1, 0], - "trigger": [["hbm:item.ingot_cft"]], - "title": { - "en_US": "Fullerite", - "zh_CN": "富勒烯" - }, - "content": { - "en_US": "Expensive lategame material, derived from fine soot, captured by [[industrial smokestacks|Smokestack]] and [[ash pits|Ash Pit]], processed in various ways, and finally [[acidized|Ore Acidizer]] using [[BTX]], a derivative of [[vaccum oil|Vacuum Oil]].", - "zh_CN": "昂贵的后期材料,是细烟灰的衍生产品;要制造富勒烯,首先要通过[[工业烟囱|Smokestack]]和[[储灰槽|Ash Pit]]收集细烟灰,再经过若干步处理,最终再用[[真空炼油|Vacuum Oil]]的产品之一[[BTX]]进行[[酸化|Ore Acidizer]]即可。" - } -} +{ + "name": "Fullerite", + "icon": ["hbm:item.ingot_cft", 1, 0], + "trigger": [["hbm:item.ingot_cft"]], + "title": { + "en_US": "Fullerite", + "zh_CN": "富勒烯", + "ru_RU": "Фуллерит" + }, + "content": { + "en_US": "Expensive lategame material, derived from fine soot, captured by [[industrial smokestacks|Smokestack]] and [[ash pits|Ash Pit]], processed in various ways, and finally [[acidized|Ore Acidizer]] using [[BTX]], a derivative of [[vaccum oil|Vacuum Oil]].", + "zh_CN": "昂贵的后期材料,是细烟灰的衍生产品;要制造富勒烯,首先要通过[[工业烟囱|Smokestack]]和[[储灰槽|Ash Pit]]收集细烟灰,再经过若干步处理,最终再用[[真空炼油|Vacuum Oil]]的产品之一[[BTX]]进行[[酸化|Ore Acidizer]]即可。", + "ru_RU": "Дорогостоящий материал поздних этапов игры, получаемый из мелкой сажи, уловленной [[промышленными дымовыми трубами|Smokestack]] и [[зольниками|Ashpit]], обработанной различными способами, и, наконец, [[окисленной|Ore Acidizer]] с использованием [[Бензол-толуол-ксилола]], производного [[вакуумной нефти|Vacuum Oil]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/cinnabar.json b/src/main/resources/assets/hbm/manual/material/cinnabar.json index 75596122a..53cec7222 100644 --- a/src/main/resources/assets/hbm/manual/material/cinnabar.json +++ b/src/main/resources/assets/hbm/manual/material/cinnabar.json @@ -1,17 +1,17 @@ -{ - "name": "Cinnabar", - "icon": ["hbm:item.cinnebar", 1, 0], - "trigger": [["hbm:item.cinnebar"]], - "title": { - "en_US": "Cinnabar", - "uk_UA": "Кіновар", - "ru_RU": "Киноварь", - "zh_CN": "朱砂" - }, - "content": { - "en_US": "Rare ore. Can be [[acidized|Ore Acidizer]] into 375mB worth of [[mercury|Mercury]] drops, or [[combination smelted|Combination Oven]] into 100mB of mercury and some sulfur. Mainly exists as an early means to get mercury for [[desh|Desh]] production.", - "uk_UA": "Рідкісна руда. Може бути [[окислена|Ore Acidizer]] в 375mB [[ртуті|Mercury]] (3 краплі ртуті), або виплавлена у [[коксовій печі|Combination Oven]] в 100mB ртуті та трохи сірки. Здебільшого використовується як ранній спосіб отримання ртуті для виробництва [[деш|Desh]].", - "ru_RU": "Редкая руда. Может быть [[обработана кислотой|Ore Acidizer]] в 375 мБ капель [[ртути|Mercury]] или [[переплавлена в коксовой печи|Combination Oven]] в 100 мБ ртути и немного серы. В основном используется как ранний способ получения ртути для производства [[деш|Desh]].", - "zh_CN": "稀有矿物,可[[酸化|Ore Acidizer]]为相当于375mB流体的[[水银|Mercury]]液滴,也可[[炼焦|Combination Oven]]为100mB水银和一个硫粉。其主要作为获取生产[[Desh]]需要的水银的早期手段。" - } -} +{ + "name": "Cinnabar", + "icon": ["hbm:item.cinnebar", 1, 0], + "trigger": [["hbm:item.cinnebar"]], + "title": { + "en_US": "Cinnabar", + "uk_UA": "Кіновар", + "ru_RU": "Киноварь", + "zh_CN": "朱砂" + }, + "content": { + "en_US": "Rare ore. Can be [[acidized|Ore Acidizer]] into 375mB worth of [[mercury|Mercury]] drops, or [[combination smelted|Combination Oven]] into 100mB of mercury and some sulfur. Mainly exists as an early means to get mercury for [[desh|Desh]] production.", + "uk_UA": "Рідкісна руда. Може бути [[окислена|Ore Acidizer]] в 375mB [[ртуті|Mercury]] (3 краплі ртуті), або виплавлена у [[коксовій печі|Combination Oven]] в 100mB ртуті та трохи сірки. Здебільшого використовується як ранній спосіб отримання ртуті для виробництва [[деш|Desh]].", + "ru_RU": "Редкая руда. Может быть [[обработана кислотой|Ore Acidizer]] в 375 мБ капель [[ртути|Mercury]] или [[переплавлена в коксовой печи|Combination Oven]] в 100 мБ ртути и немного серы. В основном используется как ранний способ получения ртути для производства [[деш|Desh]].", + "zh_CN": "稀有矿物,可[[酸化|Ore Acidizer]]为相当于375mB流体的[[水银|Mercury]]液滴,也可[[炼焦|Combination Oven]]为100mB水银和一个硫粉。其主要作为获取生产[[Desh]]需要的水银的早期手段。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/cobalt.json b/src/main/resources/assets/hbm/manual/material/cobalt.json index d034785ed..8ae316c93 100644 --- a/src/main/resources/assets/hbm/manual/material/cobalt.json +++ b/src/main/resources/assets/hbm/manual/material/cobalt.json @@ -1,13 +1,15 @@ -{ - "name": "Cobalt", - "icon": ["hbm:item.ingot_cobalt", 1, 0], - "trigger": [["hbm:item.ingot_cobalt"], ["hbm:item.nugget_cobalt"], ["hbm:item.billet_cobalt"]], - "title": { - "en_US": "Cobalt", - "zh_CN": "钴" - }, - "content": { - "en_US": "Rare ore, also found in the nether near the ceiling. Drops fragments that need to be [[shredded|Shredder]]. Also obtainable from shredding lapis dust, or from [[rare earth ore|Rare Earths]].", - "zh_CN": "稀有的主世界矿物,也可在下界天花板附近找到。挖掘后掉落碎片,需要[[粉碎|Shredder]]处理。也可通过粉碎青金石粉获取,或通过[[稀土矿石|Rare Earths]]获得。" - } -} +{ + "name": "Cobalt", + "icon": ["hbm:item.ingot_cobalt", 1, 0], + "trigger": [["hbm:item.ingot_cobalt"], ["hbm:item.nugget_cobalt"], ["hbm:item.billet_cobalt"]], + "title": { + "en_US": "Cobalt", + "zh_CN": "钴", + "ru_RU": "Кобальт" + }, + "content": { + "en_US": "Rare ore, also found in the nether near the ceiling. Drops fragments that need to be [[shredded|Shredder]]. Also obtainable from shredding lapis dust, or from [[rare earth ore|Rare Earths]].", + "zh_CN": "稀有的主世界矿物,也可在下界天花板附近找到。挖掘后掉落碎片,需要[[粉碎|Shredder]]处理。也可通过粉碎青金石粉获取,或通过[[稀土矿石|Rare Earths]]获得。", + "ru_RU": "Редкая руда, также расположенная ближе к верхней границе Незера. Из нее выпадают фрагменты, которые необходимо [[измельчить|Shredder]]. Кобальт также занимает небольшую часть [[редкоземельной руды|Rare Earths]], откуда его можно извлечь. Ну и небольшое количество можно найти в лазуритовом порошке при повторном измельчении." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/coke.json b/src/main/resources/assets/hbm/manual/material/coke.json index 2b553feea..e8c6e76c4 100644 --- a/src/main/resources/assets/hbm/manual/material/coke.json +++ b/src/main/resources/assets/hbm/manual/material/coke.json @@ -1,17 +1,17 @@ -{ - "name": "Coke", - "icon": ["hbm:item.coke", 1, 0], - "trigger": [["hbm:item.coke", 1, 32767]], - "title": { - "en_US": "Coke", - "uk_UA": "Кокс", - "ru_RU": "Кокс", - "zh_CN": "焦炭" - }, - "content": { - "en_US": "High-purity carbon, has twice the burn value of coal. Can be pressed into [[graphite|Graphite]], used in various [[steel|Steel]] recipes or as a source of carbon for the [[crucible|Crucible]].

Coal coke can be made by smelting coal briquettes, or combination smelting coal in its various forms.

Lignite coke is made from the much cheaper and less powerful lignite in much the same way, despite this it has the same characteristics.

Petroleum coke is made either from non-coal tars in a [[combination oven|Combination Oven]], or by coking various types of oil in a [[coker|Coker Unit]].", - "uk_UA": "Високочистий вуглець, має вдвічі вищу горючість, ніж вугілля. Може бути зпресований у [[графіт|Graphite]], використовується у різних рецептах [[сталі|Steel]] або як джерело вуглецю для [[ливарні|Crucible]].

Вугільний кокс можна виготовляти шляхом обсмаження вугільних брикетів або коксування вугілля в різних його формах.

Буровугільний кокс виготовляється з набагато дешевшого та менш потужного бурого вугілля майже таким самим способом, незважаючи на це, він має ті ж характеристики.

Нафтовий кокс виготовляється або з невугільних смол у [[коксовій печі|Combination Oven]], або шляхом коксування різних видів нафтопродуктів у [[коксовій установці|Coker Unit]].", - "ru_RU": "Высокочистый углерод, имеет вдвое большую энергию сгорания, чем уголь. Может быть спрессован в [[графит|Graphite]], используется в различных рецептах [[стали|Steel]] или как источник углерода для [[плавильни|Crucible]].

Угольный кокс можно получить путём переплавки угольных брикетов или комбинированной переплавки угля в различных формах.

Бурый кокс изготавливается из более дешёвого и менее мощного бурого угля тем же способом, но обладает теми же характеристиками.

Нефтяной кокс производится либо из неугольных смол в [[коксовой печи|Combination Oven]], либо путём коксования различных видов масла в [[коксовой установке|Coker Unit]].", - "zh_CN": "高纯度的碳,其热值为煤炭的两倍。可被锻压为[[石墨|Graphite]],也可用于多种炼[[钢|Steel]]配方或作为[[坩埚|Crucible]]中碳的来源。

煤焦炭可通过在熔炉中烧炼煤球获取,或在复式炼焦炉中炼焦各种形式的煤炭获取。

褐煤焦炭可以以更廉价且品质更低的褐煤为原料,通过相同的方式获取, 尽管其特性与煤焦炭完全相同。

石油焦炭可通过在[[复式炼焦炉|Combination Oven]]中炼焦焦油(煤焦油除外)获取,也可通过在[[焦化装置|Coker Unit]]中焦化多种油获取。" - } -} +{ + "name": "Coke", + "icon": ["hbm:item.coke", 1, 0], + "trigger": [["hbm:item.coke", 1, 32767]], + "title": { + "en_US": "Coke", + "uk_UA": "Кокс", + "ru_RU": "Кокс", + "zh_CN": "焦炭" + }, + "content": { + "en_US": "High-purity carbon, has twice the burn value of coal. Can be pressed into [[graphite|Graphite]], used in various [[steel|Steel]] recipes or as a source of carbon for the [[crucible|Crucible]].

Coal coke can be made by smelting coal briquettes, or combination smelting coal in its various forms.

Lignite coke is made from the much cheaper and less powerful lignite in much the same way, despite this it has the same characteristics.

Petroleum coke is made either from non-coal tars in a [[combination oven|Combination Oven]], or by coking various types of oil in a [[coker|Coker Unit]].", + "uk_UA": "Високочистий вуглець, має вдвічі вищу горючість, ніж вугілля. Може бути зпресований у [[графіт|Graphite]], використовується у різних рецептах [[сталі|Steel]] або як джерело вуглецю для [[ливарні|Crucible]].

Вугільний кокс можна виготовляти шляхом обсмаження вугільних брикетів або коксування вугілля в різних його формах.

Буровугільний кокс виготовляється з набагато дешевшого та менш потужного бурого вугілля майже таким самим способом, незважаючи на це, він має ті ж характеристики.

Нафтовий кокс виготовляється або з невугільних смол у [[коксовій печі|Combination Oven]], або шляхом коксування різних видів нафтопродуктів у [[коксовій установці|Coker Unit]].", + "ru_RU": "Высокочистый углерод, имеет вдвое большую энергию сгорания, чем уголь. Может быть спрессован в [[графит|Graphite]], используется в различных рецептах [[стали|Steel]] или как источник углерода для [[плавильни|Crucible]].

Угольный кокс можно получить путём переплавки угольных брикетов или комбинированной переплавки угля в различных формах.

Бурый кокс изготавливается из более дешёвого и менее мощного бурого угля тем же способом, но обладает теми же характеристиками.

Нефтяной кокс производится либо из неугольных смол в [[коксовой печи|Combination Oven]], либо путём коксования различных видов масла в [[коксовой установке|Coker Unit]].", + "zh_CN": "高纯度的碳,其热值为煤炭的两倍。可被锻压为[[石墨|Graphite]],也可用于多种炼[[钢|Steel]]配方或作为[[坩埚|Crucible]]中碳的来源。

煤焦炭可通过在熔炉中烧炼煤球获取,或在复式炼焦炉中炼焦各种形式的煤炭获取。

褐煤焦炭可以以更廉价且品质更低的褐煤为原料,通过相同的方式获取, 尽管其特性与煤焦炭完全相同。

石油焦炭可通过在[[复式炼焦炉|Combination Oven]]中炼焦焦油(煤焦油除外)获取,也可通过在[[焦化装置|Coker Unit]]中焦化多种油获取。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/copper.json b/src/main/resources/assets/hbm/manual/material/copper.json index bbcc0eabe..3895af6b6 100644 --- a/src/main/resources/assets/hbm/manual/material/copper.json +++ b/src/main/resources/assets/hbm/manual/material/copper.json @@ -1,17 +1,17 @@ -{ - "name": "Copper", - "icon": ["hbm:item.ingot_copper", 1, 0], - "trigger": [["hbm:item.ingot_copper"], ["hbm:item.plate_copper"], ["hbm:item.powder_copper"]], - "title": { - "en_US": "Copper", - "uk_UA": "Мідь", - "ru_RU": "Медь", - "zh_CN": "铜" - }, - "content": { - "en_US": "Common resource. In its raw form, mostly used as a structural material, and in things that handle high temperatures (as a heat conductor). Strongly used in various alloyed forms.

[[Minecraft grade copper|Minecraft Grade Copper]] is an alloy made from redstone that is used in almost all electrical things.

[[Advanced alloy|Advanced Alloy]] is a powerful early tool material which surpasses diamond.

[[Gunmetal]] is a vital component of many guns, as well as casings for ammunition.

[[Bismuth bronze|Bismuth Bronze]] and [[arsenic bronze|Arsenic Bronze]] are post-[[RBMK]] materials used in many late-game machines.

[[BSCCO]] is a [[bismuth|Bismuth]]-derived super conductor needed for high-tier quantum circuits and [[particle accelerator|Particle Accelerator]] coils.", - "uk_UA": "Поширений ресурс. У сирому вигляді здебільшого використовується як конструкційний матеріал, а також у речах, що витримують високі температури (такі як теплопропровідники). Активно використовується в різних сплавах.

[[Червона мідь|Minecraft Grade Copper]] — це сплав, виготовлений з редстоуну, який використовується майже у всіх електричних пристроях.

[[Удосконалений сплав|Advanced Alloy]] — це потужний ранній інструментальний матеріал, який перевершує алмаз.

[[Гарматна бронза|Gunmetal]] — це важливий компонент багатьох видів зброї, а також гільз для боєприпасів.

[[Вісмутова бронза|Bismuth Bronze]] та [[миш'якова бронза|Arsenic Bronze]] — це пост-[[РБМК|RBMK]] матеріали що використовуються в багатьох машинах пізньої версії гри.

[[BSCCO]] — це надпровідник, похідний від [[вісмуту|Bismuth]] необхідний для високорівневих квантових схем та котушок [[прискорювача часток|Particle Accelerator]].", - "ru_RU": "Распространённый ресурс. В чистом виде в основном используется как конструкционный материал и в вещах, работающих с высокими температурами (как теплопроводник). Широко применяется в различных сплавах.

[[Красная медь|Minecraft Grade Copper]] — это сплав, изготовленный из красного камня, используемый почти во всех электрических устройствах.

[[Продвинутый сплав|Advanced Alloy]] — мощный материал для ранних инструментов, превосходящий алмаз.

[[Оружейный металл|Gunmetal]] — важный компонент многих видов оружия, а также гильз для боеприпасов.

[[Висмутовая бронза|Bismuth Bronze]] и [[мышьяковая бронза|Arsenic Bronze]] — материалы, доступные после [[РБМК|RBMK]], используемые во многих машинах поздней игры.

[[BSCCO]] — сверхпроводник, производный от [[висмута|Bismuth]], необходимый для высокоуровневых квантовых схем и катушек [[ускорителя частиц|Particle Accelerator]].", - "zh_CN": "常见资源。纯铜主要用作结构材料,或在能够承受高温的设备中使用(作热导体); 铜的多种合金用途极广。

[[紫铜|Minecraft Grade Copper]]是红石和铜的合金,几乎所有电力设备都使用紫铜。

[[高级合金|Advanced Alloy]]是前期强力的装备材料,其性能优于钻石。

[[炮铜|Gunmetal]]是制作多种枪炮必不可少的材料,同时也用于制造弹壳。

[[铋青铜|Bismuth Bronze]]和[[砷青铜|Arsenic Bronze]]是 [[RBMK]] 后的材料,用于制作多种后期机器。

[[BSCCO]]是一种由铋衍生的超导体,高等级的量子电路和[[粒子加速器|Particle Accelerator]]线圈都需要BSCCO超导体制作。" - } -} +{ + "name": "Copper", + "icon": ["hbm:item.ingot_copper", 1, 0], + "trigger": [["hbm:item.ingot_copper"], ["hbm:item.plate_copper"], ["hbm:item.powder_copper"]], + "title": { + "en_US": "Copper", + "uk_UA": "Мідь", + "ru_RU": "Медь", + "zh_CN": "铜" + }, + "content": { + "en_US": "Common resource. In its raw form, mostly used as a structural material, and in things that handle high temperatures (as a heat conductor). Strongly used in various alloyed forms.

[[Minecraft grade copper|Minecraft Grade Copper]] is an alloy made from redstone that is used in almost all electrical things.

[[Advanced alloy|Advanced Alloy]] is a powerful early tool material which surpasses diamond.

[[Gunmetal]] is a vital component of many guns, as well as casings for ammunition.

[[Bismuth bronze|Bismuth Bronze]] and [[arsenic bronze|Arsenic Bronze]] are post-[[RBMK]] materials used in many late-game machines.

[[BSCCO]] is a [[bismuth|Bismuth]]-derived super conductor needed for high-tier quantum circuits and [[particle accelerator|Particle Accelerator]] coils.", + "uk_UA": "Поширений ресурс. У сирому вигляді здебільшого використовується як конструкційний матеріал, а також у речах, що витримують високі температури (такі як теплопропровідники). Активно використовується в різних сплавах.

[[Червона мідь|Minecraft Grade Copper]] — це сплав, виготовлений з редстоуну, який використовується майже у всіх електричних пристроях.

[[Удосконалений сплав|Advanced Alloy]] — це потужний ранній інструментальний матеріал, який перевершує алмаз.

[[Гарматна бронза|Gunmetal]] — це важливий компонент багатьох видів зброї, а також гільз для боєприпасів.

[[Вісмутова бронза|Bismuth Bronze]] та [[миш'якова бронза|Arsenic Bronze]] — це пост-[[РБМК|RBMK]] матеріали що використовуються в багатьох машинах пізньої версії гри.

[[BSCCO]] — це надпровідник, похідний від [[вісмуту|Bismuth]] необхідний для високорівневих квантових схем та котушок [[прискорювача часток|Particle Accelerator]].", + "ru_RU": "Распространённый ресурс. В чистом виде в основном используется как конструкционный материал и в вещах, работающих с высокими температурами (как теплопроводник). Широко применяется в различных сплавах.

[[Красная медь|Minecraft Grade Copper]] — это сплав, изготовленный из красного камня, используемый почти во всех электрических устройствах.

[[Продвинутый сплав|Advanced Alloy]] — мощный материал для ранних инструментов, превосходящий алмаз.

[[Пушечная бронза|Gunmetal]] — важный компонент многих видов оружия, а также гильз для боеприпасов.

[[Висмутовая бронза|Bismuth Bronze]] и [[мышьяковая бронза|Arsenic Bronze]] — материалы, доступные после [[РБМК|RBMK]], используемые во многих машинах поздней игры.

[[BSCCO]] — сверхпроводник, производный от [[висмута|Bismuth]], необходимый для высокоуровневых квантовых схем и катушек [[ускорителя частиц|Particle Accelerator]].", + "zh_CN": "常见资源。纯铜主要用作结构材料,或在能够承受高温的设备中使用(作热导体); 铜的多种合金用途极广。

[[紫铜|Minecraft Grade Copper]]是红石和铜的合金,几乎所有电力设备都使用紫铜。

[[高级合金|Advanced Alloy]]是前期强力的装备材料,其性能优于钻石。

[[炮铜|Gunmetal]]是制作多种枪炮必不可少的材料,同时也用于制造弹壳。

[[铋青铜|Bismuth Bronze]]和[[砷青铜|Arsenic Bronze]]是 [[RBMK]] 后的材料,用于制作多种后期机器。

[[BSCCO]]是一种由铋衍生的超导体,高等级的量子电路和[[粒子加速器|Particle Accelerator]]线圈都需要BSCCO超导体制作。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/densewire.json b/src/main/resources/assets/hbm/manual/material/densewire.json index c24a361b9..a9c41c90a 100644 --- a/src/main/resources/assets/hbm/manual/material/densewire.json +++ b/src/main/resources/assets/hbm/manual/material/densewire.json @@ -1,13 +1,15 @@ -{ - "name": "Dense Wire", - "icon": ["hbm:item.wire_dense", 1, 7900], - "trigger": [["hbm:item.wire_dense", 1, 32767]], - "title": { - "en_US": "Dense Wire", - "zh_CN": "致密线材" - }, - "content": { - "en_US": "Made primarily by casting material from the [[crucible|Crucible]]. The foundry mold requires dense wires to be made, therefore it is necessary to make at least one wire from either copper or gold using the [[arc welder|Arc Welder]] recipe.", - "zh_CN": "主要通过铸造来自[[坩埚|Crucible]]的材料制造。致密线材铸模需要致密线材制作,因此在此之前必须使用[[电弧焊机|Arc Welder]]制造至少一个致密铜线或金线。" - } -} +{ + "name": "Dense Wire", + "icon": ["hbm:item.wire_dense", 1, 7900], + "trigger": [["hbm:item.wire_dense", 1, 32767]], + "title": { + "en_US": "Dense Wire", + "zh_CN": "致密线材", + "ru_RU": "Плотный провод" + }, + "content": { + "en_US": "Made primarily by casting material from the [[crucible|Crucible]]. The foundry mold requires dense wires to be made, therefore it is necessary to make at least one wire from either copper or gold using the [[arc welder|Arc Welder]] recipe.", + "zh_CN": "主要通过铸造来自[[坩埚|Crucible]]的材料制造。致密线材铸模需要致密线材制作,因此在此之前必须使用[[电弧焊机|Arc Welder]]制造至少一个致密铜线或金线。", + "ru_RU": "Изготавливается главным образом отливкой материала из [[плавильни]]. Для изготовления литейной формы требуется сам плотный провод, из-за этого необходимо изготовить по крайней мере один провод из меди или золота по рецепту для [[дугового сварщика|Arc Welder]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/desh.json b/src/main/resources/assets/hbm/manual/material/desh.json index b165d5d71..4e276322f 100644 --- a/src/main/resources/assets/hbm/manual/material/desh.json +++ b/src/main/resources/assets/hbm/manual/material/desh.json @@ -1,17 +1,17 @@ -{ - "name": "Desh", - "icon": ["hbm:item.ingot_desh", 1, 0], - "trigger": [["hbm:item.ingot_desh"], ["hbm:item.powder_desh"]], - "title": { - "en_US": "Desh", - "uk_UA": "Деш", - "ru_RU": "Деш", - "zh_CN": "Desh" - }, - "content": { - "en_US": "High-strength working alloy made in a [[chemical plant|Chemical Plant]]. Requires [[light oil|Light oil]] from basic [[oil|Crude Oil]] refining, [[mercury|Mercury]], a byproduct of [[centrifuging|Centrifuge]] redstone ore and desh blend, which is just [[shredded|Shredder]] [[rare earth ore chunks|Rare Earths]].

Used in a variety of things, especially tools and weapons. Desh tools are slow and only iron tier, but are the first available ones to be unbreakable and offer many tool abilities.", - "uk_UA": "Високоміцний робочий сплав, виготовлений на [[хімічному заводі|Chemical Plant]]. Потребує [[легку нафту|Light oil]] з базової переробки [[нафти|Crude Oil]], [[ртуть|Mercury]], побічний продукт [[[центрифугування|Centrifuge]] редстоунової руди та деш суміш, яка є просто [[подрібненими|Shredder]] шматками рідкоземельної руди.

Використовується в різних речах, особливо в інструментах та зброї. Деш інструменти повільні та відповідають лише залізному тіру, але є першими доступними незламними інструментами з багатьма режимами роботи.", - "ru_RU": "Высокопрочный рабочий сплав, изготовленный на [[химической установке|Chemical Plant]]. Требует [[лёгкую нефть|Light oil]] из базовой переработки [[нефти|Crude Oil]], [[ртуть|Mercury]], побочный продукт [[центрифугирования|Centrifuge]] красной руды, и смесь деш, которая представляет собой просто [[измельчённые|Shredder]] куски редкоземельной руды.

Используется в различных вещах, особенно в инструментах и оружии. Инструменты из деш медленные и соответствуют железному уровню, но являются первыми доступными неломающимися инструментами с множеством способностей.", - "zh_CN": "在[[化工厂|Chemical Plant]]中制成的高强度工作合金,需要基础[[原油|Crude Oil]]精炼的产物[[轻油|Light Oil]]、[[离心|Centrifuge]]红石矿石得到的副产物[[水银|Mercury]]以及[[粉碎|Shredder]][[稀土矿石块|Rare Earths]]得到的Desh混合物制作。

用于制作多种物品,特别是工具和武器。Desh制工具挖掘速度较慢且挖掘等级 只相当于铁制工具,但其是最早可获得的无法破坏的工具之一,而且具有多个工具 能力。" - } -} +{ + "name": "Desh", + "icon": ["hbm:item.ingot_desh", 1, 0], + "trigger": [["hbm:item.ingot_desh"], ["hbm:item.powder_desh"]], + "title": { + "en_US": "Desh", + "uk_UA": "Деш", + "ru_RU": "Деш", + "zh_CN": "Desh" + }, + "content": { + "en_US": "High-strength working alloy made in a [[chemical plant|Chemical Plant]]. Requires [[light oil|Light oil]] from basic [[oil|Crude Oil]] refining, [[mercury|Mercury]], a byproduct of [[centrifuging|Centrifuge]] redstone ore and desh blend, which is just [[shredded|Shredder]] [[rare earth ore chunks|Rare Earths]].

Used in a variety of things, especially tools and weapons. Desh tools are slow and only iron tier, but are the first available ones to be unbreakable and offer many tool abilities.", + "uk_UA": "Високоміцний робочий сплав, виготовлений на [[хімічному заводі|Chemical Plant]]. Потребує [[легку нафту|Light oil]] з базової переробки [[нафти|Crude Oil]], [[ртуть|Mercury]], побічний продукт [[[центрифугування|Centrifuge]] редстоунової руди та деш суміш, яка є просто [[подрібненими|Shredder]] шматками рідкоземельної руди.

Використовується в різних речах, особливо в інструментах та зброї. Деш інструменти повільні та відповідають лише залізному тіру, але є першими доступними незламними інструментами з багатьма режимами роботи.", + "ru_RU": "Высокопрочный рабочий сплав, изготовленный на [[химической установке|Chemical Plant]]. Требует [[лёгкую нефть|Light oil]] из базовой переработки [[нефти|Crude Oil]], [[ртуть|Mercury]], побочный продукт [[центрифугирования|Centrifuge]] красной руды, и смесь деш, которая представляет собой просто [[измельчённые|Shredder]] куски редкоземельной руды.

Используется в различных вещах, особенно в инструментах и оружии. Инструменты из деш медленные и соответствуют железному уровню, но являются первыми доступными неломающимися инструментами с множеством способностей.", + "zh_CN": "在[[化工厂|Chemical Plant]]中制成的高强度工作合金,需要基础[[原油|Crude Oil]]精炼的产物[[轻油|Light Oil]]、[[离心|Centrifuge]]红石矿石得到的副产物[[水银|Mercury]]以及[[粉碎|Shredder]][[稀土矿石块|Rare Earths]]得到的Desh混合物制作。

用于制作多种物品,特别是工具和武器。Desh制工具挖掘速度较慢且挖掘等级 只相当于铁制工具,但其是最早可获得的无法破坏的工具之一,而且具有多个工具 能力。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/ferrouranium.json b/src/main/resources/assets/hbm/manual/material/ferrouranium.json index 3efb82964..d2dc13b75 100644 --- a/src/main/resources/assets/hbm/manual/material/ferrouranium.json +++ b/src/main/resources/assets/hbm/manual/material/ferrouranium.json @@ -1,17 +1,17 @@ -{ - "name": "Ferrouranium", - "icon": ["hbm:item.ingot_ferrouranium", 1, 0], - "trigger": [["hbm:item.ingot_ferrouranium"]], - "title": { - "en_US": "Ferrouranium", - "uk_UA": "Фероуран", - "ru_RU": "Ферроуран", - "zh_CN": "铀铁合金" - }, - "content": { - "en_US": "Alloy of [[steel|Steel]] and [[uranium-238|Uranium-238]] made in the [[crucible|Crucible]]. Mainly used in ducrete, weapon parts and high-explosive ammunition.", - "uk_UA": "Сплав [[сталі|Steel]] та [[урану-238|Uranium-238]], виготовлений у [[ливарні|Crucible]]. В основному використовується в уранобетоні, деталях зброї та вибухових боєприпасах.", - "ru_RU": "Сплав из [[стали|Steel]] и [[урана-238|Uranium-238]], изготовленный в [[плавильне|Crucible]]. В основном используется в дюкрете, деталях оружия и взрывных боеприпасах.", - "zh_CN": "[[钢|Steel]]与[[铀-238|Uranium-238]]的合金,在坩埚中制成。 主要用于制作贫铀混凝土、武器部件和高爆弹药。" - } -} +{ + "name": "Ferrouranium", + "icon": ["hbm:item.ingot_ferrouranium", 1, 0], + "trigger": [["hbm:item.ingot_ferrouranium"]], + "title": { + "en_US": "Ferrouranium", + "uk_UA": "Фероуран", + "ru_RU": "Ферроуран", + "zh_CN": "铀铁合金" + }, + "content": { + "en_US": "Alloy of [[steel|Steel]] and [[uranium-238|Uranium-238]] made in the [[crucible|Crucible]]. Mainly used in ducrete, weapon parts and high-explosive ammunition.", + "uk_UA": "Сплав [[сталі|Steel]] та [[урану-238|Uranium-238]], виготовлений у [[ливарні|Crucible]]. В основному використовується в уранобетоні, деталях зброї та вибухових боєприпасах.", + "ru_RU": "Сплав из [[стали|Steel]] и [[урана-238|Uranium-238]], изготовленный в [[плавильне|Crucible]]. В основном используется в дюкрете, деталях оружия и взрывных боеприпасах.", + "zh_CN": "[[钢|Steel]]与[[铀-238|Uranium-238]]的合金,在坩埚中制成。 主要用于制作贫铀混凝土、武器部件和高爆弹药。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/graphite.json b/src/main/resources/assets/hbm/manual/material/graphite.json index eb0be35b5..8d1432b22 100644 --- a/src/main/resources/assets/hbm/manual/material/graphite.json +++ b/src/main/resources/assets/hbm/manual/material/graphite.json @@ -1,17 +1,17 @@ -{ - "name": "Graphite", - "icon": ["hbm:item.ingot_graphite", 1, 0], - "trigger": [["hbm:item.ingot_graphite"]], - "title": { - "en_US": "Graphite", - "uk_UA": "Графіт", - "ru_RU": "Графит", - "zh_CN": "石墨" - }, - "content": { - "en_US": "Made from pressing coke. Used in nuclear reactors, graphite electrodes for the [[electric arc furnace|Electric Arc Furnace]] or as a source for carbon in various [[crucible|Crucible]] recipes.", - "uk_UA": "Виготовляється пресуванням коксу. Використовується в ядерних реакторах, графітових електродах для [[електричної дугової печі|Electric Arc Furnace]] або як джерело вуглецю в різних рецептах [[ливарні|Crucible]].", - "ru_RU": "Изготавливается путём прессования кокса. Используется в ядерных реакторах, графитовых электродах для [[электродуговой печи|Electric Arc Furnace]] или как источник углерода в различных рецептах для [[плавильни|Crucible]].", - "zh_CN": "通过锻压焦炭获取。用于核反应堆、[[电弧炉|Electric Arc Furnace]]电极,也可作为部分[[坩埚|Crucible]]配方中碳的来源。" - } -} +{ + "name": "Graphite", + "icon": ["hbm:item.ingot_graphite", 1, 0], + "trigger": [["hbm:item.ingot_graphite"]], + "title": { + "en_US": "Graphite", + "uk_UA": "Графіт", + "ru_RU": "Графит", + "zh_CN": "石墨" + }, + "content": { + "en_US": "Made from pressing coke. Used in nuclear reactors, graphite electrodes for the [[electric arc furnace|Electric Arc Furnace]] or as a source for carbon in various [[crucible|Crucible]] recipes.", + "uk_UA": "Виготовляється пресуванням коксу. Використовується в ядерних реакторах, графітових електродах для [[електричної дугової печі|Electric Arc Furnace]] або як джерело вуглецю в різних рецептах [[ливарні|Crucible]].", + "ru_RU": "Изготавливается путём прессования кокса. Используется в ядерных реакторах, графитовых электродах для [[электродуговой печи|Electric Arc Furnace]] или как источник углерода в различных рецептах для [[плавильни|Crucible]].", + "zh_CN": "通过锻压焦炭获取。用于核反应堆、[[电弧炉|Electric Arc Furnace]]电极,也可作为部分[[坩埚|Crucible]]配方中碳的来源。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/gunmetal.json b/src/main/resources/assets/hbm/manual/material/gunmetal.json index 78ac96aaa..d7249a9e7 100644 --- a/src/main/resources/assets/hbm/manual/material/gunmetal.json +++ b/src/main/resources/assets/hbm/manual/material/gunmetal.json @@ -1,17 +1,17 @@ -{ - "name": "Gunmetal", - "icon": ["hbm:item.ingot_gunmetal", 1, 0], - "trigger": [["hbm:item.ingot_gunmetal"], ["hbm:item.plate_gunmetal"]], - "title": { - "en_US": "Gunmetal", - "uk_UA": "Гарматна бронза", - "ru_RU": "Оружейный металл", - "zh_CN": "炮铜" - }, - "content": { - "en_US": "Alloy of [[aluminium|Aluminium]] and [[copper|Copper]]. Can be made in an anvil, or more efficiently in a [[rotary furnace|Rotary Furnace]]. Used mainly for weapon parts, as well as casings for most ammunition.", - "uk_UA": "Сплав [[алюмінію|Aluminium]] та [[міді|Copper]]. Може бути виготовлений на ковадлі або, що ефективніше, у [[роторній печі|Rotary Furnace]]. Використовується переважно для деталей зброї, а також для гільз більшості боєприпасів.", - "ru_RU": "Сплав из [[алюминия|Aluminium]] и [[меди|Copper]]. Может быть изготовлен на наковальне или более эффективно в [[роторной печи|Rotary Furnace]]. В основном используется для деталей оружия, а также для гильз большинства боеприпасов.", - "zh_CN": "[[铝|Aluminium]]和[[铜|Copper]]的合金。可在砧中制作,也可在[[回转炉|Rotary Furnace]]中更高效地制作。主要用于制作武器部件,也用于制作大部分弹壳。" - } -} +{ + "name": "Gunmetal", + "icon": ["hbm:item.ingot_gunmetal", 1, 0], + "trigger": [["hbm:item.ingot_gunmetal"], ["hbm:item.plate_gunmetal"]], + "title": { + "en_US": "Gunmetal", + "uk_UA": "Гарматна бронза", + "ru_RU": "Пушечная бронза", + "zh_CN": "炮铜" + }, + "content": { + "en_US": "Alloy of [[aluminium|Aluminium]] and [[copper|Copper]]. Can be made in an anvil, or more efficiently in a [[rotary furnace|Rotary Furnace]]. Used mainly for weapon parts, as well as casings for most ammunition.", + "uk_UA": "Сплав [[алюмінію|Aluminium]] та [[міді|Copper]]. Може бути виготовлений на ковадлі або, що ефективніше, у [[роторній печі|Rotary Furnace]]. Використовується переважно для деталей зброї, а також для гільз більшості боєприпасів.", + "ru_RU": "Сплав из [[алюминия|Aluminium]] и [[меди|Copper]]. Может быть изготовлен на наковальне или более эффективно в [[роторной печи|Rotary Furnace]]. В основном используется для деталей оружия, а также для гильз большинства боеприпасов.", + "zh_CN": "[[铝|Aluminium]]和[[铜|Copper]]的合金。可在砧中制作,也可在[[回转炉|Rotary Furnace]]中更高效地制作。主要用于制作武器部件,也用于制作大部分弹壳。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/hss.json b/src/main/resources/assets/hbm/manual/material/hss.json index 1b3f3db03..c9da40534 100644 --- a/src/main/resources/assets/hbm/manual/material/hss.json +++ b/src/main/resources/assets/hbm/manual/material/hss.json @@ -1,17 +1,17 @@ -{ - "name": "High-Speed Steel", - "icon": ["hbm:item.ingot_dura_steel", 1, 0], - "trigger": [["hbm:item.ingot_dura_steel"], ["hbm:item.powder_dura_steel"], ["hbm:item.plate_dura_steel"]], - "title": { - "en_US": "High-Speed Steel", - "uk_UA": "Швидкорізальна сталь", - "ru_RU": "Быстрорежущая сталь", - "zh_CN": "高速钢" - }, - "content": { - "en_US": "Alloy made from [[steel|Steel]], [[tungsten|Tungsten]] and [[cobalt|Cobalt]] in a [[curcible|Crucible]]. Created as liquid metal, needs to be cast into ingot or plate shape before being usable.", - "uk_UA": "Сплав зі [[сталі|Steel]], [[вольфраму|Tungsten]] та [[кобальту|Cobalt]], виготовлений в [[ливарні|Crucible]]. Створюється у вигляді рідкого металу, перед використанням його необхідно відлити у форму зливка або пластини.

Використовується для виготовлення різального обладнання що працює на великих швидкостях.", - "ru_RU": "Сплав из [[стали|Steel]], [[вольфрама|Tungsten]] и [[кобальта|Cobalt]], изготовленный в [[плавильне|Crucible]]. Создается в виде жидкого металла, требует отливки в форму слитка или пластины перед использованием.", - "zh_CN": "[[钢|Steel]、[[钨|Tungsten]]、[[钴|Cobalt]]的合金,在[[坩埚|Crucible]]中制成。制造出的高速钢为熔融状态, 在使用前需要将其铸造成锭或板的形式。" - } -} +{ + "name": "High-Speed Steel", + "icon": ["hbm:item.ingot_dura_steel", 1, 0], + "trigger": [["hbm:item.ingot_dura_steel"], ["hbm:item.powder_dura_steel"], ["hbm:item.plate_dura_steel"]], + "title": { + "en_US": "High-Speed Steel", + "uk_UA": "Швидкорізальна сталь", + "ru_RU": "Быстрорежущая сталь", + "zh_CN": "高速钢" + }, + "content": { + "en_US": "Alloy made from [[steel|Steel]], [[tungsten|Tungsten]] and [[cobalt|Cobalt]] in a [[curcible|Crucible]]. Created as liquid metal, needs to be cast into ingot or plate shape before being usable.", + "uk_UA": "Сплав зі [[сталі|Steel]], [[вольфраму|Tungsten]] та [[кобальту|Cobalt]], виготовлений в [[ливарні|Crucible]]. Створюється у вигляді рідкого металу, перед використанням його необхідно відлити у форму зливка або пластини.

Використовується для виготовлення різального обладнання що працює на великих швидкостях.", + "ru_RU": "Сплав из [[стали|Steel]], [[вольфрама|Tungsten]] и [[кобальта|Cobalt]], изготовленный в [[плавильне|Crucible]]. Создается в виде жидкого металла, требует отливки в форму слитка или пластины перед использованием.", + "zh_CN": "[[钢|Steel]、[[钨|Tungsten]]、[[钴|Cobalt]]的合金,在[[坩埚|Crucible]]中制成。制造出的高速钢为熔融状态, 在使用前需要将其铸造成锭或板的形式。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/latex.json b/src/main/resources/assets/hbm/manual/material/latex.json index a00bcfee7..b592e4792 100644 --- a/src/main/resources/assets/hbm/manual/material/latex.json +++ b/src/main/resources/assets/hbm/manual/material/latex.json @@ -1,17 +1,17 @@ -{ - "name": "Latex", - "icon": ["hbm:item.ingot_biorubber", 1, 0], - "trigger": [["hbm:item.ingot_biorubber"], ["hbm:item.ball_resin"]], - "title": { - "en_US": "Latex", - "uk_UA": "Латекс", - "ru_RU": "Латекс", - "zh_CN": "乳胶" - }, - "content": { - "en_US": "Natural form of rubber, obtainable from dandelions or by pressing jungle wood. Can be replaced in all recipes by [[rubber|Rubber]], but not vice versa.", - "uk_UA": "Натуральна форма гуми, яку можна отримати з кульбаб або пресуванням тропічного дерева. У всіх рецептах може бути замінена на [[гуму|Rubber]], але не навпаки.", - "ru_RU": "Натуральная форма резины, добывается из одуванчиков или путём прессования древесины джунглей. Может быть заменена во всех рецептах на [[резину|Rubber]], но не наоборот.", - "zh_CN": "橡胶的天然形态,可用蒲公英合成获得或锻压丛林木获得。可在所有配方中被[[橡胶|Rubber]]替代,反之则不行。" - } -} +{ + "name": "Latex", + "icon": ["hbm:item.ingot_biorubber", 1, 0], + "trigger": [["hbm:item.ingot_biorubber"], ["hbm:item.ball_resin"]], + "title": { + "en_US": "Latex", + "uk_UA": "Латекс", + "ru_RU": "Латекс", + "zh_CN": "乳胶" + }, + "content": { + "en_US": "Natural form of rubber, obtainable from dandelions or by pressing jungle wood. Can be replaced in all recipes by [[rubber|Rubber]], but not vice versa.", + "uk_UA": "Натуральна форма гуми, яку можна отримати з кульбаб або пресуванням тропічного дерева. У всіх рецептах може бути замінена на [[гуму|Rubber]], але не навпаки.", + "ru_RU": "Натуральная форма резины, добывается из одуванчиков или путём прессования древесины джунглей. Может быть заменена во всех рецептах на [[резину|Rubber]], но не наоборот.", + "zh_CN": "橡胶的天然形态,可用蒲公英合成获得或锻压丛林木获得。可在所有配方中被[[橡胶|Rubber]]替代,反之则不行。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/lead.json b/src/main/resources/assets/hbm/manual/material/lead.json index 629b2d00a..a21416ff1 100644 --- a/src/main/resources/assets/hbm/manual/material/lead.json +++ b/src/main/resources/assets/hbm/manual/material/lead.json @@ -1,17 +1,17 @@ -{ - "name": "Lead", - "icon": ["hbm:item.ingot_lead", 1, 0], - "trigger": [["hbm:item.ingot_lead"], ["hbm:item.nugget_lead"], ["hbm:item.powder_lead"]], - "title": { - "en_US": "Lead", - "uk_UA": "Свинець", - "ru_RU": "Свинец", - "zh_CN": "铅" - }, - "content": { - "en_US": "Common resource. Mainly used for things that involve radiation, as well as ammunition, and as solder for many circuits.", - "uk_UA": "Поширений ресурс. В основному використовується для речей, пов'язаних з радіацією, та для боєприпасів, а також як припій для багатьох схем.", - "ru_RU": "Распространённый ресурс. В основном используется для вещей, связанных с радиацией, а также для боеприпасов и в качестве припоя для многих схем.", - "zh_CN": "常见资源,主要用于涉及辐射的设备,也用于制作弹药,以及用作电路板的焊料。" - } -} +{ + "name": "Lead", + "icon": ["hbm:item.ingot_lead", 1, 0], + "trigger": [["hbm:item.ingot_lead"], ["hbm:item.nugget_lead"], ["hbm:item.powder_lead"]], + "title": { + "en_US": "Lead", + "uk_UA": "Свинець", + "ru_RU": "Свинец", + "zh_CN": "铅" + }, + "content": { + "en_US": "Common resource. Mainly used for things that involve radiation, as well as ammunition, and as solder for many circuits.", + "uk_UA": "Поширений ресурс. В основному використовується для речей, пов'язаних з радіацією, та для боєприпасів, а також як припій для багатьох схем.", + "ru_RU": "Распространённый ресурс. В основном используется для вещей, связанных с радиацией, а также для боеприпасов и в качестве припоя для многих схем.", + "zh_CN": "常见资源,主要用于涉及辐射的设备,也用于制作弹药,以及用作电路板的焊料。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/mingrade.json b/src/main/resources/assets/hbm/manual/material/mingrade.json index 92137c7f0..af85495b5 100644 --- a/src/main/resources/assets/hbm/manual/material/mingrade.json +++ b/src/main/resources/assets/hbm/manual/material/mingrade.json @@ -1,17 +1,17 @@ -{ - "name": "Minecraft Grade Copper", - "icon": ["hbm:item.ingot_red_copper", 1, 0], - "trigger": [["hbm:item.ingot_red_copper"], ["hbm:item.powder_red_copper"]], - "title": { - "en_US": "Minecraft Grade Copper (Red Copper)", - "uk_UA": "Червона мідь (aka Minecraft Grade Copper)", - "ru_RU": "Красная медь", - "zh_CN": "紫铜" - }, - "content": { - "en_US": "Alloy made from copper and redstone in equal parts using the [[blast furnace|Blast Furnace]]. Used in almost all things electric, commonly in wire form.", - "uk_UA": "Сплав, виготовлений з [[міді|Copper]] та редстоуну в рівному співвідношенні в [[доменній печі|Blast Furnace]]. Використовується майже у всій електриці, зазвичай у вигляді дроту.", - "ru_RU": "Сплав, изготовленный из меди и красного камня в равных частях в [[доменной печи|Blast Furnace]]. Используется почти во всех электрических устройствах, обычно в виде проводов.", - "zh_CN": "等量的铜和红石在[[高炉|Blast Furnace]]中制作的合金。 主要以线的形式用于几乎所有电力设备。" - } -} +{ + "name": "Minecraft Grade Copper", + "icon": ["hbm:item.ingot_red_copper", 1, 0], + "trigger": [["hbm:item.ingot_red_copper"], ["hbm:item.powder_red_copper"]], + "title": { + "en_US": "Minecraft Grade Copper (Red Copper)", + "uk_UA": "Червона мідь (aka Minecraft Grade Copper)", + "ru_RU": "Красная медь", + "zh_CN": "紫铜" + }, + "content": { + "en_US": "Alloy made from copper and redstone in equal parts using the [[blast furnace|Blast Furnace]]. Used in almost all things electric, commonly in wire form.", + "uk_UA": "Сплав, виготовлений з [[міді|Copper]] та редстоуну в рівному співвідношенні в [[доменній печі|Blast Furnace]]. Використовується майже у всій електриці, зазвичай у вигляді дроту.", + "ru_RU": "Сплав, изготовленный из меди и красного камня в равных частях в [[доменной печи|Blast Furnace]]. Используется почти во всех электрических устройствах, обычно в виде проводов.", + "zh_CN": "等量的铜和红石在[[高炉|Blast Furnace]]中制作的合金。 主要以线的形式用于几乎所有电力设备。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/neptunium.json b/src/main/resources/assets/hbm/manual/material/neptunium.json index 0e3b80a58..bec512c5a 100644 --- a/src/main/resources/assets/hbm/manual/material/neptunium.json +++ b/src/main/resources/assets/hbm/manual/material/neptunium.json @@ -1,17 +1,17 @@ -{ - "name": "Neptunium", - "icon": ["hbm:item.ingot_neptunium", 1, 0], - "trigger": [["hbm:item.ingot_neptunium"], ["hbm:item.billet_neptunium"], ["hbm:item.nugget_neptunium"], ["hbm:item.powder_neptunium"]], - "title": { - "en_US": "Neptunium", - "uk_UA": "Нептуній-237", - "ru_RU": "Нептуний", - "zh_CN": "镎" - }, - "content": { - "en_US": "Fissile isotope, usually found in spent [[uranium-235|Uranium-235]] fuel. Mostly used for nuclear reactors, either pure as high enriched neptunium fuel, or combined with [[uranium-238|Uranium-238]] as medium enriched neptunium fuel. Usable in the [[PWR]] and [[RBMK]].", - "uk_UA": "Ізотоп здатний до розщеплення, зазвичай міститься у відпрацьованому паливі [[урану-235|Uranium-235]]. Здебільшого використовується для ядерних реакторів у чистому вигляді як високозбагачене нептунієве паливо або в поєднанні з [[ураном-238|Uranium-238]] як середньозбагачене нептунієве паливо. Використовується в [[ВВЕР|PWR]] та [[РБМК|RBMK]].", - "ru_RU": "Делящийся изотоп, обычно содержится в отработанном топливе из [[урана-235|Uranium-235]]. В основном используется для ядерных реакторов, либо в чистом виде как высокообогащённое нептуниевое топливо, либо в сочетании с [[ураном-238|Uranium-238]] как среднеобогащённое нептуниевое топливо. Применяется в [[ВВЭР|PWR]] и [[РБМК|RBMK]].", - "zh_CN": "一种易裂变同位素,主要存在于枯竭的[[铀-235|Uranium-235]]燃料中。 主要用于核反应堆,纯净的镎既可直接用作高浓缩度镎燃料,也可和[[铀-238|Uranium-238]]混合为中浓缩度镎燃料。可用于[[PWR]]和[[RBMK]]。" - } -} +{ + "name": "Neptunium", + "icon": ["hbm:item.ingot_neptunium", 1, 0], + "trigger": [["hbm:item.ingot_neptunium"], ["hbm:item.billet_neptunium"], ["hbm:item.nugget_neptunium"], ["hbm:item.powder_neptunium"]], + "title": { + "en_US": "Neptunium", + "uk_UA": "Нептуній-237", + "ru_RU": "Нептуний", + "zh_CN": "镎" + }, + "content": { + "en_US": "Fissile isotope, usually found in spent [[uranium-235|Uranium-235]] fuel. Mostly used for nuclear reactors, either pure as high enriched neptunium fuel, or combined with [[uranium-238|Uranium-238]] as medium enriched neptunium fuel. Usable in the [[PWR]] and [[RBMK]].", + "uk_UA": "Ізотоп здатний до розщеплення, зазвичай міститься у відпрацьованому паливі [[урану-235|Uranium-235]]. Здебільшого використовується для ядерних реакторів у чистому вигляді як високозбагачене нептунієве паливо або в поєднанні з [[ураном-238|Uranium-238]] як середньозбагачене нептунієве паливо. Використовується в [[ВВЕР|PWR]] та [[РБМК|RBMK]].", + "ru_RU": "Делящийся изотоп, обычно содержится в отработанном топливе из [[урана-235|Uranium-235]]. В основном используется для ядерных реакторов, либо в чистом виде как высокообогащённое нептуниевое топливо, либо в сочетании с [[ураном-238|Uranium-238]] как среднеобогащённое нептуниевое топливо. Применяется в [[ВВЭР|PWR]] и [[РБМК|RBMK]].", + "zh_CN": "一种易裂变同位素,主要存在于枯竭的[[铀-235|Uranium-235]]燃料中。 主要用于核反应堆,纯净的镎既可直接用作高浓缩度镎燃料,也可和[[铀-238|Uranium-238]]混合为中浓缩度镎燃料。可用于[[PWR]]和[[RBMK]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium-238.json b/src/main/resources/assets/hbm/manual/material/plutonium-238.json index 9d2330fdf..e7ddaa643 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium-238.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium-238.json @@ -1,17 +1,17 @@ -{ - "name": "Plutonium-238", - "icon": ["hbm:item.billet_pu238", 1, 0], - "trigger": [["hbm:item.ingot_pu238"], ["hbm:item.billet_pu238"], ["hbm:item.nugget_pu238"]], - "title": { - "en_US": "Plutonium-238", - "uk_UA": "Плутоній-238", - "ru_RU": "Плутоний-238", - "zh_CN": "钚-238" - }, - "content": { - "en_US": "Radioisotope, used mainly in [[RTGs|RTG]]. Derived from [[plutonium|Plutonium]] hexafluoride, or from various nuclear fuels, mainly ones using [[uranium-235|Uranium-235]]. Usable with [[beryllium|Beryllium]] as Pu238Be neutron sources in [[RBMKs|RBMK]].

Moderately radioactive, very hot.", - "uk_UA": "Радіоізотоп, що використовується переважно в [[РІТЕГ|RTG]]. Отримується з гексафториду [[плутонію|Plutonium]], або з різного ядерного палива, переважно того, що використовує [[уран-235|Uranium-235]]. Використовується з [[берилієм|Beryllium]] як Плутоній-238 берилієве джерело нейтронів в [[РБМК|RBMK]].

Помірно радіоактивний, дуже гарячий.", - "ru_RU": "Радиоизотоп, в основном используется в [[РИТЭГ|RTG]]. Получается из гексафторида [[плутония|Plutonium]] или из различных ядерных топлив, преимущественно использующих [[уран-235|Uranium-235]]. Используется с [[бериллием|Beryllium]] в нейтронных источниках плутоний-210-бериллевых источниках для [[РБМК|RBMK]].

Умеренно радиоактивен, очень горячий.", - "zh_CN": "放射性同位素,主要用于[[RTG]]。可从六氟化[[钚|Plutonium]]中提取,也可从一些核燃料(主要是含[[铀-235|Uranium-235]]的种类)中分离得到。可与[[铍|Beryllium]]混合制成钚-238-铍中子源,用于[[RBMK]]反应堆。

放射性中等,高温。" - } -} +{ + "name": "Plutonium-238", + "icon": ["hbm:item.billet_pu238", 1, 0], + "trigger": [["hbm:item.ingot_pu238"], ["hbm:item.billet_pu238"], ["hbm:item.nugget_pu238"]], + "title": { + "en_US": "Plutonium-238", + "uk_UA": "Плутоній-238", + "ru_RU": "Плутоний-238", + "zh_CN": "钚-238" + }, + "content": { + "en_US": "Radioisotope, used mainly in [[RTGs|RTG]]. Derived from [[plutonium|Plutonium]] hexafluoride, or from various nuclear fuels, mainly ones using [[uranium-235|Uranium-235]]. Usable with [[beryllium|Beryllium]] as Pu238Be neutron sources in [[RBMKs|RBMK]].

Moderately radioactive, very hot.", + "uk_UA": "Радіоізотоп, що використовується переважно в [[РІТЕГ|RTG]]. Отримується з гексафториду [[плутонію|Plutonium]], або з різного ядерного палива, переважно того, що використовує [[уран-235|Uranium-235]]. Використовується з [[берилієм|Beryllium]] як Плутоній-238 берилієве джерело нейтронів в [[РБМК|RBMK]].

Помірно радіоактивний, дуже гарячий.", + "ru_RU": "Радиоизотоп, в основном используется в [[РИТЭГ|RTG]]. Получается из гексафторида [[плутония|Plutonium]] или из различных ядерных топлив, преимущественно использующих [[уран-235|Uranium-235]]. Используется с [[бериллием|Beryllium]] в нейтронных источниках плутоний-210-бериллевых источниках для [[РБМК|RBMK]].

Умеренно радиоактивен, очень горячий.", + "zh_CN": "放射性同位素,主要用于[[RTG]]。可从六氟化[[钚|Plutonium]]中提取,也可从一些核燃料(主要是含[[铀-235|Uranium-235]]的种类)中分离得到。可与[[铍|Beryllium]]混合制成钚-238-铍中子源,用于[[RBMK]]反应堆。

放射性中等,高温。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium-239.json b/src/main/resources/assets/hbm/manual/material/plutonium-239.json index 1a80f4cbc..1fcfeafc2 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium-239.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium-239.json @@ -1,17 +1,17 @@ -{ - "name": "Plutonium-239", - "icon": ["hbm:item.billet_pu239", 1, 0], - "trigger": [["hbm:item.ingot_pu239"], ["hbm:item.billet_pu239"], ["hbm:item.nugget_pu239"]], - "title": { - "en_US": "Plutonium-239", - "uk_UA": "Плутоній-239", - "ru_RU": "Плутоний-239", - "zh_CN": "钚-239" - }, - "content": { - "en_US": "Primary fissile isotope of [[plutonium|Plutonium]]. Can be extracted from many spent fuels that use [[uranium-238|Uranium-238]] or directly from [[reactor-grade plutonium|Reactor-Grade Plutonium]]. Usable in high enriched fuels for various reactors, mixed with other isotopes for lower enriched fuels, or as fissile material in many nuclear bombs.

Moderately radioactive.", - "uk_UA": "Перший здатний до поділу ізотоп [[плутонію|Plutonium]]. Може бути отриманий з багатьох видів відпрацьованого палива, що використовують [[уран-238|Uranium-238]] бо безпосередньо з [[реакторного плутонію|Reactor-Grade Plutonium]]. Використовується у високозбагаченому паливі для різних реакторів, змішується з іншими ізотопами для низькозбагаченого палива або як заряд у багатьох ядерних бомбах.

Помірно радіоактивний.", - "ru_RU": "Основной делящийся изотоп [[плутония|Plutonium]]. Может быть извлечен из многих отработанных топлив, использующих [[уран-238|Uranium-238]], или непосредственно из [[реакторного плутония|Reactor-Grade Plutonium]]. Используется в высокообогащённом топливе для различных реакторов, в смеси с другими изотопами для менее обогащённых топлив или как делящийся материал во многих ядерных бомбах.

Умеренно радиоактивен.", - "zh_CN": "[[钚|Plutonium]]主要的易裂变同位素,可从多种使用[[铀-238|Uranium-238]]的核燃料中提取,或直接从[[反应堆级钚|Reactor-Grade Plutonium]]中分离得到。可在多种反应堆中用作高浓缩度燃料,也可与其他同位素混合制成 浓缩度较低的燃料,还可在多种核弹中用作裂变材料。

放射性中等。" - } -} +{ + "name": "Plutonium-239", + "icon": ["hbm:item.billet_pu239", 1, 0], + "trigger": [["hbm:item.ingot_pu239"], ["hbm:item.billet_pu239"], ["hbm:item.nugget_pu239"]], + "title": { + "en_US": "Plutonium-239", + "uk_UA": "Плутоній-239", + "ru_RU": "Плутоний-239", + "zh_CN": "钚-239" + }, + "content": { + "en_US": "Primary fissile isotope of [[plutonium|Plutonium]]. Can be extracted from many spent fuels that use [[uranium-238|Uranium-238]] or directly from [[reactor-grade plutonium|Reactor-Grade Plutonium]]. Usable in high enriched fuels for various reactors, mixed with other isotopes for lower enriched fuels, or as fissile material in many nuclear bombs.

Moderately radioactive.", + "uk_UA": "Перший здатний до поділу ізотоп [[плутонію|Plutonium]]. Може бути отриманий з багатьох видів відпрацьованого палива, що використовують [[уран-238|Uranium-238]] бо безпосередньо з [[реакторного плутонію|Reactor-Grade Plutonium]]. Використовується у високозбагаченому паливі для різних реакторів, змішується з іншими ізотопами для низькозбагаченого палива або як заряд у багатьох ядерних бомбах.

Помірно радіоактивний.", + "ru_RU": "Основной делящийся изотоп [[плутония|Plutonium]]. Может быть извлечен из многих отработанных топлив, использующих [[уран-238|Uranium-238]], или непосредственно из [[реакторного плутония|Reactor-Grade Plutonium]]. Используется в высокообогащённом топливе для различных реакторов, в смеси с другими изотопами для менее обогащённых топлив или как делящийся материал во многих ядерных бомбах.

Умеренно радиоактивен.", + "zh_CN": "[[钚|Plutonium]]主要的易裂变同位素,可从多种使用[[铀-238|Uranium-238]]的核燃料中提取,或直接从[[反应堆级钚|Reactor-Grade Plutonium]]中分离得到。可在多种反应堆中用作高浓缩度燃料,也可与其他同位素混合制成 浓缩度较低的燃料,还可在多种核弹中用作裂变材料。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium-240.json b/src/main/resources/assets/hbm/manual/material/plutonium-240.json index 1406f170a..a129b9943 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium-240.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium-240.json @@ -1,17 +1,17 @@ -{ - "name": "Plutonium-240", - "icon": ["hbm:item.billet_pu240", 1, 0], - "trigger": [["hbm:item.ingot_pu240"], ["hbm:item.billet_pu240"], ["hbm:item.nugget_pu240"]], - "title": { - "en_US": "Plutonium-240", - "uk_UA": "Плутоній-240", - "ru_RU": "Плутоний-240", - "zh_CN": "钚-240" - }, - "content": { - "en_US": "Non-fissile isotope found in [[plutonium|Plutonium]] and [[reactor-grade plutonium|Reactor-Grade-Plutonium]]. Only useful when manually making reactor-grade plutonium from [[plutonium-239|Plutonium-239]] or in specialized [[zirconium|Zirconium]] fast breeder rods for making [[plutonium-241|Plutonium-241]] in the [[RBMK]].", - "uk_UA": "Не здатний до поділу ізотоп, що міститься в [[плутонії|Plutonium]] та [[реакторному плутонії|Reactor-Grade-Plutonium]]. Корисний лише при ручному виготовленні реакторного плутонію з [[плутонію-239|Plutonium-239]] або у спеціалізованих [[цирконієвих|Zirconium]] швидких розмножувачах для виготовлення [[плутонію-241|Plutonium-241]] в [[РБМК|RBMK]].", - "ru_RU": "Неделимый изотоп, содержащийся в [[плутонии|Plutonium]] и [[реакторном плутонии|Reactor-Grade-Plutonium]]. Полезен только при ручном создании реакторного плутония из [[плутония-239|Plutonium-239]] или в специализированных [[циркониевых|Zirconium]] стержнях быстрого размножения для производства [[плутония-241|Plutonium-241]] в [[РБМК|RBMK]].", - "zh_CN": "[[钚|Plutonium]]和[[反应堆级钚|Reactor-Grade Plutonium]]中存在的不易裂变同位素。仅有的用途是手动与[[钚-239|Plutonium-239]]混合为反应堆级钚,或与[[锆|Zirconium]]一同制成专用于增殖的ZFB燃料棒,以在[[RBMK]]中生产[[钚-241|Plutonium-241]]。" - } -} +{ + "name": "Plutonium-240", + "icon": ["hbm:item.billet_pu240", 1, 0], + "trigger": [["hbm:item.ingot_pu240"], ["hbm:item.billet_pu240"], ["hbm:item.nugget_pu240"]], + "title": { + "en_US": "Plutonium-240", + "uk_UA": "Плутоній-240", + "ru_RU": "Плутоний-240", + "zh_CN": "钚-240" + }, + "content": { + "en_US": "Non-fissile isotope found in [[plutonium|Plutonium]] and [[reactor-grade plutonium|Reactor-Grade-Plutonium]]. Only useful when manually making reactor-grade plutonium from [[plutonium-239|Plutonium-239]] or in specialized [[zirconium|Zirconium]] fast breeder rods for making [[plutonium-241|Plutonium-241]] in the [[RBMK]].", + "uk_UA": "Не здатний до поділу ізотоп, що міститься в [[плутонії|Plutonium]] та [[реакторному плутонії|Reactor-Grade-Plutonium]]. Корисний лише при ручному виготовленні реакторного плутонію з [[плутонію-239|Plutonium-239]] або у спеціалізованих [[цирконієвих|Zirconium]] швидких розмножувачах для виготовлення [[плутонію-241|Plutonium-241]] в [[РБМК|RBMK]].", + "ru_RU": "Неделимый изотоп, содержащийся в [[плутонии|Plutonium]] и [[реакторном плутонии|Reactor-Grade-Plutonium]]. Полезен только при ручном создании реакторного плутония из [[плутония-239|Plutonium-239]] или в специализированных [[циркониевых|Zirconium]] стержнях быстрого размножения для производства [[плутония-241|Plutonium-241]] в [[РБМК|RBMK]].", + "zh_CN": "[[钚|Plutonium]]和[[反应堆级钚|Reactor-Grade Plutonium]]中存在的不易裂变同位素。仅有的用途是手动与[[钚-239|Plutonium-239]]混合为反应堆级钚,或与[[锆|Zirconium]]一同制成专用于增殖的ZFB燃料棒,以在[[RBMK]]中生产[[钚-241|Plutonium-241]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium-241.json b/src/main/resources/assets/hbm/manual/material/plutonium-241.json index 58afa6faa..a9f4b2068 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium-241.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium-241.json @@ -1,17 +1,17 @@ -{ - "name": "Plutonium-241", - "icon": ["hbm:item.billet_pu241", 1, 0], - "trigger": [["hbm:item.ingot_pu241"], ["hbm:item.billet_pu241"], ["hbm:item.nugget_pu241"]], - "title": { - "en_US": "Plutonium-241", - "uk_UA": "Плутоній-241", - "ru_RU": "Плутоний-241", - "zh_CN": "钚-241" - }, - "content": { - "en_US": "Secondary fissile isotope of [[plutonium|Plutonium]]. Can be recovered from [[plutonium-240|Plutonium-240]]-rich spent [[RBMK]] fuels, as well as certain types of [[zirconium|Zirconium]] fast breefer fuels. Only used in specialized breeding fuels and as high enriched fuel, which is more powerful than its [[plutonium-239|Plutonium-239]] counterpart. Plutonium-241 in RBMKs yields [[americium-241|Americium-241]] and [[americium-242|Americium-242]] when reprocessed.

Highly radioactive.", - "uk_UA": "Другий здатний до поділу ізотоп [[плутонію|Plutonium]]. Може бути відновлений з відпрацьованого палива [[РБМК|RBMK]], багатого на [[плутоній-240|Plutonium-240]], а також з деяких видів [[цирконієвих|Zirconium]] швидких розмножувачів. Використовується лише в спеціальних паливних розмножувачах та як високозбагачене паливо, яке є потужнішим за свій аналог [[плутонію-239|Plutonium-239]]. Плутоній-241 в РБМК утворює [[америцій-241|Americium-241]] та [[америцій-242|Americium-242]] після переробки.

Високорадіоактивний.", - "ru_RU": "Вторичный делящийся изотоп [[плутония|Plutonium]]. Может быть извлечен из отработанного топлива [[РБМК|RBMK]], богатого [[плутонием-240|Plutonium-240]], а также из определённых видов [[циркониевого|Zirconium]] топлива быстрого размножения. Используется только в специализированных топливных стержнях для размножения и как высокообогащённое топливо, которое мощнее, чем его аналог [[плутоний-239|Plutonium-239]]. Плутоний-241 в РБМК при переработке дает [[америций-241|Americium-241]] и [[америций-242|Americium-242]].

Сильно радиоактивен.", - "zh_CN": "[[钚|Plutonium]]次要的易裂变同位素,可从枯竭的富含[[钚-240|Plutonium-240]]的[[RBMK]]燃料及特定种类的[[锆|Zirconium]]快速增殖燃料(ZFB)中提取。 仅用于专用的增殖燃料,或用作比相应的[[钚-239|Plutonium-239]]燃料更强力的高浓缩度燃料。再处理用于RBMK的钚-241燃料时 可以得到[[镅-241|Americium-241]]和[[镅-242|Americium-242]]。

放射性较强。" - } -} +{ + "name": "Plutonium-241", + "icon": ["hbm:item.billet_pu241", 1, 0], + "trigger": [["hbm:item.ingot_pu241"], ["hbm:item.billet_pu241"], ["hbm:item.nugget_pu241"]], + "title": { + "en_US": "Plutonium-241", + "uk_UA": "Плутоній-241", + "ru_RU": "Плутоний-241", + "zh_CN": "钚-241" + }, + "content": { + "en_US": "Secondary fissile isotope of [[plutonium|Plutonium]]. Can be recovered from [[plutonium-240|Plutonium-240]]-rich spent [[RBMK]] fuels, as well as certain types of [[zirconium|Zirconium]] fast breefer fuels. Only used in specialized breeding fuels and as high enriched fuel, which is more powerful than its [[plutonium-239|Plutonium-239]] counterpart. Plutonium-241 in RBMKs yields [[americium-241|Americium-241]] and [[americium-242|Americium-242]] when reprocessed.

Highly radioactive.", + "uk_UA": "Другий здатний до поділу ізотоп [[плутонію|Plutonium]]. Може бути відновлений з відпрацьованого палива [[РБМК|RBMK]], багатого на [[плутоній-240|Plutonium-240]], а також з деяких видів [[цирконієвих|Zirconium]] швидких розмножувачів. Використовується лише в спеціальних паливних розмножувачах та як високозбагачене паливо, яке є потужнішим за свій аналог [[плутонію-239|Plutonium-239]]. Плутоній-241 в РБМК утворює [[америцій-241|Americium-241]] та [[америцій-242|Americium-242]] після переробки.

Високорадіоактивний.", + "ru_RU": "Вторичный делящийся изотоп [[плутония|Plutonium]]. Может быть извлечен из отработанного топлива [[РБМК|RBMK]], богатого [[плутонием-240|Plutonium-240]], а также из определённых видов [[циркониевого|Zirconium]] топлива быстрого размножения. Используется только в специализированных топливных стержнях для размножения и как высокообогащённое топливо, которое мощнее, чем его аналог [[плутоний-239|Plutonium-239]]. Плутоний-241 в РБМК при переработке дает [[америций-241|Americium-241]] и [[америций-242|Americium-242]].

Сильно радиоактивен.", + "zh_CN": "[[钚|Plutonium]]次要的易裂变同位素,可从枯竭的富含[[钚-240|Plutonium-240]]的[[RBMK]]燃料及特定种类的[[锆|Zirconium]]快速增殖燃料(ZFB)中提取。 仅用于专用的增殖燃料,或用作比相应的[[钚-239|Plutonium-239]]燃料更强力的高浓缩度燃料。再处理用于RBMK的钚-241燃料时 可以得到[[镅-241|Americium-241]]和[[镅-242|Americium-242]]。

放射性较强。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium-rg.json b/src/main/resources/assets/hbm/manual/material/plutonium-rg.json index 0876eab04..4340d2f9e 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium-rg.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium-rg.json @@ -1,17 +1,17 @@ -{ - "name": "Reactor-Grade Plutonium", - "icon": ["hbm:item.billet_pu_mix", 1, 0], - "trigger": [["hbm:item.ingot_pu_mix"], ["hbm:item.billet_pu_mix"], ["hbm:item.nugget_pu_mix"]], - "title": { - "en_US": "Reactor-Grade Plutonium", - "uk_UA": "Реакторний плутоній", - "ru_RU": "Плутоний реакторного качества", - "zh_CN": "反应堆级钚" - }, - "content": { - "en_US": "Mixture of [[plutonium-239|Plutonium-239]] and [[plutonium-240|Plutonium-240]]. Common result of reprocessing many [[uranium|Uranium]]-based fuels, as well as by breeding uranium in the [[Chicago Pile]]. Usable in many reactors as medium enriched plutonium fuel.

Moderately radioactive.", - "uk_UA": "Суміш [[плутонію-239|Plutonium-239]] та [[плутонію-240|Plutonium-240]]. Поширений результат переробки багатьох видів палива на основі [[урану|Uranium]], а також розмноження урану в [[Чиказькій дровітні|Chicago Pile]]. Використовується в багатьох реакторах як середньозбагачене плутонієве паливо.

Помірно радіоактивний.", - "ru_RU": "Смесь [[плутония-239|Plutonium-239]] и [[плутония-240|Plutonium-240]]. Обычный результат переработки многих топлив на основе [[урана|Uranium]], а также при размножении урана в [[Чикагской полленице|Chicago Pile]]. Используется во многих реакторах как среднеобогащённое плутониевое топливо.

Умеренно радиоактивен.", - "zh_CN": "[[钚-239|Plutonium-239]]和[[钚-240|Plutonium-240]]的混合物。是再处理多种[[铀|Uranium]]基燃料的常见产物,也是在[[芝加哥反应堆|Chicago Pile]]中增殖铀的常见产物。可在多种反应堆中用作中浓缩度燃料。

放射性中等。" - } -} +{ + "name": "Reactor-Grade Plutonium", + "icon": ["hbm:item.billet_pu_mix", 1, 0], + "trigger": [["hbm:item.ingot_pu_mix"], ["hbm:item.billet_pu_mix"], ["hbm:item.nugget_pu_mix"]], + "title": { + "en_US": "Reactor-Grade Plutonium", + "uk_UA": "Реакторний плутоній", + "ru_RU": "Плутоний реакторного качества", + "zh_CN": "反应堆级钚" + }, + "content": { + "en_US": "Mixture of [[plutonium-239|Plutonium-239]] and [[plutonium-240|Plutonium-240]]. Common result of reprocessing many [[uranium|Uranium]]-based fuels, as well as by breeding uranium in the [[Chicago Pile]]. Usable in many reactors as medium enriched plutonium fuel.

Moderately radioactive.", + "uk_UA": "Суміш [[плутонію-239|Plutonium-239]] та [[плутонію-240|Plutonium-240]]. Поширений результат переробки багатьох видів палива на основі [[урану|Uranium]], а також розмноження урану в [[Чиказькій дровітні|Chicago Pile]]. Використовується в багатьох реакторах як середньозбагачене плутонієве паливо.

Помірно радіоактивний.", + "ru_RU": "Смесь [[плутония-239|Plutonium-239]] и [[плутония-240|Plutonium-240]]. Обычный результат переработки многих топлив на основе [[урана|Uranium]], а также при размножении урана в [[Чикагской полленице|Chicago Pile]]. Используется во многих реакторах как среднеобогащённое плутониевое топливо.

Умеренно радиоактивен.", + "zh_CN": "[[钚-239|Plutonium-239]]和[[钚-240|Plutonium-240]]的混合物。是再处理多种[[铀|Uranium]]基燃料的常见产物,也是在[[芝加哥反应堆|Chicago Pile]]中增殖铀的常见产物。可在多种反应堆中用作中浓缩度燃料。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/plutonium.json b/src/main/resources/assets/hbm/manual/material/plutonium.json index a3e0bdd3f..bf2f354d5 100644 --- a/src/main/resources/assets/hbm/manual/material/plutonium.json +++ b/src/main/resources/assets/hbm/manual/material/plutonium.json @@ -1,17 +1,17 @@ -{ - "name": "Plutonium", - "icon": ["hbm:item.ingot_plutonium", 1, 0], - "trigger": [["hbm:item.ingot_plutonium"], ["hbm:item.billet_plutonium"], ["hbm:item.nugget_plutonium"], ["hbm:item.powder_plutonium"]], - "title": { - "en_US": "Plutonium", - "uk_UA": "Плутоній", - "ru_RU": "Плутоний", - "zh_CN": "钚" - }, - "content": { - "en_US": "Rare form of impure plutonium, composed of plutonium-238, 239 and 240. Plutonium in ore form is disabled by default. May be processed in a [[gas centrifuge|Gas Centrifuge]] in hexafluoride form, or used for certain [[cyclotron|Cyclotron]] recipes.

Moderately radioactive.

See also:
[[Plutonium-238]]
[[Plutonium-239]]
[[Plutonium-240]]
[[Plutonium-241]]", - "uk_UA": "Рідкісна форма природнього плутонію, що складається з плутонію-238, 239 та 240. Плутоній у формі руди вимкнено за замовчуванням. Може бути перероблений в [[газовій центріфузі|Gas Centrifuge]] у формі гексафториду, або використовуватися для певних рецептів [[циклотрона|Cyclotron]].

Помірно радіоактивний.

Див. також:
[[Плутоній-238|Plutonium-238]]
[[Плутоній-239|Plutonium-239]]
[[Плутоній-240|Plutonium-240]]
[[Плутоній-241|Plutonium-241]]", - "ru_RU": "Редкая форма природного плутония, состоящая из плутония-238, 239 и 240. Плутоний в рудной форме по умолчанию отключен. Может быть переработан в [[газовой центрифуге|Gas Centrifuge]] в форме гексафторида или использован для определённых рецептов [[циклотрона|Cyclotron]].

Умеренно радиоактивен.

См. также:
[[Плутоний-238|Plutonium-238]]
[[Плутоний-239|Plutonium-239]]
[[Плутоний-240|Plutonium-240]]
[[Плутоний-241|Plutonium-241]]", - "zh_CN": "不纯钚的稀有形式,由钚-238、钚-239、钚-240组成。 钚的矿石形式默认禁用。钚可以以六氟化钚的形式在[[气体离心机|Gas Centrifuge]]中处理,也用于某些[[回旋加速器|Cyclotron]]配方。

放射性中等。

另见:
[[钚-238|Plutonium-238]]
[[钚-239|Plutonium-239]]
[[钚-240|Plutonium-240]]
[[钚-241|Plutonium-241]]" - } -} +{ + "name": "Plutonium", + "icon": ["hbm:item.ingot_plutonium", 1, 0], + "trigger": [["hbm:item.ingot_plutonium"], ["hbm:item.billet_plutonium"], ["hbm:item.nugget_plutonium"], ["hbm:item.powder_plutonium"]], + "title": { + "en_US": "Plutonium", + "uk_UA": "Плутоній", + "ru_RU": "Плутоний", + "zh_CN": "钚" + }, + "content": { + "en_US": "Rare form of impure plutonium, composed of plutonium-238, 239 and 240. Plutonium in ore form is disabled by default. May be processed in a [[gas centrifuge|Gas Centrifuge]] in hexafluoride form, or used for certain [[cyclotron|Cyclotron]] recipes.

Moderately radioactive.

See also:
[[Plutonium-238]]
[[Plutonium-239]]
[[Plutonium-240]]
[[Plutonium-241]]", + "uk_UA": "Рідкісна форма природнього плутонію, що складається з плутонію-238, 239 та 240. Плутоній у формі руди вимкнено за замовчуванням. Може бути перероблений в [[газовій центріфузі|Gas Centrifuge]] у формі гексафториду, або використовуватися для певних рецептів [[циклотрона|Cyclotron]].

Помірно радіоактивний.

Див. також:
[[Плутоній-238|Plutonium-238]]
[[Плутоній-239|Plutonium-239]]
[[Плутоній-240|Plutonium-240]]
[[Плутоній-241|Plutonium-241]]", + "ru_RU": "Редкая форма природного плутония, состоящая из плутония-238, 239 и 240. Плутоний в рудной форме по умолчанию отключен. Может быть переработан в [[газовой центрифуге|Gas Centrifuge]] в форме гексафторида или использован для определённых рецептов [[циклотрона|Cyclotron]].

Умеренно радиоактивен.

См. также:
[[Плутоний-238|Plutonium-238]]
[[Плутоний-239|Plutonium-239]]
[[Плутоний-240|Plutonium-240]]
[[Плутоний-241|Plutonium-241]]", + "zh_CN": "不纯钚的稀有形式,由钚-238、钚-239、钚-240组成。 钚的矿石形式默认禁用。钚可以以六氟化钚的形式在[[气体离心机|Gas Centrifuge]]中处理,也用于某些[[回旋加速器|Cyclotron]]配方。

放射性中等。

另见:
[[钚-238|Plutonium-238]]
[[钚-239|Plutonium-239]]
[[钚-240|Plutonium-240]]
[[钚-241|Plutonium-241]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/polonium.json b/src/main/resources/assets/hbm/manual/material/polonium.json index 5c3dd0e46..76be2b5b3 100644 --- a/src/main/resources/assets/hbm/manual/material/polonium.json +++ b/src/main/resources/assets/hbm/manual/material/polonium.json @@ -1,17 +1,17 @@ -{ - "name": "Polonium-210", - "icon": ["hbm:item.billet_polonium", 1, 0], - "trigger": [["hbm:item.ingot_polonium"], ["hbm:item.billet_polonium"], ["hbm:item.nugget_polonium"]], - "title": { - "en_US": "Polonium-210", - "uk_UA": "Полоній-210", - "ru_RU": "Полоний-210", - "zh_CN": "钋-210" - }, - "content": { - "en_US": "Radioisotope derived from reprocessing [[radium-226|Radium-226]] neutron sources. Usable for [[RTGs|RTG]], or with [[beryllium|Beryllium]] in Po210Be neutron sources for [[RBMKs|RBMK]].

Highly radioactive, very hot.", - "uk_UA": "Радіоізотоп, отриманий в результаті переробки [[радій-226|Radium-226]]берилієвих джерел нейтронів. Використовується для [[РІТЕГ|RTG]] або з [[берилієм|Beryllium]] у полоній-210 берилієвих джерелах нейтронів для [[РБМК|RBMK]].

Високорадіоактивний, дуже гарячий.", - "ru_RU": "Радиоизотоп, получаемый переработкой нейтронных источников [[радия-226|Radium-226]]. Используется для [[РИТЭГ|RTG]] или с [[бериллием|Beryllium]] в полоний-210-бериллиевых источниках нейтронов для [[РБМК|RBMK]].

Сильно радиоактивен, очень горячий.", - "zh_CN": "再处理[[镭-226|Radium-226]]中子源时得到的放射性同位素。可用于[[RTG]],也可与[[铍|Beryllium]]混合为钋-210-铍中子源,用于[[RBMK]]。

放射性强,高温。" - } -} +{ + "name": "Polonium-210", + "icon": ["hbm:item.billet_polonium", 1, 0], + "trigger": [["hbm:item.ingot_polonium"], ["hbm:item.billet_polonium"], ["hbm:item.nugget_polonium"]], + "title": { + "en_US": "Polonium-210", + "uk_UA": "Полоній-210", + "ru_RU": "Полоний-210", + "zh_CN": "钋-210" + }, + "content": { + "en_US": "Radioisotope derived from reprocessing [[radium-226|Radium-226]] neutron sources. Usable for [[RTGs|RTG]], or with [[beryllium|Beryllium]] in Po210Be neutron sources for [[RBMKs|RBMK]].

Highly radioactive, very hot.", + "uk_UA": "Радіоізотоп, отриманий в результаті переробки [[радій-226|Radium-226]]берилієвих джерел нейтронів. Використовується для [[РІТЕГ|RTG]] або з [[берилієм|Beryllium]] у полоній-210 берилієвих джерелах нейтронів для [[РБМК|RBMK]].

Високорадіоактивний, дуже гарячий.", + "ru_RU": "Радиоизотоп, получаемый переработкой нейтронных источников [[радия-226|Radium-226]]. Используется для [[РИТЭГ|RTG]] или с [[бериллием|Beryllium]] в полоний-210-бериллиевых источниках нейтронов для [[РБМК|RBMK]].

Сильно радиоактивен, очень горячий.", + "zh_CN": "再处理[[镭-226|Radium-226]]中子源时得到的放射性同位素。可用于[[RTG]],也可与[[铍|Beryllium]]混合为钋-210-铍中子源,用于[[RBMK]]。

放射性强,高温。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/polymer.json b/src/main/resources/assets/hbm/manual/material/polymer.json index 4c02d6d81..f06df1f15 100644 --- a/src/main/resources/assets/hbm/manual/material/polymer.json +++ b/src/main/resources/assets/hbm/manual/material/polymer.json @@ -1,17 +1,17 @@ -{ - "name": "Polymer", - "icon": ["hbm:item.ingot_polymer", 1, 0], - "trigger": [["hbm:item.ingot_polymer"], ["hbm:item.powder_polymer"]], - "title": { - "en_US": "Polymer", - "uk_UA": "Полімер", - "ru_RU": "Полимер", - "zh_CN": "聚合物" - }, - "content": { - "en_US": "Polymer ('Teflon') is the first available type of plastic. Requires [[petroleum gas|Petroleum Gas]] and therefore [[oil processing|Basic Oil Processing]].

Fully interchangeable with [[Bakelite]], which becomes available after [[oil cracking|Catalytic Cracking Tower]].", - "uk_UA": "Полімер ('Тефлон') – це перший доступний тип пластику. потребує [[нафтовий газ|Petroleum Gas]], а отже, [[переробку нафти|Basic Oil Processing]].

Повністю взаємозамінний з [[карболітом|Bakelite]], який стає доступним після [[крекінгу нафти|Catalytic Cracking Tower]].", - "ru_RU": "Полимер ('Тефлон') — первый доступный тип пластика. Требует [[нефтяного газа|Petroleum Gas]] и, следовательно, [[переработки нефти|Basic Oil Processing]].

Полностью взаимозаменяем с [[бакелитом|Bakelite]], который становится доступным после [[крекинга нефти|Catalytic Cracking Tower]].", - "zh_CN": "聚合物(“特氟龙”)是第一种可获取的塑料。需要[[石油气|Petroleum Gas]]制作,因此需要 [[原油处理|Basic Oil Processing]]。和[[电木|Bakelite]]完全通用,后者在获得[[催化裂化塔|Catalytic Cracking Tower]]后才可制作。" - } -} +{ + "name": "Polymer", + "icon": ["hbm:item.ingot_polymer", 1, 0], + "trigger": [["hbm:item.ingot_polymer"], ["hbm:item.powder_polymer"]], + "title": { + "en_US": "Polymer", + "uk_UA": "Полімер", + "ru_RU": "Полимер", + "zh_CN": "聚合物" + }, + "content": { + "en_US": "Polymer ('Teflon') is the first available type of plastic. Requires [[petroleum gas|Petroleum Gas]] and therefore [[oil processing|Basic Oil Processing]].

Fully interchangeable with [[Bakelite]], which becomes available after [[oil cracking|Catalytic Cracking Tower]].", + "uk_UA": "Полімер ('Тефлон') – це перший доступний тип пластику. потребує [[нафтовий газ|Petroleum Gas]], а отже, [[переробку нафти|Basic Oil Processing]].

Повністю взаємозамінний з [[карболітом|Bakelite]], який стає доступним після [[крекінгу нафти|Catalytic Cracking Tower]].", + "ru_RU": "Полимер ('Тефлон') — первый доступный тип пластика. Требует [[нефтяного газа|Petroleum Gas]] и, следовательно, [[переработки нефти|Basic Oil Processing]].

Полностью взаимозаменяем с [[бакелитом|Bakelite]], который становится доступным после [[крекинга нефти|Catalytic Cracking Tower]].", + "zh_CN": "聚合物(“特氟龙”)是第一种可获取的塑料。需要[[石油气|Petroleum Gas]]制作,因此需要 [[原油处理|Basic Oil Processing]]。和[[电木|Bakelite]]完全通用,后者在获得[[催化裂化塔|Catalytic Cracking Tower]]后才可制作。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/radium.json b/src/main/resources/assets/hbm/manual/material/radium.json index cd3e8a006..848f4a51e 100644 --- a/src/main/resources/assets/hbm/manual/material/radium.json +++ b/src/main/resources/assets/hbm/manual/material/radium.json @@ -1,17 +1,17 @@ -{ - "name": "Radium-226", - "icon": ["hbm:item.billet_ra226", 1, 0], - "trigger": [["hbm:item.ingot_ra226"], ["hbm:item.billet_ra226"], ["hbm:item.nugget_ra226"], ["hbm:item.powder_ra226"]], - "title": { - "en_US": "Radium-226", - "uk_UA": "Радій-226", - "ru_RU": "Радий-226", - "zh_CN": "镭-226" - }, - "content": { - "en_US": "Rare radioactive material found in [[uranium|Uranium]] and [[thorium|Thorium-232]] ores, may be extracted using a [[centrifuge|Centrifuge]]. Used with [[beryllium|Beryllium]] in Ra226Be neutron sources, which are vital for kickstarting the [[Chicago Pile]], [[PWR]], [[research reactor|Research Reactor]] and [[RBMK]]. The first available neutron source, and often times the cheapest.

Moderately radioactive.", - "uk_UA": "Рідкісний радіоактивний матеріал, що міститься в [[уранових|Uranium]] та [[торієвих|Thorium-232]] рудах, можна отримати за допомогою [[центрифуги|Centrifuge]]. Використовується разом з [[берилієм|Beryllium]] у радій-226 берилієвих джерелах нейтронів, які необхідні для запуску [[Чиказької дровітні|Chicago Pile]], [[ВВЕР|PWR]], [[дослідницького реактора|Research Reactor]] та [[РБМК|RBMK]]. Перше доступне джерело нейтронів і часто найдешевше.

Помірно радіоактивний.", - "ru_RU": "Редкий радиоактивный материал, содержащийся в рудах [[урана|Uranium]] и [[тория-232|Thorium-232]], может быть извлечён с помощью [[центрифуги|Centrifuge]]. Используется с [[бериллием|Beryllium]] в нейтронных источниках радий-226-бериллий, которые необходимы для запуска [[Чикагской поленницы|Chicago Pile]], [[ВВЭР|PWR]], [[исследовательского реактора|Research Reactor]] и [[РБМК|RBMK]]. Первый доступный нейтронный источник, часто самый дешевый.

Умеренно радиоактивен.", - "zh_CN": "稀有的放射性物质,存在于[[铀|Uranium]]矿石和[[钍|Thorium]]矿石中,可通过[[离心机|Centrifuge]]提取。可与[[铍|Beryllium]]混合得到启动[[芝加哥反应堆|Chicago Pile]]、[[RBMK]]、[[PWR]]、[[研究型反应堆|]]必须的镭-226-铍中子源。是最早可获得的中子放射源,而且通常也是最便宜的。

放射性中等。" - } -} +{ + "name": "Radium-226", + "icon": ["hbm:item.billet_ra226", 1, 0], + "trigger": [["hbm:item.ingot_ra226"], ["hbm:item.billet_ra226"], ["hbm:item.nugget_ra226"], ["hbm:item.powder_ra226"]], + "title": { + "en_US": "Radium-226", + "uk_UA": "Радій-226", + "ru_RU": "Радий-226", + "zh_CN": "镭-226" + }, + "content": { + "en_US": "Rare radioactive material found in [[uranium|Uranium]] and [[thorium|Thorium-232]] ores, may be extracted using a [[centrifuge|Centrifuge]]. Used with [[beryllium|Beryllium]] in Ra226Be neutron sources, which are vital for kickstarting the [[Chicago Pile]], [[PWR]], [[research reactor|Research Reactor]] and [[RBMK]]. The first available neutron source, and often times the cheapest.

Moderately radioactive.", + "uk_UA": "Рідкісний радіоактивний матеріал, що міститься в [[уранових|Uranium]] та [[торієвих|Thorium-232]] рудах, можна отримати за допомогою [[центрифуги|Centrifuge]]. Використовується разом з [[берилієм|Beryllium]] у радій-226 берилієвих джерелах нейтронів, які необхідні для запуску [[Чиказької дровітні|Chicago Pile]], [[ВВЕР|PWR]], [[дослідницького реактора|Research Reactor]] та [[РБМК|RBMK]]. Перше доступне джерело нейтронів і часто найдешевше.

Помірно радіоактивний.", + "ru_RU": "Редкий радиоактивный материал, содержащийся в рудах [[урана|Uranium]] и [[тория-232|Thorium-232]], может быть извлечён с помощью [[центрифуги|Centrifuge]]. Используется с [[бериллием|Beryllium]] в нейтронных источниках радий-226-бериллий, которые необходимы для запуска [[Чикагской поленницы|Chicago Pile]], [[ВВЭР|PWR]], [[исследовательского реактора|Research Reactor]] и [[РБМК|RBMK]]. Первый доступный нейтронный источник, часто самый дешевый.

Умеренно радиоактивен.", + "zh_CN": "稀有的放射性物质,存在于[[铀|Uranium]]矿石和[[钍|Thorium]]矿石中,可通过[[离心机|Centrifuge]]提取。可与[[铍|Beryllium]]混合得到启动[[芝加哥反应堆|Chicago Pile]]、[[RBMK]]、[[PWR]]、[[研究型反应堆|]]必须的镭-226-铍中子源。是最早可获得的中子放射源,而且通常也是最便宜的。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/rareearth.json b/src/main/resources/assets/hbm/manual/material/rareearth.json index f404f5812..e1adb35fc 100644 --- a/src/main/resources/assets/hbm/manual/material/rareearth.json +++ b/src/main/resources/assets/hbm/manual/material/rareearth.json @@ -1,13 +1,13 @@ -{ - "name": "Rare Earths", - "icon": ["hbm:item.chunk_ore", 1, 0], - "trigger": [["hbm:item.chunk_ore"], ["hbm:tile.ore_rare"], ["hbm:tile.ore_gneiss_rare"]], - "title": { - "en_US": "Rare Earths", - "zh_CN": "稀土" - }, - "content": { - "en_US": "A type of ore, found especially common in [[schist layers|Graphitic Schist]]. Can be shredded into powder to be used for making [[desh|Desh]], or hammered into fragments using an [[anvil|Anvil]] to be shredded and then smelted.

Contains:
[[Boron]]
[[Lanthanium]]
[[Cobalt]]
[[Cerium]]
[[Neodymium]]
[[Niobium]]

Also yields [[zirconium|Zirconium]] when [[centrifuged|Centrifuge]].", - "zh_CN": "一大类矿物,主要存在于[[页岩地层|Graphitic Schist]]中。可粉碎为用于制作[[Desh]]的粉末,也可在[[砧|Anvil]]中砸成碎片后再进一步粉碎和烧炼。

含有:
[[硼|Boron]]
[[镧|Lanthanium]]
[[钴|Cobalt]]
[[铈|Cerium]]
[[钕|Neodymium]]
[[铌|Niobium]]

使用[[离心机|Centrifuge]]处理时,还可获取[[锆|Zirconium]]." - } -} +{ + "name": "Rare Earths", + "icon": ["hbm:item.chunk_ore", 1, 0], + "trigger": [["hbm:item.chunk_ore"], ["hbm:tile.ore_rare"], ["hbm:tile.ore_gneiss_rare"]], + "title": { + "en_US": "Rare Earths", + "zh_CN": "稀土" + }, + "content": { + "en_US": "A type of ore, found especially common in [[schist layers|Graphitic Schist]]. Can be shredded into powder to be used for making [[desh|Desh]], or hammered into fragments using an [[anvil|Anvil]] to be shredded and then smelted.

Contains:
[[Boron]]
[[Lanthanium]]
[[Cobalt]]
[[Cerium]]
[[Neodymium]]
[[Niobium]]

Also yields [[zirconium|Zirconium]] when [[centrifuged|Centrifuge]].", + "zh_CN": "一大类矿物,主要存在于[[页岩地层|Graphitic Schist]]中。可粉碎为用于制作[[Desh]]的粉末,也可在[[砧|Anvil]]中砸成碎片后再进一步粉碎和烧炼。

含有:
[[硼|Boron]]
[[镧|Lanthanium]]
[[钴|Cobalt]]
[[铈|Cerium]]
[[钕|Neodymium]]
[[铌|Niobium]]

使用[[离心机|Centrifuge]]处理时,还可获取[[锆|Zirconium]]." + } +} diff --git a/src/main/resources/assets/hbm/manual/material/rubber.json b/src/main/resources/assets/hbm/manual/material/rubber.json index 41be5fcee..3be82e63a 100644 --- a/src/main/resources/assets/hbm/manual/material/rubber.json +++ b/src/main/resources/assets/hbm/manual/material/rubber.json @@ -1,17 +1,17 @@ -{ - "name": "Rubber", - "icon": ["hbm:item.ingot_rubber", 1, 0], - "trigger": [["hbm:item.ingot_rubber"]], - "title": { - "en_US": "Rubber", - "uk_UA": "Гума", - "ru_RU": "Резина", - "zh_CN": "橡胶" - }, - "content": { - "en_US": "Oil product, derived from [[unsaturated hydrocabons|Unsaturated Hydrocarbons]] and [[sulfur|Sulfur]]. Requires at least a [[cracking tower|Catalytic Cracking Tower]] to make. Can replace [[latex|Latex]] in every recipe.", - "uk_UA": "Нафтопродукт, отриманий з [[ненасичених вуглеводнів|Unsaturated Hydrocarbons]] та [[сірки|Sulfur]]. Для виробництва потрібна щонайменше [[вежа каталітичного крекінгу|Catalytic Cracking Tower]]. Може замінити [[латекс|Latex]] у всіх рецептах.", - "ru_RU": "Нефтепродукт, получаемый из [[непредельных углеводородов|Unsaturated Hydrocarbons]] и [[серы|Sulfur]]. Требует как минимум [[башню крекинга|Catalytic Cracking Tower]] для производства. Может заменить [[латекс|Latex]] во всех рецептах.", - "zh_CN": "一种石化产品,衍生自[[不饱和烃|Unsaturated Hydrocarbons]]和[[硫|Sulfur]]。至少需要一台[[催化裂化塔|Catalytic Cracking Tower]]才能制作。可在所有配方中替代[[乳胶|Latex]]。" - } -} +{ + "name": "Rubber", + "icon": ["hbm:item.ingot_rubber", 1, 0], + "trigger": [["hbm:item.ingot_rubber"]], + "title": { + "en_US": "Rubber", + "uk_UA": "Гума", + "ru_RU": "Резина", + "zh_CN": "橡胶" + }, + "content": { + "en_US": "Oil product, derived from [[unsaturated hydrocabons|Unsaturated Hydrocarbons]] and [[sulfur|Sulfur]]. Requires at least a [[cracking tower|Catalytic Cracking Tower]] to make. Can replace [[latex|Latex]] in every recipe.", + "uk_UA": "Нафтопродукт, отриманий з [[ненасичених вуглеводнів|Unsaturated Hydrocarbons]] та [[сірки|Sulfur]]. Для виробництва потрібна щонайменше [[вежа каталітичного крекінгу|Catalytic Cracking Tower]]. Може замінити [[латекс|Latex]] у всіх рецептах.", + "ru_RU": "Нефтепродукт, получаемый из [[непредельных углеводородов|Unsaturated Hydrocarbons]] и [[серы|Sulfur]]. Требует как минимум [[башню крекинга|Catalytic Cracking Tower]] для производства. Может заменить [[латекс|Latex]] во всех рецептах.", + "zh_CN": "一种石化产品,衍生自[[不饱和烃|Unsaturated Hydrocarbons]]和[[硫|Sulfur]]。至少需要一台[[催化裂化塔|Catalytic Cracking Tower]]才能制作。可在所有配方中替代[[乳胶|Latex]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/silicon.json b/src/main/resources/assets/hbm/manual/material/silicon.json index 53f20d37e..1a23eb38d 100644 --- a/src/main/resources/assets/hbm/manual/material/silicon.json +++ b/src/main/resources/assets/hbm/manual/material/silicon.json @@ -1,17 +1,17 @@ -{ - "name": "Silicon", - "icon": ["hbm:item.billet_silicon", 1, 0], - "trigger": [["hbm:item.ingot_silicon"], ["hbm:item.billet_silicon"], ["hbm:item.nugget_silicon"]], - "title": { - "en_US": "Silicon", - "uk_UA": "Кремній", - "ru_RU": "Кремний", - "zh_CN": "硅" - }, - "content": { - "en_US": "Important material for producing integrated circuits, and any electronics more sophisticated than an analog circuit. Created in an [[electric arc furnace|Electric Arc Furnace]] using things that contain silicon dioxide, like regular sand, nether quartz, fiberglass, flint or [[asbestos|Asbestos]]. Used primarily as wafers (i.e. billets) which are [[pressed|Burner Press]] using a circuit stamp, and then crafted into different types of microchips. Due to requiring an arc furnace, silicon is available after obtaining [[polymer|Polymer]], requiring [[oil|Crude Oil]] processing.", - "uk_UA": "Важливий матеріал для виробництва інтегральних плат та будь-якої електроніки, складнішої за аналогову плату. Виготовляється в [[електричній дуговій печі|Electric Arc Furnace]] використанням матеріалів, що містять діоксид кремнію, наприклад звичайного піску, пекельного кварцу, скловолокна, кременю або [[азбесту|Asbestos]]. Використовується переважно як пластини (тобто заготовки) які [[пресуються|Burner Press]] за допомогою штампа схеми, а потім перетворюються на різні типи мікрочіпів. Через необхідність у дуговій печі, кремній стає доступний після отримання [[полімеру|Polymer]], що вимагає переробки [[нафти|Crude Oil]].", - "ru_RU": "Важный материал для производства интегральных схем и любой электроники, более сложной, чем аналоговые схемы. Производится в [[электродуговой печи|Electric Arc Furnace]] из материалов, содержащих диоксид кремния, таких как обычный песок, кварц незера, стекловолокно, кремень или [[асбест|Asbestos]]. В основном используется в виде пластин (т.е. заготовок), которые [[прессуются|Burner Press]] с использованием штампа для схем, а затем превращаются в различные типы микросхем. Из-за необходимости в дуговой печи кремний доступен после получения [[полимера|Polymer]], что требует переработки [[нефти|Crude Oil]].", - "zh_CN": "生产集成电路以及其他比模拟电路更加复杂的电路的重要材料。可通过使用[[电弧炉|Electric Arc Furnace]]冶炼含二氧化硅的物品(如普通沙子、下界石英、玻璃纤维、燧石和[[石棉|Asbestos]])获取。主要的应用形式为在[[锻压机|Burner Press]]中经电路板锻模锻压的晶圆(即坯料),这些晶圆随后被用来制作多种微处理器。 因为其制作需要电弧炉,硅只能在获得[[聚合物|Polymer]]后制作,因此需要[[原油处理|Crude Oil]]。" - } -} +{ + "name": "Silicon", + "icon": ["hbm:item.billet_silicon", 1, 0], + "trigger": [["hbm:item.ingot_silicon"], ["hbm:item.billet_silicon"], ["hbm:item.nugget_silicon"]], + "title": { + "en_US": "Silicon", + "uk_UA": "Кремній", + "ru_RU": "Кремний", + "zh_CN": "硅" + }, + "content": { + "en_US": "Important material for producing integrated circuits, and any electronics more sophisticated than an analog circuit. Created in an [[electric arc furnace|Electric Arc Furnace]] using things that contain silicon dioxide, like regular sand, nether quartz, fiberglass, flint or [[asbestos|Asbestos]]. Used primarily as wafers (i.e. billets) which are [[pressed|Burner Press]] using a circuit stamp, and then crafted into different types of microchips. Due to requiring an arc furnace, silicon is available after obtaining [[polymer|Polymer]], requiring [[oil|Crude Oil]] processing.", + "uk_UA": "Важливий матеріал для виробництва інтегральних плат та будь-якої електроніки, складнішої за аналогову плату. Виготовляється в [[електричній дуговій печі|Electric Arc Furnace]] використанням матеріалів, що містять діоксид кремнію, наприклад звичайного піску, пекельного кварцу, скловолокна, кременю або [[азбесту|Asbestos]]. Використовується переважно як пластини (тобто заготовки) які [[пресуються|Burner Press]] за допомогою штампа схеми, а потім перетворюються на різні типи мікрочіпів. Через необхідність у дуговій печі, кремній стає доступний після отримання [[полімеру|Polymer]], що вимагає переробки [[нафти|Crude Oil]].", + "ru_RU": "Важный материал для производства интегральных схем и любой электроники, более сложной, чем аналоговые схемы. Производится в [[электродуговой печи|Electric Arc Furnace]] из материалов, содержащих диоксид кремния, таких как обычный песок, кварц незера, стекловолокно, кремень или [[асбест|Asbestos]]. В основном используется в виде пластин (т.е. заготовок), которые [[прессуются|Burner Press]] с использованием штампа для схем, а затем превращаются в различные типы микросхем. Из-за необходимости в дуговой печи кремний доступен после получения [[полимера|Polymer]], что требует переработки [[нефти|Crude Oil]].", + "zh_CN": "生产集成电路以及其他比模拟电路更加复杂的电路的重要材料。可通过使用[[电弧炉|Electric Arc Furnace]]冶炼含二氧化硅的物品(如普通沙子、下界石英、玻璃纤维、燧石和[[石棉|Asbestos]])获取。主要的应用形式为在[[锻压机|Burner Press]]中经电路板锻模锻压的晶圆(即坯料),这些晶圆随后被用来制作多种微处理器。 因为其制作需要电弧炉,硅只能在获得[[聚合物|Polymer]]后制作,因此需要[[原油处理|Crude Oil]]。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/sodium.json b/src/main/resources/assets/hbm/manual/material/sodium.json index 90c98db3f..1d9c8a24c 100644 --- a/src/main/resources/assets/hbm/manual/material/sodium.json +++ b/src/main/resources/assets/hbm/manual/material/sodium.json @@ -1,17 +1,17 @@ -{ - "name": "Sodium", - "icon": ["hbm:item.powder_sodium", 1, 0], - "trigger": [["hbm:item.powder_sodium"]], - "title": { - "en_US": "Sodium", - "uk_UA": "Натрій", - "ru_RU": "Натрий", - "zh_CN": "钠" - }, - "content": { - "en_US": "Mainly derived from sodalite, a gem which is found as a [[centrifuge|Centrifuge]] byproduct of many ores. Used in liquid form as a powerful [[PWR]] coolant.", - "uk_UA": "В основному отримується з содаліту, дорогоцінного каменю, який зустрічається як побічний продукт [[центрифугування|Centrifuge]] багатьох руд. Використовується в рідкому вигляді як потужний охолоджувач для [[ВВЕР|PWR]].", - "ru_RU": "В основном добывается из содалита, драгоценного камня, который является побочным продуктом [[центрифугования|Centrifuge]] при переработке многих руд. Используется в жидкой форме как мощный охладитель для [[ВВЭР|PWR]].", - "zh_CN": "主要通过方钠石获取,方钠石可作为多种矿石的[[离心|Centrifuge]]副产物获得。其液体形式可用作强力的[[PWR]]冷却剂。" - } -} +{ + "name": "Sodium", + "icon": ["hbm:item.powder_sodium", 1, 0], + "trigger": [["hbm:item.powder_sodium"]], + "title": { + "en_US": "Sodium", + "uk_UA": "Натрій", + "ru_RU": "Натрий", + "zh_CN": "钠" + }, + "content": { + "en_US": "Mainly derived from sodalite, a gem which is found as a [[centrifuge|Centrifuge]] byproduct of many ores. Used in liquid form as a powerful [[PWR]] coolant.", + "uk_UA": "В основному отримується з содаліту, дорогоцінного каменю, який зустрічається як побічний продукт [[центрифугування|Centrifuge]] багатьох руд. Використовується в рідкому вигляді як потужний охолоджувач для [[ВВЕР|PWR]].", + "ru_RU": "В основном добывается из содалита, драгоценного камня, который является побочным продуктом [[центрифугования|Centrifuge]] при переработке многих руд. Используется в жидкой форме как мощный охладитель для [[ВВЭР|PWR]].", + "zh_CN": "主要通过方钠石获取,方钠石可作为多种矿石的[[离心|Centrifuge]]副产物获得。其液体形式可用作强力的[[PWR]]冷却剂。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/solidfuel.json b/src/main/resources/assets/hbm/manual/material/solidfuel.json index 605587a61..3456efbdb 100644 --- a/src/main/resources/assets/hbm/manual/material/solidfuel.json +++ b/src/main/resources/assets/hbm/manual/material/solidfuel.json @@ -1,13 +1,13 @@ -{ - "name": "Solid Fuel", - "icon": ["hbm:item.solid_fuel", 1, 0], - "trigger": [["hbm:item.solid_fuel"]], - "title": { - "en_US": "Solid Fuel", - "zh_CN": "固体燃料" - }, - "content": { - "en_US": "Oil in a solid, conveniently cuboid form. Burns twice as long as coal and way hotter. Commonly made in a [[solidifier|Solidifier]] or [[pyrolysis oven|Pyrolysis Oven]]. Used in solid rocket propellant.", - "zh_CN": "方便处理的方块状固体油。具有煤炭两倍的燃烧时间,而且温度更高。通常在[[工业固化机|Solidifier]]或[[热解炉|Pyrolysis Oven]]中制作。" - } -} +{ + "name": "Solid Fuel", + "icon": ["hbm:item.solid_fuel", 1, 0], + "trigger": [["hbm:item.solid_fuel"]], + "title": { + "en_US": "Solid Fuel", + "zh_CN": "固体燃料" + }, + "content": { + "en_US": "Oil in a solid, conveniently cuboid form. Burns twice as long as coal and way hotter. Commonly made in a [[solidifier|Solidifier]] or [[pyrolysis oven|Pyrolysis Oven]]. Used in solid rocket propellant.", + "zh_CN": "方便处理的方块状固体油。具有煤炭两倍的燃烧时间,而且温度更高。通常在[[工业固化机|Solidifier]]或[[热解炉|Pyrolysis Oven]]中制作。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/steel.json b/src/main/resources/assets/hbm/manual/material/steel.json index 77dad347b..0471e698b 100644 --- a/src/main/resources/assets/hbm/manual/material/steel.json +++ b/src/main/resources/assets/hbm/manual/material/steel.json @@ -1,17 +1,17 @@ -{ - "name": "Steel", - "icon": ["hbm:item.ingot_steel", 1, 0], - "trigger": [["hbm:item.ingot_steel"], ["hbm:item.plate_steel"], ["hbm:item.powder_steel"]], - "title": { - "en_US": "Steel", - "uk_UA": "Сталь", - "ru_RU": "Сталь", - "zh_CN": "钢" - }, - "content": { - "en_US": "Upgraded version of iron, basic material. Used in almost everything. Initially obtained by combining coal and iron in a [[blast furnace|Blast Furnace]]. Upgraded recipes are available later on via [[crucible|Crucible]] and [[rotary furnace|Rotary Furnace]].", - "uk_UA": "Покращена версія заліза, базовий матеріал. Використовується майже в усьому. Спочатку отримується шляхом поєднання вугілля та заліза в [[доменній печі|Blast Furnace]]. Покращені рецепти доступні пізніше в [[ливарні|Crucible]] та [[роторній печі|Rotary Furnace]].", - "ru_RU": "Улучшенная версия железа, базовый материал. Используется почти во всем. Изначально получается путём комбинирования угля и железа в [[доменной печи|Blast Furnace]]. Улучшенные рецепты доступны позже через [[плавильню|Crucible]] и [[роторную печь|Rotary Furnace]].", - "zh_CN": "铁的升级版,是一种基础金属,几乎所有东西都要用到钢。最初可通过在[[高炉|Blast Furnace]]中混合煤炭和铁获取,而之后也有通过[[坩埚|Crucible]]和[[回转炉|Rotary Furnace]]制作的高级配方。" - } -} +{ + "name": "Steel", + "icon": ["hbm:item.ingot_steel", 1, 0], + "trigger": [["hbm:item.ingot_steel"], ["hbm:item.plate_steel"], ["hbm:item.powder_steel"]], + "title": { + "en_US": "Steel", + "uk_UA": "Сталь", + "ru_RU": "Сталь", + "zh_CN": "钢" + }, + "content": { + "en_US": "Upgraded version of iron, basic material. Used in almost everything. Initially obtained by combining coal and iron in a [[blast furnace|Blast Furnace]]. Upgraded recipes are available later on via [[crucible|Crucible]] and [[rotary furnace|Rotary Furnace]].", + "uk_UA": "Покращена версія заліза, базовий матеріал. Використовується майже в усьому. Спочатку отримується шляхом поєднання вугілля та заліза в [[доменній печі|Blast Furnace]]. Покращені рецепти доступні пізніше в [[ливарні|Crucible]] та [[роторній печі|Rotary Furnace]].", + "ru_RU": "Улучшенная версия железа, базовый материал. Используется почти во всем. Изначально получается путём комбинирования угля и железа в [[доменной печи|Blast Furnace]]. Улучшенные рецепты доступны позже через [[плавильню|Crucible]] и [[роторную печь|Rotary Furnace]].", + "zh_CN": "铁的升级版,是一种基础金属,几乎所有东西都要用到钢。最初可通过在[[高炉|Blast Furnace]]中混合煤炭和铁获取,而之后也有通过[[坩埚|Crucible]]和[[回转炉|Rotary Furnace]]制作的高级配方。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/sulfur.json b/src/main/resources/assets/hbm/manual/material/sulfur.json index 5984bf61d..4f988a864 100644 --- a/src/main/resources/assets/hbm/manual/material/sulfur.json +++ b/src/main/resources/assets/hbm/manual/material/sulfur.json @@ -1,17 +1,17 @@ -{ - "name": "Sulfur", - "icon": ["hbm:item.sulfur", 1, 0], - "trigger": [["hbm:item.sulfur"]], - "title": { - "en_US": "Sulfur", - "uk_UA": "Сірка", - "ru_RU": "Сера", - "zh_CN": "硫" - }, - "content": { - "en_US": "Common ore, found in even larger numbers in the nether. Used in a variety of things, like [[sulfuric acid|Sulfuric Acid]], [[rubber|Rubber]] and in yellowcake for [[uranium|Uranium]] hexafluoride. Can also make gunpowder, matchsticks, or act as yellow dye.", - "uk_UA": "Звичайна руда, зустрічається у великих кількостях в пеклі. Використовується в різних речах, таких як [[сірчана кислота|Sulfuric Acid]], [[гума|Rubber]] та єлоукейку для отримання гексафториду [[урану|Uranium]]. Також може використовуватися для виготовлення пороху, сірників або як жовтий барвник.", - "ru_RU": "Распространённая руда, в больших количествах встречается в Незере. Используется для различных вещей, таких как [[серная кислота|Sulfuric Acid]], [[резина|Rubber]] и в жёлтом кеке для гексафторида [[урана|Uranium]]. Также может использоваться для изготовления пороха, спичек или в качестве жёлтого красителя.", - "zh_CN": "常见矿物,在下界的生成量更多。用于多种配方,例如制作[[硫酸|Sulfuric Acid]]和 [[橡胶|Rubber]],也用于制作黄饼,作为合成六氟化[[铀|Uranium]]的原料。 也可用于制作火药、火柴,以及用作黄色染料。" - } -} +{ + "name": "Sulfur", + "icon": ["hbm:item.sulfur", 1, 0], + "trigger": [["hbm:item.sulfur"]], + "title": { + "en_US": "Sulfur", + "uk_UA": "Сірка", + "ru_RU": "Сера", + "zh_CN": "硫" + }, + "content": { + "en_US": "Common ore, found in even larger numbers in the nether. Used in a variety of things, like [[sulfuric acid|Sulfuric Acid]], [[rubber|Rubber]] and in yellowcake for [[uranium|Uranium]] hexafluoride. Can also make gunpowder, matchsticks, or act as yellow dye.", + "uk_UA": "Звичайна руда, зустрічається у великих кількостях в пеклі. Використовується в різних речах, таких як [[сірчана кислота|Sulfuric Acid]], [[гума|Rubber]] та єлоукейку для отримання гексафториду [[урану|Uranium]]. Також може використовуватися для виготовлення пороху, сірників або як жовтий барвник.", + "ru_RU": "Распространённая руда, в больших количествах встречается в Незере. Используется для различных вещей, таких как [[серная кислота|Sulfuric Acid]], [[резина|Rubber]] и в жёлтом кеке для гексафторида [[урана|Uranium]]. Также может использоваться для изготовления пороха, спичек или в качестве жёлтого красителя.", + "zh_CN": "常见矿物,在下界的生成量更多。用于多种配方,例如制作[[硫酸|Sulfuric Acid]]和 [[橡胶|Rubber]],也用于制作黄饼,作为合成六氟化[[铀|Uranium]]的原料。 也可用于制作火药、火柴,以及用作黄色染料。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/tantalium.json b/src/main/resources/assets/hbm/manual/material/tantalium.json index cf3e30380..a17e7d472 100644 --- a/src/main/resources/assets/hbm/manual/material/tantalium.json +++ b/src/main/resources/assets/hbm/manual/material/tantalium.json @@ -1,17 +1,17 @@ -{ - "name": "Tantalium", - "icon": ["hbm:item.ingot_tantalium", 1, 0], - "trigger": [["hbm:item.ingot_tantalium"], ["hbm:item.powder_tantalium"], ["hbm:item.nugget_tantalium"]], - "title": { - "en_US": "Tantalium", - "uk_UA": "Тантал", - "ru_RU": "Тантал", - "zh_CN": "钽" - }, - "content": { - "en_US": "Tantalium ('Tantalum') can be extracted out of [[coltan|Coltan]] which is only found within one specific area in the world. Used mainly for tantalium capacitors, which are crucial for the control units used by most nuclear bombs.", - "uk_UA": "Тантал ('Танталій') можна отримати з [[колтану|Coltan]] який зустрічається лише в одному конкретному регіоні світу. Використовується переважно для танталових конденсаторів, які є критично важливими для блоків керування, що використовуються в більшості ядерних бомб.", - "ru_RU": "Тантал ('Tantalum') добывается из [[колтана|Coltan]], который встречается только в одной определённой области мира. В основном используется для танталовых конденсаторов, которые критически важны для блоков управления, используемых в большинстве ядерных бомб.", - "zh_CN": "钽可从仅生成在特定区域的[[钶钽铁矿|Coltan]]中提取。 主要用于制作钽电容器,钽电容器可作为大多数核弹所需的控制单元的重要原料。" - } -} +{ + "name": "Tantalium", + "icon": ["hbm:item.ingot_tantalium", 1, 0], + "trigger": [["hbm:item.ingot_tantalium"], ["hbm:item.powder_tantalium"], ["hbm:item.nugget_tantalium"]], + "title": { + "en_US": "Tantalium", + "uk_UA": "Тантал", + "ru_RU": "Тантал", + "zh_CN": "钽" + }, + "content": { + "en_US": "Tantalium ('Tantalum') can be extracted out of [[coltan|Coltan]] which is only found within one specific area in the world. Used mainly for tantalium capacitors, which are crucial for the control units used by most nuclear bombs.", + "uk_UA": "Тантал ('Танталій') можна отримати з [[колтану|Coltan]] який зустрічається лише в одному конкретному регіоні світу. Використовується переважно для танталових конденсаторів, які є критично важливими для блоків керування, що використовуються в більшості ядерних бомб.", + "ru_RU": "Тантал ('Tantalum') добывается из [[колтана|Coltan]], который встречается только в одной определённой области мира. В основном используется для танталовых конденсаторов, которые критически важны для блоков управления, используемых в большинстве ядерных бомб.", + "zh_CN": "钽可从仅生成在特定区域的[[钶钽铁矿|Coltan]]中提取。 主要用于制作钽电容器,钽电容器可作为大多数核弹所需的控制单元的重要原料。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/technetium.json b/src/main/resources/assets/hbm/manual/material/technetium.json index d640d843e..b0cee6e84 100644 --- a/src/main/resources/assets/hbm/manual/material/technetium.json +++ b/src/main/resources/assets/hbm/manual/material/technetium.json @@ -1,17 +1,17 @@ -{ - "name": "Technetium", - "icon": ["hbm:item.ingot_technetium", 1, 0], - "trigger": [["hbm:item.billet_technetium"], ["hbm:item.ingot_technetium"], ["hbm:item.nugget_technetium"]], - "title": { - "en_US": "Technetium", - "uk_UA": "Технецій-99", - "ru_RU": "Технеций", - "zh_CN": "锝" - }, - "content": { - "en_US": "Synthetic metal, reprocessed from [[ZIRNOX]] or [[PWR]] fuel early on. May also be extracted from some [[RBMK]] fuels or [[bedrock ore|Bedrock Ore]] with high-performance solvent.

Primarily used for [[technetium steel|Technetium Steel]].

Moderately radioactive.", - "uk_UA": "Синтетичний метал, перероблений з палива [[ЦИРНОКС|ZIRNOX]] або [[ВВЕР|PWR]] на ранніх етапах. також може бути отриманий з деяких видів палива [[РБМК|RBMK]] або [[корінної руди|Bedrock Ore]] за допомогою високоефективного розчинника.

В основному використовується для [[технецієвої сталі|Technetium Steel]].

Помірно радіоактивний.", - "ru_RU": "Синтетический металл, получаемый в результате переработки топлива [[ЦИРНОКС|ZIRNOX]] или [[ВВЭР|PWR]] на ранних стадиях. Также может быть извлечен из некоторых видов топлива [[РБМК|RBMK]] или [[бедроковой руды|Bedrock Ore]] с использованием высокоэффективного растворителя.

В основном используется для [[технециевой стали|Technetium Steel]].

Умеренно радиоактивен.", - "zh_CN": "人工合成的金属元素,初期可通过再处理[[锆诺克斯|ZIRNOX]]和[[PWR]]的枯竭燃料获取。也可通过回收某些[[RBMK]]燃料或使用高性能溶剂处理[[基岩矿石|Bedrock Ore]]获取。

主要用于制作[[锝钢|Technetium Steel]]。

放射性中等。" - } -} +{ + "name": "Technetium", + "icon": ["hbm:item.ingot_technetium", 1, 0], + "trigger": [["hbm:item.billet_technetium"], ["hbm:item.ingot_technetium"], ["hbm:item.nugget_technetium"]], + "title": { + "en_US": "Technetium", + "uk_UA": "Технецій-99", + "ru_RU": "Технеций", + "zh_CN": "锝" + }, + "content": { + "en_US": "Synthetic metal, reprocessed from [[ZIRNOX]] or [[PWR]] fuel early on. May also be extracted from some [[RBMK]] fuels or [[bedrock ore|Bedrock Ore]] with high-performance solvent.

Primarily used for [[technetium steel|Technetium Steel]].

Moderately radioactive.", + "uk_UA": "Синтетичний метал, перероблений з палива [[ЦИРНОКС|ZIRNOX]] або [[ВВЕР|PWR]] на ранніх етапах. також може бути отриманий з деяких видів палива [[РБМК|RBMK]] або [[корінної руди|Bedrock Ore]] за допомогою високоефективного розчинника.

В основному використовується для [[технецієвої сталі|Technetium Steel]].

Помірно радіоактивний.", + "ru_RU": "Синтетический металл, получаемый в результате переработки топлива [[ЦИРНОКС|ZIRNOX]] или [[ВВЭР|PWR]] на ранних стадиях. Также может быть извлечен из некоторых видов топлива [[РБМК|RBMK]] или [[бедроковой руды|Bedrock Ore]] с использованием высокоэффективного растворителя.

В основном используется для [[технециевой стали|Technetium Steel]].

Умеренно радиоактивен.", + "zh_CN": "人工合成的金属元素,初期可通过再处理[[锆诺克斯|ZIRNOX]]和[[PWR]]的枯竭燃料获取。也可通过回收某些[[RBMK]]燃料或使用高性能溶剂处理[[基岩矿石|Bedrock Ore]]获取。

主要用于制作[[锝钢|Technetium Steel]]。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/technetium_steel.json b/src/main/resources/assets/hbm/manual/material/technetium_steel.json index 848f139a7..e9862e2ab 100644 --- a/src/main/resources/assets/hbm/manual/material/technetium_steel.json +++ b/src/main/resources/assets/hbm/manual/material/technetium_steel.json @@ -1,17 +1,17 @@ -{ - "name": "Technetium Steel", - "icon": ["hbm:item.ingot_tcalloy", 1, 0], - "trigger": [["hbm:item.ingot_tcalloy"], ["hbm:item.powder_tcalloy"]], - "title": { - "en_US": "Technetium Steel", - "uk_UA": "Технецієва сталь", - "ru_RU": "Технециевая сталь", - "zh_CN": "锝钢" - }, - "content": { - "en_US": "Alloy made from [[steel|Steel]] and [[technetium|Technetium]]. Corrosion resistant, used in stronger fluid tanks and many advanced machines. Obtainable after either a [[ZIRNOX]] or [[PWR]] due to technetium being synthetic.

Fully interchangeable with [[cadmium steel|Cadmium Steel]].", - "uk_UA": "Сплав, виготовлений зі [[сталі|Steel]] та [[технецію|Technetium]]. Стійкий до корозії, використовується в більш міцних резервуарах для рідини та в багатьох передових машинах. Одержується після [[ЦИРНОКС|ZIRNOX]] або [[ВВЕР|PWR]], оскільки технецій є синтетичним.

Повністю взаємозамінний з [[кадмієвою сталлю|Cadmium Steel]].", - "ru_RU": "Сплав из [[стали|Steel]] и [[технеция|Technetium]]. Устойчив к коррозии, используется в более прочных резервуарах для жидкостей и во многих продвинутых машинах. Доступен после [[ЦИРНОКС|ZIRNOX]] или [[ВВЭР|PWR]], так как технеций является синтетическим.

Полностью взаимозаменяем с [[кадмиевой сталью|Cadmium Steel]].", - "zh_CN": "[[钢|Steel]]和[[锝|Technetium]]的合金,耐腐蚀,用于制作强度更高的液体储罐和多种高级机器。 由于锝需要人工制造,因此只能在建造[[锆诺克斯|ZIRNOX]]或[[PWR]]之后获取。

和[[镉钢|Cadmium Steel]]完全通用。" - } -} +{ + "name": "Technetium Steel", + "icon": ["hbm:item.ingot_tcalloy", 1, 0], + "trigger": [["hbm:item.ingot_tcalloy"], ["hbm:item.powder_tcalloy"]], + "title": { + "en_US": "Technetium Steel", + "uk_UA": "Технецієва сталь", + "ru_RU": "Технециевая сталь", + "zh_CN": "锝钢" + }, + "content": { + "en_US": "Alloy made from [[steel|Steel]] and [[technetium|Technetium]]. Corrosion resistant, used in stronger fluid tanks and many advanced machines. Obtainable after either a [[ZIRNOX]] or [[PWR]] due to technetium being synthetic.

Fully interchangeable with [[cadmium steel|Cadmium Steel]].", + "uk_UA": "Сплав, виготовлений зі [[сталі|Steel]] та [[технецію|Technetium]]. Стійкий до корозії, використовується в більш міцних резервуарах для рідини та в багатьох передових машинах. Одержується після [[ЦИРНОКС|ZIRNOX]] або [[ВВЕР|PWR]], оскільки технецій є синтетичним.

Повністю взаємозамінний з [[кадмієвою сталлю|Cadmium Steel]].", + "ru_RU": "Сплав из [[стали|Steel]] и [[технеция|Technetium]]. Устойчив к коррозии, используется в более прочных резервуарах для жидкостей и во многих продвинутых машинах. Доступен после [[ЦИРНОКС|ZIRNOX]] или [[ВВЭР|PWR]], так как технеций является синтетическим.

Полностью взаимозаменяем с [[кадмиевой сталью|Cadmium Steel]].", + "zh_CN": "[[钢|Steel]]和[[锝|Technetium]]的合金,耐腐蚀,用于制作强度更高的液体储罐和多种高级机器。 由于锝需要人工制造,因此只能在建造[[锆诺克斯|ZIRNOX]]或[[PWR]]之后获取。

和[[镉钢|Cadmium Steel]]完全通用。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/thorium.json b/src/main/resources/assets/hbm/manual/material/thorium.json index 075261d4a..f9302510d 100644 --- a/src/main/resources/assets/hbm/manual/material/thorium.json +++ b/src/main/resources/assets/hbm/manual/material/thorium.json @@ -1,17 +1,17 @@ -{ - "name": "Thorium-232", - "icon": ["hbm:item.billet_th232", 1, 0], - "trigger": [["hbm:item.ingot_th232"], ["hbm:item.billet_th232"], ["hbm:item.nugget_th232"], ["hbm:item.powder_thorium"]], - "title": { - "en_US": "Thorium-232", - "uk_UA": "Торій-232", - "ru_RU": "Торий-232", - "zh_CN": "钍-232" - }, - "content": { - "en_US": "Fertile (i.e. can be bred) isotope which yields [[uranium-233|Uranium-233]]. Can either be irradiated in an [[RBMK]] to produce [[thorium fuel|Thorium Fuel]] or combined with uranium-233. Thorium-derived fuels are generally cost-effective but not very powerful. Also usable in [[liquid thorium salt|Liquid Thorium Salt]], a powerful [[PWR]] coolant (turning it into a molten salt reactor) which yields tons of uranium-233 quickly.

Slightly radioactive.", - "uk_UA": "Фертильний (тобто придатний до розмноження) ізотоп який дає [[уран-233|Uranium-233]]. Може бути опромінений в [[РБМК|RBMK]] для отримання [[торієвого палива|Thorium Fuel]] або поєднаний з ураном-233. Паливо, отримане з торію, зазвичай економічне, але не дуже потужне. Також використовується у вигляді [[рідкої торієвої солі|Liquid Thorium Salt]], потужному теплоносію [[ВВЕР|PWR]] (перетворюючи його у реактор на розплавах солей) який швидко дає тонни урану-233.

Слабко радіоактивний.", - "ru_RU": "Фертильный (т.е. пригодный для размножения) изотоп, дающий [[уран-233|Uranium-233]]. Может быть облучен в [[РБМК|RBMK]] для производства [[ториевого топлива|Thorium Fuel]] или комбинирован с ураном-233. Топливо, производное от тория, обычно экономично, но не очень мощное. Также используется в [[жидкой ториевой соли|Liquid Thorium Salt]], мощном охладителе [[ВВЭР|PWR]], превращающем его в реактор на расплавленных солях, который быстро производит большое количество урана-233.

Слабо радиоактивен.", - "zh_CN": "可增殖的同位素,增殖后产生[[铀-233|Uranium-233]]。可通过在[[RBMK]]中辐照或与铀-233混合得到[[钍燃料|Thorium Fuel]]。 总体来讲,由钍衍生的燃料成本较低,但能量不高。 也可用于[[液态钍盐|Liquid Thorium Salt]],其可作为一种强力的[[PWR]]冷却剂(同时将反应堆变成熔盐堆),同时快速产生大量铀-233。

略有放射性。" - } -} +{ + "name": "Thorium-232", + "icon": ["hbm:item.billet_th232", 1, 0], + "trigger": [["hbm:item.ingot_th232"], ["hbm:item.billet_th232"], ["hbm:item.nugget_th232"], ["hbm:item.powder_thorium"]], + "title": { + "en_US": "Thorium-232", + "uk_UA": "Торій-232", + "ru_RU": "Торий-232", + "zh_CN": "钍-232" + }, + "content": { + "en_US": "Fertile (i.e. can be bred) isotope which yields [[uranium-233|Uranium-233]]. Can either be irradiated in an [[RBMK]] to produce [[thorium fuel|Thorium Fuel]] or combined with uranium-233. Thorium-derived fuels are generally cost-effective but not very powerful. Also usable in [[liquid thorium salt|Liquid Thorium Salt]], a powerful [[PWR]] coolant (turning it into a molten salt reactor) which yields tons of uranium-233 quickly.

Slightly radioactive.", + "uk_UA": "Фертильний (тобто придатний до розмноження) ізотоп який дає [[уран-233|Uranium-233]]. Може бути опромінений в [[РБМК|RBMK]] для отримання [[торієвого палива|Thorium Fuel]] або поєднаний з ураном-233. Паливо, отримане з торію, зазвичай економічне, але не дуже потужне. Також використовується у вигляді [[рідкої торієвої солі|Liquid Thorium Salt]], потужному теплоносію [[ВВЕР|PWR]] (перетворюючи його у реактор на розплавах солей) який швидко дає тонни урану-233.

Слабко радіоактивний.", + "ru_RU": "Фертильный (т.е. пригодный для размножения) изотоп, дающий [[уран-233|Uranium-233]]. Может быть облучен в [[РБМК|RBMK]] для производства [[ториевого топлива|Thorium Fuel]] или комбинирован с ураном-233. Топливо, производное от тория, обычно экономично, но не очень мощное. Также используется в [[жидкой ториевой соли|Liquid Thorium Salt]], мощном охладителе [[ВВЭР|PWR]], превращающем его в реактор на расплавленных солях, который быстро производит большое количество урана-233.

Слабо радиоактивен.", + "zh_CN": "可增殖的同位素,增殖后产生[[铀-233|Uranium-233]]。可通过在[[RBMK]]中辐照或与铀-233混合得到[[钍燃料|Thorium Fuel]]。 总体来讲,由钍衍生的燃料成本较低,但能量不高。 也可用于[[液态钍盐|Liquid Thorium Salt]],其可作为一种强力的[[PWR]]冷却剂(同时将反应堆变成熔盐堆),同时快速产生大量铀-233。

略有放射性。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/uranium-233.json b/src/main/resources/assets/hbm/manual/material/uranium-233.json index ea6e52f83..ab3e75041 100644 --- a/src/main/resources/assets/hbm/manual/material/uranium-233.json +++ b/src/main/resources/assets/hbm/manual/material/uranium-233.json @@ -1,17 +1,17 @@ -{ - "name": "Uranium-233", - "icon": ["hbm:item.billet_u233", 1, 0], - "trigger": [["hbm:item.ingot_u233"], ["hbm:item.billet_u233"], ["hbm:item.nugget_u233"]], - "title": { - "en_US": "Uranium-233", - "uk_UA": "Уран-233", - "ru_RU": "Уран-233", - "zh_CN": "铀-233" - }, - "content": { - "en_US": "Artificial type of fissile uranium (i.e. reactor capable), created by reprocessing [[thorium-based fuels|Thorium Fuel]]. High enriched uranium-233 fuel is generally more powerful than fuel derived from [[uranium-235|Uranium-235]].

Moderately radioactive.", - "uk_UA": "Штучний ізотоп урану здатного до розщеплення (тобто придатного для реакторів), отримується шляхом переробки [[палива на основі торію|Thorium Fuel]]. Високозбагачене паливо з урану-233, як правило, потужніше, ніж паливо, отримане з [[урану-235|Uranium-235]].

Помірно радіоактивний.", - "ru_RU": "Искусственный тип делящегося урана (т.е. пригодного для реакторов), получаемый путём переработки [[ториевых топлив|Thorium Fuel]]. Высокообогащённое топливо из урана-233, как правило, мощнее, чем топливо, полученное из [[урана-235|Uranium-235]].

Умеренно радиоактивен.", - "zh_CN": "人工制造的易裂变(即能够用于反应堆)的铀同位素,可通过再处理[[钍基燃料|Thorium Fuel]]获取。总体来讲,高浓缩度的铀-233较基于铀-235的燃料更加强力。

放射性中等。" - } -} +{ + "name": "Uranium-233", + "icon": ["hbm:item.billet_u233", 1, 0], + "trigger": [["hbm:item.ingot_u233"], ["hbm:item.billet_u233"], ["hbm:item.nugget_u233"]], + "title": { + "en_US": "Uranium-233", + "uk_UA": "Уран-233", + "ru_RU": "Уран-233", + "zh_CN": "铀-233" + }, + "content": { + "en_US": "Artificial type of fissile uranium (i.e. reactor capable), created by reprocessing [[thorium-based fuels|Thorium Fuel]]. High enriched uranium-233 fuel is generally more powerful than fuel derived from [[uranium-235|Uranium-235]].

Moderately radioactive.", + "uk_UA": "Штучний ізотоп урану здатного до розщеплення (тобто придатного для реакторів), отримується шляхом переробки [[палива на основі торію|Thorium Fuel]]. Високозбагачене паливо з урану-233, як правило, потужніше, ніж паливо, отримане з [[урану-235|Uranium-235]].

Помірно радіоактивний.", + "ru_RU": "Искусственный тип делящегося урана (т.е. пригодного для реакторов), получаемый путём переработки [[ториевых топлив|Thorium Fuel]]. Высокообогащённое топливо из урана-233, как правило, мощнее, чем топливо, полученное из [[урана-235|Uranium-235]].

Умеренно радиоактивен.", + "zh_CN": "人工制造的易裂变(即能够用于反应堆)的铀同位素,可通过再处理[[钍基燃料|Thorium Fuel]]获取。总体来讲,高浓缩度的铀-233较基于铀-235的燃料更加强力。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/uranium-235.json b/src/main/resources/assets/hbm/manual/material/uranium-235.json index 7f7a30f37..52e0d0fd2 100644 --- a/src/main/resources/assets/hbm/manual/material/uranium-235.json +++ b/src/main/resources/assets/hbm/manual/material/uranium-235.json @@ -1,17 +1,17 @@ -{ - "name": "Uranium-235", - "icon": ["hbm:item.billet_u235", 1, 0], - "trigger": [["hbm:item.ingot_u235"], ["hbm:item.billet_u235"], ["hbm:item.nugget_u235"]], - "title": { - "en_US": "Uranium-235", - "uk_UA": "Уран-235", - "ru_RU": "Уран-235", - "zh_CN": "铀-235" - }, - "content": { - "en_US": "Enriched uranium. Fissile, usable in some reactors directly as high enriched fuel, or mixed back with [[uranium-238|Uranium-238]] for medium enriched uranium fuels. Weapons grade. Created initially by processing [[uranium hexafluoride|Uranium Hexafluoride]] in a cascade of four [[gas centrifuges|Gas Centriuge]], available later on by separating [[natural uranium|Uranium]] via [[SILEX]].

Moderately radioactive.", - "uk_UA": "Збагачений уран. Придатний до розщеплення, використовується в деяких реакторах безпосередньо як високозбагачене паливо або змішується з [[ураном-238|Uranium-238]] для отримання середньозбагаченого уранового палива. Збройового класу. Спочатку отримується шялхом переробки [[гексафториду урану|Uranium Hexafluoride]] у каскаді з чотирьох [[газових центрифуг|Gas Centriuge]], пізніше доступний шляхом розділення [[природного урану|Uranium]] за допомогою [[камери лазерного розділення ізотопів|SILEX]].

Помірно радіоактивний.", - "ru_RU": "Обогащённый уран. Делящийся, используется в некоторых реакторах непосредственно как высокообогащенное топливо или смешивается с [[ураном-238|Uranium-238]] для среднеобогащенного уранового топлива. Оружейное качество. Изначально создается путём переработки [[гексафторида урана|Uranium Hexafluoride]] в каскаде из четырех [[газовых центрифуг|Gas Centrifuge]], позже доступен через разделение [[натурального урана|Uranium]] с помощью [[SILEX]].

Умеренно радиоактивен.", - "zh_CN": "浓缩的铀,容易裂变,可直接作为高浓缩度燃料用于某些反应堆,也可与[[铀-238|Uranium-238]]混合回中浓缩度的铀燃料。 也是一种武器级的同位素。最初可通过在四台串联的[[气体离心机|Gas Centrifuge]]中处理[[六氟化铀|Uranium Hexafluoride]]获取,之后也可直接在[[SILEX]]中 分离[[天然铀|Uranium]]获取。

放射性中等。" - } -} +{ + "name": "Uranium-235", + "icon": ["hbm:item.billet_u235", 1, 0], + "trigger": [["hbm:item.ingot_u235"], ["hbm:item.billet_u235"], ["hbm:item.nugget_u235"]], + "title": { + "en_US": "Uranium-235", + "uk_UA": "Уран-235", + "ru_RU": "Уран-235", + "zh_CN": "铀-235" + }, + "content": { + "en_US": "Enriched uranium. Fissile, usable in some reactors directly as high enriched fuel, or mixed back with [[uranium-238|Uranium-238]] for medium enriched uranium fuels. Weapons grade. Created initially by processing [[uranium hexafluoride|Uranium Hexafluoride]] in a cascade of four [[gas centrifuges|Gas Centriuge]], available later on by separating [[natural uranium|Uranium]] via [[SILEX]].

Moderately radioactive.", + "uk_UA": "Збагачений уран. Придатний до розщеплення, використовується в деяких реакторах безпосередньо як високозбагачене паливо або змішується з [[ураном-238|Uranium-238]] для отримання середньозбагаченого уранового палива. Збройового класу. Спочатку отримується шялхом переробки [[гексафториду урану|Uranium Hexafluoride]] у каскаді з чотирьох [[газових центрифуг|Gas Centriuge]], пізніше доступний шляхом розділення [[природного урану|Uranium]] за допомогою [[камери лазерного розділення ізотопів|SILEX]].

Помірно радіоактивний.", + "ru_RU": "Обогащённый уран. Делящийся, используется в некоторых реакторах непосредственно как высокообогащенное топливо или смешивается с [[ураном-238|Uranium-238]] для среднеобогащенного уранового топлива. Оружейное качество. Изначально создается путём переработки [[гексафторида урана|Uranium Hexafluoride]] в каскаде из четырех [[газовых центрифуг|Gas Centrifuge]], позже доступен через разделение [[натурального урана|Uranium]] с помощью [[SILEX]].

Умеренно радиоактивен.", + "zh_CN": "浓缩的铀,容易裂变,可直接作为高浓缩度燃料用于某些反应堆,也可与[[铀-238|Uranium-238]]混合回中浓缩度的铀燃料。 也是一种武器级的同位素。最初可通过在四台串联的[[气体离心机|Gas Centrifuge]]中处理[[六氟化铀|Uranium Hexafluoride]]获取,之后也可直接在[[SILEX]]中 分离[[天然铀|Uranium]]获取。

放射性中等。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/uranium-238.json b/src/main/resources/assets/hbm/manual/material/uranium-238.json index 6d55e3765..21668b826 100644 --- a/src/main/resources/assets/hbm/manual/material/uranium-238.json +++ b/src/main/resources/assets/hbm/manual/material/uranium-238.json @@ -1,17 +1,17 @@ -{ - "name": "Uranium-238", - "icon": ["hbm:item.billet_u238", 1, 0], - "trigger": [["hbm:item.ingot_u238"], ["hbm:item.billet_u238"], ["hbm:item.nugget_u238"]], - "title": { - "en_US": "Uranium-238", - "uk_UA": "Уран-238", - "ru_RU": "Уран-238", - "zh_CN": "铀-238" - }, - "content": { - "en_US": "Depleted uranium, not fissile (i.e. not directly reactor-usable). Primarily a byproduct from enriching [[uranium|Uranium]]. Used in [[ferrouranium|Ferrouranium]], for [[depleted uranium ammo|Depleted Uranium Ammo]] and for certain low-enriched fuels. Fuels that contain uranium-238 typically yield useful [[plutonium-239|Plutonium-239]] when reprocessing.

Slightly radioactive.", - "uk_UA": "Збіднений уран, не ділиться (тобто не придатний для безпосереднього використання в реакторах). В основному побічний продукт збагачення [[урану|Uranium]]. Використовується у виготовленні [[фероурану|Ferrouranium]], [[боєприпасів зі збідненим ураном|Depleted Uranium Ammo]] та для певного низькозбагаченого палива. Паливо, що містить уран-238 зазвичай дає корисний [[плутоній-239|Plutonium-239]] під час переробки.

Слабо радіоактивний.", - "ru_RU": "Обеднённый уран, не делящийся (т.е. не пригоден для прямого использования в реакторах). В основном является побочным продуктом обогащения [[урана|Uranium]]. Используется в [[ферроуране|Ferrouranium]], для [[боеприпасов с обеднённым ураном|Depleted Uranium Ammo]] и для некоторых низкообогащенных видов топлива. Виды топлива, содержащие уран-238, при переработке обычно дают полезный [[плутоний-239|Plutonium-239]].

Слабо радиоактивен.", - "zh_CN": "贫铀,不能作为燃料(即无法直接被反应堆使用)。通常作为[[铀|Uranium]]浓缩过程中的副产品。用于制造[[铀铁合金|Ferrouranium]],[[贫铀弹药|Depleted Uranium Ammo]]和低浓缩度燃料。含有铀-238的燃料在再处理时会产生有用的[[钚-239|Plutonium-239]]。

略有放射性。" - } -} +{ + "name": "Uranium-238", + "icon": ["hbm:item.billet_u238", 1, 0], + "trigger": [["hbm:item.ingot_u238"], ["hbm:item.billet_u238"], ["hbm:item.nugget_u238"]], + "title": { + "en_US": "Uranium-238", + "uk_UA": "Уран-238", + "ru_RU": "Уран-238", + "zh_CN": "铀-238" + }, + "content": { + "en_US": "Depleted uranium, not fissile (i.e. not directly reactor-usable). Primarily a byproduct from enriching [[uranium|Uranium]]. Used in [[ferrouranium|Ferrouranium]], for [[depleted uranium ammo|Depleted Uranium Ammo]] and for certain low-enriched fuels. Fuels that contain uranium-238 typically yield useful [[plutonium-239|Plutonium-239]] when reprocessing.

Slightly radioactive.", + "uk_UA": "Збіднений уран, не ділиться (тобто не придатний для безпосереднього використання в реакторах). В основному побічний продукт збагачення [[урану|Uranium]]. Використовується у виготовленні [[фероурану|Ferrouranium]], [[боєприпасів зі збідненим ураном|Depleted Uranium Ammo]] та для певного низькозбагаченого палива. Паливо, що містить уран-238 зазвичай дає корисний [[плутоній-239|Plutonium-239]] під час переробки.

Слабо радіоактивний.", + "ru_RU": "Обеднённый уран, не делящийся (т.е. не пригоден для прямого использования в реакторах). В основном является побочным продуктом обогащения [[урана|Uranium]]. Используется в [[ферроуране|Ferrouranium]], для [[боеприпасов с обеднённым ураном|Depleted Uranium Ammo]] и для некоторых низкообогащенных видов топлива. Виды топлива, содержащие уран-238, при переработке обычно дают полезный [[плутоний-239|Plutonium-239]].

Слабо радиоактивен.", + "zh_CN": "贫铀,不能作为燃料(即无法直接被反应堆使用)。通常作为[[铀|Uranium]]浓缩过程中的副产品。用于制造[[铀铁合金|Ferrouranium]],[[贫铀弹药|Depleted Uranium Ammo]]和低浓缩度燃料。含有铀-238的燃料在再处理时会产生有用的[[钚-239|Plutonium-239]]。

略有放射性。" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/uranium.json b/src/main/resources/assets/hbm/manual/material/uranium.json index a85eae076..9c203e07c 100644 --- a/src/main/resources/assets/hbm/manual/material/uranium.json +++ b/src/main/resources/assets/hbm/manual/material/uranium.json @@ -1,17 +1,17 @@ -{ - "name": "Uranium", - "icon": ["hbm:item.ingot_uranium", 1, 0], - "trigger": [["hbm:item.ingot_uranium"], ["hbm:item.billet_uranium"], ["hbm:item.nugget_uranium"], ["hbm:item.powder_uranium"], ["hbm:tile.ore_uranium"]], - "title": { - "en_US": "Uranium", - "uk_UA": "Уран", - "ru_RU": "Уран", - "zh_CN": "铀" - }, - "content": { - "en_US": "Natural uranium, slightly radioactive. Not very fissile on its own, can be enriched by turning it into [[uranium hexafluoride|Uranium Hexafluoride]] and processing it in [[gas centrifuges|Gas Centrifuge]]. [[ZIRNOX]], [[RBMK]] and [[Chigago Pile]] may use natural uranium as fuel without enrichment.

See also:
[[Uranium-233]]
[[Uranium-235]]
[[Uranium-238]]", - "uk_UA": "Природний уран, слабо радіоактивний. Сам по собі не дуже ділиться, його можна збагачувати, перетворюючи на [[гексафторид урану|Uranium Hexafluoride]] та оброблюючи в [[газових центрифугах|Gas Centrifuge]]. [[ЦИРНОКС|ZIRNOX]], [[РБМК|RBMK]] та [[Чиказька дровітня|Chigago Pile]] можуть використовувати природний уран як паливо без збагачення.

Див. також:
[[Уран-233|Uranium-233]]
[[Уран-235|Uranium-235]]
[[Уран-238|Uranium-238]]", - "ru_RU": "Природный уран, слабо радиоактивен. Сам по себе не очень делящийся, может быть обогащён путём превращения в [[гексафторид урана|Uranium Hexafluoride]] и переработки в [[газовых центрифугах|Gas Centrifuge]]. [[ЦИРНОКС|ZIRNOX]], [[РБМК|RBMK]] и [[Чикагская поленница|Chicago Pile]] могут использовать природный уран как топливо без обогащения.

См. также:
[[Уран-233|Uranium-233]]
[[Уран-235|Uranium-235]]
[[Уран-238|Uranium-238]]", - "zh_CN": "天然铀,具有微弱放射性。本身不太容易裂变,但可通过将其变为[[六氟化铀|Uranium Hexafluoride]]并在[[气体离心机|Gas Centrifuge]]中处理以将其浓缩。[[锆诺克斯|ZIRNOX]],[[RBMK]]和[[芝加哥反应堆|Chigago Pile]]可直接将未浓缩铀用作燃料。

另见:
[[铀-233|Uranium-233]]
[[铀-235|Uranium-235]]
[[铀-238|Uranium-238]]" - } -} +{ + "name": "Uranium", + "icon": ["hbm:item.ingot_uranium", 1, 0], + "trigger": [["hbm:item.ingot_uranium"], ["hbm:item.billet_uranium"], ["hbm:item.nugget_uranium"], ["hbm:item.powder_uranium"], ["hbm:tile.ore_uranium"]], + "title": { + "en_US": "Uranium", + "uk_UA": "Уран", + "ru_RU": "Уран", + "zh_CN": "铀" + }, + "content": { + "en_US": "Natural uranium, slightly radioactive. Not very fissile on its own, can be enriched by turning it into [[uranium hexafluoride|Uranium Hexafluoride]] and processing it in [[gas centrifuges|Gas Centrifuge]]. [[ZIRNOX]], [[RBMK]] and [[Chigago Pile]] may use natural uranium as fuel without enrichment.

See also:
[[Uranium-233]]
[[Uranium-235]]
[[Uranium-238]]", + "uk_UA": "Природний уран, слабо радіоактивний. Сам по собі не дуже ділиться, його можна збагачувати, перетворюючи на [[гексафторид урану|Uranium Hexafluoride]] та оброблюючи в [[газових центрифугах|Gas Centrifuge]]. [[ЦИРНОКС|ZIRNOX]], [[РБМК|RBMK]] та [[Чиказька дровітня|Chigago Pile]] можуть використовувати природний уран як паливо без збагачення.

Див. також:
[[Уран-233|Uranium-233]]
[[Уран-235|Uranium-235]]
[[Уран-238|Uranium-238]]", + "ru_RU": "Природный уран, слабо радиоактивен. Сам по себе не очень делящийся, может быть обогащён путём превращения в [[гексафторид урана|Uranium Hexafluoride]] и переработки в [[газовых центрифугах|Gas Centrifuge]]. [[ЦИРНОКС|ZIRNOX]], [[РБМК|RBMK]] и [[Чикагская поленница|Chicago Pile]] могут использовать природный уран как топливо без обогащения.

См. также:
[[Уран-233|Uranium-233]]
[[Уран-235|Uranium-235]]
[[Уран-238|Uranium-238]]", + "zh_CN": "天然铀,具有微弱放射性。本身不太容易裂变,但可通过将其变为[[六氟化铀|Uranium Hexafluoride]]并在[[气体离心机|Gas Centrifuge]]中处理以将其浓缩。[[锆诺克斯|ZIRNOX]],[[RBMK]]和[[芝加哥反应堆|Chigago Pile]]可直接将未浓缩铀用作燃料。

另见:
[[铀-233|Uranium-233]]
[[铀-235|Uranium-235]]
[[铀-238|Uranium-238]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/material/weaponsteel.json b/src/main/resources/assets/hbm/manual/material/weaponsteel.json index 9b7d9b2df..becf3d2f9 100644 --- a/src/main/resources/assets/hbm/manual/material/weaponsteel.json +++ b/src/main/resources/assets/hbm/manual/material/weaponsteel.json @@ -1,17 +1,17 @@ -{ - "name": "Weapon Steel", - "icon": ["hbm:item.ingot_weaponsteel", 1, 0], - "trigger": [["hbm:item.ingot_weaponsteel"], ["hbm:item.plate_weaponsteel"]], - "title": { - "en_US": "Weapon Steel", - "uk_UA": "Збройова сталь", - "ru_RU": "Оружейная сталь", - "zh_CN": "武器级钢" - }, - "content": { - "en_US": "High-purity version of [[steel|Steel]] made in a [[rotary furnace|Rotary Furnace]]. Requires [[coker gas|Coker Gas]], and therefore a [[coker unit|Coker Unit]]. Used in many mid-game weapons, weapon modifications and missile warheads.", - "uk_UA": "Високочиста версія [[сталі|Steel]] виготовлена в [[роторній печі|Rotary Furnace]]. Потребує [[коксовий газ|Coker Gas]], тому і [[коксову установку|Coker Unit]]. Використовується в багатьох видах мідгеймової зброї, модифікаціях зброї та ракетних боєголовках.", - "ru_RU": "Высококачественная версия [[стали|Steel]], изготовленная в [[роторной печи|Rotary Furnace]]. Требует [[коксовый газ|Coker Gas]] и, следовательно, [[коксовую установку|Coker Unit]]. Используется во многих оружиях среднего этапа игры, модификациях оружия и боеголовках ракет.", - "zh_CN": "在[[回转炉|Rotary Furnace]]中制作的高纯度[[钢|Steel]]。需要[[焦化气|Coker Gas]],焦化气则需要[[焦化装置|Coker Unit]]来制作。用于游戏中期的武器制作和改装以及导弹弹头的制作。" - } -} +{ + "name": "Weapon Steel", + "icon": ["hbm:item.ingot_weaponsteel", 1, 0], + "trigger": [["hbm:item.ingot_weaponsteel"], ["hbm:item.plate_weaponsteel"]], + "title": { + "en_US": "Weapon Steel", + "uk_UA": "Збройова сталь", + "ru_RU": "Оружейная сталь", + "zh_CN": "武器级钢" + }, + "content": { + "en_US": "High-purity version of [[steel|Steel]] made in a [[rotary furnace|Rotary Furnace]]. Requires [[coker gas|Coker Gas]], and therefore a [[coker unit|Coker Unit]]. Used in many mid-game weapons, weapon modifications and missile warheads.", + "uk_UA": "Високочиста версія [[сталі|Steel]] виготовлена в [[роторній печі|Rotary Furnace]]. Потребує [[коксовий газ|Coker Gas]], тому і [[коксову установку|Coker Unit]]. Використовується в багатьох видах мідгеймової зброї, модифікаціях зброї та ракетних боєголовках.", + "ru_RU": "Высококачественная версия [[стали|Steel]], изготовленная в [[роторной печи|Rotary Furnace]]. Требует [[коксовый газ|Coker Gas]] и, следовательно, [[коксовую установку|Coker Unit]]. Используется во многих оружиях среднего этапа игры, модификациях оружия и боеголовках ракет.", + "zh_CN": "在[[回转炉|Rotary Furnace]]中制作的高纯度[[钢|Steel]]。需要[[焦化气|Coker Gas]],焦化气则需要[[焦化装置|Coker Unit]]来制作。用于游戏中期的武器制作和改装以及导弹弹头的制作。" + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/beamline.json b/src/main/resources/assets/hbm/manual/pa/beamline.json index c55c22ebc..195fd5ec9 100644 --- a/src/main/resources/assets/hbm/manual/pa/beamline.json +++ b/src/main/resources/assets/hbm/manual/pa/beamline.json @@ -1,11 +1,13 @@ -{ - "name": "Beamline", - "icon": ["hbm:tile.pa_beamline", 1, 0], - "trigger": [["hbm:tile.pa_beamline"]], - "title": { - "en_US": "Beamline" - }, - "content": { - "en_US": "Passive component of the [[particle accelerator|Particle Accelerator]]. Does not need cooling or electricity, simply allows the particle to travel. mainly used for cosmetic reasons, or to fulfill the side length requirement of higher [[coil tiers|Large Coil]].

This component is one-way only, make sure the particle follows the red arrows!" - } -} +{ + "name": "Beamline", + "icon": ["hbm:tile.pa_beamline", 1, 0], + "trigger": [["hbm:tile.pa_beamline"]], + "title": { + "en_US": "Beamline", + "ru_RU": "Канал пучка" + }, + "content": { + "en_US": "Passive component of the [[particle accelerator|Particle Accelerator]]. Does not need cooling or electricity, simply allows the particle to travel. mainly used for cosmetic reasons, or to fulfill the side length requirement of higher [[coil tiers|Large Coil]].

This component is one-way only, make sure the particle follows the red arrows!", + "ru_RU": "Пассивный компонент [[ускорителя частиц|Particle Accelerator]], который лишь позволяет частицам перемещаться. Не нуждается в охлаждении или электричестве. В большинстве своём необходим для косметических целей, но можно использовать и для удовлетворения требований к длине стороны, предъявляемых к более высоким [[уровням катушек|Large Coil]].

Пропускает частицы лишь в одну сторону, ввиду чего необходимо учитывать направление красных стрелок." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/coil.json b/src/main/resources/assets/hbm/manual/pa/coil.json index f95a4ad3b..88c966db2 100644 --- a/src/main/resources/assets/hbm/manual/pa/coil.json +++ b/src/main/resources/assets/hbm/manual/pa/coil.json @@ -1,11 +1,13 @@ -{ - "name": "Large Coil", - "icon": ["hbm:item.pa_coil", 1, 0], - "trigger": [["hbm:item.pa_coil", 1, 32767]], - "title": { - "en_US": "Large Coil" - }, - "content": { - "en_US": "Part of the [[particle accelerator|Particle Accelerator]], required for [[quadrupole|Quadrupole Magnets]] and [[dipole magnets|Dipole Magnets]]. Coils have various attributes and restrictions to them, they determine how fast a particle needs to be to enter a ring and how fast it can be once it leaves.

The operational range determines how fast a particle needs to be when it passes a component with a coil. If the particle is slower than the lower bound, the component is hit with a 10x increase in energy consumption. If the particle exceeds the upper bound, it will crash. It is therefore important to configure dipoles to cause particles to leave before becoming too fast.

The dipole minimum side length is the minimum distance a particle needs to travel from one dipole to the next. Two dipoles connected by a single beamline for example creates a side length of 3. If the minimum side length is not met, the power consumption will once again be tenfolded. Dipoles that do not change the particle's direction, i.e. let it pass straight through, do not factor into this limit, instead adding 3 to the side length, just like how a beamline would. In fact, such a dipole is not affected by any power penalties (underspeed or side length).

If both x10 power penalties apply, the total power draw exceeds the dipole's power buffer, causing the particle to crash. It is therefore important to either build accelerators that are large enough to use high tier coils, or ones that use lower coil tiers that prevent the underspeed penalty." - } -} +{ + "name": "Large Coil", + "icon": ["hbm:item.pa_coil", 1, 0], + "trigger": [["hbm:item.pa_coil", 1, 32767]], + "title": { + "en_US": "Large Coil", + "ru_RU": "Большая катушка" + }, + "content": { + "en_US": "Part of the [[particle accelerator|Particle Accelerator]], required for [[quadrupole|Quadrupole Magnets]] and [[dipole magnets|Dipole Magnets]]. Coils have various attributes and restrictions to them, they determine how fast a particle needs to be to enter a ring and how fast it can be once it leaves.

The operational range determines how fast a particle needs to be when it passes a component with a coil. If the particle is slower than the lower bound, the component is hit with a 10x increase in energy consumption. If the particle exceeds the upper bound, it will crash. It is therefore important to configure dipoles to cause particles to leave before becoming too fast.

The dipole minimum side length is the minimum distance a particle needs to travel from one dipole to the next. Two dipoles connected by a single beamline for example creates a side length of 3. If the minimum side length is not met, the power consumption will once again be tenfolded. Dipoles that do not change the particle's direction, i.e. let it pass straight through, do not factor into this limit, instead adding 3 to the side length, just like how a beamline would. In fact, such a dipole is not affected by any power penalties (underspeed or side length).

If both x10 power penalties apply, the total power draw exceeds the dipole's power buffer, causing the particle to crash. It is therefore important to either build accelerators that are large enough to use high tier coils, or ones that use lower coil tiers that prevent the underspeed penalty.", + "ru_RU": "Часть [[ускорителя частиц|Particle Accelerator]], необходимая для [[квадрупольных магнитов|Quadrupole Magnets]] и [[дипольных магнитов|Dipole Magnets]]. Витки имеют различные характеристики и ограничения, они определяют скорость, которой должна обладать частица перед входом в контур, и скорость частицы при выходе из контура.

Рабочий диапазон определяет скорость, которой должна обладать частица при проходе через элемент с катушкой. Если скорость частицы меньше нижней границы, энергозатраты увеличиваются в 10 раз. Если частица превысит верхнюю границу, произойдет сбой. Поэтому важно настроить дипольные магниты таким образом, чтобы частицы покидали их до того, как их скорость станет слишком высокой.

Минимальная длина стороны диполя - это минимальное расстояние, необходимое частице для перемещения от одного диполя к другому. Например, два диполя, соединенные одним каналом пучка, образуют сторону с длиной, равной 3. Если минимальная длина стороны не будет соблюдена, потребляемая мощность снова увеличится десятикратно. Диполи, что не изменяют направление частицы (т.е. позволяют ей проходить прямо сквозь себя), не учитываются в этом пределе. Вместо этого они добавляют 3 к длине стороны точно так же, как это было бы с каналом пучка. На самом деле, на такой диполь не влияют никакие ограничения по мощности (недостаточная скорость или длина стороны).

В случае срабатывания обоих штрафов в размере x10, суммарное количество потребляемой энергии превышает ёмкость буфера диполя, что приводит к разрушению частицы. Ввиду этого важно либо создавать ускорители, которые будут достаточно большими для использования катушек высокого уровня, либо использовать катушки более низкого уровня, что предотвратит штраф за недостаточную скорость." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/detector.json b/src/main/resources/assets/hbm/manual/pa/detector.json index a9945c246..c224a4a11 100644 --- a/src/main/resources/assets/hbm/manual/pa/detector.json +++ b/src/main/resources/assets/hbm/manual/pa/detector.json @@ -1,11 +1,13 @@ -{ - "name": "Particle Detector", - "icon": ["hbm:tile.pa_detector", 1, 0], - "trigger": [["hbm:tile.pa_detector"]], - "title": { - "en_US": "Particle Detector" - }, - "content": { - "en_US": "Final component of the [[particle accelerator|Particle Accelerator]], ends the simulation and tries to perform the recipe. Requires empty capsules to catch the resulting particles, inputs are simply voided if the particle cannot be collected. Particle detection requires a defocus of 0, ensure that the accelerator has sufficient [[quadrupoles|Quadrupole Magnets]].

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]]." - } -} +{ + "name": "Particle Detector", + "icon": ["hbm:tile.pa_detector", 1, 0], + "trigger": [["hbm:tile.pa_detector"]], + "title": { + "en_US": "Particle Detector", + "ru_RU": "Детектор частиц" + }, + "content": { + "en_US": "Final component of the [[particle accelerator|Particle Accelerator]], ends the simulation and tries to perform the recipe. Requires empty capsules to catch the resulting particles, inputs are simply voided if the particle cannot be collected. Particle detection requires a defocus of 0, ensure that the accelerator has sufficient [[quadrupoles|Quadrupole Magnets]].

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].", + "ru_RU": "Конечный компонент [[ускорителя частиц|Particle Accelerator]], который завершает процесс и выполняет рецепт. Для сбора полученных частиц требуются пустые капсулы. Если частицу не удастся получить, содержимое вводимых капсул пропадёт. Для обнаружения частиц требуется нулевой расфокус, поэтому убедитесь, что ускоритель имеет достаточно [[квадрупольных магнитов|Quadrupole Magnets]].

Этот компонент требует охлаждения [[холодным перфторметаном|Perfluoromethyl]]. Отработанную нагретую жидкость можно охладить с помощью [[компрессоров|Compressor]] и использовать повторно." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/dipole.json b/src/main/resources/assets/hbm/manual/pa/dipole.json index bcb70fa04..fa18cda5c 100644 --- a/src/main/resources/assets/hbm/manual/pa/dipole.json +++ b/src/main/resources/assets/hbm/manual/pa/dipole.json @@ -1,11 +1,13 @@ -{ - "name": "Dipole Magnets", - "icon": ["hbm:tile.pa_dipole", 1, 0], - "trigger": [["hbm:tile.pa_dipole"]], - "title": { - "en_US": "Dipole Magnets" - }, - "content": { - "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Used to direct particles around corners, which enables loops and branches.

Dipoles need to be configured to be usable. The first output setting determines the direction of the particle when it does not meet the speed threshold, the second determines the direction if it does, and the third determines the direction if the threshold is met AND a redstone signal is applied to one of the dipole's ports. Below the direction settings is a text field for configuring the threshold speed.

Ideally, the threshold should be set below the upper limit of the coils used in the same accelerator ring. This causes the particle to leave the ring before it can exceed the coil's maximum speed and crash.

This component uses [[large coils|Large Coil]], keep coil restrictions in mind when building the accelerator!

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]]." - } -} +{ + "name": "Dipole Magnets", + "icon": ["hbm:tile.pa_dipole", 1, 0], + "trigger": [["hbm:tile.pa_dipole"]], + "title": { + "en_US": "Dipole Magnets", + "ru_RU": "Дипольные магниты" + }, + "content": { + "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Used to direct particles around corners, which enables loops and branches.

Dipoles need to be configured to be usable. The first output setting determines the direction of the particle when it does not meet the speed threshold, the second determines the direction if it does, and the third determines the direction if the threshold is met AND a redstone signal is applied to one of the dipole's ports. Below the direction settings is a text field for configuring the threshold speed.

Ideally, the threshold should be set below the upper limit of the coils used in the same accelerator ring. This causes the particle to leave the ring before it can exceed the coil's maximum speed and crash.

This component uses [[large coils|Large Coil]], keep coil restrictions in mind when building the accelerator!

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].", + "ru_RU": "Активный компонент [[ускорителя частиц|Particle Accelerator]]. Используется для направления частиц под углом, создания поворотов, петель или ответвлений.

Диполи должны быть сконфигурированы таким образом, чтобы их можно было использовать. Первый параметр в настройках выхода частицы определяет направление частицы, которая не достигла порогового значения скорости, второй определяет направление, если значение удовлетворяет этому условию, и третий указывает траекторию движения при достижении порогового значения и наличии редстоун-сигнала, который подаётся на один из портов диполя. Под настройками направления находится текстовое поле для указания порога скорости.

В идеале это значение должно быть установлено ниже верхнего предела для катушек, используемых в одном и том же контуре ускорителя. Благодаря этому частица покинет контур до превышения максимального значения скорости для катушки и, следовательно, уничтожения.

В этом компоненте используются [[большие катушки|Large Coil]], поэтому учитывайте их ограничения при проектировании ускорителя!

Этот компонент требует охлаждения [[холодным перфторметаном|Perfluoromethyl]]. Отработанную нагретую жидкость можно охладить с помощью [[компрессоров|Compressor]] и использовать повторно." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/particleaccelerator.json b/src/main/resources/assets/hbm/manual/pa/particleaccelerator.json index 28d96f8ce..3e33d8730 100644 --- a/src/main/resources/assets/hbm/manual/pa/particleaccelerator.json +++ b/src/main/resources/assets/hbm/manual/pa/particleaccelerator.json @@ -1,11 +1,13 @@ -{ - "name": "Particle Accelerator", - "icon": ["hbm:tile.pa_detector", 1, 0], - "trigger": [["hbm:tile.pa_detector"]], - "title": { - "en_US": "Particle Accelerator" - }, - "content": { - "en_US": "A particle accelerator is a large dynamic structure made from multiple components. In short, particles are fired from [[particle sources|Particle Source]] along [[beamlines|Beamline]], accelerated via [[RF cavities|RF Cavity]], refocussed with [[quadrupoles|Quadrupole Magnets]], redirected with [[dipoles|Dipole Magnets]] and finally received by a [[particle detector|Particle Detector]].

In order for a recipe to complete, a particle, using the correct ingredients, needs to reach the detector with at least the required speed. Particles gain 100 points of momentum when passing an RF cavity, but this also creates 100 points of defocus. Defocus can be reduced with quadrupoles, 100 points at a time. If the defocus exceeds 1000, the particle crashes. Most components are linear, however dipoles can be used to change the particle's path depending on its speed, allowing turns, branches and loops to be made.

The most simple accelerator is a particle source connected to several RFCs, then quadrupoles for refocusssing and finally the detector, forming a linear accelerator. This however limits the final momentum to the amount of RFCs x100. By using dipoles to form a ring, particles can follow the loop and make use of the same RFCs and quadrupoles multiple times. However, the [[coils|Large Coil]] used by both quadrupoles and dipoles have limits on how fast the particle can be, meaning that once the particle becomes too fast, it needs to leave the ring. One ring however can lead into another, with better coils, which have a higher speed limit. Starting off with higher tier coils right away is not advised, since coils also have a minimum speed, although this doesn't immediately cause the particle to crash. An ideal accelerator that is not subject to any coil penalties and can perform any recipe is one with multiple rings, each using higher tier coils. Dipoles can be configured with redstone so that rings that add more speed than necessary can be skipped, ending the particle's path early.

In addition to power, most accelerator parts require cooling. [[Cold perfluoromethyl|Perfluoromethyl]] needs to be pumped into the components, which returns room temperature PFM that can be cooled down again. Creating cold PFM requires two sets of [[compressors|Compressor]], one compressing PFM to a pressure of 1 PU and one to compress it further, yielding cold PFM.

Most parts of the accelerator have a fixed direction that the particle needs to follow. Mind the red arrows on the components.

A step-by-step guide on how to build a very basic single ring accelerator can be found [[here|PA Guide]]" - } -} +{ + "name": "Particle Accelerator", + "icon": ["hbm:tile.pa_detector", 1, 0], + "trigger": [["hbm:tile.pa_detector"]], + "title": { + "en_US": "Particle Accelerator", + "ru_RU": "Ускоритель частиц" + }, + "content": { + "en_US": "A particle accelerator is a large dynamic structure made from multiple components. In short, particles are fired from [[particle sources|Particle Source]] along [[beamlines|Beamline]], accelerated via [[RF cavities|RF Cavity]], refocussed with [[quadrupoles|Quadrupole Magnets]], redirected with [[dipoles|Dipole Magnets]] and finally received by a [[particle detector|Particle Detector]].

In order for a recipe to complete, a particle, using the correct ingredients, needs to reach the detector with at least the required speed. Particles gain 100 points of momentum when passing an RF cavity, but this also creates 100 points of defocus. Defocus can be reduced with quadrupoles, 100 points at a time. If the defocus exceeds 1000, the particle crashes. Most components are linear, however dipoles can be used to change the particle's path depending on its speed, allowing turns, branches and loops to be made.

The most simple accelerator is a particle source connected to several RFCs, then quadrupoles for refocusssing and finally the detector, forming a linear accelerator. This however limits the final momentum to the amount of RFCs x100. By using dipoles to form a ring, particles can follow the loop and make use of the same RFCs and quadrupoles multiple times. However, the [[coils|Large Coil]] used by both quadrupoles and dipoles have limits on how fast the particle can be, meaning that once the particle becomes too fast, it needs to leave the ring. One ring however can lead into another, with better coils, which have a higher speed limit. Starting off with higher tier coils right away is not advised, since coils also have a minimum speed, although this doesn't immediately cause the particle to crash. An ideal accelerator that is not subject to any coil penalties and can perform any recipe is one with multiple rings, each using higher tier coils. Dipoles can be configured with redstone so that rings that add more speed than necessary can be skipped, ending the particle's path early.

In addition to power, most accelerator parts require cooling. [[Cold perfluoromethyl|Perfluoromethyl]] needs to be pumped into the components, which returns room temperature PFM that can be cooled down again. Creating cold PFM requires two sets of [[compressors|Compressor]], one compressing PFM to a pressure of 1 PU and one to compress it further, yielding cold PFM.

Most parts of the accelerator have a fixed direction that the particle needs to follow. Mind the red arrows on the components.

A step-by-step guide on how to build a very basic single ring accelerator can be found [[here|PA Guide]]", + "ru_RU": "Ускоритель частиц - это большая динамическая структура, состоящая из множества компонентов. Говоря кратко, частицы выбрасываются из [[источника частиц|Particle Source]] в [[канал пучка|Beamline]], ускоряются с помощью [[радиочастотных резонаторов|RF Cavity]], восстанавливают фокус с помощью [[квадруполей|Quadrupole Magnets]], перенаправляются с помощью [[диполей|Dipole Magnets]] и, наконец, улавливаются [[детектором частиц|Particle Detector]].

Для выполнения рецепта частица, использующая правильные ингредиенты, должна достичь детектора со скоростью, что будет не меньше требуемой. Частицы набирают 100 единиц импульса при прохождении радиочастотного резонатора, но это также увеличивает их расфокусировку на 100. Расфокусировку можно уменьшить с помощью квадруполей по 100 единиц за раз. Если расфокусировка превышает 1000, частица разрушается. Большинство компонентов направляют пучок линейно, однако диполи могут изменять траекторию частицы в зависимости от её скорости, что позволяет создавать ответвления и петли.

Самый простой ускоритель выглядит так: источник частиц, подключённый к нескольким РЧР, затем идут квадруполи для повторной фокусировки и, наконец, детектор, оканчивающий линейную конструкцию ускорителя. Но такая конструкция ограничивает итоговый импульс до значения, пропорционального количеству РЧР. Используя диполи для формирования замкнутого контура, можно заставить частицы проходить один и тот же контур несколько раз (пролетать через одни и те же РЧР и квадруполи). Однако [[большие катушки|Large Coil]], используемые как квадруполями, так и диполями, имеют ограничения на скорость частицы, из чего следует, что частице необходимо покинуть контур при достижении пороговой скорости. Тем не менее, один контур может переходить в другой, где стоят более мощные катушки, которые имеют более высокий предел скорости. Не рекомендуется использовать катушки более высокого уровня сразу, поскольку имеется и минимальное ограничение скорости (однако его достижение не приводит к разрушению частицы). Идеальный и универсальный ускоритель, работающий без штрафов за ограничения - это ускоритель с несколькими замкнутыми контурами, в каждом из которых мощность катушек возрастает. Диполи можно настроить с помощью редстоун-сигнала таким образом, что контуры, разгоняющие выше необходимой скорости, могли бы быть пропущены для своевременной остановки частицы.

Кроме питания, большинство деталей ускорителя требуют охлаждения. [[Холодный перфторметан|Perfluoromethyl]] необходимо закачать в те компоненты, что возвращают ПФМ комнатной температуры. Тёплый ПФМ можно охладить с целью повторного использования. Для создания холодного ПФМ требуются два [[компрессора|Compressor]], один из них будет сжимать ПФМ до 1 PU, а другой - сжимать ещё раз с получением уже холодного ПФМ.

Большинство частей ускорителя имеют фиксированное направление движения частицы. Обращайте внимание на красные стрелки на компонентах.

Пошаговое руководство по сборке самого простого одноконтурного ускорителя можно найти [[здесь|PA Guide]]" + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/pastepbystep.json b/src/main/resources/assets/hbm/manual/pa/pastepbystep.json index c53aecaff..f3a5da68e 100644 --- a/src/main/resources/assets/hbm/manual/pa/pastepbystep.json +++ b/src/main/resources/assets/hbm/manual/pa/pastepbystep.json @@ -1,11 +1,14 @@ -{ - "name": "PA Guide", - "icon": ["hbm:tile.pa_detector", 1, 0], - "trigger": [["hbm:tile.pa_detector"]], - "title": { - "en_US": "Particle Accelerator Starter Guide" - }, - "content": { - "en_US": "Place a [[particle source|Particle Source]] and connect the front end to a [[beamline|Beamline]]. The front of the source is the part that also looks like a beamline. Ensure that the beamline's orientation, indicated by the red arrows, points away from the source, as this is the direction the particle follows. Place a [[dipole|Dipole Magnets]] fitted with a [[large gold coil|Large Coil]], and configure the top two options (below and above the threshold) to point away from the particle source. In that direction, place another beamline connecting to the dipole, then an [[RF cavity|RF Cavity]], another beamline, a [[quadrupole|Quadrupole Magnets]] fitted with another large gold coil, another beamline, and finally another dipole, again with gold coils. Configure the dipole to do a 90° turn. Not counting the initial source, you should now have one side of the accelerator ring, dipole -> RFC -> quadrupole -> dipole. In the direction that the second dipole turns, repeat that pattern three times, always doing another 90° turn, until the ring is complete. Finally, in the dipole opposite to the source, the one at the end of the first side we built, change the direction of the second setting (direction if the particle meets the threshold) to go straight instead of doing a turn, then set the threshold to 2000. The particle will do five full circles, then the first side again, accumulating a total of 2100 momentum, which is less than the maximum of the gold coils, and then leave the accelerator. In the direction that the particle leaves in, place one last beamline and finally the detector. Connect all parts to electricity and to a source of [[cold perfluoromethyl|Perfluoromethyl]], pipe back the resulting warm perfluoromethyl into a [[compressor|Compressor]], then pipe that into a second compressor, this should create cold PFM again, closing the cooling cycle.

This setup should be able to perform some of the more basic recipes, and forms the basis on which all accelerators are built. Once you understand the system, it should be trivial to remove the detector and replace it with a larger secondary ring with stronger coils, which allows particles to go even faster. Single ring accelerators are still possible though, as particles that are slower than the coil minimum won't crash immediately, however this means that the accelerator is hit with a hefty penalty, requiring 10x more power, and the ring size needs to match the minimum of the coil, otherwise both penalties stack up and the particle crashes instantly.

Return to the [[particle accelerator overview page|Particle Accelerator]] and check out all the components individually, understanding the components is crucial in understanding the full accelerator." - } -} +{ + "name": "PA Guide", + "icon": ["hbm:tile.pa_detector", 1, 0], + "trigger": [["hbm:tile.pa_detector"]], + "title": { + "en_US": "Particle Accelerator Starter Guide", + "ru_RU": "Ускоритель частиц: Руководство для начинающих" + }, + "content": { + "en_US": "Place a [[particle source|Particle Source]] and connect the front end to a [[beamline|Beamline]]. The front of the source is the part that also looks like a beamline. Ensure that the beamline's orientation, indicated by the red arrows, points away from the source, as this is the direction the particle follows. Place a [[dipole|Dipole Magnets]] fitted with a [[large gold coil|Large Coil]], and configure the top two options (below and above the threshold) to point away from the particle source. In that direction, place another beamline connecting to the dipole, then an [[RF cavity|RF Cavity]], another beamline, a [[quadrupole|Quadrupole Magnets]] fitted with another large gold coil, another beamline, and finally another dipole, again with gold coils. Configure the dipole to do a 90° turn. Not counting the initial source, you should now have one side of the accelerator ring, dipole -> RFC -> quadrupole -> dipole. In the direction that the second dipole turns, repeat that pattern three times, always doing another 90° turn, until the ring is complete. Finally, in the dipole opposite to the source, the one at the end of the first side we built, change the direction of the second setting (direction if the particle meets the threshold) to go straight instead of doing a turn, then set the threshold to 2000. The particle will do five full circles, then the first side again, accumulating a total of 2100 momentum, which is less than the maximum of the gold coils, and then leave the accelerator. In the direction that the particle leaves in, place one last beamline and finally the detector. Connect all parts to electricity and to a source of [[cold perfluoromethyl|Perfluoromethyl]], pipe back the resulting warm perfluoromethyl into a [[compressor|Compressor]], then pipe that into a second compressor, this should create cold PFM again, closing the cooling cycle.

This setup should be able to perform some of the more basic recipes, and forms the basis on which all accelerators are built. Once you understand the system, it should be trivial to remove the detector and replace it with a larger secondary ring with stronger coils, which allows particles to go even faster. Single ring accelerators are still possible though, as particles that are slower than the coil minimum won't crash immediately, however this means that the accelerator is hit with a hefty penalty, requiring 10x more power, and the ring size needs to match the minimum of the coil, otherwise both penalties stack up and the particle crashes instantly.

Return to the [[particle accelerator overview page|Particle Accelerator]] and check out all the components individually, understanding the components is crucial in understanding the full accelerator.", + "ru_RU": "Поместите [[источник частиц|Particle Source]] и соедините его передний конец с [[каналом пучка|Beamline]]. Передний конец источника - это часть, которая выглядит подобно каналу. Убедитесь, что направление канала (красная стрелка) ориентировано от источника, так как именно в этом направлении движется частица. Установите [[диполи|Dipole Magnets]], оснащённые [[большой золотой катушкой|Large Coil]], и установите два верхних параметра верхнего и нижнего порогов так, чтобы они были направлены в сторону от источника частиц. В этом направлении поместите еще один канал пучка, соединяющегося с диполем, теперь [[радиочастотный резонатор|RF Cavity]], ещё один канал, очередной [[квадруполь|Quadrupole Magnets]] с большой золотой катушкой, ещё один канал и, наконец, ещё один диполь, снова с золотой катушкой. Настройте диполь на угол поворота 90°. Не считая источник, должна получиться одна сторона контура ускорителя, диполь -> РЧР -> квадруполь -> диполь. В том направлении, куда обращён второй диполь, повторите эту схему трижды, всегда поворачивая ещё на 90°, пока не получится замкнутый контур. Наконец, в противоположном источнику диполе, который находится в конце первой стороны, измените направление второго параметра (направление частицы, если скорость удовлетворяет пороговому значению) так, чтобы она двигалась прямо, а не поворачивала, а затем установите пороговое значение в 2000. Частица совершит пять полных кругов, затем снова повернёт в первую сторону, набрав суммарно 2100 единиц импульса (что меньше максимального значения для золотых катушек) с последующим покиданием ускорителя. В направлении улетающей частицы поместите последний канал и завершающую часть - детектор. Подсоедините все компоненты к электричеству и источнику [[холодного перфторметаном|Perfluoromethyl]], верните полученный теплый перфторметан по трубе в [[компрессор|Compressor]], пропустите его через второй компрессор для охлаждения.

Эта установка будет выполнять некоторые из наиболее простых рецептов, на её основе можно построить и другие ускорители. Как только вы разберётесь в системе, вам не составит труда заменить детектор вторичным контуром большего размера с более мощными катушками, что позволит частицам набирать большую скорость. Однако ускорители с одним контуром всё ещё возможны, так как частицы со скоростью ниже минимального порога уничтожаться не будут, однако это означает, что ускоритель подвергается серьёзному штрафу в виде десятикратного потребления энергии, поэтому размер контура должен соответствовать ещё и минимальному значению для катушки, в противном случае слияние обоих штрафов приведёт к разрушению частицы.

Вернитесь на [[обзорную страницу ускорителя частиц|Particle Accelerator]] и ознакомьтесь со всеми компонентами в отдельности. Понимание компонентов имеет решающее значение для понимания работы ускорителя в целом." + } +} + diff --git a/src/main/resources/assets/hbm/manual/pa/quadrupole.json b/src/main/resources/assets/hbm/manual/pa/quadrupole.json index efd427aff..9a202a999 100644 --- a/src/main/resources/assets/hbm/manual/pa/quadrupole.json +++ b/src/main/resources/assets/hbm/manual/pa/quadrupole.json @@ -1,11 +1,13 @@ -{ - "name": "Quadrupole Magnets", - "icon": ["hbm:tile.pa_quadrupole", 1, 0], - "trigger": [["hbm:tile.pa_quadrupole"]], - "title": { - "en_US": "Quadrupole Magnets" - }, - "content": { - "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Removes 100 points of defocus per pass, which accumulates by passing [[RF cavities|RF Cavity]].

This component uses [[large coils|Large Coil]], keep coil restrictions in mind when building the accelerator!

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!" - } -} +{ + "name": "Quadrupole Magnets", + "icon": ["hbm:tile.pa_quadrupole", 1, 0], + "trigger": [["hbm:tile.pa_quadrupole"]], + "title": { + "en_US": "Quadrupole Magnets", + "ru_RU": "Квадрупольный магнит" + }, + "content": { + "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Removes 100 points of defocus per pass, which accumulates by passing [[RF cavities|RF Cavity]].

This component uses [[large coils|Large Coil]], keep coil restrictions in mind when building the accelerator!

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!", + "ru_RU": "Активный компонент [[ускорителя частиц|Particle Accelerator]]. Снижает расфокусировку частицы на 100 единиц за проход, которая накапливается при прохождении [[радиочастотных резонаторов|RF Cavity]].

В этом компоненте используются [[большие катушки|Large Coil]], учитывайте их ограничения при сборке ускорителя!

Этот компонент требует охлаждения [[холодным перфторметаном|Perfluoromethyl]]. Отработанную нагретую жидкость можно охладить с помощью [[компрессоров|Compressor]] и использовать повторно.

Пропускает частицы лишь в одну сторону, ввиду чего необходимо учитывать направление красных стрелок." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/rfc.json b/src/main/resources/assets/hbm/manual/pa/rfc.json index fba22765b..96a2308f9 100644 --- a/src/main/resources/assets/hbm/manual/pa/rfc.json +++ b/src/main/resources/assets/hbm/manual/pa/rfc.json @@ -1,11 +1,14 @@ -{ - "name": "RF Cavity", - "icon": ["hbm:tile.pa_rfc", 1, 0], - "trigger": [["hbm:tile.pa_rfc"]], - "title": { - "en_US": "RF Cavity" - }, - "content": { - "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Accelerates particles by 100 points of momentum each pass, but also adds 100 points of defocus. Particles exceeding 1000 points of defocus will crash, so refocussing using [[quadrupole magnets|Quadrupole Magnets]] is necessary.

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!" - } -} +{ + "name": "RF Cavity", + "icon": ["hbm:tile.pa_rfc", 1, 0], + "trigger": [["hbm:tile.pa_rfc"]], + "title": { + "en_US": "RF Cavity", + "ru_RU": "Радиочастотный резонатор" + + }, + "content": { + "en_US": "Active component of the [[particle accelerator|Particle Accelerator]]. Accelerates particles by 100 points of momentum each pass, but also adds 100 points of defocus. Particles exceeding 1000 points of defocus will crash, so refocussing using [[quadrupole magnets|Quadrupole Magnets]] is necessary.

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!", + "ru_RU": "Активный компонент [[ускорителя частиц|Particle Accelerator]]. Ускоряет частицы на 100 единиц импульса за каждый проход, при этом добавляя 100 единиц расфокусировки. Частицы, чей расфокус превышает 1000 единиц, разрушаются, поэтому необходима повторная фокусировка с использованием [[квадрупольных магнитов|Quadrupole Magnets]].

Этот компонент требует охлаждения [[холодным перфторметаном|Perfluoromethyl]]. Отработанную нагретую жидкость можно охладить с помощью [[компрессоров|Compressor]] и использовать повторно.

Пропускает частицы лишь в одну сторону, ввиду чего необходимо учитывать направление красных стрелок." + } +} diff --git a/src/main/resources/assets/hbm/manual/pa/source.json b/src/main/resources/assets/hbm/manual/pa/source.json index 3b596416d..7f129cf63 100644 --- a/src/main/resources/assets/hbm/manual/pa/source.json +++ b/src/main/resources/assets/hbm/manual/pa/source.json @@ -1,11 +1,13 @@ -{ - "name": "Particle Source", - "icon": ["hbm:tile.pa_source", 1, 0], - "trigger": [["hbm:tile.pa_source"]], - "title": { - "en_US": "Particle Source" - }, - "content": { - "en_US": "Initial component of the [[particle accelerator|Particle Accelerator]], starts particles and runs the simulation. Will begin a recipe if there is at least one item in each input slots.

The blue info button will dispay the accelerator's previous stats when hovered over. It also shows various messages depending on the previous result or error. The red button cancels an operation, which is useful if a particle is stuck in an infinite loop due to an incorrectly constructed accelerator ring.

List of messages:
* Paused: The particle has reached an unloaded chunk. Chunks need to be loaded for particles to be simulated.
* Defocus: The particle has exceeded 1000 points of defocus, indicating that there's not enough quadrupoles in the current ring. May also happen if a particle enters a [[detector|Particle Detector]] while having more than 0 defocus.
* Derail: The particle has left the accelerator, either because a part is not connected or because it is oriented incorrectly.
* Denied: The particle tried to enter a part of the accelerator it can't, that part may be oriented incorrectly.
* No cooling: The particle tried to enter part of the accelerator that doesn't receive necessary cooling.
* No power: Part of the accelerator may not be sufficiently powered, including various penalties for not meeting [[coil requirements|Large Coil]]. Also happens if mutliple coil penalties are active at once, due to the power draw exceeding the part's buffer.
* Overspeed: The particle has crashed because it has exceeded the maximum operating speed of a coil it passed.
* No recipe: The particle has completed an operation, but the ingredients do not create a result.
* Underspeed: he particle has completed an operation with valid ingredients, but the final speed was not enough to complete the recipe.

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!" - } -} +{ + "name": "Particle Source", + "icon": ["hbm:tile.pa_source", 1, 0], + "trigger": [["hbm:tile.pa_source"]], + "title": { + "en_US": "Particle Source", + "ru_RU": "Источник частиц" + }, + "content": { + "en_US": "Initial component of the [[particle accelerator|Particle Accelerator]], starts particles and runs the simulation. Will begin a recipe if there is at least one item in each input slots.

The blue info button will dispay the accelerator's previous stats when hovered over. It also shows various messages depending on the previous result or error. The red button cancels an operation, which is useful if a particle is stuck in an infinite loop due to an incorrectly constructed accelerator ring.

List of messages:
* Paused: The particle has reached an unloaded chunk. Chunks need to be loaded for particles to be simulated.
* Defocus: The particle has exceeded 1000 points of defocus, indicating that there's not enough quadrupoles in the current ring. May also happen if a particle enters a [[detector|Particle Detector]] while having more than 0 defocus.
* Derail: The particle has left the accelerator, either because a part is not connected or because it is oriented incorrectly.
* Denied: The particle tried to enter a part of the accelerator it can't, that part may be oriented incorrectly.
* No cooling: The particle tried to enter part of the accelerator that doesn't receive necessary cooling.
* No power: Part of the accelerator may not be sufficiently powered, including various penalties for not meeting [[coil requirements|Large Coil]]. Also happens if mutliple coil penalties are active at once, due to the power draw exceeding the part's buffer.
* Overspeed: The particle has crashed because it has exceeded the maximum operating speed of a coil it passed.
* No recipe: The particle has completed an operation, but the ingredients do not create a result.
* Underspeed: he particle has completed an operation with valid ingredients, but the final speed was not enough to complete the recipe.

This component requires cooling through [[cold perfluoromethyl|Perfluoromethyl]]. The returned room temperature fluid can be cooled again using [[compressors|Compressor]].

This component is one-way only, make sure the particle follows the red arrows!", + "ru_RU": "Стартовый компонент [[ускорителя частиц|Particle Accelerator]], запускает частицы. Начинает выполнять рецепт, если каждый слот ввода не пуст.

Синяя справочная кнопка отображает характеристики предыдущего процесса. Также она показывает различные сообщения в зависимости от прошлого результата или ошибки. Красная кнопка отменяет операцию, что необходимо при попадании частицы в ловушку бесконечного цикла из-за неправильно сконструированного контура.

Список сообщений:
* Приостановлено: частица достигла непрогруженного чанка. Для продолжения процесса необходима прогрузка чанка.
* Расфокус: расфокусировка частицы превысила 1000 единиц, следовательно, в текущем контуре недостаточно квадруполей. Также это может произойти, если частица влетает в [[детектор|Particle Detector]], имея значение расфокусировки больше 0.
* Сход с рельсов: частица внепланово покинула ускоритель: либо стороны не соединены, либо нарушена ориентация.
* Отменено: частица безуспешно пыталась войти в компонент ускорителя, что могло случиться из-за его неправильной ориентации.
* Нет охлаждения: частица пыталась войти в компонент ускорителя, который не получает необходимого охлаждения.
* Нет питания: часть ускорителя не получает достаточно энергии, что возможно и ввиду различных штрафов за несоблюдение [[требований к катушкам|Large Coil]]. Также это происходит, если одновременно активируются несколько штрафов, из-за чего траты превышают буфер энергии компонента.
* Превышение скорости: частица разбилась из-за превышения верхнего предела катушки, через которую она прошла.
* Нет рецепта: частица завершила операцию, но ингредиенты не дают результата.
* Недостаточная скорость: частица завершила операцию с нужными ингредиентами, но не набрала достаточную для завершения рецепта скорость.

Этот компонент требует охлаждения [[холодным перфторметаном|Perfluoromethyl]]. Отработанную нагретую жидкость можно охладить с помощью [[компрессоров|Compressor]] и использовать повторно.

Пропускает частицы лишь в одну сторону, ввиду чего необходимо учитывать направление красных стрелок." + } +}