merge in inroom staircases

This commit is contained in:
aerinon
2021-02-01 10:07:53 -07:00
20 changed files with 368 additions and 64 deletions

View File

@@ -202,7 +202,7 @@
"intensity" : [
"Door Shuffle Intensity Level (default: %(default)s)",
"1: Shuffles normal doors and spiral staircases",
"2: And shuffles open edges and straight staircases",
"2: And shuffles open edges and both types of straight staircases",
"3: And shuffles dungeon lobbies",
"random: Picks one of those at random"
],

View File

@@ -60,7 +60,7 @@
"randomizer.dungeon.dungeonintensity": "Intensity Level",
"randomizer.dungeon.dungeonintensity.1": "1: Normal Supertile and Spiral Stairs",
"randomizer.dungeon.dungeonintensity.2": "2: Open Edges and Straight Stairs",
"randomizer.dungeon.dungeonintensity.2": "2: Open Edges, Straight Stairs and In-Room Stairs",
"randomizer.dungeon.dungeonintensity.3": "3: Dungeon Lobbies",
"randomizer.dungeon.dungeonintensity.random": "Random",

View File

@@ -19,7 +19,7 @@
"random"
],
"config": {
"width": 35
"width": 45
}
},
"potshuffle": { "type": "checkbox" },