Tier 3 Magical

This commit is contained in:
WBHarry 2025-07-30 02:12:56 +02:00
parent ec58d0231e
commit d36a41b534
23 changed files with 2711 additions and 6 deletions

View file

@ -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',