Difference between revisions of "Magic Effect"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(changed image url and new image with data.)
Line 7: Line 7:


== Editor Dialog ==
== Editor Dialog ==
[[File:Magic_Effect.png]]
[[File:Magic Effect 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 name as it will appear in-game.
*'''Name:''' The name as it will appear in-game.

Revision as of 14:49, 17 July 2016

Papyrus: MagicEffect Script, ActiveMagicEffect Script

Magic Effects represent the primary visual and functional effects of the base object that use them.

Editor Dialog

Magic Effect Editor.png

  • ID: The editor ID which is used by the Creation Kit.
  • Name: The name as it will appear in-game.

Notes

  • A magic effect must have its "Magic Skill" set to none in order for it to be listed and selected by an enchantment.
  • When used on Enchantments some effect types like "Value Modifier" (maybe all) need the Recover flag set before they actually apply on equip.

See Also