C# Класс InvBaseItem, Pharos

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

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

Свойство Тип Описание
attachment GameObject
color Color
combinableNetwork List
description string
finalItem int
iconAtlas UIAtlas,
iconName string
id16 int
maxItemLevel int
minItemLevel int
name string
slot Slot,
stats List

Защищенные свойства (Protected)

Свойство Тип Описание
_combos GameObject
networkScript CombineNetwork,

Описание свойств

_combos защищенное свойство

protected GameObject _combos
Результат GameObject

attachment публичное свойство

Game Object that will be created and attached to the specified slot on the body. This should typically be a prefab with a renderer component, such as a sword, a bracer, shield, etc.
public GameObject attachment
Результат GameObject

color публичное свойство

Object's main material color.
public Color color
Результат Color

combinableNetwork публичное свойство

public List combinableNetwork
Результат List

description публичное свойство

This item's custom description.
public string description
Результат string

finalItem публичное свойство

public int finalItem
Результат int

iconAtlas публичное свойство

Atlas used for the item's icon.
public UIAtlas, iconAtlas
Результат UIAtlas,

iconName публичное свойство

Name of the icon's sprite within the atlas.
public string iconName
Результат string

id16 публичное свойство

16-bit item ID, generated by the system. Not to be confused with a 32-bit item ID, which actually contains the ID of the database as its prefix.
public int id16
Результат int

maxItemLevel публичное свойство

public int maxItemLevel
Результат int

minItemLevel публичное свойство

Minimum and maximum allowed level for this item. When random loot gets generated, only items within appropriate level should be considered.
public int minItemLevel
Результат int

name публичное свойство

Name of this item.
public string name
Результат string

networkScript защищенное свойство

protected CombineNetwork, networkScript
Результат CombineNetwork,

slot публичное свойство

Slot that this item belongs to.
public Slot, slot
Результат Slot,

stats публичное свойство

And and all base stats this item may have at a maximum level (50). Actual object's stats are calculated based on item's level and quality.
public List stats
Результат List