# Zombies

<figure><img src="https://3801267229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL3xuVg6zlq0Fm02FArzd%2Fuploads%2FCK2SKy9kSPuwLMf6bLIo%2Fmint_zombie%20(1).png?alt=media&#x26;token=ea6f9206-3b32-4b4b-b5ed-a3b06c0ad20f" alt=""><figcaption></figcaption></figure>

### Overview <a href="#b14a9d0a-73a4-4210-ad3c-7c79d4b29193" id="b14a9d0a-73a4-4210-ad3c-7c79d4b29193"></a>

Zombies are your numerous army that will lead to achieving your goals. Each zombie belongs to one of the [Collections](https://zomland.gitbook.io/zomland-whitepaper/collections) and its card has one of the rarity options:

**Zombie card rarity**

| Card rarity | Chances to receive |
| ----------- | ------------------ |
| Common      | 68%                |
| Uncommon    | 26%                |
| Rare        | 5%                 |
| Epic        | 1%                 |

Zombie has **health, attack, speed** and **intellect** features that affect its ZML price. These features are randomly generated numbers that can be used to create your own Monster.

We track zombie's Age and use it to increase zombie ZML token price (it decreases with each passing hour and based on price rounding on frontend sometimes it is not visible). Monster's age is also used for additional features described on [Monsters](https://zomland.gitbook.io/zomland-whitepaper/game-overview/monsters) page.

**Features**

| Characteristics   | Description                                                                                                |
| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| Type (Collection) | Each zombie belongs to a specific [collection](https://zomland.gitbook.io/zomland-whitepaper/collections). |
| Age               | The older the zombie, the higher its cost is in ZML tokens.                                                |
| Health            | 1 - 50 (randomly generated)                                                                                |
| Attack            | 1 - 25 (randomly generated)                                                                                |
| Intellect         | 1 - 25 (randomly generated)                                                                                |
| Speed             | 1 - 2 (randomly generated)                                                                                 |

**Actions with zombies:**

* Create a [Collections](https://zomland.gitbook.io/zomland-whitepaper/collections) - exchanges your zombies for a real [Monsters](https://zomland.gitbook.io/zomland-whitepaper/game-overview/monsters) with extra features.
* Sell in the [Market](https://zomland.gitbook.io/zomland-whitepaper/market)
* Kill to get [ZML Token](https://zomland.gitbook.io/zomland-whitepaper/zml-token) (used for [DAO Governance](https://zomland.gitbook.io/zomland-whitepaper/dao-governance) and staking rewards).
* Send to another user account.
* Participate in Clan Battles.

*NOTE: Total zombie amount is limited by 5000 zombies per account.*


---

# 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://zomland.gitbook.io/zomland-whitepaper/game-overview/zombies.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.
