mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-22 03:38:48 +02:00
fix
This commit is contained in:
parent
798aac043e
commit
7e22f1f3ff
@ -273,7 +273,7 @@ local function radioactive_tick()
|
||||
destination.dynamic_data.evolution_accrued_time = destination.dynamic_data.evolution_accrued_time + extra_evo
|
||||
-- faster pollute:
|
||||
-- local pollution = 1000 * Common.difficulty() * tickinterval / 60
|
||||
local pollution = 4 * (6 * Common.difficulty() * (Common.overworldx()/40)^(16/10) * (Balance.crew_scale())^(1/4)) / 3600 * tickinterval * (1 + 0.001 * (destination.dynamic_data.timer or 0))
|
||||
local pollution = 4 * (6 * Common.difficulty() * (Common.overworldx()/40)^(16/10) * (Balance.crew_scale())^(1/2)) / 3600 * tickinterval * (1 + 0.001 * (destination.dynamic_data.timer or 0))
|
||||
if not memory.floating_pollution then memory.floating_pollution = 0 end
|
||||
memory.floating_pollution = memory.floating_pollution + pollution
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user