Consumable Item

From RPG Creation Kit
Jump to navigation Jump to search
"Cheese Wheel" Consumable Item in the RCK Editor.

A Consumable Item is an Item that can be consumed by the Player or NPCs to receive some Effects.

A Consumable can be consumed inside the Inventory by left clicking on it, when this will happen, the Player/NPC will be subject to the related effects of the item.

  • On Use Effects: The Effects On Entity the consumer will receive, such as + 20 Health or + 20 Stamina:
    • Effect Type: the type of the effect.
    • Duration: how long the effect will last before applying the magnitude.
    • Magnitude: the magnitude of the effect.
    • Show in effects UI: check this box if you want to show on the UI that this effect is active.
  • Is Consumable: check this box if this item can be consumed.


You should always use Tooltips with consumables as it is the default way to describe to the Player what the Consumable Effect will be.

To know how to create a new BookItem, view Creating a New Consumable Item tutorial.