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
77 lines
3.7 KiB
JavaScript
77 lines
3.7 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Frozen Catacombs *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var frozen_catacombs = new Array();
|
|
|
|
frozen_catacombs['level'] = 'Level 3';
|
|
frozen_catacombs['title'] = 'Frozen Catacombs';
|
|
frozen_catacombs['map'] = [
|
|
'???????????#g#???????????????????????????????',
|
|
'???????????# #???????????????????????????????',
|
|
'???????????# #???????????????????????????????',
|
|
'???????????# #???????????????????????????????',
|
|
'???????????#D#???????????????????????????????',
|
|
'?????????### ###????????###?###?###??????????',
|
|
'????????## ##???????# #?# #?# #??????????',
|
|
'???#g#??# # # #?????###D###D###D###??##N##?',
|
|
'#### #w## # # #######N# #N# #N# #N#### ##',
|
|
'#T E S E E WE P h',
|
|
'#### #### # # ####### #N# #N# #N# #### ##',
|
|
'???#D#??# # # #?????#D###D###D###D#??##N##?',
|
|
'???# ##?## ##?????# #?# #?# #?# #????????',
|
|
'???# t??### ###??????###?###?#i#?###????????',
|
|
'??## #####?#D#???????????????????????????????',
|
|
'??# E #?# #???????????????????????????????',
|
|
'??##T### #?# #???????????????????????????????',
|
|
'???###?# #?# #???????????????????????????????',
|
|
'???###?# #?#u#???????????????????????????????',
|
|
'??##T### ###T##??????????????????????????????',
|
|
'??# h # h??????????????????????????????',
|
|
'??##T###T###T##??????????????????????????????',
|
|
'???###?###?###???????????????????????????????',
|
|
'??##T###T###T##??????????????????????????????',
|
|
'??# hA A# h??????????????????????????????',
|
|
'??##T### ###T##??????????????????????????????',
|
|
'???###?#e#?###???????????????????????????????',
|
|
'??##T###T###T##??????????????????????????????',
|
|
'??# h h h??????????????????????????????',
|
|
'??##T###T###T##??????????????????????????????',
|
|
'???###?###?###???????????????????????????????'];
|
|
|
|
frozen_catacombs['infos'] = [
|
|
'1|13|Shelf|Gray Winged Key',
|
|
'7|33|Secret Switch|',
|
|
'8|5|Shelf|Full mana potion, Full mana potion, Full healing potion, Full healing potion, Scroll of Hour of Gods, Scroll of Clean Way, Scroll of Harm undead',
|
|
'8|26|Door|Attack the door before opening',
|
|
'8|30|Door|Attack the door before opening',
|
|
'8|34|Door|Attack the door before opening',
|
|
'9|4|Sign|Just get what you see - you will need them all',
|
|
'10|2|Teleporter|You arrive to the Frozen Empire',
|
|
'10|13|Switch|Drop a heavy object on it',
|
|
'10|45|Shelf|Gold Dragon Key',
|
|
'12|24|Door|Attack the door before opening',
|
|
'12|28|Door|Attack the door before opening',
|
|
'12|32|Door|Attack the door before opening',
|
|
'12|36|Door|Attack the door before opening',
|
|
'14|7|Ladder|Ladder to the Frozen Empire',
|
|
'14|32|Heresa|Leave me... Just left me die... Last time I tried to escape, I pulled the secret switch in the north-east cell, and I failed, like always. Many hellish creatures caught me, and... and performed upon me unspeakble atrocities. I just cannot talk about it. Iwas violated, I am ruined. I will never want to escape again. I just want to die in peace. Just let me die.',
|
|
'17|5|Teleporter|You arrive to the Fire Catacombs',
|
|
'21|7|Shelf|Full healing potion',
|
|
'21|15|Shelf|Full mana potion',
|
|
'25|7|Shelf|Scroll of Vampiric touch',
|
|
'25|8|Stand|Spellbook (Lightning bolt)',
|
|
'25|10|Stand|Spellbook (Harm undead)',
|
|
'25|15|Shelf|Full healing potion',
|
|
'27|9|Shelf|Red Dragon Key',
|
|
'29|7|Shelf|Scroll of Stone skin',
|
|
'29|11|Shelf|Scroll of Bless',
|
|
'29|15|Shelf|Scroll of Berzerker',
|
|
'32|47|Map made by Mervin and engine made by Markus Birth|<<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>> & <<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|
|
|
|
AddMenu('frozen_catacombs');
|