> For the complete documentation index, see [llms.txt](https://docs.medievaldiscord.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medievaldiscord.com/military/watch/sargeant.md).

# Sergeant 🗡️

<figure><img src="/files/fxMriWWmXEfMZGscsKo0" alt=""><figcaption><p><mark style="color:yellow;">Copyright </mark><em><mark style="color:yellow;">© 2023 Medieval Discord. All rights reserved.</mark></em></p></figcaption></figure>

## Description:

Sergeants are Junior Watch Officers. Basically, Guards that have proven themselves worthy of a commanding position. They have authority over the lesser ranks and are often tasked with showing the ropes to newer Watch members. Sergeants are usually stationed in densely populated zones specifically to break up brawls and process roughhousers due to their experience. Sergeants are easily distinguished from the ranks below them due to having gambesons and better equipment. In addition to this, they also have two blue stripes around their left bicep.

* **Weekly (Sunday) Paycheck:** `15 coin`
* **Rank-up Requirement:** `150 xp`
* **Rank-up Rewards:** `Round Shield, Gambeson`

## Mechanics:

### Break-up

```javascript
r!break-up <@user>
```

*Used to terminate an instance of combat the mentioned **@user** is in. Both users participating in combat will be bound instantly.*

* **Minimum Stamina:** `50%`
  * **Raw Stamina Cost:** `15`
* **Base Reward:** `3 xp`
  * **Reward Cooldown:** `2h`

**Success chance:**

* (+)**Strength:** `str`
* (+)**Samina:** `stm`
* (+)**Weapon equipped:** `5`
* (-)**Target's Strength:** `str`
* (-)**Target's Stamina:** `stm`
* (-)**Target's Weapon if equipped:** `-3`
* (+)**Random dice:** `0-3`

**Success Threshold:**

* ***<1** Fail:* `Lose 15% of MaxHP`
* ***>0** Success:* `Base Reward`

## In-depth guide:

Sergeants have more RP potential than the previous ranks as they are the first rank that is considered to be an officer of sorts. They may order the lower ranks around and help them learn the ways of the Watch. They are the first rank that most Bailiffs take seriously, as they usually disregard Guards and those below them. Sergeants are the first rank to be given the `break-up` command, used to break up fights between citizens. It's better to break up a fight and then have someone tried for assault, rather than have one person die and the other one tried for murder. A vigilant Watch member will always try to break up as many fights as possible.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.medievaldiscord.com/military/watch/sargeant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
