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/north_grendelmoore.js
mbirth a101d95508 modified abandoned_cellar.js
modified   abandoned_mine.js
modified   beraquel.js
modified   beraquel_forest.js
modified   catacombs.js
modified   caves_of_ngora.js
modified   cellar_of_hranemus.js
modified   decrantes.js
modified   domain_of_ngora.js
modified   dragon_lair.js
modified   dragon_swamp.js
modified   dungeon_of_ngora.js
modified   east_forest.js
modified   east_grendelmoore.js
modified   fire_catacombs.js
modified   fire_empire.js
modified   frozen_catacombs.js
modified   frozen_empire.js
modified   giant_cave.js
modified   grendelmoore.js
modified   home_of_cold_blood.js
modified   home_of_ignorance.js
modified   home_of_patience.js
modified   home_of_tricks.js
modified   jsdebug.js
modified   ksaid_castle_hall.js
modified   ksaid_forest.js
modified   ksaid_greta_house.js
modified   ksaid_passages.js
modified   ksaid_town.js
modified   legacymap.html
modified   legacymap.js
modified   morah_ancient_passage.js
modified   morah_bank_cellar.js
modified   morah_swithand_forest.js
modified   north_grendelmoore.js
modified   ogre_forest.js
modified   sohls_cave.js
modified   sohls_chamber.js
modified   swamp_cave.js
modified   tower_cellar.js
modified   tower_cellar_2.js
modified   tower_level_1.js
modified   tower_level_2.js
modified   tower_level_3.js
modified   tower_level_4.js
modified   unknown_cellar.js
modified   west_forest.js
modified   west_grendelmoore.js
* automatic menu building
2004-12-08 15:29:05 +00:00

71 lines
3.3 KiB
JavaScript

/************************
* LEGACY MAP of *
* North Grendelmoore *
* done by *
* Mervin.sk *
************************/
var north_grendelmoore = new Array();
north_grendelmoore['level'] = 'Level 3';
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|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('north_grendelmoore');