Compare commits

..

No commits in common. "b374070809c1bf262b3305022b3f54b3c92d2785" and "3f4d1cd292101047f7706a24cce071cd2ca96917" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
"id": "daggerheart", "id": "daggerheart",
"title": "Daggerheart", "title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system", "description": "An unofficial implementation of the Daggerheart system",
"version": "1.6.1", "version": "1.6.0",
"compatibility": { "compatibility": {
"minimum": "13.346", "minimum": "13.346",
"verified": "13.351", "verified": "13.351",

View file

@ -7,19 +7,19 @@
<legend>{{localize tabs.settings.label}}</legend> <legend>{{localize tabs.settings.label}}</legend>
<span>{{localize "DAGGERHEART.GENERAL.type"}}</span> <span>{{localize "DAGGERHEART.GENERAL.type"}}</span>
{{formInput systemFields.type value=source.system.type localize=true}} {{formField systemFields.type value=source.system.type localize=true}}
<span>{{localize "DAGGERHEART.GENERAL.Domain.single"}}</span> <span>{{localize "DAGGERHEART.GENERAL.Domain.single"}}</span>
{{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}}
<span>{{localize "DAGGERHEART.GENERAL.level"}}</span> <span>{{localize "DAGGERHEART.GENERAL.level"}}</span>
{{formInput systemFields.level value=source.system.level data-dtype="Number"}} {{formField systemFields.level value=source.system.level data-dtype="Number"}}
<span>{{localize "DAGGERHEART.ITEMS.DomainCard.recallCost"}}</span> <span>{{localize "DAGGERHEART.ITEMS.DomainCard.recallCost"}}</span>
{{formInput systemFields.recallCost value=source.system.recallCost data-dtype="Number"}} {{formField systemFields.recallCost value=source.system.recallCost data-dtype="Number"}}
<span>{{localize "DAGGERHEART.ITEMS.DomainCard.vaultActive"}}</span> <span>{{localize "DAGGERHEART.ITEMS.DomainCard.vaultActive"}}</span>
{{formInput systemFields.vaultActive value=source.system.vaultActive}} {{formField systemFields.vaultActive value=source.system.vaultActive}}
<span>{{localize "DAGGERHEART.ITEMS.DomainCard.loadoutIgnore"}}</span> <span>{{localize "DAGGERHEART.ITEMS.DomainCard.loadoutIgnore"}}</span>
{{formInput systemFields.loadoutIgnore value=source.system.loadoutIgnore}} {{formField systemFields.loadoutIgnore value=source.system.loadoutIgnore}}
<span>{{localize "DAGGERHEART.ITEMS.DomainCard.domainTouched"}}</span> <span>{{localize "DAGGERHEART.ITEMS.DomainCard.domainTouched"}}</span>
{{formInput systemFields.domainTouched value=source.system.domainTouched placeholder=0 }} {{formField systemFields.domainTouched value=source.system.domainTouched placeholder=0 }}
</fieldset> </fieldset>
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }} {{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }}