Add initiative and ammo
This commit is contained in:
@@ -50,11 +50,15 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if (and weapon isSuccess)}}
|
||||
{{#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 weapon.ammo}}
|
||||
<li>Roll Ammo Damage ({{weapon.ammo.name}}): [[/r {{weapon.ammo.system.damage}}]]</li>
|
||||
{{else}}
|
||||
{{#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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user