Merged in DR v1.4.1.6

This commit is contained in:
codemann8
2024-02-10 18:48:05 -06:00
76 changed files with 12756 additions and 1695 deletions

View File

@@ -96,8 +96,11 @@
"type": "bool"
},
"dropshuffle" : {
"action": "store_true",
"type": "bool"
"choices" : [
"none",
"keys",
"underworld"
]
},
"pottery" : {
"choices" : [
@@ -535,9 +538,6 @@
"bps": {
"action": "store_true"
},
"enemizercli": {
"setting": "enemizercli"
},
"shufflebosses": {
"choices": [
"none",
@@ -550,9 +550,7 @@
"shuffleenemies": {
"choices": [
"none",
"shuffled",
"random",
"legacy"
"shuffled"
]
},
"enemy_health": {
@@ -571,6 +569,13 @@
"random"
]
},
"any_enemy_logic": {
"choices": [
"none",
"allow_drops",
"allow_all"
]
},
"remote_items": {
"action": "store_true",
"type": "bool"