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
46 lines
1.5 KiB
JavaScript
46 lines
1.5 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Unknown Cellar *
|
|
* done by *
|
|
* Rainer Gottwald *
|
|
* r.gottwald@freenet.de *
|
|
************************/
|
|
|
|
var unknown_cellar = new Array();
|
|
|
|
unknown_cellar['level'] = 'Level 2';
|
|
unknown_cellar['title'] = 'Unknown Cellar';
|
|
unknown_cellar['map'] = [
|
|
'###N###?????',
|
|
'# #?????',
|
|
'#Z #?????',
|
|
'# #?????',
|
|
'# #?????',
|
|
'### ########',
|
|
'??#D#?# #',
|
|
'?## ### #',
|
|
'?r S E h',
|
|
'?## ### #',
|
|
'??#D#?# #',
|
|
'### ########',
|
|
'# #?????',
|
|
'# #?????',
|
|
'# #?????',
|
|
'# #?????',
|
|
'###A###?????'];
|
|
|
|
unknown_cellar['infos'] = [
|
|
' 1| 4|Statue|Ancient Medal (AC:0, +25 hp)',
|
|
' 3| 2|Mana Sphere',
|
|
' 4| 4|Mighty Spider, Mighty Spider, Dominant Lizard, Purple Lizard, Fire Servant, Cave Lizard, Cave Man',
|
|
' 9| 2|Entrance|Entrance from City of Beraquel',
|
|
' 9| 4|Pressure Plate|Opens all three doors at the same time',
|
|
' 9| 9|Mighty Spider, Mighty Spider, Dominant Lizard, Purple Lizard, Fire Servant, Cave Lizard, Cave Man',
|
|
' 9|12|Shelf|Ancient Sabre (Damage: 9-23, +50% to undead)',
|
|
'14| 4|Mighty Spider, Mighty Spider, Dominant Lizard, Purple Lizard, Fire Servant, Cave Lizard, Cave Man',
|
|
'17| 4|Stand|Spellbook (Harm undead)',
|
|
'18|14|Engine made by Markus Birth, map by Rainer Gottwald|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>> & <<A HREF="r.gottwald@freenet.de">r.gottwald@freenet.de</A>>'
|
|
];
|
|
|
|
AddMenu('unknown_cellar');
|