{{formInput fields.name value=source.name}}
{{formField systemFields.defense value=system.defense}}
 
{{formField systemFields.hascover value=system.hascover}} {{#if system.hascover}}
{{formField systemFields.standing.fields.min value=system.standing.min}}  ... 30
{{formField systemFields.crouching.fields.min value=system.crouching.min}}  ... 30
{{/if}}
{{formField systemFields.destruction.fields.bashing value=system.destruction.bashing}} {{formField systemFields.destruction.fields.slashing value=system.destruction.slashing}} {{formField systemFields.destruction.fields.piercing value=system.destruction.piercing}}
{{formField systemFields.autodestruction.fields.bashing value=system.autodestruction.bashing}} {{formField systemFields.autodestruction.fields.slashing value=system.autodestruction.slashing}} {{formField systemFields.autodestruction.fields.piercing value=system.autodestruction.piercing}}
{{formField systemFields.equipped value=system.equipped}} {{formField systemFields.encLoad value=system.encLoad}} {{formField systemFields.cost value=system.cost}} {{formField systemFields.money value=system.money localize=true}}
{{localize "LETHALFANTASY.Label.description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled="false" }}