31 lines
2.0 KiB
Handlebars
31 lines
2.0 KiB
Handlebars
<section class="tab character-{{tab.id}} {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
|
<div class="main-div">
|
|
<fieldset class="rank">
|
|
<legend>Experience</legend>
|
|
{{formField systemFields.experience.fields.current value=system.experience.current type="number" rootId=partId disabled=isPlayMode}}
|
|
{{formField systemFields.experience.fields.max value=system.experience.max type="number" rootId=partId disabled=isPlayMode}}
|
|
</fieldset>
|
|
|
|
<fieldset class="biodata">
|
|
<legend>{{localize "HELLBORN.Label.biodata"}}</legend>
|
|
{{formField systemFields.biodata.fields.gender value=system.biodata.gender rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.age value=system.biodata.age rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.height value=system.biodata.height rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.weight value=system.biodata.weight rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.eyes value=system.biodata.eyes rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.hair value=system.biodata.hair rootId=partId disabled=isPlayMode classes="short"}}
|
|
{{formField systemFields.biodata.fields.home value=system.biodata.home rootId=partId disabled=isPlayMode}}
|
|
{{formField systemFields.biodata.fields.birthplace value=system.biodata.birthplace rootId=partId disabled=isPlayMode}}
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
|
{{formInput systemFields.backstory enriched=enrichedBackstory value=system.backstory name="system.backstory" toggled=true}}
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>{{localize "HELLBORN.Label.appearance"}}</legend>
|
|
{{formInput systemFields.appearance enriched=enrichedAppearance value=system.appearance name="system.appearance" toggled=true}}
|
|
</fieldset>
|
|
</div>
|
|
</section> |