Issue Description: Veteran Sharpshooter talent “Counterfire” does not provide a 25% bonus to weak spot damage, seems to be an oversight.
Sharpshooter combat ability by default has a value of 0.25 for ranged_weakspot_damage.
Talent has a value of 0.25 for weakspot_damage.
When the table is cloned for the headhunter talent buff, the value of weakspot_damage is used for the value of ranged_weakspot_damage, overwriting the existing value of 0.25 with 0.25.
Either the default ability isn’t supposed to have a 25% bonus or the talent is intended to be additive but overwrites instead.
Steps to Reproduce: 1. Play any match with damage logging or enter meat grinder as lvl30 Veteran Sharpshooter. 2. Use combat ability and shoot something in the weakspot. 3. Switch to the second talent for lvl30, counterfire. 4. Repeat step 2. Damage should be the same.
Platform: Lua pulled from Steam bundles but should affect both.
Player ID:
Reproduction Rate: 100%
Upload Supporting Evidence:
Don’t have a video handy, at work when post made.
Specific script paths are
scripts/settings/ability/archetype_talents/veteran_ranger_talents.lua
scripts/settings/buff/player_archetype_specialization/veteran_ranger_buff_templates.lua
No logs needed.