mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Feature] Actor Directory subtitles (#1332)
* Show subtitles for various actor types in actor directory * Show adversary and environment type * Update companion subtitles * Fallback adversay and environment label to item type label
This commit is contained in:
parent
b4c2034789
commit
630ba5ab7d
6 changed files with 60 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ CONFIG.ui.combat = applications.ui.DhCombatTracker;
|
|||
CONFIG.ui.chat = applications.ui.DhChatLog;
|
||||
CONFIG.ui.hotbar = applications.ui.DhHotbar;
|
||||
CONFIG.ui.sidebar = applications.sidebar.DhSidebar;
|
||||
CONFIG.ui.actors = applications.sidebar.DhActorDirectory;
|
||||
CONFIG.ui.daggerheartMenu = applications.sidebar.DaggerheartMenu;
|
||||
CONFIG.ui.resources = applications.ui.DhFearTracker;
|
||||
CONFIG.ui.countdowns = applications.ui.DhCountdowns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue