Campaign balancing

This commit is contained in:
Anuken
2020-11-27 17:37:22 -05:00
parent d06b32c20b
commit 66918f0322
13 changed files with 25 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ public class SectorPresets implements ContentList{
}};
desolateRift = new SectorPreset("desolateRift", serpulo, 123){{
captureWave = 30;
captureWave = 18;
difficulty = 8;
}};

View File

@@ -471,7 +471,8 @@ public class TechTree implements ContentList{
node(desolateRift, Seq.with(
new SectorComplete(impact0078),
new Research(thermalGenerator),
new Research(thoriumReactor)
new Research(thoriumReactor),
new Research(coreNucleus)
), () -> {
node(planetaryTerminal, Seq.with(
new SectorComplete(desolateRift),

View File

@@ -1252,8 +1252,8 @@ public class UnitTypes implements ContentList{
mineTier = 3;
mineSpeed = 4f;
health = 500;
armor = 5f;
health = 460;
armor = 3f;
speed = 2.5f;
accel = 0.06f;
drag = 0.017f;

View File

@@ -53,7 +53,7 @@ public class Weathers implements ContentList{
baseSpeed = 5.4f;
attrs.set(Attribute.light, -0.1f);
attrs.set(Attribute.water, -0.1f);
opacityMultiplier = 0.4f;
opacityMultiplier = 0.35f;
force = 0.1f;
sound = Sounds.wind;
soundVol = 0.8f;