Recipe Item
A recipe item is an item that reaches the player a recipe when used.
Creation
To create a recipe item, find (or create) the GameName/Resources/GameName/Item folder (or any subfolder) in the project tab and right click. Choose Create > AnyRPG > Inventory > Items > RecipeItem.
Properties
In addition to the properties shared by all Items, recipe items have the following unique properties.
Name | Description |
---|---|
Recipe Name | The name of a Recipe to learn when the item is used. |
Next Steps
Add a recipe item to a Vendor Collection so it can be purchased from a Vendor.
Add a recipe item to a Loot Table so that it can drop upon defeat of an enemy.
Last updated