mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-29 00:50:06 +07:00
Repair turret nerf
This commit is contained in:
parent
36b49b6d8b
commit
bdff6f9560
@ -1978,7 +1978,7 @@ public class Blocks implements ContentList{
|
||||
}};
|
||||
|
||||
repairPoint = new RepairPoint("repair-point"){{
|
||||
requirements(Category.units, with(Items.lead, 20, Items.copper, 20, Items.silicon, 15));
|
||||
requirements(Category.units, with(Items.lead, 25, Items.copper, 25, Items.silicon, 20));
|
||||
repairSpeed = 0.5f;
|
||||
repairRadius = 65f;
|
||||
beamWidth = 0.73f;
|
||||
@ -1987,16 +1987,16 @@ public class Blocks implements ContentList{
|
||||
}};
|
||||
|
||||
repairTurret = new RepairPoint("repair-turret"){{
|
||||
requirements(Category.units, with(Items.silicon, 70, Items.thorium, 60, Items.plastanium, 60));
|
||||
requirements(Category.units, with(Items.silicon, 90, Items.thorium, 80, Items.plastanium, 80));
|
||||
size = 2;
|
||||
length = 6f;
|
||||
repairSpeed = 4f;
|
||||
repairSpeed = 3.25f;
|
||||
repairRadius = 140f;
|
||||
powerUse = 5f;
|
||||
beamWidth = 1.1f;
|
||||
pulseRadius = 6.1f;
|
||||
coolantUse = 0.15f;
|
||||
coolantMultiplier = 1.7f;
|
||||
coolantUse = 0.16f;
|
||||
coolantMultiplier = 1.5f;
|
||||
acceptCoolant = true;
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user