Run 'n' Gun Damage only works while sprinting, and description is lacking infromation

Issue Type (Required):

Blessings

Issue Description (Required):

Equip a weapon with Run ‘n’ Gun
image

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)

See source.

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),
2 Likes

another issue: they took this off the las pistol eons ago when its one of 3 weapons that would actually consider this.

2 Likes

Yeah, that made me a sad panda.

I can’t check it rn, but isn’t the description only say that on the Ogryn weapons? And is correct on at least the human Revolvers?

'Tis the same, as expected.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.