Renaming keyword for Nearby dungeon item shuffle from 'district' to 'nearby'

This commit is contained in:
codemann8
2025-01-11 17:05:53 -06:00
parent c59bc7590e
commit 2a0c171d29
4 changed files with 15 additions and 14 deletions

View File

@@ -371,20 +371,21 @@
"mapshuffle": { "mapshuffle": {
"choices": [ "choices": [
"none", "none",
"district", "nearby",
"wild" "wild"
] ]
}, },
"compassshuffle": { "compassshuffle": {
"choices": [ "choices": [
"none", "none",
"district", "nearby",
"wild" "wild"
] ]
}, },
"keyshuffle": { "keyshuffle": {
"choices": [ "choices": [
"none", "none",
"nearby",
"wild", "wild",
"universal" "universal"
] ]
@@ -392,7 +393,7 @@
"bigkeyshuffle": { "bigkeyshuffle": {
"choices": [ "choices": [
"none", "none",
"district", "nearby",
"wild" "wild"
] ]
}, },
@@ -400,7 +401,7 @@
"choices": [ "choices": [
"none", "none",
"dungeon", "dungeon",
"district", "nearby",
"wild" "wild"
] ]
}, },

View File

@@ -54,25 +54,25 @@
"randomizer.dungeon.keysanity": "Shuffle: ", "randomizer.dungeon.keysanity": "Shuffle: ",
"randomizer.dungeon.mapshuffle": "Maps", "randomizer.dungeon.mapshuffle": "Maps",
"randomizer.dungeon.mapshuffle.none": "In Dungeon", "randomizer.dungeon.mapshuffle.none": "In Dungeon",
"randomizer.dungeon.mapshuffle.district": "Nearby", "randomizer.dungeon.mapshuffle.nearby": "Nearby",
"randomizer.dungeon.mapshuffle.wild": "Randomized", "randomizer.dungeon.mapshuffle.wild": "Randomized",
"randomizer.dungeon.compassshuffle": "Compasses", "randomizer.dungeon.compassshuffle": "Compasses",
"randomizer.dungeon.compassshuffle.none": "In Dungeon", "randomizer.dungeon.compassshuffle.none": "In Dungeon",
"randomizer.dungeon.compassshuffle.district": "Nearby", "randomizer.dungeon.compassshuffle.nearby": "Nearby",
"randomizer.dungeon.compassshuffle.wild": "Randomized", "randomizer.dungeon.compassshuffle.wild": "Randomized",
"randomizer.dungeon.smallkeyshuffle": "Small Keys", "randomizer.dungeon.smallkeyshuffle": "Small Keys",
"randomizer.dungeon.smallkeyshuffle.none": "In Dungeon", "randomizer.dungeon.smallkeyshuffle.none": "In Dungeon",
"randomizer.dungeon.smallkeyshuffle.district": "Nearby", "randomizer.dungeon.smallkeyshuffle.nearby": "Nearby",
"randomizer.dungeon.smallkeyshuffle.wild": "Randomized", "randomizer.dungeon.smallkeyshuffle.wild": "Randomized",
"randomizer.dungeon.smallkeyshuffle.universal": "Universal", "randomizer.dungeon.smallkeyshuffle.universal": "Universal",
"randomizer.dungeon.bigkeyshuffle": "Big Keys", "randomizer.dungeon.bigkeyshuffle": "Big Keys",
"randomizer.dungeon.bigkeyshuffle.none": "In Dungeon", "randomizer.dungeon.bigkeyshuffle.none": "In Dungeon",
"randomizer.dungeon.bigkeyshuffle.district": "Nearby", "randomizer.dungeon.bigkeyshuffle.nearby": "Nearby",
"randomizer.dungeon.bigkeyshuffle.wild": "Randomized", "randomizer.dungeon.bigkeyshuffle.wild": "Randomized",
"randomizer.dungeon.prizeshuffle": "Prizes", "randomizer.dungeon.prizeshuffle": "Prizes",
"randomizer.dungeon.prizeshuffle.none": "On Boss", "randomizer.dungeon.prizeshuffle.none": "On Boss",
"randomizer.dungeon.prizeshuffle.dungeon": "In Dungeon", "randomizer.dungeon.prizeshuffle.dungeon": "In Dungeon",
"randomizer.dungeon.prizeshuffle.district": "Nearby", "randomizer.dungeon.prizeshuffle.nearby": "Nearby",
"randomizer.dungeon.prizeshuffle.wild": "Randomized", "randomizer.dungeon.prizeshuffle.wild": "Randomized",
"randomizer.dungeon.decoupledoors": "Decouple Doors", "randomizer.dungeon.decoupledoors": "Decouple Doors",
"randomizer.dungeon.door_self_loops": "Allow Self-Looping Spiral Stairs", "randomizer.dungeon.door_self_loops": "Allow Self-Looping Spiral Stairs",

View File

@@ -4,7 +4,7 @@
"type": "selectbox", "type": "selectbox",
"options": [ "options": [
"none", "none",
"district", "nearby",
"wild" "wild"
], ],
"config": { "config": {
@@ -15,7 +15,7 @@
"type": "selectbox", "type": "selectbox",
"options": [ "options": [
"none", "none",
"district", "nearby",
"wild" "wild"
], ],
"config": { "config": {
@@ -26,7 +26,7 @@
"type": "selectbox", "type": "selectbox",
"options": [ "options": [
"none", "none",
"district", "nearby",
"wild", "wild",
"universal" "universal"
], ],
@@ -38,7 +38,7 @@
"type": "selectbox", "type": "selectbox",
"options": [ "options": [
"none", "none",
"district", "nearby",
"wild" "wild"
], ],
"config": { "config": {

View File

@@ -6,7 +6,7 @@
"options": [ "options": [
"none", "none",
"dungeon", "dungeon",
"district", "nearby",
"wild" "wild"
], ],
"config": { "config": {