mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Fix the missing translation keys
This commit is contained in:
parent
c6741b1c7a
commit
127a4a9b7a
1 changed files with 4 additions and 25 deletions
|
|
@ -561,19 +561,6 @@ export const refreshTypes = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const itemAbilityCosts = {
|
|
||||||
resource: {
|
|
||||||
id: 'resource',
|
|
||||||
label: 'DAGGERHEART.GENERAL.resource',
|
|
||||||
group: 'Global'
|
|
||||||
},
|
|
||||||
quantity: {
|
|
||||||
id: 'quantity',
|
|
||||||
label: 'DAGGERHEART.GENERAL.quantity',
|
|
||||||
group: 'Global'
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export const abilityCosts = {
|
export const abilityCosts = {
|
||||||
hitPoints: {
|
hitPoints: {
|
||||||
id: 'hitPoints',
|
id: 'hitPoints',
|
||||||
|
|
@ -587,20 +574,19 @@ export const abilityCosts = {
|
||||||
},
|
},
|
||||||
hope: {
|
hope: {
|
||||||
id: 'hope',
|
id: 'hope',
|
||||||
label: 'Hope',
|
label: 'DAGGERHEART.CONFIG.HealingType.hope.name',
|
||||||
group: 'TYPES.Actor.character'
|
group: 'TYPES.Actor.character'
|
||||||
},
|
},
|
||||||
armor: {
|
armor: {
|
||||||
id: 'armor',
|
id: 'armor',
|
||||||
label: 'Armor Slot',
|
label: 'DAGGERHEART.CONFIG.HealingType.armor.name',
|
||||||
group: 'TYPES.Actor.character'
|
group: 'TYPES.Actor.character'
|
||||||
},
|
},
|
||||||
fear: {
|
fear: {
|
||||||
id: 'fear',
|
id: 'fear',
|
||||||
label: 'Fear',
|
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||||
group: 'TYPES.Actor.adversary'
|
group: 'TYPES.Actor.adversary'
|
||||||
},
|
}
|
||||||
resource: itemAbilityCosts.resource
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const countdownTypes = {
|
export const countdownTypes = {
|
||||||
|
|
@ -638,13 +624,6 @@ export const rollTypes = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const attributionSources = {
|
|
||||||
daggerheart: {
|
|
||||||
label: 'Daggerheart',
|
|
||||||
values: [{ label: 'Daggerheart SRD' }]
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export const fearDisplay = {
|
export const fearDisplay = {
|
||||||
token: { value: 'token', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.token' },
|
token: { value: 'token', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.token' },
|
||||||
bar: { value: 'bar', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.bar' },
|
bar: { value: 'bar', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.bar' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue