From e54e0aff77c8d3137e05072bfe8b49ec8008a414 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 14 Jan 2026 23:04:34 +0100 Subject: [PATCH] Increase steam even more --- lignumis/prototypes/content/gold/stromatolite.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index f705b0c..7557e14 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -245,11 +245,11 @@ local desiccation_recipe = { category = "desiccation", subgroup = "lignumis-bioprocessing", order = "b0[desiccation]", - energy_required = 16, - ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } }, + energy_required = 12, + ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 8 } }, results = { - { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 180, temperature = 165 } + { type = "item", name = "peat", amount = 1, probability = 0.8 }, + { type = "fluid", name = "steam", amount = 200, temperature = 165 } }, enabled = false }