mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Added all Secondary Weapons
This commit is contained in:
parent
6b98c19742
commit
fd59a8f76e
56 changed files with 6127 additions and 40 deletions
|
|
@ -723,7 +723,7 @@ export const weaponFeatures = {
|
|||
}
|
||||
]
|
||||
},
|
||||
doubledup: {
|
||||
doubledUp: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.doubledUp.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.doubledUp.description',
|
||||
actions: [
|
||||
|
|
@ -911,7 +911,7 @@ export const weaponFeatures = {
|
|||
}
|
||||
]
|
||||
},
|
||||
lockedon: {
|
||||
lockedOn: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.lockedOn.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.lockedOn.description',
|
||||
actions: [
|
||||
|
|
@ -1010,26 +1010,16 @@ export const weaponFeatures = {
|
|||
paired: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.description',
|
||||
actions: [
|
||||
effects: [
|
||||
{
|
||||
type: 'effect',
|
||||
actionType: 'action',
|
||||
chatDisplay: true,
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.actions.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.actions.paired.description',
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.description',
|
||||
img: 'icons/skills/melee/weapons-crossed-swords-yellow-teal.webp',
|
||||
effects: [
|
||||
changes: [
|
||||
{
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.description',
|
||||
img: 'icons/skills/melee/weapons-crossed-swords-yellow-teal.webp',
|
||||
changes: [
|
||||
{
|
||||
key: 'system.bonuses.damage.primaryWeapon.bonus',
|
||||
mode: 2,
|
||||
value: '1 + ITEM.@system.tier'
|
||||
}
|
||||
]
|
||||
key: 'system.bonuses.damage.primaryWeapon.bonus',
|
||||
mode: 2,
|
||||
value: 'ITEM.@system.tier + 1'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue