Jump to content

What does this do?


Sirxon

Recommended Posts

Ok i wanna know what this Functions do and if anyone knows exactly can you elaborate please =).

 

For entry point:

 

Mod Attack Damage

 

Functions:

 

Absolute Value - what it does exactly, Value=Abs(Value)

Negative Absolute Value - -||- , Value=-Abs(Value)

Set To Actor Value Mult - -||- , Value= ActorValue * 0.00

Link to comment
Share on other sites

That is used by perks to increase or decrease the amount of damage that an Actor does.

 

Using an Absolute Value would increase it by a specific amount. Using a Negative Value would subtract it by a certain amout. Setting it to an Actor Value multiplier would set it to whatever the Actor Value you specify times the multiplier is. Say, for instance, You chose the IllusionSkill Actor Value and .01. The Actor's damage would be set to whatever their Illusion skill times .01 is equal to.

 

That specific entry point is mostly used for perks that increase the player's damage such as Armsman, which increases damage for OneHanded weapons. In Armsman's case, there are also Conditions in the Weapon tab that make sure the weapon being used is a OneHanded weapon.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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