diff --git a/system.json b/system.json
index 4a5eee0f..8624bab7 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.1",
+ "version": "1.6.0",
"compatibility": {
"minimum": "13.346",
"verified": "13.351",
diff --git a/templates/sheets/items/domainCard/settings.hbs b/templates/sheets/items/domainCard/settings.hbs
index fc88b7de..f5781606 100644
--- a/templates/sheets/items/domainCard/settings.hbs
+++ b/templates/sheets/items/domainCard/settings.hbs
@@ -7,19 +7,19 @@
{{localize "DAGGERHEART.GENERAL.type"}}
- {{formInput systemFields.type value=source.system.type localize=true}}
+ {{formField systemFields.type value=source.system.type localize=true}}
{{localize "DAGGERHEART.GENERAL.Domain.single"}}
- {{formInput systemFields.domain value=source.system.domain choices=domainChoices valueAttr="id" labelAttr="label" localize=true}}
+ {{formField systemFields.domain value=source.system.domain choices=domainChoices valueAttr="id" labelAttr="label" localize=true}}
{{localize "DAGGERHEART.GENERAL.level"}}
- {{formInput systemFields.level value=source.system.level data-dtype="Number"}}
+ {{formField systemFields.level value=source.system.level data-dtype="Number"}}
{{localize "DAGGERHEART.ITEMS.DomainCard.recallCost"}}
- {{formInput systemFields.recallCost value=source.system.recallCost data-dtype="Number"}}
+ {{formField systemFields.recallCost value=source.system.recallCost data-dtype="Number"}}
{{localize "DAGGERHEART.ITEMS.DomainCard.vaultActive"}}
- {{formInput systemFields.vaultActive value=source.system.vaultActive}}
+ {{formField systemFields.vaultActive value=source.system.vaultActive}}
{{localize "DAGGERHEART.ITEMS.DomainCard.loadoutIgnore"}}
- {{formInput systemFields.loadoutIgnore value=source.system.loadoutIgnore}}
+ {{formField systemFields.loadoutIgnore value=source.system.loadoutIgnore}}
{{localize "DAGGERHEART.ITEMS.DomainCard.domainTouched"}}
- {{formInput systemFields.domainTouched value=source.system.domainTouched placeholder=0 }}
+ {{formField systemFields.domainTouched value=source.system.domainTouched placeholder=0 }}
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }}