Various fixes
This commit is contained in:
@ -266,6 +266,9 @@
|
||||
<span class="stat-label flexrow">Total</span>
|
||||
</li>
|
||||
{{#each data.combat as |mycombat key|}}
|
||||
{{#if (eq mycombat.label "Esquive")}}
|
||||
|
||||
{{else}}
|
||||
<li class="stat flexrow list-item" data-attribute="{{key}}">
|
||||
<span class="stat-label combat-label flexrow tooltip tooltip-nobottom" name="system.combat.{{key}}.label"><a name="{{key}}">{{mycombat.label}}</a></span>
|
||||
<span class="stat-label combat-label"> {{mycombat.base}}</span>
|
||||
@ -273,6 +276,7 @@
|
||||
<span class="stat-label combat-label"> {{mycombat.bonus}}</span>
|
||||
<span class="score-label combat-label "><a name="{{key}}"> 1d20 + {{mycombat.total}}</a></span>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div><h4>Armes équipées</h4></div>
|
||||
|
Reference in New Issue
Block a user