IMplémentation de la ajorité des remarques de Nepherius

This commit is contained in:
2026-04-06 17:48:30 +02:00
parent a3f7b11f82
commit 1022597bf8
51 changed files with 1900 additions and 443 deletions

View File

@@ -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>