50 lines
1.9 KiB
JavaScript
50 lines
1.9 KiB
JavaScript
/****************************
|
|
* LEGACY MAP of *
|
|
* (Exp Pack) *
|
|
* Ancient Tower *
|
|
* done by *
|
|
* Mervin.sk *
|
|
*****************************/
|
|
|
|
var exp_ancient_tower = new Array();
|
|
|
|
exp_ancient_tower['level'] = 'Xpack: Exp Pack';
|
|
exp_ancient_tower['title'] = 'Exp Pack: Ancient Tower';
|
|
exp_ancient_tower['map'] = [
|
|
'??????????????###??????????????',
|
|
'???????????####T####???????????',
|
|
'???????????# #???????????',
|
|
'?????????### # # ###?????????',
|
|
'?????????#H# ##D## #H#?????????',
|
|
'???????### #a## ##a# ###???????',
|
|
'???????# #H # #???????',
|
|
'?????###Z### ##### ###A###?????',
|
|
'?????# ### # # ### #?????',
|
|
'?????# E # ##T## # E #?????',
|
|
'???####### # ### # #######???',
|
|
'?#w# #q#P P#q# #w#?',
|
|
'?# # # # # # #s# # # # # # #?',
|
|
'?# # #D# #S # # S# #D# # #?',
|
|
'## #e# #e#*#P #M# P#*#e# #e# ##',
|
|
'b E #### #### E d',
|
|
'## #g# #g# E E #g# #g# ##',
|
|
'?# # #D# ###### ###### #D# # #?',
|
|
'?# # # # #????#q#????# # # # #?',
|
|
'?#u# #???????????# #u#?',
|
|
'???#######???????????#######???'];
|
|
|
|
exp_ancient_tower['infos'] = [
|
|
'2|16|Teleporter|You arrive to the Ancient Tower',
|
|
'5|11|Hole|You arrive to the Ancient Tower Cellar',
|
|
'5|21|Hole|You arrive to the Ancient Tower Cellar',
|
|
'7|15|Hole|You arrive to the Ancient Tower Cellar',
|
|
'10|16|Teleporter|You arrive to the Ancient Tower',
|
|
'12|11|Ladder|You arrive to the Ancient Tower Cellar',
|
|
'12|21|Ladder|You arrive to the Ancient Tower Cellar',
|
|
'13|16|Ladder|You arrive to the ...',
|
|
'19|16|Ladder|You arrive to the High Forest',
|
|
'22|33|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('exp_ancient_tower');
|