# Crouch Deceleration

This page describes how you can adjust the deceleration of the player when they start crouching.

To edit the curve, double-click the curve in `Motion\Blueprints\Curves\Curve_CrouchDeceleration`. This will open the curve editor.

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

The `Red` line, X, translates to the progress of deceleration in percent.

With the provided curve this means that the player will reach the full speed penalty of crouching in 1 second.

Valid values for this curve are between 0 (0%) and 1 (100%). Please consider this when editing this curve.

<mark style="color:blue;">You can add additional points to the curve to create a different deceleration pattern.</mark>


---

# 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://motion.docs.regensturm.com/tweaking/crouch-deceleration.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.
