Add key drop shuffle to playerSettings.yaml

This commit is contained in:
CaitSith2
2020-11-15 16:08:48 -08:00
parent f56efbc9e3
commit aba635007f
3 changed files with 27 additions and 1 deletions

View File

@@ -1381,6 +1381,26 @@
"defaultValue": 0
}
}
},
"key_drop_shuffle": {
"keyString": "key_drop_shuffle",
"friendlyName": "Key Drop Shuffle",
"description": "Allows the small/big keys dropped by enemies/pots to be shuffled into the item pool. This extends the number of checks from 216 to 249",
"inputType": "range",
"subOptions": {
"on": {
"keyString": "key_drop_shuffle.on",
"friendlyName": "Enabled",
"description": "Enables key drop shuffle",
"defaultValue": 0
},
"off": {
"keyString": "key_drop_shuffle.off",
"friendlyName": "Disabled",
"description": "Disables key drop shuffle",
"defaultValue": 50
}
}
}
},
"romOptions": {