change: renamed "default" key logic algorithm to "dangerous"

This commit is contained in:
aerinon
2024-06-07 15:48:43 -06:00
parent 9898b5bcb6
commit 336a9379b6
12 changed files with 435 additions and 548 deletions

View File

@@ -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",

View File

@@ -2,11 +2,11 @@
"widgets": {
"key_logic_algorithm": {
"type": "selectbox",
"default": "default",
"default": "partial",
"options": [
"default",
"partial",
"strict"
"strict",
"dangerous"
],
"config": {
"padx": [20,0],