forked from GitHub-Mirrors/foundry-sw5e
16 lines
477 B
HTML
16 lines
477 B
HTML
<div class="property-attribution">
|
|
<table>
|
|
{{#each sources as |source|}}
|
|
<tr>
|
|
<td class="attribution-value mode-{{source.mode}}{{#if source.negative}} negative{{/if}}">
|
|
{{source.value}}
|
|
</td>
|
|
<td class="attribution-label">{{source.label}}</td>
|
|
</tr>
|
|
{{/each}}
|
|
<tr class="total">
|
|
<td class="attribution-value">{{total}}</td>
|
|
<td class="attribution-label">{{localize "SW5E.PropertyTotal"}}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|