Show / Hide Table of Contents

Struct SpellRecord.EffectRecordData

Namespace: DaggerfallConnect.Save
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct EffectRecordData

Fields

| Improve this Doc View Source

chanceBase

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

chanceMod

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

chancePerLevel

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

descriptionTextIndex

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

durationBase

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

durationMod

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

durationPerLevel

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

magnitudeBaseHigh

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

magnitudeBaseLow

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

magnitudeLevelBase

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

magnitudeLevelHigh

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

magnitudePerLevel

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

spellMakerTextIndex

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

subType

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

type

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