Heavy Sword's Chained Deathblow does not give the correct amount of crit chance

Issue Type (Required):

Weapons

Issue Description (Required):

Heavy Sword’s new Chained Deathblow blessing gives the incorrect amount of critical chance at all levels. The blessing gives 10% at all tiers instead of the stated 5%-20%.

Steps to Reproduce (Required):

Using Heavy Sword with Chained Deathblow

Weakspot kill

Receive 10% crit chance

Reproduction Rate (Required):

Constant (100%)

Platform (Required):

PC - Steam

Screenshot is with Chained Deathblow 4.

Upload Supporting Evidence (Optional):

1 Like

Just to ask, is it still bugged?
Enhanced description says so…

But the code seems corrected.

templates.weapon_trait_bespoke_combatsword_p2_increased_crit_chance_on_weakspot_kill = {
	buffs = {
		weapon_trait_bespoke_combatsword_p2_increased_crit_chance_on_weakspot_kill = {
			{
				conditional_stat_buffs = {
					[stat_buffs.melee_critical_strike_chance] = 0.05,
				},
			},
			{
				conditional_stat_buffs = {
					[stat_buffs.melee_critical_strike_chance] = 0.1,
				},
			},
			{
				conditional_stat_buffs = {
					[stat_buffs.melee_critical_strike_chance] = 0.15,
				},
			},
			{
				conditional_stat_buffs = {
					[stat_buffs.melee_critical_strike_chance] = 0.2,
				},
			},
		},
	},
}

My problem is that I cannot compare with the old code…