mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-12 17:58:16 -07:00
Add key drop shuffle to playerSettings.yaml
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user