C# Class InvGameItem, Pharos

Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
combineSuccessful bool
itemLevel int
partsNeeded int
quality Quality,

Méthodes publiques

Méthode Description
CalculateStats ( ) : List

Calculate and return the list of effective stats based on item level and quality.

InvGameItem ( int id ) : System.Collections.Generic

Create a game item with the specified ID.

InvGameItem ( int id, InvBaseItem, bi ) : System.Collections.Generic

Create a game item with the specified ID and base item.

Method Details

CalculateStats() public méthode

Calculate and return the list of effective stats based on item level and quality.
public CalculateStats ( ) : List
Résultat List

InvGameItem() public méthode

Create a game item with the specified ID.
public InvGameItem ( int id ) : System.Collections.Generic
id int
Résultat System.Collections.Generic

InvGameItem() public méthode

Create a game item with the specified ID and base item.
public InvGameItem ( int id, InvBaseItem, bi ) : System.Collections.Generic
id int
bi InvBaseItem,
Résultat System.Collections.Generic

Property Details

combineSuccessful public_oe property

public bool combineSuccessful
Résultat bool

itemLevel public_oe property

Item's effective level.
public int itemLevel
Résultat int

partsNeeded public_oe property

public int partsNeeded
Résultat int

quality public_oe property

Item quality -- applies a penalty or bonus to all base stats.
public Quality, quality
Résultat Quality,