mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-29 00:50:06 +07:00
Revert naval balance changes for now
This commit is contained in:
parent
c6e0292d03
commit
22f64fa2a5
@ -2046,10 +2046,10 @@ public class UnitTypes implements ContentList{
|
||||
|
||||
buildSpeed = 3f;
|
||||
|
||||
abilities.add(new EnergyFieldAbility(40f, 65f, 180f){{
|
||||
repair = 40f;
|
||||
abilities.add(new EnergyFieldAbility(35f, 65f, 180f){{
|
||||
repair = 35f;
|
||||
statusDuration = 60f * 6f;
|
||||
maxTargets = 30;
|
||||
maxTargets = 25;
|
||||
}});
|
||||
|
||||
for(float mountY : new float[]{-18f, 14}){
|
||||
|
Loading…
Reference in New Issue
Block a user