# Knight

<figure><img src="/files/Eo0sdCpc2ljdszpwCwpI" alt="" width="188"><figcaption></figcaption></figure>

Knight is a primary tank that attacks invading ground enemies, preventing some of them from advancing.

#### Knight’s Basic Stats:

| HP             | 100 |
| -------------- | --- |
| Damage         | 10  |
| Attack Speed   | 1   |
| Movement Speed | 50  |
| Attack Range   | 0.3 |

#### Knight’s Items:

1. **Knight**

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

A steel sword designed for battles against monsters. When equipped, the Knight can deal more damage and has a chance to perform critical strikes against enemies. \
\
The item power will increase with each upgrade, as shown below:

| **Power** | **Damage** | <p><strong>Critical Strike</strong><br><strong>Chance</strong></p> | <p><strong>Critical Strike</strong><br><strong>Increase Damage</strong></p> |
| :-------: | :--------: | :----------------------------------------------------------------: | :-------------------------------------------------------------------------: |
|     1     |     25     |                                 20%                                |                                     160%                                    |
|     2     |     30     |                                 22%                                |                                     170%                                    |
|     3     |     35     |                                 24%                                |                                     180%                                    |
|     4     |     40     |                                 26%                                |                                     190%                                    |
|     5     |     45     |                                 28%                                |                                     200%                                    |
|     6     |     53     |                                 32%                                |                                     220%                                    |
|     7     |     61     |                                 36%                                |                                     240%                                    |
|     8     |     69     |                                 40%                                |                                     260%                                    |
|     9     |     77     |                                 44%                                |                                     280%                                    |
|     10    |     85     |                                 50%                                |                                     300%                                    |

2. **Iron Helmet:**

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

A helmet that covers most of the head to offer great protection against damage. When equipped, the Knight gains more HP and has a chance to receive less damage than normal when attacked.

The item power will increase with each upgrade, as shown below:

| **Power** | **HP** | <p><strong>Reduce Damage</strong><br><strong>Chance</strong></p> | <p><strong>Reduce Damage</strong><br><strong>Receive Less Damage</strong></p> |
| :-------: | :----: | :--------------------------------------------------------------: | :---------------------------------------------------------------------------: |
|     1     |   35   |                                10%                               |                                      15%                                      |
|     2     |   41   |                                20%                               |                                      15%                                      |
|     3     |   48   |                                30%                               |                                      15%                                      |
|     4     |   56   |                                40%                               |                                      15%                                      |
|     5     |   65   |                                50%                               |                                      15%                                      |
|     6     |   75   |                                60%                               |                                      20%                                      |
|     7     |   86   |                                70%                               |                                      20%                                      |
|     8     |   98   |                                80%                               |                                      20%                                      |
|     9     |   111  |                                90%                               |                                      20%                                      |
|     10    |   125  |                               100%                               |                                      25%                                      |

3. **Iron Armour:**

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

A chest designed for brave knights who battle monsters at the forefront. When equipped, the Knight gains a substantial amount of HP that greatly helps them survive in tough battles.

The item power will increase with each upgrade, as shown below:

| **Power** | **HP** |
| :-------: | :----: |
|     1     |   85   |
|     2     |   107  |
|     3     |   131  |
|     4     |   157  |
|     5     |   185  |
|     6     |   215  |
|     7     |   247  |
|     8     |   281  |
|     9     |   317  |
|     10    |   355  |

4. **Iront Boots:**

<figure><img src="/files/43TkEBHdhrztPKKZxCpR" alt=""><figcaption></figcaption></figure>

A pair of heavy iron boots better suited for knights. When equipped, they greatly boost both the movement speed and attack speed of the Knight.

The item power will increase with each upgrade, as shown below:

| **Power** | **Movement Speed** | **Attack Speed** |
| :-------: | :----------------: | :--------------: |
|           |                    |                  |
|     1     |         50%        |        50%       |
|     2     |         70%        |        70%       |
|     3     |         90%        |        90%       |
|     4     |        110%        |       110%       |
|     5     |        130%        |       130%       |
|     6     |        170%        |       160%       |
|     7     |        210%        |       190%       |
|     8     |        250%        |       220%       |
|     9     |        290%        |       250%       |
|     10    |        330%        |       280%       |

5. **Knight’s Ring:**

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

A rare piece of jewelry that brings immortality to its wearer. When equipped, the Knight can continuously regenerate a large portion of HP, increasing their endurance in long battles.\
\
The item power will increase with each upgrade, as shown below:

| **Power** | **HP regeneration per second** |
| :-------: | :----------------------------: |
|     1     |                5               |
|     2     |                6               |
|     3     |                7               |
|     4     |                9               |
|     5     |               11               |
|     6     |               14               |
|     7     |               17               |
|     8     |               21               |
|     9     |               25               |
|     10    |               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://castle-support.pocketarena.com/player-castle-defense/defence-characters/knight.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.
