Files
alttpr-python/resources/app/gui/randomize/enemizer/widgets.json
Mike A. Trethewey 0cb7eaa417 Slim down args
2020-03-12 03:31:39 -07:00

45 lines
717 B
JSON

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