Merge branch 'DoorDevUnstable' into KeyLogicAttempt1

This commit is contained in:
aerinon
2021-07-07 16:24:23 -07:00
13 changed files with 36 additions and 26 deletions

View File

@@ -310,6 +310,10 @@
"action": "store_true",
"type": "bool"
},
"fakeboots": {
"action": "store_true",
"type": "bool"
},
"calc_playthrough": {
"action": "store_false",
"type": "bool"

View File

@@ -262,6 +262,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"],
"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

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

View File

@@ -4,7 +4,8 @@
"shopsanity": { "type": "checkbox" },
"hints": {
"type": "checkbox"
}
},
"fakeboots": { "type": "checkbox" }
},
"leftItemFrame": {
"worldstate": {