46 lines
741 B
JSON
46 lines
741 B
JSON
{
|
|
"spoiler": {
|
|
"type": "checkbox",
|
|
"label": {
|
|
"text": "Create Spoiler Log"
|
|
}
|
|
},
|
|
"suppressrom": {
|
|
"type": "checkbox",
|
|
"label": {
|
|
"text": "Do not create patched ROM"
|
|
}
|
|
},
|
|
"usestartinventory": {
|
|
"type": "checkbox",
|
|
"label": {
|
|
"text": "Use starting inventory"
|
|
}
|
|
},
|
|
"usecustompool": {
|
|
"type": "checkbox",
|
|
"label": {
|
|
"text": "Use custom item pool"
|
|
}
|
|
},
|
|
"saveonexit": {
|
|
"type": "selectbox",
|
|
"label": {
|
|
"text": "Save Settings on Exit"
|
|
},
|
|
"managerAttrs": {
|
|
"label": {
|
|
"side": "left"
|
|
},
|
|
"selectbox": {
|
|
"side": "right"
|
|
}
|
|
},
|
|
"options": [
|
|
"ask",
|
|
"always",
|
|
"never"
|
|
]
|
|
}
|
|
}
|