50 lines
796 B
JSON
50 lines
796 B
JSON
{
|
|
"keysanity": {
|
|
"mapshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"none",
|
|
"district",
|
|
"wild"
|
|
],
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"compassshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"none",
|
|
"district",
|
|
"wild"
|
|
],
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"smallkeyshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"none",
|
|
"district",
|
|
"wild",
|
|
"universal"
|
|
],
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
},
|
|
"bigkeyshuffle": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"none",
|
|
"district",
|
|
"wild"
|
|
],
|
|
"config": {
|
|
"padx": [20,0]
|
|
}
|
|
}
|
|
}
|
|
}
|