70 lines
3.2 KiB
JavaScript
70 lines
3.2 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* Giant Cave *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var giant_cave = new Array();
|
|
|
|
giant_cave['title'] = 'Giant Cave';
|
|
giant_cave['map'] = [
|
|
'???????????????????????????????????????????###??',
|
|
'???????????###????????????????????????????## ##?',
|
|
'??????????##A##???########????????????????# #?',
|
|
'???????#### ##### ## ##?????###?####?## P ##',
|
|
'??????## X X P# ##???## ### #?n #',
|
|
'??????f P # #?### ### ##',
|
|
'??????## X P # P ### # P#',
|
|
'???????### ### # # # # ##',
|
|
'?????????##X X E # # #X X ## #',
|
|
'??????????# ### ### # # # ######',
|
|
'??????????## ## # # X #?????',
|
|
'???????????## P # # # #?????',
|
|
'???????????# # # Q # X ##?????',
|
|
'???????????## ##D## # P ###??????',
|
|
'????????????### # # # # #####????????',
|
|
'??????????????## # # ####????????????',
|
|
'???????????????## # # ###???????????????',
|
|
'????????????????#D# #D#?????????????????',
|
|
'???????????????## # # #K# # ##????????????????',
|
|
'??#######??????# # ##J# ## # #????????????????',
|
|
'??# # # ####??# ### ### #????????????????',
|
|
'?## X # ### # # ###?????????????',
|
|
'## P P P P # # ##????????????',
|
|
'j X X X # # # # Q P #????????????',
|
|
'## P P P P Q # ##D## ####??????????',
|
|
'?## X # # # # P ### ###????????',
|
|
'??# # # ## # # P ##???????',
|
|
'??####### P # # X ##??????',
|
|
'???????# ## ### #??????',
|
|
'???????## X # E P #??????',
|
|
'???????n Q # # P ### Q ##?????',
|
|
'???????## X # # # X X A#?????',
|
|
'????????## # # X ##?????',
|
|
'??#####?# P # # # P h?????',
|
|
'?## ## X X # ##### X P ##?????',
|
|
'?# Q # ##???## ##??????',
|
|
'?## X #### ###?????### # ##???????',
|
|
'??# ### ##??### ##?????????########????????',
|
|
'??## ##?#####?????####??????????????????????????',
|
|
'???###??????????????????????????????????????????'];
|
|
|
|
giant_cave['infos'] = [
|
|
'3|13|Stand',
|
|
'5|42|Hole in wall|(You arrive Beraquel Forest)',
|
|
'6|7|Shelf',
|
|
'8|18|Store',
|
|
'19|24|Sign|To the left - First Guardian of the Tower<br>To the right - Magical Refreshment',
|
|
'19|25|Well|After drinking from the well, you feel Gods are with you for an hour.',
|
|
'20|23|Well|After drinking from the well, you feel you\'re full of power.',
|
|
'20|24|Sign|To the left - Second Guardian of the Tower<br>To the right - Magical Refreshment',
|
|
'24|1|Jojush Ine',
|
|
'31|8|Hole in wall|(You arrive Beraquel Forest)',
|
|
'31|29|Store',
|
|
'32|42|Stand',
|
|
'34|43|Shelf',
|
|
'36| 3|Barbar Coin',
|
|
'41|50|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>>'
|
|
];
|