mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Show subtitles for various actor types in actor directory
This commit is contained in:
parent
d137e33c3d
commit
b3fcf926be
6 changed files with 53 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
export { default as DaggerheartMenu } from './tabs/daggerheartMenu.mjs';
|
||||
export { default as DhActorDirectory } from './tabs/actorDirectory.mjs';
|
||||
export { default as DhSidebar } from './sidebar.mjs';
|
||||
|
|
|
|||
11
module/applications/sidebar/tabs/actorDirectory.mjs
Normal file
11
module/applications/sidebar/tabs/actorDirectory.mjs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export default class DhActorDirectory extends foundry.applications.sidebar.tabs.ActorDirectory {
|
||||
static DEFAULT_OPTIONS = {
|
||||
renderUpdateKeys: [
|
||||
"system.levelData.level.current",
|
||||
"system.partner",
|
||||
"system.tier"
|
||||
]
|
||||
}
|
||||
|
||||
static _entryPartial = "systems/daggerheart/templates/ui/sidebar/actor-document-partial.hbs";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue