mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Repair branch change mess I made
This commit is contained in:
parent
127a4a9b7a
commit
d3bbae2f3d
1 changed files with 22 additions and 1 deletions
|
|
@ -561,6 +561,19 @@ 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 = {
|
||||
hitPoints: {
|
||||
id: 'hitPoints',
|
||||
|
|
@ -586,7 +599,8 @@ export const abilityCosts = {
|
|||
id: 'fear',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||
group: 'TYPES.Actor.adversary'
|
||||
}
|
||||
},
|
||||
resource: itemAbilityCosts.resource
|
||||
};
|
||||
|
||||
export const countdownTypes = {
|
||||
|
|
@ -624,6 +638,13 @@ export const rollTypes = {
|
|||
}
|
||||
};
|
||||
|
||||
export const attributionSources = {
|
||||
daggerheart: {
|
||||
label: 'Daggerheart',
|
||||
values: [{ label: 'Daggerheart SRD' }]
|
||||
}
|
||||
};
|
||||
|
||||
export const fearDisplay = {
|
||||
token: { value: 'token', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.token' },
|
||||
bar: { value: 'bar', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.bar' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue