Anomen77 Posted November 16, 2025 Share Posted November 16, 2025 (edited) I've fixed this a long time ago on my end expecting Klei to follow soon after but it hasn't happened. Please, Klei, apply this to both the shields and any other weapon that modifies durability directly. Efficient user is for Wes and attackwearmultipliers is for Weaponized Warble. Of course, mods benefits from both of these. local function OnAttack(inst, attacker, target) local efficientuser = attacker.components.efficientuser and attacker.components.efficientuser:GetMultiplier(ACTIONS.ATTACK) or 1 local useMult = efficientuser * inst.components.weapon.attackwearmultipliers:Get() inst.components.armor:TakeDamage(TUNING.SHIELDOFTERROR_USEDAMAGE * useMult) end Edited November 16, 2025 by Anomen77 typo 1 Link to comment https://forums.kleientertainment.com/forums/topic/168774-shields-dont-apply-weapon-durability-multipliers/ Share on other sites More sharing options...
ShadowDuelist Posted November 16, 2025 Share Posted November 16, 2025 Can you elaborate on the original problem and why does this solve it, for those of us who do not understand code? Link to comment https://forums.kleientertainment.com/forums/topic/168774-shields-dont-apply-weapon-durability-multipliers/#findComment-1843058 Share on other sites More sharing options...
Semind Posted November 16, 2025 Share Posted November 16, 2025 17 minutes ago, ShadowDuelist said: Can you elaborate on the original problem and why does this solve it, for those of us who do not understand code? I imagine it's going to be one of two things, right? Wes' innate trait that reduces the durability loss when a tool/weapon is used, as well as Wigfrid's battle song that applies the same effect, in the current code of the game these effects are not applying to the durability loss of the Shield of Terror or Battle Rond when (and this is the part of I'm not 100% sure about) the player is attacking with one of these shields, or when they receive an attack while holding one of these shields. Or possibly in both cases? But the bottom line is that these effects that reduce the loss of durability aren't being applied when the shields lose durability, according to OP. 1 Link to comment https://forums.kleientertainment.com/forums/topic/168774-shields-dont-apply-weapon-durability-multipliers/#findComment-1843059 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now