Moving Display Collection Rate option away from post-gen options
This commit is contained in:
@@ -375,6 +375,7 @@
|
||||
"Random: Take any caves can replace a random set of un-interesting caves. See documentation for full list",
|
||||
"Fixed: Take any caves will replace certain location. See documentation for full list"
|
||||
],
|
||||
"collection_rate": [ "Display collection rate (default: %(default)s)" ],
|
||||
"pseudoboots": [ " Start with pseudo boots that allow dashing but no item checks (default: %(default)s)"],
|
||||
"bombbag": ["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)" ],
|
||||
@@ -425,7 +426,6 @@
|
||||
"reduce_flashing": [ "Reduce some in-game flashing (default: %(default)s)" ],
|
||||
"shuffle_sfx": [ "Shuffle sounds effects (default: %(default)s)" ],
|
||||
"msu_resume": [ "Enable MSU Resume (default: %(default)s)" ],
|
||||
"collection_rate": [ "Display collection rate (default: %(default)s)" ],
|
||||
"create_rom": [ "Create an output rom file. (default: %(default)s)" ],
|
||||
"gui": [ "Launch the GUI. (default: %(default)s)" ],
|
||||
"jsonout": [
|
||||
|
||||
@@ -191,7 +191,6 @@
|
||||
"randomizer.gameoptions.reduce_flashing": "Reduce Flashing",
|
||||
"randomizer.gameoptions.shuffle_sfx": "Shuffle Sound Effects",
|
||||
"randomizer.gameoptions.msu_resume": "MSU Resume",
|
||||
"randomizer.gameoptions.collection_rate": "Display Collection Rate",
|
||||
|
||||
"randomizer.gameoptions.heartcolor": "Heart Color",
|
||||
"randomizer.gameoptions.heartcolor.red": "Red",
|
||||
@@ -249,6 +248,7 @@
|
||||
"randomizer.item.race": "Generate \"Race\" ROM",
|
||||
"randomizer.item.retro": "Retro mode",
|
||||
"randomizer.item.pseudoboots": "Pseudoboots",
|
||||
"randomizer.item.collection_rate": "Display Collection Rate",
|
||||
|
||||
"randomizer.item.worldstate": "World State",
|
||||
"randomizer.item.worldstate.standard": "Standard",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"checkboxes": {
|
||||
"nobgm": { "type": "checkbox" },
|
||||
"msu_resume": { "type": "checkbox" },
|
||||
"collection_rate": {"type": "checkbox"},
|
||||
"quickswap": { "type": "checkbox" },
|
||||
"reduce_flashing": { "type": "checkbox" },
|
||||
"shuffle_sfx": { "type": "checkbox" }
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"checkboxes": {
|
||||
"hints": { "type": "checkbox" },
|
||||
"pseudoboots": { "type": "checkbox" },
|
||||
"collection_rate": {"type": "checkbox"},
|
||||
"race": { "type": "checkbox" }
|
||||
},
|
||||
"leftItemFrame": {
|
||||
|
||||
Reference in New Issue
Block a user