Class ItemData
Inheritance
System.Object
ItemData
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 ItemData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float AbilityHasteMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int BuildDepth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public bool CanBeSold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> Categories { get; set; }
Property Value
|
Improve this Doc
View Source
ClearUndoHistory
Declaration
public byte ClearUndoHistory { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool Clickable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool Consumed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ConsumeOnAcquire { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float CooldownShowDisabledDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<ItemDataValue>> DataValues { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaEmbedded<ItemDataValues>> DataValuesModeOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DeathRecapName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisabledDescriptionOverride { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<float> EffectAmount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<float> EffectByLevelAmount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<float> EnchantmentEffectAmount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte Epicness { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float FlatArmorMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatArmorPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatAttackRangeMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatBubbleRadiusMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatCastRangeMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatCooldownMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatCritChanceMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatCritDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatDodgeMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatHpPoolMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatHpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMagicDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMagicPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMagicReduction { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMissChanceMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMovementSpeedMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMpPoolMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatMpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatPhysicalDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatPhysicalReduction { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FlatSpellBlockMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool HiddenFromOpponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsEnchantment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> ItemAdviceAttributes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<byte> ItemAttributes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, IGameCalculation> ItemCalculations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ItemCalloutPlayer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ItemCalloutSpectator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ItemDataAvailability> ItemDataAvailability { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ItemDataBuild> ItemDataBuild { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ItemDataClient> ItemDataClient { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> ItemGroups { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint ItemId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> ItemModifiers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemVoGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte LastMajorChangeMajorPatchVersion { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte LastMajorChangeMinorPatchVersion { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float m3632183768 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3648961387 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3682516625 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3699294244 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3732849482 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float m3749627101 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int MaxStack { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string ParentEnchantmentGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ParentEnchantmentLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ParentItemLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float PercentArmorMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentArmorPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentAttackRangeMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentAttackSpeedMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentBaseHpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentBaseMpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentBonusArmorPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentBonusMagicPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentBubbleRadiusMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentCastRangeMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentCooldownMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentCritDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentExpBonus { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentHealingAmountMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentHpPoolMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentHpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentLifeStealMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMagicDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMagicPenetrationMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMagicReduction { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMovementSpeedMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMpPoolMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMpRegenMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMultiplicativeAttackSpeedMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentMultiplicativeMovementSpeedMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentOmnivampMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentPhysicalDamageMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentPhysicalReduction { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentPhysicalVampMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentSlowResistMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentSpellBlockMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentSpellEffectivenessMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentSpellVampMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PercentTenacityItemMod { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PhysicalLethality { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int Price { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> RecipeItemLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> RecommendationTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RequiredAlly { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int RequiredBuffCurrencyCost { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string RequiredBuffCurrencyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RequiredChampion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> RequiredItemLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int RequiredLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> RequiredPurchaseIdentities { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RequiredSpellName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RestrictedBuffName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ItemScript Script { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> Scripts { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte SecondaryEpicness { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float SellBackModifier { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte ShopOrderPriority { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool ShowCooldownInPings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowCooldownVfxToAllies { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float SidegradeCredit { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> SidegradeItemLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SpecialRecipe { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string SpellName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, IStringCalculation> StringCalculations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UsableInStore { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ResourceResolver VfxResourceResolver { get; set; }
Property Value
Implements