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/ksaid_cult_dungeon.js
2004-12-08 15:26:08 +00:00

49 lines
1.5 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************************
* LEGACY MAP of *
* (King´s Aide) *
* Cult Dungeon *
* done by *
* Mervin.sk *
************************/
var ksaid_cult_dungeon = new Array();
ksaid_cult_dungeon['level'] = 'Xpack: King\'s Aide';
ksaid_cult_dungeon['title'] = 'King\'s Aide: Cult Dungeon';
ksaid_cult_dungeon['map'] = [
'???????????????',
'?######????????',
'?# t????????',
'?# ###########?',
'?# # NNNNN#?',
'?# # X#####H##?',
'?# # #H##?',
'?######## #?',
'?#WHHHHH X #?',
'?# # # # #N#Z#?',
'?#S####wa#####?',
'?# #?',
'?# X P P X #?',
'?# P #?',
'?v PTP x?',
'?# P #?',
'?# X P P X #?',
'?# #?',
'?######u######?',
'???????????????'];
ksaid_cult_dungeon['infos'] = [
' 3| 7|Ladder|You arrive to the King\'s Forest',
' 5|13|Statue|Ebony Chain Shirt, AC:5',
'10| 8|Secret Switch|',
'10|10|Secret Switch|',
'10|11|Statue|',
'10|13|Sphere|You touch the sphere and feel your mana is restored',
'11| 9|Well|After drinking from the well, you feel you\'re poisoned!',
'11| 3|Alarm|',
'15| 8|Teleporter|You arrive to the Cult Temple',
'21|17|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('ksaid_cult_dungeon');