#
# DO NOT MODIFY THIS FILE !
#
# We Want War - Level Description File
# Level 4 - The City of Herr Wood
#
<wewantwar_level>

    <general_information>
        mapfile: maps/urban.fmp
        weather: 0
        music: snd/music/music4.mp3
        timebonus: 45000
    </general_information>


    #
    # Spawn the objects to the playfield
    #
    <include>
        type: LEVEL_DESCRIPTION
        file: maps/inc/gameobjects_urban.txt
    </include>

    #
    # The first objective of this level.
    #
    <include>
        type: LEVEL_DESCRIPTION
        file: maps/inc/objective_urban_1.txt
    </include>

    #
    # Player's starting position.
    #
    <player>
        pos: 8 3
        angle: 128
        id: 1
    </player>

    #
    # The level story
    #
    <story>
      background: gfx/levelpic/level_4.bmp
      story: gfx/levelpic/story_4.bmp
    </story>
    #
    # The City of Herr Wood.
    #
    # And here we were in the City of Herr Wood. This was my home. The home
    # of all forgotten souls. The city of Herr Wood.
    #
    # This city was named by one of the most significant persons ever leaved
    # here, Mr. Wood from Sweden. And why was he so significant person? Well,
    # he established this city. The actual reason he came here was that
    # everybody laughted at him in his home village so he left it. He came
    # here and deforested this hill. Thanks to him, there was enough wood
    # for everyone to build their houses. Nowadays this noble man has died
    # and nothing execpt the name of our city reminds the later generations
    # about him.
    #
    # I was too late. The creatures had attacked to this city and killed
    # everyone here. In the central park there was some kind of teleporter
    # they used to bring reinforcements to the city. Since everyone else are
    # dead, it's my duty to destroy it.
    #
</wewantwar_level>

[END]

783837105