C# Class Critters, UnderworldExporter

Class for storing critter info from Objects.dat
Inheritance: Props
Show file 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 property

public int[] AttackPower
return int[]

AvgHit public property

public int[] AvgHit
return int[]

Blood public property

public int[] Blood
return int[]

Category public property

public int[] Category
return int[]

EquipDamage public property

public int[] EquipDamage
return int[]

Exp public property

public int[] Exp
return int[]

GeneralType public property

public int[] GeneralType
return int[]

Level public property

public int[] Level
return int[]

Passive public property

public int[] Passive
return int[]

Poison public property

public int[] Poison
return int[]

ProbPercent1 public property

public int[] ProbPercent1
return int[]

ProbPercent2 public property

public int[] ProbPercent2
return int[]

ProbPercent3 public property

public int[] ProbPercent3
return int[]

ProbValue1 public property

public int[] ProbValue1
return int[]

ProbValue2 public property

public int[] ProbValue2
return int[]

ProbValue3 public property

public int[] ProbValue3
return int[]

Remains public property

public int[] Remains
return int[]

Speed public property

public int[] Speed
return int[]