foundry-dsa41-game/src/templates/ui/partial-mini-rollable-weapo...

7 lines
485 B
Handlebars

<div class="mini-weaponskill" data-action="rollCombatSkill" data-id="{{this._id}}"
data-tooltip="{{this.name}}<br/>{{#if this.system.at}}AT: {{this.system.at}} {{/if}}{{#if
this.system.pa}}PA: {{this.system.pa}}{{/if}}<hr/><i class='fa-solid fa-computer-mouse'></i>: Attacke<br/><kbd>Shift</kbd>+<i class='fa-solid fa-computer-mouse'></i>: Parrieren">
<div class="container">
<span class="name" data-id="{{this.id}}">{{this.name}}</span>
</div>
</div>