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
69 lines
3.1 KiB
JavaScript
69 lines
3.1 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Home of Patience *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var home_of_patience = new Array();
|
|
|
|
home_of_patience['level'] = 'Level 4';
|
|
home_of_patience['title'] = 'Home of Patience';
|
|
home_of_patience['map'] = [
|
|
'?#g#g#???????????????????????????????????????',
|
|
'## # ##????????????????????????????########??',
|
|
'# #??????????????????????????###SW WS###',
|
|
'# ####???????????????????????f W h f WN#',
|
|
'# #???????????????????????###T#H #T###',
|
|
'### #### #?????????????????????????### ###??',
|
|
'??#D#??#D#???????????????????????????# #????',
|
|
'### #### #######???#####?????????????#WW#????',
|
|
'# # #S ##### #????????????##WW##???',
|
|
'# # # # # ## ## # #????????????# #???',
|
|
'# # # ## ## #S # #### #?##########?# #???',
|
|
'# # # # # #S# v #?# # x?# #???',
|
|
'# # # # ### ### v P# ### S Wx###### #???',
|
|
'# # # # h # v x SE S WE M #???',
|
|
'# # # # ##W#W###uu##### S Wx###########???',
|
|
'# # # #######S WSv #?# #W##W x??????????',
|
|
'# #W# # # # #W### v P# ###u# ###########??',
|
|
'#SWWWS#D#D#D# S #Dv xS# # ###### #??',
|
|
'###S### # # #####W#uu#W#W#W# ## # S###### #??',
|
|
'??# S EW WE SWSWSWSWS # #N # ###',
|
|
'??###### # # ###SSS###W#W#W# # ## ## # h',
|
|
'###T # #D#D#S#?## ##?#S# # # ## S W # # ###',
|
|
'# h## # # # #??#T#??# ##### hW### # #W# h',
|
|
'# #T ##### #??###??#SW ######S#?# ###T# ###',
|
|
'# ## # # S #???????# #W# SSW #?# S ### h',
|
|
'#T# # # #####?????###W#S##W######### S ###',
|
|
'###T#T## #?????????# #SSWS x??# # # ###??',
|
|
'# ### #?????????###########??### ###????',
|
|
'# ####????????????????????????#####??????',
|
|
'#T# #T#??????????????????????????????????????',
|
|
'#######??????????????????????????????????????'];
|
|
|
|
home_of_patience['infos'] = [
|
|
'1|3|Shelf|Money (150)',
|
|
'1|5|Shelf|Money (150)',
|
|
'4|34|Shelf|Gothic Staff, Damage: 3-9, Raise dead (3 charges)',
|
|
'4|38|Shelf|Money (150)',
|
|
'4|41|Shelf|Money (150)',
|
|
'4|44|Statue|Sphere of Patience',
|
|
'5|2|Vase|Amulet AC:0, Remove paralysis potion',
|
|
'9|23|Vase|Money (120), Remove paralysis potion, Remove paralysis potion, Remove paralysis potion',
|
|
'14|13|Shelf|Winged West',
|
|
'19|5|Sign|Fight the right path- most of them leads to immediately death',
|
|
'20|37|Statue|Winged East',
|
|
'21|45|Shelf|Money (150)',
|
|
'23|4|Shelf|Ring of Mana, AC:0, +20 sp',
|
|
'23|18|Teleporter|You arrive to Sohl\'s Cave',
|
|
'23|31|Shelf|Money (150)',
|
|
'23|45|Shelf|Crown of Persistance, AC:1, +5 endurance',
|
|
'25|45|Shelf|Money (150)',
|
|
'27|34|2x Vase|Money (280), Ring AC:0, Full mana potion, Full healing potion<br>Magic Amulet AC:0, Full mana potion, Full healing potion',
|
|
'28|9|Vase|Shirt AC:1, Full mana potion, Remove paralysis potion',
|
|
'32|47|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('home_of_patience');
|