Repair speed improvements

This commit is contained in:
Anuken
2022-03-02 22:16:30 -05:00
parent 7865950ec8
commit bd320e39ed
5 changed files with 13 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ public class Planets{
r.attributes.set(Attribute.heat, 0.8f);
r.showSpawns = true;
r.fog = true;
r.staticFog = true; //TODO false
r.staticFog = false; //TODO decide
};
unlockedOnLand.add(Blocks.coreBastion);

View File

@@ -3412,10 +3412,10 @@ public class UnitTypes{
rotate = false;
shootY = 0f;
beamWidth = 0.7f;
repairSpeed = 0.25f;
repairSpeed = 2.2f;
fractionRepairSpeed = 0.04f;
aimDst = 0f;
shootCone = 15f;
fractionRepair = true;
mirror = false;
targetUnits = false;
@@ -3473,12 +3473,13 @@ public class UnitTypes{
rotate = false;
shootY = 0f;
beamWidth = 0.7f;
repairSpeed = 0.3f;
aimDst = 0f;
shootCone = 15f;
fractionRepair = true;
mirror = false;
repairSpeed = 2.5f;
fractionRepairSpeed = 0.04f;
targetUnits = false;
targetBuildings = true;
autoTarget = false;
@@ -3547,12 +3548,13 @@ public class UnitTypes{
rotate = false;
shootY = 0f;
beamWidth = 0.7f;
repairSpeed = 0.2f;
aimDst = 0f;
shootCone = 40f;
fractionRepair = true;
mirror = true;
repairSpeed = 1.3f;
fractionRepairSpeed = 0.02f;
targetUnits = false;
targetBuildings = true;
autoTarget = false;