1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
redshift-legacy-map/ogre_forest.js
2004-12-08 15:26:08 +00:00

61 lines
2.1 KiB
JavaScript

/************************
* LEGACY MAP of *
* Ogre Forest *
* done by *
* Mervin.sk *
************************/
var ogre_forest = new Array();
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;'
];