C# Класс InvGameItem, Pharos

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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,