Files
alttpr-python/resources/app/gui/randomize/enemizer/widgets.json
aerinon 2e5b9758c2 Unkillable thieves for now
Turn off enemy drop indicator for modes that don't need it
2023-09-12 10:13:15 -06:00

56 lines
901 B
JSON

{
"leftEnemizerFrame": {
"enemyshuffle": {
"type": "selectbox",
"options": [
"none",
"shuffled"
]
},
"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
}
}
}
}