Misc balance

This commit is contained in:
Anuken
2022-08-16 09:13:22 -04:00
parent f9ba1c3e04
commit a7f939de4c
2 changed files with 4 additions and 4 deletions

View File

@@ -1268,7 +1268,7 @@ public class Blocks{
rotateDraw = false;
regionRotated1 = 1;
consumeLiquid(Liquids.slag, 40f / 60f);
heatOutput = 6f;
heatOutput = 8f;
}};
phaseHeater = new HeatProducer("phase-heater"){{

View File

@@ -2818,7 +2818,7 @@ public class UnitTypes{
}});
}
bullet = new BasicBulletType(8f, 250){{
bullet = new BasicBulletType(8f, 280f){{
sprite = "missile-large";
width = 12f;
height = 20f;
@@ -2857,7 +2857,7 @@ public class UnitTypes{
float fin = 0.05f + (j + 1) / (float)count;
float spd = speed;
float life = lifetime / Mathf.lerp(fin, 1f, 0.5f);
spawnBullets.add(new BasicBulletType(spd * fin, 45){{
spawnBullets.add(new BasicBulletType(spd * fin, 55){{
drag = 0.002f;
width = 12f;
height = 11f;
@@ -3466,7 +3466,7 @@ public class UnitTypes{
fragLifeMin = 0.3f;
despawnShake = 5f;
fragBullet = new BasicBulletType(5.5f, 60){{
fragBullet = new BasicBulletType(5.5f, 55){{
pierceCap = 2;
pierceBuilding = true;