06-22-2021, 11:23 AM
(This post was last modified: 06-25-2021, 11:56 AM by github_bot. Edited 1 time in total.)
PULL REQUEST DETAILS
[bug][balance]
About the PR
Adjust solars scaling by 1/8.25 to match pre #743 as change to task rate was not accounted for in power output. Most other devices were not impacted as the default tier was adjusted as well causing the rate for an arbitrary piece of machinery to being processed every 3.3 seconds to 3.2 seconds.
This should take solar output to match behavior from 2016-2020.
Why's this needed?
Introduction of processing buckets to machinery allowed solars to be run less often and then scale appropriately as if it were running at full speed. #743 made larges changes by adding a new bucket but also allowing machinery to run faster than the previous 3.3 second rate. The adjustment from 3.3 to 0.4 second rate was not accounted for.
Maybe people will stop complaining so much about solars so much.
Changelog
PULL REQUEST DETAILS
[bug][balance]
About the PR
Adjust solars scaling by 1/8.25 to match pre #743 as change to task rate was not accounted for in power output. Most other devices were not impacted as the default tier was adjusted as well causing the rate for an arbitrary piece of machinery to being processed every 3.3 seconds to 3.2 seconds.
This should take solar output to match behavior from 2016-2020.
Why's this needed?
Introduction of processing buckets to machinery allowed solars to be run less often and then scale appropriately as if it were running at full speed. #743 made larges changes by adding a new bucket but also allowing machinery to run faster than the previous 3.3 second rate. The adjustment from 3.3 to 0.4 second rate was not accounted for.
Maybe people will stop complaining so much about solars so much.
Changelog
Code:
changelog
(u)Azrun
(+)Reduced power output from solar panels.
PULL REQUEST DETAILS