mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
create DHResourceData
This commit is contained in:
parent
31647d71ee
commit
82a7a99b65
7 changed files with 45 additions and 20 deletions
|
|
@ -89,6 +89,11 @@ export const healingTypes = {
|
|||
id: 'armorStack',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.armorStack.name',
|
||||
abbreviation: 'DAGGERHEART.CONFIG.HealingType.armorStack.abbreviation'
|
||||
},
|
||||
fear: {
|
||||
id: 'fear',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||
abbreviation: 'DAGGERHEART.CONFIG.HealingType.fear.abbreviation'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue