104 lines
4.8 KiB
Handlebars
104 lines
4.8 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">{{localize "MNBL.examples"}} : </label>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<input type="text" class="padd-right status-small-label color-class-common" name="system.exemples"
|
|
value="{{system.exemples}}" data-dtype="String" />
|
|
</li>
|
|
<li class="flexrow items">
|
|
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 1 </label>
|
|
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
|
name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
|
|
{{selectOptions config.attributs selected=system.attribut1}}
|
|
</select>
|
|
</li>
|
|
<li class="flexrow item ">
|
|
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 2 </label>
|
|
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
|
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
|
|
<option value="none">{{localize "MNBL.none"}}</option>
|
|
{{selectOptions config.attributs selected=system.attribut2}}
|
|
</select>
|
|
</li>
|
|
<li class="flexrow item ">
|
|
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 3 </label>
|
|
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
|
|
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
|
|
<option value="none">{{localize "MNBL.none"}}</option>
|
|
{{selectOptions config.attributs selected=system.attribut3}}
|
|
</select>
|
|
</li>
|
|
|
|
<li class="flexrow item">
|
|
<label class="generic-label">{{localize "MNBL.equipment"}} : </label>
|
|
</li>
|
|
<li class="flexrow item">
|
|
<input type="text" class="padd-right status-small-label color-class-common" name="system.equipement"
|
|
value="{{system.equipement}}" data-dtype="String" />
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.exercisedskills"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.competences enriched=enrichedCompetences value=system.competences name="system.competences" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.initiateTalents"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.talentsinitie enriched=enrichedTalentsinitie value=system.talentsinitie name="system.talentsinitie" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.prerequisitesAguerri"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.prerequisaguerri enriched=enrichedPrerequisaguerri value=system.prerequisaguerri name="system.prerequisaguerri" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.aguerriTalents"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.talentsaguerri enriched=enrichedTalentsaguerri value=system.talentsaguerri name="system.talentsaguerri" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.prerequisitesMaitre"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.prerequismaitre enriched=enrichedPrerequismaitre value=system.prerequismaitre name="system.prerequismaitre" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-box">
|
|
<h3 class="items-title-text">{{localize "MNBL.maitreTalents"}}</h3>
|
|
<div class="small-editor item-text-long-line">
|
|
{{formInput systemFields.talentsmaitre enriched=enrichedTalentsmaitre value=system.talentsmaitre name="system.talentsmaitre" toggled=true label=false}}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{!-- Effects Tab --}}
|
|
<div class="tab effects" data-group="primary" data-tab="effects">
|
|
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-effects.hbs}}
|
|
</div>
|
|
|
|
</section>
|
|
</section>
|