Merged DR 0.4.0.6
This commit is contained in:
@@ -189,6 +189,11 @@
|
||||
"random"
|
||||
]
|
||||
},
|
||||
"beemizer": {
|
||||
"choices": [
|
||||
"4", "3", "2", "1", "0"
|
||||
]
|
||||
},
|
||||
"openpyramid": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
"randomizer.entrance.entranceshuffle.dungeonssimple": "Dungeons + Simple",
|
||||
|
||||
|
||||
"randomizer.gameoptions.hints": "Include Helpful Hints",
|
||||
|
||||
"randomizer.gameoptions.nobgm": "Disable Music & MSU-1",
|
||||
"randomizer.gameoptions.quickswap": "L/R Quickswapping",
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
"randomizer.generation.rom.dialog.romfiles": "Rom Files",
|
||||
"randomizer.generation.rom.dialog.allfiles": "All Files",
|
||||
|
||||
|
||||
"randomizer.item.hints": "Include Helpful Hints",
|
||||
"randomizer.item.retro": "Retro mode (universal keys)",
|
||||
|
||||
"randomizer.item.worldstate": "World State",
|
||||
@@ -241,6 +241,13 @@
|
||||
"randomizer.item.weapons.swordless": "Swordless",
|
||||
"randomizer.item.weapons.vanilla": "Vanilla",
|
||||
|
||||
"randomizer.item.beemizer": "Beemizer",
|
||||
"randomizer.item.beemizer.0": "No Bee Traps",
|
||||
"randomizer.item.beemizer.1": "25% Bee Traps",
|
||||
"randomizer.item.beemizer.2": "40% Traps, 20% Refills",
|
||||
"randomizer.item.beemizer.3": "50% Traps, 50% Refills",
|
||||
"randomizer.item.beemizer.4": "100% Bee Traps",
|
||||
|
||||
"randomizer.item.itempool": "Item Pool",
|
||||
"randomizer.item.itempool.normal": "Normal",
|
||||
"randomizer.item.itempool.hard": "Hard",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"checkboxes": {
|
||||
"hints": {
|
||||
"type": "checkbox",
|
||||
"default": "true"
|
||||
},
|
||||
"nobgm": { "type": "checkbox" },
|
||||
"quickswap": { "type": "checkbox" }
|
||||
},
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"checkboxes": {
|
||||
"retro": { "type": "checkbox" },
|
||||
"shopsanity": { "type": "checkbox" }
|
||||
"shopsanity": { "type": "checkbox" },
|
||||
"hints": {
|
||||
"type": "checkbox"
|
||||
}
|
||||
},
|
||||
"leftItemFrame": {
|
||||
"worldstate": {
|
||||
@@ -55,6 +58,12 @@
|
||||
"swordless",
|
||||
"vanilla"
|
||||
]
|
||||
},
|
||||
"beemizer": {
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
"0", "1", "2", "3", "4"
|
||||
]
|
||||
}
|
||||
},
|
||||
"rightItemFrame": {
|
||||
|
||||
Reference in New Issue
Block a user