IMplémentation de la ajorité des remarques de Nepherius
This commit is contained in:
@@ -19,6 +19,22 @@
|
||||
<span class="concept-display">{{system.concept}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{!-- Type PNJ (standard / antagoniste) --}}
|
||||
<div class="npc-type-row">
|
||||
{{#if isEditMode}}
|
||||
<select name="system.npcType" class="npc-type-select">
|
||||
{{#each npcTypes as |ntype key|}}
|
||||
<option value="{{key}}" {{#if (eq key ../system.npcType)}}selected{{/if}}>{{localize ntype.label}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
{{else}}
|
||||
{{#if (eq system.npcType "antagoniste")}}
|
||||
<span class="npc-type-badge antagoniste">{{localize "CELESTOPOL.NPC.typeAntagoniste"}}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="header-stats-row">
|
||||
<div class="header-stat">
|
||||
<label>{{localize "CELESTOPOL.Actor.initiative"}}</label>
|
||||
@@ -49,9 +65,20 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/with}}
|
||||
|
||||
{{!-- Badge malus armure équipée --}}
|
||||
{{#if armorMalus}}
|
||||
<div class="header-stat armor-malus-badge">
|
||||
<label>{{localize "CELESTOPOL.Armure.malusLabel"}}</label>
|
||||
<span>{{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 data-action="toggleSheet">
|
||||
<i class="fas {{#if isEditMode}}fa-eye{{else}}fa-edit{{/if}}"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user