> For the complete documentation index, see [llms.txt](https://docs.cosmicfomo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmicfomo.com/game-mechanics/characters-and-in-game-items/pilot-stats.md).

# Pilot stats

**Equal stats:**

All pilots of all classes and rarity levels have the same parameters at "birth":

* **Body** (Strength): 100 – replenishable parameter (can be restored for in-game tokens).

| Body             | Yield Multiplier |
| ---------------- | ---------------- |
| from 100% to 90% | 100% rewards     |
| from 89% to 80%  | 90% rewards      |
| from 79% to 70%  | 80% rewards      |
| from 69% to 60%  | 70% rewards      |
| from 59% to 50%  | 60% rewards      |
| from 49% to 40%  | 50% rewards      |
| from 39% to 30%  | 40% rewards      |
| from 29% to 20%  | 30% rewards      |
| from 19% to 10%  | 20% rewards      |
| from 9% to 0%    | 10% rewards      |

* **Stamina** (Endurance): 100 – replenishable parameter (can be replenished up to 100 for LVL UP, can be replenished only when leveling up). At LVL 30, this parameter is fixed at 100. You can play even if the parameter is depleted. However, when the pilot's score drops to 40, you start receiving only 40% of all rewards. Body and Stamina are consumed only in SOLO mode. Stamina consumption per race depends on your pilot's level.  At higher levels you can participate in more races, as Stamina is spent more slowly.

**Individual stats:**

When a pilot is "born" its individual parameters are randomly generated within an acceptable range and depending on the pilot's rarity.

Individual pilot parameters include:

* **Income** – Affects your yield.
* **Capacity** – How many currencies a pilot can bring along in a race.
* **Luck** – Affects the chance of getting tokens, bonuses and Minerals from meteorites.
* **Durability** – Decreases the pilot's strength loss per race.

<figure><img src="/files/40Y0FWVsM0yLxLRF33UU" alt=""><figcaption></figcaption></figure>

**Table of stat ranges by pilot rarity**

| Parameters | Common | Uncommon |  Rare | Legendary |
| ---------- | :----: | :------: | :---: | :-------: |
| Income     |  12-14 |   14-16  | 16-18 |   18-20   |
| Capacity   |   1-3  |    2-4   |  3-5  |    4-6    |
| Luck       |   2-5  |    5-8   |  8-13 |   13-16   |
| Durability |   4-6  |    5-7   |  6-8  |    7-9    |

*\*Disclaimer: The data presented herein is strictly for informational purposes, does not constitute financial advice, and is subject to change at any time at the discretion of the development team.*


---

# 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.cosmicfomo.com/game-mechanics/characters-and-in-game-items/pilot-stats.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.
