{{!log "character-main" this}}
{{localize "HAMALRON.Label.character"}}
{{formInput fields.name value=source.name rootId=partId disabled=isPlayMode}}
{{#each system.biodata as |bioField key|}} {{#if (eq key "age")}} {{formField systemFields.biodata.fields.age value=system.biodata.age rootId=partId disabled=isPlayMode}} {{/if}} {{#if (eq key "gender")}} {{formField systemFields.biodata.fields.gender value=system.biodata.gender rootId=partId disabled=isPlayMode}} {{/if}} {{/each}}
{{localize "HAMALRON.Label.cartesSucces"}} {{#each system.cartesSucces as |carte symbole|}}
{{formInput systemFields.cartesSucces.fields.[symbole].fields.value value=carte.value rootId=partId disabled=isPlayMode type="number" }} / {{formInput systemFields.cartesSucces.fields.[symbole].fields.max value=carte.max rootId=partId disabled=isPlayMode type="number" }}
{{/each}}
{{localize "HAMALRON.Label.resistances"}}
{{#each system.resistances as |resistance symbole|}}
{{formInput systemFields.resistances.fields.[symbole].fields.value value=resistance.value rootId=partId disabled=isPlayMode type="number" }} / {{formInput systemFields.resistances.fields.[symbole].fields.max value=resistance.max rootId=partId disabled=isPlayMode type="number" }}
{{/each}}