Skip to content

Commit

Permalink
X4: grinding: mode 1: fine tune the alt thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Oct 1, 2023
1 parent 73a2792 commit cb12a15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NostalgiaForInfinityX4.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class NostalgiaForInfinityX4(IStrategy):
INTERFACE_VERSION = 3

def version(self) -> str:
return "v14.0.276"
return "v14.0.277"

# ROI table:
minimal_roi = {
Expand Down Expand Up @@ -176,10 +176,10 @@ def version(self) -> str:
grinding_mode_1_thresholds = [-0.0, -0.06]
grinding_mode_1_stakes = [0.2, 0.2, 0.2, 0.2, 0.2]
grinding_mode_1_sub_thresholds = [-0.06, -0.065, -0.07, -0.075, -0.08]
grinding_mode_1_stakes_alt_1 = [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15]
grinding_mode_1_sub_thresholds_alt_1 = [-0.06, -0.065, -0.07, -0.085, -0.09, -0.095, -0.1]
grinding_mode_1_stakes_alt_2 = [0.2, 0.2, 0.2, 0.2, 0.2]
grinding_mode_1_sub_thresholds_alt_2 = [-0.06, -0.07, -0.09, -0.09, -0.1]
grinding_mode_1_stakes_alt_1 = [0.25, 0.25, 0.25, 0.25]
grinding_mode_1_sub_thresholds_alt_1 = [-0.06, -0.065, -0.07, -0.085]
grinding_mode_1_stakes_alt_2 = [0.3, 0.3, 0.3, 0.3]
grinding_mode_1_sub_thresholds_alt_2 = [-0.06, -0.07, -0.09, -0.1]

stake_rebuy_mode_multiplier = 0.33
pa_rebuy_mode_max = 2
Expand Down

0 comments on commit cb12a15

Please sign in to comment.