Adding new option for Bonk Drop Shuffle

This commit is contained in:
codemann8
2022-07-24 12:42:08 -05:00
parent 360a61a65c
commit a5729b51a2
10 changed files with 28 additions and 4 deletions

View File

@@ -145,6 +145,8 @@
"randomizer.overworld.whirlpool": "Whirlpool Shuffle",
"randomizer.overworld.bonk_drops": "Bonk Drops",
"randomizer.overworld.overworldflute": "Flute Shuffle",
"randomizer.overworld.overworldflute.vanilla": "Vanilla",
"randomizer.overworld.overworldflute.balanced": "Balanced",

View File

@@ -1,4 +1,10 @@
{
"topOverworldFrame": {
"bonk_drops": {
"type": "checkbox",
"default": false
}
},
"leftOverworldFrame": {
"overworldshuffle": {
"type": "selectbox",