/************************
* LEGACY MAP of         *
* Beraquel forest       *
* done by               *
* Markus Birth          *
* mbirth@webwriters.de  *
************************/

var beraquel_forest = new Array();

beraquel_forest['level'] = 'Level 2';
beraquel_forest['title'] = 'Beraquel forest';
beraquel_forest['map'] = [
  '??? . ???? . ???????????????????? ..+. ?????????',
  '?? . .+. .+ . ??? .. ?????? .. ? .    . ????????',
  '??.     .    .+  .  . * ?? .  ..+   :: .????????',
  '??+  N   N     .. : + * ? +   :    :: . ????????',
  '??. N N N N   :   : . *. . : :  ::   . ?????????',
  '? .  N***N     :     .* ..  : : ::  . ??????????',
  ' +  N *N* N  : : : :  *.  +     :    .. ????????',
  '.    N***N   :     : :*.   :      :    .????????',
  ' .  N N N N : :  :    * ..   :::    : :.????????',
  ' .   N N N   :  :    :*: : :     :  :**+????????',
  '+          ::      :  **    : : :   **.+????????',
  '. ::  ::      :      ::*: :  ::   : * .?????????',
  '.     :   : :        *** :      :  **. ?????????',
  ' .  :   :       :    *: : : :  : :**:+??????????',
  '? .+ :    :  : :    :**           *: .??????????',
  '??? .    :       :   :*: :  :     *  . ?????????',
  '???? . :    :  :      *  :    : : * : .+. ??????',
  '?????.  :   :     :: **:      ::  **  :  . ?????',
  '?????+    : :: :    +*+  : :: :   :**  :  .. ???',
  '????? . :     : ::  .*. :  : :  :   *:: : : .???',
  '?????? .  :   :::   +*+          :  *: :: : +???',
  '????? .          :  .*. :     : :  :*: ::  ..???',
  '?? .+. :: :   : +.+.***.+.+::       *     . ????',
  '? .     :  :   ******!*******   : :**   :. ?????',
  '?.       :  :***+.+.***.+.+:****   *:: ::.. ????',
  '?+  : :    :**  :   .*.   :   :**:**       . ???',
  '?. :      ***: ::   +*+: : :   :***  : : :: + ??',
  '?.  :  : **       : .*.  :  :   :   : :      . ?',
  '? .   : :* :  : ::  +*+  :    :   :     N+N   .?',
  '?? .     *           *  :  : ::        N   N  .?',
  '??? .  : *: ::    :  *:          : :: N *** N.+?',
  '????.:  **:     : : :**    :    :     + *N*   . ',
  '????.:***    :       :* :    :   ::   N *** N  .',
  '????H**:::  : : : :: **       :        N   N  . ',
  '????.  : :  ::      :*    ::      :     N+N  + ?',
  '????+ :  :     : : :** :   :  : :  ::       . ??',
  '???? . ::: :::   : :*   :  :    :  ::: :   :. ??',
  '????? .:   :    :   *::  :  : ::        :    . ?',
  '?????? .: :  ::  :: **   : : :   : : :::  : : . ',
  '???????+ :: : :::  : * :  :       ::     :     .',
  '?????? .    :      ..*.   :  : ::     ..   :: :.',
  '??????.  ::   ::::.. * .   : :  :  .+. ?. : :  .',
  '??????.: ::  ::   . .*. . :: :    . ???? +   +. ',
  '?????? .   ::    :+? * ? .   :  .. ?????? . . ??',
  '???????+  :   : : .? * ??+:  .+. ????????? . ???',
  '???????. :  :  : . ?????? . . ??????????????????',
  '??????? .+ : ..+. ????????.. ???????????????????',
  '????????? ... ??????????????????????????????????'];

beraquel_forest['infos'] = [
  ' 3|23|Path to the Ogre Forest',
  ' 3|30|City Coin',
  ' 7| 8|Red Buddha statue',
  ' 7|10|Plate Mail|Armor AC:10',
  ' 9| 8|Barbar Hammer|Weapon<BR>Damage: 8-21 +3strength',
  '10|40|Hole in Tree|Leads to the Barbar-Amazon-Cave',
  '24|22|Sign|"To the west: Male region<BR>To the east: Female domination<BR>To the north: Monster territory<BR>To the south: Peaceful district"',
  '30|42|Fine Battle Skirt (female)|Armor AC:4',
  '32|40|Bush|Eat the mellow fruits',
  '32|42|Yellow Buddha statue',
  '34| 5|Hole|Leads to the Barbar-Amazon-Cave',
  '34|42|God Staff|Weapon<BR>Damage: 3-9<BR>Hour of Gods (9 charges)',
  '45|22|Path to the City of Beraquel',
  '46|28|Othase\'s letter|Bring it to him in order to get Lucretia\'s necklace',
  '49|50|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
  ];

AddMenu('beraquel_forest');