Standing Items initial commit
This commit is contained in:
@@ -53,7 +53,10 @@
|
||||
"randomizer.dungeon.compassshuffle": "Compasses",
|
||||
"randomizer.dungeon.smallkeyshuffle": "Small Keys",
|
||||
"randomizer.dungeon.bigkeyshuffle": "Big Keys",
|
||||
"randomizer.dungeon.keydropshuffle": "Key Drops (pots and enemies)",
|
||||
"randomizer.dungeon.keydropshuffle": "Drops and Pots",
|
||||
"randomizer.dungeon.keydropshuffle.none": "None",
|
||||
"randomizer.dungeon.keydropshuffle.keydrops": "Only Key Drops",
|
||||
"randomizer.dungeon.keydropshuffle.potsanity": "All Pots and Key Drops",
|
||||
|
||||
"randomizer.dungeon.dungeondoorshuffle": "Dungeon Door Shuffle",
|
||||
"randomizer.dungeon.dungeondoorshuffle.vanilla": "Vanilla",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"mapshuffle": { "type": "checkbox" },
|
||||
"compassshuffle": { "type": "checkbox" },
|
||||
"smallkeyshuffle": { "type": "checkbox" },
|
||||
"bigkeyshuffle": { "type": "checkbox" },
|
||||
"keydropshuffle": { "type": "checkbox" }
|
||||
"bigkeyshuffle": { "type": "checkbox" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,15 @@
|
||||
"width": 45
|
||||
}
|
||||
},
|
||||
"keydropshuffle": {
|
||||
"type": "selectbox",
|
||||
"default": "none",
|
||||
"options": [
|
||||
"none",
|
||||
"keydrops",
|
||||
"potsanity"
|
||||
]
|
||||
},
|
||||
"potshuffle": { "type": "checkbox" },
|
||||
"experimental": { "type": "checkbox" },
|
||||
"dungeon_counters": {
|
||||
|
||||
Reference in New Issue
Block a user