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
67 lines
2.4 KiB
JavaScript
67 lines
2.4 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Bank cellar *
|
|
* (Morah's Plan) *
|
|
* done by *
|
|
* Markus Birth *
|
|
* mbirth@webwriters.de *
|
|
************************/
|
|
|
|
var morah_bank_cellar = new Array();
|
|
|
|
morah_bank_cellar['level'] = 'Xpack: Morah\'s Plan';
|
|
morah_bank_cellar['title'] = 'Morah\'s Plan: Bank cellar';
|
|
morah_bank_cellar['map'] = [
|
|
'????????#s#????????',
|
|
'????????# #????????',
|
|
'######### #########',
|
|
'# E E #',
|
|
'# #W###########W# #',
|
|
'# #W## # ##W# #',
|
|
'# #H# #H# #',
|
|
'# ### ### #',
|
|
'# E E #',
|
|
'#####S#S#S#S#S#####',
|
|
'????#D#D#D#D#D#????',
|
|
'????# # # # #S#????',
|
|
'????#e#e#e#e# #####',
|
|
'????????????#S #',
|
|
'????????????#SSSSS#',
|
|
'????????????#SSSSS#',
|
|
'????????????#SSSSS#',
|
|
'????????????#SSSSS#',
|
|
'????????????# #',
|
|
'????????????# S S #',
|
|
'????????????##u u##',
|
|
'??????????????v #??',
|
|
'??????????????#D#??',
|
|
'?????????????## ##?',
|
|
'?????????????# #?',
|
|
'?????????????## ##?',
|
|
'??????????????#N#??',
|
|
'??????????????###??'];
|
|
|
|
morah_bank_cellar['infos'] = [
|
|
' 1|10|Fake Stairway|(Ignore it, it\'s a joke.)',
|
|
' 7| 4|Ladder|(Exit to the Ancient passage)',
|
|
' 7|16|Hole|(You will fall back to the Ancient passage)',
|
|
' 9| 4|Door|(There is no key to this door, so don\'t try to search for it.)',
|
|
'11| 6|Door|Attack it, to open it',
|
|
'11| 8|Door|Attack it, to open it',
|
|
'11|10|Door|Attack it, to open it',
|
|
'11|12|Door|Attack it, to open it',
|
|
'12|14|Switch|Drop a heavy object (rock, shield) on it',
|
|
'14|14|Switch|If you dropped a heavy object on the previous switch, this one will disappear.',
|
|
'15|16|Red switch|Only walk on the red switches',
|
|
'16|16|Red switch|Only walk on the red switches',
|
|
'17|16|Red switch|Only walk on the red switches',
|
|
'17|17|Red switch|Only walk on the red switches',
|
|
'18|17|Red switch|Only walk on the red switches',
|
|
'21|15|Keyhole|Drop a heavy object on the switch in front of the other keyhole to be able to turn the key<BR>You\'ll get the key from the Bank Manager. Just go back to the starting point of this map and you\'ll find him.',
|
|
'21|17|Keyhole|Drop a heavy object on the switch in front of the other keyhole to be able to turn the key',
|
|
'27|16|Statue',
|
|
'29|21|Map and engine made by Markus Birth|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|
|
|
|
AddMenu('morah_bank_cellar');
|