> For the complete documentation index, see [llms.txt](https://quest3.gitbook.io/infinity-tower-game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quest3.gitbook.io/infinity-tower-game/infinity-tower/game-play/pvp-battlelog.md).

# PvP Battlelog

At Infinity Tower Game, you are able to view your PvP Battlelog that will help you understand the battles better.

* If you wish to check your own battlelogs, you may click on 'My Page' (your wallet address on the top right-hand corner).
* If you want to check out other players' battlelogs, you may click on that specific player under 'PvP Ranking' page.

## **Damage Dealt**

The Damage Dealt tab provides a breakdown of your offensive capabilities, guiding you to analyze your PvP battle performance in terms of damage inflicted on opponents.

<figure><img src="/files/SvEqTAGEPs4HpN5l3ucZ" alt=""><figcaption></figcaption></figure>

**Servant/Monster**

* When you click on a Servant/Monster icon, it displays the overall abilities.
* You can check the level of the Servant/Monster.
* Top left corner of the Servant: You can check the class icon.
* Top left corner of the Monster: You can check the race icon.
* Clicking on the icons provides access to the information below.
  * Servant Skills
  * Character
  * Attack Speed

**Damage Gauge Bar**

You can check the damage dealt during the combat. For Cleric, Damage dealt does not apply, so it is replaced with a Healing effect.

**Damage Gauge Bar Color Rules**

* Red: Damage dealt exceeds 80% of the maximum capacity.
* Orange: Damage dealt exceeds 50% of the maximum capacity.
* Yellow: Damage dealt is less than 50% of the maximum capacity.
* Green: Healing effects (applicable after reaching Cleric level 10).

## **Servant Equipments Tab**

The Servant Equipments tab offers a comprehensive overview of the gear you’ve equipped on your characters. It allows you to examine the individual statistics and attributes associated with each item. By clicking on an item, you can access detailed information about its effects and potential benefits.

<figure><img src="/files/wuI6a2Kh4ur6qSefb8GT" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://quest3.gitbook.io/infinity-tower-game/infinity-tower/game-play/pvp-battlelog.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.
