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
50 lines
2.0 KiB
JavaScript
50 lines
2.0 KiB
JavaScript
/************************
|
|
* LEGACY MAP of *
|
|
* (King's Aide) *
|
|
* Greta's House *
|
|
* done by *
|
|
* Mervin.sk *
|
|
************************/
|
|
|
|
var ksaid_greta_house = new Array();
|
|
|
|
ksaid_greta_house['level'] = 'Xpack: King\'s Aide';
|
|
ksaid_greta_house['title'] = 'King\'s Aide: Greta\'s House';
|
|
ksaid_greta_house['map'] = [
|
|
'?????????????????',
|
|
'??######?###g#???',
|
|
'??#HWW #?#***#???',
|
|
'??#### #?#***l???',
|
|
'??#### #?##*k##??',
|
|
'??# ### **d??',
|
|
'??# h # ##??',
|
|
'??#### ### # #???',
|
|
'??f # #?# #???',
|
|
'??# #?##e##???',
|
|
'??####i#?????????',
|
|
'?????????????????'];
|
|
|
|
ksaid_greta_house['infos'] = [
|
|
' 2|13|Shelf|Old Necklace AC:0',
|
|
' 3| 4|Hole|Leads to the Passage',
|
|
' 3|11|Barrel|Worn Leather Skirt AC:1, Cure poison potion',
|
|
' 3|13|Vase|magic Amulet AC:0, Full mana potion',
|
|
' 4| 7|Torn Skirt|AC:2',
|
|
' 4|14|Greta|',
|
|
' 5|13|Stephanie|Find Stephanie\'s mother and sister',
|
|
' 6| 4|Vase|Fine Shirt AC:2<br>Chain Shirt AC:3<br>Remove paralysis potion<br>Remove paralysis potion',
|
|
' 6|11|Vase|Quiver (20 poisoned arrows) Damage: 5-6<br>Chain Shirt AC:3<br>Remove paralysis potion<br>Remove paralysis potion',
|
|
' 6|15|Door|Leads to the Town',
|
|
' 7| 5|Shelf|Fine Shirt AC:2',
|
|
' 9| 3|Shelf|Mana potion, Cure poison potion',
|
|
' 9| 4|Vase|Money (600)<br>Chain Shirt AC:3<br>Full healing potion<br>Full healing potion',
|
|
' 9|11|Vase|Remove paralysis potion, Scroll of Lightinin bolt',
|
|
' 9|13|Vase|Money (700), Remove paralysis potion, Remove paralysis potion, Scroll of Lightinin bolt',
|
|
'10| 6|Vase|Money (900)<br>Serpent Leather Shirt AC:3<br>Full mana potion',
|
|
'10|12|Shelf|Scroll of Detect mind, Scroll of Poison cloud',
|
|
'11| 7|Gabriel|',
|
|
'13|19|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_greta_house');
|