
/*
 * Lord of the Rings Online section
 * http://chordian.net
 *
 * Data for Mirkwood
 *
 * THIS FILE MUST BE SAVED AS UTF-8!
 *
 */

var folder = "mirkwood";	// ***** Section *****
var starthub = 3;

hubs[1] = {
	hubName:	"echadsirion",
	prettyName:	"Echad Sirion",
	amount:		3,
	npc:		["Bregedmor","Estellien","Gúrdagnir"],
	job:		["Malledhrim Rewards Vendor","Malledhrim Rewards Vendor","Malledhrim Rewards Vendor"]
};
hubs[2] = {
	hubName:	"hauntedinn",
	prettyName:	"The Haunted Inn",
	amount:		2,
	npc:		["Glorengail","Mídhiel"],
	job:		["Malledhrim Rewards Vendor","Malledhrim Rewards Vendor"]
};
hubs[3] = {
	hubName:	"ogbarterers",
	prettyName:	"Ost Galadh (Barterers)",
	amount:		7,
	npc:		["Daegoth","Gwindíl","Iawen","Isthel","Maedhrusc","Súlbor","Suldathar"],
	job:		["Barter Exchange Trader","Acq. Malledhrim Rewards Vendor","Acq. Malledhrim Crafting Vendor","Acq. Malledhrim Rewards Vendor","Acq. Malledhrim Crafting Vendor","Acq. Malledhrim Rewards Vendor","Acq. Malledhrim Rewards Vendor"]
};
hubs[4] = {
	hubName:	"ogtrainers",
	prettyName:	"Ost Galadh (Trainers)",
	amount:		2,
	npc:		["Bariel","Lassil"],
	job:		["Rune-keeper Trainer","Warden Trainer"]
};
hubs[5] = {
	hubName:	"mithechad",
	prettyName:	"Mithechad",
	amount:		2,
	npc:		["Eregriel","Pennasdúr"],
	job:		["Friend Malledhrim Rewards Vendor","Friend Malledhrim Rewards Vendor"]
};
hubs[6] = {
	hubName:	"thangulhad",
	prettyName:	"Thangúlhad",
	amount:		6,
	npc:		["Andidhiel","Breglaw","Lantwen","Luillas","Millaesil","Ronhel"],
	job:		["Friend Malledhrim Rewards Vendor","Friend Malledhrim Rewards Vendor","Kindred Malledhrim Rewards Vendor","Kindred Malledhrim Rewards Vendor","Kindred Malledhrim Rewards Vendor","Friend Malledhrim Rewards Vendor"]
};
				// ***** Merchants *****

merchants[1] = new Array();	// Echad Sirion

merchants[1][0] = {
	type:		M_WIDE,
	name:		"bregedmor",
	aliasFolder:	"",
	aliasName:	"",
	amount:		46,
	item:		["burglarswordthirdage61","burglarmacethirdage61","burglardaggerthirdage61","burglarclubthirdage61","captainswordthirdage61","captaingreatswordthirdage61","captainspearthirdage61","captainmacethirdage61","captainaxethirdage61","captaingreataxethirdage61","captaindaggerthirdage61","captainhalberdthirdage61","captainhammerthirdage61","captaingreathammerthirdage61","captaingreatclubthirdage61","captainclubthirdage61","championswordthirdage61","championgreatswordthirdage61","championspearthirdage61","championmacethirdage61","championaxethirdage61","championgreataxethirdage61","championdaggerthirdage61","championhammerthirdage61","championgreathammerthirdage61","championclubthirdage61","guardianswordthirdage61","guardiangreatswordthirdage61","guardianspearthirdage61","guardianmacethirdage61","guardianaxethirdage61","guardiangreataxethirdage61","guardiandaggerthirdage61","guardianhammerthirdage61","guardiangreathammerthirdage61","guardiangreatclubthirdage61","guardianclubthirdage61","hunterswordthirdage61","hunterspearthirdage61","huntermacethirdage61","hunteraxethirdage61","hunterdaggerthirdage61","hunterhammerthirdage61","hunterbowthirdage61","huntercrossbowthirdage61","hunterclubthirdage61"],
	tooltip:	repeat(T_MBF+",,",46*3),
	toolInfo:	repeat(TI_MBF+",,",46*3),
	appearance:	[],
	intro:		"<p>You have to be <b>neutral</b> with Malledhrim in order to access this NPC. (Complete one quest.)</p>"+V3B1
};
merchants[1][1] = {
	type:		M_WIDE,
	name:		"estellien",
	aliasFolder:	"",
	aliasName:	"",
	amount:		18,
	item:		["guidemirkeaves","mustermirkeaves","_minstrelswordthirdage61","_minstrelmacethirdage61","_minstreldaggerthirdage61","_minstrelclubthirdage61","_runekeeperstone1thirdage61","_runekeeperstone2thirdage61","_runekeeperstone3thirdage61","_wardenswordthirdage61","_wardenspearthirdage61","_wardenmacethirdage61","_wardenaxethirdage61","_wardendaggerthirdage61","_wardenhammerthirdage61","_wardenjavelinthirdage61","_wardenclubthirdage61","_loremasterstaffthirdage61"],
	tooltip:	repeat(T_MBF+",,",18*3),
	toolInfo:	repeat(TI_MBF+",,",18*3),
	appearance:	[],
	intro:		merchants[1][0].intro
};
merchants[1][2] = {
	type:		M_WIDE,
	name:		"gurdagnir",
	aliasFolder:	"",
	aliasName:	"",
	amount:		21,
	item:		["golloch","thaliollos","feredillos","leggingsstars","leggingsscout","enduringleggings","_potentathelasessences","_potentcelebrantsalves","_infusedmilkthistledraughts","_infusedlhinestaddraughts","_infusedhealingdraughts","_infusedconhuithdraughts","pauldronsdestiny","pauldronstree","enduringpauldrons","cudirith","golulang","curulang","aechigil","bronweron","faechathol"],
	tooltip:	repeat(T_MBF+",,",21*3),
	toolInfo:	repeat(TI_MBF+",,",21*3),
	appearance:	["","","","leggingsstars","leggingsscout","enduringleggings","","","","","","","pauldronsdestiny","pauldronstree","enduringpauldrons","cudirith","golulang","curulang","aechigil","bronweron","faechathol"],
	intro:		merchants[1][0].intro
};

merchants[2] = new Array();	// The Haunted Inn

merchants[2][0] = {
	type:		M_WIDE,
	name:		"glorengail",
	aliasFolder:	"",
	aliasName:	"",
	amount:		18,
	item:		["raindail","bootswandering","bootsscout","faerchaim","belegaim","derngaim","charmspirit","charmavoidance","charmdefense","_potentathelasessences","_potentcelebrantsalves","_infusedmilkthistledraughts","_infusedlhinestaddraughts","_infusedhealingdraughts","_infusedconhuithdraughts","manadhechor","angechor","filegor"],
	tooltip:	repeat(T_MBF+",,",18*3),
	toolInfo:	repeat(TI_MBF+",,",18*3),
	appearance:	["raindail","bootswandering","bootsscout","faerchaim","belegaim","derngaim"],
	intro:		"<p>You have to be <b>neutral</b> with Malledhrim in order to access this NPC. (Complete one quest.)</p>"+V3B1
};
merchants[2][1] = {
	type:		M_WIDE,
	name:		"midhiel",
	aliasFolder:	"",
	aliasName:	"",
	amount:		7,
	item:		["_burglartoolsthirdage61","_captainemblemthirdage61","_championrunethirdage61","_guardianbeltthirdage61","_loremasterbookthirdage61","_minstrelsongbookthirdage61","_runekeeperrunesatchelthirdage61"],
	tooltip:	repeat(T_MBF+",,",7*3),
	toolInfo:	repeat(TI_MBF+",,",7*3),
	appearance:	["","","","","","","runekeeperrunesatchelthirdage61"],
	intro:		merchants[2][0].intro
};

merchants[3] = new Array();	// Ost Galadh (North Cluster of Barterers)

merchants[3][0] = {
	type:		M_WIDE,
	name:		"daegoth",
	aliasFolder:	"",
	aliasName:	"",
	amount:		8,
	item:		["legacyagility","legacyfate","legacymight","legacyvitality","legacywill","_scrolldelving","scrollempowerment","_scrollrenewal"],
	tooltip:	repeat(T_MDG+",,",8*3),
	toolInfo:	repeat(TI_MDG+",,",8*3),
	appearance:	[],
	intro:		V3B1
};
merchants[3][1] = {
	type:		merchants[1][0].type,
	name:		"gwindil",
	aliasFolder:	folder,
	aliasName:	"bregedmor",
	amount:		merchants[1][0].amount,
	item:		merchants[1][0].item,
	tooltip:	merchants[1][0].tooltip,
	toolInfo:	merchants[1][0].toolInfo,
	appearance:	merchants[1][0].appearance,
	intro:		"<p>You have to be <b>acquainted</b> with Malledhrim in order to access this NPC.</p><p>This is exactly the same list as Bregedmor's list in Echad Sirion, where you only need to be <b>neutral</b> in order to access it.</p>"+V3B1
};
merchants[3][2] = {
	type:		M_WIDE,
	name:		"iawen",
	aliasFolder:	"",
	aliasName:	"",
	amount:		26,
	item:		["tawarwaithroberecipe","tawarwaithshoesrecipe","tawarwaithglovesrecipe","tawarwaithhatrecipe","tawarwaithleggingsrecipe","tawarwaithshoulderpadsrecipe","goldenhostcoatrecipe","goldenhostbootsrecipe","goldenhostgauntletsrecipe","goldenhosthelmetrecipe","goldenhostleggingsrecipe","goldenhostshoulderpadsrecipe","steepedathelasessencerecipe","steepedcelebrantsalverecipe","steepedmilkthistledraughtrecipe","steepedlhinestaddraughtrecipe","steepedhealingdraughtrecipe","steepedconhuithdraughtrecipe","goldenhostbowrecipe","goldenhostcrossbowrecipe","goldenhoststaffrecipe","goldenhostspearrecipe","goldenhosthammerrecipe","goldenhostclubrecipe","goldenhostgreatclubrecipe","goldenhostjavelinrecipe"],
	tooltip:	repeat(T_MBF+",,",26*3),
	toolInfo:	repeat(TI_MBF+",,",26*3),
	appearance:	repeat(DZ_TAW+"&TawarwaithAF.jpg&TawarwaithAS.jpg&TawarwaithAB.jpg",6).concat(repeat(DZ_GHM+"&AGHostF.jpg&AGHostS.jpg&AGHostB.jpg",6)).concat(repeat("",6)).concat([DZ_BOW+"&ghostbow.jpg&ghost2bow.jpg",DZ_BOW+"&ghostxbow.jpg&ghost2xbow.jpg",DZ_2H+"&ghoststaff.jpg&ghost2staff.jpg",DZ_1H+"ghostspear.jpg",DZ_1H+"&ghosthammer.jpg&ghost2hammer.jpg",DZ_1H+"&ghostclub.jpg&ghost2club.jpg",DZ_2H+"ghostgclub.jpg",DZ_BOW+"&ghostjavelin.jpg&ghost2javelin.jpg"]),
	appInfo:	repeat(DZ_PG_TAW,6).concat(repeat(DZ_PG_GHM,6)).concat(repeat("",6)).concat([DZ_PG_GHBOW,DZ_PG_GHBOW,DZ_PG_MAL2H,DZ_PG_MAL1H,DZ_PG_MAL1H,DZ_PG_MAL1H,DZ_PG_MAL2H,DZ_PG_GHBOW]),
	intro:		"<p>You have to be <b>acquainted</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[3][3] = {
	type:		M_WIDE,
	name:		"isthel",
	aliasFolder:	"",
	aliasName:	"",
	amount:		15,
	item:		["thalionhigil","brechigil","balanhigil","_potentathelasessences","_potentcelebrantsalves","_infusedmilkthistledraughts","_infusedlhinestaddraughts","_infusedhealingdraughts","_infusedconhuithdraughts","golthann","curuthan","tirithram","faeram","tirithamath","brogamath"],
	tooltip:	repeat(T_MBF+",,",15*3),
	toolInfo:	repeat(TI_MBF+",,",15*3),
	appearance:	repeat(",",9).concat(["golthann","curuthan","tirithram","faeram","tirithamath","brogamath"]),
	intro:		merchants[3][2].intro
};
merchants[3][4] = {
	type:		M_WIDE,
	name:		"maedhrusc",
	aliasFolder:	"",
	aliasName:	"",
	amount:		28,
	item:		["greenwoodbraceletrecipe","greenwoodearringrecipe","greenwoodnecklacerecipe","greenwoodringrecipe","obsidianrunestonegoldenhost","flintrunestonegoldenhost","icyrunestonegoldenhost","malledhrimswordrecipe","malledhrimgreatswordrecipe","malledhrimaxerecipe","malledhrimgreataxerecipe","malledhrimdaggerrecipe","malledhrimhalberdrecipe","malledhrimmacerecipe","malledhrimhauberkrecipe","malledhrimbootsrecipe","malledhrimgauntletsrecipe","malledhrimhelmetrecipe","malledhrimleggingsrecipe","malledhrimpauldronsrecipe","lightshieldgoldenhostrecipe","heavyshieldgoldenhostrecipe","wardensshieldgoldenhostrecipe","largeonionmushroomomeletrecipe","cauliflowercheeserecipe","mushygreenpeasrecipe","greenpeaswithmintrecipe","lambhotpotrecipe"],
	tooltip:	repeat(T_MBF+",,",28*3),
	toolInfo:	repeat(TI_MBF+",,",28*3),
	appearance:	repeat("",7).concat([DZ_1H+"&malledhrimsword.jpg&malledhrim2sword.jpg",DZ_2H+"&malledhrimgsword.jpg&malledhrim2gsword.jpg",DZ_1H+"&malledhrimaxe.jpg&malledhrim2axe.jpg",DZ_2H+"&malledhrimgaxe.jpg&malledhrim2gaxe.jpg",DZ_1H+"&malledhrimdagger.jpg&malledhrim2dagger.jpg",DZ_2H+"malledhrimhalberd.jpg",DZ_1H+"&malledhrimmace.jpg&malledhrim2mace.jpg"]).concat(repeat(DZ_MAH+"&AMirkwoodF.jpg&AMirkwoodS.jpg&AMirkwoodB.jpg",6)),
	appInfo:	repeat("",7).concat([DZ_PG_MAL1H,DZ_PG_MAL2H,DZ_PG_MAL1H,DZ_PG_MAL2H,DZ_PG_MAL1H,DZ_PG_MAL2H,DZ_PG_MAL1H]).concat(repeat(DZ_PG_MAH,6)),
	intro:		"<p>You have to be <b>acquainted</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[3][5] = {
	type:		M_WIDE,
	name:		"sulbor",
	aliasFolder:	"",
	aliasName:	"",
	amount:		23,
	item:		["_minstrelswordthirdage61","_minstrelmacethirdage61","_minstreldaggerthirdage61","_minstrelclubthirdage61","_runekeeperstone1thirdage61","_runekeeperstone2thirdage61","_runekeeperstone3thirdage61","_wardenswordthirdage61","_wardenspearthirdage61","_wardenmacethirdage61","_wardenaxethirdage61","_wardendaggerthirdage61","_wardenhammerthirdage61","_wardenjavelinthirdage61","_wardenclubthirdage61","_burglartoolsthirdage61","_captainemblemthirdage61","_championrunethirdage61","_guardianbeltthirdage61","_loremasterbookthirdage61","_minstrelsongbookthirdage61","_runekeeperrunesatchelthirdage61","_loremasterstaffthirdage61"],
	tooltip:	repeat(T_MBF+",,",23*3),
	toolInfo:	repeat(TI_MBF+",,",23*3),
	appearance:	repeat(",",21).concat(["runekeeperrunesatchelthirdage61"]),
	intro:		"<p>You have to be <b>acquainted</b> with Malledhrim in order to access this NPC.</p><p>This is a combination of the third age items sold by Estellien in Echad Sirion and Mídhiel at The Haunted Inn. Both only need you to be <b>neutral</b> in order to access their lists.</p>"+V3B1
};
merchants[3][6] = {
	type:		M_WIDE,
	name:		"suldathar",
	aliasFolder:	"",
	aliasName:	"",
	amount:		12,
	item:		["glovesmastery","terchaim","brenweaim","hatvalar","bronwethol","tarchar","leggingsgoodfortune","leggingsguard","arambadanir","curucham","hauberkbear","amarcham"],
	tooltip:	repeat(T_MBF+",,",12*3),
	toolInfo:	repeat(TI_MBF+",,",12*3),
	appearance:	["glovesmastery","terchaim","brenweaim","hatvalar","bronwethol","tarchar","leggingsgoodfortune","leggingsguard","arambadanir","curucham","hauberkbear","amarcham"],
	intro:		merchants[3][2].intro
};

merchants[4] = new Array();	// Ost Galadh (South Cluster of Trainers)

merchants[4][0] = {
	type:		M_WIDE,
	name:		"bariel",
	aliasFolder:	"",
	aliasName:	"",
	amount:		12,
	item:		["shoesancienttongue","shouldersancienttongue","hatancienttongue","runelearnersrobe","runelearnerstrousers","runelearnersgloves","runemakersgloves","runemakersshoes","runemakerstrousers","runemakersrobe","runemakersshoulders","runemakershat"],
	tooltip:	repeat(T_MDG+",,",6*3).concat([T_DEHA,"","",T_DECO,"","",T_DERE,"","",T_DEST,"","",T_DEHE,"","",T_DESP,"",""]),
	toolInfo:	repeat(TI_MDG+",,",6*3).concat([TI_DEHA,"","",TI_DECO,"","",TI_DERE,"","",TI_DEST,"","",TI_DEHE,"","",TI_DESP,"",""]),
	appearance:	["ancienttonguearmour","ancienttonguearmour","ancienttonguearmour","ancienttonguerobe","ancienttonguearmour","ancienttonguearmour","runemakersarmour","runemakersarmour","runemakersarmour","runemakersrobe","runemakersarmour","runemakersarmour"],
	intro:		"<p>Note that the three 'Rune-learner' items are the same items that can be bought in Lothlórien.</p><h4>Where are the other trainers?</h4><p>Please see the <a href=../about.htm?content=faqlotro>FAQ</a> for an answer.</p>"+V3B1
};
merchants[4][1] = {
	type:		M_WIDE,
	name:		"lassil",
	aliasFolder:	"",
	aliasName:	"",
	amount:		12,
	item:		["highwardensboots","highwardensshoulders","highwardenshelm","_jacketjavelin","_leggingsjavelin","_gauntletsjavelin","gauntletswallwarden","bootswallwarden","leggingswallwarden","jacketwallwarden","shoulderswallwarden","helmwallwarden"],
	tooltip:	repeat(T_MDG+",,",6*3).concat([T_DEHA,"","",T_DECO,"","",T_DERE,"","",T_DEST,"","",T_DEHE,"","",T_DESP,"",""]),
	toolInfo:	repeat(TI_MDG+",,",6*3).concat([TI_DEHA,"","",TI_DECO,"","",TI_DERE,"","",TI_DEST,"","",TI_DEHE,"","",TI_DESP,"",""]),
	appearance:	["highwardensarmour","highwardensarmour","highwardensarmour","armourjavelin","armourjavelin","armourjavelin"].concat(repeat("armourwallwarden",6)),
	intro:		"<p>Note that the three 'of the Javelin' items are the same items that can be bought in Lothlórien.</p><h4>Where are the other trainers?</h4><p>Please see the <a href=../about.htm?content=faqlotro>FAQ</a> for an answer.</p>"+V3B1
};

merchants[5] = new Array();	// Mithechad

merchants[5][0] = {
	type:		M_WIDE,
	name:		"eregriel",
	aliasFolder:	"",
	aliasName:	"",
	amount:		15,
	item:		["bootswisdom","bootsmastery","belendail","_steepedathelasessences","_steepedcelebrantsalves","_steepedmilkthistledraughts","_steepedlhinestaddraughts","_steepedhealingdraughts","_steepedconhuithdraughts","manadhrin","arangor","sidhgor","nestadranc","swiftpauldrons","pauldronsmight"],
	tooltip:	repeat(T_MBF+",,",15*3),
	toolInfo:	repeat(TI_MBF+",,",15*3),
	appearance:	["bootswisdom","bootsmastery","belendail","","","","","","","","","","nestadranc","swiftpauldrons","pauldronsmight"],
	intro:		"<p>You have to be <b>friend</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[5][1] = {
	type:		merchants[2][1].type,
	name:		"pennasdur",
	aliasFolder:	folder,
	aliasName:	"midhiel",
	amount:		merchants[2][1].amount,
	item:		merchants[2][1].item,
	tooltip:	merchants[2][1].tooltip,
	toolInfo:	merchants[2][1].toolInfo,
	appearance:	merchants[2][1].appearance,
	intro:		"<p>You have to be <b>friend</b> with Malledhrim in order to access this NPC.</p><p>This is exactly the same list as Mídhiel's list at The Haunted Inn, where you only need to be <b>neutral</b> in order to access it.</p>"+V3B1
};

merchants[6] = new Array();	// Thangúlhad

merchants[6][0] = {
	type:		M_WIDE,
	name:		"andidhiel",
	aliasFolder:	"",
	aliasName:	"",
	amount:		15,
	item:		["golchol","thaliongol","cloakking","helmexcellence","saelthol","golhar","_steepedathelasessences","_steepedcelebrantsalves","_steepedmilkthistledraughts","_steepedlhinestaddraughts","_steepedhealingdraughts","_steepedconhuithdraughts","hauberkspirit","ducham","hauberkvigilance"],
	tooltip:	repeat(T_MBF+",,",15*3),
	toolInfo:	repeat(TI_MBF+",,",15*3),
	appearance:	["golchol","thaliongol","cloakking","helmexcellence","saelthol","golhar","","","","","","","hauberkspirit","ducham","hauberkvigilance"],
	intro:		"<p>You have to be <b>friend</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[6][1] = {
	type:		M_WIDE,
	name:		"breglaw",
	aliasFolder:	"",
	aliasName:	"",
	amount:		16,
	item:		["_minstrelswordthirdage61","_minstrelmacethirdage61","_minstreldaggerthirdage61","_minstrelclubthirdage61","_runekeeperstone1thirdage61","_runekeeperstone2thirdage61","_runekeeperstone3thirdage61","_wardenswordthirdage61","_wardenspearthirdage61","_wardenmacethirdage61","_wardenaxethirdage61","_wardendaggerthirdage61","_wardenhammerthirdage61","_wardenjavelinthirdage61","_wardenclubthirdage61","_loremasterstaffthirdage61"],
	tooltip:	repeat(T_MBF+",,",16*3),
	toolInfo:	repeat(TI_MBF+",,",16*3),
	appearance:	[],
	intro:		"<p>You have to be <b>friend</b> with Malledhrim in order to access this NPC.</p><p>These are the same third age items sold by Estellien in Echad Sirion, where you only need to be <b>neutral</b> in order to access them.</p>"+V3B1
};
merchants[6][2] = {
	type:		M_WIDE,
	name:		"lantwen",
	aliasFolder:	"",
	aliasName:	"",
	amount:		23,
	item:		["minstrelswordthirdage63","minstrelmacethirdage63","minstreldaggerthirdage63","minstrelclubthirdage63","runekeeperstone1thirdage63","runekeeperstone2thirdage63","runekeeperstone3thirdage63","wardenswordthirdage63","wardenspearthirdage63","wardenmacethirdage63","wardenaxethirdage63","wardendaggerthirdage63","wardenhammerthirdage63","wardenjavelinthirdage63","wardenclubthirdage63","burglartoolsthirdage63","captainemblemthirdage63","championrunethirdage63","guardianbeltthirdage63","loremasterbookthirdage63","minstrelsongbookthirdage63","runekeeperrunesatchelthirdage63","loremasterstaffthirdage63"],
	tooltip:	repeat(T_MGE+","+T_MBF+",",23*3),
	toolInfo:	repeat(TI_MGE+","+TI_MBF+",",23*3),
	appearance:	[],
	intro:		"<p>You have to be <b>kindred</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[6][3] = {
	type:		M_WIDE,
	name:		"luillas",
	aliasFolder:	"",
	aliasName:	"",
	amount:		46,
	item:		["burglarswordthirdage63","burglarmacethirdage63","burglardaggerthirdage63","burglarclubthirdage63","captainswordthirdage63","captaingreatswordthirdage63","captainspearthirdage63","captainmacethirdage63","captainaxethirdage63","captaingreataxethirdage63","captaindaggerthirdage63","captainhalberdthirdage63","captainhammerthirdage63","captaingreathammerthirdage63","captaingreatclubthirdage63","captainclubthirdage63","championswordthirdage63","championgreatswordthirdage63","championspearthirdage63","championmacethirdage63","championaxethirdage63","championgreataxethirdage63","championdaggerthirdage63","championhammerthirdage63","championgreathammerthirdage63","championclubthirdage63","guardianswordthirdage63","guardiangreatswordthirdage63","guardianspearthirdage63","guardianmacethirdage63","guardianaxethirdage63","guardiangreataxethirdage63","guardiandaggerthirdage63","guardianhammerthirdage63","guardiangreathammerthirdage63","guardiangreatclubthirdage63","guardianclubthirdage63","hunterswordthirdage63","hunterspearthirdage63","huntermacethirdage63","hunteraxethirdage63","hunterdaggerthirdage63","hunterhammerthirdage63","hunterbowthirdage63","huntercrossbowthirdage63","hunterclubthirdage63"],
	tooltip:	repeat(T_MGE+","+T_MBF+",",46*3),
	toolInfo:	repeat(TI_MGE+","+TI_MBF+",",46*3),
	appearance:	[],
	intro:		merchants[6][2].intro
};
merchants[6][4] = {
	type:		M_WIDE,
	name:		"millaesil",
	aliasFolder:	"",
	aliasName:	"",
	amount:		10,
	item:		["elegantdress","exquisitedress","returnmirkwood","_scrollrenewal","_scrolldelving","elvenshadowmaster","elvendeadreaver","elvenverminslayer","elvenstonesmasher","smokeyblacksteed"],
	tooltip:	[T_MGE,T_MBF,"",T_MGE,T_MBF,"",T_MGE,"","",T_MGE,T_MBF,"",T_MGE,"","",T_MGE,T_MBF,"",T_MGE,T_MBF,"",T_MGE,T_MBF,"",T_MGE,T_MBF,"",T_MGE,"",""],
	toolInfo:	[TI_MGE,TI_MBF,"",TI_MGE,TI_MBF,"",TI_MGE,"","",TI_MGE,TI_MBF,"",TI_MGE,"","",TI_MGE,TI_MBF,"",TI_MGE,TI_MBF,"",TI_MGE,TI_MBF,"",TI_MGE,TI_MBF,"",TI_MGE,"",""],
	appearance:	["elegantdress","exquisitedress","","","","","","","","smokeyblacksteed"],
	intro:		"<p>You have to be <b>kindred</b> with Malledhrim in order to access this NPC.</p>"+V3B1
};
merchants[6][5] = {
	type:		merchants[1][0].type,
	name:		"ronhel",
	aliasFolder:	folder,
	aliasName:	"bregedmor",
	amount:		merchants[1][0].amount,
	item:		merchants[1][0].item,
	tooltip:	merchants[1][0].tooltip,
	toolInfo:	merchants[1][0].toolInfo,
	appearance:	merchants[1][0].appearance,
	intro:		"<p>You have to be <b>friend</b> with Malledhrim in order to access this NPC.</p><p>This is exactly the same list as Bregedmor's list in Echad Sirion, where you only need to be <b>neutral</b> in order to access it.</p>"+V3B1
};
