mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
add reloading feature
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
e9e8d2bd59
commit
9e4d8d637a
8 changed files with 91 additions and 16 deletions
|
|
@ -191,6 +191,11 @@ export const healingTypes = {
|
|||
id: 'fear',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||
abbreviation: 'DAGGERHEART.CONFIG.HealingType.fear.abbreviation'
|
||||
},
|
||||
weaponResource: {
|
||||
id: 'weaponResource',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.weaponResource.name',
|
||||
abbreviation: 'DAGGERHEART.CONFIG.HealingType.weaponResource.abbreviation'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue