Jump to content

Creation Kit: Perk Entry Point Function list


vmsfallout

Recommended Posts

Currently, a few options are available in the function drop-down menu when creating an Entry Point for a perk (specifically, the 'Modify Enemy Critical Hit Chance' entry point). Some of the functions are:

Absolute Value
Add Actor Value Mult
Add Range to Value
Add Value
Multipy 1 + Actor Value Mult

... and a few more.

What I wish to do is add options to this list. Specifically, like the last example I provided, I would like to have the following options as well:

Multipy 1.1 + Actor Value Mult
Multipy 1.2 + Actor Value Mult

... all the way to

Multipy 1.9 + Actor Value Mult


Can I expand the list in this way?

What might also work for me is to get the Mult window to accept numbers smaller than 0.01 (they just round up to 0.01 or down to 0.00).

Any ideas? Thanks

Link to comment
Share on other sites

I am pretty sure the list is hard-coded. Various PEP's allow you to add a Papyrus Script Fragment, so you can augment the system arbitrarily, but it looks like Modify Enemy Critical Hit Chance has no such options.

 

Might be some other way to accomplish your goal, though?

Link to comment
Share on other sites

I will have to do something else if I can't find a way to add more functions. But I was hoping there was some place where I might be able to add a few more options, or even just modify the existing one to 1.5 + Actor Value or something.

 

I don't even know where the coding that controls this lies. Is it a script in the Skyrim.bsa?

 

Like so many before me, so close to achieving what I want, but foiled by the CK limitations again.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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