Weapons Damage stuff

This commit is contained in:
2023-10-02 23:07:58 +02:00
parent 285d095d91
commit 9b7519afa7
62 changed files with 166 additions and 223 deletions

View File

@ -50,7 +50,12 @@
{{/if}}
{{#if (and weapon isSuccess)}}
<li>Roll Damage: [[/r {{weapon.system.damage}}]]</li>
{{#if weapon.system.hashpdamage}}
<li>Roll HP Damage: [[/r {{weapon.system.damage}}]]</li>
{{/if}}
{{#if weapon.system.hasfatiguedamage}}
<li>Roll Fatigue Damage: [[/r {{weapon.system.fatiguedamage}}]]</li>
{{/if}}
{{/if}}
{{#if (and (not isSuccess) rerolls)}}