
/*
 * Lord of the Rings Online section
 * http://chordian.net
 *
 * Data for The Shire
 *
 * THIS FILE MUST BE SAVED AS UTF-8!
 *
 */

var folder = "shire";		// ***** Hubs *****
var starthub = 1;

hubs[0].job = 		["Saffron Proudfoot","Betony Diggins","Mundo Hornblower","Adelgar Brandybuck","Clover Took","Garnet Brockhouse","Andy Smallburrow","Bert Cotton","Gentian Bolger","Gabby Burrows","Bungo Bolger","Tulip Goodbody"];

hubs[1] = {
	hubName:	"mathomsociety",
	prettyName:	"Michel Delving (Mathom Society)",
	amount:		3,
	npc:		["Baldwin Foxtail","Bungo Puddifoot","Maneser Goodbody"],
	job:		["The Mathom Society","The Mathom Society","The Mathom Society"]
};
				// ***** Merchants *****

merchants[0][0].name	= "saffronproudfoot";	// Cosmetics
merchants[0][1].name	= "betonydiggins";	// Crafting
merchants[0][2].name	= "mundohornblower";	// Curiosities
merchants[0][3].name	= "adelgarbrandybuck";	// Heavy Armour
merchants[0][4].name	= "clovertook";		// Jewellery and Cloaks
merchants[0][5].name	= "garnetbrockhouse";	// Legendary Items
merchants[0][6].name	= "andysmallburrow";	// Light Armour
merchants[0][7].name	= "bertcotton";		// Medium Armour
merchants[0][8].name	= "gentianbolger";	// Provisions
merchants[0][9].name	= "gabbyburrows";	// Skirmish Captain
merchants[0][10].name	= "bungobolger";	// Skirmish Exchange
merchants[0][11].name	= "tulipgoodbody";	// Weapons

merchants[1] = new Array();	// Michel Delving (Mathom Society)

merchants[1][0] = {
	type:		M_SHOP,
	name:		"baldwin",
	aliasFolder:	"",
	aliasName:	"",
	amount:		3,
	item:		["honeyroastedchickenrecipe","seasonedbeefcauliflowerrecipe","strawberrydessertwinerecipe"],
	appearance:	[],
	intro:		"<p>These recipes are used to gain more reputation with the Mathom Society.</p>"+V3B1
};
merchants[1][1] = {
	type:		M_SHOP,
	name:		"bungo",
	aliasFolder:	"",
	aliasName:	"",
	amount:		3,
	item:		["tombombadiltheme","largetent","mushroomgrowingtent"],
	appearance:	["","largetent","mushroomgrowingtent"],
	intro:		"<p>You have to be <b>ally</b> with the Mathom Society in order to access this NPC. He is in the cellar.</p><p>Bungo sells a ton of items, most of which are common. Only the ones listed here are unique.</p>"+V3B1
};
merchants[1][2] = {
	type:		M_SHOP,
	name:		"maneser",
	aliasFolder:	"",
	aliasName:	"",
	amount:		13,
	item:		["awardhobbitvirtue","butterknife","heavycastironfryingpan","hobbitkegdecorationrecipe","largefeastingtabledecorationrecipe","mathomlongsleeveddress","mathomlongsleevedtunicpants","pitchfork","prizedmailbag","shovel","smallfeastingtabledecorationrecipe","specimenjarfireflies","tometurtle"],
	appearance:	["","butterknife","heavycastironfryingpan","woodenkeg","largefeastingtable","mathomlongsleeveddress","mathomlongsleevedtunicpants","pitchfork","","shovel","smallfeastingtable","specimenjarfireflies"],
	intro:		"<p>You have to be <b>acquainted</b> with the Mathom Society in order to enter the house. Maneser is standing by the fireplace inside.</p>"+V3B1
};
