Merged in DR v1.4.5

This commit is contained in:
codemann8
2024-08-21 03:57:12 -05:00
parent fe303876b4
commit 89e91a85fd
33 changed files with 665 additions and 337 deletions

View File

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

View File

@@ -35,6 +35,26 @@
"padx": [20,0]
}
},
"skullwoods": {
"type": "selectbox",
"options": [
"original",
"restricted",
"loose",
"followlinked"
],
"config": {
"width": 30
}
},
"linked_drops": {
"type": "selectbox",
"options": [
"unset",
"linked",
"independent"
]
},
"openpyramid": {
"type": "selectbox",
"options": [