From 9b736073a3c2652c3e5400152e55fefd3157335a Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 16 Mar 2025 10:45:08 +0100 Subject: [PATCH] Nerf basic portable generator from 200 kW to 100 kW --- lignumis/prototypes/content/basic-construction-robots.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lignumis/prototypes/content/basic-construction-robots.lua b/lignumis/prototypes/content/basic-construction-robots.lua index a9fd4bf..2fa4453 100644 --- a/lignumis/prototypes/content/basic-construction-robots.lua +++ b/lignumis/prototypes/content/basic-construction-robots.lua @@ -83,9 +83,10 @@ local function generator(color) energy_source = { type = "electric", usage_priority = "secondary-output", - output_flow_limit = "200kW" + output_flow_limit = "100kW", + buffer_capacity = "5MJ" }, - power = "200kW", + power = "100kW", categories = { "armor" } } end