> For the complete documentation index, see [llms.txt](https://mechanova.gitbook.io/mechanova-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mechanova.gitbook.io/mechanova-docs/spaceship-system.md).

# Spaceship System

Spaceships are the core carriers for exploration and planet conquest in **MechaNova**. Each player needs to own at least one spaceship in order to form a fleet and participate in planet conquest.

Spaceships are divided into **1-star to 5-star tiers**. The higher the spaceship’s star rating, the more mechas it can carry, allowing players to build stronger fleets and challenge more difficult planets.

| Spaceship Star Rating | Mecha Carrying Capacity | Description                                                     |
| --------------------- | ----------------------: | --------------------------------------------------------------- |
| 1-Star Spaceship      |                 1 Mecha | Basic spaceship suitable for early planets                      |
| 2-Star Spaceship      |                2 Mechas | Improved spaceship with stronger fleet potential                |
| 3-Star Spaceship      |                3 Mechas | Mid-tier spaceship suitable for medium-difficulty planets       |
| 4-Star Spaceship      |                4 Mechas | Advanced spaceship for high-difficulty planet conquest          |
| 5-Star Spaceship      |                5 Mechas | Top-tier spaceship with the strongest fleet formation potential |

The spaceship’s star rating directly affects the fleet’s overall strength. A higher-star spaceship can carry more mechas, which increases the total combat power of the fleet and improves the success rate of planet conquest.

A spaceship’s mecha capacity can be filled progressively.

For example, if a spaceship has a capacity of **4 mechas**, and the player equips **2 mechas** during the first operation and confirms it through the wallet, the remaining **2 slots** will still remain available. The player can later continue adding up to **2 more mechas** to fill the spaceship’s full capacity.

Players can obtain spaceships through the **gacha system** by consuming **$MECHA**. Gacha results only include spaceships and mechas, with no other rewards or items.

<figure><img src="/files/4jbc0vI7432DIXzxKBUf" alt=""><figcaption></figcaption></figure>


---

# 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://mechanova.gitbook.io/mechanova-docs/spaceship-system.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.
