> 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/combat/combat-mechanics/mounted-combat.md).

# Mounted Combat

> *Before VEA, horses in MD were mainly used for running away from fights you knew you couldn't win. However, we've seen the potential of infantry vs cavalry combat and have decided to expand upon the role horses play in actual combat.*

Horses are an expensive commodity for the majority of Rosewood, with only the wealthiest being able to purchase and maintain them.&#x20;

Your character can have two states with regard to their horse; `Mounted` and not.

To mount your horse, you must have it in your inventory and use the `mount` command whenever and wherever *(excluding certain channels; those marked as **Indoors** or **Cramped.** Additionally, you can't move between Indoor and Cramped channels if you are mounted!)*.\
\&#xNAN;*The same applies to dismounting your horse!*&#x20;

### Mount | Dismount

{% code title="#any (read above)" %}

```javascript
r!mount | r!dismount
```

{% endcode %}

* ***Stamina cost:*** 2

{% hint style="warning" %}
*Do not use the mount/dismount command while in combat. Instead, you will have the `MOUNT/DISMOUNT` button!*
{% endhint %}

{% hint style="info" %}
*You must have the "horse" item in your inventory to be able to mount. While you have your horse with you, it is considered beside you or stationed somewhere outside/nearby.*
{% endhint %}

*When `Mounted` and `In-Combat`, you are on your horse IC and must RP as such. Keep in mind, that weapons behave differently when they are used while you're mounted. Also, note that there are attack commands specifically made for unhorsing mounted opponents and that some of these moves/weapons can inflict critical/fatal damage to you if you are not careful.*

### Weapon Damage When Mounted (Cavalry Damage Modifier):

<table><thead><tr><th width="150">Weapon name</th><th width="171.0813953488372" align="center">Ground VS Ground</th><th width="230" align="center">Mounted VS Ground OR Mounted VS Mounted</th><th width="150" align="center">Ground VS Mounted</th></tr></thead><tbody><tr><td>Arming Sword       </td><td align="center">100%</td><td align="center">30%</td><td align="center">100%</td></tr><tr><td>Longsword</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr><tr><td>Falchion Sword</td><td align="center">100%</td><td align="center">30%</td><td align="center">100%</td></tr><tr><td>Dagger</td><td align="center">100%</td><td align="center">30%</td><td align="center">30%</td></tr><tr><td>Club</td><td align="center">100%</td><td align="center">30%</td><td align="center">100%</td></tr><tr><td>Quarterstaff</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr><tr><td>Mace</td><td align="center">100%</td><td align="center">30%</td><td align="center">100%</td></tr><tr><td>Spear</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr><tr><td>Pike</td><td align="center">30%</td><td align="center">100%</td><td align="center">200%</td></tr><tr><td>Halberd</td><td align="center">100%</td><td align="center">30%</td><td align="center">200%</td></tr><tr><td>Lance</td><td align="center">30%</td><td align="center">200%</td><td align="center">30%</td></tr><tr><td>War Hammer</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr><tr><td>Dane Axe</td><td align="center">100%</td><td align="center">100%</td><td align="center">100%</td></tr></tbody></table>


---

# 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://docs.medievaldiscord.com/combat/combat-mechanics/mounted-combat.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.
