Свойство | Тип | Описание | |
---|---|---|---|
combineSuccessful | bool | ||
itemLevel | int | ||
partsNeeded | int | ||
quality | Quality, |
Метод | Описание | |
---|---|---|
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 | |
Результат | System.Collections.Generic |
public InvGameItem ( int id, InvBaseItem, bi ) : System.Collections.Generic | ||
id | int | |
bi | InvBaseItem, | |
Результат | System.Collections.Generic |