> For the complete documentation index, see [llms.txt](https://litepaper.metamerge.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.metamerge.xyz/gameplay/collecting-pets/pet-attributes.md).

# Pet Attributes

There are over 300 adorable pets to collect. Each of them has their unique strength and abilities. The pets are distinguished by:

<details>

<summary>⛑ HP</summary>

Hit points

</details>

<details>

<summary>🗡 Atk</summary>

Attack

</details>

<details>

<summary>💣 Critical Strike</summary>

Normal pets have a 15% chance to land a critical hit, dealing double the damage of a normal attack.

</details>

<details>

<summary>🧬 Race</summary>

Animal、Plant、Evil、Object

* The restraint condition is that Animal restrains Plant, Plant restrains Evil, Evil restrains Object, and Object restrains Animal.
* There is no damage bonus under non-restraint conditions, such as between Animal and Evil, Plant and Object.

</details>

<details>

<summary>💼 Profession</summary>

Defense, Attack, Treatment

* Each occupation has their preferred position when lining up to maximize their output

</details>

<details>

<summary>🔥 Rarity</summary>

B-tier, A-tier, S-tier

</details>

<details>

<summary>⭐️ Star Rating</summary>

B-tier: 1-3 stars, A-tier: 1-4 stars, S-tier: 1-5 stars

</details>

### ![](/files/vJIYcqw5yCT7VJKZO0vp)

### Number of Pets

| Rarity                                        | Total | Star Rating                                                       |
| --------------------------------------------- | ----- | ----------------------------------------------------------------- |
| <mark style="color:green;">**B-tier**</mark>  | 12    | <p>⭐️ 4<br>⭐️⭐️ 4<br>⭐️⭐️⭐️4</p>                                  |
| <mark style="color:blue;">**A-tier**</mark>   | 48    | <p>⭐️ 12<br>⭐️⭐️ 12<br>⭐️⭐️⭐️12<br>⭐️⭐️⭐️⭐️12</p>                 |
| <mark style="color:purple;">**S-tier**</mark> | 205   | <p>⭐️ 41<br>⭐️⭐️ 41<br>⭐️⭐️⭐️41<br>⭐️⭐️⭐️⭐️41<br>⭐️⭐️⭐️⭐️⭐️41</p> |


---

# 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://litepaper.metamerge.xyz/gameplay/collecting-pets/pet-attributes.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.
