From 1b15e3872b48414e2a43eecaddf71892b0afebf6 Mon Sep 17 00:00:00 2001 From: Wolf Date: Wed, 8 Apr 2026 11:38:50 -0400 Subject: [PATCH] Oil should float, this one doesnt --- .../assets/hbm/manual/fluids/heavy_oil.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/heavy_oil.json diff --git a/src/main/resources/assets/hbm/manual/fluids/heavy_oil.json b/src/main/resources/assets/hbm/manual/fluids/heavy_oil.json new file mode 100644 index 000000000..daf31c30c --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/heavy_oil.json @@ -0,0 +1,15 @@ +{ + "name": "Heavy Oil", + "icon": ["hbm:item.fluid_icon", 1, 12], + "trigger": [], + "title": { + "en_US": "Heavy Oil", + "ru_RU": "Тяжелая нефть", + "zh_CN": "重油" + }, + "content": { + "en_US": "Obtained after [[refining|Oil Refinery]] [[heated|Boiler]] crude oil. Heavy oil can be used in a variety of oil processing machines such as:
[[Chemical Plant]]
[[Solidification Machine]]
[[Coker Unit]]
[[Pyrolysis Oven]]
[[Fractioning Tower]]
These methods allow for the production of tar, lubricants, and other refined byproducts.

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]", + "ru_RU": "Получается после переработки нагретой сырой нефти в [[Нефтеперерабатывающий завод|Oil Refinery]] и [[Котёл|Boiler]]. Тяжёлая нефть может использоваться в различных установках переработки нефти, таких как:
[[Химический завод|Chemical Plant]]
[[Машина затвердевания|Solidification Machine]]
[[Коксовая установка|Coker Unit]]
[[Пиролизная печь|Pyrolysis Oven]]
[[Фракционная башня|Fractioning Tower]]
Эти методы позволяют получать смолу, смазочные материалы и другие переработанные продукты.

См. также:
[[Базовая нефтепереработка|Basic Oil Processing]]
[[Продвинутая нефтепереработка|Advanced Oil Processing]]
[[Вакуумная нефтепереработка|Vacuum Oil Processing]]", + "zh_CN": "通过在[[炼油厂|Oil Refinery]]和[[锅炉|Boiler]]中对原油加热并精炼获得。重油可用于多种石油处理设备,例如:
[[化工厂|Chemical Plant]]
[[固化机|Solidification Machine]]
[[焦化装置|Coker Unit]]
[[热解炉|Pyrolysis Oven]]
[[分馏塔|Fractioning Tower]]
这些方法可以生产焦油、润滑剂以及其他精炼副产品。

另见:
[[基础石油处理|Basic Oil Processing]]
[[高级石油处理|Advanced Oil Processing]]
[[真空石油处理|Vacuum Oil Processing]]" + } +} \ No newline at end of file