From 6179a733967b5415ea7267816409a6ff441d17b5 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 8 Apr 2026 00:25:51 +0200 Subject: [PATCH] Reduce energy usage of steam inserters --- lignumis/prototypes/content/steam-inserters.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lignumis/prototypes/content/steam-inserters.lua b/lignumis/prototypes/content/steam-inserters.lua index b2f5d52..4641fe1 100644 --- a/lignumis/prototypes/content/steam-inserters.lua +++ b/lignumis/prototypes/content/steam-inserters.lua @@ -32,6 +32,8 @@ inserter.energy_source = { secondary_draw_orders = { north = -1 } } } +inserter.energy_per_movement = "5kJ" +inserter.energy_per_rotation = "5kJ" inserter.extension_speed = 0.035 inserter.rotation_speed = 0.0135 inserter.icon_draw_specification = { @@ -48,6 +50,8 @@ long_handed_inserter.icons = { } long_handed_inserter.minable.result = "steam-long-handed-inserter" long_handed_inserter.energy_source = inserter.energy_source +long_handed_inserter.energy_per_movement = "7kJ" +long_handed_inserter.energy_per_rotation = "7kJ" long_handed_inserter.extension_speed = 0.04 long_handed_inserter.rotation_speed = 0.016 long_handed_inserter.icon_draw_specification = {