> For the complete documentation index, see [llms.txt](https://castledao.gitbook.io/castles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://castledao.gitbook.io/castles/roadmap/items.md).

# 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
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://castledao.gitbook.io/castles/roadmap/items.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.
