Merge branch 'OverworldShuffle' of github.com:codemann8/ALttPDoorRandomizer into OverworldShuffle
This commit is contained in:
@@ -123,9 +123,13 @@
|
||||
"randomizer.overworld.crossed.grouped": "Grouped",
|
||||
"randomizer.overworld.crossed.limited": "Limited",
|
||||
"randomizer.overworld.crossed.chaos": "Chaos",
|
||||
|
||||
"randomizer.overworld.keepsimilar": "Keep Similar Edges Together",
|
||||
|
||||
"randomizer.overworld.mixed": "Tile Swap (Mixed)",
|
||||
|
||||
"randomizer.overworld.whirlpool": "Whirlpool Shuffle",
|
||||
|
||||
"randomizer.overworld.overworldflute": "Flute Shuffle",
|
||||
"randomizer.overworld.overworldflute.vanilla": "Vanilla",
|
||||
"randomizer.overworld.overworldflute.balanced": "Balanced",
|
||||
@@ -140,6 +144,8 @@
|
||||
"randomizer.entrance.entranceshuffle.simple": "Simple",
|
||||
"randomizer.entrance.entranceshuffle.restricted": "Restricted",
|
||||
"randomizer.entrance.entranceshuffle.full": "Full",
|
||||
"randomizer.entrance.entranceshuffle.lite": "Lite",
|
||||
"randomizer.entrance.entranceshuffle.lean": "Lean",
|
||||
"randomizer.entrance.entranceshuffle.crossed": "Crossed",
|
||||
"randomizer.entrance.entranceshuffle.insanity": "Insanity",
|
||||
"randomizer.entrance.entranceshuffle.restricted_legacy": "Restricted (Legacy)",
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
"simple",
|
||||
"restricted",
|
||||
"full",
|
||||
"lite",
|
||||
"lean",
|
||||
"crossed",
|
||||
"insanity",
|
||||
"dungeonsfull",
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
"type": "checkbox",
|
||||
"default": true
|
||||
},
|
||||
"whirlpool": {
|
||||
"type": "checkbox",
|
||||
"default": false
|
||||
},
|
||||
"overworldflute": {
|
||||
"type": "selectbox",
|
||||
"default": "vanilla",
|
||||
|
||||
Reference in New Issue
Block a user