fvtt-pegasus-rpg/templates/chat-perk-activated.html

13 lines
336 B
HTML

<div class="post-item" data-transfer="{{transfer}}">
<h3><b>{{name}}</b></h3>
{{#if img}}
<img class="chat-img" src="{{img}}" title="{{name}}" />
{{/if}}
<div>{{name}} has just activated the Perk: {{perk.name}}.</div>
{{#if (count perk.system.activatedtext)}}
<div>{{perk.system.activatedtext}}</div>
{{/if}}
</div>