Options added for door_type_mode and new partitioned mode
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
"randomizer.dungeon.dungeondoorshuffle": "Dungeon Door Shuffle",
|
||||
"randomizer.dungeon.dungeondoorshuffle.vanilla": "Vanilla",
|
||||
"randomizer.dungeon.dungeondoorshuffle.basic": "Basic",
|
||||
"randomizer.dungeon.dungeondoorshuffle.partitioned": "Partitioned",
|
||||
"randomizer.dungeon.dungeondoorshuffle.crossed": "Crossed",
|
||||
|
||||
"randomizer.dungeon.dungeonintensity": "Intensity Level",
|
||||
@@ -81,6 +82,12 @@
|
||||
"randomizer.dungeon.dungeonintensity.3": "3: Dungeon Lobbies",
|
||||
"randomizer.dungeon.dungeonintensity.random": "Random",
|
||||
|
||||
"randomizer.dungeon.door_type_mode": "Door Types to Shuffle",
|
||||
"randomizer.dungeon.door_type_mode.original": "Small Key Doors, Bomb Doors, Dash Doors",
|
||||
"randomizer.dungeon.door_type_mode.big": "Adds Big Key Doors",
|
||||
"randomizer.dungeon.door_type_mode.all": "Adds Trap Doors",
|
||||
"randomizer.dungeon.door_type_mode.chaos": "Increases all door types",
|
||||
|
||||
"randomizer.dungeon.experimental": "Enable Experimental Features",
|
||||
|
||||
"randomizer.dungeon.dungeon_counters": "Dungeon Chest Counters",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"options": [
|
||||
"vanilla",
|
||||
"basic",
|
||||
"partitioned",
|
||||
"crossed"
|
||||
]
|
||||
},
|
||||
@@ -22,6 +23,19 @@
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"door_type_mode": {
|
||||
"type": "selectbox",
|
||||
"default": "basic",
|
||||
"options": [
|
||||
"original",
|
||||
"big",
|
||||
"all",
|
||||
"chaos"
|
||||
],
|
||||
"config": {
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"decoupledoors": { "type": "checkbox" },
|
||||
"keydropshuffle": { "type": "checkbox" },
|
||||
"pottery": {
|
||||
|
||||
Reference in New Issue
Block a user