45 lines
717 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|