mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-25 00:43:38 +02:00
Compare commits
No commits in common. "6b42672b6088acbc0c9a3d68477d13aea6cf8ef1" and "a7da4c3b3306c851ab3a03a3a7c3bb5187948623" have entirely different histories.
6b42672b60
...
a7da4c3b33
3 changed files with 3 additions and 3 deletions
|
|
@ -2443,7 +2443,7 @@
|
||||||
"deathMove": { "label": "Death Move" },
|
"deathMove": { "label": "Death Move" },
|
||||||
"dead": { "label": "Dead" },
|
"dead": { "label": "Dead" },
|
||||||
"defeated": { "label": "Defeated" },
|
"defeated": { "label": "Defeated" },
|
||||||
"unconscious": { "label": "Unconscious" }
|
"unconcious": { "label": "Unconcious" }
|
||||||
},
|
},
|
||||||
"hopeFear": {
|
"hopeFear": {
|
||||||
"label": "Hope & Fear",
|
"label": "Hope & Fear",
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ export const defeatedConditions = () => {
|
||||||
acc[key] = {
|
acc[key] = {
|
||||||
...choice,
|
...choice,
|
||||||
img: defeated[`${choice.id}Icon`],
|
img: defeated[`${choice.id}Icon`],
|
||||||
description: game.i18n.localize(`DAGGERHEART.CONFIG.Condition.${choice.id}.description`)
|
description: `DAGGERHEART.CONFIG.Condition.${choice.id}.description`
|
||||||
};
|
};
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ export default class DhAutomation extends foundry.abstract.DataModel {
|
||||||
initial: 'icons/magic/control/sleep-bubble-purple.webp',
|
initial: 'icons/magic/control/sleep-bubble-purple.webp',
|
||||||
categories: ['IMAGE'],
|
categories: ['IMAGE'],
|
||||||
base64: false,
|
base64: false,
|
||||||
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconscious.label'
|
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconcious.label'
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
roll: new fields.SchemaField({
|
roll: new fields.SchemaField({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue