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

38 lines
1.2 KiB
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>
{{!-- Effects Tab --}}
{{#if item.effects.length}}
<div class="tab effects" data-group="primary" data-tab="effects">
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-effects.hbs}}
</div>
{{/if}}
</section>
</section>