Implemented Balanced Flute Shuffle
Doesn't consider OW Layout Shuffle
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
"ow_fluteshuffle": {
|
||||
"choices": [
|
||||
"vanilla",
|
||||
"balanced",
|
||||
"random"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -217,7 +217,8 @@
|
||||
"ow_fluteshuffle": [
|
||||
"This randomizes the flute spot destinations.",
|
||||
"Vanilla: All flute spots remain unchanged.",
|
||||
"Random: New flute spots will be generated."
|
||||
"Balanced: New flute spots will be generated but prevents flute spots from being on any adjacent screen.",
|
||||
"Random: New flute spots will be generated with minimal bias."
|
||||
],
|
||||
"door_shuffle": [
|
||||
"Select Door Shuffling Algorithm. (default: %(default)s)",
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
|
||||
"randomizer.overworld.overworldflute": "Flute Shuffle",
|
||||
"randomizer.overworld.overworldflute.vanilla": "Vanilla",
|
||||
"randomizer.overworld.overworldflute.balanced": "Balanced",
|
||||
"randomizer.overworld.overworldflute.random": "Random",
|
||||
|
||||
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"default": "vanilla",
|
||||
"options": [
|
||||
"vanilla",
|
||||
"balanced",
|
||||
"random"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user