Show / Hide Table of Contents

Struct EffectProperties

Defines properties intrinsic to an effect.

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

Fields

| Improve this Doc View Source

AllowedCraftingStations

Declaration
public MagicCraftingStations AllowedCraftingStations
Field Value
Type Description
MagicCraftingStations
| Improve this Doc View Source

AllowedElements

Declaration
public ElementTypes AllowedElements
Field Value
Type Description
ElementTypes
| Improve this Doc View Source

AllowedTargets

Declaration
public TargetTypes AllowedTargets
Field Value
Type Description
TargetTypes
| Improve this Doc View Source

ChanceCosts

Declaration
public EffectCosts ChanceCosts
Field Value
Type Description
EffectCosts
| Improve this Doc View Source

ChanceFunction

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

ClassicKey

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

DisableReflectiveEnumeration

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

DurationCosts

Declaration
public EffectCosts DurationCosts
Field Value
Type Description
EffectCosts
| Improve this Doc View Source

EnchantmentPayloadFlags

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

ItemMakerFlags

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

Key

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

MagicSkill

Declaration
public DFCareer.MagicSkills MagicSkill
Field Value
Type Description
DFCareer.MagicSkills
| Improve this Doc View Source

MagnitudeCosts

Declaration
public EffectCosts MagnitudeCosts
Field Value
Type Description
EffectCosts
| Improve this Doc View Source

ShowSpellIcon

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

SupportChance

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

SupportDuration

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

SupportMagnitude

Declaration
public bool SupportMagnitude
Field Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX