Add weapons attacks
This commit is contained in:
@ -20,15 +20,20 @@
|
||||
<ul>
|
||||
|
||||
{{#if skill}}
|
||||
<li>Skill : {{skill.name}} ({{skill.total}}%)
|
||||
</li>
|
||||
<li>Skill : {{skill.name}} ({{skill.total}}%)</li>
|
||||
{{/if}}
|
||||
<li>Bonus/Malus: {{bonusMalus}}%
|
||||
</li>
|
||||
<li> Result: {{diceResult}}
|
||||
</li>
|
||||
<li> Degrees: {{degrees}}
|
||||
</li>
|
||||
{{#if weapon}}
|
||||
<li>Weapon : {{weapon.name}}</li>
|
||||
<li>Location hit : {{upperFirst weaponAiming}} ({{locationMalus}})</li>
|
||||
{{/if}}
|
||||
{{#if isAboveEffectiveRange}}
|
||||
<li>Above effective range: yes, -30% applied</li>
|
||||
{{/if}}
|
||||
|
||||
<li>Bonus/Malus: {{bonusMalus}}% </li>
|
||||
<li>Final score: {{percentValue}}% </li>
|
||||
<li>Result: {{diceResult}} </li>
|
||||
<li>Degrees: {{degrees}} </li>
|
||||
|
||||
{{#if isCriticalSuccess}}
|
||||
<li><strong>Critical Success !</strong></li>
|
||||
@ -44,6 +49,14 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if (and weapon isSuccess)}}
|
||||
<li>Roll Damage: [[/r {{weapon.system.damage}}]]</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if (and (not isSuccess) rerolls)}}
|
||||
<button class="chat-card-button chat-reroll">Reroll !</button>
|
||||
{{/if}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user