Campaign fixes & balance

This commit is contained in:
Anuken
2020-11-23 10:36:41 -05:00
parent 075be1a862
commit dcbe06229c
9 changed files with 26 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ public class SectorPresets implements ContentList{
}};
frozenForest = new SectorPreset("frozenForest", serpulo, 86){{
captureWave = 20;
captureWave = 15;
difficulty = 2;
}};

View File

@@ -556,7 +556,7 @@ public class UnitTypes implements ContentList{
range = 40f;
weapons.add(new Weapon(){{
reload = 12f;
reload = 24f;
shootCone = 180f;
ejectEffect = Fx.none;
shootSound = Sounds.explosion;
@@ -1321,7 +1321,7 @@ public class UnitTypes implements ContentList{
sprite = "large-bomb";
width = height = 120/4f;
range = 30f;
maxRange = 30f;
ignoreRotation = true;
backColor = Pal.heal;