Show / Hide Table of Contents

Class ItemData_v1

Inheritance
Object
ItemData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class ItemData_v1

Fields

| Improve this Doc View Source

className

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

currentVariant

Declaration
public int currentVariant
Field Value
Type Description
Int32
| Improve this Doc View Source

customMagic

Declaration
public CustomEnchantment[] customMagic
Field Value
Type Description
CustomEnchantment[]
| Improve this Doc View Source

drawOrder

Declaration
public int drawOrder
Field Value
Type Description
Int32
| Improve this Doc View Source

dyeColor

Declaration
public DyeColors dyeColor
Field Value
Type Description
DyeColors
| Improve this Doc View Source

enchantmentPoints

Declaration
public int enchantmentPoints
Field Value
Type Description
Int32
| Improve this Doc View Source

groupIndex

Declaration
public int groupIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

hits1

Declaration
public int hits1
Field Value
Type Description
Int32
| Improve this Doc View Source

hits2

Declaration
public int hits2
Field Value
Type Description
Int32
| Improve this Doc View Source

hits3

Declaration
public int hits3
Field Value
Type Description
Int32
| Improve this Doc View Source

isQuestItem

Declaration
public bool isQuestItem
Field Value
Type Description
Boolean
| Improve this Doc View Source

itemGroup

Declaration
public ItemGroups itemGroup
Field Value
Type Description
ItemGroups
| Improve this Doc View Source

legacyMagic

Declaration
public int[] legacyMagic
Field Value
Type Description
Int32[]
| Improve this Doc View Source

message

Declaration
public int message
Field Value
Type Description
Int32
| Improve this Doc View Source

nativeMaterialValue

Declaration
public int nativeMaterialValue
Field Value
Type Description
Int32
| Improve this Doc View Source

playerTextureArchive

Declaration
public int playerTextureArchive
Field Value
Type Description
Int32
| Improve this Doc View Source

playerTextureRecord

Declaration
public int playerTextureRecord
Field Value
Type Description
Int32
| Improve this Doc View Source

poisonType

Declaration
public Poisons poisonType
Field Value
Type Description
Poisons
| Improve this Doc View Source

potionRecipe

Declaration
public int potionRecipe
Field Value
Type Description
Int32
| Improve this Doc View Source

questItemSymbol

Declaration
public Symbol questItemSymbol
Field Value
Type Description
Symbol
| Improve this Doc View Source

questUID

Declaration
public ulong questUID
Field Value
Type Description
UInt64
| Improve this Doc View Source

repairData

Declaration
public ItemRepairData_v1 repairData
Field Value
Type Description
ItemRepairData_v1
| Improve this Doc View Source

shortName

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

stackCount

Declaration
public int stackCount
Field Value
Type Description
Int32
| Improve this Doc View Source

timeForItemToDisappear

Declaration
public uint timeForItemToDisappear
Field Value
Type Description
UInt32
| Improve this Doc View Source

timeHealthLeechLastUsed

Declaration
public uint timeHealthLeechLastUsed
Field Value
Type Description
UInt32
| Improve this Doc View Source

trappedSoulType

Declaration
public MobileTypes trappedSoulType
Field Value
Type Description
MobileTypes
| Improve this Doc View Source

uid

Declaration
public ulong uid
Field Value
Type Description
UInt64
| Improve this Doc View Source

value1

Declaration
public int value1
Field Value
Type Description
Int32
| Improve this Doc View Source

value2

Declaration
public int value2
Field Value
Type Description
Int32
| Improve this Doc View Source

weightInKg

Declaration
public float weightInKg
Field Value
Type Description
Single
| Improve this Doc View Source

worldTextureArchive

Declaration
public int worldTextureArchive
Field Value
Type Description
Int32
| Improve this Doc View Source

worldTextureRecord

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