diff --git a/templates/sheets/items/weapon/settings.hbs b/templates/sheets/items/weapon/settings.hbs
index 021fc627..b2738c75 100644
--- a/templates/sheets/items/weapon/settings.hbs
+++ b/templates/sheets/items/weapon/settings.hbs
@@ -27,6 +27,8 @@
{{formInput fields.value.fields.bonus value=source.value.bonus name="system.attack.damage.parts.0.value.bonus" localize=true}}
{{localize "DAGGERHEART.GENERAL.type"}}
{{formInput fields.type value=source.type name="system.attack.damage.parts.0.type" localize=true}}
+ {{localize "DAGGERHEART.CONFIG.DamageType.direct.name"}}
+ {{formInput @root.systemFields.attack.fields.damage.fields.direct value=@root.document.system.attack.damage.direct name="system.attack.damage.direct" localize=true}}
{{/with}}
{{/with}}