Class SubPartScaledProportionalToStat
Inheritance
System.Object
SubPartScaledProportionalToStat
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 SubPartScaledProportionalToStat : IGameCalculationPart, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public byte OutputType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float Ratio { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte Stat { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte StatFormula { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte StatType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public string StyleTag { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string StyleTagIfScaled { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IGameCalculationPart Subpart { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseNewStats { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements