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/west_grendelmoore.js
2004-12-08 15:26:08 +00:00

40 lines
1.4 KiB
JavaScript

/************************
* LEGACY MAP of *
* West Grendelmoore *
* done by *
* Mervin.sk *
************************/
var west_grendelmoore = new Array();
west_grendelmoore['title'] = 'West Grendelmoore';
west_grendelmoore['map'] = [
'????? ++++ ++ ??????????',
'??? ++ ++ ++ ++??????',
'???+ R + + ?????',
'? ++ R R R ++ ???',
'?+ + R + ??',
'?+ R R +??',
'? + R + ?',
'?+ R + ',
' +R #b R R R R RR ',
'+ # R + ',
'+ R R R + ?',
'+ ## R +?',
'+#f R R R + ?',
'+ ## R + +?',
'+ R R +?',
' +R i R + ?',
'?+ ##c + R + ??',
'? + ++ ++++ + + ???',
'?? + ++++ ????? ++ + ????',
'??? + ???????????????????'];
west_grendelmoore['infos'] = [
'4|4|Hole in tree|Path to the Frozen Empire',
'9|25|Path to the Grendelmoore',
'13|3|Inn|3 people waiting,<br>card game bid is 300<br>If you sleep here, you will pay 80.',
'16|5|Okaraso|(You will get Larder Key and 1500 Xp.)<br><br>"Please, leave me alone. I\'m just wandering around here. I don\'t know anything you need."',
'21|27|Map made by Mervin.sk and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];