Recipe
A recipe is a list of inputs (ingredients) and outputs (finished products) that will be produced when crafting items.
Last updated
A recipe is a list of inputs (ingredients) and outputs (finished products) that will be produced when crafting items.
Last updated
To create a recipe, find (or create) the GameName/Resources/GameName/Recipe folder in the project tab and right click. Choose Create > AnyRPG > Recipes > Recipe.
Name | Description |
---|---|
Auto Learn | If true, this recipe is automatically learned at the appropriate level, defined in the Required Level field. |
Required Level | The level the character must have reached to learn this recipe. |
Crafting Materials | |
Item Output Name | The name of the new Item that will be created upon completing crafting. |
Output Count | The number of new Items that will be created upon completing crafting. |
Craft Ability Name | The name of a Craft Ability that must be known to craft this recipe. |
Holdable Object List | A list of PrefabProfiles that contain links to GameObjects that will be held while the Item is being crafted. Holdable Object Name The name of a PrefabProfile that contains a link to a GameObject. Use Universal Attachment If true, attachment points from the PrefabProfile will be ignored, and the universal attachment in the Attachment Name field will be used. Attachment Name The Node Name field from one of the Attachment Point Nodes in an Attachment Profile. |
Create Items to be used as inputs or outputs to crafting recipes.