Armes/Protections/Equipement

This commit is contained in:
2022-10-24 15:39:09 +02:00
parent c2a9beea89
commit 3b10ac18c2
8 changed files with 174 additions and 181 deletions

View File

@ -6,25 +6,21 @@
</div>
</header>
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}}
{{!-- Sheet Body --}}
<section class="sheet-body">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label item-field-label-long">Rareté </label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long" name="system.rarete"
value="{{data.rarete}}" data-dtype="Number" />
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Prix </label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long" name="system.prix"
value="{{data.prix}}" data-dtype="Number" />
</li>
</ul>
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.html}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.html}}
</ul>
</div>
</section>