59 lines
2.8 KiB
JavaScript
59 lines
2.8 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Fire Catacombs *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var fire_catacombs = new Array();
|
|
|
|
fire_catacombs['title'] = 'Fire Catacombs';
|
|
fire_catacombs['map'] = [
|
|
'????????????????????????###????????????',
|
|
'????????????????????????#T#????????????',
|
|
'????????????????????????# #????????????',
|
|
'???????????#####????????#D#????????????',
|
|
'??########## ##?????### ###??????????',
|
|
'??# E ##???## ##?????###?',
|
|
'?## ### #### P #??## ##????#T#?',
|
|
'?# #?#a#?#g# ##?# ##g#?# ##',
|
|
'## ####### ### ### P P ##w ### ##',
|
|
'# E E E tT P # E r h',
|
|
'## ####### ### ### P P ### ### ##',
|
|
'?# #?#c#?#a# ##?# ## # #?',
|
|
'?## ### #### P #??## ##### #?',
|
|
'??# E ##???## # # ##???#####?',
|
|
'??########## ##?????###D###??????????',
|
|
'???????????#####????????# #????????????',
|
|
'????????????????????????# #????????????',
|
|
'????????????????????????# #????????????',
|
|
'???????????????????????##H#????????????',
|
|
'???????????????????????f #????????????',
|
|
'???????????????????????##H#????????????',
|
|
'????????????????????????# #????????????',
|
|
'????????????????????????# #????????????',
|
|
'????????????????????????# #????????????',
|
|
'????????????????????????###????????????'];
|
|
|
|
fire_catacombs['infos'] = [
|
|
'2|26|Teleporter|You arrive to the Fire Empire',
|
|
'5|13|Vase|Money (600)<br>Quiver (10 poisoned arrows), AC: 5-6<br>Rusty Armored Pants (male), AC:2<br>Full mana potion',
|
|
'5|15|Vase|Remove paralysis potion, Scroll of Mental Shield',
|
|
'7|37|Teleporter|You arrive to the Frozen Catacombs',
|
|
'8|8|Well|After drinking from well, you feel you\'re poisoned!',
|
|
'8|12|Shelf|Dragon Crown, AC:1, +5 endurance<br>Dragon Necklace, AC:0, +30 hp<br>Dragon Amulet, AC:0, +6 strength',
|
|
'8|33|Shelf|Green Key',
|
|
'9|13|Sign|Go and choose your death',
|
|
'10|14|Ladder|Ladder to the Dragon Lair',
|
|
'10|15|Teleporter|You arrive to the Fire Empire',
|
|
'10|34|Ladder|You arrive to the Fire Empire',
|
|
'10|39|Shelf|Lightblue Skeleton Key',
|
|
'12|8|Well|After drinking from well, you feel Gods are with you for an hour.',
|
|
'12|12|Well|After drinking from well, you feel you\'re full of power.',
|
|
'15|13|Vase|Quiver (10 poisoned arrows), AC: 5-6<br>Rusty Armored Pants (male), AC:2<br>Full mana potion',
|
|
'15|15|Vase|Full mana potion, Remove paralysis potion',
|
|
'20|24|Shelf|Ring of Mana, AC:0, +15 hp<br>Blue Skeleton Key',
|
|
'24|25|Secret Switch|',
|
|
'26|41|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>>'
|
|
];
|