From 61510b2489909effa49d4fc660e2e7235b57635d Mon Sep 17 00:00:00 2001 From: Vraleth Date: Sun, 29 Dec 2024 01:40:50 +0100 Subject: [PATCH] Slight buff to seaweed TURD path 1 --- changelog.txt | 1 + prototypes/upgrades/seaweed.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 38823d65..34fb5bcb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ Date: ? - Fixed picked TURDs appearing to be re-pickable when they were not. Resolves https://github.com/pyanodon/pybugreports/issues/769 - Slight buff to moss TURD path 1 (chlorinated water prod bonus 30% -> 40%) - Slight buff to sap TURD path 1 (Productivity modules are now allowed on the ash recipe) + - Slight buff to seaweed TURD path 1 --------------------------------------------------------------------------------------------------- Version: 3.0.31 Date: 2024-11-29 diff --git a/prototypes/upgrades/seaweed.lua b/prototypes/upgrades/seaweed.lua index 472a1f21..969750c5 100644 --- a/prototypes/upgrades/seaweed.lua +++ b/prototypes/upgrades/seaweed.lua @@ -88,7 +88,7 @@ return { icon_size = 128, order = "c-a", effects = { -- the effects the tech will have on the building. valid types: 'module-effects', 'unlock-recipe', 'recipe-replacement', 'machine-replacement' - {consumption = 0.5, speed = 0.3, type = "module-effects"}, + {consumption = 0.5, speed = 1.5, type = "module-effects"}, {old = "seaweed-crop-mk01", new = "seaweed-crop-mk01-with-ai", type = "recipe-replacement"}, {old = "seaweed-crop-mk02", new = "seaweed-crop-mk02-with-ai", type = "recipe-replacement"}, {old = "seaweed-crop-mk03", new = "seaweed-crop-mk03-with-ai", type = "recipe-replacement"},