//CONSTRUCTOR

function RewardItem(playerFaction, itemName, itemIcon, itemMoneyPrice, itemHonorPrice, itemTokenPrice, itemCost, itemStats, itemHTML)
{													//Constructor for RewardItem datatype; accepts up to 7 arguments
  this.playerFaction	 		= playerFaction;					//string variable, can be "alliance", "horde" or "both"
  this.itemName		 	 			= itemName;								//string variable, contains the name shown in the rewards list
  this.itemIcon		 	 			= itemIcon;								//string variable, contains path to item icon to be used
  this.itemMoneyPrice			=	itemMoneyPrice;
  this.itemHonorPrice		 	= itemHonorPrice;					//how much the item costs, in HONOR POINTS
  this.itemTokenPrice			= itemTokenPrice;
  this.itemCost						= itemCost;
	this.itemStats		 			= itemStats;							//Array
  this.itemHTML			 			= itemHTML;								//string variable, contains the HTML code for the item
}

tokenIcons = new Array("sporeggar","arathi","nether","warsong");
//(thisObject.itemTokenPrice) ? processPrice(thisObject.itemHonorPrice[thisBracket],thisObject.itemTokenPrice[thisBracket]) : 
function selectBracket(thisObject,thisBracket)
{
  if (thisBracket >= 0)
  {
    if (thisObject.itemStats[thisBracket])
		{
			thisObject.itemCost = generateCostString(thisObject,thisBracket);
			thisObject.itemHTML = thisObject.itemStats[thisBracket];
		}
    else
		{
			thisObject.itemHTML = "none";
			thisObject.itemCost = "none";
			//selectBracket(thisObject,thisBracket-1);
		}
  }
}

function generateCostString(thisObject,thisBracket)
{
	outPutString = "";
	if(thisObject.itemMoneyPrice && thisObject.itemMoneyPrice[thisBracket])
	{
		copperPart = thisObject.itemMoneyPrice[thisBracket];
		goldPart = Math.floor(copperPart / 10000);
		if (goldPart >= 1) copperPart -= goldPart * 10000;
		silverPart = Math.floor(copperPart / 100);
		if (silverPart >= 1) copperPart -= silverPart * 100;
		if (goldPart > 0) outPutString += goldPart+"<img src='http://wowimg.the9.com/images_wow/gameinfo/factions/icons/gold.gif'>&nbsp;";
		if (silverPart > 0) outPutString += silverPart+"<img src='http://wowimg.the9.com/images_wow/gameinfo/factions/icons/silver.gif'>&nbsp;";
		if (copperPart > 0) outPutString += copperPart+"<img src='http://wowimg.the9.com/images_wow/gameinfo/factions/icons/copper.gif'>&nbsp;";
	}
	if(thisObject.itemHonorPrice && thisObject.itemHonorPrice[thisBracket])
	{
		outPutString += thisObject.itemHonorPrice[thisBracket]+"<img src='http://wowimg.the9.com/images_wow/gameinfo/factions/icons/"+thisObject.playerFaction+"-honor.gif'>&nbsp;";
	}
	if(thisObject.itemTokenPrice && thisObject.itemTokenPrice[thisBracket])
	{
		for(carl=0; carl<thisObject.itemTokenPrice[thisBracket].length; carl++)
		{
			if (thisObject.itemTokenPrice[thisBracket][carl] > 0) outPutString += thisObject.itemTokenPrice[thisBracket][carl]+"<img src='http://wowimg.the9.com/images_wow/gameinfo/factions/icons/"+tokenIcons[carl]+".gif'>&nbsp;";
		}
	}
	return outPutString;
}

//------BEGIN REWARDS DEFINITION------
i = 0;
var RewardItems = new Array();

var fDesignPotentFlameSpessarite = new RewardItem("alliance","图鉴：高能火榴石","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_06.gif");
fDesignPotentFlameSpessarite.itemMoneyPrice = new Array();
fDesignPotentFlameSpessarite.itemMoneyPrice[0] = 60000
fDesignPotentFlameSpessarite.itemStats = new Array();
fDesignPotentFlameSpessarite.itemStats[0] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">图鉴：高能火榴石</span>\
<br>拾取后绑定<br>需要 珠宝加工 (325)<br>需要 贫民窟 - 友善<br>\
<span class=\"myGreen\">使用：教你学会切割高能火榴石。</span><br>\
<br>\
<span class=\"myGreen\">高能火榴石</span>\
<br>+3 法术爆击等级, +4 法术伤害 <br>\
<span class=\"myYellow\">\"对应黄色或红色插槽。\"</span><br>\
<br>需要 火榴石</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fDesignPotentFlameSpessarite; ++i;

// Honor-----------

var fAuchenaiKey = new RewardItem("alliance","奥金尼钥匙","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Misc_Key_11.gif");
fAuchenaiKey.itemMoneyPrice = new Array();
fAuchenaiKey.itemMoneyPrice[1] = 100000
fAuchenaiKey.itemStats = new Array();
fAuchenaiKey.itemStats[1] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">奥金尼钥匙<br>拾取后绑定<br>唯一<br>需要 贫民窟 - 尊敬<br>\
<span class=\"myYellow\">\"允许你进入英雄难度的奥金顿地下城。\"</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fAuchenaiKey; ++i;

var fGlyphofChromaticWarding = new RewardItem("alliance","多彩防护雕文","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/spell_holy_pureofheart.gif");
fGlyphofChromaticWarding.itemMoneyPrice = new Array();
fGlyphofChromaticWarding.itemMoneyPrice[1] = 250000
fGlyphofChromaticWarding.itemStats = new Array();
fGlyphofChromaticWarding.itemStats[1] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">多彩防护雕文</span>\
<br>拾取后绑定<br>需要等级 70<br>需要 贫民窟 - 尊敬<br>\
<span class=\"myGreen\">使用：永久性地为一件头部装备附加所有抗性提高8点的效果。无法与其它附加于指定装备的魔法效果重叠。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fGlyphofChromaticWarding; ++i;

var fGlyphOfShadowWarding = new RewardItem("alliance","暗影防护雕文","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/Spell_Shadow_SealOfKings.gif");
fGlyphOfShadowWarding.itemMoneyPrice = new Array();
fGlyphOfShadowWarding.itemMoneyPrice[1] = 1000000
fGlyphOfShadowWarding.itemStats = new Array();
fGlyphOfShadowWarding.itemStats[1] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">暗影防护雕文</span>\
<br>拾取后绑定<br>需要等级 70<br>需要 贫民窟 - 尊敬<br>\
<span class=\"myGreen\">使用：永久性地为一件头部装备附加暗影抗性提高20点的效果。无法与其它附加于指定装备的魔法效果重叠。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fGlyphOfShadowWarding; ++i;

var fPatternCloakOfArcaneEvasion = new RewardItem("alliance","图样：奥术闪避披风","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_03.gif");
fPatternCloakOfArcaneEvasion.itemMoneyPrice = new Array();
fPatternCloakOfArcaneEvasion.itemMoneyPrice[1] = 60000
fPatternCloakOfArcaneEvasion.itemStats = new Array();
fPatternCloakOfArcaneEvasion.itemStats[1] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">图样：奥术闪避披风<br>拾取后绑定<br>需要 裁缝 (350)<br>需要 贫民窟 - 尊敬<br>\
<span class=\"myGreen\">使用：教你学会缝制奥术闪避披风。</span><br>\
<br>\
<span class=\"myBlue\">奥术闪避披风</span>\
<br>装备后绑定<br>背部<br>76点护甲<br>+12 耐力<br>+32 奥术抗性<br>需要等级 69<br>\
<br>需要 魔化灵纹布卷(4), 源生法力(3), 源生生命(3), 灵网蜘蛛丝(2)\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fPatternCloakOfArcaneEvasion; ++i;

var fEnchantRingStats = new RewardItem("alliance","公式：附魔戒指 - 属性","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/recipe.gif");
fEnchantRingStats.itemMoneyPrice = new Array();
fEnchantRingStats.itemMoneyPrice[1] = 200000
fEnchantRingStats.itemStats = new Array();
fEnchantRingStats.itemStats[1] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\公式：附魔戒指 - 属性\
<br>拾取后绑定<br>需要 附魔 (375)<br>需要 贫民窟 - 尊敬<br>\
<span class=\"myGreen\">使用：教你学会永久性地为一只戒指附魔，使它获得所有属性+4的效果。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fEnchantRingStats; ++i;

// Revered-----------------------

var fDesignFelsteelBoar = new RewardItem("alliance","图鉴：魔钢野猪","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_05.gif");
fDesignFelsteelBoar.itemMoneyPrice = new Array();
fDesignFelsteelBoar.itemMoneyPrice[2] = 120000
fDesignFelsteelBoar.itemStats = new Array();
fDesignFelsteelBoar.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">图鉴：魔钢野猪</span>\
<br>拾取后绑定<br>需要 珠宝加工 (370)<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：教你学会切割魔钢野猪。</span><br>\
<br>\
<span class=\"myBlue\">雕像 - 魔钢野猪</span>\
<br>拾取后绑定<br>唯一<br>饰品<br>需要等级 70<br>\
<span class=\"myGreen\">装备：攻击强度提高68点。</span><br>\
<span class=\"myGreen\">使用：召唤一只魔钢野猪为你战斗，持续30秒。</span>\
<br><br>需要 魔钢锭(8), 血榴石(2), 源生之土(4)</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fDesignFelsteelBoar; ++i;

var fDesignPendantOfThawing = new RewardItem("alliance","图鉴：融雪坠饰","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_05.gif");
fDesignPendantOfThawing.itemMoneyPrice = new Array();
fDesignPendantOfThawing.itemMoneyPrice[2] = 120000
fDesignPendantOfThawing.itemStats = new Array();
fDesignPendantOfThawing.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">图鉴：融雪坠饰</span>\
<br>拾取后绑定<br>需要 珠宝加工 (360)<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：教你学会切割融雪坠饰。</span><br>\
<br>\
<span class=\"myBlue\">融雪坠饰</span>\
<br>装备后绑定<br>颈部<br>+18 耐力<br>+30 冰霜抗性<br>需要等级 70<br>\
<span class=\"myGreen\">使用：为附近的所有队友吸收900到2700点冰霜伤害。持续5分钟。（1小时冷却时间）</span>\
<br>10 次<br>\
<br>需要 魔钢锭(2), 源生火焰(6), 源生之水(4), 水银精金</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fDesignPendantOfThawing; ++i;

var fFallingStar = new RewardItem("alliance","图鉴：坠星石","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_05.gif");
fFallingStar.itemMoneyPrice = new Array();
fFallingStar.itemMoneyPrice[2] = 120000
fFallingStar.itemStats = new Array();
fFallingStar.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\图鉴：坠星石\
<br>拾取后绑定<br>需要 珠宝加工 (360)<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：教你学会切割坠星石。</span><br>\
<br>\
<span class=\"myPurple\">坠星石</span>\
<br>拾取后绑定<br>唯一<br>+18 耐力<br>\
<span class=\"myYellow\">\"对应蓝色插槽。镶嵌此宝石将使其变为绑定物品。\"</span><br>\
<br>需要 艾露恩之星</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fFallingStar; ++i;

var fRecipeElixirOfMajorShadowPower = new RewardItem("alliance","配方：特效暗影能量药剂","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_06.gif");
fRecipeElixirOfMajorShadowPower.itemMoneyPrice = new Array();
fRecipeElixirOfMajorShadowPower.itemMoneyPrice[2] = 80000
fRecipeElixirOfMajorShadowPower.itemStats = new Array();
fRecipeElixirOfMajorShadowPower.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">配方：特效暗影能量药剂</span>\
<br>拾取后绑定<br>需要 炼金术 (350)<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：教你学会配制特效暗影能量药剂。</span><br>\
<br>特效暗影能量药剂<br>需要等级 60<br>\
<span class=\"myGreen\">使用：提高暗影法术伤害最多55点，持续1小时。战斗药剂。</span>\
<br><br>需要 远古苔, 噩梦藤, 灌魔之瓶</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fRecipeElixirOfMajorShadowPower; ++i;

var fQuiverofaThousandFeathers = new RewardItem("alliance","图样：千羽箭袋","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_03.gif");
fQuiverofaThousandFeathers.itemMoneyPrice = new Array();
fQuiverofaThousandFeathers.itemMoneyPrice[2] = 160000
fQuiverofaThousandFeathers.itemStats = new Array();
fQuiverofaThousandFeathers.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\图样：千羽箭袋\
<br>拾取后绑定<br>需要 制皮 (350)<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：教你学会制作千羽箭袋。</span><br>\
<br><span class=\"myBlue\">千羽箭袋</span>\
<br>拾取后绑定<br>24格箭袋<br>需要等级 70<br>\
<span class=\"myGreen\">使用：提高远程攻击速度15%。</span>\
<br><br>需要 重结缔皮(8), 轻羽毛(99), 源生空气(2), 源生虚空</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fQuiverofaThousandFeathers; ++i;

var fGlyphOfTheOutcast = new RewardItem("alliance","流放者雕文","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/Ability_Rogue_MasterOfSubtl.gif");
fGlyphOfTheOutcast.itemMoneyPrice = new Array();
fGlyphOfTheOutcast.itemMoneyPrice[2] = 1000000
fGlyphOfTheOutcast.itemStats = new Array();
fGlyphOfTheOutcast.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">流放者雕文</span>\
<br>拾取后绑定<br>需要等级 70<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">使用：永久性地为一件头部装备附加力量提高17点、智力提高16点的效果。无法与其它附加于指定装备的魔法效果重叠。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fGlyphOfTheOutcast; ++i;

var fLeggingsOfTheSkettisExile = new RewardItem("alliance","斯克提斯流放者护腿","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Pants_Cloth_09.gif");
fLeggingsOfTheSkettisExile.itemMoneyPrice = new Array();
fLeggingsOfTheSkettisExile.itemMoneyPrice[2] = 174403
fLeggingsOfTheSkettisExile.itemStats = new Array();
fLeggingsOfTheSkettisExile.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">斯克提斯流放者护腿</span>\
<br>拾取后绑定<br>腿部<span class=\"myRight\">布甲</span>\
<br>136点护甲<br>+33 智力<br>+33 精神<br>耐久度 65 / 65<br>需要等级 70<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">装备：提高所有法术和魔法效果所造成的伤害和治疗效果，最多39点。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fLeggingsOfTheSkettisExile; ++i;

var fSalvagersHauberk = new RewardItem("alliance","救助者的胸甲","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Chest_Plate09.gif");
fSalvagersHauberk.itemMoneyPrice = new Array();
fSalvagersHauberk.itemMoneyPrice[2] = 260629
fSalvagersHauberk.itemStats = new Array();
fSalvagersHauberk.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">救助者的胸甲</span>\
<br>拾取后绑定<br>胸部<span class=\"myRight\">锁甲</span>\
<br>652点护甲<br>+49 耐力<br>耐久度 120 / 120<br>需要等级 70<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">装备：爆击等级提高33。</span><br>\
<span class=\"myGreen\">装备：攻击强度提高66点。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fSalvagersHauberk; ++i;

var fLowerCityPrayerbook = new RewardItem("alliance","贫民窟祈祷之书","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Misc_Book_11.gif");
fLowerCityPrayerbook.itemMoneyPrice = new Array();
fLowerCityPrayerbook.itemMoneyPrice[2] = 175952
fLowerCityPrayerbook.itemStats = new Array();
fLowerCityPrayerbook.itemStats[2] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">贫民窟祈祷之书</span>\
<br>拾取后绑定<br>饰品<br>需要等级 70<br>需要 贫民窟 - 崇敬<br>\
<span class=\"myGreen\">装备：使法术治疗效果提高最多70点，法术伤害效果提高最多24点。</span><br>\
<span class=\"myGreen\">使用：在接下来的15秒内，你每次施放治疗法术的法力值消耗减少22点。</span>\
<br>\
<span class=\"myYellow\">\"这本书中写有多种不同宗教的祈祷之语。\"</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fLowerCityPrayerbook; ++i;

// Exalted--------------

var fEnchantCloakDodge = new RewardItem("alliance","公式：附魔披风 - 躲闪","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/recipe.gif");
fEnchantCloakDodge.itemMoneyPrice = new Array();
fEnchantCloakDodge.itemMoneyPrice[3] = 100000
fEnchantCloakDodge.itemStats = new Array();
fEnchantCloakDodge.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myBlue\">公式：附魔披风 - 躲闪</span>\
<br>拾取后绑定<br>需要 附魔 (300)<br>需要 贫民窟 - 崇拜<br>\
<span class=\"myGreen\">使用：教你学会给一条披风永久性地附魔，使装备它的角色获得躲闪等级+12的效果。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fEnchantCloakDodge; ++i;

var fRecipeFlaskOfChromaticResistance = new RewardItem("alliance","配方：多重抗性合剂","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Scroll_06.gif");
fRecipeFlaskOfChromaticResistance.itemMoneyPrice = new Array();
fRecipeFlaskOfChromaticResistance.itemMoneyPrice[3] = 40000
fRecipeFlaskOfChromaticResistance.itemStats = new Array();
fRecipeFlaskOfChromaticResistance.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myGreen\">配方：多重抗性合剂</span>\
<br>需要 炼金术 (300)<br>需要 贫民窟 - 崇拜<br>\
<span class=\"myGreen\">使用：教你学会制作多重抗性合剂。</span><br>\
<br>多重抗性合剂<br>需要等级 50<br>\
<span class=\"myGreen\">使用：使你的所有魔法抗性提高25点，持续2小时。这种效果在死亡后仍可继续存在。战斗和守护药剂。</span>\
<br>\
<br>需要 冰盖草(7), 山鼠草(3), 黑莲花, 水晶瓶</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fRecipeFlaskOfChromaticResistance; ++i;

var fGavelOfUnearthedSecrets = new RewardItem("alliance","深藏秘密之锤","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Hammer_08.gif");
fGavelOfUnearthedSecrets.itemMoneyPrice = new Array();
fGavelOfUnearthedSecrets.itemMoneyPrice[3] = 504841
fGavelOfUnearthedSecrets.itemStats = new Array();
fGavelOfUnearthedSecrets.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myPurple\">深藏秘密之锤</span>\
<br>拾取后绑定<br>主手<span class=\"myRight\">锤</span>\
<br>45 - 178 伤害<span class=\"myRight\">速度 2.70</span>\
<br>( 每秒伤害 41.3 )<br>+24 耐力<br>+16 智力<br>耐久度 105 / 105<br>需要等级 70<br>需要 贫民窟 - 崇拜<br>\
<span class=\"myGreen\">装备：法术爆击等级提高15。</span><br>\
<span class=\"myGreen\">装备：提高所有法术和魔法效果所造成的伤害和治疗效果，最多159点。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fGavelOfUnearthedSecrets; ++i;

var fShapeshiftersSignet = new RewardItem("alliance","变形者的徽记","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Jewelry_Ring_41.gif");
fShapeshiftersSignet.itemMoneyPrice = new Array();
fShapeshiftersSignet.itemMoneyPrice[3] = 197528
fShapeshiftersSignet.itemStats = new Array();
fShapeshiftersSignet.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myPurple\">变形者的徽记</span>\
<br>拾取后绑定<br>唯一<br>手指<br>+25 敏捷<br>+18 耐力<br>需要等级 70<br>需要 贫民窟 - 崇拜<br>\
<span class=\"myGreen\">装备：精准等级提高20。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fShapeshiftersSignet; ++i;

var fTridentOfTheOutcastTribe = new RewardItem("alliance","流放部族之戟","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/INV_Spear_04.gif");
fTridentOfTheOutcastTribe.itemMoneyPrice = new Array();
fTridentOfTheOutcastTribe.itemMoneyPrice[3] = 2505080
fTridentOfTheOutcastTribe.itemStats = new Array();
fTridentOfTheOutcastTribe.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">\
<span class=\"myPurple\">流放部族之戟</span>\
<br>拾取后绑定<br>双手<span class=\"myRight\">长柄武器</span>\
<br>270 - 406 伤害<span class=\"myRight\">速度 3.20</span>\
<br>( 每秒伤害 105.6 )<br>+37 力量<br>+54 耐力<br>耐久度 120 / 120<br>需要等级 70<br>需要 贫民窟 - 崇拜<br>\
<span class=\"myGreen\">装备：命中等级提高36。</span>\
</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fTridentOfTheOutcastTribe; ++i;

var fLowerCityTabard = new RewardItem("alliance","贫民窟徽章","http://wowimg.the9.com/images_wow/gameinfo/factions/icons/stormpikebattletabard.gif");
fLowerCityTabard.itemMoneyPrice = new Array();
fLowerCityTabard.itemMoneyPrice[3] = 10000
fLowerCityTabard.itemStats = new Array();
fLowerCityTabard.itemStats[3] = "\
<table width=\"275\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
<tr>\
<td>\
<div class=\"myTable\">贫民窟徽章<br>拾取后绑定<br>唯一<br>公会徽章<br>需要 贫民窟 - 崇拜</div>\
</td>\
</tr>\
</table>\
";
RewardItems[i] = fLowerCityTabard; ++i;



//-------------------------------------------------------------------
//---Horde below







//------END REWARDS DEFINITION------
