1#The level structure must begin with the word "pipenightdreams"
2pipenightdreams{
3  speed=7			#defines the speed of the flow, must be >=1
4  level=1			#not used
5  start_delay=1200		# between 0..2000
6  graph_dir="pipes_toys"	#first directory to search for graphics
7  graph_dir="flow_light"
8  graph_dir="arrows_yellow"
9  graph_dir="default"
10  restrict_coef=1		#defines the % of restricted connections
11  fixed_coef=2			#defines the % of fixed pipes
12  background=mosaic		#defines the type of the background
13  required=20
14  entry{			#entry attributes block
15    row=0
16    column=0
17    side=east
18  }
19  exit{                         #exit attributes block
20    row=7
21    column=8
22    side=west
23  }
24  pipe{				#pipe attributes block
25    row=1
26    column=1
27    type=elbow_se
28    fixed=yes
29  }
30  pipe{				#pipe attributes block
31    row=1
32    column=2
33    type=horizontal
34    fixed=yes
35  }
36  pipe{				#pipe attributes block
37    row=1
38    column=3
39    type=horizontal
40    fixed=yes
41  }
42  pipe{				#pipe attributes block
43    row=1
44    column=4
45    type=horizontal
46    fixed=yes
47  }
48  pipe{				#pipe attributes block
49    row=1
50    column=5
51    type=horizontal
52    fixed=yes
53  }
54  pipe{				#pipe attributes block
55    row=1
56    column=6
57    type=elbow_sw
58    fixed=yes
59  }
60  pipe{				#pipe attributes block
61    row=2
62    column=6
63    type=vertical
64    fixed=yes
65  }
66  pipe{				#pipe attributes block
67    row=3
68    column=6
69    type=vertical
70    fixed=yes
71  }
72  pipe{				#pipe attributes block
73    row=4
74    column=6
75    type=elbow_nw
76    fixed=yes
77  }
78  pipe{				#pipe attributes block
79    row=4
80    column=5
81    type=horizontal
82    fixed=yes
83  }
84  pipe{				#pipe attributes block
85    row=4
86    column=2
87    type=horizontal
88    fixed=yes
89  }
90  pipe{				#pipe attributes block
91    row=4
92    column=1
93    type=elbow_ne
94    fixed=yes
95  }
96  pipe{				#pipe attributes block
97    row=3
98    column=1
99    type=vertical
100    fixed=yes
101  }
102  pipe{				#pipe attributes block
103    row=2
104    column=1
105    type=vertical
106    fixed=yes
107  }
108  pipe{				#pipe attributes block
109    row=3
110    column=3
111    type=cross
112    fixed=yes
113    bonus=super
114    restricted_output=north
115  }
116  pipe{				#pipe attributes block
117    row=3
118    column=4
119    type=cross
120    fixed=yes
121    restricted_output=south
122    bonus=super
123  }
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138}
139