# Pet System

## Pets

Feeling alone? Summon pets to accompany you, provide you with warmth, and increase your gaming experience.

Pet system has been redesigned with adding more features to make the pet become more functional. You can feed your pet with pet items to increase their attribute level and make them Happier. You will be able to ride your pet to go everywhere, set a special name for your every pet.

### Pet Attributes <a href="#pet-attributes" id="pet-attributes"></a>

Pet attribute level will decrease by **1** every **5 minutes** no matter it's moving or sleeping. You can increase your pet's attribute by feeding them with food, drinking water or playing with toys. You can gain pet items by opening Mystery Boxes. You will receive random pet items once you open a Mystery Box. Every pet has their favorite, most liked or disliked item. When they eat their favorite food, their attribute level will increase even more than normal.

| Pet Attributes |             |          |               |               |
| -------------- | ----------- | -------- | ------------- | ------------- |
|                | **Dislike** | **Like** | **Very Like** | **Favourite** |
| **Hunger**     | +30         | +35      | +40           | +50           |
| **Thirst**     | +30         | +35      | +40           | +50           |
| **Exercise**   | +30         | +35      | +40           | +50           |

### Pet Items <a href="#pet-items" id="pet-items"></a>

These are the pet items available. Pet items interest are different for each pet. A Wolf pet might likes to eat **Bone** and dislike **Hay**. A Cow pet might likes to drink **Milk** and dislike **Lava**.

<details>

<summary>Pet File</summary>

<https://pastebin.com/Bzx4Hj3A>

</details>

<figure><img src="/files/eL61C8mfpOB8IswmKG0K" alt="" width="509"><figcaption></figcaption></figure>

### Pet Level <a href="#pet-level" id="pet-level"></a>

Moreover, you can level up your pet by sending them on pet mission. When your pet has at least **Happy** status, it will be able to go for a mission to earn experiences. The Happier your pet is, the higher experiences your pet will get. Each pet's level starts from **level 1** and able to level up to **level 100 MAX**. You can only send your pets on a mission once **every 60 minutes** by default.

| Pet Happiness | Requirement                                                                                                        | Experiences |
| ------------- | ------------------------------------------------------------------------------------------------------------------ | ----------- |
| Super Happy   | All attributes level greater than or equal to 75                                                                   | 800 EXP     |
| Very Happy    | Two attributes level greater than or equal to 75                                                                   | 600 EXP     |
| Happy         | <p>Two attributes level greater than or equal to 25<br>Either One attributes level greater than or equal to 75</p> | 400 EXP     |
| Okay          | All attributes level less than 25                                                                                  | 0 EXP       |

<br>

What you can do with pet level? Currently pet level doesn't give anything. We will add some rewards later on. The rewards might be particle effects, throwing items or animations.


---

# 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://thedarkzone.gitbook.io/guide/the-dark-zone/cosmetics/pet-system.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.
