Compare commits

..

2 commits

Author SHA1 Message Date
Simon Brodtmann
8da7d0cea7 Balance basic robots battery usage 2025-05-23 21:02:16 +02:00
Simon Brodtmann
c968a7e437 Correct items per rocket for belts 2025-05-23 21:02:16 +02:00

View file

@ -70,6 +70,7 @@ Recipe:new("lab"):replaceIngredient("transport-belt", "wood-transport-belt")
-- Gun turret
data.raw["ammo-turret"]["gun-turret"].attack_parameters.range = 20
Item:new("gun-turret"):itemsPerRocket(50)
-- Agricultural tower
@ -83,6 +84,9 @@ if agricultural_tower.surface_conditions then
end
end
-- Solar panal
Item:new("solar-panel"):itemsPerRocket(50)
-- Wood processing