68 lines
3.2 KiB
JavaScript
68 lines
3.2 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* North Grendelmoore *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var north_grendelmoore = new Array();
|
|
|
|
north_grendelmoore['title'] = 'North Grendelmoore';
|
|
north_grendelmoore['map'] = [
|
|
'?????+++++ ??????????????????? +++++++++ ??????',
|
|
'???++X + ?????? ++ ????????+ + + ?????',
|
|
'???+ R X +? +++++ +++ ???? + X R R ++????',
|
|
' ++R XR R X++ R R + ++++ R R + ???',
|
|
'+ XTR X+ + X R + +???',
|
|
' + R + X R R R RH + ???',
|
|
'? + XR R R R + R + R + R + ????',
|
|
'?+X RX X R R+ R + + + ?????',
|
|
'?+ RX X+R + R R R RX + +??????',
|
|
'?+ + R R R R R R + ??????',
|
|
'? + R R R R +???????',
|
|
'?? + + R R R+ R R R +R +???????',
|
|
'??? + R R R R X +R ++ ?????',
|
|
'??? + R R + X R R R R +?????',
|
|
'?? + R R R R R + ????',
|
|
'? + R+ R R + R ++ R + +????',
|
|
'?+ X + + R R R ++????',
|
|
'?+ R R R X R R R +????',
|
|
'?+ + R R + R R + R +????',
|
|
'? + + +RX R R R R R R + ????',
|
|
'?? + R X+R R +?????',
|
|
'???+ ++ R R R R R ++ ???',
|
|
'??? + X + R+ + X + +???',
|
|
'????++ R + R RX R R R XR +???',
|
|
'????? + + R R R + ???',
|
|
'?????? + R R R + RR +++ ?',
|
|
'????? + R X + R + R +?',
|
|
'??? ++ + + R R R + R R R + ++ ?',
|
|
'?? + R + + + + R +???',
|
|
'??+ RX + R R R R R R + ???',
|
|
'??+ R+ R R R X +????',
|
|
'? + + + R R R R R R+R +????',
|
|
'?+ QR + + R R + R + ???',
|
|
'?+ ++ R + R R R R R + + ??',
|
|
'? ++ +R + X R R R R + ?',
|
|
'???+ + + R R + R X RZ + ',
|
|
'??? + R R R RX R R R R +',
|
|
'???? + + + R+ + R ++ R +',
|
|
'????? ++ + R+ R RX R R XR ++ + ',
|
|
'??????? ++ R R R + + +++ ++ ?',
|
|
'????????? +X + + R ++++ + ++ ????????',
|
|
'?????????? ++++ R R +++ + ?? ++ ????????????',
|
|
'?????????????? +++ + + ? + ???????????????????',
|
|
'??????????????????+ R+ ????????????????????????',
|
|
'?????????????????? + +?????????????????????????',
|
|
'??????????????????? R ?????????????????????????',
|
|
'???????????????????# #?????????????????????????'];
|
|
|
|
north_grendelmoore['infos'] = [
|
|
'5|5|Teleporter|You arrive to the Dragon Swamp',
|
|
'6|39|Hole|You arrive to the Swamp Cave',
|
|
'33|6|Magic Stone|By touching the magic stone, one of the characters reaches the next level.',
|
|
'36|41|Sphere|You touch the sphere and feel your mana is restored.',
|
|
'47|21|Path to the Grendelmoore|',
|
|
'48|49|Map made by Mervin.sk and engine made by Markus Birth|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|