Manage hindrance dices

This commit is contained in:
2023-09-13 08:06:08 +02:00
parent b81e5ec17e
commit d5f27ae9ea
8 changed files with 143 additions and 53 deletions

View File

@ -56,13 +56,13 @@
<li>Power Damage type : {{power.system.powerdamagetype}} {{power.system.powerdamagetypelevel}}</li>
{{/if}}
{{#if isResistance}}
<li><strong>Defense Result : {{finalScore}}</strong>
{{#if hindranceFailure}}
<li><strong>Failed due to Hindrance Dice(s) !!</strong>
{{else}}
{{#if isDamage}}
<li><strong>Damages : {{finalScore}}</strong>
{{#if isResistance}}
<li><strong>Defense Result : {{finalScore}}</strong>
{{else}}
<li><strong>Final Result : {{finalScore}}</strong>
<li><strong>Final Result : {{finalScore}}</strong>
{{/if}}
{{/if}}