mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
31 lines
No EOL
1.5 KiB
Handlebars
31 lines
No EOL
1.5 KiB
Handlebars
<div class="daggerheart dh-style tooltip">
|
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
<img class="tooltip-image" src="{{item.img}}" />
|
|
<div class="tooltip-description">{{{description}}}</div>
|
|
|
|
<div class="simple-info">{{item.system.examples}}</div>
|
|
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipChips.hbs" chips=item.system.advantageOn label=(localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label")}}
|
|
|
|
<div class="tooltip-information-section spaced">
|
|
{{#with item.system.beastformAttackData}}
|
|
<div class="tooltip-information">
|
|
<label>{{localize "DAGGERHEART.ITEMS.Beastform.mainTrait"}}</label>
|
|
<div>{{this.trait}}</div>
|
|
</div>
|
|
<div class="tooltip-information">
|
|
<label>{{localize "DAGGERHEART.ITEMS.Beastform.traitBonus"}}</label>
|
|
<div>{{this.traitBonus}}</div>
|
|
</div>
|
|
<div class="tooltip-information">
|
|
<label>{{localize "DAGGERHEART.GENERAL.evasion"}}</label>
|
|
<div>{{this.evasionBonus}}</div>
|
|
</div>
|
|
<div class="tooltip-information">
|
|
<label>{{localize "DAGGERHEART.GENERAL.damage"}}</label>
|
|
<div>{{concat this.damageDice ' ' this.damageBonus}} <i class="fa-solid fa-hand-fist"></i></div>
|
|
</div>
|
|
{{/with}}
|
|
</div>
|
|
|
|
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.features label=(localize "DAGGERHEART.GENERAL.features")}}
|
|
</div> |