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/home_of_tricks.js
mbirth a101d95508 modified abandoned_cellar.js
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
2004-12-08 15:29:05 +00:00

74 lines
3.3 KiB
JavaScript

/************************
* LEGACY MAP of *
* Home of Tricks *
* done by *
* Mervin.sk *
************************/
var home_of_tricks = new Array();
home_of_tricks['level'] = 'Level 4';
home_of_tricks['title'] = 'Home of Tricks';
home_of_tricks['map'] = [
'???########??????????????????????#g#????',
'??##WW W #??????????????????????# #????',
'??# g ## #####??????????????????# #????',
'??# # #S# #?????#########????#D#????',
'??# # # # ##????# W####### #####',
'??####W## S S #????# S #W### E S E #',
'??#S ####W# ###??#S S #WW###### #####',
'??#W# # WS# #### S ##W#????#T#????',
'### #####W##SWW# E dW#????###????',
'#T SE y SE #### ### ##W##??####????',
'### ############# #T#######W #### T#????',
'#N#W# SE y W # # W ##????',
'#W#S ### ##W#e##### # #### T#????',
'# ## #######WW # # #######????',
'# # ## M WW##W## # #???????',
'# # Wx x## #### # #### #?#####?',
'# # ###w M #Z ##### T# ## ### ##',
'# # E x## # ## #### W W E S N#',
'# #####W M # ######## #W## ### ##',
'# S # x### #??# #### ## #?#####?',
'#W##W# # W #M#www#W# ##SS##W#???????',
'# ## # ####W# # # #### ##WW #???????',
'# ## # ### #e## ##SSTT#W #SS####???????',
'# ## ## # W # W E S T W#WW#??????????',
'#W##### # #####SSTT##W#SS#??????????',
'#TW ###W######???# ##### #??????????',
'#### # #??????###???######??????????',
'???### ##W##????????????????????????????',
'?????# #T#?????????????????????????????',
'?????######?????????????????????????????'];
home_of_tricks['infos'] = [
'1|35|Shelf|Ebony Armored Pants (male), AC:6<br>Boots of Endurance, AC:5, +5 endurance',
'3|6|Shelf|Elven Long Bow, Damage: 9-14',
'4|23|Sign|Move away to go away!',
'7|12|Sign|Find the way out from the passage first, then go back to the door.',
'8|6|Vase|Full mana potion, Remove paralysis potion, Full healing potion',
'9|27|Well|After drinking from well, you feel you\'re full of power.',
'10|2|Teleporter|You arrive to Sohl\'s Cave',
'10|9|Shelf|Key to death',
'10|25|Vase|Leather pants AC:2, Remove paralysis potion',
'11|6|Secret Switch|',
'12|2|Statue|Amulet of Adepts, AC:0, +5 inteligence',
'12|5|Secret Switch|',
'12|15|Shelf|Money (150)',
'12|19|Sign|Detour - Wall two and four',
'13|18|Shelf|Quiver (20 assasin arrows), damage: 6-9',
'17|17|Sphere|You touch the sphere and feel your mana is restored.',
'18|37|Switch|Drop a heavy object here.',
'18|39|Statue|Sphere of Secrets',
'19|6|Sign|Search to pass',
'19|33|Sign|You need the key to reach the sphere.',
'20|15|Vase|Chain Shirt AC:3, Battle Skirt (female) AC:3, Remove paralysis potion, Full healing potion',
'23|14|Shelf|Key to sphere',
'25|12|Vase|Money (600), Serpent Leather Shirt AC:3, Full mana potion, Remove paralysis potion, Scroll of Mass heal',
'26|29|Vase|Ring AC:0, Full mana potion, Remove paralysis potion',
'27|5|Vase|Gem Ring AC:0, Full healing potion',
'31|42|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('home_of_tricks');