Class PacifyEffect
Pacify - Animal/Undead/Humanoid/Daedra
Assembly: Assembly-CSharp.dll
Syntax
public class PacifyEffect : BaseEntityEffect, IEntityEffect, IMacroContextProvider
Properties
|
Improve this Doc
View Source
GroupName
Declaration
public override string GroupName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Properties
Declaration
public override EffectProperties Properties { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SpellBookDescription
Declaration
public override TextFile.Token[] SpellBookDescription { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SpellMakerDescription
Declaration
public override TextFile.Token[] SpellMakerDescription { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SubGroupName
Declaration
public override string SubGroupName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
TargetGroup
Declaration
public DFCareer.EnemyGroups TargetGroup { get; }
Property Value
Methods
|
Improve this Doc
View Source
MagicRound()
Declaration
public override void MagicRound()
Overrides
|
Improve this Doc
View Source
SetProperties()
Declaration
public override void SetProperties()
Overrides
Implements