Class SpellModifier
Inheritance
System.Object
SpellModifier
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class SpellModifier : IMetaClass
Properties
| Improve this Doc View SourceAddedCalculationParts
Declaration
public MetaContainer<MetaEmbedded<ModifierAddedCalculationPart>> AddedCalculationParts { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<ModifierAddedCalculationPart>> |
CalculationModificationPriority
Declaration
public uint CalculationModificationPriority { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
CalculationStatConversions
Declaration
public MetaContainer<MetaEmbedded<RatioConversion>> CalculationStatConversions { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<RatioConversion>> |
DescriptionAppendPriority
Declaration
public uint DescriptionAppendPriority { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
DescriptionAppendTra
Declaration
public string DescriptionAppendTra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifierId
Declaration
public MetaHash ModifierId { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
PickDescriptionAppendTra
Declaration
public string PickDescriptionAppendTra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpellDoesNotIncludeStatScaling
Declaration
public byte SpellDoesNotIncludeStatScaling { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
SpellIncludesStatScaling
Declaration
public byte SpellIncludesStatScaling { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |