Merged in DR v0.4.0.8

This commit is contained in:
codemann8
2021-07-07 19:45:14 -05:00
18 changed files with 273 additions and 66 deletions

View File

@@ -354,6 +354,10 @@
"action": "store_true",
"type": "bool"
},
"fakeboots": {
"action": "store_true",
"type": "bool"
},
"calc_playthrough": {
"action": "store_false",
"type": "bool"
@@ -384,7 +388,8 @@
"choices": [
"none",
"shuffled",
"random"
"random",
"legacy"
]
},
"enemy_health": {

View File

@@ -290,6 +290,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

@@ -2,6 +2,7 @@
"gui": {
"adjust.nobgm": "Disable Music & MSU-1",
"adjust.quickswap": "L/R Quickswapping",
"adjust.reduce_flashing": "Reduce Flashing",
"adjust.heartcolor": "Heart Color",
"adjust.heartcolor.red": "Red",
@@ -86,6 +87,7 @@
"randomizer.enemizer.enemyshuffle.none": "None",
"randomizer.enemizer.enemyshuffle.shuffled": "Shuffled",
"randomizer.enemizer.enemyshuffle.random": "Random",
"randomizer.enemizer.enemyshuffle.legacy": "Random (including Thieves)",
"randomizer.enemizer.bossshuffle": "Boss Shuffle",
"randomizer.enemizer.bossshuffle.none": "None",
@@ -204,6 +206,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

@@ -5,7 +5,8 @@
"options": [
"none",
"shuffled",
"random"
"random",
"legacy"
]
},
"bossshuffle": {

View File

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