I am attempting to adjust the "robot_vertical_acceleration" property on roboports and roboport equipment, like this (I purposefully used high values here):
Code: Select all
data.raw["roboport"]["roboport"].robot_vertical_acceleration = 25
data.raw["roboport-equipment"]["personal-roboport-equipment"].robot_vertical_acceleration = 50
data.raw["roboport-equipment"]["personal-roboport-mk2-equipment"].robot_vertical_acceleration = 75
I have attached a small test mod that implements the code listed above, a screenshot of what I observed in the game, and the log file created when I tested this, in case that helps at all.
Thank you!