# PVP

The PVP system will be a fight between 2 teams with 3 turtles each, whoever gets the most wins will be considered the winner, each team fights 5x daily. Each turtle will have a health of 100 HP and its strength will be based on its rarity, its realm and the fighting realm.

* Rarity: The higher your rarity, the greater your attack.
* Kingdom of fight: The turtle that is fighting in your realm will gain a bonus where it will take 2 more HP in its attack.
* VS Kingdom: there are kingdoms that have advantages over each other, so the Kingdom of Fire beats the Kingdom of Grass, the Kingdom of Grass beats the Water Kingdom and the Water Kingdom beats the Fire Kingdom, the turtles that have this advantage will gain a bonus where they will take 2 more HP on their attack.

<table><thead><tr><th width="156" align="center">RARITY</th><th width="150" align="center">ATTACK</th><th width="150" align="center">KINGDOM OF FIGHT</th><th align="center">VS KINGDOM</th></tr></thead><tbody><tr><td align="center">LEGENDARY</td><td align="center">15 HP</td><td align="center">+ 2 HP</td><td align="center">+ 2 HP</td></tr><tr><td align="center">SPECIAL</td><td align="center">13 HP</td><td align="center">+ 2 HP</td><td align="center">+ 2 HP</td></tr><tr><td align="center">RARE</td><td align="center">12 HP</td><td align="center">+ 2 HP</td><td align="center">+ 2 HP</td></tr><tr><td align="center">COMMON</td><td align="center">10 HP</td><td align="center">+ 2 HP</td><td align="center">+ 2 HP</td></tr><tr><td align="center">YOUNG</td><td align="center">8 HP</td><td align="center">+ 2 HP</td><td align="center">+ 2 HP</td></tr></tbody></table>


---

# 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://turtle-5.gitbook.io/turtleracing/pvp.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.
