Merge remote-tracking branch 'origin/OverworldShuffle' into OverworldShuffle

This commit is contained in:
2021-07-17 12:31:35 -07:00
22 changed files with 689 additions and 566 deletions

View File

@@ -375,7 +375,7 @@
"action": "store_true",
"type": "bool"
},
"fakeboots": {
"pseudoboots": {
"action": "store_true",
"type": "bool"
},

View File

@@ -302,7 +302,7 @@
"Keys are universal, shooting arrows costs rupees,",
"and a few other little things make this more like Zelda-1. (default: %(default)s)"
],
"fakeboots": [ " Players starts with fake boots that allow dashing but no item checks (default: %(default)s"],
"pseudoboots": [ " Players starts with pseudo boots that allow dashing but no item checks (default: %(default)s"],
"startinventory": [ "Specifies a list of items that will be in your starting inventory (separated by commas). (default: %(default)s)" ],
"usestartinventory": [ "Toggle usage of Starting Inventory." ],
"custom": [ "Not supported." ],

View File

@@ -206,7 +206,7 @@
"randomizer.item.hints": "Include Helpful Hints",
"randomizer.item.retro": "Retro mode (universal keys)",
"randomizer.item.fakeboots": "Start with Fake Boots",
"randomizer.item.pseudoboots": "Start with Pseudo Boots",
"randomizer.item.worldstate": "World State",
"randomizer.item.worldstate.standard": "Standard",

View File

@@ -5,7 +5,7 @@
"hints": {
"type": "checkbox"
},
"fakeboots": { "type": "checkbox" }
"pseudoboots": { "type": "checkbox" }
},
"leftItemFrame": {
"worldstate": {

View File

@@ -1,7 +1,6 @@
aenum
fast-enum
python-bps-continued
sortedcontainers
colorama
aioconsole
websockets