change: renamed "default" key logic algorithm to "dangerous"
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
},
|
||||
"key_logic_algorithm": {
|
||||
"choices": [
|
||||
"default",
|
||||
"dangerous",
|
||||
"partial",
|
||||
"strict"
|
||||
]
|
||||
|
||||
@@ -261,7 +261,7 @@
|
||||
],
|
||||
"key_logic_algorithm": [
|
||||
"Key Logic Algorithm (default: %(default)s)",
|
||||
"default: Balance between safety and randomization",
|
||||
"dangerous: Key usage must follow logic for safety",
|
||||
"partial: Partial protection when using certain minor glitches",
|
||||
"strict: Ensure small keys are available"
|
||||
],
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
"randomizer.dungeon.trap_door_mode.oneway": "Remove All Annoying Traps",
|
||||
|
||||
"randomizer.dungeon.key_logic_algorithm": "Key Logic Algorithm",
|
||||
"randomizer.dungeon.key_logic_algorithm.default": "Default",
|
||||
"randomizer.dungeon.key_logic_algorithm.dangerous": "Dangerous",
|
||||
"randomizer.dungeon.key_logic_algorithm.partial": "Partial Protection",
|
||||
"randomizer.dungeon.key_logic_algorithm.strict": "Strict",
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"widgets": {
|
||||
"key_logic_algorithm": {
|
||||
"type": "selectbox",
|
||||
"default": "default",
|
||||
"default": "partial",
|
||||
"options": [
|
||||
"default",
|
||||
"partial",
|
||||
"strict"
|
||||
"strict",
|
||||
"dangerous"
|
||||
],
|
||||
"config": {
|
||||
"padx": [20,0],
|
||||
|
||||
Reference in New Issue
Block a user