# Milestone I - Pets

## 🍃 Tameable Creatures

### We couldn't make an MMO without them, but here's our lil spin on it...

Pets in **Descend Online** aren't just glorified gifs, these are entities that will react to how *you* play the game and develop a unique behaviour pattern, akin to a personality, *see* [ML Agents](/descend-online/mechanics/ai-and-machine-learning.md)\
\
Pets will also offer certain perks/stats that can aid you in different ways in terms of exploration and combat (PvE & PvP), so they may become a necessity for min-maxing builds and late game events.

Due to their high cost, energy in obtaining, demand & scarcity, Pets are by design exclusive in nature, making them instant status symbols.

<figure><img src="/files/auL8ySYMpRCGYso73evY" alt=""><figcaption><p>(づ￣ ³￣)づ A kawaii pink kitty!!✨</p></figcaption></figure>

## W2C?

Pets randomly wander around the world, even in [Eden](/descend-online/mechanics/eden.md)! Others are hidden from poachers & hunters, and some are so rare that they only spawn within specific areas we will come to define in the pipeline. \
Also, each pet will have a unique base identity which not only creates novelty interactions and interesting characters but varying degrees of difficulties about their capture.<br>

**Gotta catch 'em all...**

1. Some animals love a certain food. Build trust by feeding them. Once fed enough food (some are resource fiends) it will begin to trust and follow you.
2. Some wildlife must be caught by placing a trap and ensnaring it. With a chance for it to escape, creating a potentially expensive grind.
3. Others require a magical relic that allows you to speak with the beast, where you must charm it with dialogue.
4. Finally some creatures require a sacred instrument to enchant them with music.

Pets will have rarity tiers \[WIP], which will also affect their combat prowess:

* Common, <mark style="color:blue;">Rare</mark>, <mark style="color:red;">Exotic</mark>, <mark style="color:purple;">Mythic</mark> & <mark style="color:yellow;">Ascended</mark>.

## And yes, you will be able to pet them... any of them. Pet them all.

## 🦔🐇🐧🐞🦋🦎🐢🐦🦇🦀🐝🐛🕷️🐕🐈🐒


---

# 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://docs.descend.gg/descend-online/usdtear/milestone-i-pets.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.
