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
60 lines
2.4 KiB
JavaScript
60 lines
2.4 KiB
JavaScript
/************************
|
||
* LEGACY MAP of *
|
||
* (King´s Aide) *
|
||
* King´s Forest *
|
||
* done by *
|
||
* Mervin.sk *
|
||
************************/
|
||
|
||
var ksaid_forest = new Array();
|
||
|
||
ksaid_forest['level'] = 'Xpack: King\'s Aide';
|
||
ksaid_forest['title'] = 'King\'s Aide: King\'s Forest';
|
||
ksaid_forest['map'] = [
|
||
'???+++_+ ???????????????????',
|
||
'???. ***_ ??????????????????',
|
||
'???. *T* .+ ????????????????',
|
||
'??+_ ***_ ..? +. ??????????',
|
||
'??. *. . + .??????????',
|
||
'??+ .* . . .+???????',
|
||
'?? +_ * ++R + ?????',
|
||
'?+. #*l. R #?????',
|
||
' . .*** + #?????',
|
||
'+ .* . . . #####???',
|
||
'+ _ ****************#???',
|
||
' . . . + #####???',
|
||
'?+ _ + #?????',
|
||
'? . . __ # ????',
|
||
'?? + _ . ???',
|
||
'?? . _ .???',
|
||
'? + _ _ . ???',
|
||
' + . _ +???',
|
||
'+ _ . ??',
|
||
'+ _ . _ .+ ',
|
||
' . R R +',
|
||
'+ .... . _ R+.. ',
|
||
' ###R . R . R+ ??',
|
||
'???# + . RR ..?',
|
||
'???#++ .R + .?',
|
||
'???### . _ .?',
|
||
'???r ++.+ + . ?',
|
||
'???###T.?? +. + .+.+.++.+ ??',
|
||
'????? + ???? + ?????????????'];
|
||
|
||
ksaid_forest['infos'] = [
|
||
' 3| 7|Teleporter|You arrive to the Town of Decrantes',
|
||
' 5| 7|Well, you\'re back!|It\'s been what? 8 years.. time does pass quickly..<br>You never thought you would be back here again The message you recived 5 days ago had the Royal seal, you just can\'t understand why the King would want to see you.<br>Unless he finaly realizes the truth of your innocence...',
|
||
' 8| 8|Runner|Abbout time!<br>Here\'s your papers.<br>this allows you entry into the castle for an audience with the King.<br>You received: Royal Pass',
|
||
'11|24|Path to the Town|',
|
||
'13| 3|Club|Damage: 2-10',
|
||
'21|26|Eretheal Orb|',
|
||
'23|24|Serpent Shield|AC:8',
|
||
'24| 6|Hole in tree|You arrive to the Passages',
|
||
'27| 4|Ladder|Ladder to the Cult Dungeon',
|
||
'27|23|Money (150)|',
|
||
'28| 7|Teleporter|You arrive to the Cult Temple',
|
||
'30|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>>'
|
||
];
|
||
|
||
AddMenu('ksaid_forest');
|