mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Tier 3 Magical
This commit is contained in:
parent
ec58d0231e
commit
d36a41b534
23 changed files with 2711 additions and 6 deletions
|
|
@ -553,6 +553,20 @@ export const weaponFeatures = {
|
|||
}
|
||||
]
|
||||
},
|
||||
burning: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.burning.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.burning.description',
|
||||
actions: [
|
||||
{
|
||||
type: 'effect',
|
||||
actionType: 'action',
|
||||
chatDisplay: true,
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.burning.actions.burn.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.burning.actions.burn.description',
|
||||
img: 'icons/magic/fire/blast-jet-stream-embers-orange.webp'
|
||||
}
|
||||
]
|
||||
},
|
||||
charged: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.charged.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.charged.description',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue