mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Ship beryllium cost increase / Scathe discover range nerf
This commit is contained in:
parent
cba1e81f3d
commit
3ec2ae797e
@ -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;
|
||||
|
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user