> For the complete documentation index, see [llms.txt](https://docs.tzmc.dev/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tzmc.dev/docs/qb-core/readme-1/config.md).

# Config

```lua
TZMCAnimalPattingConfig = {}
 
TZMCAnimalPattingConfig.UseAnimation = true
TZMCAnimalPattingConfig.AnimationTime = 3
TZMCAnimalPattingConfig.AnimationDictionary = "missexile3"
TZMCAnimalPattingConfig.AnimationType = "ex03_dingy_search_case_base_michael"
 
TZMCAnimalPattingConfig.StressReliefPercentage = 25
 
TZMCAnimalPattingConfig.Animals = {
    "a_c_cat_01",
    "a_c_chop",
    "a_c_husky",
    "a_c_poodle",
    "a_c_pug",
    "a_c_rabbit_01",
    "a_c_rabbit_01",
    "a_c_retriever",
    "a_c_rottweiler",
    "a_c_shepherd",
    "a_c_westy",
}
```
