Merged in DR v1.4.1.6
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user