32 lines
906 B
JavaScript
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|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|
|
|