Greetings
First time posting so my apologies if this should be somewhere else.
I've been looking around a bit for an issue I've found (first on AR, then on other weapons but haven't looked at them all. Don't know about armor). For T1-T5 the stats progress naturally and the weapon becomes increasingly better for all stats. But for T6 only the damage is better. Durability is more that of a T4, and effective range is same as T1 (T5 has around 58-60, T6 around 42).
I have found this line of code for durability but even though changing it to specify each level and increasing it for T6, nothing changes
<passive_effect name="DegradationMax" operation="base_set" value="225,500" tier="1,6" tags="perkMachineGunner,perkBookAutoWeapons"/>
I would like to have it so that when I find a T6 equipment, it should be the best that can be found. Maybe range and durability are no big issues but I would still like to figure it out.
Anyone got any clue?
First time posting so my apologies if this should be somewhere else.
I've been looking around a bit for an issue I've found (first on AR, then on other weapons but haven't looked at them all. Don't know about armor). For T1-T5 the stats progress naturally and the weapon becomes increasingly better for all stats. But for T6 only the damage is better. Durability is more that of a T4, and effective range is same as T1 (T5 has around 58-60, T6 around 42).
I have found this line of code for durability but even though changing it to specify each level and increasing it for T6, nothing changes
<passive_effect name="DegradationMax" operation="base_set" value="225,500" tier="1,6" tags="perkMachineGunner,perkBookAutoWeapons"/>
I would like to have it so that when I find a T6 equipment, it should be the best that can be found. Maybe range and durability are no big issues but I would still like to figure it out.
Anyone got any clue?