Compare commits
2 commits
d4a64a9680
...
8da7d0cea7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8da7d0cea7 | ||
![]() |
c968a7e437 |
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue