Files
fvtt-mournblade-cyd-2-0/templates/item-pacte-sheet.hbs
T
uberwald b877262283
Release Creation / build (release) Successful in 8m22s
Minor fixes from v14 feedback
2026-05-23 23:07:10 +02:00

30 lines
998 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"
>{{localize "MNBL.allegiance"}} :
</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>