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

32 lines
906 B
JavaScript

/************************
* LEGACY MAP of *
* Abandoned Mine *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
abandoned_mine = new Array();
abandoned_mine['title'] = 'Abandoned Mine';
abandoned_mine['map'] = [
'????###?########',
'##### ### # ## #',
'# W W #W#',
'# # # # #',
'# # Q # #',
'#W Q # ##',
'# # # # #',
'### # #',
'?# # # W ##',
'?# # W##?',
'?## # ### ###??',
'??####q#?###????'];
abandoned_mine['infos'] = [
' 2|15|Gold Nugget|Bring it to Hroghar the Greedy of Decrantes<BR>(I\'m not sure if this was the exact location of the nugget.)',
'12| 7|Ladder|Back to the West Forest',
'13|18|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];