/ mockups / maps / map_example.yml
map_example.yml
 1  ---
 2  :name: Map Name
 3  :map_id: map_example
 4  :description: This is the description of the map.
 5  :exits:
 6  - North
 7  - West
 8  - East
 9  - South
10  :exits_connection:
11  - map_example_north
12  - map_example_west
13  - map_example_east
14  - map_example_south
15  :blocked_exits:
16  - North
17  :blocked_exits_description:
18  - This exit is blocked.
19  :items:
20  - Stick
21  :objects:
22  - Bed
23  :npcs:
24  - NPC
25  :map_color_start:
26  - 0
27  - 41
28  - 42
29  :map_color_name:
30  - :red
31  - :green
32  - :red
33  :map_color_end:
34  - 36
35  - 41
36  - 1000