Files
alttpr-python/resources/app/gui/randomize/enemizer/widgets.json
aerinon ae7ce076af Open edges math fix (indices corrected in tables)
Spoiler lists bosses
Enemizer settings fix
Swamp flooded ladder's fix (Crossed mostly)
Spoiler encoding issue fixed
2020-05-20 10:51:56 -06:00

45 lines
717 B
JSON

{
"checkboxes": {
"potshuffle": { "type": "checkbox" }
},
"leftEnemizerFrame": {
"enemyshuffle": {
"type": "selectbox",
"options": [
"none",
"shuffled",
"random"
]
},
"bossshuffle": {
"type": "selectbox",
"options": [
"none",
"simple",
"full",
"random"
]
}
},
"rightEnemizerFrame": {
"enemydamage": {
"type": "selectbox",
"options": [
"default",
"shuffled",
"random"
]
},
"enemyhealth": {
"type": "selectbox",
"options": [
"default",
"easy",
"normal",
"hard",
"expert"
]
}
}
}