Merged in DR v1.4.1.6
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
"none",
|
||||
"shuffled",
|
||||
"random",
|
||||
"legacy"
|
||||
"shuffled"
|
||||
]
|
||||
},
|
||||
"bossshuffle": {
|
||||
@@ -39,5 +37,19 @@
|
||||
"expert"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bottomEnemizerFrame": {
|
||||
"enemylogic": {
|
||||
"type": "selectbox",
|
||||
"default": "allow_all",
|
||||
"options": [
|
||||
"none",
|
||||
"allow_drops",
|
||||
"allow_all"
|
||||
],
|
||||
"config": {
|
||||
"width": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,12 +158,17 @@
|
||||
}
|
||||
},
|
||||
"dropshuffle": {
|
||||
"type": "checkbox"
|
||||
}
|
||||
"type": "selectbox",
|
||||
"default": "none",
|
||||
"options": [
|
||||
"none",
|
||||
"keys",
|
||||
"underworld"
|
||||
]}
|
||||
},
|
||||
"leftPoolFrame2": {
|
||||
"keydropshuffle": {
|
||||
"type": "button",
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"command": "keydropshuffle"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user