Reordering Crossed options to have Grouped as first option

This commit is contained in:
codemann8
2022-10-29 11:30:10 -05:00
parent 5d294f91f0
commit ae1a775248
4 changed files with 5 additions and 3 deletions

View File

@@ -152,8 +152,8 @@
"ow_crossed": { "ow_crossed": {
"choices": [ "choices": [
"none", "none",
"polar",
"grouped", "grouped",
"polar",
"limited", "limited",
"chaos" "chaos"
] ]

View File

@@ -219,6 +219,8 @@
"ow_crossed": [ "ow_crossed": [
"This allows cross-world connections to occur on the overworld.", "This allows cross-world connections to occur on the overworld.",
"None: No transitions are cross-world connections.", "None: No transitions are cross-world connections.",
"Grouped: This ensures a two-plane separation so that you cannot",
" walk around and access the other plane version by walking.",
"Polar: Only used when Mixed is enabled. This retains original", "Polar: Only used when Mixed is enabled. This retains original",
" connections even when overworld tiles are swapped.", " connections even when overworld tiles are swapped.",
"Limited: Exactly nine transitions are randomly chosen as", "Limited: Exactly nine transitions are randomly chosen as",

View File

@@ -135,8 +135,8 @@
"randomizer.overworld.crossed": "Crossed", "randomizer.overworld.crossed": "Crossed",
"randomizer.overworld.crossed.none": "None", "randomizer.overworld.crossed.none": "None",
"randomizer.overworld.crossed.polar": "Polar",
"randomizer.overworld.crossed.grouped": "Grouped", "randomizer.overworld.crossed.grouped": "Grouped",
"randomizer.overworld.crossed.polar": "Polar",
"randomizer.overworld.crossed.limited": "Limited", "randomizer.overworld.crossed.limited": "Limited",
"randomizer.overworld.crossed.chaos": "Chaos", "randomizer.overworld.crossed.chaos": "Chaos",

View File

@@ -20,8 +20,8 @@
"default": "vanilla", "default": "vanilla",
"options": [ "options": [
"none", "none",
"polar",
"grouped", "grouped",
"polar",
"limited", "limited",
"chaos" "chaos"
] ]