2023-03-14 02:38:21 +01:00
|
|
|
<div>
|
2022-10-05 19:29:16 +02:00
|
|
|
{{#if effects}}
|
2022-11-28 14:36:25 +01:00
|
|
|
{{#each effects as |effect key|}}
|
2023-12-08 23:50:16 +01:00
|
|
|
<span class="active-effect" data-effect="{{effect.id}}">
|
2024-06-07 11:12:00 +02:00
|
|
|
<img class="button-effect-img {{#if @root.options.isGM}}delete-active-effect{{/if}}" src="{{effect.img}}" data-tooltip="{{localize effect.name}}" width="24" height="24" />
|
2022-10-05 19:29:16 +02:00
|
|
|
</span>
|
2022-11-28 14:36:25 +01:00
|
|
|
{{/each}}
|
|
|
|
{{#if calc.surprise}}<span>{{calc.surprise}}!</span>{{/if}}
|
2023-11-11 20:38:16 +01:00
|
|
|
{{else}}
|
2022-11-28 14:36:25 +01:00
|
|
|
Aucun effet actif
|
2022-10-05 19:29:16 +02:00
|
|
|
{{/if}}
|
2023-03-14 02:38:21 +01:00
|
|
|
</div>
|