ModBaseActorValue

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

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

[help]
reference.ModBaseActorValue statName:string modifier:float actorBase:ref 

Or:

reference.ModBaseAV statName:string modifier:float actorBase:ref

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.

See Also