Class SkillInfo
Represents SkillInfo.
public class SkillInfo
- Inheritance
-
SkillInfo
- Inherited Members
Constructors
SkillInfo(int, string, double, double, double, string, double, double, double, double, string, Stat, Stat)
[JsonConstructor]
public SkillInfo(int skillID, string name, double strScale, double dexScale, double intScale, string title, double strGain, double dexGain, double intGain, double gainFactor, string professionSkillName, Stat primaryStat, Stat secondaryStat)
Parameters
skillIDintnamestringstrScaledoubledexScaledoubleintScaledoubletitlestringstrGaindoubledexGaindoubleintGaindoublegainFactordoubleprofessionSkillNamestringprimaryStatStatsecondaryStatStat
Properties
DexGain
public double DexGain { get; set; }
Property Value
DexScale
public double DexScale { get; set; }
Property Value
GainFactor
public double GainFactor { get; set; }
Property Value
IntGain
public double IntGain { get; set; }
Property Value
IntScale
public double IntScale { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
PrimaryStat
public Stat PrimaryStat { get; set; }
Property Value
ProfessionSkillName
public string ProfessionSkillName { get; set; }
Property Value
SecondaryStat
public Stat SecondaryStat { get; set; }
Property Value
SkillID
public int SkillID { get; }
Property Value
StatTotal
public double StatTotal { get; set; }
Property Value
StrGain
public double StrGain { get; set; }
Property Value
StrScale
public double StrScale { get; set; }
Property Value
Table
public static SkillInfo[] Table { get; set; }
Property Value
Title
public string Title { get; set; }