Implemented Balanced Flute Shuffle

Doesn't consider OW Layout Shuffle
This commit is contained in:
codemann8
2021-06-29 18:03:47 -05:00
parent 2394e07e4b
commit 301e88a6e9
6 changed files with 69 additions and 44 deletions

View File

@@ -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",

View File

@@ -23,6 +23,7 @@
"default": "vanilla",
"options": [
"vanilla",
"balanced",
"random"
]
}