feat: add selectable check modifiers
This commit is contained in:
parent
d4945cf230
commit
82217dd971
8 changed files with 174 additions and 51 deletions
|
@ -25,6 +25,7 @@ function localizeAndSortConfigObjects() {
|
|||
"creatureSizeCategories",
|
||||
"spellCategories",
|
||||
"traits",
|
||||
"checkModifiers",
|
||||
];
|
||||
|
||||
const localizeObject = <T extends { [s: string]: string }>(obj: T, sort = true): T => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue