Ship beryllium cost increase / Scathe discover range nerf

This commit is contained in:
Anuken 2023-01-09 22:17:20 -05:00
parent cba1e81f3d
commit 3ec2ae797e
2 changed files with 4 additions and 6 deletions

View File

@ -4604,7 +4604,7 @@ public class Blocks{
recoil = 0.5f;
fogRadiusMultiuplier = 0.75f;
fogRadiusMultiuplier = 0.5f;
coolantMultiplier = 6f;
shootSound = Sounds.missileLaunch;
@ -5506,7 +5506,7 @@ public class Blocks{
regionSuffix = "-dark";
size = 5;
plans.add(
new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, PayloadStack.list(UnitTypes.elude, 4, Blocks.berylliumWallLarge, 8)),
new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, PayloadStack.list(UnitTypes.elude, 4, Blocks.berylliumWallLarge, 12)),
new AssemblerUnitPlan(UnitTypes.disrupt, 60f * 60f * 3f, PayloadStack.list(UnitTypes.avert, 6, Blocks.carbideWallLarge, 20))
);
areaSize = 13;
@ -5521,7 +5521,7 @@ public class Blocks{
size = 5;
//TODO different reqs
plans.add(
new AssemblerUnitPlan(UnitTypes.tecta, 60f * 70f, PayloadStack.list(UnitTypes.merui, 6, Blocks.tungstenWallLarge, 12)),
new AssemblerUnitPlan(UnitTypes.tecta, 60f * 70f, PayloadStack.list(UnitTypes.merui, 5, Blocks.tungstenWallLarge, 12)),
new AssemblerUnitPlan(UnitTypes.collaris, 60f * 60f * 3f, PayloadStack.list(UnitTypes.cleroi, 6, Blocks.carbideWallLarge, 20))
);
areaSize = 13;

View File

@ -9,9 +9,7 @@ import mindustry.io.*;
import java.util.zip.*;
/**
* Class for storing all packets.
*/
/** Class for storing all packets. */
public class Packets{
public enum KickReason{