mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Merged with main
This commit is contained in:
commit
2c6aabb97a
31 changed files with 175 additions and 122 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export const displayDomainCardsAsList = 'displayDomainCardsAsList';
|
||||
export const displayDomainCardsAsCard = 'displayDomainCardsAsCard';
|
||||
export const narrativeCountdown = {
|
||||
simple: 'countdown-narrative-simple',
|
||||
position: 'countdown-narrative-position'
|
||||
|
|
|
|||
|
|
@ -90,22 +90,22 @@ export const rangeInclusion = {
|
|||
export const otherTargetTypes = {
|
||||
friendly: {
|
||||
id: 'friendly',
|
||||
label: 'Friendly'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.friendly'
|
||||
},
|
||||
hostile: {
|
||||
id: 'hostile',
|
||||
label: 'Hostile'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.hostile'
|
||||
},
|
||||
any: {
|
||||
id: 'any',
|
||||
label: 'Any'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.any'
|
||||
}
|
||||
};
|
||||
|
||||
export const targetTypes = {
|
||||
self: {
|
||||
id: 'self',
|
||||
label: 'Self'
|
||||
label: 'DAGGERHEART.CONFIG.TargetTypes.self'
|
||||
},
|
||||
...otherTargetTypes
|
||||
};
|
||||
|
|
@ -587,17 +587,17 @@ export const abilityCosts = {
|
|||
},
|
||||
hope: {
|
||||
id: 'hope',
|
||||
label: 'Hope',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.hope.name',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
armor: {
|
||||
id: 'armor',
|
||||
label: 'Armor Slot',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.armor.name',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
fear: {
|
||||
id: 'fear',
|
||||
label: 'Fear',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||
group: 'TYPES.Actor.adversary'
|
||||
},
|
||||
resource: itemAbilityCosts.resource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue