You've already forked ComfyFactorio
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:
@ -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),
|
||||
|
Reference in New Issue
Block a user