This commit is contained in:
Anuken
2022-05-06 20:07:41 -04:00
parent bb6b8b020d
commit 9c0fd7c4c1
6 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -3752,7 +3752,7 @@ public class Blocks{
requirements(Category.turret, with(Items.beryllium, 150, Items.silicon, 200, Items.graphite, 200, Items.tungsten, 50));
ammo(
Items.graphite, new BasicBulletType(8f, 44){{
Items.graphite, new BasicBulletType(8f, 41){{
knockback = 4f;
width = 25f;
hitSize = 7f;
@@ -3797,7 +3797,7 @@ public class Blocks{
recoilAmount = 2f;
restitution = 0.03f;
range = 125;
shootCone = 50f;
shootCone = 40f;
scaledHealth = 210;
rotateSpeed = 3f;
+2
View File
@@ -76,6 +76,7 @@ public class Planets{
r.fog = true;
r.staticFog = true;
r.lighting = false;
r.coreDestroyClear = true;
r.onlyDepositCore = true; //TODO not sure
};
@@ -124,6 +125,7 @@ public class Planets{
allowWaveSimulation = true;
allowSectorInvasion = true;
allowLaunchSchematics = true;
enemyCoreSpawnReplace = true;
allowLaunchLoadout = true;
ruleSetter = r -> {
r.waveTeam = Team.crux;