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/morah_swithand_forest.js
mbirth a101d95508 modified abandoned_cellar.js
modified   abandoned_mine.js
modified   beraquel.js
modified   beraquel_forest.js
modified   catacombs.js
modified   caves_of_ngora.js
modified   cellar_of_hranemus.js
modified   decrantes.js
modified   domain_of_ngora.js
modified   dragon_lair.js
modified   dragon_swamp.js
modified   dungeon_of_ngora.js
modified   east_forest.js
modified   east_grendelmoore.js
modified   fire_catacombs.js
modified   fire_empire.js
modified   frozen_catacombs.js
modified   frozen_empire.js
modified   giant_cave.js
modified   grendelmoore.js
modified   home_of_cold_blood.js
modified   home_of_ignorance.js
modified   home_of_patience.js
modified   home_of_tricks.js
modified   jsdebug.js
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   morah_ancient_passage.js
modified   morah_bank_cellar.js
modified   morah_swithand_forest.js
modified   north_grendelmoore.js
modified   ogre_forest.js
modified   sohls_cave.js
modified   sohls_chamber.js
modified   swamp_cave.js
modified   tower_cellar.js
modified   tower_cellar_2.js
modified   tower_level_1.js
modified   tower_level_2.js
modified   tower_level_3.js
modified   tower_level_4.js
modified   unknown_cellar.js
modified   west_forest.js
modified   west_grendelmoore.js
* automatic menu building
2004-12-08 15:29:05 +00:00

47 lines
4.0 KiB
JavaScript

/************************
* LEGACY MAP of *
* Swithand Forest *
* (Morah's Plan) *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
var morah_swithand_forest = new Array();
morah_swithand_forest['level'] = 'Xpack: Morah\'s Plan';
morah_swithand_forest['title'] = 'Morah\'s Plan: Swithand Forest';
morah_swithand_forest['map'] = [
'?? .+.+.+ +. ??????????????????????????????',
' +. . .. ????????????????????????????',
'. :: ##***** .. .+ ..+???? .+. ? . +. . ?',
'+T**:#b* ##*:: :.. :.: :.+. .:: +.. . :. .?',
'. *****:#c* : : : . : : : . ',
' .: ia*****: : : : : :: :: : : :+',
'+ :##*a#* : : : : : :: : : :.',
'. *##* : : : : : : : :: :+',
'+: :: :****: : : :: : : : : : . ',
' . : : : : : :: : : : . ',
'.: : : : : : : : : : : : .',
' . : : : : : . :: : : : :: :+',
' .: :: : : : : :. . : : : :H +',
'. : : : : . ::: : . :: :. ',
'.: : : : :.: :.',
' .: : : : : . : : : :: : : .',
'? . :. : : : : .+.?',
'??.:..+:. .+ ..+: .:+ : : .+ ..::+.. ???',
'?? . ? . + ???? .+?? .+. .: . . +.???????',
'??????????????????????? . +. ??????????????'];
morah_swithand_forest['infos'] = [
' 4| 2|Teleporter|Teleports you back to the Town of Decrantes',
' 4| 7|Coulner|"I\'m not ready with the keys! Come back later."<P>"Now I\'m ready. Here are the keys. The first opens the safe area door, the second opens the statue\'s safe. The third opens the statue\'s inner safe, but not alone... you must have another key, a special one, which cannot be re-created or copied.<BR>You have to get it from the bank leader himself.<BR>Another problem: you can\'t move from one of the keyholes to reach the other, when you\'re about to open the inner safe. A trick must be applied, that\'s your problem."',
' 4| 9|Barrel|4 Mana potions, 2 Healing potions, Scroll of Hour of Gods',
' 6| 6|Morah|"Welcome, stranger. I\'m Morah. Well, you look good. I\'m searching for adventurers for a kind of \'duty\'. Probably almost certain death, huge danger, and so on... nothing special."<P>"Good. Before I can tell you anything, listen carefully: We have never met. You don\'t know me. You must NOT talk with anyone about this duty. I don\'t want to know your names, they don\'t matter. Are you really interested?"<P>"The target is to get a magical statue, which is guarded in the Swithand bank. We found an ancient passage that leads to the cellar of the bank. The passage is partly opened, and we closed some walls... check the cracks in the passage.<BR>You will find the entrance east from this place... Just half a hour walking.<BR>The statue is very important, and protected by multiple traps, keys and monsters. Even the owner could only access it after a hour...<BR>I have specialists, who will help you in your duty. In the northern barrack, just behind you, Coulner is working on the keys... he will be ready in an hour.<BR>Next to me, there\'s a door where you can find Owler. He\'s currently preparing two special weapons for you: the guards of the statue can only be harmed only by them.<BR>I have some supplies for you, in a barrel. Check that, a few steps to east.<BR>Now go on, get that statue for me. You\'ll be rewarded. The value of the statue is very high, but don\'t think you could keep it: noone would buy that from you."',
' 6| 7|Owler|"Greetings. I prepared the weapons for you. I think you should know that two mysterious beasts guard the statue. They\'ll appear when you step to the statue. They aren\'t dead, nor alive, and can be damaged only with these daggers. They\'re spell-resistant, of course, before you ask. Good news, heh?"',
'13|40|Hole to the ancient passage to the bank',
'21|45|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('morah_swithand_forest');