Show / Hide Table of Contents

Struct CustomEnchantment

Defines a custom enchantment for items. Classic enchantments use a type/param number pair in DaggerfallEnchantment. Custom enchantments use a key/param string pair in CustomEnchantment.

Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct CustomEnchantment

Fields

| Improve this Doc View Source

CustomParam

Declaration
public string CustomParam
Field Value
Type Description
String
| Improve this Doc View Source

EffectKey

Declaration
public string EffectKey
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX