Adjust the weighted settings json config file to properly reflect the key values for the shop_shuffle_slots option
This commit is contained in:
parent
5d84df4fa0
commit
87be751e45
|
@ -1282,19 +1282,19 @@
|
||||||
"description": "No items are moved",
|
"description": "No items are moved",
|
||||||
"defaultValue": 50
|
"defaultValue": 50
|
||||||
},
|
},
|
||||||
"1": {
|
"10": {
|
||||||
"keyString": "shop_shuffle_slots.10",
|
"keyString": "shop_shuffle_slots.10",
|
||||||
"friendlyName": "Level 1",
|
"friendlyName": "Level 1",
|
||||||
"description": "10 Items are moved into shops.",
|
"description": "10 Items are moved into shops.",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
"2": {
|
"20": {
|
||||||
"keyString": "shop_shuffle_slots.20",
|
"keyString": "shop_shuffle_slots.20",
|
||||||
"friendlyName": "Level 2",
|
"friendlyName": "Level 2",
|
||||||
"description": "20 Items are moved into shops.",
|
"description": "20 Items are moved into shops.",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
"3": {
|
"30": {
|
||||||
"keyString": "shop_shuffle_slots.30",
|
"keyString": "shop_shuffle_slots.30",
|
||||||
"friendlyName": "Level 3",
|
"friendlyName": "Level 3",
|
||||||
"description": "30 Items are moved into shops.",
|
"description": "30 Items are moved into shops.",
|
||||||
|
|
Loading…
Reference in New Issue