Remove jitter from unique/legendary items

Greetings all. Does anyone know how to remove the stat jitter on unique/legendary items in a mod? I found where this information is stored for item affixes but since unique/legendary items don’t use the standard affixes, modding them to remove jitter does not work. For example, I created a set of legendary boots with 35% run speed modifier and then set jitter to 0 on the a015b_ch_speedmove_01_feet and a015b_ch_speedmove_02_feet DBRs but this did not remove the jitter on my legendary item. The item DBR itself has no field for jitter/randomization. Thanks.

You might have better luck putting the Run Speed directly on the legendary item than adding it through an affix. How are you generating the boots? Directly out of a chest or a loot-table with affixes rolling on it?

There is a stat called ‘attributeScalePercent’ on items that may be contributing to jitter

I am generating the bonuses on the item directly. I talked about affixes to demonstrate that legendary items do not use affixes and thus removing jitter from them will not remove it from legendary items. I’m generating the item through crafting and the Devil’s Crossing faction vendor. AttributeScalePercent does not pertain to jitter at all.