# pet-config.yml

The *pet-config.yml* file contains all MyPet-Type specific settings. All other settings can be found in the main config ([config.yml](/legacy/setup/configurations/configfile.md)).

| Setting                           |  Type  |                                                                                                                                                           Description |
| --------------------------------- | :----: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **MyPet:**                        |        |                                                                                                                                                                       |
|   **Pets:**                       |        |                                                                                                                                                                       |
| These settings are per MyPet-Type |        |                                                                                                                                                                       |
|     **\<MyPet-Type-Name>:**       |        |                                                                                                                                                                       |
|       HP:                         | double |                                                                                                                         The maximum HP the pet (type) has by default. |
|       Speed:                      | double | The running speed the pet (type) has by default. ![$](/files/-LXxbF5xExmAcZLOuRpO) Small changes have a massive impact on the speed ![$](/files/-LXxbF5xExmAcZLOuRpO) |
|       Food:                       |  list  |                                       The food this pet (type) eats. This setting must be a list of valid [config items](/legacy/setup/configurations/configitems.md) |
|       LeashItem:                  | string |                                 The item this pet (type) can be leashed with. This setting must be a valid [config item](/legacy/setup/configurations/configitems.md) |
|       LeashFlags:                 | string |                                                                                           A comma separated list of valid [Leash Flags](/legacy/systems/leashflag.md) |
|       CustomRespawnTimeFactor:    |   int  |                                     This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config. |
|       CustomRespawnTimeFixed:     |   int  |                                     This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config. |


---

# 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://wiki.mypet-plugin.de/legacy/setup/configurations/petconfig.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.
