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
49 lines
1.9 KiB
JavaScript
49 lines
1.9 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Tower Level 4 *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var tower_level_4 = new Array();
|
|
|
|
tower_level_4['level'] = 'Level 2';
|
|
tower_level_4['title'] = 'Tower Level 4';
|
|
tower_level_4['map'] = [
|
|
'????####A####?????',
|
|
'????# #?????',
|
|
'??### P ###???',
|
|
'??f P P #???',
|
|
'### # # #???',
|
|
'# # #D#???',
|
|
'# #### # ## ###?',
|
|
'#D#N######### ##',
|
|
'# # E B E h',
|
|
'#D# l###### ##',
|
|
'# # ## # ## ###?',
|
|
'# # #D#???',
|
|
'##### # #???',
|
|
'??f P P #???',
|
|
'??### P ###???',
|
|
'????# #?????',
|
|
'????####A####?????'];
|
|
|
|
tower_level_4['infos'] = [
|
|
'1|9|Stand|Spellbook (Mass heal)',
|
|
'4|3|Shelf|Tower key',
|
|
'4|9|Archmage|Money (500)',
|
|
'4|12|Wizard|Money (300)',
|
|
'8|4|Statue|Cellar key',
|
|
'9|9|Ladder and Shelf|Ladder to the Tower level 3<br>Amulet of Intelligence, AC:0, +2 intelligence',
|
|
'9|16|Mage|Money (200)',
|
|
'9|18|Shelf|Crown Dexterity, AC:1, +4 dexterity<br>Ancient amulet of spell Power, AC:0, +3 inteligence<br>Tower key',
|
|
'10|6|Mersant Orasare|At last, somebody from outside! I\'m Mersant Orasare. Sohl\'s brother. He locked me in this tower months ago, and absconded with all of my spellbooks - I need each one of them! Without this knowledge, we cannot defeat my brother.<br>Time presses, let\'s begone. I must talk with Sohl VERY closely... I shall wait for zou in the tavern at swamp named Grendelmoore. Bring all of my spelbooks there, if you can get them back!',
|
|
'14|3|Shelf|Tower key',
|
|
'14|9|Archmage|Money (500)',
|
|
'14|12|Wizard|Money (300)',
|
|
'17|9|Stand|Spellbook (Vampiric touch)',
|
|
'18|20|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('tower_level_4');
|