Item

Explaining the QT Item asset.

QT's item object (QTItem) is a scriptable object that can be used to create items. You can create a new item asset from Assets > Create > Quest Tree > Item.

It's recommended to place item assets in Assets/StylishEsper/QuestTree/Resources/ItemData folder.

Properties

Sprite: The item's sprite.

Display Name: The name of the item.

Description: The item description.

Quantity Type: The type of the quantity. Supported types are integer and float.

Stackable: If this item should be stackable.

Max Stack: The max number of a single stack.

Rarity: The item rarity type. Rarities can be set from QT's project settings.

Custom Data Object: A field for custom data for any purpose. This could be another scriptable object or a prefab.

Scripting

See the Scripting Page.

Last updated