This commit is contained in:
Anuken
2020-09-21 12:05:24 -04:00
parent 74fadfe603
commit 45e77fe3b4
3 changed files with 10 additions and 6 deletions

View File

@@ -409,7 +409,11 @@ public class TechTree implements ContentList{
node(mono, () -> {
node(poly, () -> {
node(mega, () -> {
node(quad, () -> {
node(oct, () -> {
});
});
});
});
});

View File

@@ -1145,11 +1145,11 @@ public class UnitTypes implements ContentList{
accel = 0.04f;
drag = 0.018f;
flying = true;
engineOffset = 24f;
engineSize = 9f;
engineOffset = 46f;
engineSize = 7.8f;
rotateShooting = false;
hitsize = 60f;
payloadCapacity = (4 * 4) * (8 * 8);
payloadCapacity = (4.5f * 4.5f) * (8 * 8);
buildSpeed = 3.5f;
abilities.add(new ForceFieldAbility(140f, 4f, 6000f, 60f * 8), new HealFieldAbility(130f, 60f * 2, 140f));