# Items

The game contains in-game items. At the moment these are various types of weapons and gems.

Weapon - An item that enhances a character’s attack or crit attack. The item can be equipped and removed from any character you have. You can get the item from chests or loot.\
Any weapons can be sharpened with crystals +1,+2,+3,+4,+5 max. \
If your weapon is sharpened to +5 you get a new ability.&#x20;

Gems - There are 3 types of gems, the first increases the character's HP, the second increases the chance of a critical attack, the third increases damage. You can only get gems from the chest.\
\
Crystals - can be found from bosses or chests, allow you to sharpen weapons increasing their attack.&#x20;

Chests - there are two types of chests in the game, with weapons and with gems. You can get items of different rarities from chests.


---

# 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://cryptoshowdawn.gitbook.io/untitled/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.
