# Objects

## Object Types

**Land** - an object on the **Global Map** where the **Player** can place his **Palace**

**Palace** - an object that the **Player** can place on their **Land**

**Room** - an object that the **Player** can place inside his **Palace**

**Loci** - an object that the **Player** can place inside his **Room**

## Rarity

There are five types of objects **Rarity** in the game. The higher the **Rarity**, the better the object

**Common**

<mark style="color:green;">**Uncommon**</mark>

<mark style="color:blue;">**Rare**</mark>

<mark style="color:purple;">**Epic**</mark>

<mark style="color:yellow;">**Legendary**</mark>

## Style

All objects in the game belong to different **Styles**. The more objects of one **Style** are installed inside the **Player's Palace**, the greater the profit he receives

Styles list:

* Japanese
* Medevil
* Cyber Egypt
* Frozen
* etc.


---

# 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://wiki.memoverse.io/game-objects/objects.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.
