Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
aerinon 5211b305e6 Re-worked settings for pottery lottery
Fixed multiworld support for lottery
2022-01-21 16:10:33 -07:00

76 lines
1.3 KiB
JSON

{
"widgets": {
"dungeondoorshuffle": {
"type": "selectbox",
"default": "basic",
"options": [
"vanilla",
"basic",
"crossed"
]
},
"dungeonintensity": {
"type": "selectbox",
"default": "2",
"options": [
"1",
"2",
"3",
"random"
],
"config": {
"width": 45
}
},
"keydropshuffle": { "type": "checkbox" },
"pottery": {
"type": "selectbox",
"default": "none",
"options": [
"none",
"keys",
"lottery"
],
"config": {
"width": 35
}
},
"dropshuffle": { "type": "checkbox" },
"potshuffle": { "type": "checkbox" },
"experimental": { "type": "checkbox" },
"dungeon_counters": {
"type": "selectbox",
"default": "default",
"options": [
"default",
"off",
"on",
"pickup"
]
},
"mixed_travel": {
"type" : "selectbox",
"default": "prevent",
"options": [
"prevent",
"allow",
"force"
],
"config": {
"width": 35
}
},
"standardize_palettes" : {
"type": "selectbox",
"default": "standardize",
"options": [
"standardize",
"original"
],
"config": {
"width": 35
}
}
}
}