50 lines
1.7 KiB
JavaScript
50 lines
1.7 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* West Forest *
|
|
* done by *
|
|
* Markus Birth *
|
|
* mbirth@webwriters.de *
|
|
************************/
|
|
|
|
var west_forest = new Array();
|
|
|
|
west_forest['title'] = 'West Forest';
|
|
west_forest['map'] = [
|
|
'???????.*.??????????????',
|
|
'?????? .*.??????????????',
|
|
'???? .. *. ? ... ???????',
|
|
'???.. . **+.. ..??????',
|
|
'?? + .+* +??????',
|
|
'? . ..* . .??????',
|
|
' . . ** .. ????',
|
|
'. ** R . ???',
|
|
'. * + . ??',
|
|
'.. *. R . .??',
|
|
'? + . ***** R. ??',
|
|
'?.H. *** . .. ',
|
|
'?. R . * .',
|
|
'? . ***** . . ',
|
|
'?. R ***!+ ** . ',
|
|
'? + *** ** . .',
|
|
'?? . *+ R . *** .',
|
|
'?? . ** ..* . ',
|
|
'? . . **** R. * ..',
|
|
' . .. + ** . ***A',
|
|
'. * .. ..',
|
|
'. . R *. . .. ?',
|
|
' . ... . **. .??????',
|
|
'? .+. ? . !* . ??????',
|
|
'???????? . .+.*.. ??????',
|
|
'????????? . ?.****??????',
|
|
'????????????? .. ??????'];
|
|
|
|
west_forest['infos'] = [
|
|
' 1| 9|Starting point of the game',
|
|
'12| 3|Hole|Leads to the Abandoned Mine (Lizard cave)<BR>Contains the gold nugget for Hrohgar the Greedy of South Decrantes',
|
|
'15|14|Sign|"To the west: Town of Decrantes<BR>To the east: a reward"',
|
|
'20|24|Altar|50 coins, Mana potion, Cure poison potion, Healing potion',
|
|
'24|14|Sign|"This path leads to the town of Decrantes"',
|
|
'26|18|Path to the town of Decrantes',
|
|
'28|26|Map and engine made by Markus Birth|<<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|