Table of Contents

Class SkillInfo

Namespace
Moongate.UO.Data.Skills
Assembly
Moongate.UO.Data.dll

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

skillID int
name string
strScale double
dexScale double
intScale double
title string
strGain double
dexGain double
intGain double
gainFactor double
professionSkillName string
primaryStat Stat
secondaryStat Stat

Properties

DexGain

public double DexGain { get; set; }

Property Value

double

DexScale

public double DexScale { get; set; }

Property Value

double

GainFactor

public double GainFactor { get; set; }

Property Value

double

IntGain

public double IntGain { get; set; }

Property Value

double

IntScale

public double IntScale { get; set; }

Property Value

double

Name

public string Name { get; set; }

Property Value

string

PrimaryStat

public Stat PrimaryStat { get; set; }

Property Value

Stat

ProfessionSkillName

public string ProfessionSkillName { get; set; }

Property Value

string

SecondaryStat

public Stat SecondaryStat { get; set; }

Property Value

Stat

SkillID

public int SkillID { get; }

Property Value

int

StatTotal

public double StatTotal { get; set; }

Property Value

double

StrGain

public double StrGain { get; set; }

Property Value

double

StrScale

public double StrScale { get; set; }

Property Value

double

Table

public static SkillInfo[] Table { get; set; }

Property Value

SkillInfo[]

Title

public string Title { get; set; }

Property Value

string