# Biomes

#### **General Info**

Planets will have randomized biomes. Each Biome will be procedurally generated across the planet’s surface. Since biomes are procedurally generated all biomes specific to the planet rarity may or may not appear with exception of the biomes exclusive to the higher rarity planets, which will be guaranteed to appear somewhere on the planet’s surface.&#x20;

There are 11 biomes total. The following is a list of biomes types that each planet has the possibility of producing:

* Rare — Forest, Snow, Desert, Coast.
* Epic — Forest, Snow, Desert, Coast, Plains, Submerged, Mountain.
* Legendary — Forest, Snow, Desert, Coast, Plains, Submerged, Mountain, Canyon, Volcanic.
* Mythic — Forest, Snow, Desert, Coast, Plains, Submerged, Mountain, Canyon, Volcanic, Ruins, Lemuria Tree.

#### **Examples of how biomes are randomized**

* An epic planet will be guaranteed one Plains, Submerged, or Mountain.
* A legendary will be guaranteed one Plains, Submerged, or Mountain; and guaranteed one Canyon or Volcanic.
* A mythic will be guaranteed one Plains, Submerged, or Mountain; and guaranteed one Canyon or Volcanic; and guaranteed one Ruins or Lemuria Tree.

Below is a chart of planet rarities and the number of biome slots they have.&#x20;

<table data-header-hidden><thead><tr><th width="291"></th><th width="146"></th><th width="148"></th><th></th></tr></thead><tbody><tr><td></td><td>Small</td><td>Medium</td><td>Large</td></tr><tr><td>Rare</td><td>2</td><td>3</td><td>3</td></tr><tr><td>Epic</td><td>4</td><td>4</td><td>5</td></tr><tr><td>Legendary</td><td>5</td><td>6</td><td>7</td></tr><tr><td>Mythic</td><td>7</td><td>8</td><td>9</td></tr></tbody></table>


---

# 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://lemuria-online.gitbook.io/the-galaxy-of-lemuria/nfts/land-planets/biomes.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.
