Compute threat level

This commit is contained in:
2022-03-12 16:35:32 +01:00
parent ec860b9f12
commit 27f81e2e9d
8 changed files with 77 additions and 19 deletions

View File

@ -526,7 +526,7 @@
<span class="item-field-label-short">
<label class="short-label">DMG</label>
</span>
<span class="item-field-label-medium">
<span class="item-field-label-long">
<label class="short-label">Ammo</label>
</span>
<span class="item-field-label-medium">
@ -548,11 +548,11 @@
<span class="item-field-label-short"><label>{{weapon.data.damageDice}}</label></span>
{{#if (gt weapon.data.ammomax 0)}}
<span class="item-field-label-medium"><label>{{weapon.data.ammocurrent}}/{{weapon.data.ammomax}}
<span class="item-field-label-long"><label>{{weapon.data.ammocurrent}}/{{weapon.data.ammomax}}
(<a class="ammo-minus plus-minus-button"> -</a>/<a class="ammo-plus plus-minus-button">+</a>)
</label></span>
{{else}}
<span class="item-field-label-medium"><label>-</label>
<span class="item-field-label-long"><label>-</label>
</span>
{{/if}}