[fix] 679 - add beastform advantage and features to tooltip (#700)

This commit is contained in:
Christopher Brown 2025-08-07 10:50:53 -04:00 committed by GitHub
parent cd30aeaa7d
commit 2c8614fbd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,7 @@
<h2 class="tooltip-title">{{item.name}}</h2>
<img class="tooltip-image" src="{{item.img}}" />
<div class="tooltip-description">{{{description}}}</div>
{{> "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")}}
</div>