From c6873688d2ae9d7477dfbebb48c09318ece8a353 Mon Sep 17 00:00:00 2001 From: spinerak Date: Sun, 2 Jun 2024 00:03:25 +0200 Subject: [PATCH] logic tweak --- worlds/yachtdice/Rules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/yachtdice/Rules.py b/worlds/yachtdice/Rules.py index 095d9c965f..3476688d66 100644 --- a/worlds/yachtdice/Rules.py +++ b/worlds/yachtdice/Rules.py @@ -173,8 +173,8 @@ def diceSimulationStrings(categories, nbDice, nbRolls, fixed_mult, step_mult, di return prev_val if prev_val is not None else sorted_values[0] - percReturn = [[0], [0.1, 0.5], [0.3, 0.7], [0.5, 0.85], [0.85, 0.95]][diff] - diffDivide = [0, 9, 7, 3, 1][diff] + percReturn = [[0], [0.1, 0.5], [0.3, 0.7], [0.55, 0.85], [0.85, 0.95]][diff] + diffDivide = [0, 9, 7, 3, 2][diff] #calculate total distribution