# 3.15 Obstacle System

Objects on the map that the player may encounter.  The player instantly loses if his abilities do not allow him to bypass the rule, including the unique Obstacles on the map. Obstacles are divided into

* Static and Dynamic&#x20;
* Destructible and Indestructible&#x20;
* Unique areas of the map

### **a. Static obstacles**

Obstacles that do not change their position in space. \
For example,

* Boxes
* Fences
* Heaps of stones

![](/files/DePqziV0AdLST7ME9dEF)

### **b. Dynamic obstacles**

Obstacles that can change their position in space. \
For example,

* Rolling barrels
* Pendulums
* Mechanical traps

![](/files/UfLqOoWbTAkZFOTML0qe)

### **c. Destructible obstacles**

Static or dynamic obstacles, which can be destroyed by a shot or crossing with the player, are slightly slow and deal damage.

![](/files/WqWtyP1M3gv5fSxJSPes)

### **d. Indestructible obstacles**

Static or dynamic obstacles cannot be destroyed and instantly kill the player upon crossing.

![](/files/TAAUU5JitGkLmxL7ZNDu)


---

# 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://doc.metarun.game/metarun-gameplay/3.15-obstacle-system.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.
