From 6e173551ed008673b6a1fe69a508dd8e363e7d46 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 24 May 2025 02:10:16 +0200 Subject: [PATCH] Update RR stacking constant --- eos/saveddata/fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index 9abf73e50..2b0e5be58 100644 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -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)