Difference between revisions of "ModArmorAR"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Modifies the armor rating of the object up or down. '''Syntax''' (nothing) ''reference.''ModArmorAR modifyB...) |
imported>Qazaaq m (fixing note) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax''' | |||
(nothing) ''reference.''ModArmorAR modifyBy:float ''objectID:ref'' | |||
Modifies the armor rating of the object up or down. | Modifies the armor rating of the object up or down. | ||
==Notes== | |||
*The value modified by this function is the armor rating as defined in the Construction Set, multiplied by 100. | |||
*The value does ''not'' take the wearer's skill into account. | |||
==See Also== | ==See Also== |
Latest revision as of 07:54, 27 May 2008
A command for Oblivion Script Extender
Syntax
(nothing) reference.ModArmorAR modifyBy:float objectID:ref
Modifies the armor rating of the object up or down.
Notes[edit | edit source]
- The value modified by this function is the armor rating as defined in the Construction Set, multiplied by 100.
- The value does not take the wearer's skill into account.