Class ExtraSpellPts
Inheritance
ExtraSpellPts
Assembly: Assembly-CSharp.dll
Syntax
public class ExtraSpellPts : BaseEntityEffect, IEntityEffect, IMacroContextProvider
Fields
|
Improve this Doc
View Source
EffectKey
Declaration
public static readonly string EffectKey
Field Value
Properties
|
Improve this Doc
View Source
GroupName
Declaration
public override string GroupName { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
ConstantEffect()
Adds +75 to maximum spell points when certain conditions are met.
Declaration
public override void ConstantEffect()
Overrides
|
Improve this Doc
View Source
GetEnchantmentSettings()
Outputs all variant settings for this enchantment.
Declaration
public override EnchantmentSettings[] GetEnchantmentSettings()
Returns
Overrides
|
Improve this Doc
View Source
Resume(EntityEffectManager.EffectSaveData_v1, EntityEffectManager, DaggerfallEntityBehaviour)
Declaration
public override void Resume(EntityEffectManager.EffectSaveData_v1 effectData, EntityEffectManager manager, DaggerfallEntityBehaviour caster = null)
Parameters
Overrides
|
Improve this Doc
View Source
SetProperties()
Declaration
public override void SetProperties()
Overrides
Implements