> For the complete documentation index, see [llms.txt](https://docs.milliononmars.com/playerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milliononmars.com/playerguide/buildings-for-your-martian-homestead/advanced-factories/shelter.md).

# Shelter

*Little more than the essentials are found within these shipping container-sized habitation modules. These were popularized during the initial spread of settlers that spread from Coprates as an inexpensive solution to a "Where do I live?" problem. Made from an airlock, aluminum, a few electronics, furniture and glass for simple windows. Air was supplied through a rudimentary pressurized tank created from the aluminum which can not accommodate more than a few settlers. On the positive side, these simple shelters were much easier to maintain than habitats.*

The Shelter is a new building that primarily acts as a place to house Martizens.

### Recipes

{% tabs %}
{% tab title="Extra Credit" %}
![](/files/59tsTiV0K3nrT97zmnV6)

Extra credit rewards a small amount of a random type of XP.&#x20;

| Input            | Output                |
| ---------------- | --------------------- |
| 1 Stamina        | 12-24 Fabrication XP  |
| 1 Oxygen Storage | 12-24 Robotics XP     |
| 5 Power Storage  | 12-24 Life Science XP |
| 1 Brewed Coffee  | 12-24 Chemistry XP    |
|                  | 12-24 Electrical XP   |
|                  | 12-24 Machining XP    |
|                  | 12-24 Mining XP       |
|                  | 12-24 Scavenging XP   |
| {% endtab %}     |                       |

{% tab title="Sprouts Aeroponic Experimentation" %}
![](/files/v7jzinlh4gfOJejEMlVn)

| Input                | Output                 |
| -------------------- | ---------------------- |
| 3 Stamina            | 30-40 Food             |
| 10 Power             | 15-35 Oxygen (40%)     |
| 1 Carbon Dioxide     | 1-5 Sprout Seeds (10%) |
| 5 Water              | 1 Nitrogen (40%)       |
| 5 Sprout Seeds       | 50-90 Life Science XP  |
| 1 Nitrogen           |                        |
| 1 Waste              |                        |
| 1 Life Science Tools |                        |
| {% endtab %}         |                        |
| {% endtabs %}        |                        |

### Size and Task Slots

{% tabs %}
{% tab title="Size" %}

| Rarity       | Size |
| ------------ | ---- |
| Common       | 15   |
| Uncommon     | 15   |
| Rare         | 10   |
| Epic         | 10   |
| Legendary    | 5    |
| Mythic       | 0    |
| {% endtab %} |      |

{% tab title="Task Slots" %}
![](/files/e0N0WPCgDv8Mw0q7QFq3)
{% endtab %}
{% endtabs %}

### Martizen Capacity

![](/files/ZmapalmF6FZMDFog4m3B)

![](/files/brSQFH4pFlRgWy87T7uk)


---

# 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.milliononmars.com/playerguide/buildings-for-your-martian-homestead/advanced-factories/shelter.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.
