raiguard / Krastorio2

An overhaul mod for Factorio focusing on end-game technologies and moderately increased complexity.
https://mods.factorio.com/mod/Krastorio2
GNU Lesser General Public License v3.0
116 stars 49 forks source link

Hydrogen with a 142kj burn value #395

Open FritzHugo3 opened 6 months ago

FritzHugo3 commented 6 months ago

Hi, there are not much recipie in what makes hydrogen usable. bioethanol have 750kj, chatgpt say hydrogen have 142kj, Why this stand not in the chemistry.lua? 248k e.g. have a gas/fluid power plant. It makes no sense that hydrogen dont can burn. Its better as delete hydrogen in a torch. And its verry realistic with 142kj.

Thx.

-- Hydrogen { type = "fluid", name = "hydrogen", default_temperature = 25, max_temperature = 100, auto_barrel = true, base_color = { r = 0.50, g = 0.50, b = 0.50 }, flow_color = { r = 0.50, g = 0.50, b = 0.50 }, gas_temperature = 25, fuel_value = "142KJ", icon = kr_fluids_icons_path .. "hydrogen.png", icon_size = 64, icon_mipmaps = 4, order = "ya01[hydrogen]",