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

13 lines
419 B
HTML
Raw Normal View History

2022-02-16 17:43:51 +01:00
<div class="post-item" data-transfer="{{transfer}}">
<h3><b>{{name}}</b></h3>
{{#if img}}
<img class="chat-img" src="{{img}}" title="{{name}}" />
{{/if}}
2022-07-26 22:38:04 +02:00
<div>{{name}} has just deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
2022-08-14 15:27:54 +02:00
2022-09-29 10:59:47 +02:00
{{#if (count perk.system.deactivatedtext)}}
<div>{{perk.system.deactivatedtext}}</div>
2022-08-14 15:27:54 +02:00
{{/if}}
2022-02-16 17:43:51 +01:00
</div>