From b18f418c61f61477bc4f13240e5091854213a64b Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 2 Dec 2020 14:48:42 -0500 Subject: [PATCH] Reduced easy sector difficulty --- core/src/mindustry/game/Waves.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/game/Waves.java b/core/src/mindustry/game/Waves.java index ddcff2cbbf..bdd95abedf 100644 --- a/core/src/mindustry/game/Waves.java +++ b/core/src/mindustry/game/Waves.java @@ -10,7 +10,7 @@ import mindustry.type.*; import static mindustry.content.UnitTypes.*; public class Waves{ - public static final int waveVersion = 4; + public static final int waveVersion = 5; private Seq spawns; @@ -277,7 +277,7 @@ public class Waves{ int cap = 150; float shieldStart = 30, shieldsPerWave = 20 + difficulty*30f; - float[] scaling = {1, 1.5f, 3f, 4f, 5f}; + float[] scaling = {1, 2f, 3f, 4f, 5f}; Intc createProgression = start -> { //main sequence