Difference between revisions of "Enchantment"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
m
Line 6: Line 6:
An Enchantment is a collection of one or more [[Magic Effect]]s.
An Enchantment is a collection of one or more [[Magic Effect]]s.


== Editor Dialog==
== Editor Dialog ==
[[File:Enchantment Editor.png]]
[[File:Enchantment 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.


== Effect Item==
== Effect Item Dialog ==
[[File:Enchantment Effect Item Editor.png]]
[[File:Enchantment Effect Item Editor.png]]



Revision as of 21:19, 17 July 2016

Papyrus: Enchantment Script

An Enchantment is a collection of one or more Magic Effects.

Editor Dialog

Enchantment Editor.png

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

Effect Item Dialog

Enchantment Effect Item Editor.png


Notes

  • A magic effect must match in both Casting and Delivery Types, as well has have its "Magic Skill" set to none, in order for it to be listed and added to an enchantment.
  • A few magic effect types like Value Modifier (maybe all) need the "Recover" checkbox enabled on the magic effect for their effect to actually apply.

See Also