some change on items

This commit is contained in:
Vlyan
2020-12-17 23:01:22 +01:00
parent 889a3d0656
commit efca6cd083
24 changed files with 328 additions and 94 deletions

View File

@@ -0,0 +1,10 @@
<fieldset class="weapons-content">
<legend class="section-header">{{ localize 'l5r5e.advancements.title' }}</legend>
<ul class="item-list">
{{#each actor.items as |item id|}}
{{#ifCond item.type '==' 'advancement'}}
{{> 'systems/l5r5e/templates/item/advancement-entry.html' advancement=item id=id }}
{{/ifCond}}
{{/each}}
</ul>
</fieldset>