> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/craft-and-enchant/recipes/blueprints.md).

# Blueprints

<figure><img src="/files/UbGIxcLhNMTBMHBgfwBZ" alt=""><figcaption><p>Demo: Selecting a Blueprint to Craft into a Socketed Item</p></figcaption></figure>

## 📃 Blueprint

A Blueprint is a type of recipe in CryptoFights used for the crafting of physical items like weapons and armor. Serving as the essential guide for creation, Blueprints outline the specific components and materials required to forge equipment. Each Blueprint is tied to a particular item, dictating its attributes, quality, and any special properties it may possess. Players use Blueprints to enhance their arsenal, strategically tailoring their gear to fit their combat style and needs, making them crucial for those looking to maximize their effectiveness in battle.

## 📚 Blacksmith Blueprint Examples

{% tabs %}
{% tab title="Weapon Blueprint" %}

| Add Weapon Socket    | Weapon to socket, 10 Wood, 7 Twine, 2 Steel, 1 Sturdy Bone                       | Adds one socket to an unsocketted weapon                                                                      |
| -------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Add Weapon Socket +1 | Weapon to socket, 20 Twine, 5 Steel, 2 Sturdy Bone, 1 Orc Tooth                  | Adds one to two sockets to an unsocketted weapon (determined randomly)                                        |
| Add Weapon Socket +2 | Weapon to socket, 10 Steel, 5 Sturdy Bone, 1 Orc Tooth, 1 Malachite, 1 Tritanium | Adds one to three sockets to an unsocketted weapon (determined randomly)                                      |
| Add Weapon Socket +3 | Weapon to socket, 40 Steel, 2 Ancient Bone, 1 Diamond                            | Adds two to four sockets to an unsocketted weapon (determined randomly, only heavy weapons may get 4 sockets) |
| {% endtab %}         |                                                                                  |                                                                                                               |

{% tab title="Armor Blueprint " %}

| Add Armor Socket    | Armor to socket, 10 Twine, 2 Iron, 1 Sturdy Bone                                        | Adds one socket to an unsocketted armor                                                                    |
| ------------------- | --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Add Armor Socket +1 | Armor to socket, 20 Twine, 5 Iron, 2 Sturdy Bone, 1 Leather Hide                        | Adds one to two sockets to an unsocketted armor (determined randomly)                                      |
| Add Armor Socket +2 | Armor to socket, 10 Iron, 5 Sturdy Bone, 1 Leather Hide, 1 Alchemic Oil, 1 Ancient Bone | Adds one to three sockets to an unsocketted armor (determined randomly)                                    |
| Add Armor Socket +3 | Armor to socket, 40 Iron, 2 Amethyst, 1 Medicinal Oil                                   | Adds two to four sockets to an unsocketted armor (determined randomly, only heavy armor may get 4 sockets) |
| {% endtab %}        |                                                                                         |                                                                                                            |
| {% endtabs %}       |                                                                                         |                                                                                                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whitepaper.cryptofights.com/world/craft-and-enchant/recipes/blueprints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
