Merging of pot shuffle

This commit is contained in:
aerinon
2020-11-24 12:57:11 -07:00
11 changed files with 443 additions and 16 deletions

View File

@@ -64,6 +64,7 @@
"randomizer.dungeon.dungeonintensity.3": "3: Dungeon Lobbies",
"randomizer.dungeon.dungeonintensity.random": "Random",
"randomizer.dungeon.potshuffle": "Pot Shuffle",
"randomizer.dungeon.experimental": "Enable Experimental Features",
"randomizer.dungeon.dungeon_counters": "Dungeon Chest Counters",
@@ -81,8 +82,6 @@
"randomizer.dungeon.standardize_palettes.standardize": "Standardize Palettes",
"randomizer.dungeon.standardize_palettes.original": "Keep Original Palettes",
"randomizer.enemizer.potshuffle": "Pot Shuffle",
"randomizer.enemizer.enemyshuffle": "Enemy Shuffle",
"randomizer.enemizer.enemyshuffle.none": "None",
"randomizer.enemizer.enemyshuffle.shuffled": "Shuffled",

View File

@@ -22,6 +22,7 @@
"width": 35
}
},
"potshuffle": { "type": "checkbox" },
"experimental": { "type": "checkbox" },
"dungeon_counters": {
"type": "selectbox",

View File

@@ -1,7 +1,4 @@
{
"checkboxes": {
"potshuffle": { "type": "checkbox" }
},
"leftEnemizerFrame": {
"enemyshuffle": {
"type": "selectbox",