프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |