From 3224e5b6143b02c715054171af6b18ec5e96f621 Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Thu, 2 Jun 2022 17:25:04 +0100 Subject: [PATCH] balance --- maps/pirates/ai.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/pirates/ai.lua b/maps/pirates/ai.lua index 77ad6bd4..7cf42319 100644 --- a/maps/pirates/ai.lua +++ b/maps/pirates/ai.lua @@ -129,7 +129,7 @@ end function Public.wave_size_rng() -- random variance in attack sizes local memory = Memory.get_crew_memory() - local wave_percentage_chance = Math.clamp(0, 40, 20 + 10 * memory.floating_pollution/1500) --trying this out + local wave_percentage_chance = Math.clamp(0, 35, 15 + 10 * memory.floating_pollution/1500) --trying this out local wave_size_multiplier = 1 local rng1 = Math.random(100)