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

64 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['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|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];