[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
ModAttackDamage
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.