{{ localize "DND5E.ItemToolProperties" }} {{!-- Tool Type --}} {{ formField fields.type.fields.value value=source.type.value choices=CONFIG.toolTypes label="DND5E.ItemToolType" blank="" localize=true rootId=partId }} {{!-- Base Tool --}} {{#if baseItemOptions.length}} {{ formField fields.type.fields.baseItem value=source.type.baseItem options=baseItemOptions blank="" label="DND5E.ItemToolBase" localize=true rootId=partId }} {{/if}} {{!-- Tool Properties --}} {{ formField fields.properties options=properties.options label="DND5E.ItemToolProperties" localize=true input=inputs.createMultiCheckboxInput stacked=true classes="checkbox-grid checkbox-grid-3" }} {{!-- Ability Check --}}
{{!-- Proficiency --}} {{ formField fields.proficient value=source.proficient choices=CONFIG.proficiencyLevels label="DND5E.Proficiency" blank="DND5E.Automatic" localize=true classes="label-top" rootId=partId }} {{!-- Ability --}} {{ formField fields.ability value=source.ability choices=CONFIG.abilities labelAttr="label" label="DND5E.Ability" blank="DND5E.Default" localize=true classes="label-top" rootId=partId }}
{{!-- Tool Bonus --}} {{ formField fields.bonus value=source.bonus localize=true }} {{!-- Attunement --}} {{#if properties.object.mgc}}
{{!-- Attuned --}} {{#if source.attunement}} {{ formInput fields.attuned value=source.attuned input=inputs.createCheckboxInput ariaLabel=(localize "DND5E.Attuned") dataset=(dnd5e-object tooltip="DND5E.Attuned") }} {{/if}} {{!-- Attunement --}} {{ formInput fields.attunement value=source.attunement choices=CONFIG.attunementTypes blank="DND5E.AttunementNone" localize=true }}
{{/if}}