C# Class Critters, UnderworldExporter

Class for storing critter info from Objects.dat
Inheritance: Props
显示文件 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
AttackPower int[]
AvgHit int[]
Blood int[]
Category int[]
EquipDamage int[]
Exp int[]
GeneralType int[]
Level int[]
Passive int[]
Poison int[]
ProbPercent1 int[]
ProbPercent2 int[]
ProbPercent3 int[]
ProbValue1 int[]
ProbValue2 int[]
ProbValue3 int[]
Remains int[]
Speed int[]

Public Methods

Method Description
Load ( string fileName ) : bool

Load the specified fileName.

Method Details

Load() public method

Load the specified fileName.
public Load ( string fileName ) : bool
fileName string File name.
return bool

Property Details

AttackPower public_oe property

public int[] AttackPower
return int[]

AvgHit public_oe property

public int[] AvgHit
return int[]

Blood public_oe property

public int[] Blood
return int[]

Category public_oe property

public int[] Category
return int[]

EquipDamage public_oe property

public int[] EquipDamage
return int[]

Exp public_oe property

public int[] Exp
return int[]

GeneralType public_oe property

public int[] GeneralType
return int[]

Level public_oe property

public int[] Level
return int[]

Passive public_oe property

public int[] Passive
return int[]

Poison public_oe property

public int[] Poison
return int[]

ProbPercent1 public_oe property

public int[] ProbPercent1
return int[]

ProbPercent2 public_oe property

public int[] ProbPercent2
return int[]

ProbPercent3 public_oe property

public int[] ProbPercent3
return int[]

ProbValue1 public_oe property

public int[] ProbValue1
return int[]

ProbValue2 public_oe property

public int[] ProbValue2
return int[]

ProbValue3 public_oe property

public int[] ProbValue3
return int[]

Remains public_oe property

public int[] Remains
return int[]

Speed public_oe property

public int[] Speed
return int[]