From 7bf0f0fbee6723c3e8e4313c065bb1d19ee14d8e Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:56:32 +0100 Subject: [PATCH 1/2] Fixed an error where extra labels were shown (#1596) --- templates/sheets/items/domainCard/settings.hbs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/sheets/items/domainCard/settings.hbs b/templates/sheets/items/domainCard/settings.hbs index f5781606..fc88b7de 100644 --- a/templates/sheets/items/domainCard/settings.hbs +++ b/templates/sheets/items/domainCard/settings.hbs @@ -7,19 +7,19 @@ {{localize tabs.settings.label}} {{localize "DAGGERHEART.GENERAL.type"}} - {{formField systemFields.type value=source.system.type localize=true}} + {{formInput systemFields.type value=source.system.type localize=true}} {{localize "DAGGERHEART.GENERAL.Domain.single"}} - {{formField systemFields.domain value=source.system.domain choices=domainChoices valueAttr="id" labelAttr="label" localize=true}} + {{formInput systemFields.domain value=source.system.domain choices=domainChoices valueAttr="id" labelAttr="label" localize=true}} {{localize "DAGGERHEART.GENERAL.level"}} - {{formField systemFields.level value=source.system.level data-dtype="Number"}} + {{formInput systemFields.level value=source.system.level data-dtype="Number"}} {{localize "DAGGERHEART.ITEMS.DomainCard.recallCost"}} - {{formField systemFields.recallCost value=source.system.recallCost data-dtype="Number"}} + {{formInput systemFields.recallCost value=source.system.recallCost data-dtype="Number"}} {{localize "DAGGERHEART.ITEMS.DomainCard.vaultActive"}} - {{formField systemFields.vaultActive value=source.system.vaultActive}} + {{formInput systemFields.vaultActive value=source.system.vaultActive}} {{localize "DAGGERHEART.ITEMS.DomainCard.loadoutIgnore"}} - {{formField systemFields.loadoutIgnore value=source.system.loadoutIgnore}} + {{formInput systemFields.loadoutIgnore value=source.system.loadoutIgnore}} {{localize "DAGGERHEART.ITEMS.DomainCard.domainTouched"}} - {{formField systemFields.domainTouched value=source.system.domainTouched placeholder=0 }} + {{formInput systemFields.domainTouched value=source.system.domainTouched placeholder=0 }} {{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }} From b374070809c1bf262b3305022b3f54b3c92d2785 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Wed, 28 Jan 2026 12:57:10 +0100 Subject: [PATCH 2/2] Raised version --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 8624bab7..4a5eee0f 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "daggerheart", "title": "Daggerheart", "description": "An unofficial implementation of the Daggerheart system", - "version": "1.6.0", + "version": "1.6.1", "compatibility": { "minimum": "13.346", "verified": "13.351",