# 👑 Pet Tiers

## About

Each tier represents a different level of pet quality and categorizes pets based on various criteria, such as inventory size, max level, aspect limit, and other.&#x20;

Players can have the same pet with all tiers in their collection.

Tier configurations located in the `/pets/tiers/` directory.

Feel free to create your own tiers and edit or remove existing ones.

## Features

* ✅ **Custom Icon**. Set custom tier icon for GUIs.
* ✅ **Name Format**. Sets name format for all pets of that tier.
* ✅ **Weight**. Sets the chance for the tier to be selected on capturing and tier display order in GUIs.
* ✅ **Inventory Size**. Sets inventory size and whether or not it's available for pets of that tier.
* ✅ **Equipment**. Sets whether or not armor slots are available for pets of that tier.
* ✅ **Auto Respawn**. Sets whether or not pets of that tier will auto respawn after death.
* ✅ **Revive Cost**. Sets how much player can/have to pay to revive a dead pet of that tier.
* ✅ **Inventory Drop Chance**. Sets chance for a pet of that tier to drop inventory/armor on death.
* ✅ **Capturing**. Sets whether or not this tier can be rolled for captured pets.
* ✅ **Leveling**. Sets max. level, initial XP and XP modifier for all pets of that tier.
* ✅ **Aspect Points**. Sets start aspect points and their reward amount for leveling up.
* ✅ **Aspect Limits**. Sets max. Aspect values for all pets of that tier.


---

# 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://nightexpress.gitbook.io/combatpets/features/pet-tiers.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.
