Difference between revisions of "AddFullEffectItem"

266 bytes added ,  01:31, 15 January 2009
fixing extra spacing
imported>WereWolf
(Added obse link)
imported>DragoonWraith
(fixing extra spacing)
 
(7 intermediate revisions by 3 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]]


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.)
'''Syntax:'''
(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
                                duration:long range:short magicItem:ref


'''Syntax:'''
Adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range.
(index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long duration:long range:short magicItem:ref
 
{{OBSE Magic Range Codes}}
== Notes ==


==Notes==
* Uses the 4 letter codes for the [[Magic Effects List|magic effects]] listed in the CS.
* Magic items include Potions, Ingredients, Spells and Enchantments. They do not include Sigil Stones or Soulgems. Also note that the Enchantment refers to the base enchantment. If the enchantment is on two items changing it on one item will change it on the other.
* Magic items include Potions, Ingredients, Spells and Enchantments. They do not include Sigil Stones or Soulgems. Also note that the Enchantment refers to the base enchantment. If the enchantment is on two items changing it on one item will change it on the other.
* Potions will only show up to 8 effects, but all of the effects will still apply when used, and can be accessed with any '''GetNthEffectItem...''' function.
* Potions will only show up to 8 effects, but all of the effects will still apply when used, and can be accessed with any '''GetNthEffectItem...''' function.
** Untested for other magic items
** Untested for other magic items.
* Adding a hostile effect to a Spell which previously had none will not make the Spell hostile. Use [[SetSpellHostile]] to update the hostility.


==See Also==
== See Also ==
* [[Magic Effects List]]
* [[Magic Effects List]]
* [[AddEffectItem]]
* [[AddEffectItem]]
Line 21: Line 27:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]