ModBaseActorValue

From GECK
Jump to: navigation, search


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]
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.

See Also