Hello,
Since no one was responding to my last post, I decided to try and change the values in the files myself. To my surprise, however, it seems that it is a bug, rather than a feature.
I tried to edit values in file "py-roboport-construction-test.lua", but I found out that they are already set as I would like them to be:
energy_usage = '50kW',
-- per one charge slot
charging_energy = '2MW',
For comparison "py-roboport-mk01.lua" values are as follows:
energy_usage = '50kW',
-- per one charge slot
charging_energy = '180kW',
In game Py roboport MK01 is actually min/max: 50/230kW, so I don't understand why Py Construction Zone Extender MK01 min/max is 1000/3000kW. from the values in the files it should have been 50/2050kW.
Would anyone explain to me where are these values comming from or how to adjust my files to get a desired energy consumption?