# Recipe

## Creation

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*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FQlWjSxalerIqImUa8Bup%2Fimage.png?alt=media\&token=c1296175-1cd2-4014-aebd-2b69ed90e6e7)

## Properties

| 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   | <p>A list of <a href="items">Items</a> required for the recipe.<br><strong>Item Name</strong><br>The name of an <a href="items">Item</a> that will be used up when crafting this recipe.<br><strong>Count</strong><br>The number of <a href="items">Items</a> that are required.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Item Output Name     | The name of the new [Item](https://docs.anyrpg.org/scriptable-objects/items) that will be created upon completing crafting.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Output Count         | The number of new [Items](https://docs.anyrpg.org/scriptable-objects/items) that will be created upon completing crafting.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Craft Ability Name   | The name of a [Craft Ability](https://docs.anyrpg.org/scriptable-objects/abilities/craft-ability) that must be known to craft this recipe.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Holdable Object List | <p>A list of <a href="prefab-profile">PrefabProfiles</a> that contain links to GameObjects that will be held while the <a href="items">Item</a> is being crafted.<br><strong>Holdable Object Name</strong><br>The name of a <a href="prefab-profile">PrefabProfile</a> that contains a link to a GameObject.<br><strong>Use Universal Attachment</strong><br>If true, attachment points from the <a href="prefab-profile">PrefabProfile</a> will be ignored, and the universal attachment in the <em>Attachment Name</em> field will be used.<br><strong>Attachment Name</strong><br>The <em>Node Name</em> field from one of the <em>Attachment Point Nodes</em> in an <a href="attachment-profile">Attachment Profile</a>.</p> |

## Next Steps

* Create [Items](https://docs.anyrpg.org/scriptable-objects/items) to be used as inputs or outputs to crafting recipes.
