Files
alttpr-python/resources/app/gui/randomize/enemizer/widgets.json
2023-04-10 09:07:01 -06:00

58 lines
937 B
JSON

{
"leftEnemizerFrame": {
"enemyshuffle": {
"type": "selectbox",
"options": [
"none",
"shuffled",
"random",
"legacy"
]
},
"bossshuffle": {
"type": "selectbox",
"options": [
"none",
"simple",
"full",
"unique",
"random"
]
}
},
"rightEnemizerFrame": {
"enemydamage": {
"type": "selectbox",
"options": [
"default",
"shuffled",
"random"
]
},
"enemyhealth": {
"type": "selectbox",
"options": [
"default",
"easy",
"normal",
"hard",
"expert"
]
}
},
"bottomEnemizerFrame": {
"enemylogic": {
"type": "selectbox",
"default": "allow_all",
"options": [
"none",
"allow_drops",
"allow_all"
],
"config": {
"width": 32
}
}
}
}