Difference between revisions of "Spell"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Added editor object)
 
imported>Qazaaq
(fixed wiki link)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
'''Papyrus:''' [[Spell Script]]
'''Papyrus:''' [[Spell Script]]


A spell can apply various effects to references.
A spell is a collection of one or more [[Magic Effect]]s.


== Editor Dialog ==
== Editor Dialog ==
[[File:Spell_Editor.png]]
[[File:Spell_Editor.png]]
* '''ID''': The editor ID which is used by the Creation Kit.
*'''ID''': The editor ID which is used by the Creation Kit.
* '''Name''': The object's name as it will appear within menus and the game world.
*'''Name''': The object's name as it will appear within menus and the game world.
 
== Effect Item Dialog ==
[[File:Spell_Effect_Editor.png]]


== Notes ==
== Notes ==
Line 14: Line 17:


== See Also ==
== See Also ==
*[[:Category:Items|Magic Category]]
*[[:Category:Magic|Magic Category]]





Latest revision as of 05:46, 22 October 2017

Type: SPEL
Papyrus: Spell Script

A spell is a collection of one or more Magic Effects.

Editor Dialog[edit | edit source]

Spell Editor.png

  • ID: The editor ID which is used by the Creation Kit.
  • Name: The object's name as it will appear within menus and the game world.

Effect Item Dialog[edit | edit source]

Spell Effect Editor.png

Notes[edit | edit source]

None

See Also[edit | edit source]