# 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

![](https://3688877187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9Yq3k17wwPGkdgZKKBL4%2Fuploads%2FrFYDxvtAbraQFfIUTMjp%2Fcollage-1.jpg?alt=media\&token=f75b0052-7272-4371-aeef-b1e27d8f82b3)

### **b. Dynamic obstacles**

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

* Rolling barrels
* Pendulums
* Mechanical traps

![](https://3688877187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9Yq3k17wwPGkdgZKKBL4%2Fuploads%2F3uIDDOxB0g4HnfhigHiy%2Fcollage-2.jpg?alt=media\&token=da8b6323-972f-47da-ba7b-ebae513d8102)

### **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.

![](https://3688877187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9Yq3k17wwPGkdgZKKBL4%2Fuploads%2F2tpurL0GO4ix8VaKBak1%2Fcollage-3.jpg?alt=media\&token=d39ab16a-6e80-4275-8be0-b1189a8fd83d)

### **d. Indestructible obstacles**

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

![](https://3688877187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9Yq3k17wwPGkdgZKKBL4%2Fuploads%2FM6FWg2K0T5MwrMEW8FOH%2Fcollage-4.jpg?alt=media\&token=a5c40229-5807-48fd-ace7-0e81604067f5)
