League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ItemModifier

    Inheritance
    System.Object
    ItemModifier
    Implements
    IMetaClass
    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 ItemModifier : IMetaClass

    Properties

    | Improve this Doc View Source

    ClickableToEnable

    Declaration
    public bool ClickableToEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DeltaBuffCurrencyCost

    Declaration
    public int DeltaBuffCurrencyCost { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DeltaBuffCurrencyCostPercent

    Declaration
    public float DeltaBuffCurrencyCostPercent { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DeltaGoldCost

    Declaration
    public float DeltaGoldCost { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DeltaGoldCostPercent

    Declaration
    public float DeltaGoldCostPercent { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DeltaMaxStacks

    Declaration
    public int DeltaMaxStacks { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DeltaRequiredLevel

    Declaration
    public int DeltaRequiredLevel { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DescriptionToAppend

    Declaration
    public string DescriptionToAppend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DescriptionToPrepend

    Declaration
    public string DescriptionToPrepend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DescriptionToReplace

    Declaration
    public string DescriptionToReplace { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayNameToAppend

    Declaration
    public string DisplayNameToAppend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayNameToPrepend

    Declaration
    public string DisplayNameToPrepend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayNameToReplace

    Declaration
    public string DisplayNameToReplace { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DynamicTooltipToAppend

    Declaration
    public string DynamicTooltipToAppend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DynamicTooltipToPrepend

    Declaration
    public string DynamicTooltipToPrepend { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DynamicTooltipToReplace

    Declaration
    public string DynamicTooltipToReplace { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IgnoreMaxGroupOwnable

    Declaration
    public bool IgnoreMaxGroupOwnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IgnoreSpecificMaxGroupOwnable

    Declaration
    public MetaHash IgnoreSpecificMaxGroupOwnable { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    InventoryIconToOverlay

    Declaration
    public string InventoryIconToOverlay { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemModifierId

    Declaration
    public MetaHash ItemModifierId { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    m114939960

    Declaration
    public MetaObjectLink m114939960 { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    m2440378281

    Declaration
    public MetaObjectLink m2440378281 { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    m548822147

    Declaration
    public string m548822147 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaximumDeltasToStack

    Declaration
    public int MaximumDeltasToStack { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaximumModifierInstancesToBeActive

    Declaration
    public int MaximumModifierInstancesToBeActive { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MinimumModifierInstancesToBeActive

    Declaration
    public int MinimumModifierInstancesToBeActive { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ModifiedGroup

    Declaration
    public MetaObjectLink ModifiedGroup { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    ModifiedIfBuildsFromItem

    Declaration
    public MetaObjectLink ModifiedIfBuildsFromItem { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    ModifiedItem

    Declaration
    public MetaObjectLink ModifiedItem { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    ModifierIsInheritedByOwnedParentItems

    Declaration
    public bool ModifierIsInheritedByOwnedParentItems { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowAsModifiedInUi

    Declaration
    public bool ShowAsModifiedInUi { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SpellNameToReplace

    Declaration
    public string SpellNameToReplace { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VisualPriority

    Declaration
    public int VisualPriority { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMetaClass