/************************
* LEGACY MAP of         *
* Ogre Forest           *
* done by               *
* Mervin.sk             *
************************/

var ogre_forest = new Array();

ogre_forest['level'] = 'Level 2';
ogre_forest['title'] = 'Ogre Forest';
ogre_forest['map'] = [
  '????? . ?? ..  .. ????????',
  '???? . ....  ..  ..? . ???',
  '?? ..             Q.. . ??',
  '??.     ... .. . ..    . ?',
  '? . N N  .    .  .   .  .?',
  ' .   N       ..      . ..?',
  '.  .  .  .  .  .    .  .??',
  '.  . . .  .      .    . ??',
  '.    .     ...        .. ?',
  ' .  .   .  .  .  . ..   . ',
  ' .   .  ...     . .   .  .',
  '.      .   .  .  .     . .',
  '..    .  .           .   .',
  '? .  .   .    . . R ..  . ',
  '? . .     .. R      . . .?',
  ' .   .       .   .     . ?',
  '. R    .   . .     .    . ',
  '.   ..    .  . . ..  .   .',
  ' .      .     .    .  .  .',
  '??.   .  .    .    .  . . ',
  '??.. .  . .. . .  .   .. ?',
  '??. . ..     R     R . ???',
  '??       .      .     .???',
  '??.  ..     ..   ..  ... ?',
  '??.    .  .   .       . .?',
  '??.      .      ..      .?',
  '??Z ..    . . .     . . .?',
  '??.. .        .  ..    . ?',
  '????? ..  .     .      . ?',
  '??????? ..         . .  .?',
  '????????? ... .. +  .  . ?',
  '???????????? . . !  ... ??',
  '???????????????. * . ?????',
  '??????????????? .*. ??????',
  '???????????????. *.???????',
  '????????????????.*.???????',
  '????????????????.*.???????',
  '????????????????.*. ??????'];

ogre_forest['infos'] = [
  '3|6|Ogre Coin',
  '5|6|Ogre Lord\'s Hammer|Damage: 7-21<br>+4 strength',
  '3|19|Magic stone|By touching the magic stone, one of the characters reached the next level.',
  '14|19|Ogre Ring|AC: 0<br>+10 sp',
  '27|3|Sphere|You touch the sphere and feel your mana is restored.',
  '32|18|Sign|"Ogre Domain"',
  '38|18|Path to Beraquel forest',
  '39|28|Map made by Mervin and engine made by Markus Birth|&lt;<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>&gt; &amp; &lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
  ];

AddMenu('ogre_forest');