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

32 lines
910 B
JavaScript

/************************
* LEGACY MAP of *
* Cellar of Hranemus *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
var cellar_of_hranemus = new Array();
cellar_of_hranemus['title'] = 'Cellar of Hranemus';
cellar_of_hranemus['map'] = [
'##########???',
'# t E h##?',
'# ## #### #?',
'# R # S#?',
'# # #?',
'### ## #D#?',
'??#### # ##',
'?????##### #',
'?????????#W##',
'?????????# #?',
'?????????#e#?'];
cellar_of_hranemus['infos'] = [
' 2| 4|Ladder|Entrance',
' 4|11|Switch|Use a heavy object (rock) on this switch to keep the gate open',
' 8|10|Secret switch|To open the secret door',
'11|11|Shelf|Contains Father Hranemus\' crucifix',
'12|15|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];