54 lines
2.3 KiB
JavaScript
54 lines
2.3 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Sohl's Cave *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var sohls_cave = new Array();
|
|
|
|
sohls_cave['title'] = 'Sohl\'s Cave';
|
|
sohls_cave['map'] = [
|
|
'??????????????###?????????',
|
|
'??????????????#T#?????????',
|
|
'??????????????# #?????????',
|
|
'??????????????#D#?#o#?????',
|
|
'??????????##### ### #?????',
|
|
'??????????# # # #?????',
|
|
'??????????# # # l?????',
|
|
'?????????## ###W### ##????',
|
|
'?????????# # # #????',
|
|
'?????##### ## P P ## #####',
|
|
'?????#T E W T W E T#',
|
|
'?????##### ## P P ## #####',
|
|
'?????????# # # #????',
|
|
'?????????## ###W### ##????',
|
|
'????##### # # # #?????',
|
|
'#c#?#SSSS##W# # #?????',
|
|
'# ###SSSS## ### #####?????',
|
|
'# M SSSSS #?#D#?????????',
|
|
'# ###SSSS####?# #?????????',
|
|
'#a#?#SSSS#????#T#?????????',
|
|
'????######????###?????????'];
|
|
|
|
sohls_cave['infos'] = [
|
|
'2|16|Teleporter|You arrive to the Home of Patience',
|
|
'4|20|Hole in Wall|Path to the Grendelmoore',
|
|
'5|17|Sign|A game of patience',
|
|
'7|21|Mersant Orasare|Hurry up, my friend, we are almost there! My brother was infomed about our arrival, so he escaped from here to his personal Chamber.<br>Just collect the four magic spheres from these levels, and place them on the shelves here. Come back to me when all spheres are in their places! At what time that is done, I shall create your Magic Staff.',
|
|
'8|16|Shelf|Put the Sphere of Patience here.',
|
|
'10|10|Sign|A fight to the end',
|
|
'11|7|Teleporter|You arrive to the Home of Cold Blood',
|
|
'11|13|Shelf|Put the Sphere of Guards here.',
|
|
'11|16|Teleporter|You arrive to the Sohl\'s Chamber<br>Are you ready to die?',
|
|
'11|19|Shelf|Put the Sphere of Secrets here.',
|
|
'11|25|Teleporter|You arrive to the Home of Tricks',
|
|
'12|22|Sign|Tricks and switchs',
|
|
'14|16|Shelf|Put the Sphere of Orientation here.',
|
|
'16|2|Well|After drinking from well, you feel you\'re full of power.',
|
|
'17|15|Sign|Finding right path',
|
|
'20|2|Well|After drinking from the well, nothing happens.',
|
|
'20|16|Teleporter|You arrive to the Home of Ignorance',
|
|
'22|28|Map made by Mervin and engine made by Markus Birth|<<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>> & <<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|