Item Type Manager

Going over the item type manager.

The item type manager helps you create and set general rules for item types. You can open the item type manager from Window > Inventool > Item Types.

The left-hand side contains a list of all item types. The right-hand side is a property inspector of the selected item type.

Item Types

Item types can be created with the 'Create New' button at the bottom-left. Each item type has a green button on the right that creates a sub item type. Sub item types are essentially children of item types. Item types can be deleted from the property inspector. If an item type is deleted, all of it's sub types will be deleted as well.

Properties

Name
Description

ID

The unique ID of the item type.

Name

The display name of the item type.

Localized Name Key

The localized string key for the name.

Icon

The icon of the item type (used for in-game item filters).

Icon Color Tint

The color tint of the icon (used for in-game item filters).

Enchantment Mode

The enchantment mode for items of this type.

Sorting Order

The order in which the item type option will appear in the inventory. Lower values will appear first.

Equippable

If items of this type can be equipped.

Consumable

If items of this type can be consumed.

Stackable

If items of this type can be stacked.

Droppable

If items of this type can be dropped.

Sellable

If items of this type can be sold.

Enchantment Modes

Name
Description

None

Cannot be enchanted or used for enchanting.

Enchantable

Can be enchanted.

Enchanter

Can be used for enchanting.

Both

Can be enchanted and used for enchanting.

Scripting Side

Item Type

Last updated