1#The level structure must begin with the word "pipenightdreams"
2pipenightdreams{
3  speed=14			#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_toys"	#first directory to search for graphics
7  graph_dir="flow_light"
8  graph_dir="arrows_yellow"
9  graph_dir="default"
10  restrict_coef=10		#defines the % of restricted connections
11  fixed_coef=6			#defines the % of fixed pipes
12  background=mosaic		#defines the type of the background
13  required=24
14  entry{			#entry attributes block
15    row=6
16    column=0
17    side=north
18  }
19  exit{                         #exit attributes block
20    row=3
21    column=4
22    side=south
23  }
24  pipe{
25    row=0
26    column=0
27    type=elbow_se
28    fixed=yes
29    restricted_output=east
30  }
31  pipe{
32    row=1
33    column=2
34    type=elbow_se
35    fixed=yes
36    restricted_output=east
37  }
38  pipe{
39    row=0
40    column=6
41    type=elbow_sw
42    fixed=yes
43    restricted_output=south
44    bonus=super
45  }
46  pipe{
47    row=5
48    column=6
49    type=elbow_nw
50    fixed=yes
51    restricted_output=west
52    bonus=super
53  }
54  pipe{
55    row=5
56    column=2
57    type=elbow_ne
58    fixed=yes
59    restricted_output=north
60    bonus=ultra
61  }
62  pipe{
63    row=1
64    column=5
65    type=elbow_sw
66    fixed=yes
67    restricted_output=south
68    bonus=hyper
69  }
70  pipe{
71    row=4
72    column=5
73    type=elbow_nw
74    fixed=yes
75  }
76
77
78
79
80
81
82}
83