Melee fight
This commit is contained in:
@ -19,10 +19,10 @@
|
||||
<div>
|
||||
<ul>
|
||||
{{#if (eq rollOrder 1)}}
|
||||
<li><strong>Roll with advantage - Roll 1</strong></li>
|
||||
<li><strong>Roll with {{rollType}} - Roll 1</strong></li>
|
||||
{{/if}}
|
||||
{{#if (eq rollOrder 2)}}
|
||||
<li><strong>Roll with advantage - Roll 2</strong></li>
|
||||
<li><strong>Roll with {{rollType}} - Roll 2</strong></li>
|
||||
{{/if}}
|
||||
{{#if (eq rollOrder 3)}}
|
||||
<li><strong>Roll with advantage - Final result !</strong></li>
|
||||
@ -118,7 +118,7 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if useShield}}
|
||||
{{#if useshield}}
|
||||
<li>Shield : {{shield.name}} - {{shield.data.shielddie}}
|
||||
({{#each roll.terms.14.results as |die idx|}}
|
||||
{{die.result}}
|
||||
|
Reference in New Issue
Block a user