# Base Statistics

Every Player has a set of publicly available base statistics that are part of determining how skilled that player will play in a game. With the exception of condition, all statistics can only be improved through training[.](/muzzle-run-docs/muzzle-run-racing/training.md) Condition is increased and decreased based on game results and can also be increased with training.

**Offensive**

A value that represents a players potential top skill when performing offensive actions such as passing, shooting and dribbling. A higher offensive value also means your player will on average play better offensively than a player with a lower offensive skill value if all other factors were the same.

**Defensive**

A value that represents a players potential top skill when performing defensive actions such as marking and tackling. A higher defensive value also means your player will on average play better defensively than a player with a lower defensive skill value if all other factors were the same.

**Mental**

A value that represents a players potential top skill when playing. A higher mental skill is going to result in improved decision making, play execution and confidence. A higher mental value also means your player will on average play better than a player with a lower mental skill value if all other factors were the same.

**Ability**

Ability represents a players physical ability and will be present in a players agility, acceleration, strength and speed.

**Form**

Form is another statistic that influences how consistently a player will play to the best of their ability. Form is increased and decreased after every game. The more a player wins, the higher likelihood that the player will play better in the next game. Form can not drop below 50 and can not go above 100.&#x20;


---

# 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://guide.muzzle.run/muzzle-run-docs/muzzle-run-football/base-statistics.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.
