modified abandoned_mine.js modified beraquel.js modified beraquel_forest.js modified catacombs.js modified caves_of_ngora.js modified cellar_of_hranemus.js modified decrantes.js modified domain_of_ngora.js modified dragon_lair.js modified dragon_swamp.js modified dungeon_of_ngora.js modified east_forest.js modified east_grendelmoore.js modified fire_catacombs.js modified fire_empire.js modified frozen_catacombs.js modified frozen_empire.js modified giant_cave.js modified grendelmoore.js modified home_of_cold_blood.js modified home_of_ignorance.js modified home_of_patience.js modified home_of_tricks.js modified jsdebug.js modified ksaid_castle_hall.js modified ksaid_forest.js modified ksaid_greta_house.js modified ksaid_passages.js modified ksaid_town.js modified legacymap.html modified legacymap.js modified morah_ancient_passage.js modified morah_bank_cellar.js modified morah_swithand_forest.js modified north_grendelmoore.js modified ogre_forest.js modified sohls_cave.js modified sohls_chamber.js modified swamp_cave.js modified tower_cellar.js modified tower_cellar_2.js modified tower_level_1.js modified tower_level_2.js modified tower_level_3.js modified tower_level_4.js modified unknown_cellar.js modified west_forest.js modified west_grendelmoore.js * automatic menu building
57 lines
2.4 KiB
JavaScript
57 lines
2.4 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Sohl's Cave *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var sohls_cave = new Array();
|
|
|
|
sohls_cave['level'] = 'Level 4';
|
|
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>>'
|
|
];
|
|
|
|
AddMenu('sohls_cave');
|