This commit is contained in:
Anuken
2020-07-30 19:59:31 -04:00
parent a297d11023
commit 5ad2807958
5 changed files with 12 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ public class SectorPresets implements ContentList{
conditionWave = 5;
launchPeriod = 5;
rules = r -> {
r.winWave = 20;
r.winWave = 10;
};
}};

View File

@@ -872,12 +872,12 @@ public class UnitTypes implements ContentList{
rotateSpeed = 15f;
accel = 0.1f;
itemCapacity = 30;
health = 80f;
health = 120f;
engineOffset = 6f;
hitsize = 8f;
weapons.add(new Weapon("small-basic-weapon"){{
reload = 20f;
reload = 17f;
x = 2.75f;
y = 1f;
@@ -887,7 +887,7 @@ public class UnitTypes implements ContentList{
lifetime = 60f;
shootEffect = Fx.shootSmall;
smokeEffect = Fx.shootSmallSmoke;
tileDamageMultiplier = 0.1f;
tileDamageMultiplier = 0.95f;
}};
}});
}};
@@ -906,7 +906,7 @@ public class UnitTypes implements ContentList{
rotateSpeed = 17f;
accel = 0.1f;
itemCapacity = 50;
health = 120f;
health = 150f;
engineOffset = 6f;
hitsize = 9f;
rotateShooting = false;
@@ -946,7 +946,7 @@ public class UnitTypes implements ContentList{
rotateSpeed = 19f;
accel = 0.11f;
itemCapacity = 70;
health = 160f;
health = 190f;
engineOffset = 6f;
hitsize = 10f;