wbl2 Posted July 1, 2016 Share Posted July 1, 2016 Hello, I have tried to modify the levelup ability bonus in geralt_stats.xml file. like those lines<ability name="Lvl5"><tags> "base" </tags><vitality type="base" always_random="false" min="100" max="100" /> <attack_power type="add" always_random="false" min="4" max="4" /> <spell_power type="mult" min="0.05" /> </ability> After patch 1.22. i can only find the bonus apply to level 50. I added new line to create the ability bonus to level 70. like the following <ability name="Lvl70"><tags> "base" </tags><vitality type="base" always_random="false" min="100" max="100" /> <attack_power type="add" always_random="false" min="4" max="4" /> <spell_power type="mult" min="0.05" /> </ability> but the game does not load those new variables. i have gone through most of the file in the script folder to find the code related to geralt_stats.xml file. I could not find the code to make those newly added levelup ability bonus line work. any solution? Link to comment Share on other sites More sharing options...
Recommended Posts