{{!log "opponent sheet" this}}
{{formInput fields.name value=source.name}}
{{localize "TENEBRIS.Character.Label.caracteristiques"}} {{formField systemFields.dv value=system.dv disabled=isPlayMode}} {{formField systemFields.pv.fields.value value=system.pv.value}} {{formField systemFields.pv.fields.max value=system.pv.max disabled=isPlayMode}} {{formField systemFields.armure value=system.armure disabled=isPlayMode}} {{formField systemFields.malus value=system.malus disabled=isPlayMode}} {{formField systemFields.actions value=system.actions disabled=isPlayMode}}
{{localize "TENEBRIS.Character.Label.attaques"}} {{#if isEditMode}}{{/if}} {{#each attacks as |attack|}}
{{attack.system.degats}} ({{attack.name}})
{{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{#if (or isEditMode (and isPlayMode hasSpells))}}
{{localize "TENEBRIS.Label.spells"}}{{#if isEditMode}}{{/if}} {{#each spells as |spell|}}
{{spell.name}}
{{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{/if}}
{{localize "TENEBRIS.Label.description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true compact=true}}