Nova tree build speed nerfs
This commit is contained in:
@@ -322,7 +322,7 @@ public class UnitTypes{
|
|||||||
speed = 0.55f;
|
speed = 0.55f;
|
||||||
hitSize = 8f;
|
hitSize = 8f;
|
||||||
health = 120f;
|
health = 120f;
|
||||||
buildSpeed = 0.8f;
|
buildSpeed = 0.35f;
|
||||||
armor = 1f;
|
armor = 1f;
|
||||||
|
|
||||||
abilities.add(new RepairFieldAbility(10f, 60f * 4, 60f));
|
abilities.add(new RepairFieldAbility(10f, 60f * 4, 60f));
|
||||||
@@ -354,7 +354,7 @@ public class UnitTypes{
|
|||||||
speed = 0.7f;
|
speed = 0.7f;
|
||||||
hitSize = 11f;
|
hitSize = 11f;
|
||||||
health = 320f;
|
health = 320f;
|
||||||
buildSpeed = 0.9f;
|
buildSpeed = 0.5f;
|
||||||
armor = 4f;
|
armor = 4f;
|
||||||
riseSpeed = 0.07f;
|
riseSpeed = 0.07f;
|
||||||
|
|
||||||
@@ -408,7 +408,7 @@ public class UnitTypes{
|
|||||||
mineTier = 3;
|
mineTier = 3;
|
||||||
boostMultiplier = 2f;
|
boostMultiplier = 2f;
|
||||||
health = 640f;
|
health = 640f;
|
||||||
buildSpeed = 1.7f;
|
buildSpeed = 1.1f;
|
||||||
canBoost = true;
|
canBoost = true;
|
||||||
armor = 9f;
|
armor = 9f;
|
||||||
mechLandShake = 2f;
|
mechLandShake = 2f;
|
||||||
|
|||||||
Reference in New Issue
Block a user