Compare commits

...

3 commits

Author SHA1 Message Date
WBHarry
6b42672b60 Fixed DefeatedCondition localizations 2026-01-19 13:22:10 +01:00
WBHarry
b0ace36b46
Update lang/en.json
Co-authored-by: Chris Ryan <73275196+chrisryan10@users.noreply.github.com>
2026-01-19 11:55:21 +01:00
WBHarry
1582b61825
Update module/data/settings/Automation.mjs
Co-authored-by: Chris Ryan <73275196+chrisryan10@users.noreply.github.com>
2026-01-19 11:55:15 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -2443,7 +2443,7 @@
"deathMove": { "label": "Death Move" },
"dead": { "label": "Dead" },
"defeated": { "label": "Defeated" },
"unconcious": { "label": "Unconcious" }
"unconscious": { "label": "Unconscious" }
},
"hopeFear": {
"label": "Hope & Fear",

View file

@ -171,7 +171,7 @@ export const defeatedConditions = () => {
acc[key] = {
...choice,
img: defeated[`${choice.id}Icon`],
description: `DAGGERHEART.CONFIG.Condition.${choice.id}.description`
description: game.i18n.localize(`DAGGERHEART.CONFIG.Condition.${choice.id}.description`)
};
return acc;

View file

@ -106,7 +106,7 @@ export default class DhAutomation extends foundry.abstract.DataModel {
initial: 'icons/magic/control/sleep-bubble-purple.webp',
categories: ['IMAGE'],
base64: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconcious.label'
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconscious.label'
})
}),
roll: new fields.SchemaField({