34 lines
1.6 KiB
JavaScript
34 lines
1.6 KiB
JavaScript
|
|
/************************
|
|
* LEGACY MAP of *
|
|
* Sohl's Chamber *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var sohls_chamber = new Array();
|
|
|
|
sohls_chamber['title'] = 'Sohl\'s Chamber';
|
|
sohls_chamber['map'] = [
|
|
'?????????????????#####??????',
|
|
'????????????????## ##?????',
|
|
'???????????????## WWW ##????',
|
|
'?######??###???# W W W ###??',
|
|
'## ## #### ###### W ##Z###',
|
|
'# T W W SWWT#',
|
|
'## ## #### ###### W ## ###',
|
|
'?######??###???# W W W #a#??',
|
|
'???????????????## WWW ##????',
|
|
'????????????????## ##?????',
|
|
'?????????????????#####??????'];
|
|
|
|
sohls_chamber['infos'] = [
|
|
'5|25|Sphere|You touch the sphere and feel your mana is restored.',
|
|
'6|3|Teleporter|You arrive to the Sohl\'s Cave',
|
|
'6|23|Sohl Orasare|(You use Mersant\'s Staff.)',
|
|
'6|27|Teleport to win|Thank you, my friend. Sohl is defeated, and the throne is mine, at last. trust me, uner myreign, the world of Monares will be rich and full of colours again.<br>To expres my gratitude, I can make you one of my greatest commanders, or maybe a propertied of the greatest magic forces. Just tell me what kind of power you want.<br>But choose wisely: this choice will greatly influence your future.We have a lot to do: the source of the evil power was eliminated but the world is not totaly free yet...',
|
|
'8|25|Well|After drinking from well, you feel you\'re full of power.',
|
|
'12|30|Map made by Mervin and engine made by Markus Birth|<<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>> & <<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|
|
|