# Activity Ratings

### Activity Ratings:

#### 1. Killer.

The Killer rating takes into account the number and total strength of pieces killed by the player during the entire game.

* Number of games played: number of wins/losses.
* Number of killed pieces broken down by class: number of killed Pawns, Knights, Bishops, Rooks, Queens, Kings.
* The total Strength of the killed figures and the breakdown of the Strength of the killed figures by class.

#### 2. Merchant.

The Merchant's rating takes into account the total amount of Energy received by the player in the Market from the sale of ammunition, gems and figures for the entire time of the game.

#### 3. Commander.

The Commander's rating takes into account the total number of pieces summoned by the player for the entire time of the game, broken down by class of pieces.

#### 4. Researcher.

The Explorer rating takes into account the total number of tasks completed by the player for the entire time of the game, broken down by types of tasks.

#### 5. Instructor.

The Instructor's rating takes into account the total combined strength of all the player's pieces at the current moment.


---

# 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://shedever-studio.gitbook.io/chess-zombies-wpeng/gameplay/rating-system/activity-ratings.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.
