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