How to use imported items inside rewards?

To use imported items inside rewards you just have to add imported_item: 'file_name' inside the item type reward.

Here is an example:

reward_id:
  reward_type: item
  imported_item: 'item_1' # This is just the file name of the item.

Note: The item must be imported before hand, otherwise you will have error in the console!

Last updated