Weapons Damage stuff
This commit is contained in:
@ -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)}}
|
||||
|
Reference in New Issue
Block a user