From 94ce1092dc4c06f0a22c61b2fa16d75f0da76da6 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Thu, 7 Aug 2025 16:25:47 +0200 Subject: [PATCH] [fix] 679 - add beastform advantage and features to tooltip --- templates/ui/tooltip/beastform.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/ui/tooltip/beastform.hbs b/templates/ui/tooltip/beastform.hbs index fb07d895..3afc0c84 100644 --- a/templates/ui/tooltip/beastform.hbs +++ b/templates/ui/tooltip/beastform.hbs @@ -2,4 +2,7 @@

{{item.name}}

{{{description}}}
+ + {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipChips.hbs" chips=item.system.advantageOn label=(localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label")}} + {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.features label=(localize "DAGGERHEART.GENERAL.features")}} \ No newline at end of file