Do some logic tweaks for the item filter functionality
This commit is contained in:
parent
aab71df1fc
commit
5fe854a0f3
2 changed files with 20 additions and 7 deletions
|
|
@ -53,6 +53,19 @@ export const localizerConfig = {
|
|||
maxDepth: 10,
|
||||
};
|
||||
|
||||
export const itemFilters = [
|
||||
`untyped`,
|
||||
`aspect`,
|
||||
`weapon`,
|
||||
`armour`,
|
||||
`equipment`,
|
||||
`foil`,
|
||||
`pet`,
|
||||
`transportation`,
|
||||
`structure`,
|
||||
`service`,
|
||||
];
|
||||
|
||||
export default {
|
||||
stats,
|
||||
statDice,
|
||||
|
|
@ -69,5 +82,6 @@ export default {
|
|||
itemTiers,
|
||||
syncMilestones,
|
||||
syncDice,
|
||||
localizerConfig
|
||||
localizerConfig,
|
||||
itemFilters,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue