- effect.icon to effect.img - flags.core.sourceId to _stats.compendiumSource - isLinkValid now use uuid
9 lines
291 B
HTML
9 lines
291 B
HTML
<ul class="effects">
|
|
{{#each actor.effects as |effect|}}
|
|
<li class="effect-container" title="{{name}}">
|
|
<div class="effect-icon" style="background-image: url({{effect.img}})"></div>
|
|
<div class="effect-name"><label>{{name}}</label></div>
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|