43 lines
1.5 KiB
JavaScript
43 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['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>>'
|
|
];
|