Class ChameleonNormal
Inheritance
ChameleonNormal
Assembly: Assembly-CSharp.dll
Syntax
public class ChameleonNormal : ConcealmentEffect, IEntityEffect, IMacroContextProvider
Fields
|
Improve this Doc
View Source
EffectKey
Declaration
public static readonly string EffectKey
Field Value
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
GroupName
Declaration
public override string GroupName { 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
Methods
|
Improve this Doc
View Source
IsLikeKind(IncumbentEffect)
Declaration
protected override bool IsLikeKind(IncumbentEffect other)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
SetPotionProperties()
Declaration
public override void SetPotionProperties()
Overrides
|
Improve this Doc
View Source
SetProperties()
Declaration
public override void SetProperties()
Overrides
Implements