# Combat Pet System

In the game, pets can be brought to combat alongside a Metatun character. Pets are classified into two types. Temporary Pets and NFT Pets.

![](https://3737911604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI2aSi0a5nJzXZxtrIlSw%2Fuploads%2Ff97Rl0IufKsnzSy6nCLz%2Fimage.png?alt=media\&token=ea2608bc-2108-45d7-bdea-1ac0473fd573)

## **Temporary Pets**

Every time a player enters the adventure mode, he/she will be presented with a number (accordingly to the number of Metatun NFTs a player holds) of temporary pets to choose from. Each pet is randomized in terms of base attributes, number of skills and appearance. Players holding a higher number of Metatun NFTs will have better chances of getting stronger and more skillful pets. The player can choose and bring more than one (up to 4) temporary pets in an adventure session. Pets are reset at the end of an adventure session and the player will need to choose new temporary pet(s) again in a new game session.

![](https://3737911604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI2aSi0a5nJzXZxtrIlSw%2Fuploads%2FYfUgqc2hfIP8hUjWNYDk%2Fimage.png?alt=media\&token=db1faa1c-060c-4dec-8682-21a62c69bdc8)

![](https://3737911604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI2aSi0a5nJzXZxtrIlSw%2Fuploads%2FB5TXruTOo7CiU13HiGwo%2Fimage.png?alt=media\&token=6daf0611-b59f-4ef7-9150-103faa6e762f)

## **NFT Pets**

Players in the game also have access to permanent NFT pets, which usually have better attributes, skills and appearance than the temporary pets. These pets will accompany players every time they go into an adventure session, fighting along.

There are 3 main ways of acquiring an NFT Pet.

1. When [Metatun Pets NFT](https://metatun-team.gitbook.io/metatun-game-white-paper-v0.1/game-assets/metatun-pets-nft) mint program starts.
2. [A-Tun NFT](https://metatun-team.gitbook.io/metatun-game-white-paper-v0.1/gameplay/broken-reference) holders can obtain exclusive NFT pets.
3. Third-party NFTs from Metatun Game partners can be imported as exclusive NFT pets.

![](https://3737911604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI2aSi0a5nJzXZxtrIlSw%2Fuploads%2FbXlNevHyTU0YhDJHtxYl%2FQQ%E6%88%AA%E5%9B%BE20220302215823.png?alt=media\&token=d9559f28-fd62-48a5-b561-1754c6700f75)

## **Basic Attributes of Pets**

Stamina: amount of health (HP)

Attack Power: damage amount dealt to enemies with each strike

Defense: amount of received damage reduction

Attack Speed: how often each strike is inflicted on enemies&#x20;

## **Pet Combat Skills**

Unity of Effort: increase the overall damage of player party by 10%

Flesh and Blood: increase the overall stamina of player's party by 10%

Critical Hit: 30% chance of dealing 1.2x damage by player's party

Scouting: player can check a monster's attack power and stamina

Regeneration: increase player party's stamina recovery speed by 30%

Lifesteal: each attack returns 1% of the attack damage to player party's stamina

Stun: 25% chance to stop a monster's attack for 1 second

Distraction: reduce enemy's attack speed by 30%


---

# 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://metatun-team.gitbook.io/metatun-game-white-paper-v0.1/gameplay/combat-pet-system.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.
