Merge remote-tracking branch 'origin' into OverworldShuffle
This commit is contained in:
@@ -375,6 +375,10 @@
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"fakeboots": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
"calc_playthrough": {
|
||||
"action": "store_false",
|
||||
"type": "bool"
|
||||
@@ -405,7 +409,8 @@
|
||||
"choices": [
|
||||
"none",
|
||||
"shuffled",
|
||||
"random"
|
||||
"random",
|
||||
"legacy"
|
||||
]
|
||||
},
|
||||
"enemy_health": {
|
||||
|
||||
@@ -302,6 +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"],
|
||||
"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." ],
|
||||
|
||||
Reference in New Issue
Block a user