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
63 lines
2.3 KiB
JavaScript
63 lines
2.3 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Tower Level 3 *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var tower_level_3 = new Array();
|
|
|
|
tower_level_3['level'] = 'Level 2';
|
|
tower_level_3['title'] = 'Tower Level 3';
|
|
tower_level_3['map'] = [
|
|
'??????????###??????????',
|
|
'???????#### ####???????',
|
|
'???????# #T#???????',
|
|
'?????### ### ###?????',
|
|
'?????f ## # # #?????',
|
|
'???####### ## # ###???',
|
|
'???# T # ## #???',
|
|
'?### ### # ########w#?',
|
|
'?# # # ## T ## #?',
|
|
'?# #T# ## ### #T #?',
|
|
'## #c##### # ## ##',
|
|
'# # #Zr #### # # #',
|
|
'## f ### # ## ## # ##',
|
|
'?# ### t # #?',
|
|
'?# E ## # # # ## #?',
|
|
'?####### # ##### ###?',
|
|
'???# # ## # ##???',
|
|
'???### # ## x######????',
|
|
'?????# T# h x?????',
|
|
'?????### ##### ###?????',
|
|
'???????# #???????',
|
|
'???????#### ####???????',
|
|
'??????????###??????????'];
|
|
|
|
tower_level_3['infos'] = [
|
|
'3|15|Teleporter|',
|
|
'3|10|Paladin|400 coins',
|
|
'5|6|Shelf|Armored Pants AC:4<br>Full Healing potion',
|
|
'7|7|Hidden Teleporter|Looks like a duct cover, teleports to it\'s counterpart in the east',
|
|
'8|21|Switch|',
|
|
'9|16|Hidden Teleporter|Looks like a duct cover, teleports to it\'s counterpart in the west',
|
|
'10|5|Teleporter|',
|
|
'10|9|Paladin|400 coins',
|
|
'10|20|Teleporter|',
|
|
'11|5|Well|After drinking from well, you feel you\'re full of power.',
|
|
'11|10|Sign|Enter if you can see through walls...',
|
|
'14|6|Sign|To the realm of Shol\'s greatest followers',
|
|
'12|7|Sphere|You touch the sphere and feel zour mana is restored.',
|
|
'12|8|Ladder|Ladder to the Tower level 2',
|
|
'13|4|Shelf|Ebony Cutlass Damage: 7-20',
|
|
'14|9|Ladder|Ladder to the Tower level 4',
|
|
'18|13|Hidden switch|Removes wall to the south',
|
|
'19|10|Teleporter|',
|
|
'19|14|Shelf|Quiver (20 iron arrows)<br>Carved ring of strength (AC:0, +2 strength)<br>Scroll of Stone skin',
|
|
'19|18|Switch|',
|
|
'21|15|Paladin|400 coins',
|
|
'24|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>><br>Some additions by Rainer <<A HREF="mailto:r.gottwald@freenet.de">r.gottwald@freenet.de</A>>'
|
|
];
|
|
|
|
AddMenu('tower_level_3');
|