From 4ab6a970380ec98bf6224267afbcfefdd577113a Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Wed, 15 Jan 2025 13:28:25 -0600 Subject: [PATCH] balance: Reduced the power consumption of maraxsis pressure domes lights from 2mw to 20kw. --- prototypes/entity/pressure-dome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/entity/pressure-dome.lua b/prototypes/entity/pressure-dome.lua index 896b79d..aae3d91 100644 --- a/prototypes/entity/pressure-dome.lua +++ b/prototypes/entity/pressure-dome.lua @@ -138,7 +138,7 @@ data:extend {maraxsis.merge(data.raw["lamp"]["small-lamp"], { picture_on = maraxsis.empty_image(), picture_off = maraxsis.empty_image(), circuit_wire_max_distance = 16, - energy_usage_per_tick = "2MW", + energy_usage_per_tick = "20kW", glow_size = 60, light = { size = 80,