Difference between revisions of "SetSpellType"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(MI function)
imported>DragoonWraith
(adding Poison with thanks to Migck)
 
Line 12: Line 12:
   3:    Lesser Power
   3:    Lesser Power
   4:    Ability
   4:    Ability
  5:    Poison


==See Also==
== Note ==
*[[GetSpellType]]


[[Category: Functions]]
* The <tt>Poison</tt> type causes the spell to use the graphics and sound effects of the <tt>POSN</tt> magic effect instead of the effects of the spell, and causes it to be affected by Resist Poison and Cure Poison.
[[Category: Functions (OBSE)]]
 
[[Category: Magic Functions]]
== See Also ==
[[Category: Magic Functions (OBSE)]]
 
* [[GetSpellType]]
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Magic Item (OBSE)]]
[[Category:Magic Functions - Magic Item (OBSE)]]

Latest revision as of 15:14, 26 June 2011

A command for Oblivion Script Extender

Syntax:

(nothing) SetSpellType nuType:short spell:ref

Sets the spell type.

Spell Type:
 0:    Spell
 1:    Disease
 2:    Power
 3:    Lesser Power
 4:    Ability
 5:    Poison

Note[edit | edit source]

  • The Poison type causes the spell to use the graphics and sound effects of the POSN magic effect instead of the effects of the spell, and causes it to be affected by Resist Poison and Cure Poison.

See Also[edit | edit source]