Merged in DR v1.0.0.2
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
"openpyramid": { "type": "checkbox" },
|
||||
"shuffleganon": { "type": "checkbox" },
|
||||
"shufflelinks": { "type": "checkbox" },
|
||||
"overworld_map": {
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
"default",
|
||||
"compass",
|
||||
"map"
|
||||
],
|
||||
"config": {
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"entranceshuffle": {
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
|
||||
@@ -117,13 +117,21 @@
|
||||
"type": "selectbox",
|
||||
"default": "balanced",
|
||||
"options": [
|
||||
"freshness",
|
||||
"flood",
|
||||
"vt21",
|
||||
"vt22",
|
||||
"vt25",
|
||||
"vt26",
|
||||
"balanced"
|
||||
"balanced",
|
||||
"equitable",
|
||||
"vanilla_fill",
|
||||
"major_only",
|
||||
"dungeon_only",
|
||||
"district"
|
||||
]
|
||||
},
|
||||
"restrict_boss_items": {
|
||||
"type": "selectbox",
|
||||
"default": "none",
|
||||
"options": [
|
||||
"none",
|
||||
"mapcompass",
|
||||
"dungeon"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user