From df90bcc41dd4669a9611a2e577054be8b4bc4d3d Mon Sep 17 00:00:00 2001 From: limelou <119715684+limelou@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:58:05 -0700 Subject: [PATCH] buff --- changelog.txt | 1 + prototypes/updates/pyhightech-updates.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 06439d0b9..e1cfc79bd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,7 @@ Date: ???? - Fixed an issue with simik den localization. Fixes https://github.com/pyanodon/pybugreports/issues/1217 - Added keyboard shortcuts for quickly opening the T.U.R.D. codex page and the Caravan manager. - Enhanced caravan number input to handle MathExp and large numbers better. + - Buff starch stage 3 by 4x and allow productivity --------------------------------------------------------------------------------------------------- Version: 3.0.59 Date: 2025-09-15 diff --git a/prototypes/updates/pyhightech-updates.lua b/prototypes/updates/pyhightech-updates.lua index 40bdced8e..167931d1d 100644 --- a/prototypes/updates/pyhightech-updates.lua +++ b/prototypes/updates/pyhightech-updates.lua @@ -1565,6 +1565,7 @@ RECIPE { category = "biofactory", enabled = false, energy_required = 5, + allow_productivity = true, ingredients = { {type = "fluid", name = "formic-acid", amount = 100}, {type = "item", name = "enzyme-pks", amount = 1}, @@ -1572,7 +1573,7 @@ RECIPE { {type = "item", name = "fiberboard", amount = 2}, }, results = { - {type = "item", name = "starch", amount = 20} + {type = "item", name = "starch", amount = 80} } }:add_unlock("starch-mk03")