Added cancelled properties in text for props and some fixes

This commit is contained in:
Vlyan
2021-07-03 12:29:11 +02:00
parent 3d2181e3b0
commit dc5e06af2c
4 changed files with 115 additions and 61 deletions

View File

@@ -3,7 +3,11 @@
<h2 class="item-name"><img src="{{data.img}}" title="{{data.name}}" width="36" height="36"/> {{data.name}}</h2>
</header>
<section class="sheet-body">
{{!--cancelled properties--}}
{{localize 'l5r5e.removed_properties'}} : {{#each data.data.properties as |property idx|}}{{#ifCond idx '>' 0}}, {{/ifCond}}{{property.name}}{{/each}}
{{!--item-infos--}}
<br>
{{localize 'l5r5e.description'}} : {{{data.data.description}}}
<br>
{{localize 'l5r5e.book_reference'}} : {{data.data.book_reference}}