[BUG] - Paired - Wrong effect

Fixes #792
This commit is contained in:
Joaquin Pereyra 2025-08-10 15:46:57 -03:00
parent 300719c116
commit 33312ecfb9
2 changed files with 4 additions and 4 deletions

View file

@ -1362,17 +1362,17 @@
},
"paired": {
"name": "Paired",
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
"description": "+2 to primary weapon damage to targets within Melee range",
"actions": {
"paired": {
"name": "Paired",
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
"description": "+2 to primary weapon damage to targets within Melee range"
}
},
"effects": {
"paired": {
"name": "Paired",
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
"description": "+2 to primary weapon damage to targets within Melee range"
}
}
},

View file

@ -1077,7 +1077,7 @@ export const weaponFeatures = {
{
key: 'system.bonuses.damage.primaryWeapon.bonus',
mode: 2,
value: 'ITEM.@system.tier + 1'
value: '2'
}
]
}