1#The level structure must begin with the word "pipenightdreams"
2pipenightdreams{
3  speed=12                      #defines the speed of the flow, must be >=1
4  level=1                       #not used
5  start_delay=1000              # between 0..2000
6  graph_dir="pipes_wire"        #first directory to search for graphics
7  graph_dir="flow_blue"
8  graph_dir="arrows_grey"
9  graph_dir="default"
10  restrict_coef=15              #defines the % of restricted connections
11  fixed_coef=35                 #defines the % of fixed pipes
12  background=mosaic	        #defines the type of the background
13  required=35
14  entry{                        #entry attributes block
15    row=0
16    column=5
17    side=south
18  }
19  exit{                         #exit attributes block
20    row=7
21    column=8
22    side=west
23  }
24  pipe{
25    row=0
26    column=3
27    type=vertical
28    fixed=yes
29  }
30  pipe{
31    row=0
32    column=4
33    type=vertical
34    fixed=yes
35  }
36  pipe{
37    row=1
38    column=3
39    type=vertical
40    fixed=yes
41  }
42  pipe{
43    row=1
44    column=4
45    type=vertical
46    fixed=yes
47  }
48  pipe{
49    row=2
50    column=3
51    type=elbow_ne
52    fixed=yes
53  }
54  pipe{
55    row=2
56    column=4
57    type=elbow_nw
58    fixed=yes
59  }
60  pipe{
61    row=6
62    column=3
63    type=elbow_se
64    fixed=yes
65  }
66  pipe{
67    row=6
68    column=4
69    type=elbow_sw
70    fixed=yes
71  }
72  pipe{
73    row=7
74    column=3
75    type=cross
76    fixed=yes
77  }
78  pipe{
79    row=7
80    column=4
81    type=cross
82    fixed=yes
83  }
84  pipe{
85    row=4
86    column=8
87    type=elbow_nw
88    fixed=yes
89  }
90  pipe{
91    row=4
92    column=7
93    type=horizontal
94    fixed=yes
95  }
96  pipe{
97    row=4
98    column=6
99    type=horizontal
100    fixed=yes
101  }
102
103
104
105  pipe{
106    row=3
107    column=8
108    type=cross
109    fixed=yes
110  }
111  pipe{
112    row=5
113    column=8
114    type=horizontal
115    fixed=yes
116  }
117  pipe{
118    row=3
119    column=7
120    type=horizontal
121    fixed=yes
122  }
123  pipe{
124    row=5
125    column=7
126    type=horizontal
127    fixed=yes
128  }
129  pipe{
130    row=3
131    column=6
132    type=horizontal
133    fixed=yes
134  }
135  pipe{
136    row=5
137    column=6
138    type=horizontal
139    fixed=yes
140  }
141  pipe{
142    row=3
143    column=5
144    type=elbow_se
145    fixed=yes
146  }
147  pipe{
148    row=5
149    column=5
150    type=elbow_ne
151    fixed=yes
152  }
153  pipe{
154    row=4
155    column=5
156    type=cross
157    fixed=yes
158  }
159
160
161
162  pipe{
163    row=1
164    column=1
165    type=bowl_v
166    fixed=yes
167    bonus=life
168  }
169  pipe{
170    row=6
171    column=1
172    type=bowl_v
173    fixed=yes
174    bonus=life
175  }
176}
177