Update RR stacking constant

This commit is contained in:
DarkPhoenix
2025-05-24 02:10:16 +02:00
parent 2fccc7487b
commit 6e173551ed

View File

@@ -1820,7 +1820,7 @@ class Fit:
# That's right, for considerations of RR diminishing returns cycle time is rounded this way
totalRaw += amount / int(cycleTime)
RR_ADDITION = 7000
RR_MULTIPLIER = 10
RR_MULTIPLIER = 20
appliedRr = 0
for amount, cycleTime in rrList:
rrps = amount / int(cycleTime)