C# 클래스 InvGameItem, Pharos

파일 보기 프로젝트 열기: rstaewen/Pharos 1 사용 예제들

공개 프로퍼티들

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

메소드 상세

CalculateStats() 공개 메소드

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

InvGameItem() 공개 메소드

Create a game item with the specified ID.
public InvGameItem ( int id ) : System.Collections.Generic
id int
리턴 System.Collections.Generic

InvGameItem() 공개 메소드

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

프로퍼티 상세

combineSuccessful 공개적으로 프로퍼티

public bool combineSuccessful
리턴 bool

itemLevel 공개적으로 프로퍼티

Item's effective level.
public int itemLevel
리턴 int

partsNeeded 공개적으로 프로퍼티

public int partsNeeded
리턴 int

quality 공개적으로 프로퍼티

Item quality -- applies a penalty or bonus to all base stats.
public Quality, quality
리턴 Quality,