Difference between revisions of "Magic Effect"
Jump to navigation
Jump to search
imported>Qazaaq (changed image url and new image with data.) |
imported>Qazaaq (added form type) |
||
Line 1: | Line 1: | ||
'''Type:''' <code>MGEF</code> | |||
<BR/> | |||
'''Papyrus:''' [[MagicEffect Script]], [[ActiveMagicEffect Script]] | '''Papyrus:''' [[MagicEffect Script]], [[ActiveMagicEffect Script]] | ||
Line 9: | Line 8: | ||
[[File:Magic Effect Editor.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 | *'''Name:''' The object's name as it will appear within menus and the game world. | ||
*'''Effect Archetype:''' | |||
*'''Casting Type:''' | |||
*'''Delivery:''' | |||
*'''Magic Skill:''' | |||
*'''Minimum Skill Level:''' | |||
== Notes == | == Notes == | ||
* A magic effect must have its "Magic Skill" set to none in order for it to be listed and selected by an | * 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. | * 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 == | == See Also == | ||
*[[:Category:Magic|Magic Category]] | *[[:Category:Magic|Magic Category]] | ||
[[Category:Editor Reference]] | |||
[[Category:Object_Classes]] | |||
[[Category:Magic]] |
Revision as of 04:21, 22 October 2017
Type: MGEF
Papyrus: MagicEffect Script, ActiveMagicEffect Script
Magic Effects represent the primary visual and functional effects of the base object that use them.
Editor Dialog
- 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 Archetype:
- Casting Type:
- Delivery:
- Magic Skill:
- Minimum Skill Level:
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.