28 lines
1.1 KiB
Handlebars
28 lines
1.1 KiB
Handlebars
<section class="{{cssClass}}" autocomplete="off">
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.hbs this}}
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.hbs this}}
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.hbs this}}
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
|
|
<ul class="item-list alternate-list">
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long">Protection : </label>
|
|
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.protection"
|
|
value="{{system.protection}}" data-dtype="Number" />
|
|
</li>
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long2">Adversités dues au poids : </label>
|
|
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.adversitepoids"
|
|
value="{{system.adversitepoids}}" data-dtype="Number" />
|
|
</li>
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.hbs}}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
</form> |