1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-07-17 01:12:29 +02:00

Update overworld.lua

This commit is contained in:
danielmartin0
2022-11-13 21:21:02 +00:00
parent 273623fa4d
commit 53823b51e5

View File

@ -153,7 +153,7 @@ function Public.generate_destination_base_cost_to_undock(p, subtype)
}
local base_cost_2b = {
['electronic-circuit'] = Math.ceil(((macro_p.x-2)^(2/3))*200),
['flying-robot-frame'] = 3,
['flying-robot-frame'] = 5,
}
local base_cost_3 = {
['electronic-circuit'] = Math.ceil(((macro_p.x-2)^(2/3))*160),