Infernus blessing maxing out at wrong # of stacks

Rolled infernus 3 on my recon VId lasgun, shot a reaper in the psykanium until it reached max stacks. Maxes out at 6 stacks rather than the listed 8. Either the tooltip on the blessing is wrong or the blessing isn’t functioning right. This is like a ~60% damage loss for this blessing if the blessing tooltip is correct

I know which one I’d rather have tbh

this is also only applying 1 burn stack per crit as well

templates.weapon_trait_bespoke_lasgun_p3_burninating_on_crit = {
	weapon_trait_bespoke_lasgun_p3_burninating_on_crit = {
		{
			target_buff_data = {
				max_stacks = 6,
				num_stacks_on_proc = 1
			}
		},
		[4] = {
			target_buff_data = {
				max_stacks = 9,
				num_stacks_on_proc = 2
			}
		}
	}

forgot to update the tooltip when you changed this. t3 still says +2 stack max 8, t4 says +2 stack max 10

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