#
# DO NOT MODIFY THIS FILE !
#
# We Want War - Level Description File
# Level 5 - Back to School
#
<wewantwar_level>

    <general_information>
        mapfile: maps/level_7.fmp
        weather: 0
        music: snd/music/music1.mp3
        music: snd/music/boss.mp3
        timebonus: 25000
    </general_information>

    #
    # Include the file that has the route information
    #
    <include>
        type: LEVEL_DESCRIPTION
        file: maps/inc/transit_route.txt
    </include>
    
    #
  # Door parameters
  #
  <doors>
    <small_v_door>
      <upper_half> 272 273 274 275 276 </upper_half>
      <lower_half> 277 278 279 280 281 </lower_half>
    </small_v_door>
    <small_h_door>
      <left_half> 262 263 264 265 266 </left_half>
      <right_half> 267 268 269 270 271 </right_half>
    </small_h_door>
  </doors>
  
    #
    # The player's starting position.
    #
    <player>
#        pos: 139 128
        pos: 194 121 # original starting position
#        pos: 51 23
        angle: 96
        id: 1
    </player>

    #
    # Load the predefined routes
    #
    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/level_7_route.txt
    </include>
    
    #
    # Deploy the objects
    #
    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/gameobjects_7.txt
    </include>

    #
    # The main objective
    #
    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/objective_7_1.txt
    </include>

    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/objective_7_2.txt
    </include>

    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/objective_7_3.txt
    </include>

    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/objective_7_4.txt
    </include>

    <include>
      type: LEVEL_DESCRIPTION
      file: maps/inc/objective_7_5.txt
    </include>
    
    #
    # The level story
    #
    <story>
      background: gfx/levelpic/level_5.bmp
      story: gfx/levelpic/story_5.bmp
    </story>
    
    #
    # Back to School
    #
    # Since they had teleporter no longer they had to proceed with the plan B.
    # The plan B was to capture the Herr Wood's university and use their
    # particle accelerator to create new teleporter. Since I didn't know to whom
    # I should've called I decided to hop in a van and drive to the campus myself.
    #
    # As I got to the backyard of the university the alien cannon shot my vehicle
    # and I was forced to go on by feet. Luckily the back of the van was full
    # of weaponry.
    #
</wewantwar_level>
[END]
869879988
