mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 16:09:57 +07:00
Minor repair turret nerf
This commit is contained in:
parent
f6f1ddb826
commit
2eb57ab680
@ -1990,7 +1990,7 @@ public class Blocks implements ContentList{
|
|||||||
requirements(Category.units, with(Items.silicon, 90, Items.thorium, 80, Items.plastanium, 80));
|
requirements(Category.units, with(Items.silicon, 90, Items.thorium, 80, Items.plastanium, 80));
|
||||||
size = 2;
|
size = 2;
|
||||||
length = 6f;
|
length = 6f;
|
||||||
repairSpeed = 3.25f;
|
repairSpeed = 3f;
|
||||||
repairRadius = 140f;
|
repairRadius = 140f;
|
||||||
powerUse = 5f;
|
powerUse = 5f;
|
||||||
beamWidth = 1.1f;
|
beamWidth = 1.1f;
|
||||||
|
Loading…
Reference in New Issue
Block a user