# Items

Castle Items is a ERC1155 collection of NFTs that can be used in the CastleVerse game.

<figure><img src="/files/XutFzH7hjVheMCT6ug4W" alt=""><figcaption></figcaption></figure>

### Forging

Items can be obtained by Forging different consumables or items into new items.

For example: A piece of Wood and Iron can be combined to craft a Sword.

Once forged the sword will have a Power attribute that will range between 1 to 100. The power determines the quality of the object, a higher power will give better in game stats.

For example: Sword 1 power gives +3 to strength, sword with 100 power gives +15 to strength.

### Recipes

Recipes determine the requirements for a new forged item. Recipes are soulbound tokens that allow players to forge different items. Recipes can also be obtained on the shop.&#x20;

Example recipe:\
Magical Sword: Combine a Sword and a Spell book to produce a magical sword.

### Reforging

Reforging can be done in the blacksmith, and the goal is to increase the power of an item. \
To do so, players must submit their item + RUBY, there will be a chance that the power of the item increases and a small chance that the item is broken.


---

# Agent Instructions: 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:

```
GET https://castledao.gitbook.io/castles/roadmap/items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
