From 5670fea65ca1b58e2765be6cdbc291accad25381 Mon Sep 17 00:00:00 2001 From: Dapoolp Date: Fri, 15 Aug 2025 18:09:36 +0200 Subject: [PATCH] Add direct damage to weapon --- templates/sheets/items/weapon/settings.hbs | 2 ++ 1 file changed, 2 insertions(+) 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}}