diff --git a/frontend.py b/frontend.py index a859b4c..c295260 100644 --- a/frontend.py +++ b/frontend.py @@ -1666,11 +1666,11 @@ async def api_open_slot_case( # Assign activations to each reel's target item ACTIVATION_WEIGHTS = [ - ("extra_spin", 0.03), - ("double", 0.01), - ("guaranteed", 0.02), - ("free_spin", 0.02), - ("quintuple", 0.005), + ("extra_spin", 0.10), + ("double", 0.04), + ("guaranteed", 0.07), + ("free_spin", 0.07), + ("quintuple", 0.02), ] def pick_activation(): r = random.random()