Show / Hide Table of Contents

Struct DiseaseData

Settings for a basic disease effect.

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

Constructors

| Improve this Doc View Source

DiseaseData(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Declaration
public DiseaseData(byte STRp, byte INTp, byte WILp, byte AGIp, byte ENDp, byte PERp, byte SPDp, byte LUCp, byte HEAp, byte FATp, byte SPLp, byte minDamagep, byte maxDamagep, byte daysOfSymptomsMinp, byte daysOfSymptomsMaxp)
Parameters
Type Name Description
Byte STRp
Byte INTp
Byte WILp
Byte AGIp
Byte ENDp
Byte PERp
Byte SPDp
Byte LUCp
Byte HEAp
Byte FATp
Byte SPLp
Byte minDamagep
Byte maxDamagep
Byte daysOfSymptomsMinp
Byte daysOfSymptomsMaxp

Fields

| Improve this Doc View Source

AGI

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

daysOfSymptomsMax

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

daysOfSymptomsMin

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

END

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

FAT

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

HEA

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

INT

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

LUC

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

maxDamage

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

minDamage

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

PER

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

SPD

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

SPL

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

STR

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

WIL

Declaration
public byte WIL
Field Value
Type Description
Byte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX