Merge branch 'DoorDevUnstable' of https://github.com/StructuralMike/ALttPDoorRandomizer into StructuralMike-DoorDevUnstable

This commit is contained in:
aerinon
2021-07-27 16:16:53 -06:00
17 changed files with 102 additions and 48 deletions

View File

@@ -220,6 +220,10 @@
"type": "bool",
"help": "suppress"
},
"bomblogic": {
"action": "store_true",
"type": "bool"
},
"retro": {
"action": "store_true",
"type": "bool"

View File

@@ -264,6 +264,7 @@
"and a few other little things make this more like Zelda-1. (default: %(default)s)"
],
"pseudoboots": [ " Players starts with pseudo boots that allow dashing but no item checks (default: %(default)s"],
"bomblogic": ["Start with 0 bomb capacity. Two capacity upgrades (+10) are added to the pool (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." ],