> For the complete documentation index, see [llms.txt](https://docs.descend.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.descend.gg/descend-online/usdtear/milestone-i-pets.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.descend.gg/descend-online/usdtear/milestone-i-pets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
