Table of Contents

Class SkillEntry

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

Represents SkillEntry.

public class SkillEntry
Inheritance
SkillEntry
Inherited Members

Properties

Base

public double Base { get; set; }

Property Value

double

Cap

public int Cap { get; set; }

Property Value

int

Lock

public UOSkillLock Lock { get; set; }

Property Value

UOSkillLock

Skill

public SkillInfo Skill { get; set; }

Property Value

SkillInfo

Value

public double Value { get; set; }

Property Value

double