IMplémentation de la ajorité des remarques de Nepherius
This commit is contained in:
@@ -82,10 +82,19 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/with}}
|
||||
{{#if system.armorMalus}}
|
||||
<div class="header-stat armor-malus-badge">
|
||||
<label>{{localize "CELESTOPOL.Armure.malusLabel"}}</label>
|
||||
<span class="armor-malus-value">{{system.armorMalus}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header-buttons">
|
||||
<a class="moon-standalone-btn" data-action="rollMoonDie" title="{{localize 'CELESTOPOL.Moon.standaloneTitle'}}">
|
||||
🌙
|
||||
</a>
|
||||
<a class="toggle-sheet" data-action="toggleSheet" title="{{#if isEditMode}}{{localize 'CELESTOPOL.Sheet.playMode'}}{{else}}{{localize 'CELESTOPOL.Sheet.editMode'}}{{/if}}">
|
||||
<i class="fas {{#if isEditMode}}fa-eye{{else}}fa-edit{{/if}}"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user