mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Nova tree build speed nerfs
This commit is contained in:
parent
2357e8768b
commit
2a95b0f8d2
@ -322,7 +322,7 @@ public class UnitTypes{
|
||||
speed = 0.55f;
|
||||
hitSize = 8f;
|
||||
health = 120f;
|
||||
buildSpeed = 0.8f;
|
||||
buildSpeed = 0.35f;
|
||||
armor = 1f;
|
||||
|
||||
abilities.add(new RepairFieldAbility(10f, 60f * 4, 60f));
|
||||
@ -354,7 +354,7 @@ public class UnitTypes{
|
||||
speed = 0.7f;
|
||||
hitSize = 11f;
|
||||
health = 320f;
|
||||
buildSpeed = 0.9f;
|
||||
buildSpeed = 0.5f;
|
||||
armor = 4f;
|
||||
riseSpeed = 0.07f;
|
||||
|
||||
@ -408,7 +408,7 @@ public class UnitTypes{
|
||||
mineTier = 3;
|
||||
boostMultiplier = 2f;
|
||||
health = 640f;
|
||||
buildSpeed = 1.7f;
|
||||
buildSpeed = 1.1f;
|
||||
canBoost = true;
|
||||
armor = 9f;
|
||||
mechLandShake = 2f;
|
||||
|
Loading…
Reference in New Issue
Block a user