> For the complete documentation index, see [llms.txt](https://docs.vampirewars.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vampirewars.io/the-game/crafts.md).

# Crafts

### Overview

The player can sweeten his journey with the help of Crafts or otherwise known, Items. There are 3 types that can be crafted in the game: **Accessories, Relics and Totems.**

### Accessories

Accessories are items that can be equipped by vampires. They are further split into types and each type grants specific base stats improvements, in percentages, at the same time a limited number of accessories can be equipped by a vampire:

<table><thead><tr><th width="214">Accessory Type</th><th width="181" align="center">Equipement Slots</th><th>Improvements</th></tr></thead><tbody><tr><td>Ring</td><td align="center">2</td><td>Strength and/or Diplomacy</td></tr><tr><td>Bracelet</td><td align="center">2</td><td>Speed and/or Filth Range</td></tr><tr><td>Pendant</td><td align="center">1</td><td>Resistance and/or Stealth</td></tr><tr><td>Pin</td><td align="center">1</td><td>Strength and/or Resistance</td></tr><tr><td>Earring</td><td align="center">2</td><td>Diplomacy and/or Stealth</td></tr></tbody></table>

At crafting each accessory can roll either both improvements in a quantum of 5% to 20%*\** per each stat or it can roll one of the improvements in a quantum of 15% to 30%*\** on that stat.

**Item Craft Cost\***

<table data-full-width="false"><thead><tr><th>Accessory</th><th>Xynth</th><th>Dust</th><th>xDarx</th></tr></thead><tbody><tr><td>Ring</td><td>62</td><td>62</td><td>10</td></tr><tr><td>Pendant</td><td>55</td><td>55</td><td>8</td></tr><tr><td>Bracelet</td><td>80</td><td>80</td><td>12</td></tr><tr><td>Earring</td><td>30</td><td>30</td><td>6</td></tr><tr><td>Pin</td><td>100</td><td>100</td><td>15</td></tr></tbody></table>

*\*Percentages and prices are subject to change*

### Relics

Relics are compares of 2 types: Skill Amplifiers and Perk Enablers. They each provide unquique features to empower your vampires.

Skill Amplifiers will boost the potency of your basic skills (Healing and Cursing) while Perk Enablers provide you rare battle perks or skills.

<mark style="color:red;">More soon..</mark>

### Totems

<mark style="color:red;">More soon..</mark>

{% hint style="info" %}
In the BETA version the players can only craft level 1 Accessories.
{% endhint %}

### Crafting and Upgrading Capabilities

Crafting is available for everyone and it only produces items of level 1.&#x20;

Upgrading is uniquely tied to your player level. As you level up, you unlock the ability to upgrade items to equivalent levels.&#x20;

Players can upgrade items corresponding to their current level. For example, a Level 4 player can upgrade an item up to Level 4, a Level 5 player can upgrade an item up to Level 5, and so on.

Players can equip items of higher levels on their vampires.&#x20;

<mark style="color:red;">**More about Crafts, soon..**</mark>


---

# 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://docs.vampirewars.io/the-game/crafts.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.
