ModBaseActorValue
From GECK
(Redirected from ModBaseAV)
A function added by the JIP NVSE Plugin.
Contents
Description
Modifies the base value of the specified stat, for the passed actor. This function differs from ModActorValue, which modifies the current stat value. The modifier may be either positive or negative.
Syntax
actorRef.ModBaseActorValue actorValue:statName modifier:float actorBase:form
Or:
actorRef.ModBaseAV actorValue:statName modifier:float actorBase:form
Example
CraigBooneRef.ModBaseActorValue Health 50
ModBaseAV Health -85 CrDeathClawMother
Notes
- The changes will be applied on all instances of the actor's base form in the world.