Minor formatting
This commit is contained in:
@@ -59,22 +59,22 @@
|
|||||||
"expert"
|
"expert"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"shopsanity" : {
|
"shopsanity": {
|
||||||
"action": "store_true",
|
"action": "store_true",
|
||||||
"type": "bool"
|
"type": "bool"
|
||||||
},
|
},
|
||||||
"keydropshuffle" : {
|
"keydropshuffle": {
|
||||||
"action": "store_true",
|
"action": "store_true",
|
||||||
"type": "bool"
|
"type": "bool"
|
||||||
},
|
},
|
||||||
"mixed_travel" : {
|
"mixed_travel": {
|
||||||
"choices": [
|
"choices": [
|
||||||
"prevent",
|
"prevent",
|
||||||
"allow",
|
"allow",
|
||||||
"force"
|
"force"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"standardize_palettes" : {
|
"standardize_palettes": {
|
||||||
"choices": [
|
"choices": [
|
||||||
"standardize",
|
"standardize",
|
||||||
"original"
|
"original"
|
||||||
@@ -140,8 +140,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"intensity": {
|
"intensity": {
|
||||||
"choices":[
|
"choices": [
|
||||||
"3", "2", "1", "random"
|
"3",
|
||||||
|
"2",
|
||||||
|
"1",
|
||||||
|
"random"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"experimental": {
|
"experimental": {
|
||||||
@@ -158,12 +161,28 @@
|
|||||||
},
|
},
|
||||||
"crystals_ganon": {
|
"crystals_ganon": {
|
||||||
"choices": [
|
"choices": [
|
||||||
"7", "6", "5", "4", "3", "2", "1", "0", "random"
|
"7",
|
||||||
|
"6",
|
||||||
|
"5",
|
||||||
|
"4",
|
||||||
|
"3",
|
||||||
|
"2",
|
||||||
|
"1",
|
||||||
|
"0",
|
||||||
|
"random"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"crystals_gt": {
|
"crystals_gt": {
|
||||||
"choices": [
|
"choices": [
|
||||||
"7", "6", "5", "4", "3", "2", "1", "0", "random"
|
"7",
|
||||||
|
"6",
|
||||||
|
"5",
|
||||||
|
"4",
|
||||||
|
"3",
|
||||||
|
"2",
|
||||||
|
"1",
|
||||||
|
"0",
|
||||||
|
"random"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"openpyramid": {
|
"openpyramid": {
|
||||||
|
|||||||
Reference in New Issue
Block a user