Show / Hide Table of Contents

Struct MagicItemTemplate

Stores template data for magic items and artifacts.

Namespace: DaggerfallConnect.FallExe
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct MagicItemTemplate

Fields

| Improve this Doc View Source

enchantments

Declaration
public DaggerfallEnchantment[] enchantments
Field Value
Type Description
DaggerfallEnchantment[]
| Improve this Doc View Source

group

Declaration
public byte group
Field Value
Type Description
Byte
| Improve this Doc View Source

groupIndex

Declaration
public byte groupIndex
Field Value
Type Description
Byte
| Improve this Doc View Source

index

Declaration
public long index
Field Value
Type Description
Int64
| Improve this Doc View Source

material

Declaration
public byte material
Field Value
Type Description
Byte
| Improve this Doc View Source

name

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

type

Declaration
public MagicItemTypes type
Field Value
Type Description
MagicItemTypes
| Improve this Doc View Source

uses

Declaration
public short uses
Field Value
Type Description
Int16
| Improve this Doc View Source

value

Declaration
public int value
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX