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
82 lines
2.8 KiB
JavaScript
82 lines
2.8 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Dragon Lair *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var dragon_lair = new Array();
|
|
|
|
dragon_lair['level'] = 'Level 3';
|
|
dragon_lair['title'] = 'Dragon Lair';
|
|
dragon_lair['map'] = [
|
|
'????????????###????????',
|
|
'?????????#### ####?????',
|
|
'????????## # ###???',
|
|
'???????## Q #???',
|
|
'??????## ##??',
|
|
'??????# Q ##?',
|
|
'??????## #?',
|
|
'##A##??# ##?',
|
|
'f h### ##??',
|
|
'## ### # Q #???',
|
|
'f h# # ##???',
|
|
'## ### ##### # ###????',
|
|
'?#D#c#D#???######??????',
|
|
'## # # ####????????????',
|
|
'r E h????????????',
|
|
'## # # ####????????????',
|
|
'?#D###D#???????????????',
|
|
'## ### ##??????#####???',
|
|
'f h# ####?### # #???',
|
|
'## ### ### ##??',
|
|
'f h# # #??',
|
|
'##A##### ##?',
|
|
'??????# ##',
|
|
'??????## Q #',
|
|
'???????## ###',
|
|
'????????# #??',
|
|
'????????## Q ##??',
|
|
'?????????## ##???',
|
|
'??????????## ##????',
|
|
'???????????### ###?????',
|
|
'?????????????###???????'];
|
|
|
|
dragon_lair['infos'] = [
|
|
'4|12|Money|(100)',
|
|
'4|16|Magic Stone|By touching the magic stone, one of the characters reached the next level.',
|
|
'4|17|Money|(100)',
|
|
'6|14|Money|(100)',
|
|
'7|17|Fire Dragon|Mersant\'s Ancient Book<br>Fire Dragon Key',
|
|
'7|20|Money|(100)',
|
|
'8|3|Stand|Spellbook (Teleport)',
|
|
'9|1|Shelf|Ebony Battle Axe, Damage: 10-32',
|
|
'9|5|Shelf|Dragon Plate Mail (male), AC:12',
|
|
'9|14|Money|(100)',
|
|
'11|1|Shelf|Mithril Chain Shirt, AC:7',
|
|
'11|5|Shelf|Dragon Boots, AC:7',
|
|
'11|16|Money|(100)',
|
|
'13|5|Well|After drinking from the well, you feel Gods are with you for an hour.',
|
|
'15|1|Ladder|Laddder to the Fire Catacombs',
|
|
'15|11|Shelf|Ancient Dragon Blade, Damage: 4-16',
|
|
'15|9|Door|Attack the door before opening',
|
|
'17|5|Sign|Yes, you arrived: prepare for fast and kind death, against my most time-honored servants<br>Sohl Orasare',
|
|
'19|1|Shelf|Ice Dragon Helm, AC:8',
|
|
'19|5|Shelf|Ancient Shield, AC:12',
|
|
'21|1|Shelf|Dragon Plate Mail (female), AC:12',
|
|
'21|5|Shelf|Ebony Sabre, Damage: 9-23',
|
|
'21|17|Money|(100)',
|
|
'22|3|Stand|Spellbook (Raise dead)',
|
|
'23|17|Ice Dragon|Mersant\'s Mysterious Book<br>Ice Dragon Key',
|
|
'24|13|Money|(100)',
|
|
'24|16|Money|(100)',
|
|
'24|19|Magic Stone|By touching the magic stone, one of the characters reached the next level.',
|
|
'24|22|Redshift Key|',
|
|
'26|13|Money|(100)',
|
|
'26|19|Money|(100)',
|
|
'29|15|Money|(100)',
|
|
'32|25|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('dragon_lair');
|