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/tower_level_2.js
mbirth a9deb67267 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   tower_level_2.js
* Completion of "King's Aide" maps
2004-12-08 15:32:50 +00:00

79 lines
3.4 KiB
JavaScript

/************************
* LEGACY MAP of *
* Tower Level 2 *
* done by *
* Mervin.sk *
************************/
var tower_level_2 = new Array();
tower_level_2['level'] = 'Level 2';
tower_level_2['title'] = 'Tower Level 2';
tower_level_2['map'] = [
'???????????###g#####??????????',
'???????????#H# #H W#??????????',
'?????????### #D###W###????????',
'?????????#WW # #WWWWW#????????',
'???????###W###W#####W###??????',
'???????#WWWWW#WW #WWWW #??????',
'?????#######W##W##W#W# ###????',
'?????#P PXP#WWWWWWW###e# #????',
'???### X ## #W##WW E #????',
'???# XP####W#WW# ###T###??',
'?###W# # #W#W##D# W W #??',
'?#WWW#D#H#### #W#W## # #T# #??',
'?#W### ####T#D#WWWf #T# #T#??',
'## # ## # ########## #####',
'b # # # f L vW T T T #',
'## #D###D#### ### ##k### #####',
'?# # # # # h # f #T# #T#??',
'?# #HHHHH# ##a# #### # #T# #??',
'?#e# #H# #D#??#D#??#D# W W #??',
'???###H### #### #### ###T###??',
'?????#HHE E #????',
'?????# ### # # # # # ### #????',
'?????###?# S S S S #?###????',
'?????????# # # # # # #????????',
'?????????# # # #????????',
'?????????#P####?####P#????????'];
tower_level_2['infos'] = [
'1|15|Shelf|Tower key',
'2|17|Hole|You arrive to the Tower level 1',
'2|13|Hole|You arrive to the Tower level 1',
'3|15|Door|Attack the door before opening',
'4|13|Gnome Master|Money (130)',
'6|17|Gnome Champion|Money (130)',
'8|23|Shelf|Scroll of Remove curse, Scroll of Firewall, Scroll of fireball',
'9|14|Mighty Spider|',
'10|7|Warlock and Sorcerer|Money (180), Money (190), Gray Key',
'11|25|Sorcerer|',
'13|12|Teleporter|You arrive to the Tover level 1',
'13|19|Shelf|Mail AC:6',
'13|21|Vase|Quiver (5 iron arrows) Damage: 4-6<br>Full mana potion<br>Remove paralysis potion',
'14|3|Spider and Mighty Spider|',
'15|1|Well|After drinking from the well, you feel you\'re poisoned!',
'15|10|Shelf|Gold Flail, Damage: 4-22<br>Rune Mail, AC:7',
'15|12|Warlock|Money (200)',
'15|16|Ladder|Ladder to the Tower level 1<br>and<br>Ladder to the Tower level 3',
'15|24|Sorcerer|',
'15|26|Sorcerer|',
'15|30|Sectret Switch|',
'16|13|Sign|Shortcut',
'16|21|Hellana|What do you want in this place, poor stranger.?! I\'m Hellana, a former consort of Mersant Orasare - so I must find him, not you, a babe-in-arms! Leave me alone, and leave this place quickly, before I get angry!',
'17|7|Sorcerer|',
'17|11|Vase|Remove paralysis potion, Scroll of Berzerker',
'17|13|Shelf|War Staff, Damage: 5-12, Fireball(6 charges)<br>Crown of Mana, AC:1, +10 sp',
'17|19|Shelf|Long Bow, Damage: 7-10<br>Necklace of Sanity, AC:3, +3 intelligence',
'18|14|Well|After drinking from the well, you feel better.',
'19|3|Shelf|Crown of Sanity, AC:1, +2 intelligence',
'19|25|Sorcerer|',
'22|6|Secret Switch|',
'22|16|Sign|To the east: teleporters to teleporters.<br>To the west: holes to holes.<br>To the south: walls to wals.',
'25|14|Vase|Money (260), Full mana potion, Full mana potion, Scroll of Cure poison',
'25|18|Vase|Money (100), Leather Pants AC:2, Remove paralysis potion, Full healing potion',
'27|32|Map made by Mervin and engine made by Markus Birth|&lt;<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>&gt; &amp; &lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('tower_level_2');