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_passages.js
mbirth a9deb67267 modified ksaid_castle_hall.js
modified   ksaid_forest.js
modified   ksaid_greta_house.js
modified   ksaid_passages.js
modified   ksaid_town.js
modified   legacymap.html
modified   legacymap.js
modified   tower_level_2.js
* Completion of "King's Aide" maps
2004-12-08 15:32:50 +00:00

54 lines
1.8 KiB
JavaScript

/************************
* LEGACY MAP of *
* (King's Aide) *
* Passages *
* done by *
* Mervin.sk *
************************/
var ksaid_passages = new Array();
ksaid_passages['level'] = 'Xpack: King\'s Aide';
ksaid_passages['title'] = 'King\'s Aide: Passages';
ksaid_passages['map'] = [
'?#####w######?????',
'?# p M #?????',
'?# ## ##### #?????',
'?# #m# # #?????',
'?## h # # #?????',
'?#H #k#u#N# #?????',
'?## # # #?????',
'?##W# # # ######',
'?vW # #',
'?##### ######### #',
'?# # # #N #',
'?# # # # ### #',
'?# #D## # #',
'?# # W #N W #',
'?#D# #### # #',
'## # #?# # ### #',
'r # #?# # # h #',
'####e#?#e#e#####m#'];
ksaid_passages['infos'] = [
' 2| 5|Ladder|(You arrive to the Greta\'s House)',
' 4| 6|Hole in wall|(You arrive to the Town)',
' 4| 8|Malek|Money (300), Milagra\'s book',
' 4|12|Chamber Room Key|',
' 5| 7|Shelf|Inlay Box with Spider',
' 6| 3|Hole|Odd Shaped Key',
' 6| 6|Chamberlain|He will call gurads.',
'11|15|Inlay Box|',
'14| 9|Statue|Cure poison potion',
'15| 3|Door|Attack the door before opening',
'17| 1|Ladder|Ladder to the King\'s Forest',
'17|16|Shelf|Battle Sword, Damage: 4-24<br>Healing potion',
'18| 5|Shelf|Short Bow, Damage: 4-6',
'18| 9|Shelf|Ghotic Staff, Damage: 3-9, Cure paralysis (3 charges)<br>Rune Shield, AC:4',
'18|11|Shelf|Mana potion, Cure poison potion, Remove paralysis potion',
'18|17|Hole in wall|(You arrive to the Castle Hall)',
'19|20|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_passages');