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/beraquel_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

82 lines
3.8 KiB
JavaScript

/************************
* LEGACY MAP of *
* Beraquel forest *
* done by *
* Markus Birth *
* mbirth@webwriters.de *
************************/
var beraquel_forest = new Array();
beraquel_forest['level'] = 'Level 2';
beraquel_forest['title'] = 'Beraquel forest';
beraquel_forest['map'] = [
'??? . ???? . ???????????????????? ..+. ?????????',
'?? . .+. .+ . ??? .. ?????? .. ? . . ????????',
'??. . .+ . . * ?? . ..+ :: .????????',
'??+ N N .. : + * ? + : :: . ????????',
'??. N N N N : : . *. . : : :: . ?????????',
'? . N***N : .* .. : : :: . ??????????',
' + N *N* N : : : : *. + : .. ????????',
'. N***N : : :*. : : .????????',
' . N N N N : : : * .. ::: : :.????????',
' . N N N : : :*: : : : :**+????????',
'+ :: : ** : : : **.+????????',
'. :: :: : ::*: : :: : * .?????????',
'. : : : *** : : **. ?????????',
' . : : : *: : : : : :**:+??????????',
'? .+ : : : : :** *: .??????????',
'??? . : : :*: : : * . ?????????',
'???? . : : : * : : : * : .+. ??????',
'?????. : : :: **: :: ** : . ?????',
'?????+ : :: : +*+ : :: : :** : .. ???',
'????? . : : :: .*. : : : : *:: : : .???',
'?????? . : ::: +*+ : *: :: : +???',
'????? . : .*. : : : :*: :: ..???',
'?? .+. :: : : +.+.***.+.+:: * . ????',
'? . : : ******!******* : :** :. ?????',
'?. : :***+.+.***.+.+:**** *:: ::.. ????',
'?+ : : :** : .*. : :**:** . ???',
'?. : ***: :: +*+: : : :*** : : :: + ??',
'?. : : ** : .*. : : : : : . ?',
'? . : :* : : :: +*+ : : : N+N .?',
'?? . * * : : :: N N .?',
'??? . : *: :: : *: : :: N *** N.+?',
'????.: **: : : :** : : + *N* . ',
'????.:*** : :* : : :: N *** N .',
'????H**::: : : : :: ** : N N . ',
'????. : : :: :* :: : N+N + ?',
'????+ : : : : :** : : : : :: . ??',
'???? . ::: ::: : :* : : : ::: : :. ??',
'????? .: : : *:: : : :: : . ?',
'?????? .: : :: :: ** : : : : : ::: : : . ',
'???????+ :: : ::: : * : : :: : .',
'?????? . : ..*. : : :: .. :: :.',
'??????. :: ::::.. * . : : : .+. ?. : : .',
'??????.: :: :: . .*. . :: : . ???? + +. ',
'?????? . :: :+? * ? . : .. ?????? . . ??',
'???????+ : : : .? * ??+: .+. ????????? . ???',
'???????. : : : . ?????? . . ??????????????????',
'??????? .+ : ..+. ????????.. ???????????????????',
'????????? ... ??????????????????????????????????'];
beraquel_forest['infos'] = [
' 3|23|Path to the Ogre Forest',
' 3|30|City Coin',
' 7| 8|Red Buddha statue',
' 7|10|Plate Mail|Armor AC:10',
' 9| 8|Barbar Hammer|Weapon<BR>Damage: 8-21 +3strength',
'10|40|Hole in Tree|Leads to the Barbar-Amazon-Cave',
'24|22|Sign|"To the west: Male region<BR>To the east: Female domination<BR>To the north: Monster territory<BR>To the south: Peaceful district"',
'30|42|Fine Battle Skirt (female)|Armor AC:4',
'32|40|Bush|Eat the mellow fruits',
'32|42|Yellow Buddha statue',
'34| 5|Hole|Leads to the Barbar-Amazon-Cave',
'34|42|God Staff|Weapon<BR>Damage: 3-9<BR>Hour of Gods (9 charges)',
'45|22|Path to the City of Beraquel',
'46|28|Othase\'s letter|Bring it to him in order to get Lucretia\'s necklace',
'49|50|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('beraquel_forest');