57 lines
2.2 KiB
JavaScript
57 lines
2.2 KiB
JavaScript
/****************************
|
|
* LEGACY MAP of *
|
|
* (Exp Pack) *
|
|
* Ancient Tower Cellar *
|
|
* done by *
|
|
* Mervin.sk *
|
|
*****************************/
|
|
|
|
var exp_ancient_tower_cellar = new Array();
|
|
|
|
exp_ancient_tower_cellar['level'] = 'Xpack: Exp Pack';
|
|
exp_ancient_tower_cellar['title'] = 'Exp Pack: Ancient Tower Cellar';
|
|
exp_ancient_tower_cellar['map'] = [
|
|
'??????????????###??????????????',
|
|
'???????????####T####???????????',
|
|
'???????????# #???????????',
|
|
'?????????### #*# ###?????????',
|
|
'?????????# # ## ## # #?????????',
|
|
'???????### ####*#### ###???????',
|
|
'???????# # R# #???????',
|
|
'?????### #s# ##*## #s# ###?????',
|
|
'?????#T### # # # # ###T#?????',
|
|
'?????# ## ## #?????',
|
|
'???#######X# #R# # #######???',
|
|
'?### * #g# # # #g# #c#?',
|
|
'?# # # # # # P#*#P # # # # # #?',
|
|
'?# # # #N# # # #N# # # #?',
|
|
'## #a# ##### # # ##### ### ##',
|
|
'f #### #### * * h',
|
|
'###### ### S S R### ### ##',
|
|
'?????###?######*######N# # # #?',
|
|
'??????????????# #????# # # # #?',
|
|
'?????????????## ##???# ###?',
|
|
'?????????????# #???#######???',
|
|
'?????????????# P #?????????????',
|
|
'?????????????#R #?????????????',
|
|
'?????????????##X##?????????????',
|
|
'?????????????# #?????????????',
|
|
'???????????####*####???????????',
|
|
'???????????# ## ## #???????????',
|
|
'???????????# #*# #???????????',
|
|
'???????????# R #???????????',
|
|
'???????????####T####???????????',
|
|
'??????????????###??????????????'];
|
|
|
|
exp_ancient_tower_cellar['infos'] = [
|
|
'2|16|Teleporter|You arrive to the Ancient Tower',
|
|
'8|11|Ladder|You arrive to the Ancient Tower',
|
|
'8|21|Ladder|You arrive to the Ancient Tower',
|
|
'9|7|Teleporter|You arrive to the Ancient Tower',
|
|
'9|25|Teleporter|You arrive to the Ancient Tower',
|
|
'30|16|Teleporter|You arrive to the Ancient Tower',
|
|
'32|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_cellar');
|