> For the complete documentation index, see [llms.txt](https://wiki.memoverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.memoverse.io/game-objects/lands.md).

# Lands

### Description <a href="#land-size-hex" id="land-size-hex"></a>

The whole territory in the <mark style="color:purple;">**Memoverse**</mark> universe is divided into hexagons and called **Unoccupied Lands**.

The Player can buy occupied the **Unoccupied Lands** one of the fourth sizes: S, M, L or XL by placing the **Land** object on it.

### Land Size (Hex) <a href="#land-size-hex" id="land-size-hex"></a>

* S - 3 Hex
* M - 7 Hex
* L - 19 Hex
* XL - 37 Hex

### Land Parameters

Name/ID:

* displays the object's Name and/or ID

Type:&#x20;

* **Unoccupied Land** - unoccupied by a Players Land&#x20;
* **Land** - placed Land
* **Unplaced Land** - unplaced by the Player Land (displays in inventory)

Size:&#x20;

* S&#x20;
* M&#x20;
* L&#x20;
* XL

Style (visual style of the object):&#x20;

* Default
* Rome
* Atlantis
* Medevil
* Space
* Cyber Egypt
* Japan
* Fire
* Ice
* Ukrainian

Rarity:

* Common
* Uncommon
* Rare
* Epic
* Legendary

### Land interaction

* The Player can occupy an **Unoccupied Land** by placing the **Unplaced** **Land** object on it.
* The Player cannot remove the installed **Land** object but can replace it with **Unplaced** **Land** (of the same size) from the **Inventory**


---

# 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:

```
GET https://wiki.memoverse.io/game-objects/lands.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.
