Show / Hide Table of Contents

Class DaggerfallResistances

Daggerfall resistances collection for every entity.

Inheritance
Object
DaggerfallResistances
Namespace: DaggerfallWorkshop.Game.Entity
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class DaggerfallResistances

Constructors

| Improve this Doc View Source

DaggerfallResistances()

Declaration
public DaggerfallResistances()

Fields

| Improve this Doc View Source

Count

Declaration
public const int Count = 5
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

LiveDiseaseOrPoison

Declaration
public int LiveDiseaseOrPoison { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LiveFire

Declaration
public int LiveFire { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LiveFrost

Declaration
public int LiveFrost { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LiveMagic

Declaration
public int LiveMagic { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LiveShock

Declaration
public int LiveShock { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PermanentDiseaseOrPoison

Declaration
public int PermanentDiseaseOrPoison { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PermanentFire

Declaration
public int PermanentFire { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PermanentFrost

Declaration
public int PermanentFrost { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PermanentMagic

Declaration
public int PermanentMagic { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PermanentShock

Declaration
public int PermanentShock { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

AssignMods(Int32[])

Assign mods from effect manager.

Declaration
public void AssignMods(int[] resistanceMods)
Parameters
Type Name Description
Int32[] resistanceMods
| Improve this Doc View Source

Copy(DaggerfallResistances)

Declaration
public void Copy(DaggerfallResistances other)
Parameters
Type Name Description
DaggerfallResistances other
| Improve this Doc View Source

GetLiveResistanceValue(DFCareer.Elements)

Declaration
public int GetLiveResistanceValue(DFCareer.Elements resistance)
Parameters
Type Name Description
DFCareer.Elements resistance
Returns
Type Description
Int32
| Improve this Doc View Source

GetLiveResistanceValue(Int32)

Declaration
public int GetLiveResistanceValue(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Int32
| Improve this Doc View Source

GetPermanentResistanceValue(DFCareer.Elements)

Declaration
public int GetPermanentResistanceValue(DFCareer.Elements resistance)
Parameters
Type Name Description
DFCareer.Elements resistance
Returns
Type Description
Int32
| Improve this Doc View Source

GetPermanentResistanceValue(Int32)

Declaration
public int GetPermanentResistanceValue(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Int32
| Improve this Doc View Source

SetDefaults()

Declaration
public void SetDefaults()
| Improve this Doc View Source

SetPermanentResistanceValue(DFCareer.Elements, Int32)

Declaration
public void SetPermanentResistanceValue(DFCareer.Elements resistance, int value)
Parameters
Type Name Description
DFCareer.Elements resistance
Int32 value
| Improve this Doc View Source

SetPermanentResistanceValue(Int32, Int32)

Declaration
public void SetPermanentResistanceValue(int index, int value)
Parameters
Type Name Description
Int32 index
Int32 value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX