Files
fvtt-mournblade-cyd-2-0/templates/item-pacte-sheet.hbs

30 lines
979 B
Handlebars

<section>
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-header.hbs}} {{>
systems/fvtt-mournblade-cyd-2-0/templates/partial-item-nav.hbs}} {{!-- Sheet
Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-description.hbs}}
<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"
>Allégeance :
</label>
<select
class="padd-right status-small-label color-class-common item-field-label-long"
type="text"
name="system.allegeance"
value="{{system.allegeance}}"
data-dtype="string"
>
{{selectOptions config.allegeanceOptions
selected=system.allegeance}}
</select>
</li>
</ul>
</div>
</section>
</section>