36 lines
1.2 KiB
JavaScript
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|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|