Minor formatting

This commit is contained in:
codemann8
2021-04-26 14:14:42 -05:00
parent f95d3cae0c
commit 48bf44001d
2 changed files with 29 additions and 10 deletions

View File

@@ -59,22 +59,22 @@
"expert"
]
},
"shopsanity" : {
"shopsanity": {
"action": "store_true",
"type": "bool"
},
"keydropshuffle" : {
"keydropshuffle": {
"action": "store_true",
"type": "bool"
},
"mixed_travel" : {
"mixed_travel": {
"choices": [
"prevent",
"allow",
"force"
]
},
"standardize_palettes" : {
"standardize_palettes": {
"choices": [
"standardize",
"original"
@@ -140,8 +140,11 @@
]
},
"intensity": {
"choices":[
"3", "2", "1", "random"
"choices": [
"3",
"2",
"1",
"random"
]
},
"experimental": {
@@ -158,12 +161,28 @@
},
"crystals_ganon": {
"choices": [
"7", "6", "5", "4", "3", "2", "1", "0", "random"
"7",
"6",
"5",
"4",
"3",
"2",
"1",
"0",
"random"
]
},
"crystals_gt": {
"choices": [
"7", "6", "5", "4", "3", "2", "1", "0", "random"
"7",
"6",
"5",
"4",
"3",
"2",
"1",
"0",
"random"
]
},
"openpyramid": {
@@ -376,4 +395,4 @@
},
"outputname": {},
"code": {}
}
}