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.js
2005-11-21 08:12:53 +00:00

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|&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');