|
<div class="pf2e chat-card weapon-card" data-actor-id="{{actor.id}}" data-item-id="{{item.id}}" {{#if tokenId}}data-token-id="{{tokenId}}"{{/if}}>
|
|
<header class="card-header flexrow">
|
|
<img src="{{item.img}}" title="{{item.name}}" width="36" height="36"/>
|
|
<h3>{{item.name}}</h3>
|
|
</header>
|
|
|
|
<div class="card-content">
|
|
{{{item.description}}}
|
|
</div>
|
|
|
|
<div class="card-buttons">
|
|
<button type="button" data-action="npcAttack">{{localize "PF2E.AttackLabel"}}</button>
|
|
<button type="button" data-action="npcDamage">{{localize "PF2E.DamageLabel"}}</button>
|
|
</div>
|
|
|
|
<footer class="card-footer">
|
|
{{#each data.properties}}
|
|
<span>{{localize this}}</span>
|
|
{{/each}}
|
|
</footer>
|
|
</div>
|