# weight\_config.yml

```yaml
default_storage: 100 ## base maximum player weight
weight_map:
  50-80:
    effect:
      - name: SLOWNESS
        level: 1
  80-100:
    effect:
      - name: SLOWNESS
        level: 2
  100+:
    effect:
      - name: SLOWNESS
        level: 3
  80-100:
    jump: false ## The player cannot jump
    transport: false ## The player cannot use vehicles.
    effect:
      - name: SLOWNESS
        level: 4
```

`50–80` indicates the weight fill percentage.

If the player's carrying capacity is 200 kg and he currently has 100 kg, then the range of 50-80 will be applied and the slowdown effect will be 1.


---

# 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://paw-studio.gitbook.io/paw-studio-docs/liteweight/weight_config.yml.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.
