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

64 lines
1.6 KiB
JavaScript

/************************
* LEGACY MAP of *
* Caves of N'Gora *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
var caves_of_ngora = new Array();
caves_of_ngora['title'] = 'Caves of N\'Gora';
caves_of_ngora['map'] = [
'????????###??????',
'???????## ##?????',
'?????### ###???',
'???### #???',
'??## #??',
'??# ##?',
'??## # #?',
'???## ## ##',
'????# # # #',
'???### R # #',
'??## # ##',
'??n R # ##?',
'??# R # # ##',
'??## # # #',
'???### R # #',
'?### # ##',
'?# # # ##?',
'## ## ##?',
'# ##',
'# ## # # #',
'###### ######',
'?????# ##?????',
'?????## ###?????',
'??????## #?????',
'???????## ##?????',
'???????# #??????',
'???????# ##??????',
'???????# ##?????',
'???????## #?????',
'????????## #?????',
'???????## #?????',
'??????## ##?????',
'????### ##??????',
'???## X ##?????',
'???# ##????',
'???## X ##???',
'????# #???',
'????# X ##???',
'????## ##????',
'?????## # ##?????',
'??????#e#D#??????',
'????????# #??????',
'????????#q#??????'];
caves_of_ngora['infos'] = [
'12| 3|Hole in wall|(You arrive here)',
'21| 9|Item on ground|Pants AC:1 (may vary)',
'41| 8|Shelf',
'43|10|Ladder|Leads to the Dungeon of N\'Gora',
'44|19|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];