Removed futuro-stuff

This commit is contained in:
StructuralMike
2021-03-08 22:07:01 +01:00
parent ccb8ff75df
commit 6f62c41ec3
13 changed files with 57 additions and 118 deletions

View File

@@ -210,10 +210,6 @@
"action": "store_true",
"type": "bool"
},
"futuro": {
"action": "store_true",
"type": "bool"
},
"startinventory": {},
"usestartinventory": {
"type": "bool"

View File

@@ -261,10 +261,6 @@
"Keys are universal, shooting arrows costs rupees,",
"and a few other little things make this more like Zelda-1. (default: %(default)s)"
],
"futuro": [
"You start with 0 bomb capacity, and without magic meter,",
"you have to find your capacity upgrades to use them. (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

@@ -185,7 +185,6 @@
"randomizer.item.retro": "Retro mode (universal keys)",
"randomizer.item.futuro": "Futuro",
"randomizer.item.worldstate": "World State",
"randomizer.item.worldstate.standard": "Standard",

View File

@@ -1,7 +1,6 @@
{
"checkboxes": {
"retro": { "type": "checkbox" },
"futuro": { "type": "checkbox" }
"retro": { "type": "checkbox" }
},
"leftItemFrame": {
"worldstate": {