Issue Type (Required):
Blessings
Issue Description (Required):
Equip a weapon with Run ‘n’ Gun
Steps to Reproduce (Required):
Equip Run ‘n’ Gun, observe damage only active when sprinting. Not sure if this is intentional or not, but besides that the blessing description is not very helpful as it does not mention the changes from patch #13 :
- 0.3 spread_modifier reduction, always active
- 0.1 spread_modifier increase when sprinting (for 0.2 reduction total)
- 10% close range damage (8m close_range typo affected) buff while sprinting only.
This has been reported before but not with the sprinting requirement mentioned afaik (recently)
stat_buffs = {
[stat_buffs.spread_modifier] = -0.3
},
conditional_stat_buffs = {
[stat_buffs.spread_modifier] = 0.1,
[stat_buffs.damage_near] = 0.1
},
conditional_stat_buffs_func = ConditionalFunctions.all(ConditionalFunctions.is_item_slot_wielded, ConditionalFunctions.is_sprinting),