How to mod the effects of skills?

Users who are viewing this thread

I was trying to buff the skills in my own personal version of the 1257 AD Enhanced Edition mod. However, I'm only able to go as far as bumping up the level cap of skills to level 15 on the skills.txt file but I couldn't find the files that impact skills that I want to buff such as ironflesh, power strike, power draw, and athletics. Does anyone know how to edit the effects of skills?
 
Solution
The impacts of the skills Ironflesh, Power Strike, Power Draw and Athletics are per se hard-coded skills and cannot be edited by modders. For Athletics you can only go to your module.ini file and set
Code:
can_run_faster_with_skills = 0
to 1 (or add that line if it is not given there). That's pretty much about it.
The impacts of the skills Ironflesh, Power Strike, Power Draw and Athletics are per se hard-coded skills and cannot be edited by modders. For Athletics you can only go to your module.ini file and set
Code:
can_run_faster_with_skills = 0
to 1 (or add that line if it is not given there). That's pretty much about it.
 
Upvote 0
Solution
Back
Top Bottom