Balance basic construction bots

This commit is contained in:
Simon Brodtmann 2025-01-11 15:12:56 +01:00
parent bf6d6fa23a
commit d69f437095

View file

@ -122,6 +122,7 @@ local function roboport(color)
result.energy_source.input_flow_limit = "400kW" result.energy_source.input_flow_limit = "400kW"
result.energy_source.buffer_capacity = "10MJ" result.energy_source.buffer_capacity = "10MJ"
result.charging_energy = "500kW" result.charging_energy = "500kW"
result.construction_radius = 10
return result return result
end end