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:
@@ -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="tab gear sheet-part {{#if @root.tabs.gear.active}}active{{/if}}" data-group="sheet" data-tab="gear">
|
||||||
<div class="grid grid-2col">
|
<div class="weapons">
|
||||||
<div>
|
<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">
|
<ol class="items-list">
|
||||||
<li class="item flexrow items-header">
|
<li class="item flexrow items-header">
|
||||||
<div class="item-name" style="flex:4;">{{ localize 'IDENTITY.name'}}</div>
|
<div class="item-name" style="flex:4;">{{ localize 'IDENTITY.name'}}</div>
|
||||||
@@ -31,15 +39,12 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</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>
|
<h4>{{ localize 'IDENTITY.notes'}}</h4>
|
||||||
{{formInput systemFields.equipment.fields.description enriched=enrichedEquipmentNotes value=system.equipment.description name="system.equipment.description" toggled=true}}
|
{{formInput systemFields.equipment.fields.description enriched=enrichedEquipmentNotes value=system.equipment.description name="system.equipment.description" toggled=true}}
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user