Merge remote-tracking branch 'remotes/origin/DoorDevUnstable' into DoorDevUnstable
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"player": "Player",
|
||||
"shuffling.world": "Shuffling the World about",
|
||||
"shuffling.dungeons": "Shuffling dungeons",
|
||||
"shuffling.pots": "Shuffling pots",
|
||||
"basic.traversal": "--Basic Traversal",
|
||||
"generating.dungeon": "Generating dungeons",
|
||||
"shuffling.keydoors": "Shuffling Key doors",
|
||||
|
||||
@@ -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",
|
||||
@@ -76,9 +77,6 @@
|
||||
"randomizer.dungeon.mixed_travel.prevent": "Prevent Mixed Dungeon Travel",
|
||||
"randomizer.dungeon.mixed_travel.allow": "Allow Mixed Dungeon Travel",
|
||||
"randomizer.dungeon.mixed_travel.force": "Force Reachable Areas to Same Dungeon",
|
||||
|
||||
"randomizer.enemizer.potshuffle": "Pot Shuffle",
|
||||
|
||||
"randomizer.enemizer.enemyshuffle": "Enemy Shuffle",
|
||||
"randomizer.enemizer.enemyshuffle.none": "None",
|
||||
"randomizer.enemizer.enemyshuffle.shuffled": "Shuffled",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"width": 35
|
||||
}
|
||||
},
|
||||
"potshuffle": { "type": "checkbox" },
|
||||
"experimental": { "type": "checkbox" },
|
||||
"dungeon_counters": {
|
||||
"type": "selectbox",
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"checkboxes": {
|
||||
"potshuffle": { "type": "checkbox" }
|
||||
},
|
||||
"leftEnemizerFrame": {
|
||||
"enemyshuffle": {
|
||||
"type": "selectbox",
|
||||
|
||||
Reference in New Issue
Block a user