1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
redshift-legacy-map/exp_ancient_tower_cellar.js
2005-11-21 08:12:53 +00:00

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|&lt;<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>&gt; &amp; &lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('exp_ancient_tower_cellar');