From 87be751e458a57ddf6c4bc45cf937dca93914658 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 5 Feb 2021 19:01:38 -0500 Subject: [PATCH] Adjust the weighted settings json config file to properly reflect the key values for the shop_shuffle_slots option --- WebHostLib/static/static/weightedSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebHostLib/static/static/weightedSettings.json b/WebHostLib/static/static/weightedSettings.json index 0bcf9dd1..b6e1b7cb 100644 --- a/WebHostLib/static/static/weightedSettings.json +++ b/WebHostLib/static/static/weightedSettings.json @@ -1282,19 +1282,19 @@ "description": "No items are moved", "defaultValue": 50 }, - "1": { + "10": { "keyString": "shop_shuffle_slots.10", "friendlyName": "Level 1", "description": "10 Items are moved into shops.", "defaultValue": 0 }, - "2": { + "20": { "keyString": "shop_shuffle_slots.20", "friendlyName": "Level 2", "description": "20 Items are moved into shops.", "defaultValue": 0 }, - "3": { + "30": { "keyString": "shop_shuffle_slots.30", "friendlyName": "Level 3", "description": "30 Items are moved into shops.",