mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Include more item types when viewing compendium browser from item tab (#1931)
This commit is contained in:
parent
b9416ead5a
commit
de0ab9d047
1 changed files with 10 additions and 1 deletions
|
|
@ -606,7 +606,16 @@ export class ItemBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
items: {
|
||||
folder: 'equipments',
|
||||
render: {
|
||||
noFolder: true
|
||||
folders: [
|
||||
'equipments',
|
||||
'ancestries',
|
||||
'classes',
|
||||
'subclasses',
|
||||
'domains',
|
||||
'communities',
|
||||
'beastforms'
|
||||
// excluded: features
|
||||
]
|
||||
}
|
||||
},
|
||||
compendium: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue