feat: fiche de Groupe - ordre des sections Matériel

- Onglet Matériel : les Objets passent sous les Armes et les
  Protections (ordre aligné sur la fiche PJ : Armes, Protections,
  Objets, Véhicules, Notes).
This commit is contained in:
2026-08-05 17:49:22 +02:00
parent 18180a8445
commit ef76ae1116
+15 -10
View File
@@ -1,6 +1,14 @@
<div class="tab gear sheet-part {{#if @root.tabs.gear.active}}active{{/if}}" data-group="sheet" data-tab="gear">
<div class="grid grid-2col">
<div>
<div class="weapons">
<h4>{{localize 'ITEMS.weapons'}}</h4>
{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}}
</div>
<div class="protections">
<h4>{{localize 'ITEMS.defenses'}}</h4>
{{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}}
</div>
<div class="objects">
<h4>{{localize 'ITEMS.items'}}</h4>
<ol class="items-list">
<li class="item flexrow items-header">
<div class="item-name" style="flex:4;">{{ localize 'IDENTITY.name'}}</div>
@@ -31,15 +39,12 @@
{{/each}}
</ol>
</div>
<div>
<div class="vehicles">
<h4>{{localize 'ITEMS.vehicles'}}</h4>
{{> "systems/vermine2047/templates/actor/group/group-vehicles.hbs"}}
</div>
<div class="equipment-notes">
<h4>{{ localize 'IDENTITY.notes'}}</h4>
{{formInput systemFields.equipment.fields.description enriched=enrichedEquipmentNotes value=system.equipment.description name="system.equipment.description" toggled=true}}
</div>
</div>
<h4>{{localize 'ITEMS.weapons'}}</h4>
{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}}
<h4>{{localize 'ITEMS.defenses'}}</h4>
{{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}}
<h4>{{localize 'ITEMS.vehicles'}}</h4>
{{> "systems/vermine2047/templates/actor/group/group-vehicles.hbs"}}
</div>