Files
l5rx-chiaroscuro/system/templates/actors/character/effects.html
2023-04-05 12:10:39 +00:00

9 lines
294 B
HTML

<ul class="effects">
{{#each actor.effects as |effect|}}
<li class="effect-container" title="{{label}}">
<div class="effect-icon" style="background-image: url({{effect.icon}})"></div>
<div class="effect-name"><label>{{label}}</label></div>
</li>
{{/each}}
</ul>