Added effects panel to both pc and npc.

This commit is contained in:
Bragma
2023-04-05 12:10:39 +00:00
committed by Vlyan
parent 20d2137a15
commit 04bfe38136
9 changed files with 8826 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
<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>