{{localize tabs.settings.label}} {{localize "DAGGERHEART.GENERAL.Tiers.singular"}} {{formField systemFields.tier value=source.system.tier}} {{localize "DAGGERHEART.ITEMS.Weapon.secondaryWeapon"}} {{formField systemFields.secondary value=source.system.secondary}} {{localize "DAGGERHEART.GENERAL.Trait.single"}} {{formField systemFields.trait value=source.system.trait localize=true}} {{localize "DAGGERHEART.GENERAL.range"}} {{formField systemFields.range value=source.system.range localize=true}} {{localize "DAGGERHEART.GENERAL.burden"}} {{formField systemFields.burden value=source.system.burden localize=true}}
{{localize "DAGGERHEART.GENERAL.title"}} {{localize "DAGGERHEART.GENERAL.Dice.single"}} {{formGroup systemFields.damage.fields.dice value=source.system.damage.dice}} {{localize "DAGGERHEART.GENERAL.bonus"}} {{formGroup systemFields.damage.fields.bonus value=source.system.damage.bonus}} {{localize "DAGGERHEART.GENERAL.type"}} {{formGroup systemFields.damage.fields.type value=source.system.damage.type localize=true}}
{{localize "TYPES.Item.feature"}} {{localize "TYPES.Item.feature"}}
{{localize "DAGGERHEART.GENERAL.attack"}} {{formField systemFields.attack.fields.roll.fields.trait value=document.system.attack.roll.trait name="system.attack.roll.trait" label="DAGGERHEART.GENERAL.Trait.single" localize=true }} {{formField systemFields.attack.fields.range value=document.system.attack.range label="Range" name="system.attack.range" localize=true}} {{#if systemFields.attack.fields.target.fields}} {{ formField systemFields.attack.fields.target.fields.type value=document.system.attack.target.type label="Target" name="system.attack.target.type" localize=true }} {{#if (and document.system.attack.target.type (not (eq document.system.attack.target.type 'self')))}} {{ formField systemFields.attack.fields.target.fields.amount value=document.system.attack.target.amount label="Amount" name="system.attack.target.amount" }} {{/if}} {{/if}}
{{!--
{{localize "DAGGERHEART.GENERAL.attack"}} {{formField systemFields.attack.fields.damage.dice value=source.dice name=(concat "damage.parts." realIndex "." target ".dice")}} {{formField systemFields.attack.fields.damage.bonus value=source.bonus name=(concat "damage.parts." realIndex "." target ".bonus") localize=true}} {{formField ../../fields.type value=dmg.type name=(concat "damage.parts." realIndex ".type") localize=true}}
--}} {{> 'systems/daggerheart/templates/actionTypes/damage.hbs' fields=systemFields.attack.fields.damage.fields.parts.element.fields source=document.system.attack.damage path="system.attack."}}