FicsitRemoteMonitoring
FicsitRemoteMonitoring copied to clipboard
/getProdStats endpoint doesn't account for Somertoc output multipliers in MaxProd and CurrentProd values.
Description:
When using the /getProdStats
endpoint and reviewing the JSON response, the MaxProd
and CurrentProd
properties for each material don't reflect the output multipliers applied by Somertoc. If I add a Somertoc to any machine, the amount of material being produced remains the same in both MaxProd
and CurrentProd
fields, which is incorrect. These values should increase, as the machine's output is effectively doubled when a Somertoc is applied.
Steps to reproduce:
- Attach a Somertoc to any machine in the game.
- Call the
/getProdStats
endpoint. - Check the
MaxProd
andCurrentProd
values for the material being produced by the machine. - Notice that the output doesn't change to reflect the Somertoc multiplier.
Expected behavior:
The MaxProd
and CurrentProd
values should increase to account for the boosted output when a Somertoc is applied.
Environment:
- Game Version:
1.0 #372858
- FicsitRemoteMonitoring Version:
1.0.10
Please let me know if more information is needed. Thanks!