From 8982b1bf8262441ee562a6e06fc77f438f51f24c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 17 Mar 2025 17:15:04 +0100 Subject: [PATCH] Balance basic construction robots --- lignumis/prototypes/content/basic-construction-robots.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/basic-construction-robots.lua b/lignumis/prototypes/content/basic-construction-robots.lua index 2fa4453..7959bd5 100644 --- a/lignumis/prototypes/content/basic-construction-robots.lua +++ b/lignumis/prototypes/content/basic-construction-robots.lua @@ -10,7 +10,9 @@ local function robot(color) result.minable.result = "basic-construction-robot-" .. color result.max_health = 50 result.speed = 0.04 - result.max_energy = "2MJ" + result.max_energy = "1MJ" + result.energy_per_tick = "0.04kJ" + result.energy_per_move = "0.3kJ" result.idle.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" .. color .. ".png" result.in_motion.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" ..