Class TftItemData
Inheritance
System.Object
TftItemData
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 TftItemData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftItemComposition>> AlternativeCompositions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ArmoryIconOverridePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string AssociatedCharacterName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> AssociatedTraits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BonusTrait { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int CodexDisplayIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<Color> Color { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> Composition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DescriptionNameTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftEffectAmount>> EffectAmounts { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink IconMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string IconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> IncompatibleTraits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsAugment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsUnique { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> ItemTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink m1102117131 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<string> m1621022884 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> MutuallyExclusiveItems { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Vector2 RandomAnimationStrengthRange { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ShopData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, int> Value { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink VfxResourceResolver { get; set; }
Property Value
Implements