Merge branch 'potion-shop' of github.com:pepperpow/MultiWorld-Utilities into multishop-all

This commit is contained in:
pepperpow
2020-12-02 20:35:59 -06:00
9 changed files with 51 additions and 10 deletions

View File

@@ -1095,7 +1095,7 @@
"i": {
"keyString": "shop_shuffle.i",
"friendlyName": "Inventory Shuffle",
"description": "Randomizes the inventories of shops.",
"description": "Shuffles the inventories of shops between each other.",
"defaultValue": 0
},
"p": {
@@ -1162,6 +1162,26 @@
}
}
},
"potion_shop_shuffle": {
"keyString": "potion_shop_shuffle",
"friendlyName": "Potion Shop Shuffle Rules",
"description": "Influence on potion shop by shop shuffle options",
"inputType": "range",
"subOptions": {
"none": {
"keyString": "potion_shop_shuffle.none",
"friendlyName": "Vanilla Shops",
"description": "Shop contents are left unchanged, only prices.",
"defaultValue": 50
},
"a": {
"keyString": "potion_shop_shuffle.a",
"friendlyName": "Any Items can be shuffled in and out of the shop",
"description": "",
"defaultValue": 0
}
}
},
"shuffle_prizes": {
"keyString": "shuffle_prizes",
"friendlyName": "Prize Shuffle",