1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
This commit is contained in:
danielmartin0 2022-06-02 17:25:04 +01:00
parent e9854f358e
commit 3224e5b614

View File

@ -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)