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

36 lines
1.2 KiB
JavaScript

/************************
* LEGACY MAP of *
* Ancient Passage *
* (Morah's Plan) *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
var morah_ancient_passage = new Array();
morah_ancient_passage['title'] = 'Morah\'s Plan: Ancient Passage';
morah_ancient_passage['map'] = [
'???################?????????',
'???# W #?????????',
'#### ######### ## #?????????',
'r ## # # ## #W #??#######',
'#### # #D# ##### #',
'???# ####### # # # # ### #',
'#### ### WW W # # # #?# #',
'# #X # #s# # # #?# #',
'# #### # # # # W # #?# #',
'# #??# # # W ####### #?###',
'# #??# ##### X#### # #????',
'# #??# WWWWW W W # #????',
'# #### #####W######### #????',
'# # #????',
'########################????'];
morah_ancient_passage['infos'] = [
' 4| 1|Ladder|(Exit to Swithand Forest)',
' 8|15|Ladder|To the Bank cellar',
' 9|27|Landing place|if you fell into the hole in the bank cellar',
'16|30|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];