You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/config/i18n/en-US.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -862,6 +862,10 @@
862
862
"name": "Keep Oil Above X",
863
863
"help": "Delay current task if oil is found to be below this number"
864
864
},
865
+
"CoinLimit": {
866
+
"name": "Delay When Coins Reach X",
867
+
"help": "Delay the current task when coins are found to be at or above this number. The task will resume after coins drop below the limit.\n0 means no coin limit"
868
+
},
865
869
"RunCount": {
866
870
"name": "Run Level X Time(s)",
867
871
"help": "Automatically decreases by 1 for every completion and stops the current task upon reaching zero; saving as 0 implies unlimited runs until a different stop condition is met"
0 commit comments