I want to offer you a fix for the Undying skill. It fixes the wrong calculation for the skill and fixes the description for "%" for each level skill.
Without fix for the Undying skill: screenshots:
Spoiler:
Show
With fix for the Undying skill: screenshots:
Spoiler:
Show
To fix this, change the line in the script characterMenu.ws arg = CalculateAttributeValue(GetWitcherPlayer().GetSkillAttributeValue(S_Sword_s18, 'healing_bonus', false, false)) * (skillLevel-1); to arg = CalculateAttributeValue(GetWitcherPlayer().GetSkillAttributeValue(S_Sword_s18, 'healing_bonus', false, false)) * skillLevel;
Thanks for the mod with the Protective Coating skill fix.
8 comments
I want to offer you a fix for the Undying skill. It fixes the wrong calculation for the skill and fixes the description for "%" for each level skill.
Without fix for the Undying skill: screenshots:
With fix for the Undying skill: screenshots:
To fix this, change the line in the script characterMenu.ws
arg = CalculateAttributeValue(GetWitcherPlayer().GetSkillAttributeValue(S_Sword_s18, 'healing_bonus', false, false)) * (skillLevel-1);
to
arg = CalculateAttributeValue(GetWitcherPlayer().GetSkillAttributeValue(S_Sword_s18, 'healing_bonus', false, false)) * skillLevel;
Thanks for the mod with the Protective Coating skill fix.
Hello gaymej
This mod require an update for the 4.03 version.
Here the changelog for help:
Scripts 4.02 vs 4.03
I can offer my assistance to update this mod and share to you in Direct Message (No DP %, just my name in the description).