# 🎠 Pet Templates

## About

Templates are pet config files, where each file will produce a new pet for the server. They located in the `/pets/configs/` directory.

By default there is one config per supported entity type with default settings similar to ones that vanilla mobs have (name, health, movement speed, etc.).

Feel free to create your own versions of the same entity type with different settings, and remove existing configurations to remove certain pets from the game!

## Features

* ✅ **Default Name**. Sets default name a pet will get when claimed by a player.
* ✅ **Icon Skin**. Set custom texture for pet head icon.
* ✅ **Inventory**. Sets whether or not pet can have inventory.
* ✅ **Equipment**. Sets whether or not pet can have armor slots.
* ✅ **Capture**. Sets whether or not pet can be captured by players.
* ✅ **Capture Chance**. Sets capture chance.
* ✅ **Escape Chance**. Sets chance to escape from capturing.
* ✅ **Particles**. Sets particles to play when pet is spawned/despawned.
* ✅ **Saturation**. Set which Food pet can consume, eat sound and Exhaust modifier.
* ✅ **Attributes**. Set start & per aspect Attribute values.


---

# 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-templates.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.
