# Loot Chests

**Loot Chests** are scattered all over the world and are the main way to get items. The items inside are totally random and will depend on the type of chest it is and its tier.

## Types

* **Civilian Chests:** These chests are aimed at non-combat items such as bandages and healing items.
* **Tool Chests:** As the name says, they are chests specifically for tools, there may be enchanted tools depending on the level of the chest.
* **Food Chests:** Supply different types of food.
* **Potion Chests:** Provides low level common potions.
* **Military Chests:** Chests with items related to combat, weapons, equipment, among others.

## Tiers

* <mark style="color:green;">**Common**</mark>
* <mark style="color:orange;">**Uncommon**</mark>
* <mark style="color:blue;">**Rare**</mark>

When you loot a chest and it is completely empty, it will break and appear after a minute with new items.

<figure><img src="https://i.postimg.cc/Nj2c1cJf/lootchest.gif" alt=""><figcaption></figcaption></figure>


---

# 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://valiantz.gitbook.io/wiki/mechanics/loot-chests.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.
