Added new OW Crossed option None (Allowed) to support legacy functionality of when invalid values are used

This commit is contained in:
codemann8
2021-12-19 19:55:44 -06:00
parent 07a956a3a4
commit f2600db3f3
5 changed files with 6 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ OW Transitions are shuffled within each world separately.
This allows OW connections to be shuffled cross-world. This allows OW connections to be shuffled cross-world.
'None (Allowed)' allows entrance connectors and whirlpools to result in cross-world behavior, but edge transitions will not. This isn't a recommended option.
Polar and Grouped both are guaranteed to result in two separated planes of tiles. To navigate to the other plane, you have the following methods: 1) Normal portals 2) Mirroring on DW tiles 3) Fluting to a LW tile that was previously unreachable Polar and Grouped both are guaranteed to result in two separated planes of tiles. To navigate to the other plane, you have the following methods: 1) Normal portals 2) Mirroring on DW tiles 3) Fluting to a LW tile that was previously unreachable
Limited and Chaos are not bound to follow a two-plane framework. This means that it could be possible to travel on foot to every tile without entering a normal portal. Limited and Chaos are not bound to follow a two-plane framework. This means that it could be possible to travel on foot to every tile without entering a normal portal.

View File

@@ -119,6 +119,7 @@
"ow_crossed": { "ow_crossed": {
"choices": [ "choices": [
"none", "none",
"allowed",
"polar", "polar",
"grouped", "grouped",
"limited", "limited",

View File

@@ -208,6 +208,7 @@
"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.",
"Allowed: Only entrances/whirlpools can end up cross-world.",
"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

@@ -119,6 +119,7 @@
"randomizer.overworld.crossed": "Crossed", "randomizer.overworld.crossed": "Crossed",
"randomizer.overworld.crossed.none": "None", "randomizer.overworld.crossed.none": "None",
"randomizer.overworld.crossed.allowed": "None (Allowed)",
"randomizer.overworld.crossed.polar": "Polar", "randomizer.overworld.crossed.polar": "Polar",
"randomizer.overworld.crossed.grouped": "Grouped", "randomizer.overworld.crossed.grouped": "Grouped",
"randomizer.overworld.crossed.limited": "Limited", "randomizer.overworld.crossed.limited": "Limited",

View File

@@ -14,6 +14,7 @@
"default": "vanilla", "default": "vanilla",
"options": [ "options": [
"none", "none",
"allowed",
"polar", "polar",
"grouped", "grouped",
"limited", "limited",