From d6cb7a420104cce10f7c6a121795eea2b5468418 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 9 Jan 2025 17:15:52 +0100 Subject: [PATCH 1/3] Balance peat resource patches --- lignumis/prototypes/content/lignumis/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/lignumis/mapgen.lua b/lignumis/prototypes/content/lignumis/mapgen.lua index 084e203..398b647 100644 --- a/lignumis/prototypes/content/lignumis/mapgen.lua +++ b/lignumis/prototypes/content/lignumis/mapgen.lua @@ -13,7 +13,7 @@ return { }, autoplace_controls = { ["lignumis_gold"] = { richness = 1, frequency = 1, size = 1 }, - ["lignumis_peat"] = { richness = 1/2, frequency = 6, size = 1 }, + ["lignumis_peat"] = { richness = 1/2, frequency = 6, size = 2 }, ["stone"] = { richness = 1/6, frequency = 4, size = 4 }, ["water"] = {}, ["trees"] = {}, From 8060dc3584b9d1fcefb8732a391d3309c0f64564 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 9 Jan 2025 17:16:47 +0100 Subject: [PATCH 2/3] Increse fuel value of wood pulp --- lignumis/prototypes/content/wood-liquefaction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/wood-liquefaction.lua b/lignumis/prototypes/content/wood-liquefaction.lua index cd71541..64f8e1c 100644 --- a/lignumis/prototypes/content/wood-liquefaction.lua +++ b/lignumis/prototypes/content/wood-liquefaction.lua @@ -3,7 +3,7 @@ data:extend({ type = "fluid", name = "wood-pulp", default_temperature = 150, - fuel_value = "150kJ", + fuel_value = "250kJ", base_color = { r = 0.57, g = 0.392, b = 0.114 }, flow_color = { r = 0.57, g = 0.392, b = 0.114 }, icon = "__lignumis__/graphics/icons/wood-pulp.png", From bc1672d0e398bc430979576049c9d3079b79e087 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 9 Jan 2025 17:16:59 +0100 Subject: [PATCH 3/3] Readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d6246ac..29f707e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,8 @@ The following mods can be a great addition for this mod: Sorted by priority +- Adjust rocket parts recipe - Add end-game stuff -- Balance resources -- Remove stromatolite (non-plant)? - Guarantee spawn of gold in starting area - Fix pipe graphics on desiccation furnace - Change color of gold soil