Property | Type | Description | |
---|---|---|---|
combineSuccessful | bool | ||
itemLevel | int | ||
partsNeeded | int | ||
quality | Quality, |
Method | 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.
|
public InvGameItem ( int id ) : System.Collections.Generic | ||
id | int | |
return | System.Collections.Generic |
public InvGameItem ( int id, InvBaseItem, bi ) : System.Collections.Generic | ||
id | int | |
bi | InvBaseItem, | |
return | System.Collections.Generic |