Golden modules now increase the energy usage by 40% (was 0)

This commit is contained in:
Simon Brodtmann 2026-02-11 17:29:47 +01:00
parent 47c83438b8
commit dd1a723798

View file

@ -405,7 +405,7 @@ data:extend({
drop_sound = item_sounds.module_inventory_move, drop_sound = item_sounds.module_inventory_move,
stack_size = 50, stack_size = 50,
weight = 20 * kg, weight = 20 * kg,
effect = { quality = 0.75, speed = -0.1 }, effect = { quality = 0.75, speed = -0.1, consumption = 0.4 },
default_import_location = "fulgora" default_import_location = "fulgora"
}, },
{ {