Compute threat level
This commit is contained in:
@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user