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

@@ -208,7 +208,7 @@
},
"key_logic_algorithm": {
"choices": [
"default",
"dangerous",
"partial",
"strict"
]

View File

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