ModAttackDamage

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(nothing) reference.ModAttackDamage modifyBy:float objectID:ref

Modifies the base attack damage up or down.

Example:

ref Weapon
float WeaponDamage
set Weapon to player.GetEquippedObject 16
ModAttackDamage 10 Weapon

Add 10 to the current player's equipped weapon attack damage.

See Also[edit | edit source]