Difference between revisions of "AddFullEffectItem"
Added obse link
imported>Haama (Notes on breaking display limitations, magic items) |
imported>WereWolf (Added obse link) |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
AddFullEffectItem - adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range. Uses the 4 letter codes for the magic effects listed in the CS. (Due to wiki limitations, the following has been broken into two lines, but is really one.) | AddFullEffectItem - adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range. Uses the 4 letter codes for the magic effects listed in the CS. (Due to wiki limitations, the following has been broken into two lines, but is really one.) | ||
(index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long | |||
'''Syntax:''' | |||
(index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long duration:long range:short magicItem:ref | |||
==Notes== | ==Notes== |