Sync effetcts + initiative
This commit is contained in:
@@ -295,24 +295,6 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<span class="generic-label">
|
||||
<h3>Armor</h3>
|
||||
</span>
|
||||
<ul class="item-list alternate-list">
|
||||
{{#each armors as |armor key|}}
|
||||
<li class="item stat flexrow list-item" data-item-id="{{armor._id}}">
|
||||
<img class="sheet-competence-img" src="{{armor.img}}" />
|
||||
<span class="stat-label outfit-label"><a class="armor-roll">{{armor.name}}</a></span>
|
||||
<span class="stat-label outfit-label">Res. {{armor.data.resistanceDice}}</span>
|
||||
<div class="item-controls">
|
||||
<a class="item-control item-equip" title="Worn">{{#if armor.data.equipped}}<i
|
||||
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user