add ranged preset

This commit is contained in:
Ean Milligan
2024-09-17 17:55:49 -04:00
parent 2b6b86c8cc
commit 0eb0db0514
3 changed files with 3 additions and 2 deletions

View File

@@ -811,6 +811,7 @@ const ActionShortNames = Actions.map((action) => action.shorthand);
const Presets: Map<string, Array<number>> = new Map([
['dps', [9, 10, 52, 14, 48]],
['pl', [50, 13, 44, 39]],
['ranged', [9, 10, 8, 14, 49]]
]);
export default {