Codebase list pipenightdreams / 0bf131af-7969-4cc4-9c8c-100021810613/main levels / 20.level
0bf131af-7969-4cc4-9c8c-100021810613/main

Tree @0bf131af-7969-4cc4-9c8c-100021810613/main (Download .tar.gz)

20.level @0bf131af-7969-4cc4-9c8c-100021810613/mainraw · history · blame

#The level structure must begin with the word "pipenightdreams"
pipenightdreams{
  speed=11                     #defines the speed of the flow, must be >=1
  level=1                       #not used
  start_delay=1800           # between 0..2000
  graph_dir="pipes_cables"      #first directory to search for graphics
  graph_dir="flow_green"
  graph_dir="arrows_yellow"
  graph_dir="default"
  restrict_coef=15              #defines the % of restricted connections
  fixed_coef=10                 #defines the % of fixed pipes
  background=wallpaper          #defines the type of the background
  required=58
  entry{                        #entry attributes block
    row=7
    column=0
    side=north
  }
  exit{                         #exit attributes block
    row=3
    column=4
    side=south
  }
  pipe{
    row=1
    column=1
    type=vertical
    fixed=yes
    restricted_output=south
  }
  pipe{
    row=2
    column=1
    type=vertical
    fixed=yes
  }
  pipe{
    row=3
    column=1
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=4
    column=1
    type=elbow_se
    fixed=yes
  }
  pipe{
    row=5
    column=1
    type=vertical
    fixed=yes
  }
  pipe{
    row=6
    column=1
    type=vertical
    fixed=yes
  }
  pipe{
    row=7
    column=1
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=0
    column=2
    type=elbow_se
    fixed=yes
  }
  pipe{
    row=6
    column=2
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=3
    column=2
    type=elbow_sw
    fixed=yes
  }
  pipe{
    row=4
    column=2
    type=elbow_nw
    fixed=yes
  }
   pipe{
    row=6
    column=3
    type=horizontal
    fixed=yes
  }
  pipe{
    row=6
    column=4
    type=horizontal
    fixed=yes
  }
  pipe{
    row=6
    column=5
    type=horizontal
    fixed=yes
  }
  pipe{
    row=6
    column=6
    type=horizontal
    fixed=yes
  }
  pipe{
    row=5
    column=8
    type=elbow_nw
    fixed=yes
  }
  pipe{
    row=4
    column=4
    type=vertical
    fixed=yes
    bonus=life
  }
  pipe{
    row=5
    column=4
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=1
    column=4
    type=elbow_se
    fixed=yes
  }
  pipe{
    row=2
    column=4
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=2
    column=8
    type=elbow_sw
    fixed=yes
  }
  pipe{
    row=2
    column=5
    type=horizontal
    fixed=yes
  }
  pipe{
    row=2
    column=6
    type=horizontal
    fixed=yes
  }
  pipe{
    row=2
    column=7
    type=horizontal
    fixed=yes
  }
}