Class ItemModifier
Inheritance
System.Object
ItemModifier
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class ItemModifier : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool ClickableToEnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int DeltaBuffCurrencyCost { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public float DeltaBuffCurrencyCostPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DeltaGoldCost { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DeltaGoldCostPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int DeltaMaxStacks { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int DeltaRequiredLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string DescriptionToAppend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DescriptionToPrepend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DescriptionToReplace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameToAppend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameToPrepend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameToReplace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DynamicTooltipToAppend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DynamicTooltipToPrepend { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DynamicTooltipToReplace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool IgnoreMaxGroupOwnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash IgnoreSpecificMaxGroupOwnable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string InventoryIconToOverlay { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ItemModifierId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink m114939960 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink m2440378281 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m548822147 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int MaximumDeltasToStack { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MaximumModifierInstancesToBeActive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MinimumModifierInstancesToBeActive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ModifiedGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ModifiedIfBuildsFromItem { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ModifiedItem { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ModifierIsInheritedByOwnedParentItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowAsModifiedInUi { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string SpellNameToReplace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int VisualPriority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements