Nerf basic portable generator from 200 kW to 100 kW

This commit is contained in:
Simon Brodtmann 2025-03-16 10:45:08 +01:00
parent d35e86755a
commit 9b736073a3

View file

@ -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