From 71817536898cadb50021317a3a11dc115001c3be Mon Sep 17 00:00:00 2001 From: Thayol Date: Fri, 25 Jun 2021 21:14:14 +0200 Subject: [PATCH] Adjusted defaults --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 0354329..e8f213c 100644 --- a/script.js +++ b/script.js @@ -23,7 +23,7 @@ var allowRedraw = true; // if redrawing a card by hand is allowed (sometimes the var defaultDepth = 2; // the default depth of search (0 means single-level, 1 means one extra level, 2 means two extra levels) var minimumRecommendations = -1; // the minimum amount of recommended next steps the script should strive for -var minimumPoints = 4; // the minimum points the script should consider cashing out +var minimumPoints = 2; // the minimum points the script should consider cashing out var preferCashOut = true; // whether the default option should be cashing out even if there is a chance of getting a better opportunity var greedyAlgorithm = false; // whether the greedy algorithm should be used (never cash out, always discard for better)