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", 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" }}