Difference between revisions of "Enchantment"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Dialog ID description)
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Magic]]
'''Papyrus:''' [[Enchantment Script]]
'''Papyrus:''' [[Enchantment Script]]


Line 13: Line 14:
* 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 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.
* 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 ==
*[[:Category:Magic|Magic Category]]

Revision as of 01:35, 7 June 2016

Papyrus: Enchantment Script

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

File:Ench.png

Editor Dialog

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

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