Jump to content

Follower with Custom Perks


Recommended Posts

I've started to learn a bit about the Creation Kit and modding stuff and I am trying to create a Follower for a Custom Race I downloaded (Lykaios), but I want him to get perks as he level up...
I searched a bit and learned that you can't add perks to NPCs using Papyrus Script and I came up with a solution for basic perks...

Basically, the perk's effect will only activate when the follower is in a specif level range.
But them, I tried to do the same thing with the PowerBash perk, but it has no effect attached to it...
I know that the PowerBash perk is used in the "AVIF" "AVBlock" (which I presume means Actor Value Block) and also in the "IDLE" "PowerBash", but I couldn't find these in the Object Window... Is there any way to modify these objects in order to give the follower this "custom" Power Bash?


---------- EDIT ----------
Looks like I managed to do it and I'll share my solution here in case anyone needs it later on ^^

I found the "IDLE" object for the PowerBash and was surprised when I saw that it was a Player Exclusive skill, but I modified the conditions so the follower can use it too!
This weird combination of Conditions is the same as ((HasPerk AND IsPlayer) OR (IsKlaus AND LVL >= 8 )), CK logical operators are weird...
Now, I have seen NPCs doing the Power Bash animation before (including my follower), but it doesn't trigger the Power Bash effect (stronger stagger), after modifying this, my follower does trigger the Power Bash effect on enemies when he is above lvl 8.

Edited by thunderbert
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...