diff --git a/dist/js/classes/player.min.js b/dist/js/classes/player.min.js index 41c62ee4..bccaa60f 100644 --- a/dist/js/classes/player.min.js +++ b/dist/js/classes/player.min.js @@ -1 +1 @@ -class Player{static getConfig(s){return{level:$('input[name="level"]').val(),race:$('select[name="race"]').val(),aqbooks:"Yes"==$('select[name="aqbooks"]').val(),reactionmin:parseInt($('input[name="reactionmin"]').val()),reactionmax:parseInt($('input[name="reactionmax"]').val()),adjacent:parseInt($('input[name="adjacent"]').val()),mode:globalThis.mode,spellqueueing:"Yes"==$('select[name="spellqueueing"]').val(),target:{level:parseInt($('input[name="targetlevel"]').val()),basearmor:parseInt($('select[name="targetbasearmor"]').val()||$('input[name="targetcustomarmor"]').val()),defense:5*parseInt($('input[name="targetlevel"]').val()),resistance:parseInt($('input[name="targetresistance"]').val()),speed:1e3*parseFloat($('input[name="targetspeed"]').val()),mindmg:parseInt($('input[name="targetmindmg"]').val()),maxdmg:parseInt($('input[name="targetmaxdmg"]').val()),bleedreduction:$('select[name="bleedreduction"]').val()}}}constructor(s,t,e,a){if(a||(a=Player.getConfig()),this.rage=0,this.ragemod=1,this.level=a.level,this.rageconversion=.0091107836*this.level*this.level+3.225598133*this.level+4.2652911,25==this.level&&(this.rageconversion=82.25),40==this.level&&(this.rageconversion=140.5),this.agipercrit=this.getAgiPerCrit(this.level),this.timer=0,this.itemtimer=0,this.dodgetimer=0,this.crittimer=0,this.critdmgbonus=0,this.mainspelldmg=1,this.extraattacks=0,this.batchedextras=0,this.nextswinghs=!1,this.nextswingcl=!1,this.freeslam=!1,this.ragecostbonus=0,this.race=a.race,this.aqbooks=a.aqbooks,this.reactionmin=a.reactionmin,this.reactionmax=a.reactionmax,this.adjacent=a.adjacent,this.spelldamage=0,this.target=a.target,this.mode=a.mode,this.bleedmod=parseFloat(this.target.bleedreduction),this.spellqueueing=a.spellqueueing,this.target.misschance=this.getTargetSpellMiss(),this.target.mitigation=this.getTargetSpellMitigation(),this.target.binaryresist=this.getTargetSpellBinaryResist(),this.base={ap:0,agi:0,str:0,hit:0,crit:0,spellcrit:0,skill_0:5*this.level,skill_1:5*this.level,skill_2:5*this.level,skill_3:5*this.level,skill_4:5*this.level,skill_5:5*this.level,skill_6:5*this.level,skill_7:this.level<35?225:300,haste:1,strmod:1,agimod:1,dmgmod:1,spelldmgmod:1,moddmgdone:0,moddmgtaken:0,apmod:1,baseapmod:1,resist:{shadow:0,arcane:0,nature:0,fire:0,frost:0},block:0,defense:0},1==e?(this.testEnch=s,this.testEnchType=t):2==e?(this.testTempEnch=s,this.testTempEnchType=t):3==e?0==t?this.base.ap+=s:1==t?this.base.crit+=s:2==t?this.base.hit+=s:3==t?this.base.str+=s:4==t&&(this.base.agi+=s):(this.testItem=s,this.testItemType=t),this.stats={},this.auras={},this.spells={},this.items=[],this.addRace(),this.addTalents(),this.addGear(),this.mh){if(this.addSets(),this.addEnchants(),this.addTempEnchants(),this.preAddRunes(),this.addBuffs(),this.addSpells(s),this.addRunes(),this.initStances(),this.talents.flurry&&(this.auras.flurry=new Flurry(this)),this.talents.deepwounds&&"classic"!==this.mode&&(this.auras.deepwounds="sod"==this.mode?new DeepWounds(this):new OldDeepWounds(this)),this.adjacent&&this.talents.deepwounds&&"classic"!==this.mode)for(let s=2;s<=this.adjacent+1;s++)this.auras["deepwounds"+s]="sod"==this.mode?new DeepWounds(this,null,s):new OldDeepWounds(this,null,s);this.spells.bloodrage&&(this.auras.bloodrage=new BloodrageAura(this)),this.spells.berserkerrage&&(this.auras.berserkerrage=new BerserkerRageAura(this)),this.spells.shieldslam&&(this.auras.defendersresolve=new DefendersResolve(this)),("def"==this.basestance||"glad"==this.basestance)&&this.spells.sunderarmor&&this.devastate&&this.shield&&(this.spells.sunderarmor.devastate=!0,this.spells.sunderarmor.nocrit=!1),this.update(),this.oh&&(this.oh.timer=Math.round(1e3*this.oh.speed/this.stats.haste/2))}}initStances(){this.stance=this.basestance,this.auras.battlestance=new BattleStance(this),this.auras.berserkerstance=new BerserkerStance(this),this.auras.defensivestance=new DefensiveStance(this),this.auras.gladiatorstance=new GladiatorStance(this),"battle"==this.basestance&&(this.auras.battlestance.timer=1),"zerk"==this.basestance&&(this.auras.berserkerstance.timer=1),"def"==this.basestance&&(this.auras.defensivestance.timer=1),"glad"==this.basestance&&(this.auras.gladiatorstance.timer=1)}addRace(){for(let s of levelstats){let t;"Human"==this.race&&(t="1"),"Orc"==this.race&&(t="2"),"Dwarf"==this.race&&(t="3"),"Night Elf"==this.race&&(t="4"),"Undead"==this.race&&(t="5"),"Tauren"==this.race&&(t="6"),"Gnome"==this.race&&(t="7"),"Troll"==this.race&&(t="8");let e=s.split(",");e[0]==t&&e[2]==this.level&&(this.base.aprace=3*this.level-20,this.base.ap+=3*this.level-20,this.base.str+=parseInt(e[3]),this.base.agi+=parseInt(e[4]),this.base.skill_0+="1"==t?5:0,this.base.skill_1+="1"==t?5:0,this.base.skill_2+=0,this.base.skill_3+="2"==t?5:0)}}addTalents(){this.talents={};for(let s in talents)for(let t of talents[s].t)this.talents=Object.assign(this.talents,t.aura(t.c));this.talents.defense&&(this.base.defense+=this.talents.defense)}addGear(){for(let type in gear)for(let item of gear[type])if(this.testItemType==type&&this.testItem==item.id||this.testItemType!=type&&item.selected){for(let s in this.base)if("haste"==s)this.base.haste*=1+item.haste/100||1;else if("object"==typeof item[s])for(let t in item[s])this.base[s][t]+=item[s][t]||0;else item[s]&&(this.base[s]+=item[s]||0);if(item.skill&&item.skill>0)if("Varied"==item.type)this.base.skill_1+=item.skill,this.base.skill_2+=item.skill,this.base.skill_3+=item.skill;else if("FistMace"==item.type)this.base.skill_0+=item.skill,this.base.skill_4+=item.skill;else{let s=WEAPONTYPE[item.type.replace(" ","").toUpperCase()];this.base["skill_"+s]+=item.skill}if(item.d&&(this.base.defense+=item.d),"mainhand"!=type&&"offhand"!=type&&"twohand"!=type||this.addWeapon(item,type),item.proc&&item.proc.chance&&("trinket1"==type||"trinket2"==type)){let proc={};proc.chance=100*item.proc.chance,proc.extra=item.proc.extra,proc.magicdmg=item.proc.dmg,proc.cooldown=item.proc.cooldown,item.spell&&(this.auras[item.proc.spell.toLowerCase()]=eval("new "+item.proc.spell+"(this)"),proc.spell=this.auras[item.proc.spell.toLowerCase()]),this["trinketproc"+(this.trinketproc1?2:1)]=proc}else if(item.proc&&item.proc.chance){let proc={};proc.chance=100*item.proc.chance,item.proc.dmg&&(proc.magicdmg=item.proc.dmg),item.proc.spell&&(this.auras[item.proc.spell.toLowerCase()]=eval("new "+item.proc.spell+"(this)"),proc.spell=this.auras[item.proc.spell.toLowerCase()]),this.attackproc2&&console.log("Warning! overlapping attack procs!"),this.attackproc1?this.attackproc2=proc:this.attackproc1=proc}21189==item.id&&(this.base.moddmgdone+=4),19968==item.id&&(this.base.moddmgdone+=2),215166==item.id&&(this.base.moddmgdone+=3),this.items.push(item.id)}if(this.mh&&this.mh.twohand)for(let s in gear)for(let t of gear[s])if(!("hands"!=s&"waist"!=s&&"head"!=s)&&(this.testItemType==s&&this.testItem==t.id||this.testItemType!=s&&t.selected)&&t.skill&&t.skill>0)if("Varied"==t.type)this.base.skill_1-=t.skill,this.base.skill_2-=t.skill,this.base.skill_3-=t.skill;else if("Varied2H"==t.type)this.base.skill_0+=t.skill,this.base.skill_1+=t.skill,this.base.skill_3+=t.skill;else if("FistMace"==t.type)this.base.skill_0-=t.skill,this.base.skill_4-=t.skill;else{let s=WEAPONTYPE[t.type.replace(" ","").toUpperCase()];this.base["skill_"+s]-=t.skill}}addWeapon(s,t){let e,a;for(let s of enchant[t])s.temp||(this.testEnchType==t&&this.testEnch==s.id?e=s:this.testEnchType!=t&&s.selected&&(e=s));for(let s of enchant[t])s.temp&&(this.testTempEnchType==t&&this.testTempEnch==s.id?a=s:this.testTempEnchType!=t&&s.selected&&(a=s));"mainhand"==t&&(this.mh=new Weapon(this,s,e,a,!1,!1)),"offhand"==t&&"Shield"!=s.type&&(this.oh=new Weapon(this,s,e,a,!0,!1)),"offhand"==t&&"Shield"==s.type&&(this.shield=s),"twohand"==t&&(this.mh=new Weapon(this,s,e,a,!1,!0))}addEnchants(){for(let s in enchant)for(let t of enchant[s])if(!t.temp&&(this.testEnchType==s&&this.testEnch==t.id||this.testEnchType!=s&&t.selected))for(let s in this.base)if("haste"==s)this.base.haste*=1+t.haste/100||1;else if("object"==typeof t[s])for(let e in t[s])this.base[s][e]+=t[s][e]||0;else t[s]&&(this.base[s]+=t[s]||0)}addTempEnchants(){for(let s in enchant)for(let t of enchant[s])if(t.temp&&("mainhand"!=s&&"twohand"!=s||!this.mh.windfury)&&(this.testTempEnchType==s&&this.testTempEnch==t.id||this.testTempEnchType!=s&&t.selected))for(let s in this.base)if("haste"==s)this.base.haste*=1+t.haste/100||1;else if("object"==typeof t[s])for(let e in t[s])this.base[s][e]+=t[s][e]||0;else t[s]&&(this.base[s]+=t[s]||0)}preAddRunes(){if("undefined"!=typeof runes)for(let s in runes)for(let t of runes[s])t.selected&&(t.focusedrage&&(this.ragecostbonus=3),t.precisetiming&&(this.precisetiming=t.precisetiming))}addRunes(){if("undefined"!=typeof runes)for(let s in runes)for(let t of runes[s])t.selected&&(t.bloodfrenzy&&(this.bloodfrenzy=t.bloodfrenzy),t.ragemod&&(this.ragemod=(this.ragemod||1)*t.ragemod),t.haste2h&&this.mh.twohand&&(this.base.haste*=1+t.haste2h/100||1),t.furiousthunder&&(this.furiousthunder=t.furiousthunder),t.dmgdw&&this.oh&&(this.base.dmgmod*=1+t.dmgdw/100||1),t.devastate&&(this.devastate=t.devastate),t.bloodsurge&&(this.bloodsurge=t.bloodsurge),t.swordboard&&(this.swordboard=t.swordboard),t.wreckingcrew&&(this.wreckingcrew=t.wreckingcrew,this.auras.wreckingcrew=new WreckingCrew(this)),t.dmgshield&&this.shield&&(this.base.dmgmod*=1+t.dmgshield/100||1),t.tasteforblood&&(this.tasteforblood=t.tasteforblood),t.freshmeat&&(this.freshmeat=t.freshmeat,this.auras.freshmeat=new FreshMeat(this)),t.suddendeath&&(this.suddendeath=t.suddendeath,this.auras.suddendeath=new SuddenDeath(this)),t.singleminded&&(this.auras.singleminded=new SingleMinded(this)))}addSets(){for(let set of sets){let counter=0;for(let s of set.items)this.items.includes(s)&&counter++;if(0!=counter)for(let bonus of set.bonus)if(counter>=bonus.count){for(let s in bonus.stats)this.base[s]+=bonus.stats[s]||0;if(bonus.stats.procchance){let proc={};proc.chance=100*bonus.stats.procchance,bonus.stats.magicdmg&&(proc.magicdmg=bonus.stats.magicdmg),bonus.stats.procspell&&(this.auras[bonus.stats.procspell.toLowerCase()]=eval("new "+bonus.stats.procspell+"(this)"),proc.spell=this.auras[bonus.stats.procspell.toLowerCase()]),this.attackproc2&&console.log("Warning! overlapping attack procs!"),this.attackproc1?this.attackproc2=proc:this.attackproc1=proc}bonus.stats.enhancedbs&&(this.enhancedbs=!0),bonus.stats.extra&&(this.setextra=bonus.stats.extra),bonus.stats.switchrage&&(this.switchrage=bonus.stats.switchrage),bonus.stats.switchdelay&&(this.switchdelay=bonus.stats.switchdelay,this.auras.echoesstance=new EchoesStance(this)),bonus.stats.switchbonus&&(this.switchbonus=bonus.stats.switchbonus,this.auras.battleforecast=new BattleForecast(this),this.auras.berserkerforecast=new BerserkerForecast(this))}}}addBuffs(){this.target.basearmorbuffed=this.target.basearmor;for(let s of buffs)s.active&&s.improvedexposed&&(this.improvedexposed=!0),s.active&&"Expose Armor"==s.name&&(this.exposed=!0),s.active&&"Homunculi"==s.name&&(this.homunculi=!0);for(let s of buffs)if(s.active){let t=0,e=0,a=0;if("Blessing of Might"==s.name){let e=buffs.filter(s=>s.mightmod&&s.active)[0];t=~~(s.ap*(e?e.mightmod:1))}if("Mark of the Wild"==s.name){let t=buffs.filter(s=>s.motwmod&&s.active)[0];e=~~(s.str*(t?t.motwmod:1)),a=~~(s.agi*(t?t.motwmod:1))}if("vaelbuff"==s.group&&(this.vaelbuff=!0),"dragonbreath"==s.group&&(this.dragonbreath=!0),s.bleedmod&&(this.bleedmod*=s.bleedmod),s.armor&&(this.target.basearmorbuffed-=s.armor+("Expose Armor"==s.name&&this.improvedexposed?.5*s.armor:0)),s.armorperlevel&&(this.target.basearmorbuffed-=s.armorperlevel*this.level),"Faerie Fire"==s.name&&(this.faeriefire=!0),s.dmgshield&&this.shield&&(this.base.dmgmod*=1+s.dmgshield/100||1),s.voodoofrenzy&&(this.auras.voodoofrenzy=new VoodooFrenzy(this)),s.stance){this.basestance=s.stance,"glad"!=s.stance||this.shield||(this.basestance="battle"),"glad"==s.stance&&this.gladdmg&&(this.base.dmgmod*=1+this.gladdmg/100),"glad"!=this.basestance||this.target.speed||(this.ragemod=1.5);continue}"trueshot"==s.group&&"sod"==this.mode&&(s.ap=s.apsod),this.base.ap+=t||s.ap||0,this.base.agi+=a||s.agi||0,this.base.str+=e||s.str||0,this.base.crit+=s.crit||0,this.base.hit+=s.hit||0,this.base.spellcrit+=s.spellcrit||0,this.base.agimod*=1+s.agimod/100||1,this.base.strmod*=1+s.strmod/100||1,this.base.dmgmod*=1+s.dmgmod/100||1,this.base.spelldmgmod*=1+s.spelldmgmod/100||1,this.base.haste*=1+s.haste/100||1,this.base.moddmgdone+=s.moddmgdone||0,this.base.moddmgtaken+=s.moddmgtaken||0,this.base.defense+=s.defense||0,this.base.skill_0+="Human"==this.race?0:s.skill_0||0,this.base.skill_1+="Human"==this.race?0:s.skill_1||0,this.base.skill_2+=s.skill_2||0,this.base.skill_3+="Orc"==this.race?0:s.skill_3||0,this.base.skill_4+=s.skill_4||0,this.base.skill_5+=s.skill_5||0,this.base.skill_6+=s.skill_6||0,this.base.skill_7+=s.skill_7||0}this.target.basearmorbuffed=Math.max(this.target.basearmorbuffed,0),"undefined"!=typeof $&&$("#currentarmor").text(this.target.basearmorbuffed)}addSpells(testItem){this.preporder=[];for(let spell of spells)if(spell.item&&this.items.includes(spell.id)&&spell.id==testItem&&spell.id==testItem&&!spell.timetoendactive&&!spell.timetostartactive&&(219223==spell.id?spell.active=!0:spell.timetoendactive=!0),spell.active||spell.item&&this.items.includes(spell.id)&&(spell.timetoendactive||spell.timetostartactive)){if(!spell.aura&&this.mh.type==WEAPONTYPE.FISHINGPOLE)continue;if(spell.item&&!this.items.includes(spell.id))continue;spell.aura?this.auras[spell.classname.toLowerCase()]=eval(`new ${spell.classname}(this, ${spell.id})`):this.spells[spell.classname.toLowerCase()]=eval(`new ${spell.classname}(this, ${spell.id})`),this.preporder.push(spell)}this.preporder.sort((s,t)=>s.timetoend-t.timetoend)}reset(s){this.rage=s,this.timer=0,this.itemtimer=0,this.dodgetimer=0,this.crittimer=0,this.critdmgbonus=0,this.mainspelldmg=1,this.spelldelay=0,this.heroicdelay=0,this.mh.timer=0,this.oh&&(this.oh.timer=Math.round(1e3*this.oh.speed/this.stats.haste/2)),this.extraattacks=0,this.batchedextras=0,this.nextswinghs=!1,this.nextswingcl=!1,this.freeslam=!1;for(let s in this.spells)this.spells[s].timer=0,this.spells[s].stacks=0;for(let s in this.auras)this.auras[s].timer=0,this.auras[s].firstuse=!0,this.auras[s].stacks=0,this.auras[s].ticksleft&&(this.auras[s].ticksleft=0),this.auras[s].saveddmg&&(this.auras[s].saveddmg=0),this.auras[s].nexttick&&(this.auras[s].nexttick=0),this.auras[s].cooldowntimer&&(this.auras[s].cooldowntimer=0),this.auras[s].tfbstep&&(this.auras[s].tfbstep=-6e3);this.trinketproc1&&this.trinketproc1.usestep&&(this.trinketproc1.usestep=0),this.trinketproc2&&this.trinketproc2.usestep&&(this.trinketproc2.usestep=0),this.auras.deepwounds&&(this.auras.deepwounds.idmg=0),this.auras.deepwounds2&&(this.auras.deepwounds2.idmg=0),this.auras.deepwounds3&&(this.auras.deepwounds3.idmg=0),this.auras.deepwounds4&&(this.auras.deepwounds4.idmg=0),this.auras.rend&&(this.auras.rend.idmg=0),this.auras.weaponbleedmh&&(this.auras.weaponbleedmh.idmg=0),this.auras.weaponbleedoh&&(this.auras.weaponbleedoh.idmg=0),this.spells.fireball&&(this.spells.fireball.idmg=0),this.spells.gunaxe&&(this.spells.gunaxe.idmg=0),this.initStances(),this.update()}update(){this.updateAuras(),this.updateArmorReduction(),this.mh.glanceChance=this.getGlanceChance(this.mh),this.mh.miss=this.getMissChance(this.mh),this.mh.dwmiss=this.mh.miss,this.mh.dodge=this.getDodgeChance(this.mh),this.oh&&(this.mh.dwmiss=this.getDWMissChance(this.mh),this.oh.glanceChance=this.getGlanceChance(this.oh),this.oh.miss=this.getMissChance(this.oh),this.oh.dwmiss=this.getDWMissChance(this.oh),this.oh.dodge=this.getDodgeChance(this.oh))}updateAuras(){for(let s in this.base)this.stats[s]=this.base[s];for(let s in this.auras)if(this.auras[s].timer){for(let t in this.auras[s].stats)this.stats[t]+=this.auras[s].stats[t];for(let t in this.auras[s].mult_stats)this.stats[t]*=1+this.auras[s].mult_stats[t]/100}this.stats.str=~~(this.stats.str*this.stats.strmod),this.stats.agi=~~(this.stats.agi*this.stats.agimod),this.stats.ap+=2*this.stats.str,this.stats.crit+=this.stats.agi*this.agipercrit,this.crit=this.getCritChance(),this.stats.block=this.base.block+~~(this.stats.str/20),1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}getAgiPerCrit(s){return[.25,.2381,.2381,.2273,.2174,.2083,.2083,.2,.1923,.1923,.1852,.1786,.1667,.1613,.1563,.1515,.1471,.1389,.1351,.1282,.1282,.125,.119,.1163,.1111,.1087,.1064,.102,.1,.0962,.0943,.0926,.0893,.0877,.0847,.0833,.082,.0794,.0781,.0758,.0735,.0725,.0704,.0694,.0676,.0667,.0649,.0633,.0625,.061,.0595,.0588,.0575,.0562,.0549,.0543,.0532,.0521,.051,.05][parseInt(s)-1]}getTargetSpellMiss(){let s=100,t=this.target.level-this.level;return-2==t&&(s=200),-1==t&&(s=300),0==t&&(s=400),1==t&&(s=500),2==t&&(s=600),3==t&&(s=1700),4==t&&(s=2800),t>4&&(s=2800+1100*(t-4)),s}getTargetSpellMitigation(){return 1-this.target.resistance/(100*this.level)*15}getTargetSpellBinaryResist(){return parseInt(1e4-(1e4-this.target.misschance)*(1-.15*this.target.resistance/(100*this.level)))}updateStrength(){this.stats.str=this.base.str,this.stats.ap=this.base.ap,this.stats.apmod=this.base.apmod,this.stats.baseapmod=this.base.baseapmod;for(let s in this.auras)this.auras[s].timer&&(this.auras[s].stats.str&&(this.stats.str+=this.auras[s].stats.str),this.auras[s].stats.ap&&(this.stats.ap+=this.auras[s].stats.ap),this.auras[s].mult_stats.apmod&&(this.stats.apmod*=1+this.auras[s].mult_stats.apmod/100),this.auras[s].mult_stats.baseapmod&&(this.stats.baseapmod*=1+this.auras[s].mult_stats.baseapmod/100));this.stats.str=~~(this.stats.str*this.stats.strmod),this.stats.ap+=2*this.stats.str,this.stats.block=this.base.block+~~(this.stats.str/20),1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}updateAP(){this.stats.ap=this.base.ap,this.stats.apmod=this.base.apmod,this.stats.baseapmod=this.base.apmod;for(let s in this.auras)this.auras[s].timer&&this.auras[s].stats.ap&&(this.stats.ap+=this.auras[s].stats.ap),this.auras[s].timer&&this.auras[s].mult_stats.apmod&&(this.stats.apmod*=1+this.auras[s].mult_stats.apmod/100),this.auras[s].timer&&this.auras[s].mult_stats.baseapmod&&(this.stats.baseapmod*=1+this.auras[s].mult_stats.baseapmod/100);this.stats.ap+=2*this.stats.str,1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}updateHaste(){this.stats.haste=this.base.haste,this.auras.flurry&&this.auras.flurry.timer&&(this.stats.haste*=1+this.auras.flurry.mult_stats.haste/100),this.auras.berserking&&this.auras.berserking.timer&&(this.stats.haste*=1+this.auras.berserking.mult_stats.haste/100),this.auras.empyrean&&this.auras.empyrean.timer&&(this.stats.haste*=1+this.auras.empyrean.mult_stats.haste/100),this.auras.eskhandar&&this.auras.eskhandar.timer&&(this.stats.haste*=1+this.auras.eskhandar.mult_stats.haste/100),this.auras.pummeler&&this.auras.pummeler.timer&&(this.stats.haste*=1+this.auras.pummeler.mult_stats.haste/100),this.auras.spider&&this.auras.spider.timer&&(this.stats.haste*=1+this.auras.spider.mult_stats.haste/100),this.auras.voidmadness&&this.auras.voidmadness.timer&&(this.stats.haste*=1+this.auras.voidmadness.mult_stats.haste/100),this.auras.jackhammer&&this.auras.jackhammer.timer&&(this.stats.haste*=1+this.auras.jackhammer.mult_stats.haste/100),this.auras.ragehammer&&this.auras.ragehammer.timer&&(this.stats.haste*=1+this.auras.ragehammer.mult_stats.haste/100),this.auras.blisteringragehammer&&this.auras.blisteringragehammer.timer&&(this.stats.haste*=1+this.auras.blisteringragehammer.mult_stats.haste/100),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.timer&&(this.stats.haste*=1+this.auras.gyromaticacceleration.mult_stats.haste/100),this.auras.gneurological&&this.auras.gneurological.timer&&(this.stats.haste*=1+this.auras.gneurological.mult_stats.haste/100),this.auras.spicy&&this.auras.spicy.timer&&(this.stats.haste*=1+this.auras.spicy.mult_stats.haste/100),this.auras.echoesdread&&this.auras.echoesdread.timer&&(this.stats.haste*=1+this.auras.echoesdread.mult_stats.haste/100),this.auras.singleminded&&this.auras.singleminded.timer&&(this.stats.haste*=1+this.auras.singleminded.mult_stats.haste/100)}updateBonusDmg(){let s=0,t=0;this.auras.stoneslayer&&this.auras.stoneslayer.timer&&(s+=this.auras.stoneslayer.stats.moddmgdone),this.auras.zeal&&this.auras.zeal.timer&&(s+=this.auras.zeal.stats.moddmgdone),this.auras.zandalarian&&this.auras.zandalarian.timer&&(s+=this.auras.zandalarian.stats.moddmgdone),this.auras.relentlessstrength&&this.auras.relentlessstrength.timer&&(s+=this.auras.relentlessstrength.stats.moddmgdone),this.auras.blisteringragehammer&&this.auras.blisteringragehammer.timer&&(s+=this.auras.blisteringragehammer.stats.moddmgdone),this.auras.meltarmor&&this.auras.meltarmor.timer&&(t+=this.auras.meltarmor.stats.moddmgtaken),this.stats.moddmgdone=this.base.moddmgdone+s,this.stats.moddmgtaken=this.base.moddmgtaken+t,this.mh.bonusdmg=this.mh.basebonusdmg,this.oh&&(this.oh.bonusdmg=this.oh.basebonusdmg)}updateArmorReduction(){this.target.armor=this.target.basearmorbuffed,this.auras.annihilator&&this.auras.annihilator.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.annihilator.stacks*this.auras.annihilator.armor,0)),this.auras.rivenspike&&this.auras.rivenspike.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.rivenspike.stacks*this.auras.rivenspike.armor,0)),this.auras.vibroblade&&this.auras.vibroblade.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.vibroblade.armor,0)),this.auras.ultrasonic&&this.auras.ultrasonic.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.ultrasonic.armor,0)),this.auras.cleavearmor&&this.auras.cleavearmor.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.cleavearmor.armor,0)),this.auras.bonereaver&&this.auras.bonereaver.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.bonereaver.stacks*this.auras.bonereaver.armor,0)),this.auras.swarmguard&&this.auras.swarmguard.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.swarmguard.stacks*this.auras.swarmguard.armor,0)),this.armorReduction=this.getArmorReduction()}updateDmgMod(){this.stats.dmgmod=this.base.dmgmod,this.stats.spelldmgmod=this.base.spelldmgmod;for(let s in this.auras)this.auras[s].timer&&this.auras[s].mult_stats.dmgmod&&(this.stats.dmgmod*=1+this.auras[s].mult_stats.dmgmod/100)}getGlanceReduction(s){let t=this.target.defense-this.stats["skill_"+s.type],e=Math.max(Math.min(1.3-.05*t,.91),.01),a=Math.max(Math.min(1.2-.03*t,.99),.2);return Math.random()*(a-e)+e}getGlanceChance(s){return 10+2*Math.max(this.target.defense-Math.min(5*this.level,this.stats["skill_"+s.type]),0)}getMissChance(s){let t=this.target.defense-this.stats["skill_"+s.type],e=5+(t>10?.2*t:.1*t);return e-=t>10?this.stats.hit-1:this.stats.hit}getDWMissChance(s){let t=this.target.defense-this.stats["skill_"+s.type],e=5+(t>10?.2*t:.1*t);return e=.8*e+20,e-=t>10?this.stats.hit-1:this.stats.hit}getCritChance(){let s=this.stats.crit+(this.talents.crit||0)+1*(this.level-this.target.level);return this.target.level-this.level>=3&&(s-=1.8),Math.max(s,0)}getDodgeChance(s){return Math.max(5+.1*(this.target.defense-this.stats["skill_"+s.type]),0)}getArmorReduction(){isNaN(this.target.armor)&&(this.target.armor=0);let s=this.target.armor/(this.target.armor+400+85*this.level);return s>.75?.75:s}addRage(s,t,e,a){let i=this.rage;(!a||a instanceof HeroicStrike||a instanceof Cleave)&&t!=RESULT.MISS&&t!=RESULT.DODGE&&this.talents.umbridledwrath&&rng10k()<100*this.talents.umbridledwrath&&(this.rage+=1),a?(a instanceof Execute&&(a.result=t),t!=RESULT.MISS&&t!=RESULT.DODGE||(this.rage+=a.refund?.8*a.cost:0,i+=(a.cost||0)+(a.usedrage||0))):t==RESULT.DODGE?this.rage+=e.avgdmg()/this.rageconversion*7.5*.75:t!=RESULT.MISS&&(this.rage+=s/this.rageconversion*7.5*this.ragemod),this.rage>100&&(this.rage=100),this.auras.consumedrage&&i<60&&this.rage>=60&&this.auras.consumedrage.use()}steptimer(s){return this.timer<=s?(this.timer=0,log&&this.log("Global CD off"),!0):(this.timer-=s,!1)}stepitemtimer(s){return this.itemtimer<=s?(this.itemtimer=0,log&&this.log("Item CD off"),!0):(this.itemtimer-=s,!1)}stepdodgetimer(s){this.dodgetimer<=s?this.dodgetimer=0:this.dodgetimer-=s}stepauras(s){this.mh.proc1&&this.mh.proc1.spell&&this.mh.proc1.spell.timer&&this.mh.proc1.spell.step(),this.mh.proc2&&this.mh.proc2.spell&&this.mh.proc2.spell.timer&&this.mh.proc2.spell.step(),this.oh&&this.oh.proc1&&this.oh.proc1.spell&&this.oh.proc1.spell.timer&&this.oh.proc1.spell.step(),this.oh&&this.oh.proc2&&this.oh.proc2.spell&&this.oh.proc2.spell.timer&&this.oh.proc2.spell.step(),this.auras.mightyragepotion&&this.auras.mightyragepotion.firstuse&&this.auras.mightyragepotion.timer&&this.auras.mightyragepotion.step(),this.auras.mildlyirradiated&&this.auras.mildlyirradiated.firstuse&&this.auras.mildlyirradiated.timer&&this.auras.mildlyirradiated.step(),this.auras.recklessness&&this.auras.recklessness.firstuse&&this.auras.recklessness.timer&&this.auras.recklessness.step(),this.auras.deathwish&&this.auras.deathwish.firstuse&&this.auras.deathwish.timer&&this.auras.deathwish.step(),this.auras.cloudkeeper&&this.auras.cloudkeeper.firstuse&&this.auras.cloudkeeper.timer&&this.auras.cloudkeeper.step(),this.auras.voidmadness&&this.auras.voidmadness.firstuse&&this.auras.voidmadness.timer&&this.auras.voidmadness.step(),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.firstuse&&this.auras.gyromaticacceleration.timer&&this.auras.gyromaticacceleration.step(),this.auras.gneurological&&this.auras.gneurological.firstuse&&this.auras.gneurological.timer&&this.auras.gneurological.step(),this.auras.coinflip&&this.auras.coinflip.timer&&this.auras.coinflip.step(),this.auras.flask&&this.auras.flask.firstuse&&this.auras.flask.timer&&this.auras.flask.step(),this.auras.bloodfury&&this.auras.bloodfury.firstuse&&this.auras.bloodfury.timer&&this.auras.bloodfury.step(),this.auras.berserking&&this.auras.berserking.firstuse&&this.auras.berserking.timer&&this.auras.berserking.step(),this.auras.slayer&&this.auras.slayer.firstuse&&this.auras.slayer.timer&&this.auras.slayer.step(),this.auras.spider&&this.auras.spider.firstuse&&this.auras.spider.timer&&this.auras.spider.step(),this.auras.earthstrike&&this.auras.earthstrike.firstuse&&this.auras.earthstrike.timer&&this.auras.earthstrike.step(),this.auras.roarguardian&&this.auras.roarguardian.firstuse&&this.auras.roarguardian.timer&&this.auras.roarguardian.step(),this.auras.pummeler&&this.auras.pummeler.firstuse&&this.auras.pummeler.timer&&this.auras.pummeler.step(),this.auras.swarmguard&&this.auras.swarmguard.firstuse&&this.auras.swarmguard.timer&&this.auras.swarmguard.step(),this.auras.zandalarian&&this.auras.zandalarian.firstuse&&this.auras.zandalarian.timer&&this.auras.zandalarian.step(),this.auras.relentlessstrength&&this.auras.relentlessstrength.firstuse&&this.auras.relentlessstrength.timer&&this.auras.relentlessstrength.step(),this.auras.rampage&&this.auras.rampage.timer&&this.auras.rampage.step(),this.auras.wreckingcrew&&this.auras.wreckingcrew.timer&&this.auras.wreckingcrew.step(),this.auras.freshmeat&&this.auras.freshmeat.timer&&this.auras.freshmeat.step(),this.auras.suddendeath&&this.auras.suddendeath.timer&&this.auras.suddendeath.step(),this.auras.voodoofrenzy&&this.auras.voodoofrenzy.timer&&this.auras.voodoofrenzy.step(),this.auras.battleshout&&this.auras.battleshout.timer&&this.auras.battleshout.step(),this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.step(),this.auras.battleforecast&&this.auras.battleforecast.timer&&this.auras.battleforecast.step(),this.auras.berserkerforecast&&this.auras.berserkerforecast.timer&&this.auras.berserkerforecast.step(),this.auras.defendersresolve&&this.auras.defendersresolve.timer&&this.auras.defendersresolve.step(),this.auras.singleminded&&this.auras.singleminded.timer&&this.auras.singleminded.step(),this.mh.windfury&&this.mh.windfury.timer&&this.mh.windfury.step(),this.trinketproc1&&this.trinketproc1.spell&&this.trinketproc1.spell.timer&&this.trinketproc1.spell.step(),this.trinketproc2&&this.trinketproc2.spell&&this.trinketproc2.spell.timer&&this.trinketproc2.spell.step(),this.attackproc1&&this.attackproc1.spell&&this.attackproc1.spell.timer&&this.attackproc1.spell.step(),this.attackproc2&&this.attackproc2.spell&&this.attackproc2.spell.timer&&this.attackproc2.spell.step(),!s&&this.auras.deepwounds&&this.auras.deepwounds.timer&&this.auras.deepwounds.step(),!s&&this.auras.rend&&this.auras.rend.timer&&this.auras.rend.step(),this.auras.berserkerrage&&this.auras.berserkerrage.timer&&this.auras.berserkerrage.step(),this.auras.consumedrage&&this.auras.consumedrage.timer&&this.auras.consumedrage.step(),this.auras.weaponbleedmh&&this.auras.weaponbleedmh.timer&&this.auras.weaponbleedmh.step(),this.auras.weaponbleedoh&&this.auras.weaponbleedoh.timer&&this.auras.weaponbleedoh.step(),!s&&this.adjacent&&(this.auras.deepwounds2&&this.auras.deepwounds2.timer&&this.auras.deepwounds2.step(),this.auras.deepwounds3&&this.auras.deepwounds3.timer&&this.auras.deepwounds3.step(),this.auras.deepwounds4&&this.auras.deepwounds4.timer&&this.auras.deepwounds4.step())}endauras(){this.mh.proc1&&this.mh.proc1.spell&&this.mh.proc1.spell.timer&&this.mh.proc1.spell.end(),this.mh.proc2&&this.mh.proc2.spell&&this.mh.proc2.spell.timer&&this.mh.proc2.spell.end(),this.oh&&this.oh.proc1&&this.oh.proc1.spell&&this.oh.proc1.spell.timer&&this.oh.proc1.spell.end(),this.oh&&this.oh.proc2&&this.oh.proc2.spell&&this.oh.proc2.spell.timer&&this.oh.proc2.spell.end(),this.auras.mightyragepotion&&this.auras.mightyragepotion.firstuse&&this.auras.mightyragepotion.timer&&this.auras.mightyragepotion.end(),this.auras.mildlyirradiated&&this.auras.mildlyirradiated.firstuse&&this.auras.mildlyirradiated.timer&&this.auras.mildlyirradiated.end(),this.auras.recklessness&&this.auras.recklessness.firstuse&&this.auras.recklessness.timer&&this.auras.recklessness.end(),this.auras.deathwish&&this.auras.deathwish.firstuse&&this.auras.deathwish.timer&&this.auras.deathwish.end(),this.auras.cloudkeeper&&this.auras.cloudkeeper.firstuse&&this.auras.cloudkeeper.timer&&this.auras.cloudkeeper.end(),this.auras.voidmadness&&this.auras.voidmadness.firstuse&&this.auras.voidmadness.timer&&this.auras.voidmadness.end(),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.firstuse&&this.auras.gyromaticacceleration.timer&&this.auras.gyromaticacceleration.end(),this.auras.gneurological&&this.auras.gneurological.firstuse&&this.auras.gneurological.timer&&this.auras.gneurological.end(),this.auras.coinflip&&this.auras.coinflip.timer&&this.auras.coinflip.end(),this.auras.flask&&this.auras.flask.firstuse&&this.auras.flask.timer&&this.auras.flask.end(),this.auras.bloodfury&&this.auras.bloodfury.firstuse&&this.auras.bloodfury.timer&&this.auras.bloodfury.end(),this.auras.berserking&&this.auras.berserking.firstuse&&this.auras.berserking.timer&&this.auras.berserking.end(),this.auras.slayer&&this.auras.slayer.firstuse&&this.auras.slayer.timer&&this.auras.slayer.end(),this.auras.spider&&this.auras.spider.firstuse&&this.auras.spider.timer&&this.auras.spider.end(),this.auras.gabbar&&this.auras.gabbar.firstuse&&this.auras.gabbar.timer&&this.auras.gabbar.end(),this.auras.earthstrike&&this.auras.earthstrike.firstuse&&this.auras.earthstrike.timer&&this.auras.earthstrike.end(),this.auras.roarguardian&&this.auras.roarguardian.firstuse&&this.auras.roarguardian.timer&&this.auras.roarguardian.end(),this.auras.pummeler&&this.auras.pummeler.firstuse&&this.auras.pummeler.timer&&this.auras.pummeler.end(),this.auras.swarmguard&&this.auras.swarmguard.firstuse&&this.auras.swarmguard.timer&&this.auras.swarmguard.end(),this.auras.zandalarian&&this.auras.zandalarian.firstuse&&this.auras.zandalarian.timer&&this.auras.zandalarian.end(),this.auras.relentlessstrength&&this.auras.relentlessstrength.firstuse&&this.auras.relentlessstrength.timer&&this.auras.relentlessstrength.end(),this.auras.rampage&&this.auras.rampage.timer&&this.auras.rampage.end(),this.auras.wreckingcrew&&this.auras.wreckingcrew.timer&&this.auras.wreckingcrew.end(),this.auras.freshmeat&&this.auras.freshmeat.timer&&this.auras.freshmeat.end(),this.auras.suddendeath&&this.auras.suddendeath.timer&&this.auras.suddendeath.end(),this.auras.voodoofrenzy&&this.auras.voodoofrenzy.timer&&this.auras.voodoofrenzy.end(),this.auras.battleshout&&this.auras.battleshout.timer&&this.auras.battleshout.end(),this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.end(),this.auras.battleforecast&&this.auras.battleforecast.timer&&this.auras.battleforecast.end(),this.auras.berserkerforecast&&this.auras.berserkerforecast.timer&&this.auras.berserkerforecast.end(),this.auras.defendersresolve&&this.auras.defendersresolve.timer&&this.auras.defendersresolve.end(),this.auras.singleminded&&this.auras.singleminded.timer&&this.auras.singleminded.end(),this.mh.windfury&&this.mh.windfury.timer&&this.mh.windfury.end(),this.trinketproc1&&this.trinketproc1.spell&&this.trinketproc1.spell.timer&&this.trinketproc1.spell.end(),this.trinketproc2&&this.trinketproc2.spell&&this.trinketproc2.spell.timer&&this.trinketproc2.spell.end(),this.attackproc1&&this.attackproc1.spell&&this.attackproc1.spell.timer&&this.attackproc1.spell.end(),this.attackproc2&&this.attackproc2.spell&&this.attackproc2.spell.timer&&this.attackproc2.spell.end(),this.auras.flurry&&this.auras.flurry.timer&&this.auras.flurry.end(),this.auras.deepwounds&&this.auras.deepwounds.timer&&this.auras.deepwounds.end(),this.auras.deepwounds2&&this.auras.deepwounds2.timer&&this.auras.deepwounds2.end(),this.auras.deepwounds3&&this.auras.deepwounds3.timer&&this.auras.deepwounds3.end(),this.auras.deepwounds4&&this.auras.deepwounds4.timer&&this.auras.deepwounds4.end(),this.auras.rend&&this.auras.rend.timer&&this.auras.rend.end(),this.auras.berserkerrage&&this.auras.berserkerrage.timer&&this.auras.berserkerrage.end(),this.auras.consumedrage&&this.auras.consumedrage.timer&&this.auras.consumedrage.end(),this.auras.weaponbleedmh&&this.auras.weaponbleedmh.timer&&this.auras.weaponbleedmh.end(),this.auras.weaponbleedoh&&this.auras.weaponbleedoh.timer&&this.auras.weaponbleedoh.end()}rollweapon(s){let t=0,e=rng10k();return e<(t+=100*Math.max(this.nextswinghs?s.miss:s.dwmiss,0))?RESULT.MISS:e<(t+=100*s.dodge)?RESULT.DODGE:e<(t+=100*s.glanceChance)?RESULT.GLANCE:e<(t+=100*(this.crit+s.crit))?RESULT.CRIT:RESULT.HIT}rollmeleespell(s){let t=0,e=rng10k();if(e<(t+=100*Math.max(this.mh.miss,0)))return RESULT.MISS;if(s.canDodge&&e<(t+=100*this.mh.dodge))return RESULT.DODGE;s.weaponspell||(e=rng10k(),t=0);let a=this.crit+this.mh.crit;return s instanceof Overpower&&(a+=this.talents.overpowercrit),e<(t+=100*a)&&!s.nocrit?RESULT.CRIT:RESULT.HIT}rollmagicspell(s){let t=this.target.misschance;return s.binaryspell&&(t=this.target.binaryresist),rng10k()this.trinketproc1.usestep)&&(this.trinketproc1.cooldown&&(this.trinketproc1.usestep=step+this.trinketproc1.cooldown),s?this.batchedextras+=this.trinketproc1.extra:o=this.trinketproc1.extra,log&&this.log("Trinket 1 proc")),this.trinketproc2&&!this.trinketproc2.extra&&rng10k()this.trinketproc2.usestep)&&(this.trinketproc2.cooldown&&(this.trinketproc2.usestep=step+this.trinketproc2.cooldown),s?this.batchedextras+=this.trinketproc2.extra:o=this.trinketproc2.extra,log&&this.log("Trinket 2 proc")),this.attackproc1&&rng10k()1||s.indexOf("Global")>-1?t="Gray":s.indexOf("tick")>1?t="Tomato":s.indexOf(" for ")>-1?t="DarkOrchid":(s.indexOf("applied")>1||s.indexOf("removed")>-1)&&(t="#17A8B6"),console.log(`%c ${step.toString().padStart(5," ")} | ${this.rage.toFixed(2).padStart(6," ")} | ${s}`,`color: ${t}`)}switch(s){let t=this.stance;this.stance=s,this.auras.battlestance.timer=0,this.auras.berserkerstance.timer=0,this.auras.defensivestance.timer=0,this.auras.gladiatorstance.timer=0,"battle"==s&&(this.auras.battlestance.timer=1),"zerk"==s&&(this.auras.berserkerstance.timer=1),"def"==s&&(this.auras.defensivestance.timer=1),"glad"==s&&(this.auras.gladiatorstance.timer=1),this.rage=Math.min(this.rage,this.talents.rageretained),this.switchrage&&(this.rage+=10),this.auras.echoesstance&&this.auras.echoesstance.use(t),this.auras.battleforecast&&"battle"==this.stance&&(this.auras.berserkerforecast.remove(),this.auras.battleforecast.use()),this.auras.berserkerforecast&&"zerk"==this.stance&&(this.auras.battleforecast.remove(),this.auras.berserkerforecast.use()),this.updateAuras(),log&&this.log(`Switched to ${s} stance`)}isValidStance(s,t){return this.stance==s||"glad"==this.stance||this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.stance==s||t&&"zerk"==this.stance&&this.bloodfrenzy}isEnraged(){return this.auras.wreckingcrew&&this.auras.wreckingcrew.timer||this.auras.consumedrage&&this.auras.consumedrage.timer||this.auras.freshmeat&&this.auras.freshmeat.timer||this.auras.bloodrage&&this.auras.bloodrage.timer||this.auras.berserkerrage&&this.auras.berserkerrage.timer}} \ No newline at end of file +class Player{static getConfig(s){return{level:$('input[name="level"]').val(),race:$('select[name="race"]').val(),aqbooks:"Yes"==$('select[name="aqbooks"]').val(),reactionmin:parseInt($('input[name="reactionmin"]').val()),reactionmax:parseInt($('input[name="reactionmax"]').val()),adjacent:parseInt($('input[name="adjacent"]').val()),mode:globalThis.mode,spellqueueing:"Yes"==$('select[name="spellqueueing"]').val(),target:{level:parseInt($('input[name="targetlevel"]').val()),basearmor:parseInt($('select[name="targetbasearmor"]').val()||$('input[name="targetcustomarmor"]').val()),defense:5*parseInt($('input[name="targetlevel"]').val()),resistance:parseInt($('input[name="targetresistance"]').val()),speed:1e3*parseFloat($('input[name="targetspeed"]').val()),mindmg:parseInt($('input[name="targetmindmg"]').val()),maxdmg:parseInt($('input[name="targetmaxdmg"]').val()),bleedreduction:$('select[name="bleedreduction"]').val()}}}constructor(s,t,e,a){if(a||(a=Player.getConfig()),this.rage=0,this.ragemod=1,this.level=a.level,this.rageconversion=.0091107836*this.level*this.level+3.225598133*this.level+4.2652911,25==this.level&&(this.rageconversion=82.25),40==this.level&&(this.rageconversion=140.5),this.agipercrit=this.getAgiPerCrit(this.level),this.timer=0,this.itemtimer=0,this.dodgetimer=0,this.crittimer=0,this.critdmgbonus=0,this.mainspelldmg=1,this.extraattacks=0,this.batchedextras=0,this.nextswinghs=!1,this.nextswingcl=!1,this.freeslam=!1,this.ragecostbonus=0,this.race=a.race,this.aqbooks=a.aqbooks,this.reactionmin=a.reactionmin,this.reactionmax=a.reactionmax,this.adjacent=a.adjacent,this.spelldamage=0,this.target=a.target,this.mode=a.mode,this.bleedmod=parseFloat(this.target.bleedreduction),this.spellqueueing=a.spellqueueing,this.target.misschance=this.getTargetSpellMiss(),this.target.mitigation=this.getTargetSpellMitigation(),this.target.binaryresist=this.getTargetSpellBinaryResist(),this.base={ap:0,agi:0,str:0,hit:0,crit:0,spellcrit:0,skill_0:5*this.level,skill_1:5*this.level,skill_2:5*this.level,skill_3:5*this.level,skill_4:5*this.level,skill_5:5*this.level,skill_6:5*this.level,skill_7:this.level<35?225:300,haste:1,strmod:1,agimod:1,dmgmod:1,spelldmgmod:1,moddmgdone:0,moddmgtaken:0,apmod:1,baseapmod:1,resist:{shadow:0,arcane:0,nature:0,fire:0,frost:0},block:0,defense:0},1==e?(this.testEnch=s,this.testEnchType=t):2==e?(this.testTempEnch=s,this.testTempEnchType=t):3==e?0==t?this.base.ap+=s:1==t?this.base.crit+=s:2==t?this.base.hit+=s:3==t?this.base.str+=s:4==t&&(this.base.agi+=s):(this.testItem=s,this.testItemType=t),this.stats={},this.auras={},this.spells={},this.items=[],this.addRace(),this.addTalents(),this.addGear(),this.mh){if(this.addSets(),this.addEnchants(),this.addTempEnchants(),this.preAddRunes(),this.addBuffs(),this.addSpells(s),this.addRunes(),this.initStances(),this.talents.flurry&&(this.auras.flurry=new Flurry(this)),this.talents.deepwounds&&"classic"!==this.mode&&(this.auras.deepwounds="sod"==this.mode?new DeepWounds(this):new OldDeepWounds(this)),this.adjacent&&this.talents.deepwounds&&"classic"!==this.mode)for(let s=2;s<=this.adjacent+1;s++)this.auras["deepwounds"+s]="sod"==this.mode?new DeepWounds(this,null,s):new OldDeepWounds(this,null,s);this.spells.bloodrage&&(this.auras.bloodrage=new BloodrageAura(this)),this.spells.berserkerrage&&(this.auras.berserkerrage=new BerserkerRageAura(this)),this.spells.shieldslam&&(this.auras.defendersresolve=new DefendersResolve(this)),("def"==this.basestance||"glad"==this.basestance)&&this.spells.sunderarmor&&this.devastate&&this.shield&&(this.spells.sunderarmor.devastate=!0,this.spells.sunderarmor.nocrit=!1),this.update(),this.oh&&(this.oh.timer=Math.round(1e3*this.oh.speed/this.stats.haste/2))}}initStances(){this.stance=this.basestance,this.auras.battlestance=new BattleStance(this),this.auras.berserkerstance=new BerserkerStance(this),this.auras.defensivestance=new DefensiveStance(this),this.auras.gladiatorstance=new GladiatorStance(this),"battle"==this.basestance&&(this.auras.battlestance.timer=1),"zerk"==this.basestance&&(this.auras.berserkerstance.timer=1),"def"==this.basestance&&(this.auras.defensivestance.timer=1),"glad"==this.basestance&&(this.auras.gladiatorstance.timer=1)}addRace(){for(let s of levelstats){let t;"Human"==this.race&&(t="1"),"Orc"==this.race&&(t="2"),"Dwarf"==this.race&&(t="3"),"Night Elf"==this.race&&(t="4"),"Undead"==this.race&&(t="5"),"Tauren"==this.race&&(t="6"),"Gnome"==this.race&&(t="7"),"Troll"==this.race&&(t="8");let e=s.split(",");e[0]==t&&e[2]==this.level&&(this.base.aprace=3*this.level-20,this.base.ap+=3*this.level-20,this.base.str+=parseInt(e[3]),this.base.agi+=parseInt(e[4]),this.base.skill_0+="1"==t?5:0,this.base.skill_1+="1"==t?5:0,this.base.skill_2+=0,this.base.skill_3+="2"==t?5:0)}}addTalents(){this.talents={};for(let s in talents)for(let t of talents[s].t)this.talents=Object.assign(this.talents,t.aura(t.c));this.talents.defense&&(this.base.defense+=this.talents.defense)}addGear(){for(let type in gear)for(let item of gear[type])if(this.testItemType==type&&this.testItem==item.id||this.testItemType!=type&&item.selected){for(let s in this.base)if("haste"==s)this.base.haste*=1+item.haste/100||1;else if("object"==typeof item[s])for(let t in item[s])this.base[s][t]+=item[s][t]||0;else item[s]&&(this.base[s]+=item[s]||0);if(item.skill&&item.skill>0)if("Varied"==item.type)this.base.skill_1+=item.skill,this.base.skill_2+=item.skill,this.base.skill_3+=item.skill;else if("FistMace"==item.type)this.base.skill_0+=item.skill,this.base.skill_4+=item.skill;else{let s=WEAPONTYPE[item.type.replace(" ","").toUpperCase()];this.base["skill_"+s]+=item.skill}if(item.d&&(this.base.defense+=item.d),"mainhand"!=type&&"offhand"!=type&&"twohand"!=type||this.addWeapon(item,type),item.proc&&item.proc.chance&&("trinket1"==type||"trinket2"==type)){let proc={};proc.chance=100*item.proc.chance,proc.extra=item.proc.extra,proc.magicdmg=item.proc.dmg,proc.cooldown=item.proc.cooldown,item.spell&&(this.auras[item.proc.spell.toLowerCase()]=eval("new "+item.proc.spell+"(this)"),proc.spell=this.auras[item.proc.spell.toLowerCase()]),this["trinketproc"+(this.trinketproc1?2:1)]=proc}else if(item.proc&&item.proc.chance){let proc={};proc.chance=100*item.proc.chance,item.proc.dmg&&(proc.magicdmg=item.proc.dmg),item.proc.spell&&(this.auras[item.proc.spell.toLowerCase()]=eval("new "+item.proc.spell+"(this)"),proc.spell=this.auras[item.proc.spell.toLowerCase()]),this.attackproc2&&console.log("Warning! overlapping attack procs!"),this.attackproc1?this.attackproc2=proc:this.attackproc1=proc}21189==item.id&&(this.base.moddmgdone+=4),19968==item.id&&(this.base.moddmgdone+=2),215166==item.id&&(this.base.moddmgdone+=3),228089==item.id&&(this.base.moddmgdone+=4),228122==item.id&&(this.spells.themoltencore=new TheMoltenCore(this)),this.items.push(item.id)}if(this.mh&&this.mh.twohand)for(let s in gear)for(let t of gear[s])if(!("hands"!=s&"waist"!=s&&"head"!=s)&&(this.testItemType==s&&this.testItem==t.id||this.testItemType!=s&&t.selected)&&t.skill&&t.skill>0)if("Varied"==t.type)this.base.skill_1-=t.skill,this.base.skill_2-=t.skill,this.base.skill_3-=t.skill;else if("Varied2H"==t.type)this.base.skill_0+=t.skill,this.base.skill_1+=t.skill,this.base.skill_3+=t.skill;else if("FistMace"==t.type)this.base.skill_0-=t.skill,this.base.skill_4-=t.skill;else{let s=WEAPONTYPE[t.type.replace(" ","").toUpperCase()];this.base["skill_"+s]-=t.skill}}addWeapon(s,t){let e,a;for(let s of enchant[t])s.temp||(this.testEnchType==t&&this.testEnch==s.id?e=s:this.testEnchType!=t&&s.selected&&(e=s));for(let s of enchant[t])s.temp&&(this.testTempEnchType==t&&this.testTempEnch==s.id?a=s:this.testTempEnchType!=t&&s.selected&&(a=s));"mainhand"==t&&(this.mh=new Weapon(this,s,e,a,!1,!1)),"offhand"==t&&"Shield"!=s.type&&(this.oh=new Weapon(this,s,e,a,!0,!1)),"offhand"==t&&"Shield"==s.type&&(this.shield=s),"twohand"==t&&(this.mh=new Weapon(this,s,e,a,!1,!0))}addEnchants(){for(let s in enchant)for(let t of enchant[s])if(!t.temp&&(this.testEnchType==s&&this.testEnch==t.id||this.testEnchType!=s&&t.selected))for(let s in this.base)if("haste"==s)this.base.haste*=1+t.haste/100||1;else if("object"==typeof t[s])for(let e in t[s])this.base[s][e]+=t[s][e]||0;else t[s]&&(this.base[s]+=t[s]||0)}addTempEnchants(){for(let s in enchant)for(let t of enchant[s])if(t.temp&&("mainhand"!=s&&"twohand"!=s||!this.mh.windfury)&&(this.testTempEnchType==s&&this.testTempEnch==t.id||this.testTempEnchType!=s&&t.selected))for(let s in this.base)if("haste"==s)this.base.haste*=1+t.haste/100||1;else if("object"==typeof t[s])for(let e in t[s])this.base[s][e]+=t[s][e]||0;else t[s]&&(this.base[s]+=t[s]||0)}preAddRunes(){if("undefined"!=typeof runes)for(let s in runes)for(let t of runes[s])t.selected&&(t.focusedrage&&(this.ragecostbonus=3),t.precisetiming&&(this.precisetiming=t.precisetiming))}addRunes(){if("undefined"!=typeof runes)for(let s in runes)for(let t of runes[s])t.selected&&(t.bloodfrenzy&&(this.bloodfrenzy=t.bloodfrenzy),t.ragemod&&(this.ragemod=(this.ragemod||1)*t.ragemod),t.haste2h&&this.mh.twohand&&(this.base.haste*=1+t.haste2h/100||1),t.furiousthunder&&(this.furiousthunder=t.furiousthunder),t.dmgdw&&this.oh&&(this.base.dmgmod*=1+t.dmgdw/100||1),t.devastate&&(this.devastate=t.devastate),t.bloodsurge&&(this.bloodsurge=t.bloodsurge),t.swordboard&&(this.swordboard=t.swordboard),t.wreckingcrew&&(this.wreckingcrew=t.wreckingcrew,this.auras.wreckingcrew=new WreckingCrew(this)),t.dmgshield&&this.shield&&(this.base.dmgmod*=1+t.dmgshield/100||1),t.tasteforblood&&(this.tasteforblood=t.tasteforblood),t.freshmeat&&(this.freshmeat=t.freshmeat,this.auras.freshmeat=new FreshMeat(this)),t.suddendeath&&(this.suddendeath=t.suddendeath,this.auras.suddendeath=new SuddenDeath(this)),t.singleminded&&(this.auras.singleminded=new SingleMinded(this)))}addSets(){for(let set of sets){let counter=0;for(let s of set.items)this.items.includes(s)&&counter++;if(0!=counter)for(let bonus of set.bonus)if(counter>=bonus.count){for(let s in bonus.stats)this.base[s]+=bonus.stats[s]||0;if(bonus.stats.procchance){let proc={};proc.chance=100*bonus.stats.procchance,bonus.stats.magicdmg&&(proc.magicdmg=bonus.stats.magicdmg),bonus.stats.procspell&&(this.auras[bonus.stats.procspell.toLowerCase()]=eval("new "+bonus.stats.procspell+"(this)"),proc.spell=this.auras[bonus.stats.procspell.toLowerCase()]),this.attackproc2&&console.log("Warning! overlapping attack procs!"),this.attackproc1?this.attackproc2=proc:this.attackproc1=proc}bonus.stats.enhancedbs&&(this.enhancedbs=!0),bonus.stats.extra&&(this.setextra=bonus.stats.extra),bonus.stats.switchrage&&(this.switchrage=bonus.stats.switchrage),bonus.stats.switchdelay&&(this.switchdelay=bonus.stats.switchdelay,this.auras.echoesstance=new EchoesStance(this)),bonus.stats.switchbonus&&(this.switchbonus=bonus.stats.switchbonus,this.auras.battleforecast=new BattleForecast(this),this.auras.berserkerforecast=new BerserkerForecast(this))}}}addBuffs(){this.target.basearmorbuffed=this.target.basearmor;for(let s of buffs)s.active&&s.improvedexposed&&(this.improvedexposed=!0),s.active&&"Expose Armor"==s.name&&(this.exposed=!0),s.active&&"Homunculi"==s.name&&(this.homunculi=!0);for(let s of buffs)if(s.active){let t=0,e=0,a=0;if("Blessing of Might"==s.name){let e=buffs.filter(s=>s.mightmod&&s.active)[0];t=~~(s.ap*(e?e.mightmod:1))}if("Mark of the Wild"==s.name){let t=buffs.filter(s=>s.motwmod&&s.active)[0];e=~~(s.str*(t?t.motwmod:1)),a=~~(s.agi*(t?t.motwmod:1))}if("vaelbuff"==s.group&&(this.vaelbuff=!0),"dragonbreath"==s.group&&(this.dragonbreath=!0),s.bleedmod&&(this.bleedmod*=s.bleedmod),s.armor&&(this.target.basearmorbuffed-=s.armor+("Expose Armor"==s.name&&this.improvedexposed?.5*s.armor:0)),s.armorperlevel&&(this.target.basearmorbuffed-=s.armorperlevel*this.level),"Faerie Fire"==s.name&&(this.faeriefire=!0),s.dmgshield&&this.shield&&(this.base.dmgmod*=1+s.dmgshield/100||1),s.voodoofrenzy&&(this.auras.voodoofrenzy=new VoodooFrenzy(this)),s.stance){this.basestance=s.stance,"glad"!=s.stance||this.shield||(this.basestance="battle"),"glad"==s.stance&&this.gladdmg&&(this.base.dmgmod*=1+this.gladdmg/100),"glad"!=this.basestance||this.target.speed||(this.ragemod=1.5);continue}"trueshot"==s.group&&"sod"==this.mode&&(s.ap=s.apsod),this.base.ap+=t||s.ap||0,this.base.agi+=a||s.agi||0,this.base.str+=e||s.str||0,this.base.crit+=s.crit||0,this.base.hit+=s.hit||0,this.base.spellcrit+=s.spellcrit||0,this.base.agimod*=1+s.agimod/100||1,this.base.strmod*=1+s.strmod/100||1,this.base.dmgmod*=1+s.dmgmod/100||1,this.base.spelldmgmod*=1+s.spelldmgmod/100||1,this.base.haste*=1+s.haste/100||1,this.base.moddmgdone+=s.moddmgdone||0,this.base.moddmgtaken+=s.moddmgtaken||0,this.base.defense+=s.defense||0,this.base.skill_0+="Human"==this.race?0:s.skill_0||0,this.base.skill_1+="Human"==this.race?0:s.skill_1||0,this.base.skill_2+=s.skill_2||0,this.base.skill_3+="Orc"==this.race?0:s.skill_3||0,this.base.skill_4+=s.skill_4||0,this.base.skill_5+=s.skill_5||0,this.base.skill_6+=s.skill_6||0,this.base.skill_7+=s.skill_7||0}this.target.basearmorbuffed=Math.max(this.target.basearmorbuffed,0),"undefined"!=typeof $&&$("#currentarmor").text(this.target.basearmorbuffed)}addSpells(testItem){this.preporder=[];for(let spell of spells)if(spell.item&&this.items.includes(spell.id)&&spell.id==testItem&&spell.id==testItem&&!spell.timetoendactive&&!spell.timetostartactive&&(219223==spell.id?spell.active=!0:spell.timetoendactive=!0),spell.active||spell.item&&this.items.includes(spell.id)&&(spell.timetoendactive||spell.timetostartactive)){if(!spell.aura&&this.mh.type==WEAPONTYPE.FISHINGPOLE)continue;if(spell.item&&!this.items.includes(spell.id))continue;spell.aura?this.auras[spell.classname.toLowerCase()]=eval(`new ${spell.classname}(this, ${spell.id})`):this.spells[spell.classname.toLowerCase()]=eval(`new ${spell.classname}(this, ${spell.id})`),this.preporder.push(spell)}this.preporder.sort((s,t)=>s.timetoend-t.timetoend)}reset(s){this.rage=s,this.timer=0,this.itemtimer=0,this.dodgetimer=0,this.crittimer=0,this.critdmgbonus=0,this.mainspelldmg=1,this.spelldelay=0,this.heroicdelay=0,this.mh.timer=0,this.oh&&(this.oh.timer=Math.round(1e3*this.oh.speed/this.stats.haste/2)),this.extraattacks=0,this.batchedextras=0,this.nextswinghs=!1,this.nextswingcl=!1,this.freeslam=!1;for(let s in this.spells)this.spells[s].timer=0,this.spells[s].stacks=0;for(let s in this.auras)this.auras[s].timer=0,this.auras[s].firstuse=!0,this.auras[s].stacks=0,this.auras[s].ticksleft&&(this.auras[s].ticksleft=0),this.auras[s].saveddmg&&(this.auras[s].saveddmg=0),this.auras[s].nexttick&&(this.auras[s].nexttick=0),this.auras[s].cooldowntimer&&(this.auras[s].cooldowntimer=0),this.auras[s].tfbstep&&(this.auras[s].tfbstep=-6e3);this.trinketproc1&&this.trinketproc1.usestep&&(this.trinketproc1.usestep=0),this.trinketproc2&&this.trinketproc2.usestep&&(this.trinketproc2.usestep=0),this.auras.deepwounds&&(this.auras.deepwounds.idmg=0),this.auras.deepwounds2&&(this.auras.deepwounds2.idmg=0),this.auras.deepwounds3&&(this.auras.deepwounds3.idmg=0),this.auras.deepwounds4&&(this.auras.deepwounds4.idmg=0),this.auras.rend&&(this.auras.rend.idmg=0),this.auras.weaponbleedmh&&(this.auras.weaponbleedmh.idmg=0),this.auras.weaponbleedoh&&(this.auras.weaponbleedoh.idmg=0),this.spells.fireball&&(this.spells.fireball.idmg=0),this.spells.gunaxe&&(this.spells.gunaxe.idmg=0),this.spells.themoltencore&&(this.spells.themoltencore.idmg=0),this.initStances(),this.update()}update(){this.updateAuras(),this.updateArmorReduction(),this.mh.glanceChance=this.getGlanceChance(this.mh),this.mh.miss=this.getMissChance(this.mh),this.mh.dwmiss=this.mh.miss,this.mh.dodge=this.getDodgeChance(this.mh),this.oh&&(this.mh.dwmiss=this.getDWMissChance(this.mh),this.oh.glanceChance=this.getGlanceChance(this.oh),this.oh.miss=this.getMissChance(this.oh),this.oh.dwmiss=this.getDWMissChance(this.oh),this.oh.dodge=this.getDodgeChance(this.oh))}updateAuras(){for(let s in this.base)this.stats[s]=this.base[s];for(let s in this.auras)if(this.auras[s].timer){for(let t in this.auras[s].stats)this.stats[t]+=this.auras[s].stats[t];for(let t in this.auras[s].mult_stats)this.stats[t]*=1+this.auras[s].mult_stats[t]/100}this.stats.str=~~(this.stats.str*this.stats.strmod),this.stats.agi=~~(this.stats.agi*this.stats.agimod),this.stats.ap+=2*this.stats.str,this.stats.crit+=this.stats.agi*this.agipercrit,this.crit=this.getCritChance(),this.stats.block=this.base.block+~~(this.stats.str/20),1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}getAgiPerCrit(s){return[.25,.2381,.2381,.2273,.2174,.2083,.2083,.2,.1923,.1923,.1852,.1786,.1667,.1613,.1563,.1515,.1471,.1389,.1351,.1282,.1282,.125,.119,.1163,.1111,.1087,.1064,.102,.1,.0962,.0943,.0926,.0893,.0877,.0847,.0833,.082,.0794,.0781,.0758,.0735,.0725,.0704,.0694,.0676,.0667,.0649,.0633,.0625,.061,.0595,.0588,.0575,.0562,.0549,.0543,.0532,.0521,.051,.05][parseInt(s)-1]}getTargetSpellMiss(){let s=100,t=this.target.level-this.level;return-2==t&&(s=200),-1==t&&(s=300),0==t&&(s=400),1==t&&(s=500),2==t&&(s=600),3==t&&(s=1700),4==t&&(s=2800),t>4&&(s=2800+1100*(t-4)),s}getTargetSpellMitigation(){return 1-this.target.resistance/(100*this.level)*15}getTargetSpellBinaryResist(){return parseInt(1e4-(1e4-this.target.misschance)*(1-.15*this.target.resistance/(100*this.level)))}updateStrength(){this.stats.str=this.base.str,this.stats.ap=this.base.ap,this.stats.apmod=this.base.apmod,this.stats.baseapmod=this.base.baseapmod;for(let s in this.auras)this.auras[s].timer&&(this.auras[s].stats.str&&(this.stats.str+=this.auras[s].stats.str),this.auras[s].stats.ap&&(this.stats.ap+=this.auras[s].stats.ap),this.auras[s].mult_stats.apmod&&(this.stats.apmod*=1+this.auras[s].mult_stats.apmod/100),this.auras[s].mult_stats.baseapmod&&(this.stats.baseapmod*=1+this.auras[s].mult_stats.baseapmod/100));this.stats.str=~~(this.stats.str*this.stats.strmod),this.stats.ap+=2*this.stats.str,this.stats.block=this.base.block+~~(this.stats.str/20),1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}updateAP(){this.stats.ap=this.base.ap,this.stats.apmod=this.base.apmod,this.stats.baseapmod=this.base.apmod;for(let s in this.auras)this.auras[s].timer&&this.auras[s].stats.ap&&(this.stats.ap+=this.auras[s].stats.ap),this.auras[s].timer&&this.auras[s].mult_stats.apmod&&(this.stats.apmod*=1+this.auras[s].mult_stats.apmod/100),this.auras[s].timer&&this.auras[s].mult_stats.baseapmod&&(this.stats.baseapmod*=1+this.auras[s].mult_stats.baseapmod/100);this.stats.ap+=2*this.stats.str,1!=this.stats.baseapmod&&(this.stats.ap+=~~((this.base.aprace+2*this.stats.str)*(this.stats.baseapmod-1))),this.stats.ap=~~(this.stats.ap*this.stats.apmod)}updateHaste(){this.stats.haste=this.base.haste,this.auras.flurry&&this.auras.flurry.timer&&(this.stats.haste*=1+this.auras.flurry.mult_stats.haste/100),this.auras.berserking&&this.auras.berserking.timer&&(this.stats.haste*=1+this.auras.berserking.mult_stats.haste/100),this.auras.empyrean&&this.auras.empyrean.timer&&(this.stats.haste*=1+this.auras.empyrean.mult_stats.haste/100),this.auras.eskhandar&&this.auras.eskhandar.timer&&(this.stats.haste*=1+this.auras.eskhandar.mult_stats.haste/100),this.auras.pummeler&&this.auras.pummeler.timer&&(this.stats.haste*=1+this.auras.pummeler.mult_stats.haste/100),this.auras.spider&&this.auras.spider.timer&&(this.stats.haste*=1+this.auras.spider.mult_stats.haste/100),this.auras.voidmadness&&this.auras.voidmadness.timer&&(this.stats.haste*=1+this.auras.voidmadness.mult_stats.haste/100),this.auras.jackhammer&&this.auras.jackhammer.timer&&(this.stats.haste*=1+this.auras.jackhammer.mult_stats.haste/100),this.auras.ragehammer&&this.auras.ragehammer.timer&&(this.stats.haste*=1+this.auras.ragehammer.mult_stats.haste/100),this.auras.blisteringragehammer&&this.auras.blisteringragehammer.timer&&(this.stats.haste*=1+this.auras.blisteringragehammer.mult_stats.haste/100),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.timer&&(this.stats.haste*=1+this.auras.gyromaticacceleration.mult_stats.haste/100),this.auras.gneurological&&this.auras.gneurological.timer&&(this.stats.haste*=1+this.auras.gneurological.mult_stats.haste/100),this.auras.spicy&&this.auras.spicy.timer&&(this.stats.haste*=1+this.auras.spicy.mult_stats.haste/100),this.auras.echoesdread&&this.auras.echoesdread.timer&&(this.stats.haste*=1+this.auras.echoesdread.mult_stats.haste/100),this.auras.singleminded&&this.auras.singleminded.timer&&(this.stats.haste*=1+this.auras.singleminded.mult_stats.haste/100)}updateBonusDmg(){let s=0,t=0;this.auras.stoneslayer&&this.auras.stoneslayer.timer&&(s+=this.auras.stoneslayer.stats.moddmgdone),this.auras.zeal&&this.auras.zeal.timer&&(s+=this.auras.zeal.stats.moddmgdone),this.auras.zandalarian&&this.auras.zandalarian.timer&&(s+=this.auras.zandalarian.stats.moddmgdone),this.auras.relentlessstrength&&this.auras.relentlessstrength.timer&&(s+=this.auras.relentlessstrength.stats.moddmgdone),this.auras.blisteringragehammer&&this.auras.blisteringragehammer.timer&&(s+=this.auras.blisteringragehammer.stats.moddmgdone),this.auras.meltarmor&&this.auras.meltarmor.timer&&(t+=this.auras.meltarmor.stats.moddmgtaken),this.stats.moddmgdone=this.base.moddmgdone+s,this.stats.moddmgtaken=this.base.moddmgtaken+t,this.mh.bonusdmg=this.mh.basebonusdmg,this.oh&&(this.oh.bonusdmg=this.oh.basebonusdmg)}updateArmorReduction(){this.target.armor=this.target.basearmorbuffed,this.auras.annihilator&&this.auras.annihilator.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.annihilator.stacks*this.auras.annihilator.armor,0)),this.auras.rivenspike&&this.auras.rivenspike.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.rivenspike.stacks*this.auras.rivenspike.armor,0)),this.auras.vibroblade&&this.auras.vibroblade.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.vibroblade.armor,0)),this.auras.ultrasonic&&this.auras.ultrasonic.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.ultrasonic.armor,0)),this.auras.cleavearmor&&this.auras.cleavearmor.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.cleavearmor.armor,0)),this.auras.bonereaver&&this.auras.bonereaver.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.bonereaver.stacks*this.auras.bonereaver.armor,0)),this.auras.swarmguard&&this.auras.swarmguard.timer&&(this.target.armor=Math.max(this.target.armor-this.auras.swarmguard.stacks*this.auras.swarmguard.armor,0)),this.armorReduction=this.getArmorReduction()}updateDmgMod(){this.stats.dmgmod=this.base.dmgmod,this.stats.spelldmgmod=this.base.spelldmgmod;for(let s in this.auras)this.auras[s].timer&&this.auras[s].mult_stats.dmgmod&&(this.stats.dmgmod*=1+this.auras[s].mult_stats.dmgmod/100)}getGlanceReduction(s){let t=this.target.defense-this.stats["skill_"+s.type],e=Math.max(Math.min(1.3-.05*t,.91),.01),a=Math.max(Math.min(1.2-.03*t,.99),.2);return Math.random()*(a-e)+e}getGlanceChance(s){return 10+2*Math.max(this.target.defense-Math.min(5*this.level,this.stats["skill_"+s.type]),0)}getMissChance(s){let t=this.target.defense-this.stats["skill_"+s.type],e=5+(t>10?.2*t:.1*t);return e-=t>10?this.stats.hit-1:this.stats.hit}getDWMissChance(s){let t=this.target.defense-this.stats["skill_"+s.type],e=5+(t>10?.2*t:.1*t);return e=.8*e+20,e-=t>10?this.stats.hit-1:this.stats.hit}getCritChance(){let s=this.stats.crit+(this.talents.crit||0)+1*(this.level-this.target.level);return this.target.level-this.level>=3&&(s-=1.8),Math.max(s,0)}getDodgeChance(s){return Math.max(5+.1*(this.target.defense-this.stats["skill_"+s.type]),0)}getArmorReduction(){isNaN(this.target.armor)&&(this.target.armor=0);let s=this.target.armor/(this.target.armor+400+85*this.level);return s>.75?.75:s}addRage(s,t,e,a){let i=this.rage;(!a||a instanceof HeroicStrike||a instanceof Cleave)&&t!=RESULT.MISS&&t!=RESULT.DODGE&&this.talents.umbridledwrath&&rng10k()<100*this.talents.umbridledwrath&&(this.rage+=1),a?(a instanceof Execute&&(a.result=t),t!=RESULT.MISS&&t!=RESULT.DODGE||(this.rage+=a.refund?.8*a.cost:0,i+=(a.cost||0)+(a.usedrage||0))):t==RESULT.DODGE?this.rage+=e.avgdmg()/this.rageconversion*7.5*.75:t!=RESULT.MISS&&(this.rage+=s/this.rageconversion*7.5*this.ragemod),this.rage>100&&(this.rage=100),this.auras.consumedrage&&i<60&&this.rage>=60&&this.auras.consumedrage.use()}steptimer(s){return this.timer<=s?(this.timer=0,log&&this.log("Global CD off"),!0):(this.timer-=s,!1)}stepitemtimer(s){return this.itemtimer<=s?(this.itemtimer=0,log&&this.log("Item CD off"),!0):(this.itemtimer-=s,!1)}stepdodgetimer(s){this.dodgetimer<=s?this.dodgetimer=0:this.dodgetimer-=s}stepauras(s){this.mh.proc1&&this.mh.proc1.spell&&this.mh.proc1.spell.timer&&this.mh.proc1.spell.step(),this.mh.proc2&&this.mh.proc2.spell&&this.mh.proc2.spell.timer&&this.mh.proc2.spell.step(),this.oh&&this.oh.proc1&&this.oh.proc1.spell&&this.oh.proc1.spell.timer&&this.oh.proc1.spell.step(),this.oh&&this.oh.proc2&&this.oh.proc2.spell&&this.oh.proc2.spell.timer&&this.oh.proc2.spell.step(),this.auras.mightyragepotion&&this.auras.mightyragepotion.firstuse&&this.auras.mightyragepotion.timer&&this.auras.mightyragepotion.step(),this.auras.mildlyirradiated&&this.auras.mildlyirradiated.firstuse&&this.auras.mildlyirradiated.timer&&this.auras.mildlyirradiated.step(),this.auras.recklessness&&this.auras.recklessness.firstuse&&this.auras.recklessness.timer&&this.auras.recklessness.step(),this.auras.deathwish&&this.auras.deathwish.firstuse&&this.auras.deathwish.timer&&this.auras.deathwish.step(),this.auras.cloudkeeper&&this.auras.cloudkeeper.firstuse&&this.auras.cloudkeeper.timer&&this.auras.cloudkeeper.step(),this.auras.voidmadness&&this.auras.voidmadness.firstuse&&this.auras.voidmadness.timer&&this.auras.voidmadness.step(),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.firstuse&&this.auras.gyromaticacceleration.timer&&this.auras.gyromaticacceleration.step(),this.auras.gneurological&&this.auras.gneurological.firstuse&&this.auras.gneurological.timer&&this.auras.gneurological.step(),this.auras.coinflip&&this.auras.coinflip.timer&&this.auras.coinflip.step(),this.auras.flask&&this.auras.flask.firstuse&&this.auras.flask.timer&&this.auras.flask.step(),this.auras.bloodfury&&this.auras.bloodfury.firstuse&&this.auras.bloodfury.timer&&this.auras.bloodfury.step(),this.auras.berserking&&this.auras.berserking.firstuse&&this.auras.berserking.timer&&this.auras.berserking.step(),this.auras.slayer&&this.auras.slayer.firstuse&&this.auras.slayer.timer&&this.auras.slayer.step(),this.auras.spider&&this.auras.spider.firstuse&&this.auras.spider.timer&&this.auras.spider.step(),this.auras.earthstrike&&this.auras.earthstrike.firstuse&&this.auras.earthstrike.timer&&this.auras.earthstrike.step(),this.auras.roarguardian&&this.auras.roarguardian.firstuse&&this.auras.roarguardian.timer&&this.auras.roarguardian.step(),this.auras.pummeler&&this.auras.pummeler.firstuse&&this.auras.pummeler.timer&&this.auras.pummeler.step(),this.auras.swarmguard&&this.auras.swarmguard.firstuse&&this.auras.swarmguard.timer&&this.auras.swarmguard.step(),this.auras.zandalarian&&this.auras.zandalarian.firstuse&&this.auras.zandalarian.timer&&this.auras.zandalarian.step(),this.auras.relentlessstrength&&this.auras.relentlessstrength.firstuse&&this.auras.relentlessstrength.timer&&this.auras.relentlessstrength.step(),this.auras.rampage&&this.auras.rampage.timer&&this.auras.rampage.step(),this.auras.wreckingcrew&&this.auras.wreckingcrew.timer&&this.auras.wreckingcrew.step(),this.auras.freshmeat&&this.auras.freshmeat.timer&&this.auras.freshmeat.step(),this.auras.suddendeath&&this.auras.suddendeath.timer&&this.auras.suddendeath.step(),this.auras.voodoofrenzy&&this.auras.voodoofrenzy.timer&&this.auras.voodoofrenzy.step(),this.auras.battleshout&&this.auras.battleshout.timer&&this.auras.battleshout.step(),this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.step(),this.auras.battleforecast&&this.auras.battleforecast.timer&&this.auras.battleforecast.step(),this.auras.berserkerforecast&&this.auras.berserkerforecast.timer&&this.auras.berserkerforecast.step(),this.auras.defendersresolve&&this.auras.defendersresolve.timer&&this.auras.defendersresolve.step(),this.auras.singleminded&&this.auras.singleminded.timer&&this.auras.singleminded.step(),this.auras.demontaintedblood&&this.auras.demontaintedblood.timer&&this.auras.demontaintedblood.step(),this.auras.moonstalkerfury&&this.auras.moonstalkerfury.timer&&this.auras.moonstalkerfury.step(),this.mh.windfury&&this.mh.windfury.timer&&this.mh.windfury.step(),this.trinketproc1&&this.trinketproc1.spell&&this.trinketproc1.spell.timer&&this.trinketproc1.spell.step(),this.trinketproc2&&this.trinketproc2.spell&&this.trinketproc2.spell.timer&&this.trinketproc2.spell.step(),this.attackproc1&&this.attackproc1.spell&&this.attackproc1.spell.timer&&this.attackproc1.spell.step(),this.attackproc2&&this.attackproc2.spell&&this.attackproc2.spell.timer&&this.attackproc2.spell.step(),!s&&this.auras.deepwounds&&this.auras.deepwounds.timer&&this.auras.deepwounds.step(),!s&&this.auras.rend&&this.auras.rend.timer&&this.auras.rend.step(),this.auras.berserkerrage&&this.auras.berserkerrage.timer&&this.auras.berserkerrage.step(),this.auras.consumedrage&&this.auras.consumedrage.timer&&this.auras.consumedrage.step(),this.auras.weaponbleedmh&&this.auras.weaponbleedmh.timer&&this.auras.weaponbleedmh.step(),this.auras.weaponbleedoh&&this.auras.weaponbleedoh.timer&&this.auras.weaponbleedoh.step(),!s&&this.adjacent&&(this.auras.deepwounds2&&this.auras.deepwounds2.timer&&this.auras.deepwounds2.step(),this.auras.deepwounds3&&this.auras.deepwounds3.timer&&this.auras.deepwounds3.step(),this.auras.deepwounds4&&this.auras.deepwounds4.timer&&this.auras.deepwounds4.step())}endauras(){this.mh.proc1&&this.mh.proc1.spell&&this.mh.proc1.spell.timer&&this.mh.proc1.spell.end(),this.mh.proc2&&this.mh.proc2.spell&&this.mh.proc2.spell.timer&&this.mh.proc2.spell.end(),this.oh&&this.oh.proc1&&this.oh.proc1.spell&&this.oh.proc1.spell.timer&&this.oh.proc1.spell.end(),this.oh&&this.oh.proc2&&this.oh.proc2.spell&&this.oh.proc2.spell.timer&&this.oh.proc2.spell.end(),this.auras.mightyragepotion&&this.auras.mightyragepotion.firstuse&&this.auras.mightyragepotion.timer&&this.auras.mightyragepotion.end(),this.auras.mildlyirradiated&&this.auras.mildlyirradiated.firstuse&&this.auras.mildlyirradiated.timer&&this.auras.mildlyirradiated.end(),this.auras.recklessness&&this.auras.recklessness.firstuse&&this.auras.recklessness.timer&&this.auras.recklessness.end(),this.auras.deathwish&&this.auras.deathwish.firstuse&&this.auras.deathwish.timer&&this.auras.deathwish.end(),this.auras.cloudkeeper&&this.auras.cloudkeeper.firstuse&&this.auras.cloudkeeper.timer&&this.auras.cloudkeeper.end(),this.auras.voidmadness&&this.auras.voidmadness.firstuse&&this.auras.voidmadness.timer&&this.auras.voidmadness.end(),this.auras.gyromaticacceleration&&this.auras.gyromaticacceleration.firstuse&&this.auras.gyromaticacceleration.timer&&this.auras.gyromaticacceleration.end(),this.auras.gneurological&&this.auras.gneurological.firstuse&&this.auras.gneurological.timer&&this.auras.gneurological.end(),this.auras.coinflip&&this.auras.coinflip.timer&&this.auras.coinflip.end(),this.auras.flask&&this.auras.flask.firstuse&&this.auras.flask.timer&&this.auras.flask.end(),this.auras.bloodfury&&this.auras.bloodfury.firstuse&&this.auras.bloodfury.timer&&this.auras.bloodfury.end(),this.auras.berserking&&this.auras.berserking.firstuse&&this.auras.berserking.timer&&this.auras.berserking.end(),this.auras.slayer&&this.auras.slayer.firstuse&&this.auras.slayer.timer&&this.auras.slayer.end(),this.auras.spider&&this.auras.spider.firstuse&&this.auras.spider.timer&&this.auras.spider.end(),this.auras.gabbar&&this.auras.gabbar.firstuse&&this.auras.gabbar.timer&&this.auras.gabbar.end(),this.auras.earthstrike&&this.auras.earthstrike.firstuse&&this.auras.earthstrike.timer&&this.auras.earthstrike.end(),this.auras.roarguardian&&this.auras.roarguardian.firstuse&&this.auras.roarguardian.timer&&this.auras.roarguardian.end(),this.auras.pummeler&&this.auras.pummeler.firstuse&&this.auras.pummeler.timer&&this.auras.pummeler.end(),this.auras.swarmguard&&this.auras.swarmguard.firstuse&&this.auras.swarmguard.timer&&this.auras.swarmguard.end(),this.auras.zandalarian&&this.auras.zandalarian.firstuse&&this.auras.zandalarian.timer&&this.auras.zandalarian.end(),this.auras.relentlessstrength&&this.auras.relentlessstrength.firstuse&&this.auras.relentlessstrength.timer&&this.auras.relentlessstrength.end(),this.auras.rampage&&this.auras.rampage.timer&&this.auras.rampage.end(),this.auras.wreckingcrew&&this.auras.wreckingcrew.timer&&this.auras.wreckingcrew.end(),this.auras.freshmeat&&this.auras.freshmeat.timer&&this.auras.freshmeat.end(),this.auras.suddendeath&&this.auras.suddendeath.timer&&this.auras.suddendeath.end(),this.auras.voodoofrenzy&&this.auras.voodoofrenzy.timer&&this.auras.voodoofrenzy.end(),this.auras.battleshout&&this.auras.battleshout.timer&&this.auras.battleshout.end(),this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.end(),this.auras.battleforecast&&this.auras.battleforecast.timer&&this.auras.battleforecast.end(),this.auras.berserkerforecast&&this.auras.berserkerforecast.timer&&this.auras.berserkerforecast.end(),this.auras.defendersresolve&&this.auras.defendersresolve.timer&&this.auras.defendersresolve.end(),this.auras.singleminded&&this.auras.singleminded.timer&&this.auras.singleminded.end(),this.auras.moonstalkerfury&&this.auras.moonstalkerfury.timer&&this.auras.moonstalkerfury.end(),this.auras.demontaintedblood&&this.auras.demontaintedblood.timer&&this.auras.demontaintedblood.end(),this.mh.windfury&&this.mh.windfury.timer&&this.mh.windfury.end(),this.trinketproc1&&this.trinketproc1.spell&&this.trinketproc1.spell.timer&&this.trinketproc1.spell.end(),this.trinketproc2&&this.trinketproc2.spell&&this.trinketproc2.spell.timer&&this.trinketproc2.spell.end(),this.attackproc1&&this.attackproc1.spell&&this.attackproc1.spell.timer&&this.attackproc1.spell.end(),this.attackproc2&&this.attackproc2.spell&&this.attackproc2.spell.timer&&this.attackproc2.spell.end(),this.auras.flurry&&this.auras.flurry.timer&&this.auras.flurry.end(),this.auras.deepwounds&&this.auras.deepwounds.timer&&this.auras.deepwounds.end(),this.auras.deepwounds2&&this.auras.deepwounds2.timer&&this.auras.deepwounds2.end(),this.auras.deepwounds3&&this.auras.deepwounds3.timer&&this.auras.deepwounds3.end(),this.auras.deepwounds4&&this.auras.deepwounds4.timer&&this.auras.deepwounds4.end(),this.auras.rend&&this.auras.rend.timer&&this.auras.rend.end(),this.auras.berserkerrage&&this.auras.berserkerrage.timer&&this.auras.berserkerrage.end(),this.auras.consumedrage&&this.auras.consumedrage.timer&&this.auras.consumedrage.end(),this.auras.weaponbleedmh&&this.auras.weaponbleedmh.timer&&this.auras.weaponbleedmh.end(),this.auras.weaponbleedoh&&this.auras.weaponbleedoh.timer&&this.auras.weaponbleedoh.end()}rollweapon(s){let t=0,e=rng10k();return e<(t+=100*Math.max(this.nextswinghs?s.miss:s.dwmiss,0))?RESULT.MISS:e<(t+=100*s.dodge)?RESULT.DODGE:e<(t+=100*s.glanceChance)?RESULT.GLANCE:e<(t+=100*(this.crit+s.crit))?RESULT.CRIT:RESULT.HIT}rollmeleespell(s){let t=0,e=rng10k();if(e<(t+=100*Math.max(this.mh.miss,0)))return RESULT.MISS;if(s.canDodge&&e<(t+=100*this.mh.dodge))return RESULT.DODGE;s.weaponspell||(e=rng10k(),t=0);let a=this.crit+this.mh.crit;return s instanceof Overpower&&(a+=this.talents.overpowercrit),e<(t+=100*a)&&!s.nocrit?RESULT.CRIT:RESULT.HIT}rollmagicspell(s){let t=this.target.misschance;return s.binaryspell&&(t=this.target.binaryresist),rng10k()this.trinketproc1.usestep)&&(this.trinketproc1.cooldown&&(this.trinketproc1.usestep=step+this.trinketproc1.cooldown),s?this.batchedextras+=this.trinketproc1.extra:o=this.trinketproc1.extra,log&&this.log("Trinket 1 proc")),this.trinketproc2&&!this.trinketproc2.extra&&rng10k()this.trinketproc2.usestep)&&(this.trinketproc2.cooldown&&(this.trinketproc2.usestep=step+this.trinketproc2.cooldown),s?this.batchedextras+=this.trinketproc2.extra:o=this.trinketproc2.extra,log&&this.log("Trinket 2 proc")),this.attackproc1&&rng10k()1||s.indexOf("Global")>-1?t="Gray":s.indexOf("tick")>1?t="Tomato":s.indexOf(" for ")>-1?t="DarkOrchid":(s.indexOf("applied")>1||s.indexOf("removed")>-1)&&(t="#17A8B6"),console.log(`%c ${step.toString().padStart(5," ")} | ${this.rage.toFixed(2).padStart(6," ")} | ${s}`,`color: ${t}`)}switch(s){let t=this.stance;this.stance=s,this.auras.battlestance.timer=0,this.auras.berserkerstance.timer=0,this.auras.defensivestance.timer=0,this.auras.gladiatorstance.timer=0,"battle"==s&&(this.auras.battlestance.timer=1),"zerk"==s&&(this.auras.berserkerstance.timer=1),"def"==s&&(this.auras.defensivestance.timer=1),"glad"==s&&(this.auras.gladiatorstance.timer=1),this.rage=Math.min(this.rage,this.talents.rageretained),this.switchrage&&(this.rage+=10),this.auras.echoesstance&&this.auras.echoesstance.use(t),this.auras.battleforecast&&"battle"==this.stance&&(this.auras.berserkerforecast.remove(),this.auras.battleforecast.use()),this.auras.berserkerforecast&&"zerk"==this.stance&&(this.auras.battleforecast.remove(),this.auras.berserkerforecast.use()),this.updateAuras(),log&&this.log(`Switched to ${s} stance`)}isValidStance(s,t){return this.stance==s||"glad"==this.stance||this.auras.echoesstance&&this.auras.echoesstance.timer&&this.auras.echoesstance.stance==s||t&&"zerk"==this.stance&&this.bloodfrenzy}isEnraged(){return this.auras.wreckingcrew&&this.auras.wreckingcrew.timer||this.auras.consumedrage&&this.auras.consumedrage.timer||this.auras.freshmeat&&this.auras.freshmeat.timer||this.auras.bloodrage&&this.auras.bloodrage.timer||this.auras.berserkerrage&&this.auras.berserkerrage.timer}} \ No newline at end of file diff --git a/dist/js/classes/simulation.min.js b/dist/js/classes/simulation.min.js index b7742e06..a776e448 100644 --- a/dist/js/classes/simulation.min.js +++ b/dist/js/classes/simulation.min.js @@ -1 +1 @@ -var RESULT={HIT:0,MISS:1,DODGE:2,CRIT:3,GLANCE:4},DEFENSETYPE={NONE:0,MAGIC:1,MELEE:2,RANGED:3},SCHOOL={NONE:0,PHYSICAL:1,HOLY:2,FIRE:4,NATURE:8,FROST:16,SHADOW:32,ARCANE:64},batching=0,step=0,log=!1,version=4;const TYPE={UPDATE:0,FINISHED:1,ERROR:2};class SimulationWorker{constructor(e,s,a){this.worker=new Worker("./dist/js/sim-worker.min.js"),this.worker.onerror=((...e)=>{a(...e),this.worker.terminate()}),this.worker.onmessage=(l=>{const[r,...t]=l.data;switch(r){case TYPE.UPDATE:s(...t);break;case TYPE.FINISHED:e(...t),this.worker.terminate();break;case TYPE.ERROR:a(...t),this.worker.terminate();break;default:a(`Unexpected type: ${r}`),this.worker.terminate()}})}start(e){e.globals=getGlobalsDelta(),this.worker.postMessage(e)}}class SimulationWorkerParallel{constructor(e,s,a,l){this.threads=e,this.callback_finished=s,this.callback_update=a,this.states=[...Array(this.threads)],this.workers=this.states.map((e,s)=>new SimulationWorker(e=>{this.states[s]={status:1,data:e},this.update()},(e,a)=>{this.states[s]={status:0,iteration:e,data:a},this.update()},e=>{this.error||(this.error=e,l(e))}))}update(){if(this.error)return;if(this.states.reduce((e,s)=>e+(s&&s.status||0),0)>=this.states.length){const e=this.states[0].data;this.states.slice(1).forEach(({data:s})=>{if(e.iterations+=s.iterations,e.totaldmg+=s.totaldmg,e.totalduration+=s.totalduration,e.mindps=Math.min(e.mindps,s.mindps),e.maxdps=Math.min(e.maxdps,s.maxdps),e.sumdps+=s.sumdps,e.sumdps2+=s.sumdps2,e.starttime=Math.min(e.starttime,s.starttime),e.endtime=Math.min(e.endtime,s.endtime),e.spread&&s.spread)for(let a in s.spread)e.spread[a]=(e.spread[a]||0)+s.spread[a];if(e.player&&s.player){for(let a in s.player.auras){const l=s.player.auras[a],r=e.player.auras[a];if(r){if(r.uptime+=l.uptime,l.data)for(let e=0;e{a&&(e+=a.status?a.data.iterations:a.iteration,s.totaldmg+=a.data.totaldmg,s.totalduration+=a.data.totalduration)}),this.callback_update(e,s)}}start(e){e.globals=getGlobalsDelta(),this.iterations=e.sim.iterations;let s=e.sim.iterations;this.workers.forEach((a,l)=>{const r=Math.round(s/(this.workers.length-l));s-=r,a.start({...e,sim:{...e.sim,iterations:r}})})}}class Simulation{static getConfig(){return{timesecsmin:parseInt($('input[name="timesecsmin"]').val()),timesecsmax:parseInt($('input[name="timesecsmax"]').val()),executeperc:parseInt($('input[name="executeperc"]').val()),startrage:parseInt($('input[name="startrage"]').val()),iterations:parseInt($('input[name="simulations"]').val()),batching:parseInt($('select[name="batching"]').val())}}constructor(e,s,a,l){l||(l=Simulation.getConfig()),this.player=e,this.timesecsmin=l.timesecsmin,this.timesecsmax=l.timesecsmax,this.executeperc=l.executeperc,this.startrage=l.startrage,this.iterations=l.iterations,batching=l.batching,this.idmg=0,this.totaldmg=0,this.totalduration=0,this.mindps=99999,this.maxdps=0,this.sumdps=0,this.sumdps2=0,this.maxcallstack=Math.min(Math.floor(this.iterations/10),1e3),this.starttime=0,this.endtime=0,this.cb_update=a,this.cb_finished=s,this.spread=[],log=1==this.iterations}startSync(){let e;for(this.starttime=(new Date).getTime(),e=1;e<=this.iterations;++e)this.run(),e%this.maxcallstack==0&&this.update(e);this.endtime=(new Date).getTime(),this.finished()}startAsync(){this.starttime=(new Date).getTime(),this.runAsync(1)}runAsync(e){this.run(),e==this.iterations?(this.endtime=(new Date).getTime(),this.finished()):e%this.maxcallstack==0?(this.update(e),setTimeout(()=>this.runAsync(e+1),0)):this.runAsync(e+1)}run(){step=0,this.idmg=0;let e,s,a=this.player;a.reset(this.startrage),this.maxsteps=rng(1e3*this.timesecsmin,1e3*this.timesecsmax),this.duration=this.maxsteps/1e3,this.executestep=this.maxsteps-parseInt(this.maxsteps*(this.executeperc/100));let l=!1,r=!1,t=0,i=0,p=0;for(let e of a.preporder)e.aura?p+=a.auras[e.classname.toLowerCase()].prep(this.maxsteps,p):a.spells[e.classname.toLowerCase()].prep&&a.spells[e.classname.toLowerCase()].prep(this.maxsteps);for(;step=99?100:a.rage+1,l=!0,a.auras.consumedrage&&a.rage>=60&&a.rage<81&&a.auras.consumedrage.use()),a.vaelbuff&&0!=t&&step%1e3==0&&(a.rage=a.rage>=60?100:a.rage+20,l=!0,a.auras.consumedrage&&a.rage>=60&&a.auras.consumedrage.use()),a.target.speed&&step%a.target.speed==0){let e=a.rage,s=rng(a.target.mindmg,a.target.maxdmg),r=s/a.rageconversion*2.5;a.rage=Math.min(a.rage+r,100),l=!0,a.auras.consumedrage&&a.rage>=60&&e<60&&a.auras.consumedrage.use(),log&&this.player.log(`Target attack for ${s} gained ${r.toFixed(2)} rage `)}if(!i){if(a.mh.timer<=0&&(this.idmg+=a.attackmh(a.mh),l=!0),a.oh&&a.oh.timer<=0&&(this.idmg+=a.attackoh(a.oh),l=!0),l&&!a.spelldelay&&(a.auras.swarmguard&&a.auras.swarmguard.canUse()?(a.spelldelay=1,e=a.auras.swarmguard):a.auras.mightyragepotion&&a.auras.mightyragepotion.canUse()?(a.spelldelay=1,e=a.auras.mightyragepotion):a.spells.ragepotion&&a.spells.ragepotion.canUse()?(a.spelldelay=1,e=a.spells.ragepotion):a.spells.fireball&&a.spells.fireball.canUse()?(a.spelldelay=1,e=a.spells.fireball):a.spells.gunaxe&&a.spells.gunaxe.canUse()?(a.spelldelay=1,e=a.spells.gunaxe):a.auras.mildlyirradiated&&a.auras.mildlyirradiated.canUse()?(a.spelldelay=1,e=a.auras.mildlyirradiated):!a.timer&&a.spells.berserkerrage&&a.spells.berserkerrage.zerkerpriority&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.spells.bloodrage&&a.spells.bloodrage.canUse()?(a.spelldelay=1,e=a.spells.bloodrage):a.auras.cloudkeeper&&a.auras.cloudkeeper.canUse()?(a.spelldelay=1,e=a.auras.cloudkeeper):a.auras.voidmadness&&a.auras.voidmadness.canUse()?(a.spelldelay=1,e=a.auras.voidmadness):a.auras.gyromaticacceleration&&a.auras.gyromaticacceleration.canUse()?(a.spelldelay=1,e=a.auras.gyromaticacceleration):a.auras.gneurological&&a.auras.gneurological.canUse()?(a.spelldelay=1,e=a.auras.gneurological):a.auras.coinflip&&a.auras.coinflip.canUse()?(a.spelldelay=1,e=a.auras.coinflip):a.auras.pummeler&&a.auras.pummeler.canUse()?(a.spelldelay=1,e=a.auras.pummeler):a.auras.slayer&&a.auras.slayer.canUse()?(a.spelldelay=1,e=a.auras.slayer):a.auras.spider&&a.auras.spider.canUse()?(a.spelldelay=1,e=a.auras.spider):a.auras.gabbar&&a.auras.gabbar.canUse()?(a.spelldelay=1,e=a.auras.gabbar):a.auras.earthstrike&&a.auras.earthstrike.canUse()?(a.spelldelay=1,e=a.auras.earthstrike):a.auras.roarguardian&&a.auras.roarguardian.canUse()?(a.spelldelay=1,e=a.auras.roarguardian):a.auras.zandalarian&&a.auras.zandalarian.canUse()?(a.spelldelay=1,e=a.auras.zandalarian):a.auras.relentlessstrength&&a.auras.relentlessstrength.canUse()?(a.spelldelay=1,e=a.auras.relentlessstrength):a.timer||(a.stance!=a.basestance?a.switch(a.basestance):a.spells.victoryrush&&a.spells.victoryrush.canUse()?(a.spelldelay=1,e=a.spells.victoryrush):a.auras.flask&&a.auras.flask.canUse()?(a.spelldelay=1,e=a.auras.flask):a.auras.recklessness&&a.auras.recklessness.canUse()?(a.spelldelay=1,e=a.auras.recklessness):a.auras.deathwish&&a.auras.deathwish.canUse()?(a.spelldelay=1,e=a.auras.deathwish):a.auras.bloodfury&&a.auras.bloodfury.canUse()?(a.spelldelay=1,e=a.auras.bloodfury):a.auras.berserking&&a.auras.berserking.canUse()?(a.spelldelay=1,e=a.auras.berserking):a.spells.berserkerrage&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.auras.battleshout&&a.auras.battleshout.canUse()?(a.spelldelay=1,e=a.auras.battleshout):a.spells.execute&&(step>=this.executestep||a.auras.suddendeath&&a.auras.suddendeath.timer)?a.spells.ragingblow&&a.spells.ragingblow.canUse(!0)?(a.spelldelay=1,e=a.spells.ragingblow):a.spells.berserkerrage&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.spells.slam&&a.freeslam&&a.spells.slam.canUse()?(a.spelldelay=1,e=a.spells.slam):a.spells.shieldslam&&a.freeshieldslam&&a.spells.shieldslam.canUse()?(a.spelldelay=1,e=a.spells.shieldslam):a.auras.consumedrage&&a.auras.consumedrage.erageblock&&a.rage=a.spells.execute.priorityap?a.spells.bloodthirst&&a.spells.bloodthirst.canUse()?(a.spelldelay=1,e=a.spells.bloodthirst):a.spells.mortalstrike&&a.spells.mortalstrike.canUse()&&(a.spelldelay=1,e=a.spells.mortalstrike):a.spells.execute.canUse()&&(a.spelldelay=1,e=a.spells.execute)):a.auras.rampage&&a.auras.rampage.canUse()?(a.spelldelay=1,e=a.auras.rampage):a.spells.ragingblow&&a.spells.ragingblow.canUse(!1)?(a.spelldelay=1,e=a.spells.ragingblow):a.spells.slam&&a.freeslam&&a.spells.slam.canUse()?(a.spelldelay=1,e=a.spells.slam):a.spells.shieldslam&&a.freeshieldslam&&a.spells.shieldslam.canUse()?(a.spelldelay=1,e=a.spells.shieldslam):a.spells.blademasterfury&&a.spells.blademasterfury.canUse()?(a.spelldelay=1,e=a.spells.blademasterfury):a.auras.consumedrage&&a.auras.consumedrage.procblock&&!a.auras.consumedrage.timer&&a.rage<60||a.auras.consumedrage&&a.auras.consumedrage.rageblock&&a.ragee.maxdelay))if(a.heroicdelay&&s&&a.heroicdelay>s.maxdelay&&(a.heroicdelay=s.maxdelay-99),e.canUse()){if(e instanceof Slam){i=step+e.casttime,a.freeslam&&(i=step),a.timer=1500,a.heroicdelay=0,a.nextswinghs=!1,t=0,log&&this.player.log("Casting Slam");continue}let r=a.cast(e,s);if(this.idmg+=r,a.spelldelay=0,l=!0,e instanceof Whirlwind||e instanceof BlademasterFury||e instanceof ThunderClap||e instanceof Shockwave)for(let l=0;ls.maxdelay&&(s.canUse()?(a.cast(s),a.heroicdelay=0,l=!0):a.heroicdelay=0),a.spells.execute&&(!(step0&&(a.mh.timer=0,a.extraattacks--),a.batchedextras>0&&(a.mh.timer=batching-step%batching,a.batchedextras--),i)t=i-step;else{if(!a.mh.timer||!a.spelldelay&&l||!a.heroicdelay&&l){t=0;continue}t=Math.min(a.mh.timer,a.oh?a.oh.timer:9999),a.spelldelay&&e.maxdelay-a.spelldelay0&&e0&&ethis.maxsteps)break;a.mh.step(t),a.oh&&a.oh.step(t),r=!1,a.timer&&a.steptimer(t)&&!a.spelldelay&&(l=!0,r=a.spellqueueing),a.itemtimer&&a.stepitemtimer(t)&&!a.spelldelay&&(l=!0),a.dodgetimer&&a.stepdodgetimer(t),a.spelldelay&&(a.spelldelay+=t),a.heroicdelay&&(a.heroicdelay+=t),a.spells.ragingblow&&a.spells.ragingblow.timer&&!a.spells.ragingblow.step(t)&&!a.spelldelay&&(l=!0),a.spells.berserkerrage&&a.spells.berserkerrage.timer&&!a.spells.berserkerrage.step(t)&&!a.spelldelay&&(l=!0),a.spells.bloodthirst&&a.spells.bloodthirst.timer&&!a.spells.bloodthirst.step(t)&&!a.spelldelay&&(l=!0),a.spells.mortalstrike&&a.spells.mortalstrike.timer&&!a.spells.mortalstrike.step(t)&&!a.spelldelay&&(l=!0),a.spells.shieldslam&&a.spells.shieldslam.timer&&!a.spells.shieldslam.step(t)&&!a.spelldelay&&(l=!0),a.spells.quickstrike&&a.spells.quickstrike.timer&&!a.spells.quickstrike.step(t)&&!a.spelldelay&&(l=!0),a.spells.whirlwind&&a.spells.whirlwind.timer&&!a.spells.whirlwind.step(t)&&!a.spelldelay&&(l=!0),a.spells.shockwave&&a.spells.shockwave.timer&&!a.spells.shockwave.step(t)&&!a.spelldelay&&(l=!0),a.spells.blademasterfury&&a.spells.blademasterfury.timer&&!a.spells.blademasterfury.step(t)&&!a.spelldelay&&(l=!0),a.spells.bloodrage&&a.spells.bloodrage.timer&&!a.spells.bloodrage.step(t)&&!a.spelldelay&&(l=!0),a.spells.ragepotion&&a.spells.ragepotion.timer&&!a.spells.ragepotion.step(t)&&!a.spelldelay&&(l=!0),a.spells.overpower&&a.spells.overpower.timer&&!a.spells.overpower.step(t)&&!a.spelldelay&&(l=!0),a.spells.execute&&a.spells.execute.timer&&!a.spells.execute.step(t)&&!a.spelldelay&&(l=!0),a.spells.hamstring&&a.spells.hamstring.timer&&!a.spells.hamstring.step(t)&&!a.spelldelay&&(l=!0),a.spells.thunderclap&&a.spells.thunderclap.timer&&!a.spells.thunderclap.step(t)&&!a.spelldelay&&(l=!0),a.spells.sunderarmor&&a.spells.sunderarmor.timer&&!a.spells.sunderarmor.step(t)&&!a.spelldelay&&(l=!0),a.spells.slam&&a.spells.slam.timer&&!a.spells.slam.step(t)&&!a.spelldelay&&(l=!0),a.auras.bloodrage&&a.auras.bloodrage.timer&&!a.auras.bloodrage.step()&&!a.spelldelay&&(l=!0),a.auras.gabbar&&a.auras.gabbar.timer&&a.auras.gabbar.step(),a.auras.rend&&a.auras.rend.timer&&!a.auras.rend.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds&&a.auras.deepwounds.timer&&!a.auras.deepwounds.step()&&!a.spelldelay&&(l=!0),a.auras.weaponbleedmh&&a.auras.weaponbleedmh.timer&&!a.auras.weaponbleedmh.step()&&!a.spelldelay&&(l=!0),a.auras.weaponbleedoh&&a.auras.weaponbleedoh.timer&&!a.auras.weaponbleedoh.step()&&!a.spelldelay&&(l=!0),a.adjacent&&(a.auras.deepwounds2&&a.auras.deepwounds2.timer&&!a.auras.deepwounds2.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds3&&a.auras.deepwounds3.timer&&!a.auras.deepwounds3.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds4&&a.auras.deepwounds4.timer&&!a.auras.deepwounds4.step()&&!a.spelldelay&&(l=!0))}a.endauras(),a.auras.deepwounds&&(this.idmg+=a.auras.deepwounds.idmg),a.auras.deepwounds2&&(this.idmg+=a.auras.deepwounds2.idmg),a.auras.deepwounds3&&(this.idmg+=a.auras.deepwounds3.idmg),a.auras.deepwounds4&&(this.idmg+=a.auras.deepwounds4.idmg),a.auras.rend&&(this.idmg+=a.auras.rend.idmg),a.auras.weaponbleedmh&&(this.idmg+=a.auras.weaponbleedmh.idmg),a.auras.weaponbleedoh&&(this.idmg+=a.auras.weaponbleedoh.idmg),a.spells.fireball&&(this.idmg+=a.spells.fireball.idmg),a.spells.gunaxe&&(this.idmg+=a.spells.gunaxe.idmg),this.totaldmg+=this.idmg,this.totalduration+=this.duration;let d=this.idmg/this.duration;dthis.maxdps&&(this.maxdps=d),this.sumdps+=d,this.sumdps2+=d*d,d=Math.round(d),this.spread[d]?this.spread[d]++:this.spread[d]=1}update(e){this.cb_update&&this.cb_update(e,{iterations:this.iterations,totaldmg:this.totaldmg,totalduration:this.totalduration})}finished(){this.cb_finished&&this.cb_finished({iterations:this.iterations,totaldmg:this.totaldmg,totalduration:this.totalduration,mindps:this.mindps,maxdps:this.maxdps,sumdps:this.sumdps,sumdps2:this.sumdps2,starttime:this.starttime,endtime:this.endtime})}}function rng(e,s){return~~(Math.random()*(s-e+1)+e)}function rng10k(){return~~(1e4*Math.random())}function avg(e,s){return(e+s)/2} \ No newline at end of file +var RESULT={HIT:0,MISS:1,DODGE:2,CRIT:3,GLANCE:4},DEFENSETYPE={NONE:0,MAGIC:1,MELEE:2,RANGED:3},SCHOOL={NONE:0,PHYSICAL:1,HOLY:2,FIRE:4,NATURE:8,FROST:16,SHADOW:32,ARCANE:64},batching=0,step=0,log=!1,version=4;const TYPE={UPDATE:0,FINISHED:1,ERROR:2};class SimulationWorker{constructor(e,s,a){this.worker=new Worker("./dist/js/sim-worker.min.js"),this.worker.onerror=((...e)=>{a(...e),this.worker.terminate()}),this.worker.onmessage=(l=>{const[r,...t]=l.data;switch(r){case TYPE.UPDATE:s(...t);break;case TYPE.FINISHED:e(...t),this.worker.terminate();break;case TYPE.ERROR:a(...t),this.worker.terminate();break;default:a(`Unexpected type: ${r}`),this.worker.terminate()}})}start(e){e.globals=getGlobalsDelta(),this.worker.postMessage(e)}}class SimulationWorkerParallel{constructor(e,s,a,l){this.threads=e,this.callback_finished=s,this.callback_update=a,this.states=[...Array(this.threads)],this.workers=this.states.map((e,s)=>new SimulationWorker(e=>{this.states[s]={status:1,data:e},this.update()},(e,a)=>{this.states[s]={status:0,iteration:e,data:a},this.update()},e=>{this.error||(this.error=e,l(e))}))}update(){if(this.error)return;if(this.states.reduce((e,s)=>e+(s&&s.status||0),0)>=this.states.length){const e=this.states[0].data;this.states.slice(1).forEach(({data:s})=>{if(e.iterations+=s.iterations,e.totaldmg+=s.totaldmg,e.totalduration+=s.totalduration,e.mindps=Math.min(e.mindps,s.mindps),e.maxdps=Math.min(e.maxdps,s.maxdps),e.sumdps+=s.sumdps,e.sumdps2+=s.sumdps2,e.starttime=Math.min(e.starttime,s.starttime),e.endtime=Math.min(e.endtime,s.endtime),e.spread&&s.spread)for(let a in s.spread)e.spread[a]=(e.spread[a]||0)+s.spread[a];if(e.player&&s.player){for(let a in s.player.auras){const l=s.player.auras[a],r=e.player.auras[a];if(r){if(r.uptime+=l.uptime,l.data)for(let e=0;e{a&&(e+=a.status?a.data.iterations:a.iteration,s.totaldmg+=a.data.totaldmg,s.totalduration+=a.data.totalduration)}),this.callback_update(e,s)}}start(e){e.globals=getGlobalsDelta(),this.iterations=e.sim.iterations;let s=e.sim.iterations;this.workers.forEach((a,l)=>{const r=Math.round(s/(this.workers.length-l));s-=r,a.start({...e,sim:{...e.sim,iterations:r}})})}}class Simulation{static getConfig(){return{timesecsmin:parseInt($('input[name="timesecsmin"]').val()),timesecsmax:parseInt($('input[name="timesecsmax"]').val()),executeperc:parseInt($('input[name="executeperc"]').val()),startrage:parseInt($('input[name="startrage"]').val()),iterations:parseInt($('input[name="simulations"]').val()),batching:parseInt($('select[name="batching"]').val())}}constructor(e,s,a,l){l||(l=Simulation.getConfig()),this.player=e,this.timesecsmin=l.timesecsmin,this.timesecsmax=l.timesecsmax,this.executeperc=l.executeperc,this.startrage=l.startrage,this.iterations=l.iterations,batching=l.batching,this.idmg=0,this.totaldmg=0,this.totalduration=0,this.mindps=99999,this.maxdps=0,this.sumdps=0,this.sumdps2=0,this.maxcallstack=Math.min(Math.floor(this.iterations/10),1e3),this.starttime=0,this.endtime=0,this.cb_update=a,this.cb_finished=s,this.spread=[],log=1==this.iterations}startSync(){let e;for(this.starttime=(new Date).getTime(),e=1;e<=this.iterations;++e)this.run(),e%this.maxcallstack==0&&this.update(e);this.endtime=(new Date).getTime(),this.finished()}startAsync(){this.starttime=(new Date).getTime(),this.runAsync(1)}runAsync(e){this.run(),e==this.iterations?(this.endtime=(new Date).getTime(),this.finished()):e%this.maxcallstack==0?(this.update(e),setTimeout(()=>this.runAsync(e+1),0)):this.runAsync(e+1)}run(){step=0,this.idmg=0;let e,s,a=this.player;a.reset(this.startrage),this.maxsteps=rng(1e3*this.timesecsmin,1e3*this.timesecsmax),this.duration=this.maxsteps/1e3,this.executestep=this.maxsteps-parseInt(this.maxsteps*(this.executeperc/100));let l=!1,r=!1,t=0,i=0,p=0;for(let e of a.preporder)e.aura?p+=a.auras[e.classname.toLowerCase()].prep(this.maxsteps,p):a.spells[e.classname.toLowerCase()].prep&&a.spells[e.classname.toLowerCase()].prep(this.maxsteps);for(;step=99?100:a.rage+1,l=!0,a.auras.consumedrage&&a.rage>=60&&a.rage<81&&a.auras.consumedrage.use()),a.vaelbuff&&0!=t&&step%1e3==0&&(a.rage=a.rage>=60?100:a.rage+20,l=!0,a.auras.consumedrage&&a.rage>=60&&a.auras.consumedrage.use()),a.spells.themoltencore&&0!=t&&step%1e3==0&&a.spells.themoltencore.use(),a.target.speed&&step%a.target.speed==0){let e=a.rage,s=rng(a.target.mindmg,a.target.maxdmg),r=s/a.rageconversion*2.5;a.rage=Math.min(a.rage+r,100),l=!0,a.auras.consumedrage&&a.rage>=60&&e<60&&a.auras.consumedrage.use(),log&&this.player.log(`Target attack for ${s} gained ${r.toFixed(2)} rage `)}if(!i){if(a.mh.timer<=0&&(this.idmg+=a.attackmh(a.mh),l=!0),a.oh&&a.oh.timer<=0&&(this.idmg+=a.attackoh(a.oh),l=!0),l&&!a.spelldelay&&(a.auras.swarmguard&&a.auras.swarmguard.canUse()?(a.spelldelay=1,e=a.auras.swarmguard):a.auras.mightyragepotion&&a.auras.mightyragepotion.canUse()?(a.spelldelay=1,e=a.auras.mightyragepotion):a.spells.ragepotion&&a.spells.ragepotion.canUse()?(a.spelldelay=1,e=a.spells.ragepotion):a.spells.fireball&&a.spells.fireball.canUse()?(a.spelldelay=1,e=a.spells.fireball):a.spells.gunaxe&&a.spells.gunaxe.canUse()?(a.spelldelay=1,e=a.spells.gunaxe):a.auras.mildlyirradiated&&a.auras.mildlyirradiated.canUse()?(a.spelldelay=1,e=a.auras.mildlyirradiated):!a.timer&&a.spells.berserkerrage&&a.spells.berserkerrage.zerkerpriority&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.spells.bloodrage&&a.spells.bloodrage.canUse()?(a.spelldelay=1,e=a.spells.bloodrage):a.auras.cloudkeeper&&a.auras.cloudkeeper.canUse()?(a.spelldelay=1,e=a.auras.cloudkeeper):a.auras.voidmadness&&a.auras.voidmadness.canUse()?(a.spelldelay=1,e=a.auras.voidmadness):a.auras.gyromaticacceleration&&a.auras.gyromaticacceleration.canUse()?(a.spelldelay=1,e=a.auras.gyromaticacceleration):a.auras.gneurological&&a.auras.gneurological.canUse()?(a.spelldelay=1,e=a.auras.gneurological):a.auras.coinflip&&a.auras.coinflip.canUse()?(a.spelldelay=1,e=a.auras.coinflip):a.auras.pummeler&&a.auras.pummeler.canUse()?(a.spelldelay=1,e=a.auras.pummeler):a.auras.slayer&&a.auras.slayer.canUse()?(a.spelldelay=1,e=a.auras.slayer):a.auras.spider&&a.auras.spider.canUse()?(a.spelldelay=1,e=a.auras.spider):a.auras.gabbar&&a.auras.gabbar.canUse()?(a.spelldelay=1,e=a.auras.gabbar):a.auras.earthstrike&&a.auras.earthstrike.canUse()?(a.spelldelay=1,e=a.auras.earthstrike):a.auras.roarguardian&&a.auras.roarguardian.canUse()?(a.spelldelay=1,e=a.auras.roarguardian):a.auras.zandalarian&&a.auras.zandalarian.canUse()?(a.spelldelay=1,e=a.auras.zandalarian):a.auras.relentlessstrength&&a.auras.relentlessstrength.canUse()?(a.spelldelay=1,e=a.auras.relentlessstrength):a.auras.demontaintedblood&&a.auras.demontaintedblood.canUse()?(a.spelldelay=1,e=a.auras.demontaintedblood):a.auras.moonstalkerfury&&a.auras.moonstalkerfury.canUse()?(a.spelldelay=1,e=a.auras.moonstalkerfury):a.timer||(a.stance!=a.basestance?a.switch(a.basestance):a.spells.victoryrush&&a.spells.victoryrush.canUse()?(a.spelldelay=1,e=a.spells.victoryrush):a.auras.flask&&a.auras.flask.canUse()?(a.spelldelay=1,e=a.auras.flask):a.auras.recklessness&&a.auras.recklessness.canUse()?(a.spelldelay=1,e=a.auras.recklessness):a.auras.deathwish&&a.auras.deathwish.canUse()?(a.spelldelay=1,e=a.auras.deathwish):a.auras.bloodfury&&a.auras.bloodfury.canUse()?(a.spelldelay=1,e=a.auras.bloodfury):a.auras.berserking&&a.auras.berserking.canUse()?(a.spelldelay=1,e=a.auras.berserking):a.spells.berserkerrage&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.auras.battleshout&&a.auras.battleshout.canUse()?(a.spelldelay=1,e=a.auras.battleshout):a.spells.execute&&(step>=this.executestep||a.auras.suddendeath&&a.auras.suddendeath.timer)?a.spells.ragingblow&&a.spells.ragingblow.canUse(!0)?(a.spelldelay=1,e=a.spells.ragingblow):a.spells.berserkerrage&&a.spells.berserkerrage.canUse()?(a.spelldelay=1,e=a.spells.berserkerrage):a.spells.slam&&a.freeslam&&a.spells.slam.canUse()?(a.spelldelay=1,e=a.spells.slam):a.spells.shieldslam&&a.freeshieldslam&&a.spells.shieldslam.canUse()?(a.spelldelay=1,e=a.spells.shieldslam):a.auras.consumedrage&&a.auras.consumedrage.erageblock&&a.rage=a.spells.execute.priorityap?a.spells.bloodthirst&&a.spells.bloodthirst.canUse()?(a.spelldelay=1,e=a.spells.bloodthirst):a.spells.mortalstrike&&a.spells.mortalstrike.canUse()&&(a.spelldelay=1,e=a.spells.mortalstrike):a.spells.execute.canUse()&&(a.spelldelay=1,e=a.spells.execute)):a.auras.rampage&&a.auras.rampage.canUse()?(a.spelldelay=1,e=a.auras.rampage):a.spells.ragingblow&&a.spells.ragingblow.canUse(!1)?(a.spelldelay=1,e=a.spells.ragingblow):a.spells.slam&&a.freeslam&&a.spells.slam.canUse()?(a.spelldelay=1,e=a.spells.slam):a.spells.shieldslam&&a.freeshieldslam&&a.spells.shieldslam.canUse()?(a.spelldelay=1,e=a.spells.shieldslam):a.spells.blademasterfury&&a.spells.blademasterfury.canUse()?(a.spelldelay=1,e=a.spells.blademasterfury):a.auras.consumedrage&&a.auras.consumedrage.procblock&&!a.auras.consumedrage.timer&&a.rage<60||a.auras.consumedrage&&a.auras.consumedrage.rageblock&&a.ragee.maxdelay))if(a.heroicdelay&&s&&a.heroicdelay>s.maxdelay&&(a.heroicdelay=s.maxdelay-99),e.canUse()){if(e instanceof Slam){i=step+e.casttime,a.freeslam&&(i=step),a.timer=1500,a.heroicdelay=0,a.nextswinghs=!1,t=0,log&&this.player.log("Casting Slam");continue}let r=a.cast(e,s);if(this.idmg+=r,a.spelldelay=0,l=!0,e instanceof Whirlwind||e instanceof BlademasterFury||e instanceof ThunderClap||e instanceof Shockwave)for(let l=0;ls.maxdelay&&(s.canUse()?(a.cast(s),a.heroicdelay=0,l=!0):a.heroicdelay=0),a.spells.execute&&(!(step0&&(a.mh.timer=0,a.extraattacks--),a.batchedextras>0&&(a.mh.timer=batching-step%batching,a.batchedextras--),i)t=i-step;else{if(!a.mh.timer||!a.spelldelay&&l||!a.heroicdelay&&l){t=0;continue}t=Math.min(a.mh.timer,a.oh?a.oh.timer:9999),a.spelldelay&&e.maxdelay-a.spelldelay0&&e0&&ethis.maxsteps)break;a.mh.step(t),a.oh&&a.oh.step(t),r=!1,a.timer&&a.steptimer(t)&&!a.spelldelay&&(l=!0,r=a.spellqueueing),a.itemtimer&&a.stepitemtimer(t)&&!a.spelldelay&&(l=!0),a.dodgetimer&&a.stepdodgetimer(t),a.spelldelay&&(a.spelldelay+=t),a.heroicdelay&&(a.heroicdelay+=t),a.spells.ragingblow&&a.spells.ragingblow.timer&&!a.spells.ragingblow.step(t)&&!a.spelldelay&&(l=!0),a.spells.berserkerrage&&a.spells.berserkerrage.timer&&!a.spells.berserkerrage.step(t)&&!a.spelldelay&&(l=!0),a.spells.bloodthirst&&a.spells.bloodthirst.timer&&!a.spells.bloodthirst.step(t)&&!a.spelldelay&&(l=!0),a.spells.mortalstrike&&a.spells.mortalstrike.timer&&!a.spells.mortalstrike.step(t)&&!a.spelldelay&&(l=!0),a.spells.shieldslam&&a.spells.shieldslam.timer&&!a.spells.shieldslam.step(t)&&!a.spelldelay&&(l=!0),a.spells.quickstrike&&a.spells.quickstrike.timer&&!a.spells.quickstrike.step(t)&&!a.spelldelay&&(l=!0),a.spells.whirlwind&&a.spells.whirlwind.timer&&!a.spells.whirlwind.step(t)&&!a.spelldelay&&(l=!0),a.spells.shockwave&&a.spells.shockwave.timer&&!a.spells.shockwave.step(t)&&!a.spelldelay&&(l=!0),a.spells.blademasterfury&&a.spells.blademasterfury.timer&&!a.spells.blademasterfury.step(t)&&!a.spelldelay&&(l=!0),a.spells.bloodrage&&a.spells.bloodrage.timer&&!a.spells.bloodrage.step(t)&&!a.spelldelay&&(l=!0),a.spells.ragepotion&&a.spells.ragepotion.timer&&!a.spells.ragepotion.step(t)&&!a.spelldelay&&(l=!0),a.spells.overpower&&a.spells.overpower.timer&&!a.spells.overpower.step(t)&&!a.spelldelay&&(l=!0),a.spells.execute&&a.spells.execute.timer&&!a.spells.execute.step(t)&&!a.spelldelay&&(l=!0),a.spells.hamstring&&a.spells.hamstring.timer&&!a.spells.hamstring.step(t)&&!a.spelldelay&&(l=!0),a.spells.thunderclap&&a.spells.thunderclap.timer&&!a.spells.thunderclap.step(t)&&!a.spelldelay&&(l=!0),a.spells.sunderarmor&&a.spells.sunderarmor.timer&&!a.spells.sunderarmor.step(t)&&!a.spelldelay&&(l=!0),a.spells.slam&&a.spells.slam.timer&&!a.spells.slam.step(t)&&!a.spelldelay&&(l=!0),a.auras.bloodrage&&a.auras.bloodrage.timer&&!a.auras.bloodrage.step()&&!a.spelldelay&&(l=!0),a.auras.gabbar&&a.auras.gabbar.timer&&a.auras.gabbar.step(),a.auras.rend&&a.auras.rend.timer&&!a.auras.rend.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds&&a.auras.deepwounds.timer&&!a.auras.deepwounds.step()&&!a.spelldelay&&(l=!0),a.auras.weaponbleedmh&&a.auras.weaponbleedmh.timer&&!a.auras.weaponbleedmh.step()&&!a.spelldelay&&(l=!0),a.auras.weaponbleedoh&&a.auras.weaponbleedoh.timer&&!a.auras.weaponbleedoh.step()&&!a.spelldelay&&(l=!0),a.adjacent&&(a.auras.deepwounds2&&a.auras.deepwounds2.timer&&!a.auras.deepwounds2.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds3&&a.auras.deepwounds3.timer&&!a.auras.deepwounds3.step()&&!a.spelldelay&&(l=!0),a.auras.deepwounds4&&a.auras.deepwounds4.timer&&!a.auras.deepwounds4.step()&&!a.spelldelay&&(l=!0))}a.endauras(),a.auras.deepwounds&&(this.idmg+=a.auras.deepwounds.idmg),a.auras.deepwounds2&&(this.idmg+=a.auras.deepwounds2.idmg),a.auras.deepwounds3&&(this.idmg+=a.auras.deepwounds3.idmg),a.auras.deepwounds4&&(this.idmg+=a.auras.deepwounds4.idmg),a.auras.rend&&(this.idmg+=a.auras.rend.idmg),a.auras.weaponbleedmh&&(this.idmg+=a.auras.weaponbleedmh.idmg),a.auras.weaponbleedoh&&(this.idmg+=a.auras.weaponbleedoh.idmg),a.spells.fireball&&(this.idmg+=a.spells.fireball.idmg),a.spells.gunaxe&&(this.idmg+=a.spells.gunaxe.idmg),a.spells.themoltencore&&(this.idmg+=a.spells.themoltencore.idmg),this.totaldmg+=this.idmg,this.totalduration+=this.duration;let d=this.idmg/this.duration;dthis.maxdps&&(this.maxdps=d),this.sumdps+=d,this.sumdps2+=d*d,d=Math.round(d),this.spread[d]?this.spread[d]++:this.spread[d]=1}update(e){this.cb_update&&this.cb_update(e,{iterations:this.iterations,totaldmg:this.totaldmg,totalduration:this.totalduration})}finished(){this.cb_finished&&this.cb_finished({iterations:this.iterations,totaldmg:this.totaldmg,totalduration:this.totalduration,mindps:this.mindps,maxdps:this.maxdps,sumdps:this.sumdps,sumdps2:this.sumdps2,starttime:this.starttime,endtime:this.endtime})}}function rng(e,s){return~~(Math.random()*(s-e+1)+e)}function rng10k(){return~~(1e4*Math.random())}function avg(e,s){return(e+s)/2} \ No newline at end of file diff --git a/dist/js/classes/spell.min.js b/dist/js/classes/spell.min.js index 9eb4eff0..c60d8e04 100644 --- a/dist/js/classes/spell.min.js +++ b/dist/js/classes/spell.min.js @@ -1 +1 @@ -class Spell{constructor(t,s,e){this.id=s,this.timer=0,this.cost=0,this.cooldown=0,this.player=t,this.refund=!0,this.canDodge=!0,this.totaldmg=0,this.data=[0,0,0,0,0],this.name=e||this.constructor.name,this.useonly=!1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.weaponspell=!0,this.defenseType=DEFENSETYPE.MELEE,this.school=SCHOOL.PHYSICAL,this.minrage=0;let i=spells.filter(t=>t.id==this.id)[0];i&&(i.minrageactive&&(this.minrage=parseInt(i.minrage)),i.maxrageactive&&(this.maxrage=parseInt(i.maxrage)),i.maincdactive&&(this.maincd=1e3*parseInt(i.maincd)),i.cooldown&&(this.cooldown=parseInt(i.cooldown)||0),i.durationactive&&(this.cooldown=Math.max(parseInt(i.duration),this.cooldown)),i.value1&&(this.value1=parseInt(i.value1)),i.value2&&(this.value2=parseInt(i.value2)),i.priorityapactive&&(this.priorityap=parseInt(i.priorityap)),i.consumedrage&&(this.consumedrage=i.consumedrage),i.unqueueactive&&(this.unqueue=parseInt(i.unqueue)),i.exmacro&&(this.exmacro=i.exmacro),i.execute&&(this.execute=i.execute),i.globalsactive&&(this.globals=i.globals),i.bloodsurge&&(this.bloodsurge=i.bloodsurge),i.afterswing&&(this.afterswing=i.afterswing),i.swingreset&&(this.swingreset=i.swingreset),i.timetoendactive&&(this.timetoend=1e3*parseInt(i.timetoend)),i.timetostartactive&&(this.timetostart=1e3*parseInt(i.timetostart)),i.zerkerpriority&&(this.zerkerpriority=i.zerkerpriority),i.swordboard&&(this.swordboard=i.swordboard),i.resolve&&(this.resolve=i.resolve),i.durationactive&&(this.duration=parseInt(i.duration)))}dmg(){return 0}use(){this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}step(t){return this.timer<=t?(this.timer=0,log&&this.player.log(`${this.name} off cooldown`)):this.timer-=t,this.timer}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}failed(){}}class Bloodthirst extends Spell{constructor(t,s){super(t,s),this.cost=30-t.ragecostbonus,this.cooldown=6,this.weaponspell=!1}dmg(){let t;return(t=.45*this.player.stats.ap+this.player.stats.moddmgdone)*this.player.stats.dmgmod*this.player.mainspelldmg}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}}class Whirlwind extends Spell{constructor(t,s){super(t,s),this.cost=25-t.ragecostbonus,this.cooldown=10,this.refund=!1}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(this.player.isValidStance("zerk")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("zerk")||this.player.rage<=this.maxrage)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Overpower extends Spell{constructor(t,s){super(t,s),this.cost=5-t.ragecostbonus,this.cooldown=5,this.canDodge=!1}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.timer=1500,this.player.dodgetimer=0,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.isValidStance("battle")||this.player.switch("battle"),this.player.rage-=this.cost}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.dodgetimer&&(this.player.isValidStance("battle")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("battle")||this.player.rage<=this.maxrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Execute extends Spell{constructor(t,s){super(t,s),this.cost=15-t.talents.executecost-t.ragecostbonus,this.usedrage=0,this.totalusedrage=0,this.refund=!1,this.weaponspell=!1}dmg(){let t;return(t=this.value1+this.value2*this.usedrage+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(t){t&&t.exmacro&&(t.canUse()?(this.player.cast(t),this.player.heroicdelay=0):t instanceof Cleave&&t.backupheroic&&t.backupheroic.canUse()&&(this.player.cast(t.backupheroic),this.player.heroicdelay=0)),this.player.timer=1500,this.player.rage-=this.cost,this.usedrage=~~this.player.rage,this.totalusedrage+=this.usedrage-(this.player.auras.suddendeath&&this.player.auras.suddendeath.timer?10:0),this.timer=1-step%1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}step(t){return this.timer<=t?(this.timer=0,this.result!=RESULT.MISS&&(this.result,RESULT.DODGE)):this.timer-=t,this.timer}canUse(){return!this.player.timer&&this.cost<=this.player.rage}}class Bloodrage extends Spell{constructor(t,s){super(t,s),this.cost=0,this.rage=10+t.talents.bloodragebonus,this.cooldown=60,this.useonly=!0}use(){this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.rage=Math.min(this.player.rage+this.rage,100),this.player.auras.bloodrage.use(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer}}class HeroicStrike extends Spell{constructor(t,s){super(t,s,"Heroic Strike"),this.cost=15-t.talents.impheroicstrike-t.ragecostbonus,this.bonus=this.value1,this.useonly=!0,this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}use(){this.player.nextswinghs=!0,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.player.nextswinghs&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)&&(!this.unqueue||this.player.mh.timer>this.unqueuetimer)}}class Cleave extends Spell{constructor(t,s){if(super(t,s),this.cost=20-t.ragecostbonus,this.bonus=this.value1*(1+this.player.talents.cleavebonus/100),this.useonly=!0,this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax),this.exmacro)for(let s of spells){let e=parseInt(s.minlevel||0),i=parseInt(s.maxlevel||60);"Heroic Strike"==s.name&&t.level>=e&&t.level<=i&&(this.backupheroic=new HeroicStrike(t,s.id),this.backupheroic.exmacro=!0)}}use(){this.player.nextswinghs=!0,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.player.nextswinghs&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)&&(!this.unqueue||this.player.mh.timer>this.unqueuetimer)}}class MortalStrike extends Spell{constructor(t,s){super(t,s,"Mortal Strike"),this.cost=30-t.ragecostbonus,this.cooldown=6}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod*this.player.mainspelldmg}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}}class SunderArmor extends Spell{constructor(t,s){super(t,s,"Sunder Armor"),this.cost=15-t.talents.impsunderarmor-t.ragecostbonus,this.stacks=0,this.nocrit=!0}use(){this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.stacks=Math.min(6,this.stacks+1),(this.player.homunculi||this.player.exposed)&&(this.stacks=6),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}dmg(){if(!this.devastate)return 0;let t=1.5*(1+.1*(this.stacks-1));return((this.player.mh.mindmg+this.player.mh.maxdmg)/2+this.player.stats.ap/14*this.player.mh.speed)/this.player.mh.speed*t*this.player.stats.dmgmod}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.globals||this.stacks=this.minrage)&&(this.player.furiousthunder||this.player.isValidStance("battle"))}}class VictoryRush extends Spell{constructor(t,s){super(t,s,"Victory Rush"),this.cost=0,this.stacks=0,this.weaponspell=!1}use(){this.stacks++,this.player.timer=1500,this.player.rage-=this.cost,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}dmg(){let t;return(t=.45*this.player.stats.ap)*this.player.stats.dmgmod}canUse(){return!this.player.timer&&!this.stacks}}class RagingBlow extends Spell{constructor(t,s){super(t,s,"Raging Blow"),this.cost=0,this.cooldown=8}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),.8*(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}canUse(t){return!this.timer&&!this.player.timer&&(!t||this.execute)&&this.player.isEnraged()}}class BerserkerRage extends Spell{constructor(t,s){super(t,s),this.cost=0,this.rage=t.talents.berserkerbonus,this.cooldown=30,this.useonly=!0}use(){this.player.timer=1500,this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.rage=Math.min(this.player.rage+this.rage,100),this.player.auras.berserkerrage.use(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer&&!this.player.timer&&(!this.maxrage||this.player.isValidStance("zerk")||this.player.rage<=this.maxrage)}}class QuickStrike extends Spell{constructor(t,s){super(t,s,"Quick Strike"),this.cost=20-t.talents.impheroicstrike-t.ragecostbonus,this.cooldown=0}dmg(){let t;return(t=~~rng(.1*this.player.stats.ap,.2*this.player.stats.ap)+this.player.stats.moddmgdone)*this.player.stats.dmgmod}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class RagePotion extends Spell{constructor(t,s){super(t,s,"Rage Potion"),this.cost=0,this.minrage=80,this.cooldown=120,this.useonly=!0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.rage=Math.min(this.player.rage+~~rng(this.value1,this.value2),100),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer&&this.player.rage=this.usestep}}class Slam extends Spell{constructor(t,s){super(t,s),this.cost=15-t.ragecostbonus,this.casttime=t.precisetiming?0:1500-100*t.talents.impslam,this.cooldown=t.precisetiming?6:0,this.mhthreshold=0}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.speed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.freeslam||(this.player.rage-=this.cost),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.casttime&&!this.player.freeslam&&(this.player.mh.use(),this.player.oh&&this.player.oh.use()),this.player.freeslam=!1,this.timer=1e3*this.cooldown,log&&this.player.log(`${this.name} done casting`)}canUse(){return!this.timer&&!this.player.timer&&this.player.mh.timer>=this.mhthreshold&&(this.player.freeslam||this.cost<=this.player.rage)&&(!this.bloodsurge||this.player.freeslam)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Fireball extends Spell{constructor(t,s){super(t,s),this.useonly=!0,this.proc={magicdmg:371},this.idmg=0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1;let t=this.player.magicproc(this.proc);this.idmg+=t,log&&this.player.log(`Fireball hit for ${t}`)}canUse(){return!this.timer&&step>=this.usestep}}class GunAxe extends Spell{constructor(t,s){super(t,s),this.useonly=!0,this.proc={magicdmg:225},this.idmg=0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1;let t=this.player.magicproc(this.proc);this.idmg+=t,log&&this.player.log(`Gun Axe hit for ${t}`)}canUse(){return!this.timer&&step>=this.usestep}}class BlademasterFury extends Spell{constructor(t,s){super(t,s,"Blademaster's Fury"),this.cooldown=120}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.timer=1500,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.spells.whirlwind&&(this.player.spells.whirlwind.timer=0,log&&this.player.log(`${this.player.spells.whirlwind.name} off cooldown`))}canUse(){return!this.timer&&!this.player.timer&&(!this.player.spells.whirlwind||this.player.spells.whirlwind.timer>0)}}class ShieldSlam extends Spell{constructor(t,s){super(t,s,"Shield Slam"),this.cost=20-t.ragecostbonus,this.cooldown=6,this.duration&&(this.cooldown=Math.max(this.cooldown,this.duration)),this.swordboard&&(this.cost=0)}dmg(){let t,s=this.player.stats.ap+(this.player.auras.defendersresolve&&!this.player.auras.defendersresolve.timer?4*this.player.stats.defense:0);return(t=rng(this.value1,this.value2)+2*this.player.stats.block+~~(.15*s))*this.player.stats.dmgmod*this.player.mainspelldmg}use(){this.player.timer=1500,this.player.freeshieldslam||(this.player.rage-=this.cost),this.timer=1e3*this.cooldown,this.player.freeshieldslam=!1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return this.player.shield&&!this.timer&&!this.player.timer&&(this.player.freeshieldslam||this.cost<=this.player.rage)&&(this.player.freeshieldslam||this.player.rage>=this.minrage)&&(!this.resolve||this.player.auras.defendersresolve&&!this.player.auras.defendersresolve.timer)&&(!this.swordboard||this.player.freeshieldslam)}}class Shockwave extends Spell{constructor(t,s){super(t,s),this.cost=15-t.ragecostbonus,this.cooldown=20,this.canDodge=!1}dmg(){return(this.player.stats.ap/2+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.isValidStance("def")||this.player.switch("def"),this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(this.player.isValidStance("def")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("def")||this.player.rage<=this.maxrage)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Aura{constructor(t,s,e){this.id=s,this.timer=0,this.starttimer=0,this.stats={},this.mult_stats={},this.player=t,this.firstuse=!0,this.duration=0,this.stacks=0,this.uptime=0,this.name=e||this.constructor.name,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.useonly=!0;let i=spells.filter(t=>t.id==this.id)[0];i||(i=buffs.filter(t=>t.id==this.id)[0]),i&&(i.durationactive&&(this.duration=parseInt(i.duration)),i.timetoendactive&&(this.timetoend=1e3*parseInt(i.timetoend)),i.timetostartactive&&(this.timetostart=1e3*parseInt(i.timetostart)),i.crusaders&&(this.crusaders=parseInt(i.crusaders)),i.haste&&(this.mult_stats={haste:parseInt(i.haste)}),i.value1&&(this.value1=i.value1),i.value2&&(this.value2=i.value2),i.minlevel&&(this.minlevel=i.minlevel),i.procblock&&(this.procblock=i.procblock),i.rageblockactive&&(this.rageblock=parseInt(i.rageblock)),i.erageblockactive&&(this.erageblock=parseInt(i.erageblock)),i.chargeblockactive&&(this.chargeblock=parseInt(i.chargeblock)),i.echargeblockactive&&(this.echargeblock=parseInt(i.echargeblock)),i.wfap&&(this.wfap=parseInt(i.wfap)),i.wfapperc&&(this.wfapperc=parseInt(i.wfapperc)),i.alwaystails&&(this.alwaystails=i.alwaystails),i.alwaysheads&&(this.alwaysheads=i.alwaysheads),i.item&&(this.item=i.item),i.noitemcd&&(this.noitemcd=i.noitemcd),i.maxrageactive&&(this.maxrage=parseInt(i.maxrage)))}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0}prep(t,s){if(void 0!==this.timetostart&&(this.usestep=this.timetostart),void 0!==this.timetoend){if(this.item&&!this.noitemcd)return this.usestep=Math.max(Math.min(t-this.timetoend,t-s-1e3*this.duration),0),1e3*this.duration;this.usestep=Math.max(t-this.timetoend,0)}return 0}remove(){this.timer&&(this.uptime+=step-this.starttimer,this.timer=0,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}}class Recklessness extends Aura{constructor(t,s){super(t,s),this.duration=12,this.stats={crit:"sod"==this.player.mode?50:100},this.cooldown="sod"==this.player.mode?300:1800}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}}class Flurry extends Aura{constructor(t,s){super(t,s),this.duration=12,this.mult_stats={haste:t.talents.flurry}}proc(){this.stacks--,this.stacks||(this.uptime+=step-this.starttimer,this.timer=0,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}use(){this.timer=1,this.stacks||(this.starttimer=step,this.player.updateHaste()),this.stacks=3,log&&this.player.log(`${this.name} applied`)}}class DeepWounds extends Aura{constructor(t,s,e){super(t,s,"Deep Wounds"+(e?" "+e:"")),this.duration=12,this.idmg=0,this.totaldmg=0,this.saveddmg=0,this.ticksleft=0}tickdmg(t){let s,e;t?(s=this.player.oh.mindmg+this.player.oh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.oh.speed,e=this.player.oh.maxdmg+this.player.oh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.oh.speed):(s=this.player.mh.mindmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed,e=this.player.mh.maxdmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed);let i=(s+e)/2;return i*=(t?this.player.oh.modifier:this.player.mh.modifier)*this.player.stats.dmgmod*this.player.talents.deepwounds*this.player.bleedmod}step(){for(;step>=this.nexttick;){this.player.stepauras(!0);let t=this.saveddmg/this.ticksleft;this.saveddmg-=t,this.idmg+=t,this.totaldmg+=t,this.ticksleft--,log&&this.player.log(`${this.name} tick for ${t.toFixed(2)}`),this.nexttick+=3e3}step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.nexttick=0,this.firstuse=!1,this.saveddmg=0,log&&this.player.log(`${this.name} removed`))}use(t){this.timer&&(this.uptime+=step-this.starttimer),this.ticksleft=4,this.saveddmg+=this.tickdmg(t),this.nexttick?this.timer=this.nexttick-3e3+1e3*this.duration:(this.nexttick=step+3e3,this.timer=step+1e3*this.duration),this.starttimer=step,log&&this.player.log(`${this.name} applied`)}}class OldDeepWounds extends Aura{constructor(t,s,e){super(t,s,"Deep Wounds"+(e?" "+e:"")),this.duration=12,this.idmg=0,this.totaldmg=0}step(){for(;step>=this.nexttick;){let t=(this.player.mh.mindmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed+(this.player.mh.maxdmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed))/2;t*=this.player.mh.modifier*this.player.stats.dmgmod*this.player.talents.deepwounds*this.player.bleedmod,this.idmg+=t/4,this.totaldmg+=t/4,log&&this.player.log(`${this.name} tick for ${(t/4).toFixed(2)}`),this.nexttick+=3e3}step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1)}use(){this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+3e3,this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}}class Crusader extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={str:100}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class Cloudkeeper extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={ap:100}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.player.itemtimer&&!this.timer&&step>=this.usestep}}class Felstriker extends Aura{constructor(t,s){super(t,s),this.duration=3,this.stats={crit:100,hit:100}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.update(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.update(),log&&this.player.log(`${this.name} removed`))}}class DeathWish extends Aura{constructor(t,s){super(t,s,"Death Wish"),this.duration=30,this.mult_stats={dmgmod:20},this.cooldown=180}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.rage-=10,this.player.timer=1500,this.starttimer=step,this.player.updateDmgMod(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&this.player.rage>=10&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class BattleStance extends Aura{constructor(t,s){super(t,s,"Battle Stance"),this.stats={}}}class DefensiveStance extends Aura{constructor(t,s){super(t,s,"Defensive Stance"),this.mult_stats={dmgmod:-10,spelldmgmod:-10}}}class BerserkerStance extends Aura{constructor(t,s){super(t,s,"Berserker Stance"),this.stats={crit:3}}}class GladiatorStance extends Aura{constructor(t,s){super(t,s,"Gladiator Stance"),this.mult_stats={}}}class MightyRagePotion extends Aura{constructor(t,s){super(t,s,"Mighty Rage Potion"),this.stats={str:60},this.duration=20}use(){this.timer&&(this.uptime+=step-this.starttimer);let t=this.player.rage;this.player.rage=Math.min(this.player.rage+~~rng(this.value1,this.value2),100),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class BloodFury extends Aura{constructor(t,s){super(t,s,"Blood Fury"),this.duration=15,this.mult_stats={baseapmod:25}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.timer=1500,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&step>=this.usestep}}class Berserking extends Aura{constructor(t,s){super(t,s),this.duration=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.rage-=5,this.player.timer=1500,this.player.updateHaste(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&this.player.rage>=5&&step>=this.usestep}}class Empyrean extends Aura{constructor(t,s){super(t,s),this.duration=10,this.mult_stats={haste:20},this.name="Empyrean Haste"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class Eskhandar extends Aura{constructor(t,s){super(t,s),this.duration=5,this.mult_stats={haste:30},this.name="Eskhandar Haste"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class Zeal extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={moddmgdone:10}}use(){this.player.timer&&this.player.timer<1500||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Annihilator extends Aura{constructor(t,s){super(t,s),this.duration=45,this.armor=200,this.stacks=0}use(){this.player.faeriefire||rng10k()2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Rivenspike extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=200,this.stacks=0}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=this.stacks>2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Bonereaver extends Aura{constructor(t,s){super(t,s),this.duration=10,this.armor=700,this.stacks=0}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=this.stacks>2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Destiny extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stats={str:200}}}class Untamed extends Aura{constructor(t,s){super(t,s),this.duration=8,this.stats={str:300},this.name="The Untamed Blade"}}class Pummeler extends Aura{constructor(t,s){super(t,s),this.duration=30,this.mult_stats={haste:50},this.name="Manual Crowd Pummeler"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Windfury extends Aura{constructor(t,s){super(t,s),this.wfap&&(this.stats={ap:this.wfap}),this.wfapperc&&(this.mult_stats={apmod:this.wfapperc})}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1500,this.starttimer=step,this.mintime=step%batching,this.stacks=2,this.player.updateAP(),this.player.extraattacks++,log&&this.player.log(`${this.name} applied`)}proc(){this.stacks<2?(step=this.timer||0==this.stacks)&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class Swarmguard extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=200,this.stacks=0,this.chance=~~(10*t.mh.speed/.006),this.timetoend=3e4}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=0,log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}proc(){this.stacks=Math.min(this.stacks+1,6),this.player.updateArmorReduction(),log&&this.player.log(`${this.name} proc`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Flask extends Aura{constructor(t,s){super(t,s),this.duration=60,this.stats={str:75},this.name="Diamond Flask"}use(){this.player.timer=1500,this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&!this.player.itemtimer&&step>=this.usestep}}class Slayer extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:260},this.name="Slayer's Crest"}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Spider extends Aura{constructor(t,s){super(t,s),this.duration=15,this.mult_stats={haste:20},this.name="Kiss of the Spider"}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Earthstrike extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:280}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Gabbar extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:65},this.name="Jom Gabbar"}use(){this.stats.ap=65,this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){(step-this.starttimer)%2e3==0&&(this.stats.ap+=65,this.player.updateAP(),log&&this.player.log(`${this.name} tick`)),step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class PrimalBlessing extends Aura{constructor(t,s){super(t,s,"Primal Blessing"),this.duration=12,this.stats={ap:300},this.cooldown=240,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} applied`))}}class BloodrageAura extends Aura{constructor(t,s){super(t,s),this.duration=10,this.name="Bloodrage"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){return(step-this.starttimer)%1e3==0&&(this.player.rage=Math.min(this.player.rage+1,100),this.player.auras.consumedrage&&this.player.rage>=60&&this.player.rage<81&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} tick`)),step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`)),this.timer}}class Zandalarian extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={moddmgdone:40}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.stats.moddmgdone=40,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}proc(){this.stats.moddmgdone-=2,this.player.updateBonusDmg(),this.stats.moddmgdone<=0&&(this.timer=step,this.step())}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Avenger extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stats={ap:200},this.name="Argent Avenger"}}class BerserkerRageAura extends Aura{constructor(t,s){super(t,s),this.duration=10,this.name="Berserker Rage"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`))}}class BattleShout extends Aura{constructor(t,s){super(t,s),this.duration=120+36*this.player.talents.boomingvoice,this.cost=10-2*this.player.talents.boomingvoice,this.name="Battle Shout";let e=~~((this.player.level-this.minlevel)*this.value2);this.stats.ap=~~((this.value1+e+(this.player.enhancedbs?30:0))*(1+this.player.talents.impbattleshout))}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.rage-=this.cost,this.player.timer=1500,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage}}class ConsumedRage extends Aura{constructor(t,s){super(t,s,"Consumed by Rage"),this.duration=12}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class Rend extends Aura{constructor(t,s){super(t,s);let e=3*this.value2;this.duration=Math.max(this.duration||e,e),this.cost=10-t.ragecostbonus,this.idmg=0,this.totaldmg=0,this.data=[0,0,0,0,0],this.canDodge=!0,this.nocrit=!0,this.dmgmod=1+this.player.talents.rendmod/100,this.tfbstep=-6e3}step(){for(;step>=this.nexttick&&this.stacks;){let t=this.value1;this.player.bloodfrenzy&&(t+=this.value1+~~(.03*this.player.stats.ap));let s=t*this.player.stats.dmgmod*this.dmgmod*this.player.bleedmod;this.idmg+=s/this.value2,this.totaldmg+=s/this.value2,log&&this.player.log(`${this.name} tick for ${(s/this.value2).toFixed(2)}`),this.nexttick+=3e3,this.stacks--,this.stacks||(this.uptime+=step-this.starttimer,log&&this.player.log(`${this.name} removed`)),this.player.tasteforblood&&this.tfbstep+6e3<=step&&(this.player.dodgetimer=9e3,this.tfbstep=step,log&&this.player.log("Taste of Blood applied"))}step>=this.timer&&(this.timer=0,this.firstuse=!1)}use(){let t=this.player.rollmeleespell(this);this.data[t]++,t!=RESULT.MISS&&(t!=RESULT.DODGE?(this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+3e3,this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.stacks=this.value2,this.player.isValidStance("battle",!0)||this.player.switch("battle"),this.player.rage-=this.cost,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)):this.player.dodgetimer=5e3)}canUse(){return!this.timer&&!this.player.timer&&this.player.rage>=this.cost&&(this.player.isValidStance("battle",!0)||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("battle",!0)||this.player.rage<=this.maxrage)}end(){this.stacks&&(this.uptime+=step-this.starttimer),this.timer=0,this.stacks=0,this.tfbstep=-6e3}}class Vibroblade extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=100}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Ultrasonic extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=160}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class VoidMadness extends Aura{constructor(t,s){super(t,s,"Void Madness"),this.duration=10,this.mult_stats={haste:10}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class WeaponBleed extends Aura{constructor(t,s,e,i,r,a){super(t,s,"Weapon Bleed"+(a?" OH":" MH")),this.duration=parseInt(e)/1e3,this.interval=parseInt(i),this.ticks=e/i,this.dmg=parseInt(r)*this.player.bleedmod,this.idmg=0,this.totaldmg=0}step(){for(;step>=this.nexttick;)this.idmg+=this.dmg,this.totaldmg+=this.dmg,log&&this.player.log(`${this.name} tick for ${this.dmg}`),this.nexttick+=this.interval;step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1)}use(){this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+this.interval,this.timer=step+1e3*this.duration,this.starttimer=step}}class Ragehammer extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={ap:20},this.mult_stats={haste:5}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class BlisteringRagehammer extends Aura{constructor(t,s){super(t,s,"Blistering Ragehammer"),this.duration=15,this.stats={moddmgdone:30},this.mult_stats={haste:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Jackhammer extends Aura{constructor(t,s){super(t,s),this.duration=10,this.mult_stats={haste:30}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class LordGeneral extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={ap:50}}}class Stoneslayer extends Aura{constructor(t,s){super(t,s),this.duration=8,this.stats={moddmgdone:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class CleaveArmor extends Aura{constructor(t,s){super(t,s),this.duration=20,this.armor=300}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class StrengthChampion extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={str:120}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class MildlyIrradiated extends Aura{constructor(t,s){super(t,s,"Mildly Irradiated"),this.duration=15,this.stats={ap:40}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class GyromaticAcceleration extends Aura{constructor(t,s){super(t,s,"Gyromatic Acceleration"),this.duration=20,this.mult_stats={haste:5}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class Spicy extends Aura{constructor(t,s){super(t,s,"Spicy!"),this.duration=30,this.mult_stats={haste:4}}use(){this.firstuse&&(this.timer=step+1e3*this.duration,this.starttimer=step,this.firstuse=!1,this.player.updateHaste(),this.player.attackproc1||(this.player.attackproc1={chance:500,magicdmg:7,spicy:!0}),this.player.attackproc2||(this.player.attackproc2={chance:500,magicdmg:7,spicy:!0}),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateHaste(),this.player.attackproc1&&this.player.attackproc1.spicy&&delete this.player.attackproc1,this.player.attackproc2&&this.player.attackproc2.spicy&&delete this.player.attackproc2,log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.attackproc1&&this.player.attackproc1.spicy&&delete this.player.attackproc1,this.player.attackproc2&&this.player.attackproc2.spicy&&delete this.player.attackproc2}}class GneuroLogical extends Aura{constructor(t,s){super(t,s,"Gneuro-Logical Shock"),this.duration=10,this.mult_stats={haste:20}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class CoinFlip extends Aura{constructor(t,s){super(t,s,"Coin Flip"),this.duration=30,this.stats={crit:3}}use(){this.firstuse=!1,this.alwaystails||(this.alwaysheads||rng10k()<5e3)&&(this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),log&&this.player.log(`${this.name} Crit applied`))}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class Rampage extends Aura{constructor(t,s){super(t,s),this.duration=30,this.mult_stats={apmod:10},this.cooldown=120}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&this.player.isEnraged()&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class WreckingCrew extends Aura{constructor(t,s){super(t,s,"Wrecking Crew"),this.duration=12}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.mainspelldmg=1.1,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.mainspelldmg=1,log&&this.player.log(`${this.name} removed`))}}class SerpentAscension extends Aura{constructor(t,s){super(t,s,"Serpent's Ascension"),this.duration=12,this.stats={ap:150},this.cooldown=120,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} applied`))}}class VoodooFrenzy extends Aura{constructor(t,s){super(t,s,"Voodoo Frenzy"),this.duration=10,this.cooldown=40,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.stats.str>=this.player.stats.agi?this.stats={str:35}:this.stats={agi:35},this.player.updateAuras(),log&&this.player.log(`${this.name} applied`))}}class RoarGuardian extends Aura{constructor(t,s){super(t,s,"Roar of the Guardian"),this.duration=20,this.stats={ap:70}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class RelentlessStrength extends Aura{constructor(t,s){super(t,s,"Relentless Strength"),this.duration=20,this.stats={moddmgdone:20}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.stats.moddmgdone=20,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}proc(){this.stats.moddmgdone-=1,this.player.updateBonusDmg(),this.stats.moddmgdone<=0&&(this.timer=step,this.step())}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class EchoesDread extends Aura{constructor(t,s){super(t,s,"Echoes of Dread"),this.duration=10,this.stats={ap:50},this.mult_stats={haste:5},this.cooldown=40,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`))}}class FreshMeat extends Aura{constructor(t,s){super(t,s,"Fresh Meat"),this.duration=12,this.mult_stats={dmgmod:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateDmgMod(),this.firstuse=!1,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class SuddenDeath extends Aura{constructor(t,s){super(t,s,"Sudden Death"),this.duration=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`))}remove(){this.uptime+=step-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`)}}class WarriorsResolve extends Aura{constructor(t,s){super(t,s,"Warrior's Resolve")}use(){let t=this.player.rage;this.player.rage=Math.min(this.player.rage+10,100),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} proc`)}}class EchoesStance extends Aura{constructor(t,s){super(t,s,"Echoes of Stance"),this.duration=5}use(t){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stance=t,log&&this.player.log(`${this.name} applied`)}}class BattleForecast extends Aura{constructor(t,s){super(t,s,"Battle Forecast"),this.mult_stats={dmgmod:10},this.duration=10}}class BerserkerForecast extends Aura{constructor(t,s){super(t,s,"Berserker Forecast"),this.stats={crit:10},this.duration=10}}class DefendersResolve extends Aura{constructor(t,s){super(t,s,"Defender's Resolve"),this.duration=15}use(){this.stats={ap:4*this.player.stats.defense},this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class MeltArmor extends Aura{constructor(t,s){super(t,s,"Melt Armor"),this.duration=10,this.stats.moddmgtaken=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}}class SingleMinded extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stacks=0,this.mult_stats={haste:2}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=Math.min(5,this.stacks+1),this.mult_stats={haste:2*this.stacks},this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}} \ No newline at end of file +class Spell{constructor(t,s,e){this.id=s,this.timer=0,this.cost=0,this.cooldown=0,this.player=t,this.refund=!0,this.canDodge=!0,this.totaldmg=0,this.data=[0,0,0,0,0],this.name=e||this.constructor.name,this.useonly=!1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.weaponspell=!0,this.defenseType=DEFENSETYPE.MELEE,this.school=SCHOOL.PHYSICAL,this.minrage=0;let i=spells.filter(t=>t.id==this.id)[0];i&&(i.minrageactive&&(this.minrage=parseInt(i.minrage)),i.maxrageactive&&(this.maxrage=parseInt(i.maxrage)),i.maincdactive&&(this.maincd=1e3*parseInt(i.maincd)),i.cooldown&&(this.cooldown=parseInt(i.cooldown)||0),i.durationactive&&(this.cooldown=Math.max(parseInt(i.duration),this.cooldown)),i.value1&&(this.value1=parseInt(i.value1)),i.value2&&(this.value2=parseInt(i.value2)),i.priorityapactive&&(this.priorityap=parseInt(i.priorityap)),i.consumedrage&&(this.consumedrage=i.consumedrage),i.unqueueactive&&(this.unqueue=parseInt(i.unqueue)),i.exmacro&&(this.exmacro=i.exmacro),i.execute&&(this.execute=i.execute),i.globalsactive&&(this.globals=i.globals),i.bloodsurge&&(this.bloodsurge=i.bloodsurge),i.afterswing&&(this.afterswing=i.afterswing),i.swingreset&&(this.swingreset=i.swingreset),i.timetoendactive&&(this.timetoend=1e3*parseInt(i.timetoend)),i.timetostartactive&&(this.timetostart=1e3*parseInt(i.timetostart)),i.zerkerpriority&&(this.zerkerpriority=i.zerkerpriority),i.swordboard&&(this.swordboard=i.swordboard),i.resolve&&(this.resolve=i.resolve),i.durationactive&&(this.duration=parseInt(i.duration)))}dmg(){return 0}use(){this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}step(t){return this.timer<=t?(this.timer=0,log&&this.player.log(`${this.name} off cooldown`)):this.timer-=t,this.timer}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}failed(){}}class Bloodthirst extends Spell{constructor(t,s){super(t,s),this.cost=30-t.ragecostbonus,this.cooldown=6,this.weaponspell=!1}dmg(){let t;return(t=.45*this.player.stats.ap+this.player.stats.moddmgdone)*this.player.stats.dmgmod*this.player.mainspelldmg}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}}class Whirlwind extends Spell{constructor(t,s){super(t,s),this.cost=25-t.ragecostbonus,this.cooldown=10,this.refund=!1}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(this.player.isValidStance("zerk")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("zerk")||this.player.rage<=this.maxrage)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Overpower extends Spell{constructor(t,s){super(t,s),this.cost=5-t.ragecostbonus,this.cooldown=5,this.canDodge=!1}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.timer=1500,this.player.dodgetimer=0,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.isValidStance("battle")||this.player.switch("battle"),this.player.rage-=this.cost}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.dodgetimer&&(this.player.isValidStance("battle")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("battle")||this.player.rage<=this.maxrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Execute extends Spell{constructor(t,s){super(t,s),this.cost=15-t.talents.executecost-t.ragecostbonus,this.usedrage=0,this.totalusedrage=0,this.refund=!1,this.weaponspell=!1}dmg(){let t;return(t=this.value1+this.value2*this.usedrage+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(t){t&&t.exmacro&&(t.canUse()?(this.player.cast(t),this.player.heroicdelay=0):t instanceof Cleave&&t.backupheroic&&t.backupheroic.canUse()&&(this.player.cast(t.backupheroic),this.player.heroicdelay=0)),this.player.timer=1500,this.player.rage-=this.cost,this.usedrage=~~this.player.rage,this.totalusedrage+=this.usedrage-(this.player.auras.suddendeath&&this.player.auras.suddendeath.timer?10:0),this.timer=1-step%1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}step(t){return this.timer<=t?(this.timer=0,this.result!=RESULT.MISS&&(this.result,RESULT.DODGE)):this.timer-=t,this.timer}canUse(){return!this.player.timer&&this.cost<=this.player.rage}}class Bloodrage extends Spell{constructor(t,s){super(t,s),this.cost=0,this.rage=10+t.talents.bloodragebonus,this.cooldown=60,this.useonly=!0}use(){this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.rage=Math.min(this.player.rage+this.rage,100),this.player.auras.bloodrage.use(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer}}class HeroicStrike extends Spell{constructor(t,s){super(t,s,"Heroic Strike"),this.cost=15-t.talents.impheroicstrike-t.ragecostbonus,this.bonus=this.value1,this.useonly=!0,this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}use(){this.player.nextswinghs=!0,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.player.nextswinghs&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)&&(!this.unqueue||this.player.mh.timer>this.unqueuetimer)}}class Cleave extends Spell{constructor(t,s){if(super(t,s),this.cost=20-t.ragecostbonus,this.bonus=this.value1*(1+this.player.talents.cleavebonus/100),this.useonly=!0,this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax),this.exmacro)for(let s of spells){let e=parseInt(s.minlevel||0),i=parseInt(s.maxlevel||60);"Heroic Strike"==s.name&&t.level>=e&&t.level<=i&&(this.backupheroic=new HeroicStrike(t,s.id),this.backupheroic.exmacro=!0)}}use(){this.player.nextswinghs=!0,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.unqueuetimer=300+rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.player.nextswinghs&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)&&(!this.unqueue||this.player.mh.timer>this.unqueuetimer)}}class MortalStrike extends Spell{constructor(t,s){super(t,s,"Mortal Strike"),this.cost=30-t.ragecostbonus,this.cooldown=6}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod*this.player.mainspelldmg}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage}}class SunderArmor extends Spell{constructor(t,s){super(t,s,"Sunder Armor"),this.cost=15-t.talents.impsunderarmor-t.ragecostbonus,this.stacks=0,this.nocrit=!0}use(){this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.stacks=Math.min(6,this.stacks+1),(this.player.homunculi||this.player.exposed)&&(this.stacks=6),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}dmg(){if(!this.devastate)return 0;let t=1.5*(1+.1*(this.stacks-1));return((this.player.mh.mindmg+this.player.mh.maxdmg)/2+this.player.stats.ap/14*this.player.mh.speed)/this.player.mh.speed*t*this.player.stats.dmgmod}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&this.player.rage>=this.minrage&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.globals||this.stacks=this.minrage)&&(this.player.furiousthunder||this.player.isValidStance("battle"))}}class VictoryRush extends Spell{constructor(t,s){super(t,s,"Victory Rush"),this.cost=0,this.stacks=0,this.weaponspell=!1}use(){this.stacks++,this.player.timer=1500,this.player.rage-=this.cost,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}dmg(){let t;return(t=.45*this.player.stats.ap)*this.player.stats.dmgmod}canUse(){return!this.player.timer&&!this.stacks}}class RagingBlow extends Spell{constructor(t,s){super(t,s,"Raging Blow"),this.cost=0,this.cooldown=8}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),.8*(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}canUse(t){return!this.timer&&!this.player.timer&&(!t||this.execute)&&this.player.isEnraged()}}class BerserkerRage extends Spell{constructor(t,s){super(t,s),this.cost=0,this.rage=t.talents.berserkerbonus,this.cooldown=30,this.useonly=!0}use(){this.player.timer=1500,this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.rage=Math.min(this.player.rage+this.rage,100),this.player.auras.berserkerrage.use(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer&&!this.player.timer&&(!this.maxrage||this.player.isValidStance("zerk")||this.player.rage<=this.maxrage)}}class QuickStrike extends Spell{constructor(t,s){super(t,s,"Quick Strike"),this.cost=20-t.talents.impheroicstrike-t.ragecostbonus,this.cooldown=0}dmg(){let t;return(t=~~rng(.1*this.player.stats.ap,.2*this.player.stats.ap)+this.player.stats.moddmgdone)*this.player.stats.dmgmod}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(!this.minrage&&!this.maincd||this.minrage&&this.player.rage>=this.minrage||this.maincd&&this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.maincd&&this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class RagePotion extends Spell{constructor(t,s){super(t,s,"Rage Potion"),this.cost=0,this.minrage=80,this.cooldown=120,this.useonly=!0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1e3*this.cooldown;let t=this.player.rage;this.player.rage=Math.min(this.player.rage+~~rng(this.value1,this.value2),100),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use()}canUse(){return 0==this.timer&&this.player.rage=this.usestep}}class Slam extends Spell{constructor(t,s){super(t,s),this.cost=15-t.ragecostbonus,this.casttime=t.precisetiming?0:1500-100*t.talents.impslam,this.cooldown=t.precisetiming?6:0,this.mhthreshold=0}dmg(){let t;return t=this.value1+rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.speed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.freeslam||(this.player.rage-=this.cost),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.casttime&&!this.player.freeslam&&(this.player.mh.use(),this.player.oh&&this.player.oh.use()),this.player.freeslam=!1,this.timer=1e3*this.cooldown,log&&this.player.log(`${this.name} done casting`)}canUse(){return!this.timer&&!this.player.timer&&this.player.mh.timer>=this.mhthreshold&&(this.player.freeslam||this.cost<=this.player.rage)&&(!this.bloodsurge||this.player.freeslam)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class Fireball extends Spell{constructor(t,s){super(t,s),this.useonly=!0,this.proc={magicdmg:371},this.idmg=0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1;let t=this.player.magicproc(this.proc);this.idmg+=t,log&&this.player.log(`Fireball hit for ${t}`)}canUse(){return!this.timer&&step>=this.usestep}}class GunAxe extends Spell{constructor(t,s){super(t,s),this.useonly=!0,this.proc={magicdmg:225},this.idmg=0}prep(t){return void 0!==this.timetoend&&(this.usestep=Math.max(t-this.timetoend,0)),void 0!==this.timetostart&&(this.usestep=this.timetostart),0}use(){this.timer=1;let t=this.player.magicproc(this.proc);this.idmg+=t,log&&this.player.log(`Gun Axe hit for ${t}`)}canUse(){return!this.timer&&step>=this.usestep}}class BlademasterFury extends Spell{constructor(t,s){super(t,s,"Blademaster's Fury"),this.cooldown=120}dmg(){let t;return t=rng(this.player.mh.mindmg+this.player.mh.bonusdmg,this.player.mh.maxdmg+this.player.mh.bonusdmg),(t+=this.player.stats.ap/14*this.player.mh.normSpeed+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.timer=1500,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.spells.whirlwind&&(this.player.spells.whirlwind.timer=0,log&&this.player.log(`${this.player.spells.whirlwind.name} off cooldown`))}canUse(){return!this.timer&&!this.player.timer&&(!this.player.spells.whirlwind||this.player.spells.whirlwind.timer>0)}}class ShieldSlam extends Spell{constructor(t,s){super(t,s,"Shield Slam"),this.cost=20-t.ragecostbonus,this.cooldown=6,this.duration&&(this.cooldown=Math.max(this.cooldown,this.duration)),this.swordboard&&(this.cost=0)}dmg(){let t,s=this.player.stats.ap+(this.player.auras.defendersresolve&&!this.player.auras.defendersresolve.timer?4*this.player.stats.defense:0);return(t=rng(this.value1,this.value2)+2*this.player.stats.block+~~(.15*s))*this.player.stats.dmgmod*this.player.mainspelldmg}use(){this.player.timer=1500,this.player.freeshieldslam||(this.player.rage-=this.cost),this.timer=1e3*this.cooldown,this.player.freeshieldslam=!1,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return this.player.shield&&!this.timer&&!this.player.timer&&(this.player.freeshieldslam||this.cost<=this.player.rage)&&(this.player.freeshieldslam||this.player.rage>=this.minrage)&&(!this.resolve||this.player.auras.defendersresolve&&!this.player.auras.defendersresolve.timer)&&(!this.swordboard||this.player.freeshieldslam)}}class Shockwave extends Spell{constructor(t,s){super(t,s),this.cost=15-t.ragecostbonus,this.cooldown=20,this.canDodge=!1}dmg(){return(this.player.stats.ap/2+this.player.stats.moddmgdone)*this.player.stats.dmgmod}use(){this.player.isValidStance("def")||this.player.switch("def"),this.player.timer=1500,this.player.rage-=this.cost,this.timer=1e3*this.cooldown,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax)}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage&&(this.player.isValidStance("def")||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("def")||this.player.rage<=this.maxrage)&&(!this.minrage||this.player.rage>=this.minrage)&&(!this.maincd||this.player.spells.bloodthirst&&this.player.spells.bloodthirst.timer>=this.maincd||this.player.spells.mortalstrike&&this.player.spells.mortalstrike.timer>=this.maincd)}}class TheMoltenCore extends Spell{constructor(t,s){super(t,s,"The Molten Core"),this.useonly=!0,this.proc={magicdmg:20},this.idmg=0}use(){let t=this.player.magicproc(this.proc);for(let s=0;st.id==this.id)[0];i||(i=buffs.filter(t=>t.id==this.id)[0]),i&&(i.durationactive&&(this.duration=parseInt(i.duration)),i.timetoendactive&&(this.timetoend=1e3*parseInt(i.timetoend)),i.timetostartactive&&(this.timetostart=1e3*parseInt(i.timetostart)),i.crusaders&&(this.crusaders=parseInt(i.crusaders)),i.haste&&(this.mult_stats={haste:parseInt(i.haste)}),i.value1&&(this.value1=i.value1),i.value2&&(this.value2=i.value2),i.minlevel&&(this.minlevel=i.minlevel),i.procblock&&(this.procblock=i.procblock),i.rageblockactive&&(this.rageblock=parseInt(i.rageblock)),i.erageblockactive&&(this.erageblock=parseInt(i.erageblock)),i.chargeblockactive&&(this.chargeblock=parseInt(i.chargeblock)),i.echargeblockactive&&(this.echargeblock=parseInt(i.echargeblock)),i.wfap&&(this.wfap=parseInt(i.wfap)),i.wfapperc&&(this.wfapperc=parseInt(i.wfapperc)),i.alwaystails&&(this.alwaystails=i.alwaystails),i.alwaysheads&&(this.alwaysheads=i.alwaysheads),i.item&&(this.item=i.item),i.noitemcd&&(this.noitemcd=i.noitemcd),i.maxrageactive&&(this.maxrage=parseInt(i.maxrage)))}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0}prep(t,s){if(void 0!==this.timetostart&&(this.usestep=this.timetostart),void 0!==this.timetoend){if(this.item&&!this.noitemcd)return this.usestep=Math.max(Math.min(t-this.timetoend,t-s-1e3*this.duration),0),1e3*this.duration;this.usestep=Math.max(t-this.timetoend,0)}return 0}remove(){this.timer&&(this.uptime+=step-this.starttimer,this.timer=0,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}}class Recklessness extends Aura{constructor(t,s){super(t,s),this.duration=12,this.stats={crit:"sod"==this.player.mode?50:100},this.cooldown="sod"==this.player.mode?300:1800}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.player.isValidStance("zerk")||this.player.switch("zerk"),this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}}class Flurry extends Aura{constructor(t,s){super(t,s),this.duration=12,this.mult_stats={haste:t.talents.flurry}}proc(){this.stacks--,this.stacks||(this.uptime+=step-this.starttimer,this.timer=0,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}use(){this.timer=1,this.stacks||(this.starttimer=step,this.player.updateHaste()),this.stacks=3,log&&this.player.log(`${this.name} applied`)}}class DeepWounds extends Aura{constructor(t,s,e){super(t,s,"Deep Wounds"+(e?" "+e:"")),this.duration=12,this.idmg=0,this.totaldmg=0,this.saveddmg=0,this.ticksleft=0}tickdmg(t){let s,e;t?(s=this.player.oh.mindmg+this.player.oh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.oh.speed,e=this.player.oh.maxdmg+this.player.oh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.oh.speed):(s=this.player.mh.mindmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed,e=this.player.mh.maxdmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed);let i=(s+e)/2;return i*=(t?this.player.oh.modifier:this.player.mh.modifier)*this.player.stats.dmgmod*this.player.talents.deepwounds*this.player.bleedmod}step(){for(;step>=this.nexttick;){this.player.stepauras(!0);let t=this.saveddmg/this.ticksleft;this.saveddmg-=t,this.idmg+=t,this.totaldmg+=t,this.ticksleft--,log&&this.player.log(`${this.name} tick for ${t.toFixed(2)}`),this.nexttick+=3e3}step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.nexttick=0,this.firstuse=!1,this.saveddmg=0,log&&this.player.log(`${this.name} removed`))}use(t){this.timer&&(this.uptime+=step-this.starttimer),this.ticksleft=4,this.saveddmg+=this.tickdmg(t),this.nexttick?this.timer=this.nexttick-3e3+1e3*this.duration:(this.nexttick=step+3e3,this.timer=step+1e3*this.duration),this.starttimer=step,log&&this.player.log(`${this.name} applied`)}}class OldDeepWounds extends Aura{constructor(t,s,e){super(t,s,"Deep Wounds"+(e?" "+e:"")),this.duration=12,this.idmg=0,this.totaldmg=0}step(){for(;step>=this.nexttick;){let t=(this.player.mh.mindmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed+(this.player.mh.maxdmg+this.player.mh.bonusdmg+this.player.stats.moddmgdone+this.player.stats.ap/14*this.player.mh.speed))/2;t*=this.player.mh.modifier*this.player.stats.dmgmod*this.player.talents.deepwounds*this.player.bleedmod,this.idmg+=t/4,this.totaldmg+=t/4,log&&this.player.log(`${this.name} tick for ${(t/4).toFixed(2)}`),this.nexttick+=3e3}step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1)}use(){this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+3e3,this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}}class Crusader extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={str:100}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class Cloudkeeper extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={ap:100}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.player.itemtimer&&!this.timer&&step>=this.usestep}}class Felstriker extends Aura{constructor(t,s){super(t,s),this.duration=3,this.stats={crit:100,hit:100}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.update(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.update(),log&&this.player.log(`${this.name} removed`))}}class DeathWish extends Aura{constructor(t,s){super(t,s,"Death Wish"),this.duration=30,this.mult_stats={dmgmod:20},this.cooldown=180}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.rage-=10,this.player.timer=1500,this.starttimer=step,this.player.updateDmgMod(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&this.player.rage>=10&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class BattleStance extends Aura{constructor(t,s){super(t,s,"Battle Stance"),this.stats={}}}class DefensiveStance extends Aura{constructor(t,s){super(t,s,"Defensive Stance"),this.mult_stats={dmgmod:-10,spelldmgmod:-10}}}class BerserkerStance extends Aura{constructor(t,s){super(t,s,"Berserker Stance"),this.stats={crit:3}}}class GladiatorStance extends Aura{constructor(t,s){super(t,s,"Gladiator Stance"),this.mult_stats={}}}class MightyRagePotion extends Aura{constructor(t,s){super(t,s,"Mighty Rage Potion"),this.stats={str:60},this.duration=20}use(){this.timer&&(this.uptime+=step-this.starttimer);let t=this.player.rage;this.player.rage=Math.min(this.player.rage+~~rng(this.value1,this.value2),100),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class BloodFury extends Aura{constructor(t,s){super(t,s,"Blood Fury"),this.duration=15,this.mult_stats={baseapmod:25}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.timer=1500,this.player.updateAuras(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAuras(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&step>=this.usestep}}class Berserking extends Aura{constructor(t,s){super(t,s),this.duration=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.rage-=5,this.player.timer=1500,this.player.updateHaste(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&this.player.rage>=5&&step>=this.usestep}}class Empyrean extends Aura{constructor(t,s){super(t,s),this.duration=10,this.mult_stats={haste:20},this.name="Empyrean Haste"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class Eskhandar extends Aura{constructor(t,s){super(t,s),this.duration=5,this.mult_stats={haste:30},this.name="Eskhandar Haste"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class Zeal extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={moddmgdone:10}}use(){this.player.timer&&this.player.timer<1500||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Annihilator extends Aura{constructor(t,s){super(t,s),this.duration=45,this.armor=200,this.stacks=0}use(){this.player.faeriefire||rng10k()2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Rivenspike extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=200,this.stacks=0}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=this.stacks>2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Bonereaver extends Aura{constructor(t,s){super(t,s),this.duration=10,this.armor=700,this.stacks=0}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=this.stacks>2?3:this.stacks+1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Destiny extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stats={str:200}}}class Untamed extends Aura{constructor(t,s){super(t,s),this.duration=8,this.stats={str:300},this.name="The Untamed Blade"}}class Pummeler extends Aura{constructor(t,s){super(t,s),this.duration=30,this.mult_stats={haste:50},this.name="Manual Crowd Pummeler"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Windfury extends Aura{constructor(t,s){super(t,s),this.wfap&&(this.stats={ap:this.wfap}),this.wfapperc&&(this.mult_stats={apmod:this.wfapperc})}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1500,this.starttimer=step,this.mintime=step%batching,this.stacks=2,this.player.updateAP(),this.player.extraattacks++,log&&this.player.log(`${this.name} applied`)}proc(){this.stacks<2?(step=this.timer||0==this.stacks)&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class Swarmguard extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=200,this.stacks=0,this.chance=~~(10*t.mh.speed/.006),this.timetoend=3e4}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=0,log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}proc(){this.stacks=Math.min(this.stacks+1,6),this.player.updateArmorReduction(),log&&this.player.log(`${this.name} proc`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.firstuse=!1,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Flask extends Aura{constructor(t,s){super(t,s),this.duration=60,this.stats={str:75},this.name="Diamond Flask"}use(){this.player.timer=1500,this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.timer&&!this.player.itemtimer&&step>=this.usestep}}class Slayer extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:260},this.name="Slayer's Crest"}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Spider extends Aura{constructor(t,s){super(t,s),this.duration=15,this.mult_stats={haste:20},this.name="Kiss of the Spider"}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Earthstrike extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:280}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class Gabbar extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={ap:65},this.name="Jom Gabbar"}use(){this.stats.ap=65,this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){(step-this.starttimer)%2e3==0&&(this.stats.ap+=65,this.player.updateAP(),log&&this.player.log(`${this.name} tick`)),step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class PrimalBlessing extends Aura{constructor(t,s){super(t,s,"Primal Blessing"),this.duration=12,this.stats={ap:300},this.cooldown=240,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} applied`))}}class BloodrageAura extends Aura{constructor(t,s){super(t,s),this.duration=10,this.name="Bloodrage"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){return(step-this.starttimer)%1e3==0&&(this.player.rage=Math.min(this.player.rage+1,100),this.player.auras.consumedrage&&this.player.rage>=60&&this.player.rage<81&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} tick`)),step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`)),this.timer}}class Zandalarian extends Aura{constructor(t,s){super(t,s),this.duration=20,this.stats={moddmgdone:40}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.stats.moddmgdone=40,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}proc(){this.stats.moddmgdone-=2,this.player.updateBonusDmg(),this.stats.moddmgdone<=0&&(this.timer=step,this.step())}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Avenger extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stats={ap:200},this.name="Argent Avenger"}}class BerserkerRageAura extends Aura{constructor(t,s){super(t,s),this.duration=10,this.name="Berserker Rage"}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`))}}class BattleShout extends Aura{constructor(t,s){super(t,s),this.duration=120+36*this.player.talents.boomingvoice,this.cost=10-2*this.player.talents.boomingvoice,this.name="Battle Shout";let e=~~((this.player.level-this.minlevel)*this.value2);this.stats.ap=~~((this.value1+e+(this.player.enhancedbs?30:0))*(1+this.player.talents.impbattleshout))}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.rage-=this.cost,this.player.timer=1500,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}canUse(){return!this.timer&&!this.player.timer&&this.cost<=this.player.rage}}class ConsumedRage extends Aura{constructor(t,s){super(t,s,"Consumed by Rage"),this.duration=12}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class Rend extends Aura{constructor(t,s){super(t,s);let e=3*this.value2;this.duration=Math.max(this.duration||e,e),this.cost=10-t.ragecostbonus,this.idmg=0,this.totaldmg=0,this.data=[0,0,0,0,0],this.canDodge=!0,this.nocrit=!0,this.dmgmod=1+this.player.talents.rendmod/100,this.tfbstep=-6e3}step(){for(;step>=this.nexttick&&this.stacks;){let t=this.value1;this.player.bloodfrenzy&&(t+=this.value1+~~(.03*this.player.stats.ap));let s=t*this.player.stats.dmgmod*this.dmgmod*this.player.bleedmod;this.idmg+=s/this.value2,this.totaldmg+=s/this.value2,log&&this.player.log(`${this.name} tick for ${(s/this.value2).toFixed(2)}`),this.nexttick+=3e3,this.stacks--,this.stacks||(this.uptime+=step-this.starttimer,log&&this.player.log(`${this.name} removed`)),this.player.tasteforblood&&this.tfbstep+6e3<=step&&(this.player.dodgetimer=9e3,this.tfbstep=step,log&&this.player.log("Taste of Blood applied"))}step>=this.timer&&(this.timer=0,this.firstuse=!1)}use(){let t=this.player.rollmeleespell(this);this.data[t]++,t!=RESULT.MISS&&(t!=RESULT.DODGE?(this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+3e3,this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.stacks=this.value2,this.player.isValidStance("battle",!0)||this.player.switch("battle"),this.player.rage-=this.cost,this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)):this.player.dodgetimer=5e3)}canUse(){return!this.timer&&!this.player.timer&&this.player.rage>=this.cost&&(this.player.isValidStance("battle",!0)||this.player.talents.rageretained>=this.cost)&&(!this.maxrage||this.player.isValidStance("battle",!0)||this.player.rage<=this.maxrage)}end(){this.stacks&&(this.uptime+=step-this.starttimer),this.timer=0,this.stacks=0,this.tfbstep=-6e3}}class Vibroblade extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=100}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class Ultrasonic extends Aura{constructor(t,s){super(t,s),this.duration=30,this.armor=160}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class VoidMadness extends Aura{constructor(t,s){super(t,s,"Void Madness"),this.duration=10,this.mult_stats={haste:10}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class WeaponBleed extends Aura{constructor(t,s,e,i,r,a){super(t,s,"Weapon Bleed"+(a?" OH":" MH")),this.duration=parseInt(e)/1e3,this.interval=parseInt(i),this.ticks=e/i,this.dmg=parseInt(r)*this.player.bleedmod,this.idmg=0,this.totaldmg=0}step(){for(;step>=this.nexttick;)this.idmg+=this.dmg,this.totaldmg+=this.dmg,log&&this.player.log(`${this.name} tick for ${this.dmg}`),this.nexttick+=this.interval;step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1)}use(){this.timer&&(this.uptime+=step-this.starttimer),this.nexttick=step+this.interval,this.timer=step+1e3*this.duration,this.starttimer=step}}class Ragehammer extends Aura{constructor(t,s){super(t,s),this.duration=15,this.stats={ap:20},this.mult_stats={haste:5}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class BlisteringRagehammer extends Aura{constructor(t,s){super(t,s,"Blistering Ragehammer"),this.duration=15,this.stats={moddmgdone:30},this.mult_stats={haste:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class Jackhammer extends Aura{constructor(t,s){super(t,s),this.duration=10,this.mult_stats={haste:30}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class LordGeneral extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={ap:50}}}class Stoneslayer extends Aura{constructor(t,s){super(t,s),this.duration=8,this.stats={moddmgdone:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class CleaveArmor extends Aura{constructor(t,s){super(t,s),this.duration=20,this.armor=300}use(){this.player.faeriefire||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateArmorReduction(),log&&this.player.log(`${this.name} removed`))}}class StrengthChampion extends Aura{constructor(t,s){super(t,s),this.duration=30,this.stats={str:120}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}}class MildlyIrradiated extends Aura{constructor(t,s){super(t,s,"Mildly Irradiated"),this.duration=15,this.stats={ap:40}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class GyromaticAcceleration extends Aura{constructor(t,s){super(t,s,"Gyromatic Acceleration"),this.duration=20,this.mult_stats={haste:5}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class Spicy extends Aura{constructor(t,s){super(t,s,"Spicy!"),this.duration=30,this.mult_stats={haste:4}}use(){this.firstuse&&(this.timer=step+1e3*this.duration,this.starttimer=step,this.firstuse=!1,this.player.updateHaste(),this.player.attackproc1||(this.player.attackproc1={chance:500,magicdmg:7,spicy:!0}),this.player.attackproc2||(this.player.attackproc2={chance:500,magicdmg:7,spicy:!0}),log&&this.player.log(`${this.name} applied`))}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateHaste(),this.player.attackproc1&&this.player.attackproc1.spicy&&delete this.player.attackproc1,this.player.attackproc2&&this.player.attackproc2.spicy&&delete this.player.attackproc2,log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.attackproc1&&this.player.attackproc1.spicy&&delete this.player.attackproc1,this.player.attackproc2&&this.player.attackproc2.spicy&&delete this.player.attackproc2}}class GneuroLogical extends Aura{constructor(t,s){super(t,s,"Gneuro-Logical Shock"),this.duration=10,this.mult_stats={haste:20}}use(){this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class CoinFlip extends Aura{constructor(t,s){super(t,s,"Coin Flip"),this.duration=30,this.stats={crit:3}}use(){this.firstuse=!1,this.alwaystails||(this.alwaysheads||rng10k()<5e3)&&(this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAuras(),log&&this.player.log(`${this.name} Crit applied`))}canUse(){return this.firstuse&&!this.timer&&step>=this.usestep}}class Rampage extends Aura{constructor(t,s){super(t,s),this.duration=30,this.mult_stats={apmod:10},this.cooldown=120}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.player.timer=1500,this.starttimer=step,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}canUse(){return!this.timer&&!this.player.timer&&this.player.isEnraged()&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.usestep=this.starttimer+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class WreckingCrew extends Aura{constructor(t,s){super(t,s,"Wrecking Crew"),this.duration=12}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.mainspelldmg=1.1,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.mainspelldmg=1,log&&this.player.log(`${this.name} removed`))}}class SerpentAscension extends Aura{constructor(t,s){super(t,s,"Serpent's Ascension"),this.duration=12,this.stats={ap:150},this.cooldown=120,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),log&&this.player.log(`${this.name} applied`))}}class VoodooFrenzy extends Aura{constructor(t,s){super(t,s,"Voodoo Frenzy"),this.duration=10,this.cooldown=40,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.stats.str>=this.player.stats.agi?this.stats={str:35}:this.stats={agi:35},this.player.updateAuras(),log&&this.player.log(`${this.name} applied`))}}class RoarGuardian extends Aura{constructor(t,s){super(t,s,"Roar of the Guardian"),this.duration=20,this.stats={ap:70}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),log&&this.player.log(`${this.name} applied`)}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class RelentlessStrength extends Aura{constructor(t,s){super(t,s,"Relentless Strength"),this.duration=20,this.stats={moddmgdone:20}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.stats.moddmgdone=20,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}proc(){this.stats.moddmgdone-=1,this.player.updateBonusDmg(),this.stats.moddmgdone<=0&&(this.timer=step,this.step())}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}end(){this.uptime+=step-this.starttimer,this.timer=0,this.stacks=0,this.player.updateBonusDmg()}}class EchoesDread extends Aura{constructor(t,s){super(t,s,"Echoes of Dread"),this.duration=10,this.stats={ap:50},this.mult_stats={haste:5},this.cooldown=40,this.cooldowntimer=0}use(){this.cooldowntimer>step||(this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.cooldowntimer=step+1e3*this.cooldown,this.player.updateAP(),this.player.updateHaste(),log&&this.player.log(`${this.name} applied`))}}class FreshMeat extends Aura{constructor(t,s){super(t,s,"Fresh Meat"),this.duration=12,this.mult_stats={dmgmod:10}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateDmgMod(),this.firstuse=!1,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateDmgMod(),log&&this.player.log(`${this.name} removed`))}}class SuddenDeath extends Aura{constructor(t,s){super(t,s,"Sudden Death"),this.duration=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`))}remove(){this.uptime+=step-this.starttimer,this.timer=0,log&&this.player.log(`${this.name} removed`)}}class WarriorsResolve extends Aura{constructor(t,s){super(t,s,"Warrior's Resolve")}use(){let t=this.player.rage;this.player.rage=Math.min(this.player.rage+10,100),this.player.auras.consumedrage&&t<60&&this.player.rage>=60&&this.player.auras.consumedrage.use(),log&&this.player.log(`${this.name} proc`)}}class EchoesStance extends Aura{constructor(t,s){super(t,s,"Echoes of Stance"),this.duration=5}use(t){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stance=t,log&&this.player.log(`${this.name} applied`)}}class BattleForecast extends Aura{constructor(t,s){super(t,s,"Battle Forecast"),this.mult_stats={dmgmod:10},this.duration=10}}class BerserkerForecast extends Aura{constructor(t,s){super(t,s,"Berserker Forecast"),this.stats={crit:10},this.duration=10}}class DefendersResolve extends Aura{constructor(t,s){super(t,s,"Defender's Resolve"),this.duration=15}use(){this.stats={ap:4*this.player.stats.defense},this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateAP(),this.maxdelay=rng(this.player.reactionmin,this.player.reactionmax),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateAP(),log&&this.player.log(`${this.name} removed`))}}class MeltArmor extends Aura{constructor(t,s){super(t,s,"Melt Armor"),this.duration=10,this.stats.moddmgtaken=10}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.player.updateBonusDmg(),log&&this.player.log(`${this.name} removed`))}}class SingleMinded extends Aura{constructor(t,s){super(t,s),this.duration=10,this.stacks=0,this.mult_stats={haste:2}}use(){this.timer&&(this.uptime+=step-this.starttimer),this.timer=step+1e3*this.duration,this.starttimer=step,this.stacks=Math.min(5,this.stacks+1),this.mult_stats={haste:2*this.stacks},this.player.updateHaste(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.stacks=0,this.player.updateHaste(),log&&this.player.log(`${this.name} removed`))}}class DemonTaintedBlood extends Aura{constructor(t,s){super(t,s,"Demon-Tainted Blood"),this.duration=20,this.stats={str:80}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}}class MoonstalkerFury extends Aura{constructor(t,s){super(t,s,"Moonstalker Fury"),this.duration=15,this.stats={str:60}}use(){this.player.itemtimer=1e3*this.duration,this.timer=step+1e3*this.duration,this.starttimer=step,this.player.updateStrength(),log&&this.player.log(`${this.name} applied`)}step(){step>=this.timer&&(this.uptime+=this.timer-this.starttimer,this.timer=0,this.firstuse=!1,this.player.updateStrength(),log&&this.player.log(`${this.name} removed`))}canUse(){return this.firstuse&&!this.timer&&!this.player.itemtimer&&step>=this.usestep}} \ No newline at end of file diff --git a/dist/js/data/gear_sod.min.js b/dist/js/data/gear_sod.min.js index 9b4a3d3c..cd83fcbf 100644 --- a/dist/js/data/gear_sod.min.js +++ b/dist/js/data/gear_sod.min.js @@ -1 +1 @@ -var gear={head:[{id:1280,type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Cloaked Hood",p:"inv_helmet_30",agi:10,sta:10},{id:1282,type:"Mail",slot:"head",r:20,q:"2",i:"33",name:"Sparkmetal Coif",p:"inv_helmet_02",str:9},{id:1624,type:"Mail",slot:"head",r:38,q:"2",i:"43",name:"Skullsplitter Helm",p:"inv_helmet_03",agi:11,sta:12},{id:2245,type:"Mail",slot:"head",r:54,q:"4",i:"59",name:"Helm of Narv",p:"inv_helmet_05",agi:13,sta:32},{id:3836,type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Green Iron Helm",p:"inv_helmet_03",str:5,sta:11},{id:4078,type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Chief Brigadier Coif",p:"inv_helmet_29",agi:10,sta:11},{id:4724,type:"Leather",slot:"head",r:25,q:"2",i:"30",name:"Humbert's Helm",p:"inv_helmet_20",agi:7,sta:8},{id:6204,type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Tribal Worg Helm",p:"inv_helmet_17",agi:7},{id:6389,type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Glimmering Mail Coif",p:"inv_helmet_39",agi:6,sta:7},{id:6422,type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Glyphed Helm",p:"inv_helmet_13",agi:6},{id:6686,type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Tusken Helm",p:"inv_helmet_09",agi:8,str:9},{id:6720,type:"Leather",slot:"head",r:26,q:"2",i:"37",name:"Spirit Hunter Headdress",p:"inv_helmet_17",agi:10},{id:6971,type:"Mail",slot:"head",r:20,q:"2",i:"31",name:"Fire Hardened Coif",p:"inv_helmet_39",agi:7,sta:8},{id:7130,type:"Mail",slot:"head",r:20,q:"2",i:"31",name:"Brutal Helm",p:"inv_helmet_02",agi:7,sta:8},{id:"7413|690",type:"Leather",slot:"head",r:28,q:"2",i:"33",name:"Infiltrator Cap of the Tiger",p:"inv_helmet_15",agi:8,str:8,rand:690},{id:"7413|1200",type:"Leather",slot:"head",r:28,q:"2",i:"33",name:"Infiltrator Cap of the Bear",p:"inv_helmet_15",sta:8,str:8,rand:1200},{id:"7420|690",type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Phalanx Headguard of the Tiger",p:"inv_crown_01",agi:8,str:8,rand:690},{id:"7420|1200",type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Phalanx Headguard of the Bear",p:"inv_crown_01",sta:8,str:8,rand:1200},{id:"7441|696",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Sentinel Cap of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"7441|1206",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Sentinel Cap of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"7456|696",type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Knight's Headguard of the Tiger",p:"inv_crown_01",agi:10,str:10,rand:696},{id:"7456|1206",type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Knight's Headguard of the Bear",p:"inv_crown_01",sta:10,str:10,rand:1206},{id:"7479|699",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Ranger Helm of the Tiger",p:"inv_helmet_13",agi:11,str:11,rand:699},{id:"7479|1209",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Ranger Helm of the Bear",p:"inv_helmet_13",sta:11,str:11,rand:1209},{id:"7488|699",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Captain's Circlet of the Tiger",p:"inv_crown_01",agi:11,str:11,rand:699},{id:"7488|1209",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Captain's Circlet of the Bear",p:"inv_crown_01",sta:11,str:11,rand:1209},{id:"7529|705",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Cabalist Helm of the Tiger",p:"inv_helmet_18",agi:13,str:13,rand:705},{id:"7529|1215",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Cabalist Helm of the Bear",p:"inv_helmet_18",sta:13,str:13,rand:1215},{id:"7540|705",type:"Mail",slot:"head",r:42,q:"2",i:"47",name:"Champion's Helmet of the Tiger",p:"inv_helmet_02",agi:13,str:13,rand:705},{id:"7540|1215",type:"Mail",slot:"head",r:42,q:"2",i:"47",name:"Champion's Helmet of the Bear",p:"inv_helmet_02",sta:13,str:13,rand:1215},{id:7719,type:"Mail",slot:"head",r:37,q:"3",i:"42",name:"Raging Berserker's Helm",p:"inv_helmet_25",str:13,sta:8,crit:1},{id:7915,type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Barbaric Iron Helm",p:"inv_helmet_25",agi:9,str:9},{id:7937,type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Ornate Mithril Helm",p:"inv_helmet_10",str:10,crit:1},{id:8131,type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Myrmidon's Helm",p:"inv_helmet_10",agi:7},{id:8142,type:"Plate",slot:"head",r:40,q:"2",i:"44",name:"Chromite Barbute",p:"inv_helmet_22",agi:12,str:12},{id:8161,type:"Plate",slot:"head",r:40,q:"2",i:"40",name:"Jouster's Visor",p:"inv_helmet_57",agi:10,sta:11},{id:8176,type:"Leather",slot:"head",r:36,q:"2",i:"41",name:"Nightscape Headband",p:"inv_belt_24",agi:12,sta:11},{id:8208,type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Tough Scorpid Helm",p:"inv_helmet_20",agi:14},{id:"8214|702",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Wild Leather Helmet of the Tiger",p:"inv_helmet_10",agi:12,str:12,rand:702},{id:"8214|1212",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Wild Leather Helmet of the Bear",p:"inv_helmet_10",sta:12,str:12,rand:1212},{id:8279,type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Valorous Helm",p:"inv_helmet_22",agi:14,sta:13},{id:8308,type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Hero's Band",p:"inv_crown_01",agi:9,sta:14},{id:8348,type:"Leather",slot:"head",r:45,q:"3",i:"50",name:"Helm of Fire",p:"inv_helmet_08",agi:17,sta:10,resist:{fire:5},proc:{magic:!0,dmg:331,tick:10,interval:"2000",duration:"8000"}},{id:"9290|699",type:"Plate",slot:"head",r:40,q:"2",i:"42",name:"Field Plate Helmet of the Tiger",p:"inv_helmet_22",agi:11,str:11,rand:699},{id:"9290|1209",type:"Plate",slot:"head",r:40,q:"2",i:"42",name:"Field Plate Helmet of the Bear",p:"inv_helmet_22",sta:11,str:11,rand:1209},{id:9375,type:"Axe",slot:"head",r:33,q:"3",i:"38",name:"Expert Goldminer's Helmet",p:"inv_helmet_18",agi:5,sta:6,skill:7},{id:9394,type:"Plate",slot:"head",r:40,q:"3",i:"42",name:"Horned Viking Helmet",p:"inv_helmet_25",agi:10,sta:15},{id:9420,type:"Leather",slot:"head",r:32,q:"3",i:"37",name:"Adventurer's Pith Helmet",p:"inv_helmet_15",agi:9,sta:14},{id:9664,type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Sentinel's Guard",p:"inv_helmet_19",agi:9,sta:12},{id:"9859|693",type:"Leather",slot:"head",r:31,q:"2",i:"36",name:"Archer's Cap of the Tiger",p:"inv_helmet_15",agi:9,str:9,rand:693},{id:"9859|1203",type:"Leather",slot:"head",r:31,q:"2",i:"36",name:"Archer's Cap of the Bear",p:"inv_helmet_15",sta:9,str:9,rand:1203},{id:"9870|693",type:"Mail",slot:"head",r:31,q:"2",i:"36",name:"Renegade Circlet of the Tiger",p:"inv_crown_02",agi:9,str:9,rand:693},{id:"9870|1203",type:"Mail",slot:"head",r:31,q:"2",i:"36",name:"Renegade Circlet of the Bear",p:"inv_crown_02",sta:9,str:9,rand:1203},{id:"9889|699",type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Huntsman's Cap of the Tiger",p:"inv_belt_25",agi:11,str:11,rand:699},{id:"9889|1209",type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Huntsman's Cap of the Bear",p:"inv_belt_25",sta:11,str:11,rand:1209},{id:"9902|699",type:"Mail",slot:"head",r:36,q:"2",i:"41",name:"Jazeraint Helm of the Tiger",p:"inv_helmet_37",agi:11,str:11,rand:699},{id:"9902|1209",type:"Mail",slot:"head",r:36,q:"2",i:"41",name:"Jazeraint Helm of the Bear",p:"inv_helmet_37",sta:11,str:11,rand:1209},{id:"9921|702",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Tracker's Headband of the Tiger",p:"inv_helmet_17",agi:12,str:12,rand:702},{id:"9921|1212",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Tracker's Headband of the Bear",p:"inv_helmet_17",sta:12,str:12,rand:1212},{id:"9932|702",type:"Mail",slot:"head",r:39,q:"2",i:"44",name:"Brigade Circlet of the Tiger",p:"inv_helmet_11",agi:12,str:12,rand:702},{id:"9932|1212",type:"Mail",slot:"head",r:39,q:"2",i:"44",name:"Brigade Circlet of the Bear",p:"inv_helmet_11",sta:12,str:12,rand:1212},{id:"9953|708",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Chieftain's Headdress of the Tiger",p:"inv_helmet_24",agi:14,str:14,rand:708},{id:"9953|1218",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Chieftain's Headdress of the Bear",p:"inv_helmet_24",sta:14,str:14,rand:1218},{id:"9963|705",type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Warmonger's Circlet of the Tiger",p:"inv_crown_01",agi:13,str:13,rand:705},{id:"9963|1215",type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Warmonger's Circlet of the Bear",p:"inv_crown_01",sta:13,str:13,rand:1215},{id:"9969|702",type:"Plate",slot:"head",r:40,q:"2",i:"43",name:"Embossed Plate Helmet of the Tiger",p:"inv_helmet_25",agi:12,str:12,rand:702},{id:"9969|1212",type:"Plate",slot:"head",r:40,q:"2",i:"43",name:"Embossed Plate Helmet of the Bear",p:"inv_helmet_25",sta:12,str:12,rand:1212},{id:"10073|711",type:"Leather",slot:"head",r:47,q:"2",i:"52",name:"Righteous Helmet of the Tiger",p:"inv_helmet_13",agi:15,str:15,rand:711},{id:"10073|1221",type:"Leather",slot:"head",r:47,q:"2",i:"52",name:"Righteous Helmet of the Bear",p:"inv_helmet_13",sta:15,str:15,rand:1221},{id:"10083|708",type:"Mail",slot:"head",r:46,q:"2",i:"51",name:"Lord's Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"10083|1218",type:"Mail",slot:"head",r:46,q:"2",i:"51",name:"Lord's Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"10090|705",type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Gothic Plate Helmet of the Tiger",p:"inv_helmet_10",agi:13,str:13,rand:705},{id:"10090|1215",type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Gothic Plate Helmet of the Bear",p:"inv_helmet_10",sta:13,str:13,rand:1215},{id:"10111|714",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Wanderer's Hat of the Tiger",p:"inv_helmet_50",agi:16,str:16,rand:714},{id:"10111|1224",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Wanderer's Hat of the Bear",p:"inv_helmet_50",sta:16,str:16,rand:1224},{id:"10123|714",type:"Mail",slot:"head",r:52,q:"2",i:"57",name:"Ornate Circlet of the Tiger",p:"inv_crown_02",agi:16,str:16,rand:714},{id:"10123|1224",type:"Mail",slot:"head",r:52,q:"2",i:"57",name:"Ornate Circlet of the Bear",p:"inv_crown_02",sta:16,str:16,rand:1224},{id:"10132|708",type:"Plate",slot:"head",r:46,q:"2",i:"51",name:"Revenant Helmet of the Tiger",p:"inv_helmet_03",agi:14,str:14,rand:708},{id:"10132|1218",type:"Plate",slot:"head",r:46,q:"2",i:"51",name:"Revenant Helmet of the Bear",p:"inv_helmet_03",sta:14,str:14,rand:1218},{id:"10150|720",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of the Tiger",p:"inv_helmet_54",agi:18,str:18,rand:720},{id:"10150|1230",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of the Bear",p:"inv_helmet_54",sta:18,str:18,rand:1230},{id:"10150|321",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of Strength",p:"inv_helmet_54",str:29,rand:321},{id:"10160|720",type:"Mail",slot:"head",r:57,q:"2",i:"62",name:"Mercurial Circlet of the Tiger",p:"inv_crown_01",agi:18,str:18,rand:720},{id:"10160|1230",type:"Mail",slot:"head",r:57,q:"2",i:"62",name:"Mercurial Circlet of the Bear",p:"inv_crown_01",sta:18,str:18,rand:1230},{id:"10168|714",type:"Plate",slot:"head",r:51,q:"2",i:"56",name:"Templar Crown of the Tiger",p:"inv_crown_01",agi:16,str:16,rand:714},{id:"10168|1224",type:"Plate",slot:"head",r:51,q:"2",i:"56",name:"Templar Crown of the Bear",p:"inv_crown_01",sta:16,str:16,rand:1224},{id:"10187|714",type:"Leather",slot:"head",r:50,q:"2",i:"55",name:"Swashbuckler's Eyepatch of the Tiger",p:"inv_helmet_46",agi:16,str:16,rand:714},{id:"10187|1224",type:"Leather",slot:"head",r:50,q:"2",i:"55",name:"Swashbuckler's Eyepatch of the Bear",p:"inv_helmet_46",sta:16,str:16,rand:1224},{id:"10198|711",type:"Mail",slot:"head",r:48,q:"2",i:"53",name:"Crusader's Helm of the Tiger",p:"inv_helmet_25",agi:15,str:15,rand:711},{id:"10198|1221",type:"Mail",slot:"head",r:48,q:"2",i:"53",name:"Crusader's Helm of the Bear",p:"inv_helmet_25",sta:15,str:15,rand:1221},{id:"10207|708",type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Overlord's Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"10207|1218",type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Overlord's Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"10226|720",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of the Tiger",p:"inv_helmet_08",agi:18,str:18,rand:720},{id:"10226|1230",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of the Bear",p:"inv_helmet_08",sta:18,str:18,rand:1230},{id:"10226|321",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of Strength",p:"inv_helmet_08",str:29,rand:321},{id:"10235|717",type:"Mail",slot:"head",r:54,q:"2",i:"59",name:"Engraved Helm of the Tiger",p:"inv_helmet_08",agi:17,str:17,rand:717},{id:"10235|1227",type:"Mail",slot:"head",r:54,q:"2",i:"59",name:"Engraved Helm of the Bear",p:"inv_helmet_08",sta:17,str:17,rand:1227},{id:"10241|711",type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Heavy Lamellar Helm of the Tiger",p:"inv_helmet_21",agi:15,str:15,rand:711},{id:"10241|1221",type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Heavy Lamellar Helm of the Bear",p:"inv_helmet_21",sta:15,str:15,rand:1221},{id:"10261|720",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of the Tiger",p:"inv_misc_bandana_03",agi:18,str:18,rand:720},{id:"10261|1230",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of the Bear",p:"inv_misc_bandana_03",sta:18,str:18,rand:1230},{id:"10261|321",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of Strength",p:"inv_misc_bandana_03",str:29,rand:321},{id:"10272|720",type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Masterwork Circlet of the Tiger",p:"inv_jewelry_ring_03",agi:18,str:18,rand:720},{id:"10272|1230",type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Masterwork Circlet of the Bear",p:"inv_jewelry_ring_03",sta:18,str:18,rand:1230},{id:"10279|717",type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Emerald Helm of the Tiger",p:"inv_helmet_10",agi:17,str:17,rand:717},{id:"10279|1227",type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Emerald Helm of the Bear",p:"inv_helmet_10",sta:17,str:17,rand:1227},{id:10372,type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Imbued Plate Helmet",p:"inv_helmet_06",agi:17,sta:17},{id:"10379|720",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of the Tiger",p:"inv_helmet_01",agi:18,str:18,rand:720},{id:"10379|1230",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of the Bear",p:"inv_helmet_01",sta:18,str:18,rand:1230},{id:"10379|320",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of Strength",p:"inv_helmet_01",str:28,rand:320},{id:"10388|720",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of the Tiger",p:"inv_helmet_12",agi:18,str:18,rand:720},{id:"10388|1230",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of the Bear",p:"inv_helmet_12",sta:18,str:18,rand:1230},{id:"10388|320",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of Strength",p:"inv_helmet_12",str:28,rand:320},{id:"10406|690",type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Scaled Leather Headband of the Tiger",p:"inv_misc_bandage_11",agi:8,str:8,rand:690},{id:"10406|1200",type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Scaled Leather Headband of the Bear",p:"inv_misc_bandage_11",sta:8,str:8,rand:1200},{id:"10408|690",type:"Mail",slot:"head",r:27,q:"2",i:"32",name:"Banded Helm of the Tiger",p:"inv_helmet_36",agi:8,str:8,rand:690},{id:"10408|1200",type:"Mail",slot:"head",r:27,q:"2",i:"32",name:"Banded Helm of the Bear",p:"inv_helmet_36",sta:8,str:8,rand:1200},{id:10741,type:"Leather",slot:"head",r:40,q:"2",i:"53",name:"Lordrec Helmet",p:"inv_helmet_11",agi:16,sta:10},{id:10743,type:"Mail",slot:"head",r:40,q:"2",i:"51",name:"Drakefire Headguard",p:"inv_helmet_17",str:5},{id:10763,type:"Plate",slot:"head",r:40,q:"3",i:"44",name:"Icemetal Barbute",p:"inv_helmet_13",str:15,sta:10,resist:{frost:10}},{id:11735,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Ragefury Eyepatch",p:"inv_helmet_46",str:6,sta:9,crit:2},{id:11913,type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Clayridge Helm",p:"inv_helmet_56",agi:16},{id:12427,type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Imperial Plate Helm",p:"inv_helmet_22",str:18,sta:17},{id:12587,type:"Leather",slot:"head",r:58,q:"3",i:"63",name:"Eye of Rend",p:"inv_helmet_46",str:13,sta:7,crit:2},{id:12620,type:"Plate",slot:"head",r:57,q:"3",i:"62",name:"Enchanted Thorium Helm",p:"inv_helmet_02",str:12,sta:25,d:9},{id:12640,type:"Plate",slot:"head",r:56,q:"4",i:"61",name:"Lionheart Helm",p:"inv_helmet_36",str:18,crit:2,hit:2},{id:12952,type:"Plate",slot:"head",r:55,q:"3",i:"60",name:"Gyth's Skull",p:"inv_helmet_23",sta:20,d:9},{id:12953,type:"Mail",slot:"head",r:55,q:"3",i:"60",name:"Dragoneye Coif",p:"inv_helmet_39",sta:17,ap:38},{id:13073,type:"Plate",slot:"head",r:47,q:"3",i:"52",name:"Mugthol's Helm",p:"inv_helmet_25",str:10,sta:17},{id:13127,type:"Mail",slot:"head",r:27,q:"3",i:"32",name:"Frostreaver Crown",p:"inv_helmet_24",str:4,sta:15},{id:13359,type:"Mail",slot:"head",r:58,q:"3",i:"63",name:"Crown of Tyranny",p:"inv_helmet_03",sta:20,ap:40,crit:1},{id:13404,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Mask of the Unforgiven",p:"inv_misc_bandana_01",sta:12,hit:2,crit:1},{id:14584,type:"Leather",slot:"head",r:30,q:"2",i:"35",name:"Dokebi Hat",p:"inv_helmet_15",str:4},{id:14591,type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Hawkeye's Helm",p:"inv_helmet_15",agi:11,str:4,sta:8},{id:14604,type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Warden's Wizard Hat",p:"inv_helmet_13",agi:13,sta:11},{id:14658,type:"Leather",slot:"head",r:44,q:"2",i:"49",name:"Scorpashi Skullcap",p:"inv_helmet_16",agi:14,str:3,sta:13},{id:14676,type:"Leather",slot:"head",r:53,q:"2",i:"58",name:"Pridelord Halo",p:"inv_helmet_08",agi:17,sta:14},{id:14753,type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Slayer's Skullcap",p:"inv_helmet_59",agi:3,str:9,sta:7},{id:14765,type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Enduring Circlet",p:"inv_crown_02",agi:3,str:6,sta:12},{id:14774,type:"Mail",slot:"head",r:38,q:"2",i:"43",name:"Ravager's Crown",p:"inv_helmet_19",str:7,sta:15},{id:14785,type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Khan's Helmet",p:"inv_helmet_12",agi:7},{id:14814,type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Warstrike Helmet",p:"inv_helmet_10",agi:10,sta:23},{id:14843,type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Tyrant's Helm",p:"inv_helmet_12",agi:4,str:5,sta:16},{id:14849,type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Sunscale Helmet",p:"inv_helmet_22",agi:6,str:16,sta:12},{id:14858,type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Vanguard Headdress",p:"inv_helmet_19",str:10,sta:21},{id:14866,type:"Plate",slot:"head",r:57,q:"2",i:"62",name:"Warleader's Crown",p:"inv_helmet_19",str:18,sta:16},{id:"14899|699",type:"Plate",slot:"head",r:40,q:"2",i:"41",name:"Saltstone Helm of the Tiger",p:"inv_helmet_20",agi:11,str:11,rand:699},{id:"14899|1209",type:"Plate",slot:"head",r:40,q:"2",i:"41",name:"Saltstone Helm of the Bear",p:"inv_helmet_20",sta:11,str:11,rand:1209},{id:"14907|705",type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Brutish Helmet of the Tiger",p:"inv_helmet_25",agi:13,str:13,rand:705},{id:"14907|1215",type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Brutish Helmet of the Bear",p:"inv_helmet_25",sta:13,str:13,rand:1215},{id:"14919|711",type:"Plate",slot:"head",r:47,q:"2",i:"52",name:"Jade Circlet of the Tiger",p:"inv_belt_25",agi:15,str:15,rand:711},{id:"14919|1221",type:"Plate",slot:"head",r:47,q:"2",i:"52",name:"Jade Circlet of the Bear",p:"inv_belt_25",sta:15,str:15,rand:1221},{id:"14925|714",type:"Plate",slot:"head",r:52,q:"2",i:"57",name:"Lofty Helm of the Tiger",p:"inv_helmet_10",agi:16,str:16,rand:714},{id:"14925|1224",type:"Plate",slot:"head",r:52,q:"2",i:"57",name:"Lofty Helm of the Bear",p:"inv_helmet_10",sta:16,str:16,rand:1224},{id:"14935|717",type:"Plate",slot:"head",r:55,q:"2",i:"60",name:"Heroic Skullcap of the Tiger",p:"inv_helmet_20",agi:17,str:17,rand:717},{id:"14935|1227",type:"Plate",slot:"head",r:55,q:"2",i:"60",name:"Heroic Skullcap of the Bear",p:"inv_helmet_20",sta:17,str:17,rand:1227},{id:"14944|702",type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Warbringer's Crown of the Tiger",p:"inv_belt_28",agi:12,str:12,rand:702},{id:"14944|1212",type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Warbringer's Crown of the Bear",p:"inv_belt_28",sta:12,str:12,rand:1212},{id:"14952|708",type:"Plate",slot:"head",r:45,q:"2",i:"50",name:"Bloodforged Helmet of the Tiger",p:"inv_helmet_12",agi:14,str:14,rand:708},{id:"14952|1218",type:"Plate",slot:"head",r:45,q:"2",i:"50",name:"Bloodforged Helmet of the Bear",p:"inv_helmet_12",sta:14,str:14,rand:1218},{id:"14961|714",type:"Plate",slot:"head",r:50,q:"2",i:"55",name:"High Chief's Crown of the Tiger",p:"inv_helmet_23",agi:16,str:16,rand:714},{id:"14961|1224",type:"Plate",slot:"head",r:50,q:"2",i:"55",name:"High Chief's Crown of the Bear",p:"inv_helmet_23",sta:16,str:16,rand:1224},{id:"14969|717",type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Glorious Headdress of the Tiger",p:"inv_helmet_05",agi:17,str:17,rand:717},{id:"14969|1227",type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Glorious Headdress of the Bear",p:"inv_helmet_05",sta:17,str:17,rand:1227},{id:"14979|723",type:"Plate",slot:"head",r:59,q:"2",i:"64",name:"Exalted Helmet of the Tiger",p:"inv_helmet_10",agi:19,str:19,rand:723},{id:"14979|1233",type:"Plate",slot:"head",r:59,q:"2",i:"64",name:"Exalted Helmet of the Bear",p:"inv_helmet_10",sta:19,str:19,rand:1233},{id:15086,type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Wicked Leather Headband",p:"inv_misc_bandage_13",agi:16,sta:16},{id:"15129|690",type:"Leather",slot:"head",r:26,q:"2",i:"31",name:"Robust Helm of the Tiger",p:"inv_helmet_15",agi:8,str:8,rand:690},{id:"15129|1200",type:"Leather",slot:"head",r:26,q:"2",i:"31",name:"Robust Helm of the Bear",p:"inv_helmet_15",sta:8,str:8,rand:1200},{id:"15134|696",type:"Leather",slot:"head",r:32,q:"2",i:"37",name:"Cutthroat's Hat of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15134|1206",type:"Leather",slot:"head",r:32,q:"2",i:"37",name:"Cutthroat's Hat of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15146|696",type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Ghostwalker Crown of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15146|1206",type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Ghostwalker Crown of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15156|702",type:"Leather",slot:"head",r:38,q:"2",i:"43",name:"Nocturnal Cap of the Tiger",p:"inv_helmet_13",agi:12,str:12,rand:702},{id:"15156|1212",type:"Leather",slot:"head",r:38,q:"2",i:"43",name:"Nocturnal Cap of the Bear",p:"inv_helmet_13",sta:12,str:12,rand:1212},{id:"15167|705",type:"Leather",slot:"head",r:43,q:"2",i:"48",name:"Imposing Bandana of the Tiger",p:"inv_misc_bandana_03",agi:13,str:13,rand:705},{id:"15167|1215",type:"Leather",slot:"head",r:43,q:"2",i:"48",name:"Imposing Bandana of the Bear",p:"inv_misc_bandana_03",sta:13,str:13,rand:1215},{id:"15175|708",type:"Leather",slot:"head",r:46,q:"2",i:"51",name:"Potent Helmet of the Tiger",p:"inv_helmet_13",agi:14,str:14,rand:708},{id:"15175|1218",type:"Leather",slot:"head",r:46,q:"2",i:"51",name:"Potent Helmet of the Bear",p:"inv_helmet_13",sta:14,str:14,rand:1218},{id:"15185|714",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Praetorian Coif of the Tiger",p:"inv_belt_11",agi:16,str:16,rand:714},{id:"15185|1224",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Praetorian Coif of the Bear",p:"inv_belt_11",sta:16,str:16,rand:1224},{id:"15193|720",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of the Tiger",p:"inv_helmet_06",agi:18,str:18,rand:720},{id:"15193|1230",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of the Bear",p:"inv_helmet_06",sta:18,str:18,rand:1230},{id:"15193|321",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of Strength",p:"inv_helmet_06",str:29,rand:321},{id:"15339|693",type:"Leather",slot:"head",r:29,q:"2",i:"34",name:"Pathfinder Hat of the Tiger",p:"inv_helmet_15",agi:9,str:9,rand:693},{id:"15339|1203",type:"Leather",slot:"head",r:29,q:"2",i:"34",name:"Pathfinder Hat of the Bear",p:"inv_helmet_15",sta:9,str:9,rand:1203},{id:"15353|696",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Headhunter's Headdress of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15353|1206",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Headhunter's Headdress of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15363|699",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Trickster's Headdress of the Tiger",p:"inv_helmet_19",agi:11,str:11,rand:699},{id:"15363|1209",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Trickster's Headdress of the Bear",p:"inv_helmet_19",sta:11,str:11,rand:1209},{id:"15373|705",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Wolf Rider's Headgear of the Tiger",p:"inv_helmet_17",agi:13,str:13,rand:705},{id:"15373|1215",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Wolf Rider's Headgear of the Bear",p:"inv_helmet_17",sta:13,str:13,rand:1215},{id:"15384|708",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Rageclaw Helm of the Tiger",p:"inv_helmet_24",agi:14,str:14,rand:708},{id:"15384|1218",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Rageclaw Helm of the Bear",p:"inv_helmet_24",sta:14,str:14,rand:1218},{id:"15391|714",type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Jadefire Cap of the Tiger",p:"inv_helmet_40",agi:16,str:16,rand:714},{id:"15391|1224",type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Jadefire Cap of the Bear",p:"inv_helmet_40",sta:16,str:16,rand:1224},{id:"15430|717",type:"Leather",slot:"head",r:55,q:"2",i:"60",name:"Peerless Headband of the Tiger",p:"inv_misc_bandage_19",agi:17,str:17,rand:717},{id:"15430|1227",type:"Leather",slot:"head",r:55,q:"2",i:"60",name:"Peerless Headband of the Bear",p:"inv_misc_bandage_19",sta:17,str:17,rand:1227},{id:"15439|723",type:"Leather",slot:"head",r:59,q:"2",i:"64",name:"Supreme Crown of the Tiger",p:"inv_crown_01",agi:19,str:19,rand:723},{id:"15439|1233",type:"Leather",slot:"head",r:59,q:"2",i:"64",name:"Supreme Crown of the Bear",p:"inv_crown_01",sta:19,str:19,rand:1233},{id:"15533|690",type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Sentry's Headdress of the Tiger",p:"inv_crown_01",agi:8,str:8,rand:690},{id:"15533|1200",type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Sentry's Headdress of the Bear",p:"inv_crown_01",sta:8,str:8,rand:1200},{id:"15540|693",type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Wicked Chain Helmet of the Tiger",p:"inv_helmet_09",agi:9,str:9,rand:693},{id:"15540|1203",type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Wicked Chain Helmet of the Bear",p:"inv_helmet_09",sta:9,str:9,rand:1203},{id:"15550|693",type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Thick Scale Crown of the Tiger",p:"inv_crown_01",agi:9,str:9,rand:693},{id:"15550|1203",type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Thick Scale Crown of the Bear",p:"inv_crown_01",sta:9,str:9,rand:1203},{id:"15558|696",type:"Mail",slot:"head",r:32,q:"2",i:"37",name:"Pillager's Crown of the Tiger",p:"inv_crown_02",agi:10,str:10,rand:696},{id:"15558|1206",type:"Mail",slot:"head",r:32,q:"2",i:"37",name:"Pillager's Crown of the Bear",p:"inv_crown_02",sta:10,str:10,rand:1206},{id:"15572|696",type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Marauder's Circlet of the Tiger",p:"inv_crown_01",agi:10,str:10,rand:696},{id:"15572|1206",type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Marauder's Circlet of the Bear",p:"inv_crown_01",sta:10,str:10,rand:1206},{id:"15580|699",type:"Mail",slot:"head",r:35,q:"2",i:"40",name:"Sparkleshell Headwrap of the Tiger",p:"inv_helmet_39",agi:11,str:11,rand:699},{id:"15580|1209",type:"Mail",slot:"head",r:35,q:"2",i:"40",name:"Sparkleshell Headwrap of the Bear",p:"inv_helmet_39",sta:11,str:11,rand:1209},{id:"15593|699",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Steadfast Coronet of the Tiger",p:"inv_crown_01",agi:11,str:11,rand:699},{id:"15593|1209",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Steadfast Coronet of the Bear",p:"inv_crown_01",sta:11,str:11,rand:1209},{id:"15602|702",type:"Mail",slot:"head",r:40,q:"2",i:"45",name:"Ancient Crown of the Tiger",p:"inv_helmet_11",agi:12,str:12,rand:702},{id:"15602|1212",type:"Mail",slot:"head",r:40,q:"2",i:"45",name:"Ancient Crown of the Bear",p:"inv_helmet_11",sta:12,str:12,rand:1212},{id:"15615|705",type:"Mail",slot:"head",r:41,q:"2",i:"46",name:"Bonelink Helmet of the Tiger",p:"inv_helmet_02",agi:13,str:13,rand:705},{id:"15615|1215",type:"Mail",slot:"head",r:41,q:"2",i:"46",name:"Bonelink Helmet of the Bear",p:"inv_helmet_02",sta:13,str:13,rand:1215},{id:"15623|708",type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Gryphon Mail Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"15623|1218",type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Gryphon Mail Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"15634|711",type:"Mail",slot:"head",r:47,q:"2",i:"52",name:"Formidable Circlet of the Tiger",p:"inv_crown_01",agi:15,str:15,rand:711},{id:"15634|1221",type:"Mail",slot:"head",r:47,q:"2",i:"52",name:"Formidable Circlet of the Bear",p:"inv_crown_01",sta:15,str:15,rand:1221},{id:"15645|714",type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Ironhide Helmet of the Tiger",p:"inv_helmet_08",agi:16,str:16,rand:714},{id:"15645|1224",type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Ironhide Helmet of the Bear",p:"inv_helmet_08",sta:16,str:16,rand:1224},{id:"15651|714",type:"Mail",slot:"head",r:51,q:"2",i:"56",name:"Merciless Crown of the Tiger",p:"inv_crown_02",agi:16,str:16,rand:714},{id:"15651|1224",type:"Mail",slot:"head",r:51,q:"2",i:"56",name:"Merciless Crown of the Bear",p:"inv_crown_02",sta:16,str:16,rand:1224},{id:"15664|717",type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Impenetrable Helmet of the Tiger",p:"inv_helmet_13",agi:17,str:17,rand:717},{id:"15664|1227",type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Impenetrable Helmet of the Bear",p:"inv_helmet_13",sta:17,str:17,rand:1227},{id:"15670|720",type:"Mail",slot:"head",r:56,q:"2",i:"61",name:"Magnificent Helmet of the Tiger",p:"inv_helmet_12",agi:18,str:18,rand:720},{id:"15670|1230",type:"Mail",slot:"head",r:56,q:"2",i:"61",name:"Magnificent Helmet of the Bear",p:"inv_helmet_12",sta:18,str:18,rand:1230},{id:"15684|723",type:"Mail",slot:"head",r:59,q:"2",i:"64",name:"Triumphant Skullcap of the Tiger",p:"inv_helmet_12",agi:19,str:19,rand:723},{id:"15684|1233",type:"Mail",slot:"head",r:59,q:"2",i:"64",name:"Triumphant Skullcap of the Bear",p:"inv_helmet_12",sta:19,str:19,rand:1233},{id:16478,type:"Plate",slot:"head",r:60,q:"4",i:"74",name:"Field Marshal's Plate Helm",p:"inv_helmet_05",str:28,sta:34,crit:1},{id:16542,type:"Plate",slot:"head",r:60,q:"4",i:"74",name:"Warlord's Plate Headpiece",p:"inv_helmet_09",str:28,sta:34,crit:1},{id:16963,type:"Plate",slot:"head",r:60,q:"4",i:"76",name:"Helm of Wrath",p:"inv_helmet_71",str:17,sta:40,resist:{frost:10,shadow:10},d:11},{id:17767,type:"Mail",slot:"head",r:46,q:"3",i:"51",name:"Bloomsprout Headpiece",p:"inv_helmet_17",sta:18,resist:{nature:10},ap:36},{id:17776,type:"Leather",slot:"head",r:41,q:"2",i:"47",name:"Sprightring Helm",p:"inv_helmet_35",agi:15,sta:10},{id:18325,type:"Leather",slot:"head",r:53,q:"3",i:"58",name:"Felhide Cap",p:"inv_helmet_31",agi:21,sta:14,resist:{fire:8,shadow:8}},{id:18421,type:"Mail",slot:"head",r:57,q:"3",i:"63",name:"Backwood Helm",p:"inv_helmet_19",agi:21,sta:13,crit:1},{id:18698,type:"Leather",slot:"head",r:51,q:"3",i:"56",name:"Tattered Leather Hood",p:"inv_helmet_41",agi:10,sta:23,hit:1},{id:18718,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Grand Crusader's Helm",p:"inv_helmet_10",str:16,sta:16,resist:{shadow:15}},{id:18817,type:"Mail",slot:"head",r:60,q:"4",i:"76",name:"Crown of Destruction",p:"inv_crown_02",sta:23,resist:{fire:10},crit:2,ap:44},{id:19984,type:"Leather",slot:"head",r:50,q:"3",i:"52",name:"Ebon Mask",p:"inv_helmet_30",sta:11,crit:1,ap:36},{id:19998,type:"Leather",slot:"head",r:60,q:"3",i:"65",name:"Bloodvine Lens",p:"inv_helmet_44",sta:12,crit:2},{id:20134,type:"Mail",slot:"head",r:58,q:"4",i:"62",name:"Skyfury Helm",p:"inv_helmet_57",str:13,sta:14,crit:1},{id:20521,type:"Plate",slot:"head",r:50,q:"3",i:"52",name:"Fury Visor",p:"inv_helmet_01",str:18,crit:1,hit:1},{id:20551,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Darkrune Helm",p:"inv_helmet_10",sta:13,resist:{shadow:25},crit:1},{id:20623,type:"Dagger",slot:"head",r:60,q:"4",i:"72",name:"Circlet of Restless Dreams",p:"inv_helmet_17",agi:21,sta:38,skill:6},{id:20640,type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Southsea Head Bucket",p:"inv_helmet_20",str:6,sta:15,d:4},{id:20643,type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Undercity Reservist's Cap",p:"inv_helmet_15",agi:11,str:10,sta:10},{id:21317,type:"Leather",slot:"head",r:45,q:"2",i:"55",name:"Helm of the Pathfinder",p:"inv_helmet_10",sta:17,crit:1},{id:21329,type:"Plate",slot:"head",r:60,q:"4",i:"81",name:"Conqueror's Crown",p:"inv_helmet_72",agi:18,str:29,sta:34,d:6},{id:22223,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Foreman's Head Protector",p:"inv_helmet_20",str:15,sta:14},{id:22411,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Helm of the Executioner",p:"inv_helmet_01",str:14,sta:20,hit:2},{id:22418,type:"Plate",slot:"head",r:60,q:"4",i:"88",name:"Dreadnaught Helmet",p:"inv_helmet_58",str:21,sta:45,d:14},{id:209690,type:"Mail",slot:"head",r:25,q:"3",i:"33",name:"Shadowscale Coif",p:"inv_helmet_35",str:5,sta:14},{id:211505,type:"Mail",slot:"head",r:25,q:"3",i:"30",name:"Twilight Avenger's Helm",p:"inv_helmet_13",agi:11,str:9,sta:3,d:4},{id:211510,type:"Leather",slot:"head",r:25,q:"3",i:"30",name:"Twilight Slayer's Cowl",p:"inv_helmet_27",agi:10,sta:9,ap:14},{id:211789,type:"Leather",slot:"head",r:25,q:"3",i:"30",name:"Artemis Cowl",p:"inv_helmet_48",agi:7,sta:6,ap:24},{id:211843,type:"Mail",slot:"head",r:25,q:"3",i:"30",name:"Mask of Scorn",p:"inv_helmet_11",str:9,sta:7,d:7},{id:213280,type:"Mail",slot:"head",r:40,q:"3",i:"45",name:"Marksman's Scopevisor",p:"inv_helmet_11",agi:9,sta:13,crit:1},{id:213417,type:"Plate",slot:"head",r:40,q:"3",i:"45",name:"Truesilver Filament Coif",p:"inv_belt_28",sta:8,crit:1},{id:215166,type:"Leather",slot:"head",r:40,q:"4",i:"45",name:"Glowing Gneuro-Linked Cowl",p:"inv_helmet_15",agi:14,sta:14,hit:1},{id:215382,type:"Mail",slot:"head",r:40,q:"4",i:"45",name:"Rad-Resistant Scale Hood",p:"inv_helmet_41",sta:10,hit:1,ap:32},{id:217279,type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Golden Scale Coif",p:"inv_helmet_36",str:10},{id:220511,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Greathelm of the Nightmare",p:"inv_helmet_22",str:25,sta:6,crit:1},{id:220516,type:"Mail",slot:"head",r:50,q:"3",i:"55",name:"Gasher's Forgotten Visor",p:"inv_helmet_01",sta:12,crit:1,ap:30},{id:220518,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Ba'ham's Dusty Hat",p:"inv_helmet_50",sta:15,crit:1,ap:38},{id:220519,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Voodoo Feathered Headdress",p:"inv_helmet_14",sta:11,crit:1},{id:220521,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Hakkari Ritualist's Headdress",p:"inv_helmet_12",crit:1},{id:220803,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Blood Guard's Plate Helm",p:"inv_helmet_12",str:13,sta:15,crit:1,hit:1},{id:220804,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Knight-Lieutenant's Plate Helm",p:"inv_helmet_12",str:13,sta:15,crit:1,hit:1},{id:221376,type:"Plate",slot:"head",r:50,q:"3",i:"50",name:"Emerald Dream Helm",p:"inv_helmet_10",str:10,sta:11,crit:1,hit:1},{id:221781,type:"Plate",slot:"head",r:0,q:"3",i:"55",name:"Avenguard Helm",p:"inv_helmet_22",agi:5,str:10,sta:25},{id:221782,type:"Mail",slot:"head",r:0,q:"3",i:"55",name:"Helm of Exile",p:"inv_helmet_21",agi:11,ap:36},{id:223167,type:"Leather",slot:"head",r:0,q:"3",i:"20",name:"Initiative Cap",p:"inv_helmet_50",agi:7,sta:7},{id:223169,type:"Leather",slot:"head",r:0,q:"3",i:"20",name:"Tenacity Cap",p:"inv_helmet_50",str:7,sta:7},{id:223172,type:"Mail",slot:"head",r:0,q:"3",i:"20",name:"Tenacity Chain",p:"inv_helmet_39",str:7,sta:7},{id:223522,type:"Plate",slot:"head",r:48,q:"3",i:"53",name:"Helm of the Mountain",p:"inv_helmet_20",sta:19,resist:{nature:10},d:7},{id:223963,type:"Leather",slot:"head",r:45,q:"3",i:"50",name:"Embrace of the Lycan",p:"ability_mount_whitedirewolf",agi:9,str:9,sta:14,ap:32},{id:226488,type:"Plate",slot:"head",r:60,q:"4",i:"66",name:"Helm of Might",p:"inv_helmet_09",agi:15,str:15,sta:28,resist:{fire:10},hit:1,block:15},{id:226495,type:"Plate",slot:"head",r:60,q:"4",i:"66",name:"Jaws of Might",p:"inv_helmet_09",str:28,sta:23,resist:{fire:10},hit:1,crit:1},{id:226769,type:"Plate",slot:"head",r:57,q:"3",i:"62",name:"Helm of Valor",p:"inv_helmet_02",agi:14,str:25,sta:17},{id:226860,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Crown of Heroism",p:"inv_helmet_02",str:32,sta:18,crit:1},{id:226869,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Faceguard of Heroism",p:"inv_helmet_02",str:15,sta:32,hit:1,d:9},{id:226877,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Helm of Heroism",p:"inv_helmet_02",str:18,sta:32,crit:1},{id:227043,type:"Plate",slot:"head",r:60,q:"3",i:"71",name:"Champion's Plate Helm",p:"inv_helmet_09",str:21,sta:24,crit:1,hit:1},{id:227044,type:"Plate",slot:"head",r:60,q:"3",i:"71",name:"Lieutenant Commander's Plate Helm",p:"inv_helmet_09",str:21,sta:24,crit:1,hit:1},{id:227955,type:"Mail",slot:"head",r:52,q:"3",i:"57",name:"Savage Gladiator Helm",p:"inv_helmet_01",agi:12,sta:28},{id:227958,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Ghostshroud",p:"inv_helmet_41",agi:19,str:12,sta:18,resist:{shadow:5}},{id:227975,type:"Plate",slot:"head",r:51,q:"3",i:"56",name:"Golem Skull Helm",p:"inv_helmet_23",str:18,sta:18,d:7},{id:228032,type:"Leather",slot:"head",r:57,q:"3",i:"62",name:"Bone Ring Helm",p:"inv_helmet_14",agi:5,str:6,sta:30},{id:228062,type:"Leather",slot:"head",r:56,q:"3",i:"61",name:"Insightful Hood",p:"inv_helmet_41",sta:12,crit:1},{id:228111,type:"Leather",slot:"head",r:57,q:"3",i:"62",name:"Mask of the Godslayer",p:"inv_helmet_14",agi:5,str:6,sta:30},{id:215161,type:"Plate",slot:"head",r:40,q:"4",i:"45",name:"Tempered Interference-Negating Helmet",p:"inv_helmet_49",str:20,sta:14,crit:1}],neck:[{id:4430,type:"Miscellaneous",slot:"neck",r:34,q:"2",i:"43",name:"Ethereal Talisman",p:"inv_jewelry_necklace_03",agi:4,str:5,sta:6},{id:5029,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Talisman of the Naga Lord",p:"inv_jewelry_necklace_09",str:2,sta:10},{id:5754,type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Wolfpack Medallion",p:"inv_jewelry_amulet_03",agi:3,sta:5},{id:"7427|681",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of the Tiger",p:"inv_jewelry_necklace_03",agi:5,str:5,rand:681},{id:"7427|1189",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of the Bear",p:"inv_jewelry_necklace_03",sta:5,str:4,rand:1189},{id:"7427|155",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of Strength",p:"inv_jewelry_necklace_03",str:7,rand:155},{id:7550,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Warrior's Honor",p:"inv_jewelry_necklace_02",str:3,sta:10},{id:7551,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Entwined Opaline Talisman",p:"inv_jewelry_necklace_07",agi:3,sta:10},{id:9243,type:"Miscellaneous",slot:"neck",r:40,q:"2",i:"45",name:"Shriveled Heart",p:"inv_misc_organ_01",str:-5,sta:13},{id:"10299|681",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of the Tiger",p:"inv_jewelry_necklace_03",agi:5,str:5,rand:681},{id:"10299|1189",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of the Bear",p:"inv_jewelry_necklace_03",sta:5,str:4,rand:1189},{id:"10299|155",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of Strength",p:"inv_jewelry_necklace_03",str:7,rand:155},{id:10824,type:"Miscellaneous",slot:"neck",r:37,q:"3",i:"44",name:"Amberglow Talisman",p:"inv_jewelry_necklace_07",agi:1,sta:7},{id:"11946|692",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of the Tiger",p:"inv_jewelry_necklace_02",agi:8,str:9,rand:692},{id:"11946|1202",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of the Bear",p:"inv_jewelry_necklace_02",sta:8,str:9,rand:1202},{id:"11946|193",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of Strength",p:"inv_jewelry_necklace_02",str:12,rand:193},{id:"12019|155",type:"Miscellaneous",slot:"neck",r:27,q:"2",i:"32",name:"Cerulean Talisman of Strength",p:"inv_jewelry_necklace_01",str:7,rand:155},{id:"12020|189",type:"Miscellaneous",slot:"neck",r:31,q:"2",i:"36",name:"Thallium Choker of Strength",p:"inv_jewelry_necklace_09",str:8,rand:189},{id:"12022|191",type:"Miscellaneous",slot:"neck",r:36,q:"2",i:"41",name:"Iridium Chain of Strength",p:"inv_jewelry_necklace_05",str:10,rand:191},{id:"12023|191",type:"Miscellaneous",slot:"neck",r:40,q:"2",i:"45",name:"Tellurium Necklace of Strength",p:"inv_jewelry_necklace_03",str:10,rand:191},{id:"12024|193",type:"Miscellaneous",slot:"neck",r:45,q:"2",i:"50",name:"Vanadium Talisman of Strength",p:"inv_jewelry_necklace_07",str:12,rand:193},{id:"12025|219",type:"Miscellaneous",slot:"neck",r:49,q:"2",i:"54",name:"Selenium Chain of Strength",p:"inv_jewelry_necklace_04",str:13,rand:219},{id:"12026|693",type:"Miscellaneous",slot:"neck",r:54,q:"2",i:"59",name:"Quicksilver Pendant of the Tiger",p:"inv_jewelry_necklace_11",agi:9,str:9,rand:693},{id:"12026|307",type:"Miscellaneous",slot:"neck",r:54,q:"2",i:"59",name:"Quicksilver Pendant of Strength",p:"inv_jewelry_necklace_11",str:15,rand:307},{id:"12027|1206",type:"Miscellaneous",slot:"neck",r:58,q:"2",i:"63",name:"Vermilion Necklace of the Bear",p:"inv_jewelry_necklace_10",sta:10,str:10,rand:1206},{id:"12027|308",type:"Miscellaneous",slot:"neck",r:58,q:"2",i:"63",name:"Vermilion Necklace of Strength",p:"inv_jewelry_necklace_10",str:16,rand:308},{id:"12028|1191",type:"Miscellaneous",slot:"neck",r:27,q:"2",i:"32",name:"Basalt Necklace of the Bear",p:"inv_jewelry_necklace_08",sta:5,str:5,rand:1191},{id:"12029|1191",type:"Miscellaneous",slot:"neck",r:30,q:"2",i:"35",name:"Greenstone Talisman of the Bear",p:"inv_jewelry_necklace_01",sta:5,str:5,rand:1191},{id:"12030|1194",type:"Miscellaneous",slot:"neck",r:34,q:"2",i:"39",name:"Jet Chain of the Bear",p:"inv_jewelry_necklace_06",sta:6,str:6,rand:1194},{id:"12031|1197",type:"Miscellaneous",slot:"neck",r:39,q:"2",i:"44",name:"Lodestone Necklace of the Bear",p:"inv_jewelry_necklace_07",sta:7,str:7,rand:1197},{id:"12032|1200",type:"Miscellaneous",slot:"neck",r:43,q:"2",i:"48",name:"Onyx Choker of the Bear",p:"inv_jewelry_necklace_06",sta:8,str:8,rand:1200},{id:"12034|1203",type:"Miscellaneous",slot:"neck",r:48,q:"2",i:"53",name:"Marble Necklace of the Bear",p:"inv_jewelry_necklace_07",sta:9,str:9,rand:1203},{id:"12035|1203",type:"Miscellaneous",slot:"neck",r:52,q:"2",i:"57",name:"Obsidian Pendant of the Bear",p:"inv_jewelry_necklace_06",sta:9,str:9,rand:1203},{id:"12036|696",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of the Tiger",p:"inv_jewelry_necklace_09",agi:10,str:10,rand:696},{id:"12036|1206",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of the Bear",p:"inv_jewelry_necklace_09",sta:10,str:10,rand:1206},{id:"12036|307",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of Strength",p:"inv_jewelry_necklace_09",str:15,rand:307},{id:"12039|681",type:"Miscellaneous",slot:"neck",r:28,q:"2",i:"33",name:"Tundra Necklace of the Tiger",p:"inv_jewelry_necklace_11",agi:5,str:5,rand:681},{id:"12040|684",type:"Miscellaneous",slot:"neck",r:33,q:"2",i:"38",name:"Forest Pendant of the Tiger",p:"inv_jewelry_necklace_01",agi:6,str:6,rand:684},{id:"12042|684",type:"Miscellaneous",slot:"neck",r:37,q:"2",i:"42",name:"Marsh Chain of the Tiger",p:"inv_jewelry_necklace_04",agi:6,str:6,rand:684},{id:"12043|690",type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Desert Choker of the Tiger",p:"inv_jewelry_necklace_08",agi:8,str:8,rand:690},{id:"12044|690",type:"Miscellaneous",slot:"neck",r:46,q:"2",i:"51",name:"Arctic Pendant of the Tiger",p:"inv_jewelry_necklace_07",agi:8,str:8,rand:690},{id:"12045|693",type:"Miscellaneous",slot:"neck",r:51,q:"2",i:"56",name:"Swamp Pendant of the Tiger",p:"inv_jewelry_necklace_06",agi:9,str:9,rand:693},{id:"12046|696",type:"Miscellaneous",slot:"neck",r:55,q:"2",i:"60",name:"Jungle Necklace of the Tiger",p:"inv_jewelry_necklace_01",agi:10,str:10,rand:696},{id:"12047|678",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of the Tiger",p:"inv_jewelry_necklace_04",agi:4,str:4,rand:678},{id:"12047|1188",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of the Bear",p:"inv_jewelry_necklace_04",sta:4,str:4,rand:1188},{id:"12047|136",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of Strength",p:"inv_jewelry_necklace_04",str:6,rand:136},{id:"12048|699",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of the Tiger",p:"inv_jewelry_necklace_11",agi:11,str:11,rand:699},{id:"12048|1209",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of the Bear",p:"inv_jewelry_necklace_11",sta:11,str:11,rand:1209},{id:"12048|309",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of Strength",p:"inv_jewelry_necklace_11",str:17,rand:309},{id:12059,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"58",name:"Conqueror's Medallion",p:"inv_jewelry_amulet_03",agi:4,str:10,sta:11},{id:12929,type:"Miscellaneous",slot:"neck",r:56,q:"3",i:"61",name:"Emberfury Talisman",p:"inv_jewelry_necklace_05",sta:8,resist:{fire:7},crit:1},{id:13084,type:"Miscellaneous",slot:"neck",r:30,q:"3",i:"35",name:"Kaleidoscope Chain",p:"inv_jewelry_amulet_07",agi:4,str:4,sta:4},{id:13087,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"River Pride Choker",p:"inv_jewelry_necklace_09",str:4,sta:9},{id:13088,type:"Miscellaneous",slot:"neck",r:36,q:"3",i:"41",name:"Gazlowe's Charm",p:"inv_jewelry_amulet_01",str:4,sta:11},{id:13089,type:"Miscellaneous",slot:"neck",r:44,q:"3",i:"49",name:"Skibi's Pendant",p:"inv_jewelry_amulet_07",agi:13,str:5},{id:13091,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"57",name:"Medallion of Grand Marshal Morris",p:"inv_jewelry_talisman_08",sta:7,d:10},{id:13177,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Talisman of Evasion",p:"inv_jewelry_amulet_04",agi:13},{id:15411,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"63",name:"Mark of Fordring",p:"inv_jewelry_talisman_07",crit:1,ap:26},{id:17044,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"61",name:"Will of the Martyr",p:"inv_jewelry_talisman_07",sta:10,ap:30},{id:17111,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"68",name:"Blazefury Medallion",p:"inv_jewelry_talisman_01",agi:13,sta:14,resist:{fire:12},proc:{magic:!0,dmg:2,chance:100}},{id:17772,type:"Miscellaneous",slot:"neck",r:39,q:"2",i:"42",name:"Zealous Shadowshard Pendant",p:"inv_jewelry_necklace_06",ap:20},{id:18205,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"71",name:"Eskhandar's Collar",p:"inv_belt_12",sta:17,crit:1},{id:18381,type:"Miscellaneous",slot:"neck",r:57,q:"3",i:"62",name:"Evil Eye Pendant",p:"inv_misc_eye_01",agi:15,d:7},{id:18404,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"74",name:"Onyxia Tooth Pendant",p:"inv_jewelry_necklace_09",agi:12,sta:9,resist:{fire:10},hit:1,crit:1},{id:19095,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Frostwolf Legionnaire's Pendant",p:"inv_jewelry_necklace_16",sta:15,ap:18},{id:19097,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Stormpike Soldier's Pendant",p:"inv_jewelry_necklace_15",sta:15,ap:18},{id:19159,type:"Miscellaneous",slot:"neck",r:46,q:"3",i:"51",name:"Woven Ivy Necklace",p:"inv_misc_herb_15",agi:9,str:6,sta:10},{id:19383,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"83",name:"Master Dragonslayer's Medallion",p:"inv_jewelry_necklace_18",agi:14,sta:24,d:7},{id:19491,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"65",name:"Amulet of the Darkmoon",p:"inv_jewelry_necklace_14",agi:19,str:10,sta:10},{id:19534,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:15,sta:10},{id:19535,type:"Miscellaneous",slot:"neck",r:48,q:"3",i:"53",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:12,sta:8},{id:19536,type:"Miscellaneous",slot:"neck",r:38,q:"3",i:"43",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:11,sta:7},{id:19537,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:8,sta:5},{id:19538,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:15,sta:10},{id:19539,type:"Miscellaneous",slot:"neck",r:48,q:"3",i:"53",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:12,sta:8},{id:19540,type:"Miscellaneous",slot:"neck",r:38,q:"3",i:"43",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:11,sta:7},{id:19541,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:8,sta:5},{id:19574,type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"60",name:"Strength of Mugamba",p:"inv_jewelry_necklace_23",str:7,sta:10,d:4},{id:19575,type:"Miscellaneous",slot:"neck",r:60,q:"3",i:"60",name:"Strength of Mugamba",p:"inv_jewelry_necklace_24",agi:6,str:7,sta:10,d:4},{id:19576,type:"Miscellaneous",slot:"neck",r:60,q:"3",i:"68",name:"Strength of Mugamba",p:"inv_jewelry_necklace_25",agi:8,str:8,sta:13,d:5},{id:19577,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"65",name:"Rage of Mugamba",p:"inv_jewelry_necklace_26",agi:8,str:8,sta:13,d:6},{id:20442,type:"Miscellaneous",slot:"neck",r:18,q:"3",i:"23",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:6,sta:2},{id:20444,type:"Miscellaneous",slot:"neck",r:18,q:"3",i:"23",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:6,sta:2},{id:20622,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"71",name:"Dragonheart Necklace",p:"inv_jewelry_necklace_18",sta:21,ap:24},{id:20649,type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"60",name:"Sunprism Pendant",p:"inv_jewelry_necklace_15",agi:12,sta:7},{id:20695,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Abyssal War Beads",p:"inv_jewelry_necklace_04",sta:15,ap:20},{id:21505,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"70",name:"Choker of the Shifting Sands",p:"inv_jewelry_necklace_ahnqiraj_03",sta:16,ap:42},{id:21506,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"70",name:"Pendant of the Shifting Sands",p:"inv_jewelry_necklace_ahnqiraj_03",str:14,sta:21,d:4},{id:22150,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Beads of Ogre Might",p:"inv_jewelry_amulet_05",sta:7,ap:24,hit:1},{id:22340,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Pendant of Celerity",p:"inv_jewelry_necklace_04",agi:15,hit:1},{id:22659,type:"Miscellaneous",slot:"neck",r:55,q:"4",i:"60",name:"Medallion of the Dawn",p:"inv_jewelry_amulet_04",sta:12,ap:24,crit:1},{id:209422,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"High Tide Choker",p:"inv_jewelry_necklace_20",agi:4,str:7},{id:209673,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"Glowing Fetish Amulet",p:"inv_jewelry_necklace_26",str:6,sta:6},{id:209817,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"Voidwalker Brooch",p:"inv_jewelry_necklace_11",sta:6,d:4},{id:213343,type:"Miscellaneous",slot:"neck",r:40,q:"4",i:"45",name:"Justice Badge",p:"inv_jewelry_amulet_03",str:6,sta:7,d:4},{id:213344,type:"Miscellaneous",slot:"neck",r:40,q:"4",i:"45",name:"Gnomeregan Peace Officer's Torque",p:"inv_gizmo_04",sta:6,crit:1,ap:16},{id:219136,type:"Miscellaneous",slot:"neck",r:0,q:"3",i:"20",name:"Tenacity Pendant",p:"inv_jewelry_necklace_44",str:4,sta:4},{id:219137,type:"Miscellaneous",slot:"neck",r:0,q:"3",i:"20",name:"Initiative Pendant",p:"inv_jewelry_necklace_44",agi:4,sta:4},{id:220624,type:"Miscellaneous",slot:"neck",r:50,q:"3",i:"55",name:"Bloodstained Charm of Valor",p:"inv_jewelry_necklace_23",crit:1,ap:18},{id:220625,type:"Miscellaneous",slot:"neck",r:50,q:"3",i:"55",name:"Resilience of the Exiled",p:"inv_jewelry_necklace_24",sta:8,hit:1},{id:227943,type:"Miscellaneous",slot:"neck",r:51,q:"3",i:"56",name:"Verek's Collar",p:"inv_misc_bandage_14",str:6,sta:7},{id:227988,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Imperial Jewel",p:"inv_misc_gem_sapphire_01",sta:7,ap:32},{id:228054,type:"Miscellaneous",slot:"neck",r:53,q:"3",i:"58",name:"Tempest Talisman",p:"inv_jewelry_necklace_03",crit:1},{id:228088,type:"Miscellaneous",slot:"neck",r:57,q:"3",i:"62",name:"Shredder Operator's Dogtags",p:"inv_jewelry_necklace_39",sta:11,d:7},{id:228137,type:"Miscellaneous",slot:"neck",r:0,q:"4",i:"74",name:"Heart of Golemagg",p:"inv_jewelry_necklace_05",agi:12,sta:9,resist:{fire:10},hit:1,crit:1},{id:228249,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"68",name:"Medallion of Steadfast Might",p:"inv_jewelry_amulet_03",str:7,sta:21,d:9}],shoulder:[{id:2264,type:"Leather",slot:"shoulder",r:25,q:"3",i:"30",name:"Mantle of Thieves",p:"inv_shoulder_08",agi:10,sta:4},{id:2278,type:"Leather",slot:"shoulder",r:26,q:"3",i:"31",name:"Forest Tracker Epaulets",p:"inv_shoulder_18",agi:11,str:5},{id:3231,type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Cutthroat Pauldrons",p:"inv_shoulder_07",str:4,sta:4},{id:3481,type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Silvered Bronze Shoulders",p:"inv_shoulder_09",str:3,sta:3},{id:3765,type:"Mail",slot:"shoulder",r:29,q:"2",i:"40",name:"Brigand's Pauldrons",p:"inv_shoulder_03",str:8,sta:8},{id:3840,type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Green Iron Shoulders",p:"inv_shoulder_09",str:4,sta:7},{id:4252,type:"Leather",slot:"shoulder",r:23,q:"2",i:"28",name:"Dark Leather Shoulders",p:"inv_shoulder_12",agi:7},{id:4443,type:"Mail",slot:"shoulder",r:27,q:"2",i:"36",name:"Grim Pauldrons",p:"inv_shoulder_07",str:7},{id:4705,type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Lambent Scale Pauldrons",p:"inv_shoulder_08",str:5,sta:5},{id:4721,type:"Leather",slot:"shoulder",r:30,q:"2",i:"35",name:"Insignia Mantle",p:"inv_shoulder_07",agi:7},{id:4725,type:"Mail",slot:"shoulder",r:35,q:"2",i:"40",name:"Chief Brigadier Pauldrons",p:"inv_shoulder_14",str:8},{id:4731,type:"Leather",slot:"shoulder",r:34,q:"2",i:"39",name:"Glyphed Epaulets",p:"inv_shoulder_25",str:8},{id:4737,type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Imperial Leather Spaulders",p:"inv_shoulder_05",str:9},{id:4810,type:"Leather",slot:"shoulder",r:32,q:"2",i:"37",name:"Boulder Pads",p:"inv_shoulder_08",str:8},{id:4835,type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Elite Shoulders",p:"inv_shoulder_05",str:6,sta:5},{id:5964,type:"Leather",slot:"shoulder",r:30,q:"2",i:"35",name:"Barbaric Shoulders",p:"inv_shoulder_08",agi:5,sta:6},{id:6388,type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Glimmering Mail Pauldrons",p:"inv_shoulder_20",str:6},{id:6404,type:"Mail",slot:"shoulder",r:30,q:"2",i:"35",name:"Mail Combat Spaulders",p:"inv_shoulder_07",str:7},{id:"6597|684",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of the Tiger",p:"inv_shoulder_07",agi:6,str:6,rand:684},{id:"6597|1194",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of the Bear",p:"inv_shoulder_07",sta:6,str:6,rand:1194},{id:"6597|6",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of Strength",p:"inv_shoulder_07",str:1,rand:6},{id:6747,type:"Mail",slot:"shoulder",r:25,q:"2",i:"40",name:"Enforcer Pauldrons",p:"inv_shoulder_03",str:8,sta:8},{id:6792,type:"Mail",slot:"shoulder",r:30,q:"2",i:"40",name:"Sanguine Pauldrons",p:"inv_shoulder_29",str:8},{id:"7424|684",type:"Mail",slot:"shoulder",r:28,q:"2",i:"33",name:"Phalanx Spaulders of the Tiger",p:"inv_shoulder_26",agi:6,str:6,rand:684},{id:"7424|1194",type:"Mail",slot:"shoulder",r:28,q:"2",i:"33",name:"Phalanx Spaulders of the Bear",p:"inv_shoulder_26",sta:6,str:6,rand:1194},{id:"7459|690",type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Knight's Pauldrons of the Tiger",p:"inv_shoulder_27",agi:8,str:8,rand:690},{id:"7459|1200",type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Knight's Pauldrons of the Bear",p:"inv_shoulder_27",sta:8,str:8,rand:1200},{id:"7482|1203",type:"Leather",slot:"shoulder",r:37,q:"2",i:"42",name:"Ranger Shoulders of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:"7532|1206",type:"Leather",slot:"shoulder",r:42,q:"2",i:"47",name:"Cabalist Spaulders of the Bear",p:"inv_shoulder_01",sta:10,str:10,rand:1206},{id:7718,type:"Mail",slot:"shoulder",r:37,q:"3",i:"42",name:"Herod's Shoulder",p:"inv_shoulder_01",str:6,sta:15},{id:7727,type:"Leather",slot:"shoulder",r:27,q:"3",i:"32",name:"Watchman Pauldrons",p:"inv_shoulder_23",str:3,sta:11},{id:7755,type:"Leather",slot:"shoulder",r:33,q:"3",i:"38",name:"Flintrock Shoulders",p:"inv_shoulder_13",agi:10,str:5,sta:10},{id:7913,type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Barbaric Iron Shoulders",p:"inv_shoulder_23",agi:6,str:6},{id:7928,type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Ornate Mithril Shoulder",p:"inv_shoulder_09",str:5},{id:8144,type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Chromite Pauldrons",p:"inv_shoulder_29",str:10,sta:9},{id:8163,type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Jouster's Pauldrons",p:"inv_shoulder_12",str:9},{id:8192,type:"Leather",slot:"shoulder",r:37,q:"2",i:"42",name:"Nightscape Shoulders",p:"inv_shoulder_07",agi:11,sta:5},{id:8207,type:"Mail",slot:"shoulder",r:43,q:"2",i:"48",name:"Tough Scorpid Shoulders",p:"inv_shoulder_04",agi:10},{id:"8210|1203",type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Wild Leather Shoulders of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:8281,type:"Plate",slot:"shoulder",r:43,q:"2",i:"48",name:"Valorous Pauldrons",p:"inv_shoulder_28",str:10},{id:8301,type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Traveler's Spaulders",p:"inv_shoulder_23",str:13},{id:8319,type:"Plate",slot:"shoulder",r:50,q:"2",i:"55",name:"Alabaster Plate Pauldrons",p:"inv_shoulder_29",str:12},{id:"9292|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"42",name:"Field Plate Pauldrons of the Tiger",p:"inv_shoulder_09",agi:9,str:9,rand:693},{id:"9292|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"42",name:"Field Plate Pauldrons of the Bear",p:"inv_shoulder_09",sta:9,str:9,rand:1203},{id:"9389|1203",type:"Leather",slot:"shoulder",r:36,q:"2",i:"41",name:"Revelosh's Spaulders of the Bear",p:"inv_shoulder_25",sta:9,str:9,rand:1203},{id:9411,type:"Mail",slot:"shoulder",r:40,q:"2",i:"45",name:"Rockshard Pauldrons",p:"inv_shoulder_02",str:2},{id:9531,type:"Plate",slot:"shoulder",r:40,q:"2",i:"46",name:"Gemshale Pauldrons",p:"inv_shoulder_23",str:10,sta:9},{id:9647,type:"Leather",slot:"shoulder",r:40,q:"2",i:"48",name:"Failed Flying Experiment",p:"inv_shoulder_25",agi:10,str:10},{id:"9817|681",type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Fortified Spaulders of the Tiger",p:"inv_shoulder_07",agi:5,str:5,rand:681},{id:"9817|1191",type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Fortified Spaulders of the Bear",p:"inv_shoulder_07",sta:5,str:5,rand:1191},{id:"9842|684",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Banded Pauldrons of the Tiger",p:"inv_shoulder_15",agi:6,str:6,rand:684},{id:"9842|1194",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Banded Pauldrons of the Bear",p:"inv_shoulder_15",sta:6,str:6,rand:1194},{id:"9872|690",type:"Mail",slot:"shoulder",r:32,q:"2",i:"37",name:"Renegade Pauldrons of the Tiger",p:"inv_shoulder_09",agi:8,str:8,rand:690},{id:"9872|1200",type:"Mail",slot:"shoulder",r:32,q:"2",i:"37",name:"Renegade Pauldrons of the Bear",p:"inv_shoulder_09",sta:8,str:8,rand:1200},{id:"9894|1203",type:"Leather",slot:"shoulder",r:36,q:"2",i:"41",name:"Huntsman's Shoulders of the Bear",p:"inv_shoulder_08",sta:9,str:9,rand:1203},{id:"9923|1203",type:"Leather",slot:"shoulder",r:40,q:"2",i:"45",name:"Tracker's Shoulderpads of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:"9955|1209",type:"Leather",slot:"shoulder",r:45,q:"2",i:"50",name:"Chieftain's Shoulders of the Bear",p:"inv_shoulder_01",sta:11,str:11,rand:1209},{id:"9971|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Embossed Plate Pauldrons of the Tiger",p:"inv_shoulder_23",agi:9,str:9,rand:693},{id:"9971|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Embossed Plate Pauldrons of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"10075|1209",type:"Leather",slot:"shoulder",r:46,q:"2",i:"51",name:"Righteous Spaulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"10092|696",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Gothic Plate Spaulders of the Tiger",p:"inv_shoulder_08",agi:10,str:10,rand:696},{id:"10092|1206",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Gothic Plate Spaulders of the Bear",p:"inv_shoulder_08",sta:10,str:10,rand:1206},{id:"10113|1212",type:"Leather",slot:"shoulder",r:52,q:"2",i:"57",name:"Wanderer's Shoulders of the Bear",p:"inv_shoulder_08",sta:12,str:12,rand:1212},{id:"10134|699",type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Revenant Shoulders of the Tiger",p:"inv_shoulder_14",agi:11,str:11,rand:699},{id:"10134|1209",type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Revenant Shoulders of the Bear",p:"inv_shoulder_14",sta:11,str:11,rand:1209},{id:"10153|1218",type:"Leather",slot:"shoulder",r:57,q:"2",i:"62",name:"Mighty Spaulders of the Bear",p:"inv_shoulder_24",sta:14,str:14,rand:1218},{id:"10163|706",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"10163|1216",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"10163|313",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"10170|702",type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Templar Pauldrons of the Tiger",p:"inv_shoulder_30",agi:12,str:12,rand:702},{id:"10170|1212",type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Templar Pauldrons of the Bear",p:"inv_shoulder_30",sta:12,str:12,rand:1212},{id:"10189|1212",type:"Leather",slot:"shoulder",r:50,q:"2",i:"55",name:"Swashbuckler's Shoulderpads of the Bear",p:"inv_shoulder_23",sta:12,str:12,rand:1212},{id:"10209|699",type:"Plate",slot:"shoulder",r:45,q:"2",i:"50",name:"Overlord's Spaulders of the Tiger",p:"inv_shoulder_13",agi:11,str:11,rand:699},{id:"10209|1209",type:"Plate",slot:"shoulder",r:45,q:"2",i:"50",name:"Overlord's Spaulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"10228|705",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of the Tiger",p:"inv_shoulder_11",agi:13,str:13,rand:705},{id:"10228|1215",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of the Bear",p:"inv_shoulder_11",sta:13,str:13,rand:1215},{id:"10228|314",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of Strength",p:"inv_shoulder_11",str:22,rand:314},{id:"10245|702",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"Heavy Lamellar Pauldrons of the Tiger",p:"inv_shoulder_18",agi:12,str:12,rand:702},{id:"10245|1212",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"Heavy Lamellar Pauldrons of the Bear",p:"inv_shoulder_18",sta:12,str:12,rand:1212},{id:"10263|1218",type:"Leather",slot:"shoulder",r:58,q:"2",i:"63",name:"Adventurer's Shoulders of the Bear",p:"inv_shoulder_15",sta:14,str:14,rand:1218},{id:"10274|706",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"10274|1216",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"10274|313",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"10281|705",type:"Plate",slot:"shoulder",r:53,q:"2",i:"58",name:"Emerald Pauldrons of the Tiger",p:"inv_shoulder_02",agi:13,str:13,rand:705},{id:"10281|1216",type:"Plate",slot:"shoulder",r:53,q:"2",i:"58",name:"Emerald Pauldrons of the Bear",p:"inv_shoulder_02",sta:14,str:13,rand:1216},{id:10374,type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Imbued Plate Pauldrons",p:"inv_shoulder_02",str:13},{id:"10383|708",type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Commander's Pauldrons of the Tiger",p:"inv_shoulder_01",agi:14,str:14,rand:708},{id:"10383|1218",type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Commander's Pauldrons of the Bear",p:"inv_shoulder_01",sta:14,str:14,rand:1218},{id:"10390|708",type:"Plate",slot:"shoulder",r:58,q:"2",i:"63",name:"Hyperion Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:14,rand:708},{id:"10390|1218",type:"Plate",slot:"shoulder",r:58,q:"2",i:"63",name:"Hyperion Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:14,rand:1218},{id:10745,type:"Leather",slot:"shoulder",r:40,q:"2",i:"50",name:"Kaylari Shoulders",p:"inv_shoulder_18",str:11,sta:10},{id:10774,type:"Leather",slot:"shoulder",r:37,q:"3",i:"42",name:"Fleshhide Shoulders",p:"inv_shoulder_28",agi:6,str:5,sta:15},{id:"10783|705",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of the Tiger",p:"inv_shoulder_18",agi:13,str:13,rand:705},{id:"10783|1215",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of the Bear",p:"inv_shoulder_18",sta:13,str:13,rand:1215},{id:"10783|314",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of Strength",p:"inv_shoulder_18",str:22,rand:314},{id:11502,type:"Leather",slot:"shoulder",r:38,q:"2",i:"46",name:"Loreskin Shoulders",p:"inv_shoulder_24",str:10},{id:11632,type:"Plate",slot:"shoulder",r:47,q:"3",i:"52",name:"Earthslag Shoulders",p:"inv_shoulder_26",str:13,sta:8},{id:11871,type:"Leather",slot:"shoulder",r:50,q:"2",i:"54",name:"Snarkshaw Spaulders",p:"inv_shoulder_15",str:12,sta:11},{id:11874,type:"Leather",slot:"shoulder",r:49,q:"2",i:"56",name:"Clouddrift Mantle",p:"inv_shoulder_30",agi:12,str:12},{id:11889,type:"Plate",slot:"shoulder",r:47,q:"2",i:"50",name:"Bark Iron Pauldrons",p:"inv_shoulder_28",agi:5,str:11},{id:11916,type:"Leather",slot:"shoulder",r:49,q:"2",i:"55",name:"Shizzle's Muzzle",p:"inv_shoulder_25",str:6,sta:6},{id:11963,type:"Leather",slot:"shoulder",r:48,q:"2",i:"53",name:"Penance Spaulders",p:"inv_shoulder_25",agi:8,sta:11},{id:12082,type:"Leather",slot:"shoulder",r:52,q:"2",i:"58",name:"Wyrmhide Spaulders",p:"inv_shoulder_16",hit:2},{id:12428,type:"Plate",slot:"shoulder",r:47,q:"2",i:"53",name:"Imperial Plate Shoulders",p:"inv_shoulder_02",str:12,sta:11},{id:12557,type:"Plate",slot:"shoulder",r:54,q:"3",i:"59",name:"Ebonsteel Spaulders",p:"inv_shoulder_25",agi:7,str:6,sta:16},{id:12617,type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Savage Mail Shoulders",p:"inv_shoulder_15",str:10,sta:17},{id:12927,type:"Leather",slot:"shoulder",r:56,q:"3",i:"61",name:"Truestrike Shoulders",p:"inv_shoulder_10",hit:2,ap:24},{id:13066,type:"Plate",slot:"shoulder",r:46,q:"3",i:"51",name:"Wyrmslayer Spaulders",p:"inv_shoulder_24",agi:8,str:12,sta:12},{id:13116,type:"Leather",slot:"shoulder",r:56,q:"3",i:"61",name:"Spaulders of the Unseen",p:"inv_shoulder_18",agi:22,sta:7},{id:13131,type:"Mail",slot:"shoulder",r:24,q:"3",i:"29",name:"Sparkleshell Mantle",p:"inv_shoulder_18",agi:4,sta:10},{id:13132,type:"Mail",slot:"shoulder",r:38,q:"3",i:"43",name:"Skeletal Shoulders",p:"inv_shoulder_11",str:6,sta:15},{id:13166,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Slamshot Shoulders",p:"inv_shoulder_23",sta:21,ap:20},{id:13257,type:"Leather",slot:"shoulder",r:54,q:"3",i:"59",name:"Demonic Runed Spaulders",p:"inv_shoulder_07",str:12,sta:12},{id:13358,type:"Leather",slot:"shoulder",r:58,q:"3",i:"63",name:"Wyrmtongue Shoulders",p:"inv_shoulder_24",agi:23,sta:10},{id:13405,type:"Plate",slot:"shoulder",r:52,q:"3",i:"57",name:"Wailing Nightbane Pauldrons",p:"inv_shoulder_25",str:14,sta:14,resist:{shadow:10},d:3},{id:14552,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Stockade Pauldrons",p:"inv_shoulder_20",sta:20,d:10},{id:14573,type:"Leather",slot:"shoulder",r:22,q:"2",i:"27",name:"Bristlebark Amice",p:"inv_shoulder_06",agi:6,str:3},{id:14587,type:"Leather",slot:"shoulder",r:27,q:"2",i:"32",name:"Dokebi Mantle",p:"inv_shoulder_08",str:2,sta:6},{id:14596,type:"Leather",slot:"shoulder",r:33,q:"2",i:"38",name:"Hawkeye's Epaulets",p:"inv_shoulder_07",agi:9,sta:5},{id:14660,type:"Leather",slot:"shoulder",r:42,q:"2",i:"47",name:"Scorpashi Shoulder Pads",p:"inv_shoulder_05",agi:7,str:6,sta:10},{id:14678,type:"Leather",slot:"shoulder",r:52,q:"2",i:"57",name:"Pridelord Pauldrons",p:"inv_shoulder_23",agi:16,sta:2},{id:14749,type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Hulking Spaulders",p:"inv_shoulder_07",str:4},{id:14758,type:"Mail",slot:"shoulder",r:26,q:"2",i:"31",name:"Slayer's Shoulder Pads",p:"inv_shoulder_23",str:3,sta:5},{id:14767,type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Enduring Pauldrons",p:"inv_shoulder_21",str:8,sta:7},{id:14776,type:"Mail",slot:"shoulder",r:38,q:"2",i:"43",name:"Ravager's Mantle",p:"inv_shoulder_23",str:7,sta:5},{id:14787,type:"Mail",slot:"shoulder",r:42,q:"2",i:"47",name:"Khan's Mantle",p:"inv_shoulder_23",agi:12},{id:14841,type:"Plate",slot:"shoulder",r:40,q:"2",i:"44",name:"Tyrant's Epaulets",p:"inv_shoulder_23",agi:4,sta:12},{id:14851,type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Sunscale Spaulders",p:"inv_shoulder_20",agi:5,sta:13},{id:14860,type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Vanguard Pauldrons",p:"inv_shoulder_27",agi:8,sta:8},{id:14868,type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Warleader's Shoulders",p:"inv_shoulder_02",str:6,sta:17},{id:"14901|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Saltstone Shoulder Pads of the Tiger",p:"inv_shoulder_05",agi:9,str:9,rand:693},{id:"14901|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Saltstone Shoulder Pads of the Bear",p:"inv_shoulder_05",sta:9,str:9,rand:1203},{id:"14909|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Brutish Shoulders of the Tiger",p:"inv_shoulder_11",agi:9,str:9,rand:693},{id:"14909|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Brutish Shoulders of the Bear",p:"inv_shoulder_11",sta:9,str:9,rand:1203},{id:"14921|699",type:"Plate",slot:"shoulder",r:44,q:"2",i:"49",name:"Jade Epaulets of the Tiger",p:"inv_shoulder_16",agi:11,str:11,rand:699},{id:"14921|1209",type:"Plate",slot:"shoulder",r:44,q:"2",i:"49",name:"Jade Epaulets of the Bear",p:"inv_shoulder_16",sta:11,str:11,rand:1209},{id:"14929|702",type:"Plate",slot:"shoulder",r:49,q:"2",i:"54",name:"Lofty Shoulder Pads of the Tiger",p:"inv_shoulder_28",agi:12,str:12,rand:702},{id:"14929|1212",type:"Plate",slot:"shoulder",r:49,q:"2",i:"54",name:"Lofty Shoulder Pads of the Bear",p:"inv_shoulder_28",sta:12,str:12,rand:1212},{id:"14937|705",type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Heroic Pauldrons of the Tiger",p:"inv_shoulder_16",agi:13,str:13,rand:705},{id:"14937|1216",type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Heroic Pauldrons of the Bear",p:"inv_shoulder_16",sta:14,str:13,rand:1216},{id:"14946|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Warbringer's Spaulders of the Tiger",p:"inv_shoulder_22",agi:9,str:9,rand:693},{id:"14946|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Warbringer's Spaulders of the Bear",p:"inv_shoulder_22",sta:9,str:9,rand:1203},{id:"14955|696",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Bloodforged Shoulder Pads of the Tiger",p:"inv_shoulder_23",agi:10,str:10,rand:696},{id:"14955|1206",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Bloodforged Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:10,str:10,rand:1206},{id:"14963|702",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"High Chief's Pauldrons of the Tiger",p:"inv_shoulder_05",agi:12,str:12,rand:702},{id:"14963|1212",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"High Chief's Pauldrons of the Bear",p:"inv_shoulder_05",sta:12,str:12,rand:1212},{id:"14971|702",type:"Plate",slot:"shoulder",r:52,q:"2",i:"57",name:"Glorious Shoulder Pads of the Tiger",p:"inv_shoulder_20",agi:12,str:12,rand:702},{id:"14971|1212",type:"Plate",slot:"shoulder",r:52,q:"2",i:"57",name:"Glorious Shoulder Pads of the Bear",p:"inv_shoulder_20",sta:12,str:12,rand:1212},{id:"14981|708",type:"Plate",slot:"shoulder",r:57,q:"2",i:"62",name:"Exalted Epaulets of the Tiger",p:"inv_shoulder_13",agi:14,str:14,rand:708},{id:"14981|1218",type:"Plate",slot:"shoulder",r:57,q:"2",i:"62",name:"Exalted Epaulets of the Bear",p:"inv_shoulder_13",sta:14,str:14,rand:1218},{id:15051,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Black Dragonscale Shoulders",p:"inv_shoulder_01",sta:9,resist:{fire:6},ap:40},{id:15058,type:"Leather",slot:"shoulder",r:54,q:"3",i:"59",name:"Stormshroud Shoulders",p:"inv_shoulder_05",sta:12,crit:1},{id:"15158|1203",type:"Leather",slot:"shoulder",r:35,q:"2",i:"40",name:"Nocturnal Shoulder Pads of the Bear",p:"inv_shoulder_22",sta:9,str:9,rand:1203},{id:"15169|1203",type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Imposing Shoulders of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"15177|1209",type:"Leather",slot:"shoulder",r:44,q:"2",i:"49",name:"Potent Shoulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"15187|1212",type:"Leather",slot:"shoulder",r:49,q:"2",i:"54",name:"Praetorian Pauldrons of the Bear",p:"inv_shoulder_23",sta:12,str:12,rand:1212},{id:"15375|1203",type:"Leather",slot:"shoulder",r:38,q:"2",i:"43",name:"Wolf Rider's Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"15386|1206",type:"Leather",slot:"shoulder",r:43,q:"2",i:"48",name:"Rageclaw Shoulder Pads of the Bear",p:"inv_shoulder_01",sta:10,str:10,rand:1206},{id:"15395|1212",type:"Leather",slot:"shoulder",r:48,q:"2",i:"53",name:"Jadefire Epaulets of the Bear",p:"inv_shoulder_18",sta:12,str:12,rand:1212},{id:"15432|705",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of the Tiger",p:"inv_shoulder_08",agi:13,str:13,rand:705},{id:"15432|1215",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of the Bear",p:"inv_shoulder_08",sta:13,str:13,rand:1215},{id:"15432|314",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of Strength",p:"inv_shoulder_08",str:22,rand:314},{id:"15441|1218",type:"Leather",slot:"shoulder",r:58,q:"2",i:"63",name:"Supreme Shoulders of the Bear",p:"inv_shoulder_21",sta:14,str:14,rand:1218},{id:"15513|681",type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Grunt's Pauldrons of the Tiger",p:"inv_shoulder_06",agi:5,str:5,rand:681},{id:"15513|1191",type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Grunt's Pauldrons of the Bear",p:"inv_shoulder_06",sta:5,str:5,rand:1191},{id:"15523|681",type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Spiked Chain Shoulder Pads of the Tiger",p:"inv_shoulder_19",agi:5,str:5,rand:681},{id:"15523|1191",type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Spiked Chain Shoulder Pads of the Bear",p:"inv_shoulder_19",sta:5,str:5,rand:1191},{id:"15531|684",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of the Tiger",p:"inv_shoulder_09",agi:6,str:6,rand:684},{id:"15531|1194",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of the Bear",p:"inv_shoulder_09",sta:6,str:6,rand:1194},{id:"15531|6",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of Strength",p:"inv_shoulder_09",str:1,rand:6},{id:"15542|684",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Wicked Chain Shoulder Pads of the Tiger",p:"inv_shoulder_09",agi:6,str:6,rand:684},{id:"15542|1194",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Wicked Chain Shoulder Pads of the Bear",p:"inv_shoulder_09",sta:6,str:6,rand:1194},{id:"15553|687",type:"Mail",slot:"shoulder",r:29,q:"2",i:"34",name:"Thick Scale Shoulder Pads of the Tiger",p:"inv_shoulder_18",agi:7,str:7,rand:687},{id:"15553|1197",type:"Mail",slot:"shoulder",r:29,q:"2",i:"34",name:"Thick Scale Shoulder Pads of the Bear",p:"inv_shoulder_18",sta:7,str:7,rand:1197},{id:"15562|687",type:"Mail",slot:"shoulder",r:31,q:"2",i:"36",name:"Pillager's Pauldrons of the Tiger",p:"inv_shoulder_15",agi:7,str:7,rand:687},{id:"15562|1197",type:"Mail",slot:"shoulder",r:31,q:"2",i:"36",name:"Pillager's Pauldrons of the Bear",p:"inv_shoulder_15",sta:7,str:7,rand:1197},{id:"15677|706",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"15677|1216",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"15677|313",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"15686|706",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"15686|1216",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"15686|313",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"15693|705",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of the Tiger",p:"inv_shoulder_24",agi:13,str:13,rand:705},{id:"15693|1215",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of the Bear",p:"inv_shoulder_24",sta:13,str:13,rand:1215},{id:"15693|314",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of Strength",p:"inv_shoulder_24",str:22,rand:314},{id:15698,type:"Mail",slot:"shoulder",r:30,q:"2",i:"38",name:"Wrangling Spaulders",p:"inv_shoulder_14",agi:2,str:8,sta:6},{id:15822,type:"Leather",slot:"shoulder",r:50,q:"2",i:"55",name:"Shadowskin Spaulders",p:"inv_shoulder_24",agi:18},{id:16480,type:"Plate",slot:"shoulder",r:60,q:"4",i:"74",name:"Field Marshal's Plate Shoulderguards",p:"inv_shoulder_20",agi:16,str:18,sta:23,hit:1},{id:16544,type:"Plate",slot:"shoulder",r:60,q:"4",i:"74",name:"Warlord's Plate Shoulders",p:"inv_shoulder_11",agi:16,str:18,sta:23,hit:1},{id:16793,type:"Mail",slot:"shoulder",r:30,q:"2",i:"38",name:"Arcmetal Shoulders",p:"inv_shoulder_16",agi:9,sta:5},{id:16995,type:"Leather",slot:"shoulder",r:56,q:"2",i:"60",name:"Duskwing Mantle",p:"inv_shoulder_19",agi:17,sta:6},{id:17749,type:"Leather",slot:"shoulder",r:46,q:"3",i:"51",name:"Phytoskin Spaulders",p:"inv_shoulder_06",agi:16,sta:10,resist:{nature:10}},{id:17779,type:"Plate",slot:"shoulder",r:41,q:"2",i:"47",name:"Hulkstone Pauldrons",p:"inv_shoulder_23",str:5,sta:13},{id:18374,type:"Leather",slot:"shoulder",r:57,q:"3",i:"62",name:"Flamescarred Shoulders",p:"inv_shoulder_24",agi:12,str:12,sta:11,resist:{fire:10}},{id:18384,type:"Plate",slot:"shoulder",r:57,q:"3",i:"62",name:"Bile-etched Spaulders",p:"inv_shoulder_17",str:17,sta:6,d:7},{id:18686,type:"Mail",slot:"shoulder",r:57,q:"3",i:"62",name:"Bone Golem Shoulders",p:"inv_shoulder_03",agi:19,sta:9},{id:18699,type:"Leather",slot:"shoulder",r:52,q:"3",i:"57",name:"Icy Tomb Spaulders",p:"inv_shoulder_27",agi:11,sta:11,resist:{frost:10,shadow:10}},{id:18742,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Stratholme Militia Shoulderguard",p:"inv_shoulder_14",agi:22,sta:9},{id:19037,type:"Plate",slot:"shoulder",r:39,q:"2",i:"48",name:"Emerald Peak Spaulders",p:"inv_shoulder_26",agi:6,str:7,sta:10},{id:19689,type:"Leather",slot:"shoulder",r:60,q:"3",i:"65",name:"Blood Tiger Shoulders",p:"inv_shoulder_23",str:13,sta:13},{id:19691,type:"Mail",slot:"shoulder",r:60,q:"3",i:"65",name:"Bloodsoul Shoulders",p:"inv_shoulder_15",agi:24,sta:10},{id:19695,type:"Plate",slot:"shoulder",r:60,q:"3",i:"65",name:"Darksoul Shoulders",p:"inv_shoulder_01",sta:24,hit:1},{id:20055,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Chain Pauldrons",p:"inv_shoulder_01",agi:20,sta:18},{id:20056,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Mail Pauldrons",p:"inv_shoulder_19",agi:10,str:11,sta:18},{id:20057,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Plate Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:20},{id:20058,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Lamellar Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:15},{id:20059,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Leather Shoulders",p:"inv_shoulder_24",agi:18,sta:17,ap:30},{id:20060,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Lizardhide Shoulders",p:"inv_shoulder_24",agi:12,sta:17,ap:30},{id:20158,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Chain Pauldrons",p:"inv_shoulder_01",agi:20,sta:18},{id:20175,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Lizardhide Shoulders",p:"inv_shoulder_24",agi:12,sta:17,ap:30},{id:20184,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Lamellar Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:15},{id:20194,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Leather Shoulders",p:"inv_shoulder_24",agi:18,sta:17,ap:30},{id:20203,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Mail Pauldrons",p:"inv_shoulder_19",agi:10,str:11,sta:18},{id:20212,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Plate Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:20},{id:20517,type:"Plate",slot:"shoulder",r:50,q:"3",i:"52",name:"Razorsteel Shoulders",p:"inv_shoulder_16",agi:10,str:10,sta:9,hit:1},{id:20633,type:"Leather",slot:"shoulder",r:60,q:"4",i:"72",name:"Unnatural Leather Spaulders",p:"inv_shoulder_29",sta:19,resist:{nature:25},ap:18},{id:20637,type:"Plate",slot:"shoulder",r:60,q:"4",i:"72",name:"Acid Inscribed Pauldrons",p:"inv_shoulder_11",str:12,sta:16,resist:{nature:25},d:6},{id:20680,type:"Mail",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Mail Pauldrons of Striking",p:"inv_shoulder_16",hit:1,str:13,agi:13,sta:13,rand:2158},{id:20683,type:"Plate",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Plate Epaulets of Striking",p:"inv_shoulder_22",hit:1,str:13,agi:13,sta:13,rand:2158},{id:20689,type:"Leather",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Leather Shoulders of Striking",p:"inv_shoulder_08",hit:1,str:13,agi:13,sta:13,rand:2158},{id:21330,type:"Plate",slot:"shoulder",r:60,q:"4",i:"78",name:"Conqueror's Spaulders",p:"inv_shoulder_35",agi:16,str:20,sta:21,d:4,hit:1},{id:22241,type:"Leather",slot:"shoulder",r:52,q:"3",i:"57",name:"Dark Warder's Pauldrons",p:"inv_shoulder_07",agi:17,str:11,sta:7},{id:22419,type:"Plate",slot:"shoulder",r:60,q:"4",i:"86",name:"Dreadnaught Pauldrons",p:"inv_shoulder_29",str:16,sta:29,hit:1,block:21,d:9},{id:209676,type:"Mail",slot:"shoulder",r:25,q:"3",i:"30",name:"Shoulderguards of Crushing Depths",p:"inv_shoulder_14",str:3,sta:11},{id:209692,type:"Leather",slot:"shoulder",r:25,q:"3",i:"33",name:"Sentinel Pauldrons",p:"inv_shoulder_08",agi:8,sta:10},{id:209824,type:"Mail",slot:"shoulder",r:25,q:"3",i:"30",name:"Shimmering Shoulderpads",p:"inv_shoulder_10",sta:6,d:4},{id:213302,type:"Leather",slot:"shoulder",r:40,q:"3",i:"45",name:"Mantle of the Cunning Negotiator",p:"inv_shoulder_19",agi:14,sta:11},{id:213303,type:"Mail",slot:"shoulder",r:40,q:"3",i:"45",name:"Lightning Rod Spaulders",p:"inv_shoulder_18",hit:1},{id:213304,type:"Mail",slot:"shoulder",r:40,q:"3",i:"45",name:"Troggslayer Pauldrons",p:"inv_shoulder_18",agi:12,ap:22},{id:213305,type:"Plate",slot:"shoulder",r:40,q:"3",i:"45",name:"Machined Alloy Shoulderplates",p:"inv_shoulder_29",str:12,sta:11},{id:217283,type:"Mail",slot:"shoulder",r:30,q:"2",i:"35",name:"Golden Scale Shoulders",p:"inv_shoulder_09",str:7},{id:217307,type:"Leather",slot:"shoulder",r:36,q:"3",i:"41",name:"Revelosh's Spaulders",p:"inv_shoulder_25",agi:12,sta:11},{id:220527,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Atal'ai Berserker's Mantle",p:"inv_shoulder_15",agi:4,str:18,sta:6},{id:220528,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Atal'ai Huntsman's Shoulders",p:"inv_shoulder_15",agi:18,sta:12},{id:220529,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Spaulders of Fanaticism",p:"inv_shoulder_24",agi:10,str:15,hit:1},{id:220532,type:"Leather",slot:"shoulder",r:50,q:"3",i:"55",name:"Reinforced Atal'ai Spaulders",p:"inv_shoulder_18",agi:7,str:9,sta:12},{id:220738,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Shoulderplates of Dread (with proc)",p:"inv_shoulder_24",agi:12,str:12,sta:12,proc:{spell:"EchoesDread",chance:30},hit:1},{id:220740,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Fearmonger's Shoulderguards",p:"inv_shoulder_24",crit:1},{id:220742,type:"Mail",slot:"shoulder",r:50,q:"4",i:"55",name:"Shrieking Spaulders (no proc)",p:"inv_shoulder_15",agi:17,hit:1},{id:220743,type:"Mail",slot:"shoulder",r:50,q:"4",i:"55",name:"Cacophonous Chain Shoulderguards (with proc)",p:"inv_shoulder_15",agi:12,str:12,sta:12,proc:{spell:"EchoesDread",chance:30}},{id:220745,type:"Leather",slot:"shoulder",r:50,q:"4",i:"55",name:"Membrane of Dark Neurosis",p:"inv_shoulder_18",hit:1},{id:220747,type:"Leather",slot:"shoulder",r:50,q:"4",i:"55",name:"Paranoia Mantle (with proc)",p:"inv_shoulder_18",agi:16,sta:14,proc:{spell:"EchoesDread",chance:30},hit:1},{id:220795,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Knight-Lieutenant's Plate Pauldrons",p:"inv_shoulder_23",str:11,sta:12,crit:1},{id:220796,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Blood Guard's Plate Pauldrons",p:"inv_shoulder_23",str:11,sta:12,crit:1},{id:221381,type:"Plate",slot:"shoulder",r:50,q:"3",i:"50",name:"Emerald Dream Pauldrons",p:"inv_shoulder_02",str:9,sta:10,crit:1},{id:223531,type:"Plate",slot:"shoulder",r:45,q:"3",i:"50",name:"Big Bad Pauldrons",p:"inv_shoulder_01",agi:8,str:12,sta:12},{id:223544,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Dregmetal Spaulders",p:"inv_shoulder_30",agi:10,str:15,sta:5},{id:223987,type:"Leather",slot:"shoulder",r:50,q:"3",i:"55",name:"Splinthide Shoulders",p:"inv_shoulder_13",agi:10,str:11,sta:10},{id:226491,type:"Plate",slot:"shoulder",r:60,q:"4",i:"66",name:"Shoulderplates of Might",p:"inv_shoulder_15",agi:8,str:22,sta:15,resist:{fire:7}},{id:226492,type:"Plate",slot:"shoulder",r:60,q:"4",i:"66",name:"Pauldrons of Might",p:"inv_shoulder_15",agi:15,str:22,sta:8,resist:{fire:7},hit:1},{id:226768,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Spaulders of Valor",p:"inv_shoulder_30",agi:10,str:14,sta:14},{id:226858,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Spaulders of Heroism",p:"inv_shoulder_30",agi:10,str:18,sta:7,hit:1},{id:226867,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Pauldrons of Heroism",p:"inv_shoulder_30",str:12,sta:18,d:4,hit:1},{id:226875,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Shoulders of Heroism",p:"inv_shoulder_30",agi:12,str:12,sta:18},{id:227042,type:"Plate",slot:"shoulder",r:60,q:"3",i:"71",name:"Champion's Plate Shoulders",p:"inv_shoulder_11",str:17,sta:18,crit:1},{id:227045,type:"Plate",slot:"shoulder",r:60,q:"3",i:"71",name:"Lieutenant Commander's Plate Shoulders",p:"inv_shoulder_11",str:17,sta:18,crit:1},{id:227853,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Hardened Black Dragonscale Shoulders",p:"inv_shoulder_01",sta:9,resist:{fire:6},ap:40},{id:227947,type:"Mail",slot:"shoulder",r:51,q:"3",i:"56",name:"Golem Fitted Pauldrons",p:"inv_shoulder_16",agi:13,sta:17},{id:228001,type:"Plate",slot:"shoulder",r:56,q:"3",i:"61",name:"Stoneform Shoulders",p:"inv_shoulder_25",d:7},{id:228036,type:"Leather",slot:"shoulder",r:57,q:"3",i:"62",name:"Death's Clutch",p:"inv_shoulder_25",agi:10,str:10,sta:10},{id:228058,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Bulky Iron Spaulders",p:"inv_shoulder_26",str:15,sta:12,d:6},{id:2207381,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Shoulderplates of Dread (no proc)",p:"inv_shoulder_24",agi:12,str:12,sta:12,hit:1}],back:[{id:1355,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Buckskin Cape",p:"inv_misc_pelt_bear_02",agi:2},{id:2059,type:"Cloth",slot:"back",r:19,q:"3",i:"24",name:"Sentry Cloak",p:"inv_misc_cape_04",agi:4,sta:5},{id:2805,type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Yeti Fur Cloak",p:"inv_misc_cape_04",agi:6},{id:3018,type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Hide of Lupos",p:"inv_misc_pelt_wolf_02",agi:3,sta:2},{id:3511,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Cloak of the People's Militia",p:"inv_misc_cape_14",agi:2},{id:4114,type:"Cloth",slot:"back",r:37,q:"2",i:"42",name:"Darktide Cape",p:"inv_misc_cape_06",agi:6,sta:7},{id:4447,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Cloak of Night",p:"inv_misc_cape_04",agi:5},{id:4504,type:"Cloth",slot:"back",r:28,q:"2",i:"31",name:"Dwarven Guard Cloak",p:"inv_misc_cape_05",agi:1,sta:6},{id:4643,type:"Cloth",slot:"back",r:25,q:"2",i:"33",name:"Grimsteel Cape",p:"inv_misc_cape_02",agi:2,sta:6},{id:4706,type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Lambent Scale Cloak",p:"inv_misc_cape_06",str:4},{id:4726,type:"Cloth",slot:"back",r:31,q:"2",i:"36",name:"Chief Brigadier Cloak",p:"inv_misc_cape_02",agi:3,sta:7},{id:5193,type:"Cloth",slot:"back",r:20,q:"3",i:"25",name:"Cape of the Brotherhood",p:"inv_misc_cape_08",agi:6,sta:3},{id:5257,type:"Cloth",slot:"back",r:32,q:"3",i:"37",name:"Dark Hooded Cape",p:"inv_misc_cape_04",agi:10,str:4},{id:5314,type:"Cloth",slot:"back",r:14,q:"2",i:"20",name:"Boar Hunter's Cape",p:"inv_misc_cape_10",agi:3},{id:5751,type:"Cloth",slot:"back",r:20,q:"2",i:"25",name:"Webwing Cloak",p:"inv_misc_cape_10",agi:5},{id:5971,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Feathered Cape",p:"inv_misc_cape_04",agi:2,sta:4},{id:6179,type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Privateer's Cape",p:"inv_misc_cape_02",agi:2,sta:2},{id:6314,type:"Cloth",slot:"back",r:22,q:"2",i:"27",name:"Wolfmaster Cape",p:"inv_misc_cape_10",agi:4,sta:2},{id:6340,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Fenrus' Hide",p:"inv_misc_pelt_wolf_02",agi:4,sta:2},{id:6432,type:"Cloth",slot:"back",r:36,q:"2",i:"41",name:"Imperial Cloak",p:"inv_misc_cape_18",agi:8,sta:3},{id:6449,type:"Cloth",slot:"back",r:17,q:"3",i:"22",name:"Glowing Lizardscale Cloak",p:"inv_chest_cloth_15",agi:6},{id:6466,type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Deviate Scale Cloak",p:"inv_misc_monsterscales_03",agi:2,sta:2},{id:"6575|672",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of the Tiger",p:"inv_misc_cape_05",agi:2,str:2,rand:672},{id:"6575|1182",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of the Bear",p:"inv_misc_cape_05",sta:2,str:2,rand:1182},{id:"6575|97",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of Strength",p:"inv_misc_cape_05",str:4,rand:97},{id:"6593|678",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of the Tiger",p:"inv_misc_cape_18",agi:4,str:4,rand:678},{id:"6593|1188",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of the Bear",p:"inv_misc_cape_18",sta:4,str:4,rand:1188},{id:"6593|115",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of Strength",p:"inv_misc_cape_18",str:5,rand:115},{id:6745,type:"Cloth",slot:"back",r:30,q:"2",i:"33",name:"Swiftrunner Cape",p:"inv_misc_cape_13",agi:6,sta:2},{id:6901,type:"Cloth",slot:"back",r:24,q:"3",i:"29",name:"Glowing Thresher Cape",p:"inv_misc_monsterscales_03",str:3},{id:"7419|678",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of the Tiger",p:"inv_misc_cape_15",agi:4,str:4,rand:678},{id:"7419|1188",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of the Bear",p:"inv_misc_cape_15",sta:4,str:4,rand:1188},{id:"7419|136",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of Strength",p:"inv_misc_cape_15",str:6,rand:136},{id:"7460|681",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of the Tiger",p:"inv_misc_cape_16",agi:5,str:5,rand:681},{id:"7460|1191",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of the Bear",p:"inv_misc_cape_16",sta:5,str:5,rand:1191},{id:"7460|189",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of Strength",p:"inv_misc_cape_16",str:8,rand:189},{id:"7483|1194",type:"Cloth",slot:"back",r:35,q:"2",i:"40",name:"Ranger Cloak of the Bear",p:"inv_misc_cape_01",sta:6,str:6,rand:1194},{id:"7492|684",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of the Tiger",p:"inv_misc_cape_01",agi:6,str:6,rand:684},{id:"7492|1194",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of the Bear",p:"inv_misc_cape_01",sta:6,str:6,rand:1194},{id:"7492|190",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of Strength",p:"inv_misc_cape_01",str:9,rand:190},{id:"7533|1197",type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Cabalist Cloak of the Bear",p:"inv_misc_cape_18",sta:7,str:7,rand:1197},{id:8120,type:"Cloth",slot:"back",r:40,q:"2",i:"45",name:"Heraldic Cloak",p:"inv_misc_cape_18",agi:4,sta:9},{id:8195,type:"Cloth",slot:"back",r:41,q:"2",i:"46",name:"Nightscape Cloak",p:"inv_misc_cape_03",agi:10,sta:3},{id:"8215|1200",type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Wild Leather Cloak of the Bear",p:"inv_misc_cape_03",sta:8,str:8,rand:1200},{id:8259,type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Serpentskin Cloak",p:"inv_misc_cape_17",agi:11,sta:2},{id:8266,type:"Cloth",slot:"back",r:46,q:"2",i:"51",name:"Ebonhold Cloak",p:"inv_misc_cape_05",agi:7,sta:4},{id:9512,type:"Cloth",slot:"back",r:41,q:"3",i:"46",name:"Blackmetal Cape",p:"inv_misc_cape_05",agi:12,sta:5},{id:9699,type:"Cloth",slot:"back",r:30,q:"2",i:"33",name:"Garrison Cloak",p:"inv_misc_cape_02",agi:3,sta:6},{id:"9779|674",type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Bandit Cloak of the Tiger",p:"inv_misc_cape_19",agi:2,str:3,rand:674},{id:"9786|672",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of the Tiger",p:"inv_misc_cape_18",agi:2,str:2,rand:672},{id:"9786|1182",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of the Bear",p:"inv_misc_cape_18",sta:2,str:2,rand:1182},{id:"9786|24",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of Strength",p:"inv_misc_cape_18",str:3,rand:24},{id:"9812|675",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of the Tiger",p:"inv_misc_cape_14",agi:3,str:3,rand:675},{id:"9812|1185",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of the Bear",p:"inv_misc_cape_14",sta:3,str:3,rand:1185},{id:"9812|115",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of Strength",p:"inv_misc_cape_14",str:5,rand:115},{id:"9838|678",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of the Tiger",p:"inv_misc_cape_06",agi:4,str:4,rand:678},{id:"9838|1188",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of the Bear",p:"inv_misc_cape_06",sta:4,str:4,rand:1188},{id:"9838|136",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of Strength",p:"inv_misc_cape_06",str:6,rand:136},{id:"9867|681",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of the Tiger",p:"inv_misc_cape_05",agi:5,str:5,rand:681},{id:"9867|1191",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of the Bear",p:"inv_misc_cape_05",sta:5,str:5,rand:1191},{id:"9867|155",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of Strength",p:"inv_misc_cape_05",str:7,rand:155},{id:"9898|684",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of the Tiger",p:"inv_misc_cape_07",agi:6,str:6,rand:684},{id:"9898|1194",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of the Bear",p:"inv_misc_cape_07",sta:6,str:6,rand:1194},{id:"9898|190",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of Strength",p:"inv_misc_cape_07",str:9,rand:190},{id:"9919|1197",type:"Cloth",slot:"back",r:38,q:"2",i:"43",name:"Tracker's Cloak of the Bear",p:"inv_misc_cape_01",sta:7,str:7,rand:1197},{id:"9951|1200",type:"Cloth",slot:"back",r:42,q:"2",i:"47",name:"Chieftain's Cloak of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"10071|1200",type:"Cloth",slot:"back",r:44,q:"2",i:"49",name:"Righteous Cloak of the Bear",p:"inv_misc_cape_06",sta:8,str:8,rand:1200},{id:"10108|1203",type:"Cloth",slot:"back",r:48,q:"2",i:"53",name:"Wanderer's Cloak of the Bear",p:"inv_misc_cape_10",sta:9,str:9,rand:1203},{id:"10148|694",type:"Cloth",slot:"back",r:53,q:"2",i:"58",name:"Mighty Cloak of the Tiger",p:"inv_misc_cape_10",agi:10,str:9,rand:694},{id:"10148|1206",type:"Cloth",slot:"back",r:53,q:"2",i:"58",name:"Mighty Cloak of the Bear",p:"inv_misc_cape_10",sta:10,str:10,rand:1206},{id:"10185|1200",type:"Cloth",slot:"back",r:46,q:"2",i:"51",name:"Swashbuckler's Cape of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"10224|1203",type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Nightshade Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"10258|694",type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Adventurer's Cape of the Tiger",p:"inv_misc_cape_08",agi:10,str:9,rand:694},{id:"10258|1206",type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Adventurer's Cape of the Bear",p:"inv_misc_cape_08",sta:10,str:10,rand:1206},{id:10518,type:"Cloth",slot:"back",r:0,q:"2",i:"45",name:"Parachute Cloak",p:"inv_misc_cape_11",agi:8},{id:11626,type:"Cloth",slot:"back",r:48,q:"3",i:"53",name:"Blackveil Cape",p:"inv_misc_cape_18",agi:14,str:6},{id:11858,type:"Cloth",slot:"back",r:37,q:"2",i:"45",name:"Battlehard Cape",p:"inv_misc_cape_08",sta:8,ap:10},{id:12066,type:"Cloth",slot:"back",r:52,q:"2",i:"58",name:"Shaleskin Cape",p:"inv_misc_cape_02",agi:6,sta:11},{id:12552,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Blisterbane Wrap",p:"inv_misc_cape_18",agi:15,sta:3,resist:{shadow:6}},{id:13108,type:"Cloth",slot:"back",r:29,q:"3",i:"34",name:"Tigerstrike Mantle",p:"inv_misc_pelt_04",agi:8,sta:7},{id:13109,type:"Cloth",slot:"back",r:44,q:"3",i:"49",name:"Blackflame Cape",p:"inv_misc_cape_20",agi:12,resist:{fire:5,shadow:5}},{id:13121,type:"Cloth",slot:"back",r:33,q:"3",i:"38",name:"Wing of the Whelpling",p:"inv_misc_cape_04",agi:4,sta:10},{id:13122,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Dark Phantom Cape",p:"inv_misc_cape_21",agi:15},{id:13203,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Armswake Cloak",p:"inv_misc_cape_19",sta:15,ap:16},{id:13340,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Cape of the Black Baron",p:"inv_misc_cape_20",agi:15,ap:20},{id:13397,type:"Cloth",slot:"back",r:56,q:"3",i:"61",name:"Stoneskin Gargoyle Cape",p:"inv_misc_cape_19",agi:8,str:7,sta:14},{id:14149,type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Subterranean Cape",p:"inv_misc_cape_18",agi:2,str:2},{id:14365,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Mystic's Cape",p:"inv_misc_cape_16",agi:1},{id:14409,type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Stonecloth Cape",p:"inv_misc_cape_11",str:1,sta:5},{id:14459,type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Elunarian Cloak",p:"inv_misc_cape_09",str:2,sta:6},{id:14563,type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Prospector's Cloak",p:"inv_misc_cape_11",str:1,sta:2},{id:14571,type:"Cloth",slot:"back",r:16,q:"2",i:"21",name:"Bristlebark Cape",p:"inv_misc_cape_09",agi:4},{id:14593,type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Hawkeye's Cloak",p:"inv_misc_cape_03",agi:7,str:3},{id:14602,type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Warden's Cloak",p:"inv_misc_cape_22",str:4,sta:5},{id:14656,type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Scorpashi Cape",p:"inv_misc_cape_10",agi:5,str:2,sta:7},{id:14673,type:"Cloth",slot:"back",r:47,q:"2",i:"52",name:"Pridelord Cape",p:"inv_misc_cape_10",agi:9,str:3,sta:5},{id:14724,type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"War Paint Cloak",p:"inv_misc_cape_18",agi:1,str:1,sta:1},{id:14745,type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Hulking Cloak",p:"inv_misc_cape_20",str:1,sta:3},{id:14752,type:"Cloth",slot:"back",r:22,q:"2",i:"27",name:"Slayer's Cape",p:"inv_misc_cape_08",str:4,sta:3},{id:14763,type:"Cloth",slot:"back",r:27,q:"2",i:"32",name:"Enduring Cape",p:"inv_misc_cape_02",agi:2,str:2,sta:7},{id:14771,type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Ravager's Cloak",p:"inv_misc_cape_18",str:2,sta:8},{id:14781,type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Khan's Cloak",p:"inv_misc_cape_08",str:4,sta:8},{id:14791,type:"Cloth",slot:"back",r:43,q:"2",i:"48",name:"Protector Cape",p:"inv_misc_cape_05",agi:2,str:4,sta:9},{id:14801,type:"Cloth",slot:"back",r:47,q:"2",i:"52",name:"Bloodlust Cape",p:"inv_misc_cape_18",str:9,sta:6},{id:14813,type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Warstrike Cape",p:"inv_misc_cape_01",agi:3,str:7,sta:10},{id:"15165|1194",type:"Cloth",slot:"back",r:37,q:"2",i:"42",name:"Imposing Cape of the Bear",p:"inv_misc_cape_18",sta:6,str:6,rand:1194},{id:"15173|1200",type:"Cloth",slot:"back",r:41,q:"2",i:"46",name:"Potent Cape of the Bear",p:"inv_misc_cape_06",sta:8,str:8,rand:1200},{id:"15183|1200",type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Praetorian Cloak of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"15190|1203",type:"Cloth",slot:"back",r:50,q:"2",i:"55",name:"Grand Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"15371|1194",type:"Cloth",slot:"back",r:36,q:"2",i:"41",name:"Wolf Rider's Cloak of the Bear",p:"inv_misc_cape_22",sta:6,str:6,rand:1194},{id:"15382|1197",type:"Cloth",slot:"back",r:40,q:"2",i:"45",name:"Rageclaw Cloak of the Bear",p:"inv_misc_cape_18",sta:7,str:7,rand:1197},{id:"15392|1200",type:"Cloth",slot:"back",r:44,q:"2",i:"49",name:"Jadefire Cloak of the Bear",p:"inv_misc_cape_17",sta:8,str:8,rand:1200},{id:"15427|1203",type:"Cloth",slot:"back",r:49,q:"2",i:"54",name:"Peerless Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"15437|1206",type:"Cloth",slot:"back",r:56,q:"2",i:"61",name:"Supreme Cape of the Bear",p:"inv_misc_cape_02",sta:10,str:10,rand:1206},{id:"15501|672",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of the Tiger",p:"inv_misc_cape_13",agi:2,str:2,rand:672},{id:"15501|1182",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of the Bear",p:"inv_misc_cape_13",sta:2,str:2,rand:1182},{id:"15501|24",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of Strength",p:"inv_misc_cape_13",str:3,rand:24},{id:"15508|672",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of the Tiger",p:"inv_misc_cape_14",agi:2,str:2,rand:672},{id:"15508|1182",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of the Bear",p:"inv_misc_cape_14",sta:2,str:2,rand:1182},{id:"15508|97",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of Strength",p:"inv_misc_cape_14",str:4,rand:97},{id:"15519|675",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of the Tiger",p:"inv_misc_cape_20",agi:3,str:3,rand:675},{id:"15519|1185",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of the Bear",p:"inv_misc_cape_20",sta:3,str:3,rand:1185},{id:"15519|115",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of Strength",p:"inv_misc_cape_20",str:5,rand:115},{id:"15526|675",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of the Tiger",p:"inv_misc_cape_11",agi:3,str:3,rand:675},{id:"15526|1185",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of the Bear",p:"inv_misc_cape_11",sta:3,str:3,rand:1185},{id:"15526|115",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of Strength",p:"inv_misc_cape_11",str:5,rand:115},{id:"15537|678",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of the Tiger",p:"inv_misc_cape_02",agi:4,str:4,rand:678},{id:"15537|1188",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of the Bear",p:"inv_misc_cape_02",sta:4,str:4,rand:1188},{id:"15537|136",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of Strength",p:"inv_misc_cape_02",str:6,rand:136},{id:"15547|678",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of the Tiger",p:"inv_misc_cape_17",agi:4,str:4,rand:678},{id:"15547|1188",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of the Bear",p:"inv_misc_cape_17",sta:4,str:4,rand:1188},{id:"15547|136",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of Strength",p:"inv_misc_cape_17",str:6,rand:136},{id:"15559|681",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of the Tiger",p:"inv_misc_cape_05",agi:5,str:5,rand:681},{id:"15559|1191",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of the Bear",p:"inv_misc_cape_05",sta:5,str:5,rand:1191},{id:"15559|155",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of Strength",p:"inv_misc_cape_05",str:7,rand:155},{id:"15568|681",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of the Tiger",p:"inv_misc_cape_07",agi:5,str:5,rand:681},{id:"15568|1191",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of the Bear",p:"inv_misc_cape_07",sta:5,str:5,rand:1191},{id:"15568|155",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of Strength",p:"inv_misc_cape_07",str:7,rand:155},{id:"15579|681",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of the Tiger",p:"inv_misc_cape_07",agi:5,str:5,rand:681},{id:"15579|1191",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of the Bear",p:"inv_misc_cape_07",sta:5,str:5,rand:1191},{id:"15579|189",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of Strength",p:"inv_misc_cape_07",str:8,rand:189},{id:"15594|684",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of the Tiger",p:"inv_misc_cape_02",agi:6,str:6,rand:684},{id:"15594|1194",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of the Bear",p:"inv_misc_cape_02",sta:6,str:6,rand:1194},{id:"15594|190",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of Strength",p:"inv_misc_cape_02",str:9,rand:190},{id:15703,type:"Cloth",slot:"back",r:48,q:"2",i:"55",name:"Chemist's Smock",p:"inv_misc_cape_11",agi:3,sta:12},{id:15789,type:"Cloth",slot:"back",r:51,q:"2",i:"56",name:"Deep River Cloak",p:"inv_misc_cape_16",agi:11,sta:7},{id:15804,type:"Cloth",slot:"back",r:51,q:"2",i:"56",name:"Cerise Drape",p:"inv_misc_cape_18",agi:6,sta:7},{id:16315,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Sergeant Major's Cape",p:"inv_misc_cape_21",agi:4,str:4,sta:4},{id:16337,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Sergeant Major's Cape",p:"inv_misc_cape_21",agi:8,str:8,sta:8},{id:16990,type:"Cloth",slot:"back",r:18,q:"2",i:"27",name:"Spritekin Cloak",p:"inv_misc_cape_02",agi:4,sta:3},{id:17102,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Cloak of the Shrouded Mists",p:"inv_misc_cape_17",agi:22,sta:12,resist:{fire:6,nature:6}},{id:17107,type:"Cloth",slot:"back",r:60,q:"4",i:"73",name:"Dragon's Blood Cape",p:"inv_misc_cape_08",str:9,sta:22,resist:{fire:5,shadow:5}},{id:18204,type:"Cloth",slot:"back",r:60,q:"4",i:"66",name:"Eskhandar's Pelt",p:"inv_misc_cape_07",sta:20,crit:1},{id:18328,type:"Cloth",slot:"back",r:54,q:"3",i:"59",name:"Shadewood Cloak",p:"inv_misc_cape_17",str:13,sta:7,resist:{nature:7}},{id:18413,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Cloak of Warding",p:"inv_misc_cape_06",d:5},{id:18495,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Redoubt Cloak",p:"inv_misc_cape_21",sta:15,d:7},{id:18511,type:"Cloth",slot:"back",r:57,q:"4",i:"62",name:"Shifting Cloak",p:"inv_misc_cape_20",agi:17,sta:8},{id:18541,type:"Cloth",slot:"back",r:60,q:"4",i:"70",name:"Puissant Cape",p:"inv_misc_cape_06",sta:12,ap:40,hit:1},{id:18689,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Phantasmal Cloak",p:"inv_misc_cape_20",str:12,sta:11},{id:18734,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Pale Moon Cloak",p:"inv_misc_cape_11",str:8,sta:12,resist:{shadow:10}},{id:19083,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Frostwolf Legionnaire's Cloak",p:"inv_misc_cape_16",sta:11,resist:{frost:5},ap:24},{id:19084,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Stormpike Soldier's Cloak",p:"inv_misc_cape_18",sta:11,resist:{frost:5},ap:24},{id:19982,type:"Cloth",slot:"back",r:50,q:"3",i:"52",name:"Duskbat Drape",p:"inv_misc_cape_20",agi:14},{id:20068,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Deathguard's Cloak",p:"inv_misc_cape_02",agi:5,sta:11,ap:34},{id:20073,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Cloak of the Honor Guard",p:"inv_misc_cape_02",agi:5,sta:11,ap:34},{id:20219,type:"Cloth",slot:"back",r:40,q:"3",i:"59",name:"Tattered Hakkari Cape",p:"inv_misc_cape_14",str:7,sta:6},{id:20691,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Windshear Cape",p:"inv_misc_cape_20",agi:15,str:8,sta:14},{id:20693,type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Weighted Cloak",p:"inv_misc_cape_02",str:8,sta:8},{id:21187,type:"Cloth",slot:"back",r:60,q:"3",i:"62",name:"Earthweave Cloak",p:"inv_misc_cape_07",agi:15,hit:1},{id:21394,type:"Cloth",slot:"back",r:60,q:"4",i:"67",name:"Drape of Unyielding Strength",p:"inv_misc_cape_20",agi:9,str:15,sta:9,hit:1},{id:21710,type:"Cloth",slot:"back",r:60,q:"4",i:"88",name:"Cloak of the Fallen God",p:"inv_misc_cape_10",agi:26,str:11,sta:15},{id:22269,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Shadow Prowler's Cloak",p:"inv_misc_cape_20",agi:17,sta:7},{id:22337,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Shroud of Domination",p:"inv_misc_cape_19",str:17,sta:7},{id:23127,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Cloak of Revanchion",p:"inv_misc_cape_02",agi:10,str:10,sta:11},{id:209523,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Shimmering Thresher Cape",p:"inv_misc_monsterscales_03",str:6},{id:209680,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Waterproof Scarf",p:"inv_misc_cape_13",agi:6},{id:213088,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Sergeant's Cloak",p:"inv_misc_cape_21",agi:4,str:4,sta:4},{id:213307,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Drape of Dismantling",p:"inv_misc_cape_14",agi:6,str:8,sta:7},{id:213308,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Prototype Parachute Cloak",p:"inv_misc_cape_05",agi:12,sta:4},{id:216621,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Blooddrenched Drape",p:"inv_misc_cape_08",crit:1},{id:219343,type:"Cloth",slot:"back",r:50,q:"3",i:"50",name:"Filcher's Cowl",p:"inv_misc_cape_02",agi:11},{id:220609,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Drape of Nightfall",p:"inv_misc_cape_05",agi:8,sta:14},{id:220615,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Panther Fur Cloak",p:"inv_misc_cape_21",agi:15,str:6},{id:227854,type:"Cloth",slot:"back",r:57,q:"4",i:"62",name:"Mastercrafted Shifting Cloak",p:"inv_misc_cape_20",agi:17,sta:8},{id:227985,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"The Emperor's New Cape",p:"inv_misc_cape_20",agi:7,sta:16},{id:228060,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Heliotrope Cloak",p:"inv_misc_cape_02",crit:1},{id:228100,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Drape of the Firelord",p:"inv_misc_cape_18",agi:22,sta:12,resist:{fire:6,nature:6}},{id:228102,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Domo's Drape",p:"inv_misc_cape_20",agi:22,sta:12,resist:{fire:6,nature:6}}],chest:[{id:821,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Riverpaw Leather Vest",p:"inv_shirt_07",agi:1,sta:2},{id:914,type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Large Ogre Chain Armor",p:"inv_chest_chain",str:10,sta:1},{id:1211,type:"Leather",slot:"chest",r:10,q:"2",i:"15",name:"Gnoll War Harness",p:"inv_chest_leather_04",str:2,sta:2},{id:1488,type:"Mail",slot:"chest",r:26,q:"3",i:"31",name:"Avenger's Armor",p:"inv_chest_chain",str:15,sta:6},{id:1489,type:"Leather",slot:"chest",r:20,q:"3",i:"25",name:"Gloomshroud Armor",p:"inv_chest_leather_08",str:5},{id:1677,type:"Mail",slot:"chest",r:41,q:"2",i:"46",name:"Drake-scale Vest",p:"inv_chest_chain_06",str:15},{id:1715,type:"Mail",slot:"chest",r:39,q:"3",i:"44",name:"Polished Jazeraint Armor",p:"inv_chest_chain_09",str:9,sta:10},{id:1717,type:"Mail",slot:"chest",r:25,q:"3",i:"30",name:"Double Link Tunic",p:"inv_chest_chain",d:9},{id:1981,type:"Mail",slot:"chest",r:39,q:"4",i:"44",name:"Icemail Jerkin",p:"inv_chest_plate06",agi:5,sta:15,resist:{frost:10}},{id:2016,type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Dusty Chain Armor",p:"inv_chest_chain",str:8,sta:2},{id:2041,type:"Leather",slot:"chest",r:14,q:"3",i:"24",name:"Tunic of Westfall",p:"inv_chest_leather_07",agi:11,sta:5},{id:2087,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Hard Crawler Carapace",p:"inv_chest_wolf",str:2,sta:1},{id:2317,type:"Leather",slot:"chest",r:15,q:"2",i:"20",name:"Dark Leather Tunic",p:"inv_chest_leather_03",agi:6},{id:2864,type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Runed Copper Breastplate",p:"inv_chest_plate03",str:4,sta:3},{id:2869,type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Silvered Bronze Breastplate",p:"inv_chest_chain_09",str:5,sta:5},{id:2870,type:"Mail",slot:"chest",r:24,q:"3",i:"29",name:"Shining Silver Breastplate",p:"inv_chest_plate15",str:14,sta:6},{id:2965,type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Warrior's Tunic",p:"inv_chest_chain",str:2},{id:2973,type:"Leather",slot:"chest",r:12,q:"2",i:"17",name:"Hunting Tunic",p:"inv_chest_wolf",agi:2,sta:4},{id:2977,type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"Veteran Armor",p:"inv_chest_chain_09",str:3,sta:2},{id:2989,type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Burnished Tunic",p:"inv_chest_chain_06",str:6,sta:3},{id:3053,type:"Mail",slot:"chest",r:23,q:"2",i:"28",name:"Humbert's Chestpiece",p:"inv_chest_chain",str:10},{id:3283,type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Battle Chain Tunic",p:"inv_chest_leather_04",agi:1,str:2},{id:3288,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Tribal Vest",p:"inv_chest_cloth_16",agi:2,sta:1},{id:3306,type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Brackwater Vest",p:"inv_chest_cloth_06",str:4,sta:3},{id:3313,type:"Leather",slot:"chest",r:13,q:"2",i:"18",name:"Ceremonial Leather Harness",p:"inv_chest_leather_04",agi:4},{id:3330,type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Dargol's Hauberk",p:"inv_chest_chain",str:2,sta:1},{id:3416,type:"Mail",slot:"chest",r:21,q:"3",i:"26",name:"Martyr's Chain",p:"inv_chest_chain",str:8,sta:8},{id:3431,type:"Leather",slot:"chest",r:19,q:"2",i:"25",name:"Bone-studded Leather",p:"inv_chest_leather_02",agi:1,str:6,sta:5},{id:3471,type:"Mail",slot:"chest",r:5,q:"2",i:"10",name:"Copper Chain Vest",p:"inv_chest_chain",str:1},{id:3585,type:"Leather",slot:"chest",r:10,q:"2",i:"22",name:"Camouflaged Tunic",p:"inv_chest_leather_08",agi:2,sta:6},{id:3733,type:"Mail",slot:"chest",r:17,q:"2",i:"23",name:"Orcish War Chain",p:"inv_chest_chain",str:6,sta:3},{id:3750,type:"Leather",slot:"chest",r:26,q:"2",i:"30",name:"Ribbed Breastplate",p:"inv_chest_leather_09",str:5,sta:5},{id:3844,type:"Mail",slot:"chest",r:31,q:"3",i:"36",name:"Green Iron Hauberk",p:"inv_chest_chain",str:7,sta:11},{id:4071,type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Glimmering Mail Breastplate",p:"inv_chest_plate16",str:3,sta:11},{id:4074,type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Mail Combat Armor",p:"inv_chest_chain_13",str:13,sta:3},{id:4082,type:"Mail",slot:"chest",r:42,q:"2",i:"47",name:"Blackforge Breastplate",p:"inv_chest_chain_12",agi:14},{id:4119,type:"Leather",slot:"chest",r:28,q:"2",i:"43",name:"Raptor Hunter Tunic",p:"inv_chest_leather_07",agi:3,str:4,sta:16},{id:4138,type:"Mail",slot:"chest",r:37,q:"2",i:"45",name:"Blackwater Tunic",p:"inv_chest_chain_16",str:7},{id:4243,type:"Leather",slot:"chest",r:12,q:"2",i:"17",name:"Fine Leather Tunic",p:"inv_chest_leather_09",agi:4,sta:3},{id:4255,type:"Leather",slot:"chest",r:26,q:"2",i:"31",name:"Green Leather Armor",p:"inv_chest_leather_08",agi:8},{id:4448,type:"Mail",slot:"chest",r:22,q:"2",i:"27",name:"Husk of Naraxis",p:"inv_misc_monsterspidercarapace_01",str:5,sta:7},{id:4508,type:"Mail",slot:"chest",r:32,q:"2",i:"42",name:"Blood-tinged Armor",p:"inv_chest_plate08",str:5,sta:15},{id:4861,type:"Leather",slot:"chest",r:5,q:"2",i:"10",name:"Sleek Feathered Tunic",p:"inv_chest_fur",agi:1},{id:5317,type:"Leather",slot:"chest",r:17,q:"2",i:"25",name:"Dry Moss Tunic",p:"inv_shirt_06",agi:2,sta:8},{id:5781,type:"Leather",slot:"chest",r:14,q:"2",i:"19",name:"Murloc Scale Breastplate",p:"inv_chest_chain_12",agi:3,str:5},{id:5782,type:"Leather",slot:"chest",r:29,q:"2",i:"34",name:"Thick Murloc Armor",p:"inv_chest_chain_12",str:9,sta:8},{id:5814,type:"Leather",slot:"chest",r:20,q:"2",i:"30",name:"Snapbrook Armor",p:"inv_chest_leather_10",str:4},{id:6085,type:"Leather",slot:"chest",r:5,q:"2",i:"13",name:"Footman Tunic",p:"inv_chest_leather_09",agi:1,sta:2},{id:6180,type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Slarkskin",p:"inv_chest_chain_12",agi:3,sta:2},{id:6195,type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Wax-polished Armor",p:"inv_chest_chain",str:2,sta:3},{id:"6336|672",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of the Tiger",p:"inv_chest_chain",agi:2,str:2,rand:672},{id:"6336|1182",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of the Bear",p:"inv_chest_chain",sta:2,str:2,rand:1182},{id:"6336|97",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of Strength",p:"inv_chest_chain",str:4,rand:97},{id:6396,type:"Leather",slot:"chest",r:27,q:"2",i:"32",name:"Emblazoned Chestpiece",p:"inv_chest_leather_08",agi:7,sta:6},{id:6473,type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Armor of the Fang",p:"inv_shirt_16",str:2},{id:"6545|675",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of the Tiger",p:"inv_chest_chain_16",agi:3,str:3,rand:675},{id:"6545|1185",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of the Bear",p:"inv_chest_chain_16",sta:3,str:3,rand:1185},{id:"6545|115",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of Strength",p:"inv_chest_chain_16",str:5,rand:115},{id:"6580|681",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of the Tiger",p:"inv_chest_chain_04",agi:5,str:5,rand:681},{id:"6580|1191",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of the Bear",p:"inv_chest_chain_04",sta:5,str:5,rand:1191},{id:"6580|189",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of Strength",p:"inv_chest_chain_04",str:8,rand:189},{id:"6592|687",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of the Tiger",p:"inv_chest_chain_07",agi:7,str:7,rand:687},{id:"6592|1197",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of the Bear",p:"inv_chest_chain_07",sta:7,str:7,rand:1197},{id:"6592|192",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of Strength",p:"inv_chest_chain_07",str:11,rand:192},{id:"6603|689",type:"Leather",slot:"chest",r:25,q:"2",i:"30",name:"Dervish Tunic of the Tiger",p:"inv_chest_leather_01",agi:7,str:8,rand:689},{id:6627,type:"Mail",slot:"chest",r:23,q:"3",i:"28",name:"Mutant Scale Breastplate",p:"inv_chest_plate08",str:13,sta:5},{id:6642,type:"Mail",slot:"chest",r:20,q:"3",i:"25",name:"Phantom Armor",p:"inv_chest_chain_05",str:3,sta:11},{id:6670,type:"Leather",slot:"chest",r:20,q:"2",i:"27",name:"Panther Armor",p:"inv_chest_leather_01",agi:9,str:2},{id:6721,type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Chestplate of Kor",p:"inv_chest_leather_05",str:4,sta:4},{id:6731,type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Ironforge Breastplate",p:"inv_chest_plate05",str:3,sta:3},{id:6773,type:"Mail",slot:"chest",r:30,q:"2",i:"42",name:"Gelkis Marauder Chain",p:"inv_chest_chain_07",agi:7,str:14},{id:6972,type:"Mail",slot:"chest",r:20,q:"3",i:"30",name:"Fire Hardened Hauberk",p:"inv_chest_chain_07",str:5,sta:14},{id:7133,type:"Mail",slot:"chest",r:20,q:"3",i:"30",name:"Brutal Hauberk",p:"inv_chest_chain_07",str:5,sta:14},{id:7336,type:"Mail",slot:"chest",r:17,q:"2",i:"24",name:"Wildwood Chain",p:"inv_chest_chain",agi:1,str:8},{id:7374,type:"Leather",slot:"chest",r:30,q:"2",i:"35",name:"Dusky Leather Armor",p:"inv_chest_leather_03",agi:14},{id:"7418|693",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of the Tiger",p:"inv_chest_plate01",agi:9,str:9,rand:693},{id:"7418|1203",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of the Bear",p:"inv_chest_plate01",sta:9,str:9,rand:1203},{id:"7418|220",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of Strength",p:"inv_chest_plate01",str:14,rand:220},{id:"7439|1209",type:"Leather",slot:"chest",r:35,q:"2",i:"40",name:"Sentinel Breastplate of the Bear",p:"inv_chest_leather_04",sta:11,str:11,rand:1209},{id:"7454|696",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of the Tiger",p:"inv_chest_plate04",agi:10,str:10,rand:696},{id:"7454|1206",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of the Bear",p:"inv_chest_plate04",sta:10,str:10,rand:1206},{id:"7454|308",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of Strength",p:"inv_chest_plate04",str:16,rand:308},{id:"7477|1212",type:"Leather",slot:"chest",r:40,q:"2",i:"45",name:"Ranger Tunic of the Bear",p:"inv_chest_leather_08",sta:12,str:12,rand:1212},{id:"7527|1218",type:"Leather",slot:"chest",r:45,q:"2",i:"50",name:"Cabalist Chestpiece of the Bear",p:"inv_chest_leather_05",sta:14,str:14,rand:1218},{id:"7538|707",type:"Mail",slot:"chest",r:43,q:"2",i:"48",name:"Champion's Armor of the Tiger",p:"inv_chest_chain_05",agi:13,str:14,rand:707},{id:7688,type:"Mail",slot:"chest",r:30,q:"3",i:"35",name:"Ironspine's Ribcage",p:"inv_chest_plate15",agi:3,str:6,sta:17},{id:7759,type:"Mail",slot:"chest",r:33,q:"3",i:"38",name:"Archon Chestpiece",p:"inv_chest_chain_11",str:12,sta:12},{id:7914,type:"Mail",slot:"chest",r:27,q:"2",i:"32",name:"Barbaric Iron Breastplate",p:"inv_chest_chain_14",str:12},{id:7935,type:"Plate",slot:"chest",r:43,q:"2",i:"48",name:"Ornate Mithril Breastplate",p:"inv_chest_plate10",crit:1},{id:8119,type:"Leather",slot:"chest",r:46,q:"2",i:"51",name:"Heraldic Breastplate",p:"inv_chest_leather_02",str:4,sta:20},{id:8138,type:"Plate",slot:"chest",r:42,q:"2",i:"47",name:"Chromite Chestplate",p:"inv_chest_plate14",str:11,sta:11},{id:8157,type:"Plate",slot:"chest",r:40,q:"2",i:"42",name:"Jouster's Chestplate",p:"inv_chest_plate11",str:15,sta:4},{id:8175,type:"Leather",slot:"chest",r:36,q:"2",i:"41",name:"Nightscape Tunic",p:"inv_chest_leather_03",agi:15,sta:6},{id:8203,type:"Mail",slot:"chest",r:39,q:"2",i:"44",name:"Tough Scorpid Breastplate",p:"inv_chest_leather_02",agi:15},{id:"8211|1212",type:"Leather",slot:"chest",r:40,q:"2",i:"45",name:"Wild Leather Vest of the Bear",p:"inv_chest_cloth_06",sta:12,str:12,rand:1212},{id:8274,type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Valorous Chestguard",p:"inv_chest_cloth_05",str:20},{id:8312,type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Alabaster Breastplate",p:"inv_chest_chain_05",str:17,sta:3},{id:"9286|702",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of the Tiger",p:"inv_chest_plate14",agi:12,str:12,rand:702},{id:"9286|1212",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of the Bear",p:"inv_chest_plate14",sta:12,str:12,rand:1212},{id:"9286|311",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of Strength",p:"inv_chest_plate14",str:19,rand:311},{id:9406,type:"Leather",slot:"chest",r:30,q:"3",i:"35",name:"Spirewind Fetter",p:"inv_chest_leather_08",str:7,sta:11},{id:9473,type:"Leather",slot:"chest",r:44,q:"3",i:"49",name:"Jinxed Hoodoo Skin",p:"inv_chest_leather_05",str:8,sta:10},{id:9650,type:"Mail",slot:"chest",r:40,q:"2",i:"55",name:"Honorguard Chestpiece",p:"inv_chest_plate16",str:22,sta:3},{id:9663,type:"Mail",slot:"chest",r:40,q:"2",i:"45",name:"Dawnrider's Chestpiece",p:"inv_chest_chain_16",agi:16},{id:"9765|672",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of the Tiger",p:"inv_chest_chain_05",agi:2,str:2,rand:672},{id:"9765|1182",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of the Bear",p:"inv_chest_chain_05",sta:2,str:2,rand:1182},{id:"9765|97",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of Strength",p:"inv_chest_chain_05",str:4,rand:97},{id:"9782|681",type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Bandit Jerkin of the Tiger",p:"inv_shirt_11",agi:5,str:5,rand:681},{id:"9783|678",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of the Tiger",p:"inv_chest_chain_07",agi:4,str:4,rand:678},{id:"9783|1188",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of the Bear",p:"inv_chest_chain_07",sta:4,str:4,rand:1188},{id:"9783|155",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of Strength",p:"inv_chest_chain_07",str:7,rand:155},{id:"9809|689",type:"Leather",slot:"chest",r:23,q:"2",i:"28",name:"Superior Tunic of the Tiger",p:"inv_chest_leather_10",agi:7,str:8,rand:689},{id:"9818|684",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of the Tiger",p:"inv_chest_chain",agi:6,str:6,rand:684},{id:"9818|1194",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of the Bear",p:"inv_chest_chain",sta:6,str:6,rand:1194},{id:"9818|191",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of Strength",p:"inv_chest_chain",str:10,rand:191},{id:"9836|690",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of the Tiger",p:"inv_chest_plate04",agi:8,str:8,rand:690},{id:"9836|1200",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of the Bear",p:"inv_chest_plate04",sta:8,str:8,rand:1200},{id:"9836|219",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of Strength",p:"inv_chest_plate04",str:13,rand:219},{id:"9866|696",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of the Tiger",p:"inv_chest_chain_12",agi:10,str:10,rand:696},{id:"9866|1206",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of the Bear",p:"inv_chest_chain_12",sta:10,str:10,rand:1206},{id:"9866|308",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of Strength",p:"inv_chest_chain_12",str:16,rand:308},{id:"9887|1212",type:"Leather",slot:"chest",r:38,q:"2",i:"43",name:"Huntsman's Armor of the Bear",p:"inv_chest_leather_07",sta:12,str:12,rand:1212},{id:"9924|1215",type:"Leather",slot:"chest",r:43,q:"2",i:"48",name:"Tracker's Tunic of the Bear",p:"inv_chest_leather_08",sta:13,str:13,rand:1215},{id:"9950|1221",type:"Leather",slot:"chest",r:48,q:"2",i:"53",name:"Chieftain's Breastplate of the Bear",p:"inv_chest_leather_05",sta:15,str:15,rand:1221},{id:"9966|702",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of the Tiger",p:"inv_chest_leather_07",agi:12,str:12,rand:702},{id:"9966|1212",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of the Bear",p:"inv_chest_leather_07",sta:12,str:12,rand:1212},{id:"9966|311",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of Strength",p:"inv_chest_leather_07",str:19,rand:311},{id:"10070|1224",type:"Leather",slot:"chest",r:50,q:"2",i:"55",name:"Righteous Armor of the Bear",p:"inv_chest_chain_10",sta:16,str:16,rand:1224},{id:"10086|708",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of the Tiger",p:"inv_chest_leather_07",agi:14,str:14,rand:708},{id:"10086|1218",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of the Bear",p:"inv_chest_leather_07",sta:14,str:14,rand:1218},{id:"10086|314",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of Strength",p:"inv_chest_leather_07",str:22,rand:314},{id:"10105|718",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of the Tiger",p:"inv_chest_leather_10",agi:18,str:17,rand:718},{id:"10105|1227",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of the Bear",p:"inv_chest_leather_10",sta:17,str:17,rand:1227},{id:"10105|319",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of Strength",p:"inv_chest_leather_10",str:27,rand:319},{id:"10128|711",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of the Tiger",p:"inv_chest_plate11",agi:15,str:15,rand:711},{id:"10128|1221",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of the Bear",p:"inv_chest_plate11",sta:15,str:15,rand:1221},{id:"10128|315",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of Strength",p:"inv_chest_plate11",str:23,rand:315},{id:"10151|1233",type:"Leather",slot:"chest",r:59,q:"2",i:"64",name:"Mighty Tunic of the Bear",p:"inv_chest_cloth_05",sta:19,str:19,rand:1233},{id:"10164|717",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of the Tiger",p:"inv_chest_plate16",agi:17,str:17,rand:717},{id:"10164|1227",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of the Bear",p:"inv_chest_plate16",sta:17,str:17,rand:1227},{id:"10164|318",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of Strength",p:"inv_chest_plate16",str:26,rand:318},{id:"10182|718",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of the Tiger",p:"inv_chest_leather_02",agi:18,str:17,rand:718},{id:"10182|1227",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of the Bear",p:"inv_chest_leather_02",sta:17,str:17,rand:1227},{id:"10182|319",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of Strength",p:"inv_chest_leather_02",str:27,rand:319},{id:"10203|711",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of the Tiger",p:"inv_chest_plate04",agi:15,str:15,rand:711},{id:"10203|1221",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of the Bear",p:"inv_chest_plate04",sta:15,str:15,rand:1221},{id:"10203|315",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of Strength",p:"inv_chest_plate04",str:23,rand:315},{id:"10220|1230",type:"Leather",slot:"chest",r:58,q:"2",i:"63",name:"Nightshade Tunic of the Bear",p:"inv_chest_leather_02",sta:18,str:18,rand:1230},{id:"10220|320",type:"Leather",slot:"chest",r:58,q:"2",i:"63",name:"Nightshade Tunic of Strength",p:"inv_chest_leather_02",str:28,rand:320},{id:"10240|714",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of the Tiger",p:"inv_chest_leather_08",agi:16,str:16,rand:714},{id:"10240|1224",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of the Bear",p:"inv_chest_leather_08",sta:16,str:16,rand:1224},{id:"10240|317",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of Strength",p:"inv_chest_leather_08",str:25,rand:317},{id:"10264|1233",type:"Leather",slot:"chest",r:60,q:"2",i:"65",name:"Adventurer's Tunic of the Bear",p:"inv_chest_leather_07",sta:19,str:19,rand:1233},{id:"10275|717",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of the Tiger",p:"inv_chest_cloth_06",agi:17,str:17,rand:717},{id:"10275|1227",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of the Bear",p:"inv_chest_cloth_06",sta:17,str:17,rand:1227},{id:"10275|318",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of Strength",p:"inv_chest_cloth_06",str:26,rand:318},{id:10328,type:"Mail",slot:"chest",r:34,q:"3",i:"39",name:"Scarlet Chestpiece",p:"inv_chest_chain_07",str:8,sta:19},{id:10368,type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Imbued Plate Armor",p:"inv_chest_plate09",str:15,sta:14},{id:"10378|720",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of the Tiger",p:"inv_chest_plate06",agi:18,str:18,rand:720},{id:"10378|1231",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of the Bear",p:"inv_chest_plate06",sta:19,str:18,rand:1231},{id:"10378|320",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of Strength",p:"inv_chest_plate06",str:28,rand:320},{id:"10384|725",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of the Tiger",p:"inv_chest_plate16",agi:19,str:20,rand:725},{id:"10384|1233",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of the Bear",p:"inv_chest_plate16",sta:19,str:19,rand:1233},{id:"10384|321",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of Strength",p:"inv_chest_plate16",str:29,rand:321},{id:10399,type:"Leather",slot:"chest",r:19,q:"3",i:"24",name:"Blackened Defias Armor",p:"inv_chest_leather_08",agi:3,str:4,sta:11},{id:10583,type:"Leather",slot:"chest",r:34,q:"3",i:"39",name:"Quillward Harness",p:"inv_chest_leather_08",agi:19,str:8},{id:10775,type:"Plate",slot:"chest",r:40,q:"3",i:"42",name:"Carapace of Tuten'kash",p:"inv_chest_plate08",agi:8,str:10,sta:15},{id:10784,type:"Mail",slot:"chest",r:47,q:"3",i:"52",name:"Atal'ai Breastplate",p:"inv_chest_chain_05",ap:22},{id:10827,type:"Leather",slot:"chest",r:43,q:"2",i:"48",name:"Surveyor's Tunic",p:"inv_chest_leather_05",str:11},{id:10845,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Warrior's Embrace",p:"inv_chest_plate08",agi:4,sta:11},{id:11193,type:"Leather",slot:"chest",r:40,q:"2",i:"57",name:"Blazewind Breastplate",p:"inv_chest_leather_02",agi:23,str:3,sta:5},{id:11195,type:"Plate",slot:"chest",r:40,q:"2",i:"57",name:"Warforged Chestplate",p:"inv_chest_chain_16",str:24,sta:2},{id:11633,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Spiderfang Carapace",p:"inv_chest_plate02",str:14,sta:14},{id:11678,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Carapace of Anub'shiah",p:"inv_chest_plate08",agi:11,str:11,sta:22},{id:11820,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Royal Decorated Armor",p:"inv_chest_plate04",agi:12,str:8,sta:26},{id:11876,type:"Leather",slot:"chest",r:48,q:"2",i:"56",name:"Plainstalker Tunic",p:"inv_chest_leather_07",agi:4,sta:23},{id:12049,type:"Mail",slot:"chest",r:48,q:"2",i:"53",name:"Splintsteel Armor",p:"inv_chest_chain_16",str:12,sta:12},{id:12422,type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Imperial Plate Chest",p:"inv_chest_plate10",str:18,sta:17},{id:12603,type:"Leather",slot:"chest",r:56,q:"3",i:"61",name:"Nightbrace Tunic",p:"inv_chest_plate06",agi:5,sta:10,resist:{fire:10,shadow:10},ap:50},{id:12615,type:"Mail",slot:"chest",r:57,q:"2",i:"62",name:"Savage Mail Tunic",p:"inv_chest_plate03",str:27},{id:12618,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Enchanted Thorium Breastplate",p:"inv_chest_plate10",str:12,sta:26,d:9},{id:12641,type:"Mail",slot:"chest",r:57,q:"4",i:"63",name:"Invulnerable Mail",p:"inv_chest_chain_07",d:13},{id:12757,type:"Leather",slot:"chest",r:57,q:"4",i:"62",name:"Breastplate of Bloodthirst",p:"inv_chest_chain_13",str:13,sta:20,crit:2},{id:12793,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Mixologist's Tunic",p:"inv_chest_leather_01",agi:11,str:18,sta:18},{id:12895,type:"Plate",slot:"chest",r:57,q:"4",i:"62",name:"Breastplate of the Chromatic Flight",p:"inv_chest_plate09",agi:10,str:20,sta:30,resist:{fire:15}},{id:13067,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Hydralick Armor",p:"inv_chest_plate06",agi:8,str:13,sta:20,resist:{fire:10}},{id:13090,type:"Mail",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of the Chosen",p:"inv_chest_chain_16",agi:14,str:14,sta:14},{id:13110,type:"Leather",slot:"chest",r:31,q:"3",i:"36",name:"Wolffear Harness",p:"inv_chest_leather_04",agi:17,sta:6},{id:13168,type:"Plate",slot:"chest",r:55,q:"3",i:"60",name:"Plate of the Shaman King",p:"inv_chest_plate13",str:12,sta:15},{id:13378,type:"Leather",slot:"chest",r:53,q:"3",i:"58",name:"Songbird Blouse",p:"inv_chest_cloth_38",agi:13,str:13,sta:13},{id:13394,type:"Plate",slot:"chest",r:54,q:"3",i:"59",name:"Skul's Cold Embrace",p:"inv_chest_chain_15",str:19,sta:20,resist:{frost:10},d:6},{id:14536,type:"Mail",slot:"chest",r:56,q:"3",i:"61",name:"Bonebrace Hauberk",p:"inv_chest_chain_14",ap:56},{id:14562,type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Prospector's Chestpiece",p:"inv_chest_leather_09",agi:6,str:2,sta:3},{id:14570,type:"Leather",slot:"chest",r:23,q:"2",i:"28",name:"Bristlebark Blouse",p:"inv_chest_leather_08",agi:7,sta:6},{id:14592,type:"Leather",slot:"chest",r:35,q:"2",i:"40",name:"Hawkeye's Tunic",p:"inv_chest_leather_06",agi:12,sta:8},{id:14601,type:"Leather",slot:"chest",r:39,q:"2",i:"44",name:"Warden's Wraps",p:"inv_chest_leather_04",agi:12,sta:12},{id:14655,type:"Leather",slot:"chest",r:44,q:"2",i:"49",name:"Scorpashi Breastplate",p:"inv_chest_leather_07",agi:17,sta:8},{id:14664,type:"Leather",slot:"chest",r:49,q:"2",i:"54",name:"Keeper's Armor",p:"inv_chest_leather_02",agi:5,sta:9},{id:14670,type:"Leather",slot:"chest",r:54,q:"2",i:"59",name:"Pridelord Armor",p:"inv_chest_leather_02",agi:24,sta:5},{id:14730,type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"War Paint Chestpiece",p:"inv_chest_chain",str:6,sta:4},{id:14744,type:"Mail",slot:"chest",r:23,q:"2",i:"28",name:"Hulking Chestguard",p:"inv_chest_chain_15",str:5,sta:8},{id:14751,type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Slayer's Surcoat",p:"inv_chest_chain_07",agi:3,str:10,sta:5},{id:14760,type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Enduring Breastplate",p:"inv_chest_chain_15",str:12,sta:7},{id:14768,type:"Mail",slot:"chest",r:39,q:"2",i:"44",name:"Ravager's Armor",p:"inv_chest_chain_07",agi:4,str:4,sta:10},{id:14789,type:"Mail",slot:"chest",r:49,q:"2",i:"54",name:"Protector Breastplate",p:"inv_chest_leather_08",str:4,sta:21},{id:14798,type:"Mail",slot:"chest",r:54,q:"2",i:"59",name:"Bloodlust Breastplate",p:"inv_chest_chain_07",agi:8,str:9,sta:20},{id:14811,type:"Mail",slot:"chest",r:59,q:"2",i:"64",name:"Warstrike Chestguard",p:"inv_chest_chain_05",str:3,sta:10},{id:14821,type:"Plate",slot:"chest",r:40,q:"2",i:"43",name:"Symbolic Breastplate",p:"inv_chest_plate11",str:14,sta:9},{id:14835,type:"Plate",slot:"chest",r:43,q:"2",i:"48",name:"Tyrant's Chestpiece",p:"inv_chest_plate08",agi:3,str:16,sta:7},{id:14854,type:"Plate",slot:"chest",r:54,q:"2",i:"59",name:"Vanguard Breastplate",p:"inv_chest_plate09",agi:6,sta:22},{id:14862,type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Warleader's Breastplate",p:"inv_chest_plate09",str:8,sta:25},{id:"14895|699",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of the Tiger",p:"inv_chest_plate08",agi:11,str:11,rand:699},{id:"14895|1209",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of the Bear",p:"inv_chest_plate08",sta:11,str:11,rand:1209},{id:"14895|309",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of Strength",p:"inv_chest_plate08",str:17,rand:309},{id:"14904|708",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of the Tiger",p:"inv_chest_chain_04",agi:14,str:14,rand:708},{id:"14904|1218",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of the Bear",p:"inv_chest_chain_04",sta:14,str:14,rand:1218},{id:"14904|314",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of Strength",p:"inv_chest_chain_04",str:22,rand:314},{id:"14915|711",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of the Tiger",p:"inv_chest_plate07",agi:15,str:15,rand:711},{id:"14915|1221",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of the Bear",p:"inv_chest_plate07",sta:15,str:15,rand:1221},{id:"14915|315",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of Strength",p:"inv_chest_plate07",str:23,rand:315},{id:"14924|714",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of the Tiger",p:"inv_chest_wolf",agi:16,str:16,rand:714},{id:"14924|1224",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of the Bear",p:"inv_chest_wolf",sta:16,str:16,rand:1224},{id:"14924|317",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of Strength",p:"inv_chest_wolf",str:25,rand:317},{id:"14931|720",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of the Tiger",p:"inv_chest_chain_10",agi:18,str:18,rand:720},{id:"14931|1231",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of the Bear",p:"inv_chest_chain_10",sta:19,str:18,rand:1231},{id:"14931|320",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of Strength",p:"inv_chest_chain_10",str:28,rand:320},{id:"14939|705",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of the Tiger",p:"inv_chest_leather_10",agi:13,str:13,rand:705},{id:"14939|1215",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of the Bear",p:"inv_chest_leather_10",sta:13,str:13,rand:1215},{id:"14939|312",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of Strength",p:"inv_chest_leather_10",str:20,rand:312},{id:"14948|708",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of the Tiger",p:"inv_chest_chain_07",agi:14,str:14,rand:708},{id:"14948|1218",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of the Bear",p:"inv_chest_chain_07",sta:14,str:14,rand:1218},{id:"14948|314",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of Strength",p:"inv_chest_chain_07",str:22,rand:314},{id:"14958|714",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of the Tiger",p:"inv_chest_chain_14",agi:16,str:16,rand:714},{id:"14958|1224",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of the Bear",p:"inv_chest_chain_14",sta:16,str:16,rand:1224},{id:"14958|317",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of Strength",p:"inv_chest_chain_14",str:25,rand:317},{id:"14966|720",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of the Tiger",p:"inv_chest_plate03",agi:18,str:18,rand:720},{id:"14966|1231",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of the Bear",p:"inv_chest_plate03",sta:19,str:18,rand:1231},{id:"14966|320",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of Strength",p:"inv_chest_plate03",str:28,rand:320},{id:"14975|725",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of the Tiger",p:"inv_chest_plate10",agi:19,str:20,rand:725},{id:"14975|1233",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of the Bear",p:"inv_chest_plate10",sta:19,str:19,rand:1233},{id:"14975|321",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of Strength",p:"inv_chest_plate10",str:29,rand:321},{id:15050,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Black Dragonscale Breastplate",p:"inv_chest_plate06",sta:8,resist:{fire:12},ap:50},{id:15056,type:"Leather",slot:"chest",r:52,q:"3",i:"57",name:"Stormshroud Armor",p:"inv_chest_leather_08",crit:2},{id:15064,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Warbear Harness",p:"inv_chest_leather_04",str:11,sta:27},{id:15085,type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Wicked Leather Armor",p:"inv_chest_plate06",agi:25,sta:7},{id:"15159|1209",type:"Leather",slot:"chest",r:37,q:"2",i:"42",name:"Nocturnal Tunic of the Bear",p:"inv_chest_leather_05",sta:11,str:11,rand:1209},{id:"15164|1215",type:"Leather",slot:"chest",r:42,q:"2",i:"47",name:"Imposing Vest of the Bear",p:"inv_chest_leather_05",sta:13,str:13,rand:1215},{id:"15170|1221",type:"Leather",slot:"chest",r:47,q:"2",i:"52",name:"Potent Armor of the Bear",p:"inv_chest_chain_13",sta:15,str:15,rand:1221},{id:"15179|1224",type:"Leather",slot:"chest",r:52,q:"2",i:"57",name:"Praetorian Padded Armor of the Bear",p:"inv_chest_chain_07",sta:16,str:16,rand:1224},{id:"15195|1230",type:"Leather",slot:"chest",r:57,q:"2",i:"62",name:"Grand Breastplate of the Bear",p:"inv_chest_leather_05",sta:18,str:18,rand:1230},{id:"15195|320",type:"Leather",slot:"chest",r:57,q:"2",i:"62",name:"Grand Breastplate of Strength",p:"inv_chest_leather_05",str:28,rand:320},{id:"15311|681",type:"Leather",slot:"chest",r:17,q:"2",i:"22",name:"Feral Harness of the Tiger",p:"inv_chest_leather_04",agi:5,str:5,rand:681},{id:"15337|689",type:"Leather",slot:"chest",r:24,q:"2",i:"29",name:"Wrangler's Wraps of the Tiger",p:"inv_chest_cloth_15",agi:7,str:8,rand:689},{id:"15359|1209",type:"Leather",slot:"chest",r:36,q:"2",i:"41",name:"Trickster's Vest of the Bear",p:"inv_chest_cloth_08",sta:11,str:11,rand:1209},{id:"15376|1215",type:"Leather",slot:"chest",r:41,q:"2",i:"46",name:"Wolf Rider's Padded Armor of the Bear",p:"inv_chest_leather_07",sta:13,str:13,rand:1215},{id:"15381|1218",type:"Leather",slot:"chest",r:46,q:"2",i:"51",name:"Rageclaw Chestguard of the Bear",p:"inv_chest_leather_05",sta:14,str:14,rand:1218},{id:"15390|1224",type:"Leather",slot:"chest",r:51,q:"2",i:"56",name:"Jadefire Chestguard of the Bear",p:"inv_chest_plate07",sta:16,str:16,rand:1224},{id:15413,type:"Plate",slot:"chest",r:52,q:"3",i:"63",name:"Ornate Adamantium Breastplate",p:"inv_chest_plate09",sta:22,d:10},{id:"15433|1230",type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Peerless Armor of the Bear",p:"inv_chest_leather_02",sta:18,str:18,rand:1230},{id:"15433|320",type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Peerless Armor of Strength",p:"inv_chest_leather_02",str:28,rand:320},{id:"15442|1233",type:"Leather",slot:"chest",r:60,q:"2",i:"65",name:"Supreme Breastplate of the Bear",p:"inv_chest_plate06",sta:19,str:19,rand:1233},{id:15471,type:"Leather",slot:"chest",r:25,q:"2",i:"29",name:"Brawnhide Armor",p:"inv_chest_leather_01",agi:4,sta:9},{id:"15479|669",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of the Tiger",p:"inv_chest_chain_16",agi:1,str:1,rand:669},{id:"15479|1179",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of the Bear",p:"inv_chest_chain_16",sta:1,str:1,rand:1179},{id:"15479|23",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of Strength",p:"inv_chest_chain_16",str:2,rand:23},{id:"15487|675",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of the Tiger",p:"inv_chest_chain_07",agi:3,str:3,rand:675},{id:"15487|1185",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of the Bear",p:"inv_chest_chain_07",sta:3,str:3,rand:1185},{id:"15487|115",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of Strength",p:"inv_chest_chain_07",str:5,rand:115},{id:"15488|678",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of the Tiger",p:"inv_chest_chain_07",agi:4,str:4,rand:678},{id:"15488|1188",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of the Bear",p:"inv_chest_chain_07",sta:4,str:4,rand:1188},{id:"15488|155",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of Strength",p:"inv_chest_chain_07",str:7,rand:155},{id:"15500|681",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of the Tiger",p:"inv_chest_chain_04",agi:5,str:5,rand:681},{id:"15500|1191",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of the Bear",p:"inv_chest_chain_04",sta:5,str:5,rand:1191},{id:"15500|189",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of Strength",p:"inv_chest_chain_04",str:8,rand:189},{id:"15514|684",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of the Tiger",p:"inv_chest_chain",agi:6,str:6,rand:684},{id:"15514|1194",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of the Bear",p:"inv_chest_chain",sta:6,str:6,rand:1194},{id:"15514|191",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of Strength",p:"inv_chest_chain",str:10,rand:191},{id:"15518|687",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of the Tiger",p:"inv_chest_chain_17",agi:7,str:7,rand:687},{id:"15518|1197",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of the Bear",p:"inv_chest_chain_17",sta:7,str:7,rand:1197},{id:"15518|192",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of Strength",p:"inv_chest_chain_17",str:11,rand:192},{id:"15524|690",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of the Tiger",p:"inv_chest_leather_04",agi:8,str:8,rand:690},{id:"15524|1200",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of the Bear",p:"inv_chest_leather_04",sta:8,str:8,rand:1200},{id:"15524|219",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of Strength",p:"inv_chest_leather_04",str:13,rand:219},{id:"15536|693",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of the Tiger",p:"inv_chest_plate04",agi:9,str:9,rand:693},{id:"15536|1203",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of the Bear",p:"inv_chest_plate04",sta:9,str:9,rand:1203},{id:"15536|220",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of Strength",p:"inv_chest_plate04",str:14,rand:220},{id:"15546|693",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of the Tiger",p:"inv_chest_cloth_06",agi:9,str:9,rand:693},{id:"15546|1203",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of the Bear",p:"inv_chest_cloth_06",sta:9,str:9,rand:1203},{id:"15546|220",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of Strength",p:"inv_chest_cloth_06",str:14,rand:220},{id:"15557|696",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of the Tiger",p:"inv_chest_chain_12",agi:10,str:10,rand:696},{id:"15557|1206",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of the Bear",p:"inv_chest_chain_12",sta:10,str:10,rand:1206},{id:"15557|308",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of Strength",p:"inv_chest_chain_12",str:16,rand:308},{id:"15601|707",type:"Mail",slot:"chest",r:41,q:"2",i:"46",name:"Ancient Chestpiece of the Tiger",p:"inv_chest_chain_10",agi:13,str:14,rand:707},{id:"15609|707",type:"Mail",slot:"chest",r:42,q:"2",i:"47",name:"Bonelink Armor of the Tiger",p:"inv_chest_chain_05",agi:13,str:14,rand:707},{id:15787,type:"Mail",slot:"chest",r:52,q:"2",i:"59",name:"Willow Band Hauberk",p:"inv_chest_chain_16",agi:20,sta:10},{id:15825,type:"Leather",slot:"chest",r:55,q:"2",i:"59",name:"Traphook Jerkin",p:"inv_chest_plate06",agi:24,str:5},{id:16477,type:"Plate",slot:"chest",r:60,q:"4",i:"74",name:"Field Marshal's Plate Armor",p:"inv_chest_plate03",agi:14,str:16,sta:33,crit:1},{id:16541,type:"Plate",slot:"chest",r:60,q:"4",i:"74",name:"Warlord's Plate Armor",p:"inv_chest_plate16",agi:14,str:16,sta:33,crit:1},{id:17005,type:"Leather",slot:"chest",r:21,q:"2",i:"27",name:"Boorguard Tunic",p:"inv_shirt_13",agi:7,sta:6},{id:17742,type:"Leather",slot:"chest",r:46,q:"3",i:"51",name:"Fungus Shroud Armor",p:"inv_chest_leather_08",agi:25,sta:10},{id:17777,type:"Mail",slot:"chest",r:41,q:"2",i:"47",name:"Relentless Chain",p:"inv_chest_chain_07",sta:10,ap:20},{id:18478,type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Hyena Hide Jerkin",p:"inv_chest_leather_06",agi:20,sta:13},{id:18503,type:"Plate",slot:"chest",r:57,q:"3",i:"62",name:"Kromcrush's Chestplate",p:"inv_chest_chain_14",str:16,sta:16,d:10},{id:19041,type:"Leather",slot:"chest",r:40,q:"2",i:"48",name:"Pratt's Handcrafted Tunic",p:"inv_chest_leather_07",agi:7,str:6,sta:15},{id:19042,type:"Leather",slot:"chest",r:40,q:"2",i:"48",name:"Jangdor's Handcrafted Tunic",p:"inv_chest_leather_08",agi:7,str:6,sta:15},{id:19127,type:"Leather",slot:"chest",r:45,q:"2",i:"50",name:"Charred Leather Tunic",p:"inv_chest_leather_03",agi:18,sta:8},{id:19128,type:"Mail",slot:"chest",r:45,q:"2",i:"50",name:"Seared Mail Vest",p:"inv_chest_chain_13",agi:11,sta:11},{id:19685,type:"Leather",slot:"chest",r:60,q:"3",i:"65",name:"Primal Batskin Jerkin",p:"inv_chest_leather_03",agi:32,sta:6,hit:1},{id:19688,type:"Leather",slot:"chest",r:60,q:"3",i:"65",name:"Blood Tiger Breastplate",p:"inv_chest_leather_07",str:17,sta:17},{id:19690,type:"Mail",slot:"chest",r:60,q:"3",i:"65",name:"Bloodsoul Breastplate",p:"inv_chest_chain_14",agi:9,sta:13,crit:2},{id:19693,type:"Plate",slot:"chest",r:60,q:"3",i:"65",name:"Darksoul Breastplate",p:"inv_chest_plate08",sta:32,hit:1},{id:19822,type:"Plate",slot:"chest",r:60,q:"4",i:"65",name:"Zandalar Vindicator's Breastplate",p:"inv_chest_plate07",agi:15,str:23,sta:24,d:4},{id:20380,type:"Mail",slot:"chest",r:60,q:"4",i:"68",name:"Dreamscale Breastplate",p:"inv_chest_plate08",agi:15,sta:15,resist:{nature:30}},{id:20479,type:"Mail",slot:"chest",r:57,q:"3",i:"62",name:"Spitfire Breastplate",p:"inv_chest_leather_02",agi:16},{id:20575,type:"Leather",slot:"chest",r:15,q:"2",i:"20",name:"Black Whelp Tunic",p:"inv_chest_cloth_45",agi:3,str:5},{id:21320,type:"Mail",slot:"chest",r:45,q:"2",i:"58",name:"Vest of the Den Watcher",p:"inv_chest_chain_16",agi:20,sta:12},{id:21322,type:"Plate",slot:"chest",r:45,q:"2",i:"58",name:"Ursa's Embrace",p:"inv_chest_plate16",agi:17,d:10},{id:21331,type:"Plate",slot:"chest",r:60,q:"4",i:"88",name:"Conqueror's Breastplate",p:"inv_chest_plate12",agi:24,str:34,sta:38,d:6},{id:22191,type:"Mail",slot:"chest",r:60,q:"4",i:"72",name:"Obsidian Mail Tunic",p:"inv_chest_chain_17",ap:76,crit:1},{id:22196,type:"Plate",slot:"chest",r:60,q:"4",i:"72",name:"Thick Obsidian Breastplate",p:"inv_chest_chain_17",str:38,sta:16},{id:22274,type:"Leather",slot:"chest",r:50,q:"3",i:"52",name:"Grizzled Pelt",p:"inv_chest_leather_08",agi:16,str:17,sta:11},{id:22416,type:"Plate",slot:"chest",r:60,q:"4",i:"92",name:"Dreadnaught Breastplate",p:"inv_chest_plate02",str:21,sta:43,d:13,hit:2},{id:22661,type:"Leather",slot:"chest",r:60,q:"4",i:"80",name:"Polar Tunic",p:"inv_chest_cloth_08",agi:18,sta:26,resist:{frost:40}},{id:22664,type:"Mail",slot:"chest",r:60,q:"4",i:"80",name:"Icy Scale Breastplate",p:"inv_chest_plate09",sta:24,resist:{frost:40},ap:40},{id:22669,type:"Plate",slot:"chest",r:60,q:"4",i:"80",name:"Icebane Breastplate",p:"inv_chest_chain_11",str:12,sta:24,resist:{frost:42},d:8},{id:22762,type:"Plate",slot:"chest",r:60,q:"3",i:"70",name:"Ironvine Breastplate",p:"inv_chest_plate07",sta:15,resist:{nature:30},d:7},{id:23087,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of Undead Slaying",p:"inv_chest_plate10",sta:20,ap:81},{id:23088,type:"Mail",slot:"chest",r:58,q:"3",i:"63",name:"Chestguard of Undead Slaying",p:"inv_chest_chain_08",sta:20,ap:81},{id:23089,type:"Leather",slot:"chest",r:58,q:"3",i:"63",name:"Tunic of Undead Slaying",p:"inv_chest_leather_06",sta:20,ap:81},{id:209572,type:"Leather",slot:"chest",r:25,q:"3",i:"30",name:"Black Boiled Leathers",p:"inv_chest_leather_06",agi:9,sta:11},{id:209687,type:"Leather",slot:"chest",r:25,q:"3",i:"33",name:"Hydra Hide Cuirass",p:"inv_chest_plate10",str:6,sta:12},{id:210794,type:"Mail",slot:"chest",r:25,q:"4",i:"30",name:"Shifting Silver Breastplate",p:"inv_misc_desecrated_platechest",str:12,sta:5,hit:1},{id:211501,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Chestguard of Might",p:"inv_chest_plate16",str:27,sta:18,resist:{fire:10},crit:1,hit:1},{id:211504,type:"Mail",slot:"chest",r:25,q:"3",i:"30",name:"Twilight Avenger's Chain",p:"inv_chest_chain_12",agi:6,str:9,sta:8,d:4},{id:211512,type:"Leather",slot:"chest",r:25,q:"3",i:"30",name:"Twilight Slayer's Tunic",p:"inv_chest_leather_03",agi:13,sta:9},{id:213312,type:"Leather",slot:"chest",r:40,q:"3",i:"45",name:"Insulated Apron",p:"inv_chest_cloth_06",hit:1},{id:213313,type:"Leather",slot:"chest",r:40,q:"3",i:"45",name:"Insulated Chestguard",p:"inv_chest_cloth_06",agi:13,str:17,sta:10},{id:213314,type:"Mail",slot:"chest",r:40,q:"3",i:"45",name:"Electromantic Chainmail",p:"inv_chest_chain_13",sta:7,crit:1,ap:26},{id:213316,type:"Plate",slot:"chest",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Breastplate",p:"inv_chest_plate15",agi:11,str:11,sta:16},{id:216485,type:"Plate",slot:"chest",r:40,q:"3",i:"45",name:"Shockforged Breastplate",p:"inv_chest_plate16",sta:3,crit:1},{id:217277,type:"Mail",slot:"chest",r:35,q:"2",i:"40",name:"Golden Scale Cuirass",p:"inv_chest_chain_06",str:14},{id:220530,type:"Plate",slot:"chest",r:50,q:"4",i:"53",name:"Will of the Atal'ai Warrior",p:"inv_chest_plate08",agi:5,str:11,sta:18,block:30},{id:220533,type:"Mail",slot:"chest",r:50,q:"3",i:"55",name:"Reforged Atal'ai Breastplate",p:"inv_chest_chain_05",agi:21,sta:20},{id:220642,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Armor",p:"inv_chest_plate09",agi:9,str:5,sta:18,block:24},{id:220653,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Wailing Berserker's Chestplate",p:"inv_chest_wolf",agi:14,str:21,sta:12},{id:220794,type:"Plate",slot:"chest",r:50,q:"3",i:"53",name:"Knight's Plate Hauberk",p:"inv_chest_plate16",str:15,sta:17,crit:1},{id:220801,type:"Plate",slot:"chest",r:50,q:"3",i:"53",name:"Stone Guard's Plate Armor",p:"inv_chest_plate16",str:15,sta:17,crit:1},{id:221380,type:"Plate",slot:"chest",r:50,q:"3",i:"50",name:"Emerald Dream Breastplate",p:"inv_chest_cloth_06",str:12,sta:15,crit:1},{id:223325,type:"Leather",slot:"chest",r:0,q:"3",i:"55",name:"Hakkari Breastplate",p:"inv_chest_leather_02",agi:8,sta:28},{id:223528,type:"Mail",slot:"chest",r:43,q:"3",i:"48",name:"Gahz'rilla Scale Armor",p:"inv_chest_chain_06",agi:8,str:15,sta:10},{id:226489,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Breastplate of Might",p:"inv_chest_plate16",agi:10,str:20,sta:25,resist:{fire:10},hit:1},{id:226494,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Hauberk of Might",p:"inv_chest_plate16",str:28,sta:23,resist:{fire:10},hit:1,crit:1},{id:226770,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of Valor",p:"inv_chest_plate03",agi:10,str:24,sta:15,hit:1},{id:226862,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Breastplate of Heroism",p:"inv_chest_plate03",agi:14,str:30,sta:16,hit:1},{id:226872,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Chestguard of Heroism",p:"inv_chest_plate03",str:19,sta:31,hit:1,d:6},{id:226880,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Chest of Heroism",p:"inv_chest_plate03",agi:13,str:21,sta:26,hit:1},{id:227046,type:"Plate",slot:"chest",r:60,q:"3",i:"68",name:"Knight-Captain's Plate Hauberk",p:"inv_chest_plate16",str:21,sta:23,crit:1},{id:227049,type:"Plate",slot:"chest",r:60,q:"3",i:"68",name:"Legionnaire's Plate Hauberk",p:"inv_chest_plate16",str:21,sta:23,crit:1},{id:227803,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Dire Warbear Harness",p:"inv_chest_leather_04",str:11,sta:27},{id:227851,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Hardened Black Dragonscale Breastplate",p:"inv_chest_plate06",sta:8,resist:{fire:12},ap:50},{id:227876,type:"Mail",slot:"chest",r:57,q:"4",i:"63",name:"Invincible Mail",p:"inv_chest_chain_07",d:13},{id:227952,type:"Mail",slot:"chest",r:52,q:"4",i:"57",name:"Savage Gladiator Chain",p:"inv_chest_chain_15",agi:14,str:13,sta:13,crit:2},{id:227956,type:"Mail",slot:"chest",r:52,q:"3",i:"57",name:"Deathdealer Breastplate",p:"inv_chest_chain_07",str:8,sta:8,crit:2},{id:227995,type:"Leather",slot:"chest",r:56,q:"3",i:"61",name:"Cadaverous Armor",p:"inv_chest_leather_03",agi:8,str:8,ap:60},{id:228e3,type:"Plate",slot:"chest",r:56,q:"3",i:"61",name:"Deathbone Chestplate",p:"inv_chest_chain_15",sta:12,d:17},{id:228012,type:"Mail",slot:"chest",r:56,q:"3",i:"61",name:"Bloodmail Hauberk",p:"inv_chest_leather_05",str:10,sta:15},{id:228025,type:"Leather",slot:"chest",r:57,q:"3",i:"62",name:"Tombstone Breastplate",p:"inv_chest_chain_17",str:10,sta:10,crit:3},{id:228055,type:"Plate",slot:"chest",r:54,q:"3",i:"59",name:"Energized Chestplate",p:"inv_chest_plate11",str:13,sta:20},{id:228070,type:"Mail",slot:"chest",r:57,q:"3",i:"62",name:"Ogre Forged Hauberk",p:"inv_chest_chain_12",agi:20,str:8,sta:13,crit:1},{id:228101,type:"Leather",slot:"chest",r:57,q:"3",i:"62",name:"Hide of the Behemoth",p:"inv_chest_chain_17",str:10,sta:10,crit:3}],wrist:[{id:897,type:"Leather",slot:"wrist",r:24,q:"2",i:"29",name:"Madwolf Bracers",p:"inv_bracer_05",agi:5,sta:2},{id:1306,type:"Leather",slot:"wrist",r:14,q:"2",i:"20",name:"Wolfmane Wristguards",p:"inv_bracer_04",agi:2,sta:2},{id:2017,type:"Leather",slot:"wrist",r:23,q:"2",i:"28",name:"Glowing Leather Bracers",p:"inv_bracer_03",agi:2,sta:5},{id:2868,type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Patterned Bronze Bracers",p:"inv_bracer_07",str:5},{id:3202,type:"Leather",slot:"wrist",r:19,q:"2",i:"24",name:"Forest Leather Bracers",p:"inv_bracer_06",agi:5},{id:3211,type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Burnished Bracers",p:"inv_bracer_01",str:2,sta:2},{id:3212,type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Lambent Scale Bracers",p:"inv_bracer_01",str:2,sta:4},{id:3228,type:"Mail",slot:"wrist",r:21,q:"3",i:"26",name:"Jimmied Handcuffs",p:"inv_bracer_02",str:3,sta:7},{id:4059,type:"Leather",slot:"wrist",r:32,q:"2",i:"37",name:"Glyphed Bracers",p:"inv_bracer_09",agi:6,sta:4},{id:4061,type:"Leather",slot:"wrist",r:37,q:"2",i:"42",name:"Imperial Leather Bracers",p:"inv_bracer_03",agi:8,sta:4},{id:4132,type:"Mail",slot:"wrist",r:30,q:"2",i:"37",name:"Darkspear Armsplints",p:"inv_bracer_09",str:7,sta:2},{id:4259,type:"Leather",slot:"wrist",r:31,q:"2",i:"36",name:"Green Leather Bracers",p:"inv_bracer_12",agi:6},{id:4438,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Pugilist Bracers",p:"inv_bracer_03",str:8,sta:3},{id:4745,type:"Mail",slot:"wrist",r:30,q:"2",i:"40",name:"War Rider Bracers",p:"inv_bracer_09",agi:3,sta:8},{id:4794,type:"Leather",slot:"wrist",r:20,q:"2",i:"25",name:"Wolf Bracers",p:"inv_bracer_04",agi:4,sta:2},{id:5783,type:"Leather",slot:"wrist",r:33,q:"2",i:"38",name:"Murloc Scale Bracers",p:"inv_bracer_05",str:5,sta:6},{id:6198,type:"Leather",slot:"wrist",r:25,q:"2",i:"30",name:"Jurassic Wristguards",p:"inv_bracer_01",agi:5,str:2},{id:6387,type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Glimmering Mail Bracers",p:"inv_bracer_19",agi:2,sta:5},{id:6403,type:"Mail",slot:"wrist",r:28,q:"2",i:"33",name:"Mail Combat Armguards",p:"inv_bracer_04",agi:2,sta:6},{id:6410,type:"Leather",slot:"wrist",r:28,q:"2",i:"33",name:"Insignia Bracers",p:"inv_bracer_04",agi:6,sta:2},{id:6413,type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Chief Brigadier Bracers",p:"inv_bracer_18",str:3,sta:7},{id:"6550|669",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of the Tiger",p:"inv_bracer_12",agi:1,str:1,rand:669},{id:"6550|1179",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of the Bear",p:"inv_bracer_12",sta:1,str:1,rand:1179},{id:"6550|23",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of Strength",p:"inv_bracer_12",str:2,rand:23},{id:"6574|675",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of the Tiger",p:"inv_bracer_14",agi:3,str:3,rand:675},{id:"6574|1185",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of the Bear",p:"inv_bracer_14",sta:3,str:3,rand:1185},{id:"6574|115",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of Strength",p:"inv_bracer_14",str:5,rand:115},{id:"6591|678",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of the Tiger",p:"inv_bracer_10",agi:4,str:4,rand:678},{id:"6591|1188",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of the Bear",p:"inv_bracer_10",sta:4,str:4,rand:1188},{id:"6591|115",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of Strength",p:"inv_bracer_10",str:5,rand:115},{id:6665,type:"Mail",slot:"wrist",r:20,q:"2",i:"26",name:"Hexed Bracers",p:"inv_bracer_07",agi:2,sta:4},{id:6722,type:"Mail",slot:"wrist",r:20,q:"2",i:"30",name:"Beastial Manacles",p:"inv_bracer_03",str:1,sta:6},{id:6902,type:"Leather",slot:"wrist",r:22,q:"2",i:"27",name:"Bands of Serra'kis",p:"inv_bracer_08",str:4,sta:2},{id:7003,type:"Mail",slot:"wrist",r:18,q:"2",i:"27",name:"Beetle Clasps",p:"inv_bracer_06",agi:2,sta:5},{id:7378,type:"Leather",slot:"wrist",r:32,q:"2",i:"37",name:"Dusky Bracers",p:"inv_bracer_07",agi:8},{id:"7416|681",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of the Tiger",p:"inv_bracer_14",agi:5,str:5,rand:681},{id:"7416|1191",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of the Bear",p:"inv_bracer_14",sta:5,str:5,rand:1191},{id:"7416|155",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of Strength",p:"inv_bracer_14",str:7,rand:155},{id:"7461|681",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"7461|1191",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"7461|189",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of Strength",p:"inv_bracer_07",str:8,rand:189},{id:"7484|1194",type:"Leather",slot:"wrist",r:36,q:"2",i:"41",name:"Ranger Wristguards of the Bear",p:"inv_bracer_09",sta:6,str:6,rand:1194},{id:"7534|1197",type:"Leather",slot:"wrist",r:40,q:"2",i:"45",name:"Cabalist Bracers of the Bear",p:"inv_bracer_16",sta:7,str:7,rand:1197},{id:8118,type:"Leather",slot:"wrist",r:41,q:"2",i:"46",name:"Heraldic Bracers",p:"inv_bracer_03",agi:8,sta:5},{id:8125,type:"Mail",slot:"wrist",r:43,q:"2",i:"48",name:"Myrmidon's Bracers",p:"inv_bracer_03",agi:5},{id:8137,type:"Plate",slot:"wrist",r:40,q:"2",i:"43",name:"Chromite Bracers",p:"inv_bracer_14",agi:4,sta:8},{id:8156,type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Jouster's Wristguards",p:"inv_bracer_07",agi:2,sta:8},{id:8205,type:"Mail",slot:"wrist",r:39,q:"2",i:"44",name:"Tough Scorpid Bracers",p:"inv_bracer_09",agi:7},{id:8257,type:"Leather",slot:"wrist",r:45,q:"2",i:"50",name:"Serpentskin Bracers",p:"inv_bracer_03",agi:3,sta:11},{id:8273,type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Valorous Wristguards",p:"inv_bracer_16",str:9,sta:4},{id:8295,type:"Leather",slot:"wrist",r:51,q:"2",i:"56",name:"Traveler's Bracers",p:"inv_bracer_03",agi:11,sta:6},{id:8302,type:"Mail",slot:"wrist",r:53,q:"2",i:"58",name:"Hero's Bracers",p:"inv_bracer_17",agi:4},{id:8311,type:"Plate",slot:"wrist",r:48,q:"2",i:"53",name:"Alabaster Plate Vambraces",p:"inv_bracer_16",agi:2,str:3,sta:12},{id:"9285|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of the Tiger",p:"inv_bracer_17",agi:6,str:6,rand:684},{id:"9285|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of the Bear",p:"inv_bracer_17",sta:6,str:6,rand:1194},{id:"9285|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of Strength",p:"inv_bracer_17",str:10,rand:191},{id:"9428|1194",type:"Leather",slot:"wrist",r:30,q:"3",i:"35",name:"Unearthed Bands of the Bear",p:"inv_bracer_06",ap:8,sta:6,str:6,rand:1194},{id:9535,type:"Mail",slot:"wrist",r:20,q:"2",i:"30",name:"Fire-welded Bracers",p:"inv_bracer_02",agi:6,sta:1},{id:"9785|672",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of the Tiger",p:"inv_bracer_13",agi:2,str:2,rand:672},{id:"9785|1182",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of the Bear",p:"inv_bracer_13",sta:2,str:2,rand:1182},{id:"9785|24",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of Strength",p:"inv_bracer_13",str:3,rand:24},{id:"9811|675",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of the Tiger",p:"inv_bracer_03",agi:3,str:3,rand:675},{id:"9811|1185",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of the Bear",p:"inv_bracer_03",sta:3,str:3,rand:1185},{id:"9811|115",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of Strength",p:"inv_bracer_03",str:5,rand:115},{id:"9837|678",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of the Tiger",p:"inv_bracer_03",agi:4,str:4,rand:678},{id:"9837|1188",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of the Bear",p:"inv_bracer_03",sta:4,str:4,rand:1188},{id:"9837|136",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of Strength",p:"inv_bracer_03",str:6,rand:136},{id:"9865|681",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"9865|1191",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"9865|189",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of Strength",p:"inv_bracer_07",str:8,rand:189},{id:"9896|684",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of the Tiger",p:"inv_bracer_17",agi:6,str:6,rand:684},{id:"9896|1194",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of the Bear",p:"inv_bracer_17",sta:6,str:6,rand:1194},{id:"9896|190",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of Strength",p:"inv_bracer_17",str:9,rand:190},{id:"9925|1197",type:"Leather",slot:"wrist",r:39,q:"2",i:"44",name:"Tracker's Wristguards of the Bear",p:"inv_bracer_09",sta:7,str:7,rand:1197},{id:"9949|1200",type:"Leather",slot:"wrist",r:43,q:"2",i:"48",name:"Chieftain's Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"9972|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of the Tiger",p:"inv_bracer_03",agi:6,str:6,rand:684},{id:"9972|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of the Bear",p:"inv_bracer_03",sta:6,str:6,rand:1194},{id:"9972|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of Strength",p:"inv_bracer_03",str:10,rand:191},{id:"10069|1200",type:"Leather",slot:"wrist",r:44,q:"2",i:"49",name:"Righteous Bracers of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"10094|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of the Tiger",p:"inv_bracer_08",agi:7,str:7,rand:687},{id:"10094|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of the Bear",p:"inv_bracer_08",sta:7,str:7,rand:1197},{id:"10094|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of Strength",p:"inv_bracer_08",str:10,rand:191},{id:"10107|1203",type:"Leather",slot:"wrist",r:49,q:"2",i:"54",name:"Wanderer's Bracers of the Bear",p:"inv_bracer_05",sta:9,str:9,rand:1203},{id:"10127|690",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of the Tiger",p:"inv_bracer_16",agi:8,str:8,rand:690},{id:"10127|1200",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"10127|193",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of Strength",p:"inv_bracer_16",str:12,rand:193},{id:"10147|694",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Mighty Armsplints of the Tiger",p:"inv_bracer_18",agi:10,str:9,rand:694},{id:"10147|1206",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Mighty Armsplints of the Bear",p:"inv_bracer_18",sta:10,str:10,rand:1206},{id:"10156|694",type:"Mail",slot:"wrist",r:55,q:"2",i:"60",name:"Mercurial Bracers of the Tiger",p:"inv_bracer_18",agi:10,str:9,rand:694},{id:"10171|693",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of the Tiger",p:"inv_bracer_14",agi:9,str:9,rand:693},{id:"10171|1203",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of the Bear",p:"inv_bracer_14",sta:9,str:9,rand:1203},{id:"10171|219",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of Strength",p:"inv_bracer_14",str:13,rand:219},{id:"10184|1203",type:"Leather",slot:"wrist",r:47,q:"2",i:"52",name:"Swashbuckler's Bracers of the Bear",p:"inv_bracer_03",sta:9,str:9,rand:1203},{id:"10202|690",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of the Tiger",p:"inv_bracer_03",agi:8,str:8,rand:690},{id:"10202|1200",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of the Bear",p:"inv_bracer_03",sta:8,str:8,rand:1200},{id:"10202|192",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of Strength",p:"inv_bracer_03",str:11,rand:192},{id:"10223|694",type:"Leather",slot:"wrist",r:53,q:"2",i:"58",name:"Nightshade Armguards of the Tiger",p:"inv_bracer_16",agi:10,str:9,rand:694},{id:"10223|1206",type:"Leather",slot:"wrist",r:53,q:"2",i:"58",name:"Nightshade Armguards of the Bear",p:"inv_bracer_16",sta:10,str:10,rand:1206},{id:"10239|690",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of the Tiger",p:"inv_bracer_03",agi:8,str:8,rand:690},{id:"10239|1200",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of the Bear",p:"inv_bracer_03",sta:8,str:8,rand:1200},{id:"10239|193",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of Strength",p:"inv_bracer_03",str:12,rand:193},{id:"10256|1206",type:"Leather",slot:"wrist",r:56,q:"2",i:"61",name:"Adventurer's Bracers of the Bear",p:"inv_bracer_13",sta:10,str:10,rand:1206},{id:"10282|693",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of the Tiger",p:"inv_bracer_03",agi:9,str:9,rand:693},{id:"10282|1203",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of the Bear",p:"inv_bracer_03",sta:9,str:9,rand:1203},{id:"10282|220",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of Strength",p:"inv_bracer_03",str:14,rand:220},{id:10358,type:"Mail",slot:"wrist",r:30,q:"2",i:"36",name:"Duracin Bracers",p:"inv_bracer_04",agi:7,sta:3},{id:"10377|696",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of the Tiger",p:"inv_bracer_13",agi:10,str:10,rand:696},{id:"10377|1206",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of the Bear",p:"inv_bracer_13",sta:10,str:10,rand:1206},{id:"10377|307",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of Strength",p:"inv_bracer_13",str:15,rand:307},{id:"10391|696",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of the Tiger",p:"inv_bracer_17",agi:10,str:10,rand:696},{id:"10391|1206",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of the Bear",p:"inv_bracer_17",sta:10,str:10,rand:1206},{id:"10391|307",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of Strength",p:"inv_bracer_17",str:15,rand:307},{id:10746,type:"Plate",slot:"wrist",r:40,q:"2",i:"50",name:"Runesteel Vambraces",p:"inv_bracer_17",str:2,sta:11},{id:"10800|694",type:"Leather",slot:"wrist",r:47,q:"3",i:"52",name:"Darkwater Bracers of the Tiger",p:"inv_bracer_08",resist:{shadow:7},agi:10,str:9,rand:694},{id:"10800|1206",type:"Leather",slot:"wrist",r:47,q:"3",i:"52",name:"Darkwater Bracers of the Bear",p:"inv_bracer_08",resist:{shadow:7},sta:10,str:10,rand:1206},{id:11679,type:"Mail",slot:"wrist",r:50,q:"3",i:"55",name:"Rubicund Armguards",p:"inv_bracer_13",agi:8,sta:14},{id:"11764|1206",type:"Leather",slot:"wrist",r:52,q:"3",i:"57",name:"Cinderhide Armsplints of the Bear",p:"inv_bracer_02",resist:{fire:10},sta:10,str:10,rand:1206},{id:"11767|696",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of the Tiger",p:"inv_bracer_18",resist:{fire:10},agi:10,str:10,rand:696},{id:"11767|1206",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of the Bear",p:"inv_bracer_18",resist:{fire:10},sta:10,str:10,rand:1206},{id:"11767|307",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of Strength",p:"inv_bracer_18",resist:{fire:10},str:15,rand:307},{id:12112,type:"Mail",slot:"wrist",r:48,q:"2",i:"56",name:"Crypt Demon Bracers",p:"inv_bracer_17",agi:14},{id:12425,type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Imperial Plate Bracers",p:"inv_bracer_19",str:9,sta:8},{id:12550,type:"Plate",slot:"wrist",r:48,q:"3",i:"53",name:"Runed Golem Shackles",p:"inv_bracer_17",str:14,d:4},{id:12936,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Battleborn Armbraces",p:"inv_bracer_17",hit:1,crit:1},{id:12966,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Blackmist Armguards",p:"inv_bracer_07",str:5,sta:13,resist:{shadow:10},hit:1},{id:13012,type:"Mail",slot:"wrist",r:22,q:"3",i:"27",name:"Yorgen Bracers",p:"inv_bracer_02",agi:3,str:6,sta:3},{id:13076,type:"Plate",slot:"wrist",r:43,q:"3",i:"48",name:"Giantslayer Bracers",p:"inv_bracer_17",agi:5,str:10,sta:6},{id:13120,type:"Leather",slot:"wrist",r:50,q:"3",i:"55",name:"Deepfury Bracers",p:"inv_bracer_07",agi:15,str:4,sta:4},{id:13135,type:"Mail",slot:"wrist",r:54,q:"3",i:"59",name:"Lordly Armguards",p:"inv_bracer_17",agi:7,str:7,sta:8},{id:13199,type:"Mail",slot:"wrist",r:36,q:"3",i:"41",name:"Crushridge Bindings",p:"inv_bracer_19",str:5,sta:11},{id:13211,type:"Mail",slot:"wrist",r:55,q:"3",i:"60",name:"Slashclaw Bracers",p:"inv_bracer_07",agi:7,sta:7,hit:1},{id:13400,type:"Plate",slot:"wrist",r:54,q:"3",i:"59",name:"Vambraces of the Sadist",p:"inv_bracer_17",str:6,sta:7,crit:1},{id:13951,type:"Plate",slot:"wrist",r:57,q:"3",i:"62",name:"Vigorsteel Vambraces",p:"inv_bracer_18",agi:7,sta:17},{id:14147,type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Cavedweller Bracers",p:"inv_bracer_07",str:1,sta:2},{id:14550,type:"Leather",slot:"wrist",r:44,q:"4",i:"49",name:"Bladebane Armguards",p:"inv_bracer_09",agi:10,str:6,sta:10},{id:14561,type:"Leather",slot:"wrist",r:12,q:"2",i:"17",name:"Prospector's Cuffs",p:"inv_bracer_07",agi:2,sta:1},{id:14569,type:"Leather",slot:"wrist",r:17,q:"2",i:"22",name:"Bristlebark Bindings",p:"inv_bracer_08",agi:3,str:2},{id:14590,type:"Leather",slot:"wrist",r:30,q:"2",i:"35",name:"Hawkeye's Bracers",p:"inv_bracer_04",agi:6,str:4},{id:14600,type:"Leather",slot:"wrist",r:35,q:"2",i:"40",name:"Warden's Wristbands",p:"inv_bracer_09",agi:3},{id:14654,type:"Leather",slot:"wrist",r:39,q:"2",i:"44",name:"Scorpashi Wristbands",p:"inv_bracer_03",agi:6,sta:7},{id:14672,type:"Leather",slot:"wrist",r:48,q:"2",i:"53",name:"Pridelord Bands",p:"inv_bracer_03",agi:10,str:5,sta:3},{id:14750,type:"Mail",slot:"wrist",r:23,q:"2",i:"28",name:"Slayer's Cuffs",p:"inv_bracer_11",str:4,sta:4},{id:14759,type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Enduring Bracers",p:"inv_bracer_07",agi:2,str:3,sta:5},{id:14770,type:"Mail",slot:"wrist",r:35,q:"2",i:"40",name:"Ravager's Armguards",p:"inv_bracer_02",agi:4,str:7},{id:14778,type:"Mail",slot:"wrist",r:40,q:"2",i:"45",name:"Khan's Bindings",p:"inv_bracer_03",str:6,sta:5},{id:14807,type:"Mail",slot:"wrist",r:48,q:"2",i:"53",name:"Bloodlust Bracelets",p:"inv_bracer_03",agi:11},{id:14834,type:"Plate",slot:"wrist",r:40,q:"2",i:"43",name:"Tyrant's Armguards",p:"inv_bracer_13",str:4,sta:7},{id:14853,type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Sunscale Wristguards",p:"inv_bracer_09",str:6,sta:8},{id:14869,type:"Plate",slot:"wrist",r:53,q:"2",i:"58",name:"Warleader's Bracers",p:"inv_bracer_07",str:2,sta:13},{id:"14903|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of the Tiger",p:"inv_bracer_04",agi:6,str:6,rand:684},{id:"14903|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of the Bear",p:"inv_bracer_04",sta:6,str:6,rand:1194},{id:"14903|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of Strength",p:"inv_bracer_04",str:10,rand:191},{id:"14910|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of the Tiger",p:"inv_bracer_13",agi:7,str:7,rand:687},{id:"14910|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of the Bear",p:"inv_bracer_13",sta:7,str:7,rand:1197},{id:"14910|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of Strength",p:"inv_bracer_13",str:10,rand:191},{id:"14914|690",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of the Tiger",p:"inv_bracer_12",agi:8,str:8,rand:690},{id:"14914|1200",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of the Bear",p:"inv_bracer_12",sta:8,str:8,rand:1200},{id:"14914|192",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of Strength",p:"inv_bracer_12",str:11,rand:192},{id:"14923|690",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of the Tiger",p:"inv_bracer_14",agi:8,str:8,rand:690},{id:"14923|1200",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"14923|193",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of Strength",p:"inv_bracer_14",str:12,rand:193},{id:"14938|693",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of the Tiger",p:"inv_bracer_14",agi:9,str:9,rand:693},{id:"14938|1203",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of the Bear",p:"inv_bracer_14",sta:9,str:9,rand:1203},{id:"14938|220",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of Strength",p:"inv_bracer_14",str:14,rand:220},{id:"14941|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of the Tiger",p:"inv_bracer_19",agi:6,str:6,rand:684},{id:"14941|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of the Bear",p:"inv_bracer_19",sta:6,str:6,rand:1194},{id:"14941|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of Strength",p:"inv_bracer_19",str:10,rand:191},{id:"14956|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of the Tiger",p:"inv_bracer_09",agi:7,str:7,rand:687},{id:"14956|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of the Bear",p:"inv_bracer_09",sta:7,str:7,rand:1197},{id:"14956|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of Strength",p:"inv_bracer_09",str:10,rand:191},{id:"14965|690",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of the Tiger",p:"inv_bracer_13",agi:8,str:8,rand:690},{id:"14965|1200",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of the Bear",p:"inv_bracer_13",sta:8,str:8,rand:1200},{id:"14965|193",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of Strength",p:"inv_bracer_13",str:12,rand:193},{id:"14974|693",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of the Tiger",p:"inv_bracer_19",agi:9,str:9,rand:693},{id:"14974|1203",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of the Bear",p:"inv_bracer_19",sta:9,str:9,rand:1203},{id:"14974|220",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of Strength",p:"inv_bracer_19",str:14,rand:220},{id:"14983|696",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of the Tiger",p:"inv_bracer_09",agi:10,str:10,rand:696},{id:"14983|1206",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of the Bear",p:"inv_bracer_09",sta:10,str:10,rand:1206},{id:"14983|307",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of Strength",p:"inv_bracer_09",str:15,rand:307},{id:15084,type:"Leather",slot:"wrist",r:48,q:"2",i:"53",name:"Wicked Leather Bracers",p:"inv_bracer_07",agi:11,sta:5},{id:"15163|1197",type:"Leather",slot:"wrist",r:38,q:"2",i:"43",name:"Imposing Bracers of the Bear",p:"inv_bracer_16",sta:7,str:7,rand:1197},{id:"15172|1200",type:"Leather",slot:"wrist",r:42,q:"2",i:"47",name:"Potent Bands of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"15182|1200",type:"Leather",slot:"wrist",r:46,q:"2",i:"51",name:"Praetorian Wristbands of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"15188|1203",type:"Leather",slot:"wrist",r:52,q:"2",i:"57",name:"Grand Armguards of the Bear",p:"inv_bracer_18",sta:9,str:9,rand:1203},{id:"15377|1194",type:"Leather",slot:"wrist",r:37,q:"2",i:"42",name:"Wolf Rider's Wristbands of the Bear",p:"inv_bracer_09",sta:6,str:6,rand:1194},{id:"15380|1200",type:"Leather",slot:"wrist",r:41,q:"2",i:"46",name:"Rageclaw Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"15387|1200",type:"Leather",slot:"wrist",r:45,q:"2",i:"50",name:"Jadefire Bracelets of the Bear",p:"inv_bracer_06",sta:8,str:8,rand:1200},{id:"15425|1203",type:"Leather",slot:"wrist",r:50,q:"2",i:"55",name:"Peerless Bracers of the Bear",p:"inv_bracer_02",sta:9,str:9,rand:1203},{id:"15436|694",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Supreme Bracers of the Tiger",p:"inv_bracer_15",agi:10,str:9,rand:694},{id:"15436|1206",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Supreme Bracers of the Bear",p:"inv_bracer_15",sta:10,str:10,rand:1206},{id:15459,type:"Mail",slot:"wrist",r:24,q:"2",i:"28",name:"Grimtoll Wristguards",p:"inv_bracer_02",agi:1,str:5,sta:2},{id:15462,type:"Leather",slot:"wrist",r:23,q:"2",i:"25",name:"Loamflake Bracers",p:"inv_bracer_07",agi:5},{id:"15495|669",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of the Tiger",p:"inv_bracer_10",agi:1,str:1,rand:669},{id:"15495|1179",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of the Bear",p:"inv_bracer_10",sta:1,str:1,rand:1179},{id:"15495|23",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of Strength",p:"inv_bracer_10",str:2,rand:23},{id:"15499|672",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of the Tiger",p:"inv_bracer_13",agi:2,str:2,rand:672},{id:"15499|1182",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of the Bear",p:"inv_bracer_13",sta:2,str:2,rand:1182},{id:"15499|24",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of Strength",p:"inv_bracer_13",str:3,rand:24},{id:"15507|672",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of the Tiger",p:"inv_bracer_09",agi:2,str:2,rand:672},{id:"15507|1182",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of the Bear",p:"inv_bracer_09",sta:2,str:2,rand:1182},{id:"15507|97",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of Strength",p:"inv_bracer_09",str:4,rand:97},{id:"15517|678",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of the Tiger",p:"inv_bracer_16",agi:4,str:4,rand:678},{id:"15517|1188",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of the Bear",p:"inv_bracer_16",sta:4,str:4,rand:1188},{id:"15517|115",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of Strength",p:"inv_bracer_16",str:5,rand:115},{id:"15532|678",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of the Tiger",p:"inv_bracer_16",agi:4,str:4,rand:678},{id:"15532|1188",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of the Bear",p:"inv_bracer_16",sta:4,str:4,rand:1188},{id:"15532|115",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of Strength",p:"inv_bracer_16",str:5,rand:115},{id:"15535|678",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of the Tiger",p:"inv_bracer_07",agi:4,str:4,rand:678},{id:"15535|1188",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of the Bear",p:"inv_bracer_07",sta:4,str:4,rand:1188},{id:"15535|136",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of Strength",p:"inv_bracer_07",str:6,rand:136},{id:"15545|678",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of the Tiger",p:"inv_bracer_06",agi:4,str:4,rand:678},{id:"15545|1188",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of the Bear",p:"inv_bracer_06",sta:4,str:4,rand:1188},{id:"15545|136",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of Strength",p:"inv_bracer_06",str:6,rand:136},{id:"15556|681",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"15556|1191",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"15556|155",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of Strength",p:"inv_bracer_07",str:7,rand:155},{id:"15566|681",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of the Tiger",p:"inv_bracer_16",agi:5,str:5,rand:681},{id:"15566|1191",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of the Bear",p:"inv_bracer_16",sta:5,str:5,rand:1191},{id:"15566|189",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of Strength",p:"inv_bracer_16",str:8,rand:189},{id:"15577|681",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of the Tiger",p:"inv_bracer_10",agi:5,str:5,rand:681},{id:"15577|1191",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of the Bear",p:"inv_bracer_10",sta:5,str:5,rand:1191},{id:"15577|189",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of Strength",p:"inv_bracer_10",str:8,rand:189},{id:"15590|684",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of the Tiger",p:"inv_bracer_13",agi:6,str:6,rand:684},{id:"15590|1194",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of the Bear",p:"inv_bracer_13",sta:6,str:6,rand:1194},{id:"15590|190",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of Strength",p:"inv_bracer_13",str:9,rand:190},{id:"15668|694",type:"Mail",slot:"wrist",r:53,q:"2",i:"58",name:"Magnificent Bracers of the Tiger",p:"inv_bracer_10",agi:10,str:9,rand:694},{id:15797,type:"Plate",slot:"wrist",r:52,q:"2",i:"59",name:"Shining Armplates",p:"inv_bracer_18",str:2,sta:13},{id:15860,type:"Plate",slot:"wrist",r:57,q:"2",i:"60",name:"Blinkstrike Armguards",p:"inv_bracer_17",str:3,crit:1},{id:16481,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Marshal's Plate Bracers",p:"inv_bracer_18",agi:7,str:17,sta:17},{id:16546,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"General's Plate Armguards",p:"inv_bracer_19",agi:7,str:17,sta:17},{id:16794,type:"Mail",slot:"wrist",r:32,q:"2",i:"38",name:"Gripsteel Wristguards",p:"inv_bracer_07",agi:3,str:5,sta:5},{id:17714,type:"Mail",slot:"wrist",r:49,q:"3",i:"54",name:"Bracers of the Stone Princess",p:"inv_bracer_14",sta:6,ap:30},{id:18296,type:"Mail",slot:"wrist",r:51,q:"3",i:"56",name:"Marksman Bands",p:"inv_bracer_06",agi:12,sta:6},{id:18351,type:"Plate",slot:"wrist",r:56,q:"2",i:"61",name:"Magically Sealed Bracers",p:"inv_bracer_18",d:3},{id:18375,type:"Leather",slot:"wrist",r:57,q:"3",i:"62",name:"Bracers of the Eclipse",p:"inv_bracer_07",agi:10,sta:9,ap:24},{id:18394,type:"Mail",slot:"wrist",r:57,q:"3",i:"62",name:"Demon Howl Wristguards",p:"inv_bracer_05",sta:17,ap:14},{id:18533,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Gordok Bracers of Power",p:"inv_bracer_14",str:17,sta:7},{id:18700,type:"Leather",slot:"wrist",r:53,q:"3",i:"58",name:"Malefic Bracers",p:"inv_bracer_07",agi:7,sta:16},{id:18710,type:"Leather",slot:"wrist",r:45,q:"3",i:"50",name:"Arena Bracers",p:"inv_bracer_08",agi:6,sta:14},{id:18711,type:"Mail",slot:"wrist",r:45,q:"3",i:"50",name:"Arena Bands",p:"inv_bracer_03",sta:6,ap:28},{id:18754,type:"Plate",slot:"wrist",r:57,q:"3",i:"62",name:"Fel Hardened Bracers",p:"inv_bracer_15",str:12,sta:12,d:3},{id:18812,type:"Mail",slot:"wrist",r:60,q:"4",i:"71",name:"Wristguards of True Flight",p:"inv_bracer_02",agi:19,sta:11,hit:1},{id:18948,type:"Leather",slot:"wrist",r:27,q:"3",i:"32",name:"Barbaric Bracers",p:"inv_bracer_15",agi:4,sta:6},{id:19112,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Frozen Steel Vambraces",p:"inv_bracer_18",agi:11,str:12,sta:7},{id:19113,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Yeti Hide Bracers",p:"inv_bracer_08",agi:8,str:7,sta:14},{id:19508,type:"Leather",slot:"wrist",r:36,q:"2",i:"41",name:"Branded Leather Bracers",p:"inv_bracer_11",sta:4,ap:14},{id:19578,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Berserker Bracers",p:"inv_bracer_06",agi:8,str:19,sta:11},{id:19580,type:"Plate",slot:"wrist",r:50,q:"4",i:"55",name:"Berserker Bracers",p:"inv_bracer_06",agi:7,str:17,sta:9},{id:19581,type:"Plate",slot:"wrist",r:40,q:"4",i:"45",name:"Berserker Bracers",p:"inv_bracer_06",agi:6,str:14,sta:8},{id:19582,type:"Mail",slot:"wrist",r:60,q:"4",i:"65",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:8,ap:38},{id:19583,type:"Mail",slot:"wrist",r:50,q:"4",i:"55",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:7,ap:34},{id:19584,type:"Mail",slot:"wrist",r:40,q:"4",i:"45",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:6,ap:28},{id:19587,type:"Leather",slot:"wrist",r:60,q:"4",i:"65",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:19,str:11,sta:8},{id:19589,type:"Leather",slot:"wrist",r:50,q:"4",i:"55",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:17,str:9,sta:7},{id:19590,type:"Leather",slot:"wrist",r:40,q:"4",i:"45",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:14,str:8,sta:6},{id:19687,type:"Leather",slot:"wrist",r:60,q:"3",i:"65",name:"Primal Batskin Bracers",p:"inv_bracer_07",agi:14,sta:7,hit:1},{id:19824,type:"Plate",slot:"wrist",r:60,q:"4",i:"61",name:"Zandalar Vindicator's Armguards",p:"inv_bracer_14",agi:13,str:13,sta:13},{id:20481,type:"Mail",slot:"wrist",r:57,q:"3",i:"62",name:"Spitfire Bracers",p:"inv_bracer_05",agi:9},{id:20615,type:"Leather",slot:"wrist",r:60,q:"4",i:"71",name:"Dragonspur Wraps",p:"inv_bracer_15",sta:17,resist:{fire:4,nature:4,frost:4,shadow:4},ap:32},{id:20616,type:"Plate",slot:"wrist",r:60,q:"4",i:"71",name:"Dragonbone Wristguards",p:"inv_bracer_14",str:9,sta:13},{id:20681,type:"Leather",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Leather Bracers of Striking",p:"inv_bracer_10",str:11,agi:11,sta:12,rand:2163},{id:20684,type:"Mail",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Mail Armguards of Striking",p:"inv_bracer_07",str:11,agi:11,sta:12,rand:2163},{id:20687,type:"Plate",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Plate Vambraces of Striking",p:"inv_bracer_19",str:11,agi:11,sta:12,rand:2163},{id:21184,type:"Plate",slot:"wrist",r:60,q:"4",i:"62",name:"Deeprock Bracers",p:"inv_bracer_07",agi:10,str:19,sta:8},{id:22205,type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Black Steel Bindings",p:"inv_bracer_14",agi:7,str:10,sta:10},{id:22423,type:"Plate",slot:"wrist",r:60,q:"4",i:"88",name:"Dreadnaught Bracers",p:"inv_bracer_15",str:14,sta:28,d:5},{id:22663,type:"Leather",slot:"wrist",r:60,q:"4",i:"80",name:"Polar Bracers",p:"inv_bracer_07",agi:12,sta:20,resist:{frost:20}},{id:22665,type:"Mail",slot:"wrist",r:60,q:"4",i:"80",name:"Icy Scale Bracers",p:"inv_bracer_07",sta:17,resist:{frost:20},ap:32},{id:22668,type:"Leather",slot:"wrist",r:55,q:"4",i:"60",name:"Bracers of Subterfuge",p:"inv_bracer_04",agi:15,str:10,sta:12},{id:22671,type:"Plate",slot:"wrist",r:60,q:"4",i:"80",name:"Icebane Bracers",p:"inv_bracer_07",str:6,sta:13,resist:{frost:24},d:5},{id:23090,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Bracers of Undead Slaying",p:"inv_bracer_14",sta:10,ap:45},{id:23092,type:"Mail",slot:"wrist",r:58,q:"3",i:"63",name:"Wristguards of Undead Slaying",p:"inv_bracer_16",sta:10,ap:45},{id:23093,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Wristwraps of Undead Slaying",p:"inv_bracer_08",sta:10,ap:45},{id:204804,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Hydraxian Bangles",p:"inv_bracer_19",str:4,sta:7},{id:209524,type:"Leather",slot:"wrist",r:25,q:"3",i:"30",name:"Bindings of Serra'kis",p:"inv_bracer_08",str:6,sta:4},{id:211463,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Chittering Beetle Clasps",p:"inv_bracer_06",agi:4,sta:7},{id:213317,type:"Mail",slot:"wrist",r:40,q:"3",i:"45",name:"Experimental Aim Stabilizers",p:"inv_bracer_16",agi:7,ap:22},{id:213318,type:"Leather",slot:"wrist",r:40,q:"3",i:"45",name:"Ornate Dark Iron Bangles",p:"inv_bracer_12",hit:1},{id:216701,type:"Plate",slot:"wrist",r:40,q:"3",i:"45",name:"Sergeant Major's Plate Wristguards",p:"inv_bracer_18",str:5,sta:12},{id:216705,type:"Plate",slot:"wrist",r:40,q:"3",i:"45",name:"First Sergeant's Plate Bracers",p:"inv_bracer_19",str:5,sta:12},{id:217305,type:"Mail",slot:"wrist",r:35,q:"3",i:"40",name:"Revelosh's Armguards",p:"inv_bracer_16",agi:9},{id:220537,type:"Leather",slot:"wrist",r:50,q:"3",i:"55",name:"Dreamer's Darkwater Bracers",p:"inv_bracer_08",agi:6,sta:16},{id:220539,type:"Plate",slot:"wrist",r:50,q:"3",i:"55",name:"Warbands of Sacrifice",p:"inv_bracer_17",str:8,sta:12,block:10},{id:221026,type:"Leather",slot:"wrist",r:50,q:"4",i:"55",name:"Void-Powered Slayer's Vambraces",p:"inv_misc_enggizmos_20",agi:18,str:9,sta:5},{id:221027,type:"Plate",slot:"wrist",r:50,q:"4",i:"55",name:"Void-Powered Protector's Vambraces",p:"inv_misc_enggizmos_20",str:10,sta:12,block:19},{id:223537,type:"Plate",slot:"wrist",r:40,q:"3",i:"42",name:"Skullplate Bracers",p:"inv_bracer_14",str:8,sta:9},{id:226484,type:"Plate",slot:"wrist",r:60,q:"4",i:"66",name:"Bracers of Might",p:"inv_bracer_19",str:11,sta:19,hit:1},{id:226499,type:"Plate",slot:"wrist",r:60,q:"4",i:"66",name:"Armguards of Might",p:"inv_bracer_19",str:19,sta:11,hit:1},{id:226766,type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Bracers of Valor",p:"inv_bracer_18",agi:5,str:13,sta:8},{id:226863,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Bracers of Heroism",p:"inv_bracer_18",agi:8,str:15,sta:6},{id:226865,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Wristguards of Heroism",p:"inv_bracer_18",agi:5,str:9,sta:14,d:5},{id:226873,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Wrists of Heroism",p:"inv_bracer_18",agi:5,str:9,sta:14,d:3},{id:227986,type:"Leather",slot:"wrist",r:55,q:"3",i:"60",name:"Wristguards of Renown",p:"inv_bracer_10",agi:10,str:9,sta:10},{id:228127,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Wristguards of Instability",p:"inv_bracer_15",str:24,sta:8},{id:228246,type:"Leather",slot:"wrist",r:60,q:"4",i:"66",name:"Wristguards of Stability",p:"inv_bracer_04",str:25,sta:7}],hands:[{id:720,type:"Leather",slot:"hands",r:23,q:"3",i:"28",name:"Brawler Gloves",p:"inv_gauntlets_05",str:8,sta:7},{id:867,type:"Leather",slot:"hands",r:37,q:"4",i:"42",name:"Gloves of Holy Might",p:"inv_gauntlets_06",crit:1,ap:20},{id:888,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Naga Battle Gloves",p:"inv_gauntlets_13",str:4,sta:4},{id:1302,type:"Leather",slot:"hands",r:14,q:"2",i:"18",name:"Black Whelp Gloves",p:"inv_gauntlets_17",agi:3,str:2},{id:1303,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Bridgeworker's Gloves",p:"inv_gauntlets_04",str:4},{id:1314,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Ghoul Fingers",p:"inv_gauntlets_13",agi:3,str:3},{id:1448,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Blackrock Gauntlets",p:"inv_gauntlets_04",agi:3,str:3},{id:1944,type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Metalworking Gloves",p:"inv_gauntlets_04",str:3,sta:1},{id:1978,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Wolfclaw Gloves",p:"inv_gauntlets_04",agi:6,str:5,sta:6},{id:1988,type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Chief Brigadier Gauntlets",p:"inv_gauntlets_22",str:6,sta:6},{id:2036,type:"Leather",slot:"hands",r:14,q:"2",i:"18",name:"Dusty Mining Gloves",p:"inv_gauntlets_05",agi:2,str:3},{id:2167,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Foreman's Gloves",p:"inv_gauntlets_21",str:5},{id:2230,type:"Mail",slot:"hands",r:21,q:"2",i:"24",name:"Gloves of Brawn",p:"inv_gauntlets_05",str:6},{id:2274,type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Sapper's Gloves",p:"inv_gauntlets_03",agi:2,str:3},{id:2976,type:"Leather",slot:"hands",r:10,q:"2",i:"15",name:"Hunting Gloves",p:"inv_gauntlets_05",agi:2,sta:1},{id:2980,type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Veteran Gloves",p:"inv_gauntlets_05",str:3},{id:2988,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Inscribed Leather Gloves",p:"inv_gauntlets_18",agi:2},{id:2992,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Burnished Gloves",p:"inv_gauntlets_10",agi:2,str:4},{id:3047,type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Lambent Scale Gloves",p:"inv_gauntlets_11",agi:3,str:6},{id:3058,type:"Leather",slot:"hands",r:20,q:"2",i:"25",name:"Forest Leather Gloves",p:"inv_gauntlets_21",agi:4,sta:4},{id:3314,type:"Leather",slot:"hands",r:10,q:"2",i:"15",name:"Ceremonial Leather Gloves",p:"inv_gauntlets_18",agi:2,str:2},{id:3341,type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Gauntlets of Ogre Strength",p:"inv_gauntlets_04",str:3,ap:16},{id:3458,type:"Mail",slot:"hands",r:12,q:"2",i:"18",name:"Rugged Mail Gloves",p:"inv_gauntlets_04",str:3,sta:1},{id:"3474|672",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of the Tiger",p:"inv_gauntlets_05",agi:2,str:2,rand:672},{id:"3474|1182",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of the Bear",p:"inv_gauntlets_05",sta:2,str:2,rand:1182},{id:"3474|24",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of Strength",p:"inv_gauntlets_05",str:3,rand:24},{id:3483,type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Silvered Bronze Gauntlets",p:"inv_gauntlets_05",str:4,sta:4},{id:3485,type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Green Iron Gauntlets",p:"inv_gauntlets_05",str:5,sta:6},{id:3559,type:"Mail",slot:"hands",r:17,q:"2",i:"21",name:"Night Watch Gauntlets",p:"inv_gauntlets_04",agi:1,str:4},{id:3754,type:"Leather",slot:"hands",r:30,q:"2",i:"33",name:"Shepherd's Gloves",p:"inv_gauntlets_21",agi:6,str:7},{id:4063,type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Imperial Leather Gloves",p:"inv_gauntlets_25",agi:9,str:9},{id:4072,type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Glimmering Mail Gauntlets",p:"inv_gauntlets_03",agi:3,str:7},{id:4075,type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Mail Combat Gauntlets",p:"inv_gauntlets_25",agi:4,str:8},{id:4083,type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Blackforge Gauntlets",p:"inv_gauntlets_32",agi:4},{id:4107,type:"Leather",slot:"hands",r:28,q:"2",i:"37",name:"Tiger Hunter Gloves",p:"inv_gauntlets_04",agi:8,str:7},{id:4253,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Toughened Leather Gloves",p:"inv_gauntlets_24",agi:6,sta:3},{id:4254,type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Barbaric Gloves",p:"inv_gauntlets_05",agi:4,sta:5},{id:4465,type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Bonefist Gauntlets",p:"inv_gauntlets_09",str:8,sta:3},{id:4509,type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Seawolf Gloves",p:"inv_gauntlets_23",agi:3,str:11},{id:4676,type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Skeletal Gauntlets",p:"inv_gauntlets_03",str:3},{id:4980,type:"Leather",slot:"hands",r:30,q:"2",i:"37",name:"Prospector Gloves",p:"inv_gauntlets_04",agi:8},{id:5299,type:"Leather",slot:"hands",r:10,q:"2",i:"20",name:"Gloves of the Moon",p:"inv_gauntlets_18",agi:3,sta:3},{id:5312,type:"Mail",slot:"hands",r:13,q:"2",i:"20",name:"Riveted Gauntlets",p:"inv_gauntlets_04",str:4,sta:1},{id:5629,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Hammerfist Gloves",p:"inv_gauntlets_05",agi:3,str:3},{id:5822,type:"Mail",slot:"hands",r:0,q:"2",i:"24",name:"Hedgeseed Gauntlets",p:"inv_gauntlets_04",str:5,sta:2},{id:6397,type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Emblazoned Gloves",p:"inv_gauntlets_24",agi:5,sta:6},{id:6408,type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Insignia Gloves",p:"inv_gauntlets_21",agi:6,str:7},{id:6419,type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Glyphed Mitts",p:"inv_gauntlets_14",agi:7,str:8},{id:6467,type:"Leather",slot:"hands",r:16,q:"2",i:"21",name:"Deviate Scale Gloves",p:"inv_gauntlets_05",agi:3,sta:3},{id:6481,type:"Mail",slot:"hands",r:15,q:"2",i:"23",name:"Dagmire Gauntlets",p:"inv_gauntlets_05",agi:2,str:5},{id:"6547|675",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of the Tiger",p:"inv_gauntlets_12",agi:3,str:3,rand:675},{id:"6547|1185",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of the Bear",p:"inv_gauntlets_12",sta:3,str:3,rand:1185},{id:"6547|97",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of Strength",p:"inv_gauntlets_12",str:4,rand:97},{id:"6554|675",type:"Leather",slot:"hands",r:12,q:"2",i:"17",name:"Bard's Gloves of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"6554|1185",type:"Leather",slot:"hands",r:12,q:"2",i:"17",name:"Bard's Gloves of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:"6577|678",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:4,str:4,rand:678},{id:"6577|1188",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of the Bear",p:"inv_gauntlets_11",sta:4,str:4,rand:1188},{id:"6577|136",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of Strength",p:"inv_gauntlets_11",str:6,rand:136},{id:"6586|678",type:"Leather",slot:"hands",r:18,q:"2",i:"23",name:"Scouting Gloves of the Tiger",p:"inv_gauntlets_27",agi:4,str:4,rand:678},{id:"6586|1188",type:"Leather",slot:"hands",r:18,q:"2",i:"23",name:"Scouting Gloves of the Bear",p:"inv_gauntlets_27",sta:4,str:4,rand:1188},{id:"6595|684",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:6,str:6,rand:684},{id:"6595|1194",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of the Bear",p:"inv_gauntlets_26",sta:6,str:6,rand:1194},{id:"6595|189",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of Strength",p:"inv_gauntlets_26",str:8,rand:189},{id:"6605|684",type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Dervish Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"6605|1194",type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Dervish Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:6727,type:"Leather",slot:"hands",r:29,q:"2",i:"41",name:"Razzeric's Racing Grips",p:"inv_gauntlets_24",agi:8,sta:9},{id:6732,type:"Leather",slot:"hands",r:28,q:"2",i:"38",name:"Gnomish Mechanic's Gloves",p:"inv_gauntlets_15",str:8},{id:6733,type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Ironforge Gauntlets",p:"inv_gauntlets_05",ap:12},{id:6784,type:"Leather",slot:"hands",r:30,q:"2",i:"36",name:"Braced Handguards",p:"inv_gauntlets_04",agi:7,sta:7},{id:6794,type:"Leather",slot:"hands",r:30,q:"2",i:"40",name:"Stormfire Gauntlets",p:"inv_gauntlets_26",str:10},{id:6906,type:"Mail",slot:"hands",r:23,q:"3",i:"28",name:"Algae Fists",p:"inv_gauntlets_10",str:10,sta:4},{id:6974,type:"Mail",slot:"hands",r:20,q:"2",i:"31",name:"Fire Hardened Gauntlets",p:"inv_gauntlets_04",str:6,sta:6},{id:7129,type:"Mail",slot:"hands",r:20,q:"2",i:"31",name:"Brutal Gauntlets",p:"inv_gauntlets_04",str:6,sta:6},{id:7284,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Red Whelp Gloves",p:"inv_gauntlets_05",proc:{magic:!0,dmg:20,chance:5}},{id:7285,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Nimble Leather Gloves",p:"inv_gauntlets_05",agi:4},{id:7348,type:"Leather",slot:"hands",r:20,q:"2",i:"25",name:"Fletcher's Gloves",p:"inv_gauntlets_05",crit:1},{id:7358,type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Pilferer's Gloves",p:"inv_gauntlets_05",agi:8},{id:7359,type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Heavy Earthen Gloves",p:"inv_gauntlets_23",ap:16},{id:"7412|684",type:"Leather",slot:"hands",r:27,q:"2",i:"32",name:"Infiltrator Gloves of the Tiger",p:"inv_gauntlets_22",agi:6,str:6,rand:684},{id:"7412|1194",type:"Leather",slot:"hands",r:27,q:"2",i:"32",name:"Infiltrator Gloves of the Bear",p:"inv_gauntlets_22",sta:6,str:6,rand:1194},{id:"7421|684",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"7421|1194",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"7421|190",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"7443|690",type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Sentinel Gloves of the Tiger",p:"inv_gauntlets_05",agi:8,str:8,rand:690},{id:"7443|1200",type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Sentinel Gloves of the Bear",p:"inv_gauntlets_05",sta:8,str:8,rand:1200},{id:"7457|690",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:8,str:8,rand:690},{id:"7457|1200",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of the Bear",p:"inv_gauntlets_28",sta:8,str:8,rand:1200},{id:"7457|193",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of Strength",p:"inv_gauntlets_28",str:12,rand:193},{id:"7480|693",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"7480|1203",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"7480|6",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of Strength",p:"inv_gauntlets_25",str:1,rand:6},{id:"7489|693",type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Captain's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:9,str:9,rand:693},{id:"7489|1203",type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Captain's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:9,str:9,rand:1203},{id:"7530|696",type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Cabalist Gloves of the Tiger",p:"inv_gauntlets_22",agi:10,str:10,rand:696},{id:"7530|1206",type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Cabalist Gloves of the Bear",p:"inv_gauntlets_22",sta:10,str:10,rand:1206},{id:"7541|696",type:"Mail",slot:"hands",r:41,q:"2",i:"46",name:"Champion's Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:10,str:10,rand:696},{id:"7541|1206",type:"Mail",slot:"hands",r:41,q:"2",i:"46",name:"Champion's Gauntlets of the Bear",p:"inv_gauntlets_29",sta:10,str:10,rand:1206},{id:7606,type:"Mail",slot:"hands",r:15,q:"2",i:"22",name:"Polar Gauntlets",p:"inv_gauntlets_04",str:5},{id:7690,type:"Leather",slot:"hands",r:30,q:"3",i:"35",name:"Ebon Vise",p:"inv_gauntlets_32",agi:6,str:4,sta:8},{id:7724,type:"Mail",slot:"hands",r:39,q:"3",i:"44",name:"Gauntlets of Divinity",p:"inv_gauntlets_19",sta:7,ap:32},{id:7917,type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Barbaric Iron Gloves",p:"inv_gauntlets_31",str:11},{id:7927,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Ornate Mithril Gloves",p:"inv_gauntlets_31",crit:1},{id:7938,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Truesilver Gauntlets",p:"inv_gauntlets_29",str:16,sta:7},{id:8121,type:"Leather",slot:"hands",r:42,q:"2",i:"47",name:"Heraldic Gloves",p:"inv_gauntlets_15",agi:10,str:10},{id:8139,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Chromite Gauntlets",p:"inv_gauntlets_28",agi:4,str:12},{id:8158,type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Jouster's Gauntlets",p:"inv_gauntlets_17",agi:3,str:11},{id:8204,type:"Mail",slot:"hands",r:40,q:"2",i:"45",name:"Tough Scorpid Gloves",p:"inv_gauntlets_24",agi:10},{id:8260,type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Serpentskin Gloves",p:"inv_gauntlets_15",agi:11,str:11},{id:8276,type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Valorous Gauntlets",p:"inv_gauntlets_29",str:14,sta:2},{id:8298,type:"Leather",slot:"hands",r:52,q:"2",i:"57",name:"Traveler's Gloves",p:"inv_gauntlets_15",str:13},{id:8305,type:"Mail",slot:"hands",r:54,q:"2",i:"59",name:"Hero's Gauntlets",p:"inv_gauntlets_09",agi:13},{id:8314,type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Alabaster Plate Gauntlets",p:"inv_gauntlets_26",agi:7,str:14},{id:8346,type:"Leather",slot:"hands",r:41,q:"3",i:"46",name:"Gauntlets of the Sea",p:"inv_gauntlets_30",agi:7},{id:8347,type:"Mail",slot:"hands",r:40,q:"3",i:"45",name:"Dragonscale Gauntlets",p:"inv_gauntlets_10",sta:7,crit:1},{id:"9287|693",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:9,str:9,rand:693},{id:"9287|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of the Bear",p:"inv_gauntlets_04",sta:9,str:9,rand:1203},{id:"9287|219",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of Strength",p:"inv_gauntlets_04",str:13,rand:219},{id:"9410|699",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of the Tiger",p:"inv_gauntlets_12",d:5,agi:11,str:11,rand:699},{id:"9410|1209",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of the Bear",p:"inv_gauntlets_12",d:5,sta:11,str:11,rand:1209},{id:"9410|308",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of Strength",p:"inv_gauntlets_12",d:5,str:16,rand:308},{id:9435,type:"Mail",slot:"hands",r:31,q:"3",i:"36",name:"Reticulated Bone Gauntlets",p:"inv_gauntlets_11",str:13,sta:5},{id:9445,type:"Mail",slot:"hands",r:29,q:"3",i:"34",name:"Grubbis Paws",p:"inv_gauntlets_17",agi:5,str:6},{id:9518,type:"Leather",slot:"hands",r:32,q:"2",i:"36",name:"Mud's Crushers",p:"inv_gauntlets_25",str:11},{id:9631,type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Pratt's Handcrafted Gloves",p:"inv_gauntlets_23",agi:9,str:10},{id:9632,type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Jangdor's Handcrafted Gloves",p:"inv_gauntlets_23",agi:9,str:10},{id:"9640|702",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tiger",p:"inv_gauntlets_26",ap:14,agi:12,str:12,rand:702},{id:"9640|1212",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Burr",p:"inv_gauntlets_26",ap:14,sta:12,str:12,rand:1212},{id:"9640|309",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of Stronk",p:"inv_gauntlets_26",ap:14,str:17,rand:309},{id:9656,type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Granite Grips",p:"inv_gauntlets_29",str:15},{id:9704,type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Rustler Gloves",p:"inv_gauntlets_23",str:9},{id:"9780|675",type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Bandit Gloves of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"9780|1185",type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Bandit Gloves of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:"9787|675",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:3,str:3,rand:675},{id:"9787|1185",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:3,str:3,rand:1185},{id:"9787|115",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of Strength",p:"inv_gauntlets_04",str:5,rand:115},{id:"9806|681",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Superior Gloves of the Tiger",p:"inv_gauntlets_05",agi:5,str:5,rand:681},{id:"9806|1191",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Superior Gloves of the Bear",p:"inv_gauntlets_05",sta:5,str:5,rand:1191},{id:"9813|681",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of the Tiger",p:"inv_gauntlets_21",agi:5,str:5,rand:681},{id:"9813|1191",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of the Bear",p:"inv_gauntlets_21",sta:5,str:5,rand:1191},{id:"9813|155",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of Strength",p:"inv_gauntlets_21",str:7,rand:155},{id:"9832|684",type:"Leather",slot:"hands",r:26,q:"2",i:"31",name:"Scaled Leather Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"9832|1194",type:"Leather",slot:"hands",r:26,q:"2",i:"31",name:"Scaled Leather Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"9839|684",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"9839|1194",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"9839|190",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"9861|687",type:"Leather",slot:"hands",r:30,q:"2",i:"35",name:"Archer's Gloves of the Tiger",p:"inv_gauntlets_22",agi:7,str:7,rand:687},{id:"9861|1197",type:"Leather",slot:"hands",r:30,q:"2",i:"35",name:"Archer's Gloves of the Bear",p:"inv_gauntlets_22",sta:7,str:7,rand:1197},{id:"9868|687",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:7,str:7,rand:687},{id:"9868|1197",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of the Bear",p:"inv_gauntlets_28",sta:7,str:7,rand:1197},{id:"9868|192",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of Strength",p:"inv_gauntlets_28",str:11,rand:192},{id:"9892|693",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of the Tiger",p:"inv_gauntlets_15",agi:9,str:9,rand:693},{id:"9892|1203",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of the Bear",p:"inv_gauntlets_15",sta:9,str:9,rand:1203},{id:"9892|6",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of Strength",p:"inv_gauntlets_15",str:1,rand:6},{id:"9900|693",type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Jazeraint Gauntlets of the Tiger",p:"inv_gauntlets_12",agi:9,str:9,rand:693},{id:"9900|1203",type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Jazeraint Gauntlets of the Bear",p:"inv_gauntlets_12",sta:9,str:9,rand:1203},{id:"9920|693",type:"Leather",slot:"hands",r:39,q:"2",i:"44",name:"Tracker's Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"9920|1203",type:"Leather",slot:"hands",r:39,q:"2",i:"44",name:"Tracker's Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"9930|693",type:"Mail",slot:"hands",r:38,q:"2",i:"43",name:"Brigade Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:9,str:9,rand:693},{id:"9930|1203",type:"Mail",slot:"hands",r:38,q:"2",i:"43",name:"Brigade Gauntlets of the Bear",p:"inv_gauntlets_26",sta:9,str:9,rand:1203},{id:"9952|699",type:"Leather",slot:"hands",r:44,q:"2",i:"49",name:"Chieftain's Gloves of the Tiger",p:"inv_gauntlets_22",agi:11,str:11,rand:699},{id:"9952|1209",type:"Leather",slot:"hands",r:44,q:"2",i:"49",name:"Chieftain's Gloves of the Bear",p:"inv_gauntlets_22",sta:11,str:11,rand:1209},{id:"9960|696",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Warmonger's Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:10,str:10,rand:696},{id:"9960|1206",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Warmonger's Gauntlets of the Bear",p:"inv_gauntlets_26",sta:10,str:10,rand:1206},{id:"9967|693",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:9,str:9,rand:693},{id:"9967|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of the Bear",p:"inv_gauntlets_23",sta:9,str:9,rand:1203},{id:"9967|220",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of Strength",p:"inv_gauntlets_23",str:14,rand:220},{id:"10072|699",type:"Leather",slot:"hands",r:46,q:"2",i:"51",name:"Righteous Gloves of the Tiger",p:"inv_gauntlets_12",agi:11,str:11,rand:699},{id:"10072|1209",type:"Leather",slot:"hands",r:46,q:"2",i:"51",name:"Righteous Gloves of the Bear",p:"inv_gauntlets_12",sta:11,str:11,rand:1209},{id:"10080|699",type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Lord's Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:11,str:11,rand:699},{id:"10080|1209",type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Lord's Gauntlets of the Bear",p:"inv_gauntlets_29",sta:11,str:11,rand:1209},{id:"10087|696",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of the Tiger",p:"inv_gauntlets_21",agi:10,str:10,rand:696},{id:"10087|1206",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of the Bear",p:"inv_gauntlets_21",sta:10,str:10,rand:1206},{id:"10087|307",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of Strength",p:"inv_gauntlets_21",str:15,rand:307},{id:"10110|702",type:"Leather",slot:"hands",r:50,q:"2",i:"55",name:"Wanderer's Gloves of the Tiger",p:"inv_gauntlets_24",agi:12,str:12,rand:702},{id:"10110|1212",type:"Leather",slot:"hands",r:50,q:"2",i:"55",name:"Wanderer's Gloves of the Bear",p:"inv_gauntlets_24",sta:12,str:12,rand:1212},{id:"10121|702",type:"Mail",slot:"hands",r:51,q:"2",i:"56",name:"Ornate Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:12,str:12,rand:702},{id:"10121|1212",type:"Mail",slot:"hands",r:51,q:"2",i:"56",name:"Ornate Gauntlets of the Bear",p:"inv_gauntlets_10",sta:12,str:12,rand:1212},{id:"10129|699",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:11,str:11,rand:699},{id:"10129|1209",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of the Bear",p:"inv_gauntlets_31",sta:11,str:11,rand:1209},{id:"10129|308",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of Strength",p:"inv_gauntlets_31",str:16,rand:308},{id:"10149|708",type:"Leather",slot:"hands",r:56,q:"2",i:"61",name:"Mighty Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:14,str:14,rand:708},{id:"10149|1218",type:"Leather",slot:"hands",r:56,q:"2",i:"61",name:"Mighty Gauntlets of the Bear",p:"inv_gauntlets_23",sta:14,str:14,rand:1218},{id:"10161|708",type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Mercurial Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:14,str:14,rand:708},{id:"10161|1218",type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Mercurial Gauntlets of the Bear",p:"inv_gauntlets_26",sta:14,str:14,rand:1218},{id:"10165|702",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"10165|1212",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"10165|310",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of Strength",p:"inv_gauntlets_29",str:18,rand:310},{id:"10186|702",type:"Leather",slot:"hands",r:48,q:"2",i:"53",name:"Swashbuckler's Gloves of the Tiger",p:"inv_gauntlets_03",agi:12,str:12,rand:702},{id:"10186|1212",type:"Leather",slot:"hands",r:48,q:"2",i:"53",name:"Swashbuckler's Gloves of the Bear",p:"inv_gauntlets_03",sta:12,str:12,rand:1212},{id:"10196|702",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Crusader's Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:12,str:12,rand:702},{id:"10196|1212",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Crusader's Gauntlets of the Bear",p:"inv_gauntlets_23",sta:12,str:12,rand:1212},{id:"10205|699",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:11,str:11,rand:699},{id:"10205|1209",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:11,str:11,rand:1209},{id:"10205|308",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of Strength",p:"inv_gauntlets_04",str:16,rand:308},{id:"10225|707",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of the Tiger",p:"inv_gauntlets_15",agi:13,str:14,rand:707},{id:"10225|1215",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of the Bear",p:"inv_gauntlets_15",sta:13,str:13,rand:1215},{id:"10225|314",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of Strength",p:"inv_gauntlets_15",str:22,rand:314},{id:"10232|705",type:"Mail",slot:"hands",r:53,q:"2",i:"58",name:"Engraved Gauntlets of the Tiger",p:"inv_gauntlets_03",agi:13,str:13,rand:705},{id:"10232|1215",type:"Mail",slot:"hands",r:53,q:"2",i:"58",name:"Engraved Gauntlets of the Bear",p:"inv_gauntlets_03",sta:13,str:13,rand:1215},{id:"10242|702",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"10242|1212",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"10242|309",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of Strength",p:"inv_gauntlets_04",str:17,rand:309},{id:"10260|708",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Adventurer's Gloves of the Tiger",p:"inv_gauntlets_25",agi:14,str:14,rand:708},{id:"10260|1218",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Adventurer's Gloves of the Bear",p:"inv_gauntlets_25",sta:14,str:14,rand:1218},{id:"10268|708",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Masterwork Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"10268|1218",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Masterwork Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:"10277|702",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"10277|1212",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"10277|310",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of Strength",p:"inv_gauntlets_04",str:18,rand:310},{id:10331,type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Scarlet Gauntlets",p:"inv_gauntlets_19",agi:7,str:8},{id:10369,type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Imbued Plate Gauntlets",p:"inv_gauntlets_06",agi:3,str:18,sta:3},{id:"10380|705",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of the Tiger",p:"inv_gauntlets_32",agi:13,str:13,rand:705},{id:"10380|1215",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of the Bear",p:"inv_gauntlets_32",sta:13,str:13,rand:1215},{id:"10380|312",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of Strength",p:"inv_gauntlets_32",str:20,rand:312},{id:"10386|708",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of the Tiger",p:"inv_gauntlets_03",agi:14,str:14,rand:708},{id:"10386|1218",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of the Bear",p:"inv_gauntlets_03",sta:14,str:14,rand:1218},{id:"10386|313",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of Strength",p:"inv_gauntlets_03",str:21,rand:313},{id:10401,type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Blackened Defias Gloves",p:"inv_gauntlets_18",str:3,sta:1},{id:10413,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Gloves of the Fang",p:"inv_gauntlets_18",agi:3,str:2},{id:10584,type:"Mail",slot:"hands",r:31,q:"3",i:"36",name:"Stormgale Fists",p:"inv_gauntlets_11",str:10,sta:3},{id:10631,type:"Mail",slot:"hands",r:41,q:"3",i:"46",name:"Murkwater Gauntlets",p:"inv_gauntlets_11",str:13,sta:12},{id:10760,type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Swine Fists",p:"inv_gauntlets_23",agi:8,str:8},{id:"10777|696",type:"Leather",slot:"hands",r:37,q:"3",i:"42",name:"Arachnid Gloves of the Tiger",p:"inv_gauntlets_32",resist:{nature:10},agi:10,str:10,rand:696},{id:"10777|1206",type:"Leather",slot:"hands",r:37,q:"3",i:"42",name:"Arachnid Gloves of the Bear",p:"inv_gauntlets_32",resist:{nature:10},sta:10,str:10,rand:1206},{id:11745,type:"Plate",slot:"hands",r:51,q:"3",i:"56",name:"Fists of Phalanx",p:"inv_gauntlets_22",str:20,sta:9},{id:11867,type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Maddening Gauntlets",p:"inv_gauntlets_26",agi:5,str:15},{id:11918,type:"Mail",slot:"hands",r:49,q:"2",i:"55",name:"Grotslab Gloves",p:"inv_gauntlets_17",agi:12},{id:12051,type:"Mail",slot:"hands",r:48,q:"2",i:"54",name:"Brazen Gauntlets",p:"inv_gauntlets_04",agi:12,str:12,sta:2},{id:12111,type:"Plate",slot:"hands",r:52,q:"2",i:"58",name:"Lavaplate Gauntlets",p:"inv_gauntlets_26",str:17,sta:5},{id:12114,type:"Leather",slot:"hands",r:48,q:"2",i:"56",name:"Nightfall Gloves",p:"inv_gauntlets_17",agi:12,str:12},{id:12522,type:"Leather",slot:"hands",r:12,q:"2",i:"15",name:"Bingles' Flying Gloves",p:"inv_gauntlets_05",agi:2},{id:12631,type:"Plate",slot:"hands",r:53,q:"3",i:"58",name:"Fiery Plate Gauntlets",p:"inv_gauntlets_03",resist:{fire:10},proc:{magic:!0,dmg:4,chance:100}},{id:12637,type:"Plate",slot:"hands",r:55,q:"3",i:"60",name:"Backusarian Gauntlets",p:"inv_gauntlets_26",str:9,sta:15},{id:12639,type:"Plate",slot:"hands",r:57,q:"4",i:"62",name:"Stronghold Gauntlets",p:"inv_gauntlets_30",sta:12,crit:1},{id:12994,type:"Mail",slot:"hands",r:18,q:"3",i:"23",name:"Thorbia's Gauntlets",p:"inv_gauntlets_11",str:8,sta:3},{id:13071,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Plated Fist of Hakoo",p:"inv_gauntlets_10",agi:10,str:10,sta:10},{id:13072,type:"Plate",slot:"hands",r:55,q:"3",i:"60",name:"Stonegrip Gauntlets",p:"inv_gauntlets_03",str:9,sta:14,d:10},{id:13126,type:"Mail",slot:"hands",r:48,q:"3",i:"53",name:"Battlecaller Gauntlets",p:"inv_gauntlets_10",str:8,sta:9},{id:13162,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Reiver Claws",p:"inv_gauntlets_29",str:9,sta:15,crit:1},{id:13255,type:"Mail",slot:"hands",r:54,q:"3",i:"59",name:"Trueaim Gauntlets",p:"inv_gauntlets_30",hit:1},{id:"13258|710",type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Slaghide Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:14,str:15,rand:710},{id:"13258|1220",type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Slaghide Gauntlets of the Bear",p:"inv_gauntlets_22",sta:14,str:15,rand:1220},{id:13395,type:"Leather",slot:"hands",r:54,q:"3",i:"59",name:"Skul's Fingerbone Claws",p:"inv_gauntlets_27",sta:10,ap:40},{id:13963,type:"Mail",slot:"hands",r:55,q:"3",i:"60",name:"Voone's Vice Grips",p:"inv_gauntlets_15",agi:9,sta:6,hit:2},{id:14525,type:"Plate",slot:"hands",r:57,q:"3",i:"62",name:"Boneclenched Gauntlets",p:"inv_gauntlets_29",str:15,sta:14,d:7},{id:14551,type:"Varied",slot:"hands",r:44,q:"4",i:"49",name:"Edgemaster's Handguards",p:"inv_gauntlets_30",skill:7},{id:14564,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Prospector's Mitts",p:"inv_gauntlets_18",agi:2,str:3},{id:14572,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Bristlebark Gloves",p:"inv_gauntlets_21",agi:4,str:4},{id:14594,type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Hawkeye's Gloves",p:"inv_gauntlets_21",agi:8,sta:7},{id:14640,type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Cadaverous Gloves",p:"inv_gauntlets_15",sta:9,ap:44},{id:14657,type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Scorpashi Gloves",p:"inv_gauntlets_25",agi:4},{id:14675,type:"Leather",slot:"hands",r:51,q:"2",i:"56",name:"Pridelord Gloves",p:"inv_gauntlets_15",agi:12,str:7,sta:8},{id:14726,type:"Mail",slot:"hands",r:13,q:"2",i:"18",name:"War Paint Gloves",p:"inv_gauntlets_12",str:3,sta:1},{id:14747,type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Hulking Gauntlets",p:"inv_gauntlets_05",agi:2,str:5,sta:1},{id:14764,type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Enduring Gauntlets",p:"inv_gauntlets_09",agi:3,str:7,sta:5},{id:14772,type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Ravager's Handwraps",p:"inv_gauntlets_04",str:9,sta:6},{id:14792,type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Protector Gauntlets",p:"inv_gauntlets_04",agi:4},{id:14802,type:"Mail",slot:"hands",r:50,q:"2",i:"55",name:"Bloodlust Gauntlets",p:"inv_gauntlets_19",agi:7,str:7,sta:12},{id:14826,type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Symbolic Gauntlets",p:"inv_gauntlets_15",str:9,sta:6},{id:14833,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Tyrant's Gauntlets",p:"inv_gauntlets_19",str:12},{id:14846,type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Sunscale Gauntlets",p:"inv_gauntlets_04",agi:3,str:12,sta:7},{id:14855,type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Vanguard Gauntlets",p:"inv_gauntlets_17",agi:9,sta:12},{id:14863,type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Warleader's Gauntlets",p:"inv_gauntlets_28",str:17,sta:6},{id:"14897|693",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:9,str:9,rand:693},{id:"14897|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of the Bear",p:"inv_gauntlets_22",sta:9,str:9,rand:1203},{id:"14897|219",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of Strength",p:"inv_gauntlets_22",str:13,rand:219},{id:"14905|693",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:9,str:9,rand:693},{id:"14905|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of the Bear",p:"inv_gauntlets_28",sta:9,str:9,rand:1203},{id:"14905|220",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of Strength",p:"inv_gauntlets_28",str:14,rand:220},{id:"14917|696",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of the Tiger",p:"inv_gauntlets_30",agi:10,str:10,rand:696},{id:"14917|1206",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of the Bear",p:"inv_gauntlets_30",sta:10,str:10,rand:1206},{id:"14917|307",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of Strength",p:"inv_gauntlets_30",str:15,rand:307},{id:"14926|702",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"14926|1212",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"14926|309",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of Strength",p:"inv_gauntlets_29",str:17,rand:309},{id:"14933|705",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:13,str:13,rand:705},{id:"14933|1215",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of the Bear",p:"inv_gauntlets_31",sta:13,str:13,rand:1215},{id:"14933|312",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of Strength",p:"inv_gauntlets_31",str:20,rand:312},{id:"14942|693",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of the Tiger",p:"inv_gauntlets_27",agi:9,str:9,rand:693},{id:"14942|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of the Bear",p:"inv_gauntlets_27",sta:9,str:9,rand:1203},{id:"14942|219",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of Strength",p:"inv_gauntlets_27",str:13,rand:219},{id:"14949|696",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of the Tiger",p:"inv_gauntlets_19",agi:10,str:10,rand:696},{id:"14949|1206",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of the Bear",p:"inv_gauntlets_19",sta:10,str:10,rand:1206},{id:"14949|307",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of Strength",p:"inv_gauntlets_19",str:15,rand:307},{id:"14959|702",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of the Tiger",p:"inv_gauntlets_06",agi:12,str:12,rand:702},{id:"14959|1212",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of the Bear",p:"inv_gauntlets_06",sta:12,str:12,rand:1212},{id:"14959|309",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of Strength",p:"inv_gauntlets_06",str:17,rand:309},{id:"14967|702",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:12,str:12,rand:702},{id:"14967|1212",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of the Bear",p:"inv_gauntlets_10",sta:12,str:12,rand:1212},{id:"14967|310",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of Strength",p:"inv_gauntlets_10",str:18,rand:310},{id:"14976|708",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"14976|1218",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:"14976|313",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of Strength",p:"inv_gauntlets_04",str:21,rand:313},{id:"15016|675",type:"Leather",slot:"hands",r:11,q:"2",i:"16",name:"Lupine Handwraps of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"15016|1185",type:"Leather",slot:"hands",r:11,q:"2",i:"16",name:"Lupine Handwraps of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:15063,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Devilsaur Gauntlets",p:"inv_gauntlets_26",sta:9,ap:28,crit:1},{id:15083,type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Wicked Leather Gauntlets",p:"inv_gauntlets_31",agi:12,sta:11},{id:"15115|678",type:"Leather",slot:"hands",r:17,q:"2",i:"22",name:"Rigid Gloves of the Tiger",p:"inv_gauntlets_24",agi:4,str:4,rand:678},{id:"15115|1188",type:"Leather",slot:"hands",r:17,q:"2",i:"22",name:"Rigid Gloves of the Bear",p:"inv_gauntlets_24",sta:4,str:4,rand:1188},{id:"15125|684",type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Robust Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"15125|1194",type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Robust Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"15137|684",type:"Leather",slot:"hands",r:28,q:"2",i:"33",name:"Cutthroat's Mitts of the Tiger",p:"inv_gauntlets_22",agi:6,str:6,rand:684},{id:"15137|1194",type:"Leather",slot:"hands",r:28,q:"2",i:"33",name:"Cutthroat's Mitts of the Bear",p:"inv_gauntlets_22",sta:6,str:6,rand:1194},{id:"15149|687",type:"Leather",slot:"hands",r:31,q:"2",i:"36",name:"Ghostwalker Gloves of the Tiger",p:"inv_gauntlets_05",agi:7,str:7,rand:687},{id:"15149|1197",type:"Leather",slot:"hands",r:31,q:"2",i:"36",name:"Ghostwalker Gloves of the Bear",p:"inv_gauntlets_05",sta:7,str:7,rand:1197},{id:"15155|690",type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Nocturnal Gloves of the Tiger",p:"inv_gauntlets_25",agi:8,str:8,rand:690},{id:"15155|1200",type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Nocturnal Gloves of the Bear",p:"inv_gauntlets_25",sta:8,str:8,rand:1200},{id:"15166|693",type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Imposing Gloves of the Tiger",p:"inv_gauntlets_22",agi:9,str:9,rand:693},{id:"15166|1203",type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Imposing Gloves of the Bear",p:"inv_gauntlets_22",sta:9,str:9,rand:1203},{id:"15174|699",type:"Leather",slot:"hands",r:45,q:"2",i:"50",name:"Potent Gloves of the Tiger",p:"inv_gauntlets_12",agi:11,str:11,rand:699},{id:"15174|1209",type:"Leather",slot:"hands",r:45,q:"2",i:"50",name:"Potent Gloves of the Bear",p:"inv_gauntlets_12",sta:11,str:11,rand:1209},{id:"15184|702",type:"Leather",slot:"hands",r:49,q:"2",i:"54",name:"Praetorian Gloves of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"15184|1212",type:"Leather",slot:"hands",r:49,q:"2",i:"54",name:"Praetorian Gloves of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"15192|707",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:13,str:14,rand:707},{id:"15192|1215",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of the Bear",p:"inv_gauntlets_31",sta:13,str:13,rand:1215},{id:"15192|314",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of Strength",p:"inv_gauntlets_31",str:22,rand:314},{id:"15310|675",type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Feral Gloves of the Tiger",p:"inv_gauntlets_05",agi:3,str:3,rand:675},{id:"15310|1185",type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Feral Gloves of the Bear",p:"inv_gauntlets_05",sta:3,str:3,rand:1185},{id:"15334|681",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Wrangler's Gloves of the Tiger",p:"inv_gauntlets_27",agi:5,str:5,rand:681},{id:"15334|1191",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Wrangler's Gloves of the Bear",p:"inv_gauntlets_27",sta:5,str:5,rand:1191},{id:"15343|684",type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Pathfinder Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"15343|1194",type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Pathfinder Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"15355|687",type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Headhunter's Mitts of the Tiger",p:"inv_gauntlets_22",agi:7,str:7,rand:687},{id:"15355|1197",type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Headhunter's Mitts of the Bear",p:"inv_gauntlets_22",sta:7,str:7,rand:1197},{id:"15365|690",type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Trickster's Handwraps of the Tiger",p:"inv_gauntlets_15",agi:8,str:8,rand:690},{id:"15365|1200",type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Trickster's Handwraps of the Bear",p:"inv_gauntlets_15",sta:8,str:8,rand:1200},{id:"15372|693",type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Wolf Rider's Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"15372|1203",type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Wolf Rider's Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"15383|696",type:"Leather",slot:"hands",r:43,q:"2",i:"48",name:"Rageclaw Gloves of the Tiger",p:"inv_gauntlets_22",agi:10,str:10,rand:696},{id:"15383|1206",type:"Leather",slot:"hands",r:43,q:"2",i:"48",name:"Rageclaw Gloves of the Bear",p:"inv_gauntlets_22",sta:10,str:10,rand:1206},{id:"15393|702",type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Jadefire Gloves of the Tiger",p:"inv_gauntlets_11",agi:12,str:12,rand:702},{id:"15393|1212",type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Jadefire Gloves of the Bear",p:"inv_gauntlets_11",sta:12,str:12,rand:1212},{id:"15429|707",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of the Tiger",p:"inv_gauntlets_15",agi:13,str:14,rand:707},{id:"15429|1215",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of the Bear",p:"inv_gauntlets_15",sta:13,str:13,rand:1215},{id:"15429|314",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of Strength",p:"inv_gauntlets_15",str:22,rand:314},{id:"15438|708",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Supreme Gloves of the Tiger",p:"inv_gauntlets_26",agi:14,str:14,rand:708},{id:"15438|1218",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Supreme Gloves of the Bear",p:"inv_gauntlets_26",sta:14,str:14,rand:1218},{id:15463,type:"Mail",slot:"hands",r:23,q:"2",i:"25",name:"Palestrider Gloves",p:"inv_gauntlets_09",str:5,sta:2},{id:"15491|672",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of the Tiger",p:"inv_gauntlets_15",agi:2,str:2,rand:672},{id:"15491|1182",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of the Bear",p:"inv_gauntlets_15",sta:2,str:2,rand:1182},{id:"15491|24",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of Strength",p:"inv_gauntlets_15",str:3,rand:24},{id:"15502|675",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of the Tiger",p:"inv_gauntlets_17",agi:3,str:3,rand:675},{id:"15502|1185",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of the Bear",p:"inv_gauntlets_17",sta:3,str:3,rand:1185},{id:"15502|115",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of Strength",p:"inv_gauntlets_17",str:5,rand:115},{id:"15509|675",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of the Tiger",p:"inv_gauntlets_19",agi:3,str:3,rand:675},{id:"15509|1185",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of the Bear",p:"inv_gauntlets_19",sta:3,str:3,rand:1185},{id:"15509|115",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of Strength",p:"inv_gauntlets_19",str:5,rand:115},{id:"15520|681",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:5,str:5,rand:681},{id:"15520|1191",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of the Bear",p:"inv_gauntlets_22",sta:5,str:5,rand:1191},{id:"15520|155",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of Strength",p:"inv_gauntlets_22",str:7,rand:155},{id:"15527|681",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of the Tiger",p:"inv_gauntlets_22",agi:5,str:5,rand:681},{id:"15527|1191",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of the Bear",p:"inv_gauntlets_22",sta:5,str:5,rand:1191},{id:"15527|155",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of Strength",p:"inv_gauntlets_22",str:7,rand:155},{id:"15538|684",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of the Tiger",p:"inv_gauntlets_15",agi:6,str:6,rand:684},{id:"15538|1194",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of the Bear",p:"inv_gauntlets_15",sta:6,str:6,rand:1194},{id:"15538|189",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of Strength",p:"inv_gauntlets_15",str:8,rand:189},{id:"15548|684",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"15548|1194",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"15548|190",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"15560|687",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of the Tiger",p:"inv_gauntlets_11",agi:7,str:7,rand:687},{id:"15560|1197",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of the Bear",p:"inv_gauntlets_11",sta:7,str:7,rand:1197},{id:"15560|192",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of Strength",p:"inv_gauntlets_11",str:11,rand:192},{id:"15570|687",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of the Tiger",p:"inv_gauntlets_24",agi:7,str:7,rand:687},{id:"15570|1197",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of the Bear",p:"inv_gauntlets_24",sta:7,str:7,rand:1197},{id:"15570|192",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of Strength",p:"inv_gauntlets_24",str:11,rand:192},{id:"15581|690",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:8,str:8,rand:690},{id:"15581|1200",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of the Bear",p:"inv_gauntlets_11",sta:8,str:8,rand:1200},{id:"15581|193",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of Strength",p:"inv_gauntlets_11",str:12,rand:193},{id:"15595|690",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of the Tiger",p:"inv_gauntlets_04",agi:8,str:8,rand:690},{id:"15595|1200",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of the Bear",p:"inv_gauntlets_04",sta:8,str:8,rand:1200},{id:"15595|193",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of Strength",p:"inv_gauntlets_04",str:12,rand:193},{id:"15605|693",type:"Mail",slot:"hands",r:37,q:"2",i:"42",name:"Ancient Gauntlets of the Tiger",p:"inv_gauntlets_16",agi:9,str:9,rand:693},{id:"15605|1203",type:"Mail",slot:"hands",r:37,q:"2",i:"42",name:"Ancient Gauntlets of the Bear",p:"inv_gauntlets_16",sta:9,str:9,rand:1203},{id:"15612|693",type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Bonelink Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:9,str:9,rand:693},{id:"15612|1203",type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Bonelink Gauntlets of the Bear",p:"inv_gauntlets_29",sta:9,str:9,rand:1203},{id:"15625|696",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Gryphon Mail Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:10,str:10,rand:696},{id:"15625|1206",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Gryphon Mail Gauntlets of the Bear",p:"inv_gauntlets_10",sta:10,str:10,rand:1206},{id:"15635|696",type:"Mail",slot:"hands",r:43,q:"2",i:"48",name:"Formidable Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:10,str:10,rand:696},{id:"15635|1206",type:"Mail",slot:"hands",r:43,q:"2",i:"48",name:"Formidable Gauntlets of the Bear",p:"inv_gauntlets_29",sta:10,str:10,rand:1206},{id:"15644|702",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Ironhide Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:12,str:12,rand:702},{id:"15644|1212",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Ironhide Gauntlets of the Bear",p:"inv_gauntlets_22",sta:12,str:12,rand:1212},{id:"15653|702",type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Merciless Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"15653|1212",type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Merciless Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"15662|702",type:"Mail",slot:"hands",r:52,q:"2",i:"57",name:"Impenetrable Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"15662|1212",type:"Mail",slot:"hands",r:52,q:"2",i:"57",name:"Impenetrable Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"15672|705",type:"Mail",slot:"hands",r:55,q:"2",i:"60",name:"Magnificent Gauntlets of the Tiger",p:"inv_gauntlets_19",agi:13,str:13,rand:705},{id:"15672|1215",type:"Mail",slot:"hands",r:55,q:"2",i:"60",name:"Magnificent Gauntlets of the Bear",p:"inv_gauntlets_19",sta:13,str:13,rand:1215},{id:"15682|708",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Triumphant Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"15682|1218",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Triumphant Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:15708,type:"Leather",slot:"hands",r:48,q:"2",i:"58",name:"Blight Leather Gloves",p:"inv_gauntlets_25",agi:13,str:8,sta:8},{id:15795,type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Emerald Mist Gauntlets",p:"inv_gauntlets_30",str:12,sta:13},{id:15823,type:"Mail",slot:"hands",r:50,q:"2",i:"55",name:"Bricksteel Gauntlets",p:"inv_gauntlets_29",str:18},{id:16484,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"Marshal's Plate Gauntlets",p:"inv_gauntlets_29",str:20,sta:23,crit:1},{id:16548,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"General's Plate Gauntlets",p:"inv_gauntlets_10",str:20,sta:23,crit:1},{id:16978,type:"Mail",slot:"hands",r:22,q:"3",i:"27",name:"Warsong Gauntlets",p:"inv_gauntlets_15",str:10,sta:3},{id:16986,type:"Mail",slot:"hands",r:17,q:"2",i:"25",name:"Sandspire Gloves",p:"inv_gauntlets_09",str:5,sta:2},{id:17736,type:"Mail",slot:"hands",r:48,q:"3",i:"53",name:"Rockgrip Gauntlets",p:"inv_gauntlets_28",sta:10,ap:28},{id:17770,type:"Plate",slot:"hands",r:41,q:"2",i:"47",name:"Branchclaw Gauntlets",p:"inv_gauntlets_30",str:12},{id:18238,type:"Leather",slot:"hands",r:35,q:"3",i:"40",name:"Shadowskin Gloves",p:"inv_gauntlets_32",sta:6,crit:1},{id:18326,type:"Plate",slot:"hands",r:54,q:"3",i:"59",name:"Razor Gauntlets",p:"inv_gauntlets_31",str:8},{id:18344,type:"Leather",slot:"hands",r:54,q:"3",i:"59",name:"Stonebark Gauntlets",p:"inv_gauntlets_23",agi:10,sta:10,resist:{nature:16}},{id:18349,type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Gauntlets of Accuracy",p:"inv_gauntlets_12",agi:15,hit:1},{id:18366,type:"Plate",slot:"hands",r:60,q:"3",i:"60",name:"Gordok's Handguards",p:"inv_gauntlets_09",str:10,sta:10,crit:1},{id:18377,type:"Leather",slot:"hands",r:57,q:"3",i:"62",name:"Quickdraw Gloves",p:"inv_gauntlets_21",agi:8,str:7,sta:7},{id:18383,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Force Imbued Gauntlets",p:"inv_gauntlets_09",sta:14,d:7},{id:18544,type:"Leather",slot:"hands",r:60,q:"4",i:"71",name:"Doomhide Gauntlets",p:"inv_gauntlets_22",agi:14,sta:14,resist:{fire:8,shadow:8},ap:42},{id:18722,type:"Plate",slot:"hands",r:57,q:"3",i:"62",name:"Death Grips",p:"inv_gauntlets_13",str:22},{id:18744,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Plaguebat Fur Gloves",p:"inv_gauntlets_18",agi:13,sta:14,resist:{shadow:10}},{id:19049,type:"Leather",slot:"hands",r:59,q:"3",i:"64",name:"Timbermaw Brawlers",p:"inv_gauntlets_26",str:23,sta:10},{id:19057,type:"Plate",slot:"hands",r:59,q:"3",i:"64",name:"Gloves of the Dawn",p:"inv_gauntlets_29",str:23,sta:10},{id:19126,type:"Plate",slot:"hands",r:45,q:"2",i:"49",name:"Slagplate Gauntlets",p:"inv_gauntlets_22",str:12,sta:7},{id:19157,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Chromatic Gauntlets",p:"inv_gauntlets_22",resist:{fire:5,nature:5,frost:5,shadow:5},ap:44,crit:1},{id:19164,type:"Plate",slot:"hands",r:60,q:"4",i:"70",name:"Dark Iron Gauntlets",p:"inv_gauntlets_22",agi:12,sta:16,resist:{fire:28}},{id:19686,type:"Leather",slot:"hands",r:60,q:"3",i:"65",name:"Primal Batskin Gloves",p:"inv_gauntlets_31",agi:10,sta:9,hit:2},{id:19692,type:"Mail",slot:"hands",r:60,q:"3",i:"65",name:"Bloodsoul Gauntlets",p:"inv_gauntlets_31",agi:10,sta:17,crit:1},{id:20369,type:"Mail",slot:"hands",r:50,q:"3",i:"52",name:"Azurite Fists",p:"inv_gauntlets_30",agi:6,sta:7},{id:20480,type:"Mail",slot:"hands",r:57,q:"3",i:"62",name:"Spitfire Gauntlets",p:"inv_gauntlets_11",agi:12},{id:20630,type:"Plate",slot:"hands",r:60,q:"4",i:"72",name:"Gauntlets of the Shining Light",p:"inv_gauntlets_29",agi:12,str:15,sta:15},{id:20650,type:"Plate",slot:"hands",r:60,q:"2",i:"60",name:"Desert Wind Gauntlets",p:"inv_gauntlets_28",str:11,sta:10,d:6},{id:20712,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Wastewalker's Gauntlets",p:"inv_gauntlets_11",agi:10,str:10,sta:10},{id:20713,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Desertstalkers's Gauntlets",p:"inv_gauntlets_11",agi:16,sta:15},{id:21278,type:"Leather",slot:"hands",r:57,q:"3",i:"62",name:"Stormshroud Gloves",p:"inv_gauntlets_05",crit:1,hit:1},{id:21319,type:"Leather",slot:"hands",r:45,q:"2",i:"58",name:"Gloves of the Pathfinder",p:"inv_gauntlets_21",agi:12,str:13},{id:22194,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Black Grasp of the Destroyer",p:"inv_gauntlets_31",ap:28,crit:1},{id:22343,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Handguards of Savagery",p:"inv_gauntlets_11",sta:10,ap:38},{id:22410,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Gauntlets of Deftness",p:"inv_gauntlets_11",agi:23,sta:10},{id:22421,type:"Plate",slot:"hands",r:60,q:"4",i:"88",name:"Dreadnaught Gauntlets",p:"inv_gauntlets_28",str:17,sta:27,d:9,block:21},{id:22662,type:"Leather",slot:"hands",r:60,q:"4",i:"80",name:"Polar Gloves",p:"inv_gauntlets_06",agi:18,sta:18,resist:{frost:30}},{id:22666,type:"Mail",slot:"hands",r:60,q:"4",i:"80",name:"Icy Scale Gauntlets",p:"inv_gauntlets_28",sta:22,resist:{frost:30},ap:22},{id:22670,type:"Plate",slot:"hands",r:60,q:"4",i:"80",name:"Icebane Gauntlets",p:"inv_gauntlets_28",str:9,sta:18,resist:{frost:32},d:5},{id:22763,type:"Plate",slot:"hands",r:60,q:"3",i:"70",name:"Ironvine Gloves",p:"inv_gauntlets_29",sta:10,resist:{nature:20},d:10},{id:23078,type:"Plate",slot:"hands",r:50,q:"3",i:"63",name:"Gauntlets of Undead Slaying",p:"inv_gauntlets_29",sta:15,ap:60},{id:23081,type:"Leather",slot:"hands",r:50,q:"3",i:"63",name:"Handwraps of Undead Slaying",p:"inv_gauntlets_06",sta:15,ap:60},{id:23082,type:"Mail",slot:"hands",r:50,q:"3",i:"63",name:"Handguards of Undead Slaying",p:"inv_gauntlets_11",sta:15,ap:60},{id:23170,type:"Mail",slot:"hands",r:30,q:"3",i:"35",name:"The Frozen Clutch",p:"inv_gauntlets_11",sta:10,ap:20},{id:209527,type:"Leather",slot:"hands",r:25,q:"3",i:"30",name:"Naga Battle Gauntlets",p:"inv_gauntlets_13",str:6,sta:4},{id:209568,type:"Mail",slot:"hands",r:25,q:"3",i:"30",name:"Algae Gauntlets",p:"inv_gauntlets_10",agi:3,str:10,sta:4},{id:211423,type:"Leather",slot:"hands",r:25,q:"4",i:"30",name:"Void-Touched Leather Gloves",p:"inv_gauntlets_24",agi:6,sta:6,hit:1},{id:213278,type:"FistMace",slot:"hands",r:40,q:"3",i:"45",name:"Bonk-Maestro's Handguards",p:"inv_gauntlets_26",agi:10,sta:11,skill:3},{id:213288,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Grubbis Grubby Gauntlets",p:"inv_gauntlets_17",str:9,sta:5,crit:1},{id:213319,type:"Leather",slot:"hands",r:40,q:"3",i:"45",name:"Machinist's Gloves",p:"inv_gauntlets_23",agi:6,sta:7,hit:1,ap:30},{id:213320,type:"Mail",slot:"hands",r:40,q:"3",i:"45",name:"Fingers of Arcane Accuracy",p:"inv_gauntlets_10",agi:6,sta:7,hit:1},{id:213391,type:"Plate",slot:"hands",r:40,q:"4",i:"45",name:"UNUSED Electrified Mithril Gauntlets",p:"inv_gauntlets_29",str:16,sta:7},{id:217273,type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Golden Scale Gauntlets",p:"inv_gauntlets_29",str:11},{id:220540,type:"Plate",slot:"hands",r:50,q:"3",i:"55",name:"Corruption Laden Handguards",p:"inv_gauntlets_04",str:15,sta:5,crit:1},{id:220541,type:"Plate",slot:"hands",r:50,q:"3",i:"55",name:"Disease-Ridden Plate Fists",p:"inv_gauntlets_04",str:15,sta:10,hit:1},{id:220542,type:"Mail",slot:"hands",r:50,q:"3",i:"55",name:"Polluted Murkwater Gauntlets",p:"inv_gauntlets_11",str:16,sta:13},{id:220544,type:"Leather",slot:"hands",r:50,q:"3",i:"55",name:"Bloodflare Talons",p:"inv_gauntlets_19",hit:1},{id:220545,type:"Leather",slot:"hands",r:50,q:"3",i:"55",name:"Foul Smelling Fighter's Gloves",p:"inv_gauntlets_15",agi:12,sta:10,hit:1},{id:220806,type:"Plate",slot:"hands",r:50,q:"3",i:"51",name:"Sergeant Major's Plate Gauntlets",p:"inv_gauntlets_03",str:14,sta:15},{id:220807,type:"Plate",slot:"hands",r:50,q:"3",i:"51",name:"First Sergeant's Plate Gauntlets",p:"inv_gauntlets_03",str:14,sta:15},{id:221378,type:"Plate",slot:"hands",r:50,q:"3",i:"50",name:"Emerald Dream Gauntlets",p:"inv_gauntlets_04",str:13,sta:14},{id:226486,type:"Plate",slot:"hands",r:60,q:"4",i:"66",name:"Gauntlets of Might",p:"inv_gauntlets_10",agi:8,str:22,sta:17,resist:{fire:7},hit:1,block:10},{id:226497,type:"Plate",slot:"hands",r:60,q:"4",i:"66",name:"Hands of Might",p:"inv_gauntlets_10",str:25,sta:15,resist:{fire:7},hit:1},{id:226771,type:"Plate",slot:"hands",r:54,q:"3",i:"59",name:"Gauntlets of Valor",p:"inv_gauntlets_26",agi:11,str:18,sta:7},{id:226861,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Gauntlets of Heroism",p:"inv_gauntlets_26",str:19,sta:14,crit:1},{id:226870,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Handguards of Heroism",p:"inv_gauntlets_26",str:12,sta:18,d:4},{id:226878,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Gloves of Heroism",p:"inv_gauntlets_26",str:18,sta:12,crit:1},{id:227050,type:"Plate",slot:"hands",r:60,q:"3",i:"66",name:"Blood Guard's Plate Gauntlets",p:"inv_gauntlets_26",str:17,sta:17},{id:227053,type:"Plate",slot:"hands",r:60,q:"3",i:"66",name:"Knight-Lieutenant's Plate Gauntlets",p:"inv_gauntlets_26",str:17,sta:17},{id:227809,type:"Leather",slot:"hands",r:59,q:"3",i:"64",name:"Studded Timbermaw Brawlers",p:"inv_gauntlets_26",str:23,sta:10},{id:227817,type:"Plate",slot:"hands",r:59,q:"3",i:"64",name:"Radiant Gloves of the Dawn",p:"inv_gauntlets_29",str:23,sta:10},{id:227835,type:"Plate",slot:"hands",r:60,q:"4",i:"70",name:"Tempered Dark Iron Gauntlets",p:"inv_gauntlets_22",agi:12,sta:16,resist:{fire:28}},{id:227838,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Shining Chromatic Gauntlets",p:"inv_gauntlets_22",resist:{fire:5,nature:5,frost:5,shadow:5},ap:44,crit:1},{id:227848,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Devilcore Gauntlets",p:"inv_gauntlets_26",sta:9,ap:28,crit:1},{id:227865,type:"Plate",slot:"hands",r:53,q:"3",i:"58",name:"Fiery Plate Gauntlets of the Hidden Technique",p:"inv_gauntlets_03",resist:{fire:10},proc:{magic:!0,dmg:4}},{id:227885,type:"Plate",slot:"hands",r:57,q:"4",i:"62",name:"Stronger-hold Gauntlets",p:"inv_gauntlets_30",sta:12,crit:1},{id:227961,type:"Mail",slot:"hands",r:52,q:"3",i:"57",name:"Savage Gladiator Grips",p:"inv_gauntlets_04",agi:9,str:5,sta:14},{id:227971,type:"Mail",slot:"hands",r:53,q:"3",i:"58",name:"Molten Fists",p:"inv_gauntlets_04",agi:10,sta:11,resist:{fire:10}},{id:228006,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Deathbone Gauntlets",p:"inv_gauntlets_28",sta:14,d:10},{id:228007,type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Gargoyle Slashers",p:"inv_gauntlets_09",agi:5,str:10,sta:12,crit:1},{id:228020,type:"Mail",slot:"hands",r:56,q:"3",i:"61",name:"Bloodmail Gauntlets",p:"inv_gauntlets_26",str:9,sta:10,crit:1},{id:228257,type:"Dagger",slot:"hands",r:60,q:"4",i:"71",name:"Aged Core Leather Gloves",p:"inv_gauntlets_23",str:15,sta:15,resist:{fire:10},crit:1,skill:3},{id:228260,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"Flameguard Gauntlets",p:"inv_gauntlets_26",sta:14,crit:1,ap:58},{id:"213319a",type:"Leather",slot:"hands",r:40,q:"3",i:"45",name:"Machinist's Gloves (no AP)",agi:6,sta:7,hit:1,p:"inv_gauntlets_23"},{id:"9640|1563",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of Power",p:"inv_gauntlets_26",ap:48,rand:1563},{id:"9640|700",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (12 agi)",p:"inv_gauntlets_26",ap:14,agi:12,str:11,rand:700},{id:"9640|701",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (12 str)",p:"inv_gauntlets_26",ap:14,agi:11,str:12,rand:701},{id:"9640|699",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (11 / 11)",p:"inv_gauntlets_26",ap:14,agi:11,str:11,rand:699}],waist:[{id:832,type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Silver Defias Belt",p:"inv_belt_03",str:2,sta:2},{id:1215,type:"Leather",slot:"waist",r:17,q:"2",i:"22",name:"Support Girdle",p:"inv_belt_09",str:4,sta:3},{id:2899,type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Wendigo Collar",p:"inv_belt_01",str:3},{id:3429,type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Guardsman Belt",p:"inv_belt_04",agi:4,sta:4},{id:3562,type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Belt of Vindication",p:"inv_belt_05",agi:4,sta:2},{id:3758,type:"Mail",slot:"waist",r:26,q:"2",i:"33",name:"Crusader Belt",p:"inv_belt_06",str:7,sta:6},{id:4249,type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Dark Leather Belt",p:"inv_belt_03",agi:4,sta:4},{id:4257,type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Green Leather Belt",p:"inv_belt_17",agi:6},{id:4264,type:"Leather",slot:"waist",r:35,q:"2",i:"40",name:"Barbaric Belt",p:"inv_belt_09",str:11},{id:4456,type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Raptor Hide Belt",p:"inv_belt_02",str:6,sta:6},{id:4697,type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Burnished Girdle",p:"inv_belt_34",str:4,sta:2},{id:4707,type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Lambent Scale Girdle",p:"inv_belt_04",str:5,sta:4},{id:4712,type:"Mail",slot:"waist",r:24,q:"2",i:"29",name:"Glimmering Mail Girdle",p:"inv_belt_32",str:7,sta:2},{id:4717,type:"Mail",slot:"waist",r:29,q:"2",i:"34",name:"Mail Combat Belt",p:"inv_belt_09",str:7,sta:6},{id:4727,type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Chief Brigadier Girdle",p:"inv_belt_16",str:10,sta:3},{id:4738,type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Imperial Leather Belt",p:"inv_belt_12",str:11,sta:4},{id:5328,type:"Mail",slot:"waist",r:9,q:"2",i:"15",name:"Cinched Belt",p:"inv_belt_03",str:2,sta:2},{id:5425,type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Runescale Girdle",p:"inv_belt_03",str:5},{id:5609,type:"Leather",slot:"waist",r:10,q:"2",i:"22",name:"Steadfast Cinch",p:"inv_belt_03",str:4,sta:3},{id:5750,type:"Mail",slot:"waist",r:18,q:"2",i:"23",name:"Warchief's Girdle",p:"inv_belt_03",str:5,sta:2},{id:5780,type:"Leather",slot:"waist",r:13,q:"2",i:"18",name:"Murloc Scale Belt",p:"inv_belt_02",agi:3,str:2},{id:5975,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Ruffian Belt",p:"inv_belt_03",str:6},{id:6200,type:"Mail",slot:"waist",r:24,q:"2",i:"29",name:"Garneg's War Belt",p:"inv_belt_09",str:7,sta:2},{id:6382,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Forest Leather Belt",p:"inv_belt_03",str:4,sta:4},{id:6398,type:"Leather",slot:"waist",r:24,q:"2",i:"29",name:"Emblazoned Belt",p:"inv_belt_11",str:7,sta:3},{id:6421,type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Glyphed Belt",p:"inv_belt_15",agi:6,sta:6},{id:6425,type:"Mail",slot:"waist",r:39,q:"2",i:"44",name:"Blackforge Girdle",p:"inv_belt_26",agi:9,sta:9},{id:6460,type:"Mail",slot:"waist",r:19,q:"3",i:30,name:"Cobrahn's Grasp",p:"inv_belt_03",agi:3,str:8},{id:6468,type:"Leather",slot:"waist",r:18,q:"3",i:"23",name:"Deviate Scale Belt",p:"inv_belt_09",agi:5,sta:6},{id:"6548|675",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of the Tiger",p:"inv_belt_25",agi:3,str:3,rand:675},{id:"6548|1185",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of the Bear",p:"inv_belt_25",sta:3,str:3,rand:1185},{id:"6548|97",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of Strength",p:"inv_belt_25",str:4,rand:97},{id:"6558|672",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Bard's Belt of the Tiger",p:"inv_belt_03",agi:2,str:2,rand:672},{id:"6558|1182",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Bard's Belt of the Bear",p:"inv_belt_03",sta:2,str:2,rand:1182},{id:"6576|678",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of the Tiger",p:"inv_belt_22",agi:4,str:4,rand:678},{id:"6576|1188",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of the Bear",p:"inv_belt_22",sta:4,str:4,rand:1188},{id:"6576|136",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of Strength",p:"inv_belt_22",str:6,rand:136},{id:"6581|675",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of the Tiger",p:"inv_belt_16",agi:3,str:3,rand:675},{id:"6581|1185",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of the Bear",p:"inv_belt_16",sta:3,str:3,rand:1185},{id:"6581|136",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of Strength",p:"inv_belt_16",str:6,rand:136},{id:"6594|684",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of the Tiger",p:"inv_belt_11",agi:6,str:6,rand:684},{id:"6594|1194",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of the Bear",p:"inv_belt_11",sta:6,str:6,rand:1194},{id:"6594|189",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of Strength",p:"inv_belt_11",str:8,rand:189},{id:"6600|681",type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Dervish Belt of the Tiger",p:"inv_belt_25",agi:5,str:5,rand:681},{id:"6600|1191",type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Dervish Belt of the Bear",p:"inv_belt_25",sta:5,str:5,rand:1191},{id:6719,type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Windborne Belt",p:"inv_belt_15",agi:6,sta:5},{id:6742,type:"Mail",slot:"waist",r:29,q:"3",i:"36",name:"Stonefist Girdle",p:"inv_belt_35",str:6,sta:5},{id:6788,type:"Leather",slot:"waist",r:30,q:"2",i:"42",name:"Magram Hunter's Belt",p:"inv_belt_11",agi:8,sta:9},{id:7107,type:"Mail",slot:"waist",r:20,q:"2",i:"33",name:"Belt of the Stars",p:"inv_belt_06",str:6,sta:6},{id:7387,type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Dusky Belt",p:"inv_belt_06",agi:8,sta:8},{id:"7406|684",type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Infiltrator Cord of the Tiger",p:"inv_belt_03",agi:6,str:6,rand:684},{id:"7406|1194",type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Infiltrator Cord of the Bear",p:"inv_belt_03",sta:6,str:6,rand:1194},{id:"7422|684",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of the Tiger",p:"inv_belt_05",agi:6,str:6,rand:684},{id:"7422|1194",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of the Bear",p:"inv_belt_05",sta:6,str:6,rand:1194},{id:"7422|190",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of Strength",p:"inv_belt_05",str:9,rand:190},{id:"7448|687",type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Sentinel Girdle of the Tiger",p:"inv_belt_04",agi:7,str:7,rand:687},{id:"7448|1197",type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Sentinel Girdle of the Bear",p:"inv_belt_04",sta:7,str:7,rand:1197},{id:"7462|690",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of the Tiger",p:"inv_belt_26",agi:8,str:8,rand:690},{id:"7462|1200",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of the Bear",p:"inv_belt_26",sta:8,str:8,rand:1200},{id:"7462|193",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of Strength",p:"inv_belt_26",str:12,rand:193},{id:"7485|693",type:"Leather",slot:"waist",r:36,q:"2",i:"41",name:"Ranger Cord of the Tiger",p:"inv_belt_17",agi:9,str:9,rand:693},{id:"7485|1203",type:"Leather",slot:"waist",r:36,q:"2",i:"41",name:"Ranger Cord of the Bear",p:"inv_belt_17",sta:9,str:9,rand:1203},{id:"7494|693",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Captain's Waistguard of the Tiger",p:"inv_belt_25",agi:9,str:9,rand:693},{id:"7494|1203",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Captain's Waistguard of the Bear",p:"inv_belt_25",sta:9,str:9,rand:1203},{id:"7535|696",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Cabalist Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"7535|1206",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Cabalist Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"7546|696",type:"Mail",slot:"waist",r:41,q:"2",i:"46",name:"Champion's Girdle of the Tiger",p:"inv_belt_04",agi:10,str:10,rand:696},{id:"7546|1206",type:"Mail",slot:"waist",r:41,q:"2",i:"46",name:"Champion's Girdle of the Bear",p:"inv_belt_04",sta:10,str:10,rand:1206},{id:8116,type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Heraldic Belt",p:"inv_belt_12",str:10,sta:10},{id:8140,type:"Plate",slot:"waist",r:40,q:"2",i:"43",name:"Chromite Girdle",p:"inv_belt_14",str:9,sta:9},{id:8159,type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Jouster's Girdle",p:"inv_belt_22",str:10,sta:4},{id:8277,type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Valorous Girdle",p:"inv_belt_19",str:13,sta:3},{id:8315,type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Alabaster Plate Girdle",p:"inv_belt_18",str:15,sta:4},{id:"9288|693",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of the Tiger",p:"inv_belt_03",agi:9,str:9,rand:693},{id:"9288|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of the Bear",p:"inv_belt_03",sta:9,str:9,rand:1203},{id:"9288|219",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of Strength",p:"inv_belt_03",str:13,rand:219},{id:9405,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Girdle of Golem Strength",p:"inv_belt_27",str:12,d:3},{id:9657,type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Vinehedge Cinch",p:"inv_belt_17",str:14,sta:3},{id:9687,type:"Leather",slot:"waist",r:30,q:"2",i:"33",name:"Grappler's Belt",p:"inv_belt_17",str:7,sta:5},{id:9705,type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Tharg's Shoelace",p:"inv_belt_02",str:13},{id:"9775|675",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of the Tiger",p:"inv_belt_03",agi:3,str:3,rand:675},{id:"9775|1185",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of the Bear",p:"inv_belt_03",sta:3,str:3,rand:1185},{id:"9775|136",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of Strength",p:"inv_belt_03",str:6,rand:136},{id:"9788|675",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of the Tiger",p:"inv_belt_11",agi:3,str:3,rand:675},{id:"9788|1185",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of the Bear",p:"inv_belt_11",sta:3,str:3,rand:1185},{id:"9788|97",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of Strength",p:"inv_belt_11",str:4,rand:97},{id:"9801|681",type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Superior Belt of the Tiger",p:"inv_belt_02",agi:5,str:5,rand:681},{id:"9801|1191",type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Superior Belt of the Bear",p:"inv_belt_02",sta:5,str:5,rand:1191},{id:"9814|678",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of the Tiger",p:"inv_belt_04",agi:4,str:4,rand:678},{id:"9814|1188",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of the Bear",p:"inv_belt_04",sta:4,str:4,rand:1188},{id:"9814|136",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of Strength",p:"inv_belt_04",str:6,rand:136},{id:"9827|684",type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Scaled Leather Belt of the Tiger",p:"inv_belt_09",agi:6,str:6,rand:684},{id:"9827|1194",type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Scaled Leather Belt of the Bear",p:"inv_belt_09",sta:6,str:6,rand:1194},{id:"9840|684",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of the Tiger",p:"inv_belt_06",agi:6,str:6,rand:684},{id:"9840|1194",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of the Bear",p:"inv_belt_06",sta:6,str:6,rand:1194},{id:"9840|190",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of Strength",p:"inv_belt_06",str:9,rand:190},{id:"9855|687",type:"Leather",slot:"waist",r:30,q:"2",i:"35",name:"Archer's Belt of the Tiger",p:"inv_belt_03",agi:7,str:7,rand:687},{id:"9855|1197",type:"Leather",slot:"waist",r:30,q:"2",i:"35",name:"Archer's Belt of the Bear",p:"inv_belt_03",sta:7,str:7,rand:1197},{id:"9869|687",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of the Tiger",p:"inv_belt_26",agi:7,str:7,rand:687},{id:"9869|1197",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of the Bear",p:"inv_belt_26",sta:7,str:7,rand:1197},{id:"9869|192",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of Strength",p:"inv_belt_26",str:11,rand:192},{id:"9891|690",type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Huntsman's Belt of the Tiger",p:"inv_belt_17",agi:8,str:8,rand:690},{id:"9891|1200",type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Huntsman's Belt of the Bear",p:"inv_belt_17",sta:8,str:8,rand:1200},{id:"9901|693",type:"Mail",slot:"waist",r:35,q:"2",i:"40",name:"Jazeraint Belt of the Tiger",p:"inv_belt_27",agi:9,str:9,rand:693},{id:"9901|1203",type:"Mail",slot:"waist",r:35,q:"2",i:"40",name:"Jazeraint Belt of the Bear",p:"inv_belt_27",sta:9,str:9,rand:1203},{id:"9916|693",type:"Leather",slot:"waist",r:39,q:"2",i:"44",name:"Tracker's Belt of the Tiger",p:"inv_belt_17",agi:9,str:9,rand:693},{id:"9916|1203",type:"Leather",slot:"waist",r:39,q:"2",i:"44",name:"Tracker's Belt of the Bear",p:"inv_belt_17",sta:9,str:9,rand:1203},{id:"9931|693",type:"Mail",slot:"waist",r:38,q:"2",i:"43",name:"Brigade Girdle of the Tiger",p:"inv_belt_11",agi:9,str:9,rand:693},{id:"9931|1203",type:"Mail",slot:"waist",r:38,q:"2",i:"43",name:"Brigade Girdle of the Bear",p:"inv_belt_11",sta:9,str:9,rand:1203},{id:"9947|696",type:"Leather",slot:"waist",r:43,q:"2",i:"48",name:"Chieftain's Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"9947|1206",type:"Leather",slot:"waist",r:43,q:"2",i:"48",name:"Chieftain's Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"9961|696",type:"Mail",slot:"waist",r:42,q:"2",i:"47",name:"Warmonger's Belt of the Tiger",p:"inv_belt_08",agi:10,str:10,rand:696},{id:"9961|1206",type:"Mail",slot:"waist",r:42,q:"2",i:"47",name:"Warmonger's Belt of the Bear",p:"inv_belt_08",sta:10,str:10,rand:1206},{id:"9968|693",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of the Tiger",p:"inv_belt_11",agi:9,str:9,rand:693},{id:"9968|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of the Bear",p:"inv_belt_11",sta:9,str:9,rand:1203},{id:"9968|219",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of Strength",p:"inv_belt_11",str:13,rand:219},{id:"10067|699",type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Righteous Waistguard of the Tiger",p:"inv_belt_16",agi:11,str:11,rand:699},{id:"10067|1209",type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Righteous Waistguard of the Bear",p:"inv_belt_16",sta:11,str:11,rand:1209},{id:"10081|699",type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Lord's Girdle of the Tiger",p:"inv_belt_35",agi:11,str:11,rand:699},{id:"10081|1209",type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Lord's Girdle of the Bear",p:"inv_belt_35",sta:11,str:11,rand:1209},{id:"10088|693",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of the Tiger",p:"inv_belt_13",agi:9,str:9,rand:693},{id:"10088|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of the Bear",p:"inv_belt_13",sta:9,str:9,rand:1203},{id:"10088|220",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of Strength",p:"inv_belt_13",str:14,rand:220},{id:"10109|702",type:"Leather",slot:"waist",r:49,q:"2",i:"54",name:"Wanderer's Belt of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"10109|1212",type:"Leather",slot:"waist",r:49,q:"2",i:"54",name:"Wanderer's Belt of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"10122|702",type:"Mail",slot:"waist",r:50,q:"2",i:"55",name:"Ornate Girdle of the Tiger",p:"inv_belt_07",agi:12,str:12,rand:702},{id:"10122|1212",type:"Mail",slot:"waist",r:50,q:"2",i:"55",name:"Ornate Girdle of the Bear",p:"inv_belt_07",sta:12,str:12,rand:1212},{id:"10130|699",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of the Tiger",p:"inv_belt_30",agi:11,str:11,rand:699},{id:"10130|1209",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of the Bear",p:"inv_belt_30",sta:11,str:11,rand:1209},{id:"10130|308",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of Strength",p:"inv_belt_30",str:16,rand:308},{id:"10145|705",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of the Tiger",p:"inv_belt_12",agi:13,str:13,rand:705},{id:"10145|1215",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of the Bear",p:"inv_belt_12",sta:13,str:13,rand:1215},{id:"10145|312",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of Strength",p:"inv_belt_12",str:20,rand:312},{id:"10154|708",type:"Mail",slot:"waist",r:56,q:"2",i:"61",name:"Mercurial Girdle of the Tiger",p:"inv_belt_11",agi:14,str:14,rand:708},{id:"10154|1218",type:"Mail",slot:"waist",r:56,q:"2",i:"61",name:"Mercurial Girdle of the Bear",p:"inv_belt_11",sta:14,str:14,rand:1218},{id:"10166|702",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of the Tiger",p:"inv_belt_32",agi:12,str:12,rand:702},{id:"10166|1212",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of the Bear",p:"inv_belt_32",sta:12,str:12,rand:1212},{id:"10166|309",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of Strength",p:"inv_belt_32",str:17,rand:309},{id:"10190|702",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Swashbuckler's Belt of the Tiger",p:"inv_belt_13",agi:12,str:12,rand:702},{id:"10190|1212",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Swashbuckler's Belt of the Bear",p:"inv_belt_13",sta:12,str:12,rand:1212},{id:"10197|702",type:"Mail",slot:"waist",r:47,q:"2",i:"52",name:"Crusader's Belt of the Tiger",p:"inv_belt_04",agi:12,str:12,rand:702},{id:"10197|1212",type:"Mail",slot:"waist",r:47,q:"2",i:"52",name:"Crusader's Belt of the Bear",p:"inv_belt_04",sta:12,str:12,rand:1212},{id:"10206|696",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of the Tiger",p:"inv_belt_06",agi:10,str:10,rand:696},{id:"10206|1206",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of the Bear",p:"inv_belt_06",sta:10,str:10,rand:1206},{id:"10206|307",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of Strength",p:"inv_belt_06",str:15,rand:307},{id:"10221|705",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of the Tiger",p:"inv_belt_12",agi:13,str:13,rand:705},{id:"10221|1215",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of the Bear",p:"inv_belt_12",sta:13,str:13,rand:1215},{id:"10221|312",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of Strength",p:"inv_belt_12",str:20,rand:312},{id:"10233|702",type:"Mail",slot:"waist",r:52,q:"2",i:"57",name:"Engraved Girdle of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"10233|1212",type:"Mail",slot:"waist",r:52,q:"2",i:"57",name:"Engraved Girdle of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"10243|699",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of the Tiger",p:"inv_belt_10",agi:11,str:11,rand:699},{id:"10243|1209",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of the Bear",p:"inv_belt_10",sta:11,str:11,rand:1209},{id:"10243|308",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of Strength",p:"inv_belt_10",str:16,rand:308},{id:"10259|708",type:"Leather",slot:"waist",r:57,q:"2",i:"62",name:"Adventurer's Belt of the Tiger",p:"inv_belt_06",agi:14,str:14,rand:708},{id:"10259|1218",type:"Leather",slot:"waist",r:57,q:"2",i:"62",name:"Adventurer's Belt of the Bear",p:"inv_belt_06",sta:14,str:14,rand:1218},{id:"10269|708",type:"Mail",slot:"waist",r:57,q:"2",i:"62",name:"Masterwork Girdle of the Tiger",p:"inv_belt_11",agi:14,str:14,rand:708},{id:"10269|1218",type:"Mail",slot:"waist",r:57,q:"2",i:"62",name:"Masterwork Girdle of the Bear",p:"inv_belt_11",sta:14,str:14,rand:1218},{id:"10278|702",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of the Tiger",p:"inv_belt_04",agi:12,str:12,rand:702},{id:"10278|1212",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of the Bear",p:"inv_belt_04",sta:12,str:12,rand:1212},{id:"10278|310",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of Strength",p:"inv_belt_04",str:18,rand:310},{id:10329,type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Scarlet Belt",p:"inv_belt_06",str:8,sta:7},{id:10370,type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Imbued Plate Girdle",p:"inv_belt_12",str:13,sta:12},{id:"10381|705",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of the Tiger",p:"inv_belt_13",agi:13,str:13,rand:705},{id:"10381|1215",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of the Bear",p:"inv_belt_13",sta:13,str:13,rand:1215},{id:"10381|312",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of Strength",p:"inv_belt_13",str:20,rand:312},{id:"10387|708",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of the Tiger",p:"inv_belt_28",agi:14,str:14,rand:708},{id:"10387|1218",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of the Bear",p:"inv_belt_28",sta:14,str:14,rand:1218},{id:"10387|313",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of Strength",p:"inv_belt_28",str:21,rand:313},{id:10403,type:"Leather",slot:"waist",r:17,q:"2",i:"22",name:"Blackened Defias Belt",p:"inv_belt_26",str:5},{id:10412,type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Belt of the Fang",p:"inv_belt_30",agi:2,sta:3},{id:10706,type:"Mail",slot:"waist",r:38,q:"2",i:"47",name:"Nightscale Girdle",p:"inv_belt_33",str:14,sta:2},{id:10768,type:"Mail",slot:"waist",r:37,q:"3",i:"42",name:"Boar Champion's Belt",p:"inv_belt_11",str:15,sta:6},{id:"10788|702",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of the Tiger",p:"inv_belt_15",agi:12,str:12,rand:702},{id:"10788|1212",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of the Bear",p:"inv_belt_15",sta:12,str:12,rand:1212},{id:"10788|309",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of Strength",p:"inv_belt_15",str:17,rand:309},{id:10798,type:"Plate",slot:"waist",r:46,q:"3",i:"51",name:"Atal'alarion's Tusk Ring",p:"inv_belt_15",str:18,sta:8},{id:11229,type:"Mail",slot:"waist",r:26,q:"2",i:"32",name:"Brightscale Girdle",p:"inv_belt_06",str:6,sta:6},{id:11686,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Girdle of Beastial Fury",p:"inv_belt_12",str:8,sta:10,ap:30},{id:11861,type:"Mail",slot:"waist",r:43,q:"2",i:"46",name:"Girdle of Reprisal",p:"inv_belt_27",str:12},{id:11866,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Nagmara's Whipping Belt",p:"inv_belt_11",str:8,sta:14},{id:12115,type:"Plate",slot:"waist",r:48,q:"2",i:"56",name:"Stalwart Clutch",p:"inv_belt_34",sta:12,d:8},{id:12257,type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Heavy Notched Belt",p:"inv_belt_34",str:10,sta:6},{id:12258,type:"Mail",slot:"waist",r:39,q:"2",i:"44",name:"Serpent Clasp Belt",p:"inv_belt_03",crit:1},{id:12424,type:"Plate",slot:"waist",r:47,q:"2",i:"53",name:"Imperial Plate Belt",p:"inv_belt_01",str:12,sta:11},{id:12634,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Chiselbrand Girdle",p:"inv_belt_13",sta:6,ap:44},{id:12978,type:"Mail",slot:"waist",r:15,q:"3",i:"20",name:"Stormbringer Belt",p:"inv_belt_15",str:5,sta:2},{id:13077,type:"Plate",slot:"waist",r:52,q:"3",i:"57",name:"Girdle of Uther",p:"inv_belt_32",agi:9,str:9,sta:10},{id:13117,type:"Leather",slot:"waist",r:37,q:"3",i:"42",name:"Ogron's Sash",p:"inv_belt_15",agi:9,str:9,sta:9},{id:13118,type:"Leather",slot:"waist",r:52,q:"3",i:"57",name:"Serpentine Sash",p:"inv_belt_25",agi:14,str:9,sta:14},{id:13134,type:"Mail",slot:"waist",r:44,q:"3",i:"49",name:"Belt of the Gladiator",p:"inv_belt_23",str:18,sta:7},{id:13142,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Brigam Girdle",p:"inv_belt_33",str:15,sta:16,hit:1},{id:13145,type:"Plate",slot:"waist",r:40,q:"3",i:"40",name:"Enormous Ogre Belt",p:"inv_belt_27",str:12,sta:5},{id:13252,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Cloudrunner Girdle",p:"inv_belt_10",agi:15,str:14},{id:13384,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Rainbow Girdle",p:"inv_belt_30",agi:9,str:10,sta:10},{id:"13387|706",type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Foresight Girdle of the Tiger",p:"inv_belt_21",agi:14,str:13,rand:706},{id:13502,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Handcrafted Mastersmith Girdle",p:"inv_belt_23",agi:10,str:11,sta:10},{id:13959,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Omokk's Girth Restrainer",p:"inv_belt_13",str:15,sta:9,crit:1},{id:13962,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Vosh'gajin's Strand",p:"inv_belt_15",str:9,sta:6,crit:1},{id:14502,type:"Leather",slot:"waist",r:57,q:"3",i:"62",name:"Frostbite Girdle",p:"inv_belt_10",agi:15,str:5,sta:15,resist:{frost:10}},{id:14567,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Bristlebark Belt",p:"inv_belt_03",agi:4,sta:4},{id:14578,type:"Leather",slot:"waist",r:24,q:"2",i:"29",name:"Dokebi Cord",p:"inv_belt_11",str:1},{id:14588,type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Hawkeye's Cord",p:"inv_belt_09",agi:6,str:4,sta:6},{id:14598,type:"Leather",slot:"waist",r:35,q:"2",i:"40",name:"Warden's Waistband",p:"inv_belt_15",agi:8,sta:6},{id:14636,type:"Leather",slot:"waist",r:56,q:"3",i:"61",name:"Cadaverous Belt",p:"inv_belt_16",sta:12,ap:40},{id:14652,type:"Leather",slot:"waist",r:40,q:"2",i:"45",name:"Scorpashi Sash",p:"inv_belt_12",agi:10,str:4,sta:7},{id:14661,type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Keeper's Cord",p:"inv_belt_12",str:6},{id:14674,type:"Leather",slot:"waist",r:50,q:"2",i:"55",name:"Pridelord Girdle",p:"inv_belt_12",agi:12,str:4,sta:8},{id:14725,type:"Mail",slot:"waist",r:12,q:"2",i:"17",name:"War Paint Waistband",p:"inv_belt_25",str:3},{id:14746,type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Hulking Belt",p:"inv_belt_22",str:5},{id:14755,type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Slayer's Sash",p:"inv_belt_13",str:6,sta:4},{id:14761,type:"Mail",slot:"waist",r:29,q:"2",i:"34",name:"Enduring Belt",p:"inv_belt_29",str:6,sta:3},{id:14773,type:"Mail",slot:"waist",r:34,q:"2",i:"39",name:"Ravager's Cord",p:"inv_belt_09",agi:4,str:6,sta:8},{id:14793,type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Protector Waistband",p:"inv_belt_03",agi:10,sta:10},{id:14827,type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Symbolic Belt",p:"inv_belt_31",agi:3,str:8},{id:14838,type:"Plate",slot:"waist",r:40,q:"2",i:"43",name:"Tyrant's Belt",p:"inv_belt_24",str:9},{id:14847,type:"Plate",slot:"waist",r:44,q:"2",i:"49",name:"Sunscale Belt",p:"inv_belt_19",str:10,sta:5},{id:14864,type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Warleader's Belt",p:"inv_belt_22",str:6,sta:10},{id:"14898|693",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of the Tiger",p:"inv_belt_13",agi:9,str:9,rand:693},{id:"14898|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of the Bear",p:"inv_belt_13",sta:9,str:9,rand:1203},{id:"14898|219",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of Strength",p:"inv_belt_13",str:13,rand:219},{id:"14906|693",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of the Tiger",p:"inv_belt_24",agi:9,str:9,rand:693},{id:"14906|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of the Bear",p:"inv_belt_24",sta:9,str:9,rand:1203},{id:"14906|220",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of Strength",p:"inv_belt_24",str:14,rand:220},{id:"14918|696",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of the Tiger",p:"inv_belt_17",agi:10,str:10,rand:696},{id:"14918|1206",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of the Bear",p:"inv_belt_17",sta:10,str:10,rand:1206},{id:"14918|307",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of Strength",p:"inv_belt_17",str:15,rand:307},{id:"14927|702",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of the Tiger",p:"inv_belt_32",agi:12,str:12,rand:702},{id:"14927|1212",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of the Bear",p:"inv_belt_32",sta:12,str:12,rand:1212},{id:"14927|309",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of Strength",p:"inv_belt_32",str:17,rand:309},{id:"14934|702",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"14934|1212",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"14934|310",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of Strength",p:"inv_belt_12",str:18,rand:310},{id:"14943|693",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of the Tiger",p:"inv_belt_14",agi:9,str:9,rand:693},{id:"14943|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of the Bear",p:"inv_belt_14",sta:9,str:9,rand:1203},{id:"14943|219",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of Strength",p:"inv_belt_14",str:13,rand:219},{id:"14950|696",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of the Tiger",p:"inv_belt_13",agi:10,str:10,rand:696},{id:"14950|1206",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of the Bear",p:"inv_belt_13",sta:10,str:10,rand:1206},{id:"14950|307",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of Strength",p:"inv_belt_13",str:15,rand:307},{id:"14960|699",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of the Tiger",p:"inv_belt_29",agi:11,str:11,rand:699},{id:"14960|1209",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of the Bear",p:"inv_belt_29",sta:11,str:11,rand:1209},{id:"14960|308",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of Strength",p:"inv_belt_29",str:16,rand:308},{id:"14968|702",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"14968|1212",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"14968|310",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of Strength",p:"inv_belt_11",str:18,rand:310},{id:"14977|705",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of the Tiger",p:"inv_belt_24",agi:13,str:13,rand:705},{id:"14977|1215",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of the Bear",p:"inv_belt_24",sta:13,str:13,rand:1215},{id:"14977|312",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of Strength",p:"inv_belt_24",str:20,rand:312},{id:"15011|672",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Lupine Cord of the Tiger",p:"inv_belt_03",agi:2,str:2,rand:672},{id:"15011|1182",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Lupine Cord of the Bear",p:"inv_belt_03",sta:2,str:2,rand:1182},{id:15088,type:"Leather",slot:"waist",r:55,q:"2",i:"60",name:"Wicked Leather Belt",p:"inv_belt_03",agi:14,sta:13},{id:"15110|675",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of the Tiger",p:"inv_belt_05",agi:3,str:3,rand:675},{id:"15110|1185",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of the Bear",p:"inv_belt_05",sta:3,str:3,rand:1185},{id:"15110|136",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of Strength",p:"inv_belt_05",str:6,rand:136},{id:"15120|681",type:"Leather",slot:"waist",r:21,q:"2",i:"26",name:"Robust Girdle of the Tiger",p:"inv_belt_06",agi:5,str:5,rand:681},{id:"15120|1191",type:"Leather",slot:"waist",r:21,q:"2",i:"26",name:"Robust Girdle of the Bear",p:"inv_belt_06",sta:5,str:5,rand:1191},{id:"15136|684",type:"Leather",slot:"waist",r:26,q:"2",i:"31",name:"Cutthroat's Belt of the Tiger",p:"inv_belt_11",agi:6,str:6,rand:684},{id:"15136|1194",type:"Leather",slot:"waist",r:26,q:"2",i:"31",name:"Cutthroat's Belt of the Bear",p:"inv_belt_11",sta:6,str:6,rand:1194},{id:"15148|687",type:"Leather",slot:"waist",r:29,q:"2",i:"34",name:"Ghostwalker Belt of the Tiger",p:"inv_belt_04",agi:7,str:7,rand:687},{id:"15148|1197",type:"Leather",slot:"waist",r:29,q:"2",i:"34",name:"Ghostwalker Belt of the Bear",p:"inv_belt_04",sta:7,str:7,rand:1197},{id:"15154|690",type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Nocturnal Sash of the Tiger",p:"inv_belt_15",agi:8,str:8,rand:690},{id:"15154|1200",type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Nocturnal Sash of the Bear",p:"inv_belt_15",sta:8,str:8,rand:1200},{id:"15161|693",type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Imposing Belt of the Tiger",p:"inv_belt_12",agi:9,str:9,rand:693},{id:"15161|1203",type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Imposing Belt of the Bear",p:"inv_belt_12",sta:9,str:9,rand:1203},{id:"15178|696",type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Potent Belt of the Tiger",p:"inv_belt_16",agi:10,str:10,rand:696},{id:"15178|1206",type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Potent Belt of the Bear",p:"inv_belt_16",sta:10,str:10,rand:1206},{id:"15180|702",type:"Leather",slot:"waist",r:48,q:"2",i:"53",name:"Praetorian Girdle of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"15180|1212",type:"Leather",slot:"waist",r:48,q:"2",i:"53",name:"Praetorian Girdle of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"15191|702",type:"Leather",slot:"waist",r:52,q:"2",i:"57",name:"Grand Belt of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"15191|1212",type:"Leather",slot:"waist",r:52,q:"2",i:"57",name:"Grand Belt of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"15308|675",type:"Leather",slot:"waist",r:12,q:"2",i:"17",name:"Feral Cord of the Tiger",p:"inv_belt_03",agi:3,str:3,rand:675},{id:"15308|1185",type:"Leather",slot:"waist",r:12,q:"2",i:"17",name:"Feral Cord of the Bear",p:"inv_belt_03",sta:3,str:3,rand:1185},{id:"15329|678",type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Wrangler's Belt of the Tiger",p:"inv_belt_16",agi:4,str:4,rand:678},{id:"15329|1188",type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Wrangler's Belt of the Bear",p:"inv_belt_16",sta:4,str:4,rand:1188},{id:"15347|684",type:"Leather",slot:"waist",r:23,q:"2",i:"28",name:"Pathfinder Belt of the Tiger",p:"inv_belt_25",agi:6,str:6,rand:684},{id:"15347|1194",type:"Leather",slot:"waist",r:23,q:"2",i:"28",name:"Pathfinder Belt of the Bear",p:"inv_belt_25",sta:6,str:6,rand:1194},{id:"15349|684",type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Headhunter's Belt of the Tiger",p:"inv_belt_03",agi:6,str:6,rand:684},{id:"15349|1194",type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Headhunter's Belt of the Bear",p:"inv_belt_03",sta:6,str:6,rand:1194},{id:"15361|690",type:"Leather",slot:"waist",r:32,q:"2",i:"37",name:"Trickster's Sash of the Tiger",p:"inv_belt_09",agi:8,str:8,rand:690},{id:"15361|1200",type:"Leather",slot:"waist",r:32,q:"2",i:"37",name:"Trickster's Sash of the Bear",p:"inv_belt_09",sta:8,str:8,rand:1200},{id:"15369|693",type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Wolf Rider's Belt of the Tiger",p:"inv_belt_02",agi:9,str:9,rand:693},{id:"15369|1203",type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Wolf Rider's Belt of the Bear",p:"inv_belt_02",sta:9,str:9,rand:1203},{id:"15378|696",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Rageclaw Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"15378|1206",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Rageclaw Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"15388|702",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Jadefire Belt of the Tiger",p:"inv_belt_21",agi:12,str:12,rand:702},{id:"15388|1212",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Jadefire Belt of the Bear",p:"inv_belt_21",sta:12,str:12,rand:1212},{id:15404,type:"Mail",slot:"waist",r:15,q:"2",i:"18",name:"Breakwater Girdle",p:"inv_belt_10",agi:2,sta:3},{id:"15428|702",type:"Leather",slot:"waist",r:51,q:"2",i:"56",name:"Peerless Belt of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"15428|1212",type:"Leather",slot:"waist",r:51,q:"2",i:"56",name:"Peerless Belt of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"15434|708",type:"Leather",slot:"waist",r:56,q:"2",i:"61",name:"Supreme Sash of the Tiger",p:"inv_belt_12",agi:14,str:14,rand:708},{id:"15434|1218",type:"Leather",slot:"waist",r:56,q:"2",i:"61",name:"Supreme Sash of the Bear",p:"inv_belt_12",sta:14,str:14,rand:1218},{id:15469,type:"Leather",slot:"waist",r:25,q:"2",i:"29",name:"Windsong Cinch",p:"inv_belt_10",sta:5,ap:12},{id:"15492|672",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of the Tiger",p:"inv_belt_13",agi:2,str:2,rand:672},{id:"15492|1182",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of the Bear",p:"inv_belt_13",sta:2,str:2,rand:1182},{id:"15492|24",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of Strength",p:"inv_belt_13",str:3,rand:24},{id:"15497|675",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of the Tiger",p:"inv_belt_29",agi:3,str:3,rand:675},{id:"15497|1185",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of the Bear",p:"inv_belt_29",sta:3,str:3,rand:1185},{id:"15497|115",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of Strength",p:"inv_belt_29",str:5,rand:115},{id:"15510|675",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of the Tiger",p:"inv_belt_15",agi:3,str:3,rand:675},{id:"15510|1185",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of the Bear",p:"inv_belt_15",sta:3,str:3,rand:1185},{id:"15510|115",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of Strength",p:"inv_belt_15",str:5,rand:115},{id:"15515|681",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of the Tiger",p:"inv_belt_16",agi:5,str:5,rand:681},{id:"15515|1191",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of the Bear",p:"inv_belt_16",sta:5,str:5,rand:1191},{id:"15515|155",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of Strength",p:"inv_belt_16",str:7,rand:155},{id:"15528|681",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of the Tiger",p:"inv_belt_27",agi:5,str:5,rand:681},{id:"15528|1191",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of the Bear",p:"inv_belt_27",sta:5,str:5,rand:1191},{id:"15528|155",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of Strength",p:"inv_belt_27",str:7,rand:155},{id:"15539|684",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of the Tiger",p:"inv_belt_26",agi:6,str:6,rand:684},{id:"15539|1194",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of the Bear",p:"inv_belt_26",sta:6,str:6,rand:1194},{id:"15539|189",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of Strength",p:"inv_belt_26",str:8,rand:189},{id:"15549|684",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of the Tiger",p:"inv_belt_21",agi:6,str:6,rand:684},{id:"15549|1194",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of the Bear",p:"inv_belt_21",sta:6,str:6,rand:1194},{id:"15549|190",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of Strength",p:"inv_belt_21",str:9,rand:190},{id:"15554|684",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of the Tiger",p:"inv_belt_24",agi:6,str:6,rand:684},{id:"15554|1194",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of the Bear",p:"inv_belt_24",sta:6,str:6,rand:1194},{id:"15554|190",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of Strength",p:"inv_belt_24",str:9,rand:190},{id:"15571|687",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of the Tiger",p:"inv_belt_26",agi:7,str:7,rand:687},{id:"15571|1197",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of the Bear",p:"inv_belt_26",sta:7,str:7,rand:1197},{id:"15571|192",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of Strength",p:"inv_belt_26",str:11,rand:192},{id:"15575|687",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of the Tiger",p:"inv_belt_27",agi:7,str:7,rand:687},{id:"15575|1197",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of the Bear",p:"inv_belt_27",sta:7,str:7,rand:1197},{id:"15575|192",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of Strength",p:"inv_belt_27",str:11,rand:192},{id:15587,type:"Leather",slot:"waist",r:31,q:"2",i:"35",name:"Ringtail Girdle",p:"inv_belt_34",sta:5,ap:16},{id:15588,type:"Mail",slot:"waist",r:31,q:"2",i:"35",name:"Bracesteel Belt",p:"inv_belt_21",agi:4,str:4,sta:7},{id:"15598|690",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of the Tiger",p:"inv_belt_30",agi:8,str:8,rand:690},{id:"15598|1200",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of the Bear",p:"inv_belt_30",sta:8,str:8,rand:1200},{id:"15598|193",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of Strength",p:"inv_belt_30",str:12,rand:193},{id:"15606|693",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Ancient Belt of the Tiger",p:"inv_belt_10",agi:9,str:9,rand:693},{id:"15606|1203",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Ancient Belt of the Bear",p:"inv_belt_10",sta:9,str:9,rand:1203},{id:"15613|693",type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Bonelink Belt of the Tiger",p:"inv_belt_35",agi:9,str:9,rand:693},{id:"15613|1203",type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Bonelink Belt of the Bear",p:"inv_belt_35",sta:9,str:9,rand:1203},{id:"15619|696",type:"Mail",slot:"waist",r:43,q:"2",i:"48",name:"Gryphon Mail Belt of the Tiger",p:"inv_belt_29",agi:10,str:10,rand:696},{id:"15619|1206",type:"Mail",slot:"waist",r:43,q:"2",i:"48",name:"Gryphon Mail Belt of the Bear",p:"inv_belt_29",sta:10,str:10,rand:1206},{id:"15636|699",type:"Mail",slot:"waist",r:44,q:"2",i:"49",name:"Formidable Belt of the Tiger",p:"inv_belt_35",agi:11,str:11,rand:699},{id:"15636|1209",type:"Mail",slot:"waist",r:44,q:"2",i:"49",name:"Formidable Belt of the Bear",p:"inv_belt_35",sta:11,str:11,rand:1209},{id:"15641|699",type:"Mail",slot:"waist",r:46,q:"2",i:"51",name:"Ironhide Belt of the Tiger",p:"inv_belt_03",agi:11,str:11,rand:699},{id:"15641|1209",type:"Mail",slot:"waist",r:46,q:"2",i:"51",name:"Ironhide Belt of the Bear",p:"inv_belt_03",sta:11,str:11,rand:1209},{id:"15654|702",type:"Mail",slot:"waist",r:49,q:"2",i:"54",name:"Merciless Belt of the Tiger",p:"inv_belt_07",agi:12,str:12,rand:702},{id:"15654|1212",type:"Mail",slot:"waist",r:49,q:"2",i:"54",name:"Merciless Belt of the Bear",p:"inv_belt_07",sta:12,str:12,rand:1212},{id:"15663|702",type:"Mail",slot:"waist",r:51,q:"2",i:"56",name:"Impenetrable Belt of the Tiger",p:"inv_belt_18",agi:12,str:12,rand:702},{id:"15663|1212",type:"Mail",slot:"waist",r:51,q:"2",i:"56",name:"Impenetrable Belt of the Bear",p:"inv_belt_18",sta:12,str:12,rand:1212},{id:"15673|705",type:"Mail",slot:"waist",r:53,q:"2",i:"58",name:"Magnificent Belt of the Tiger",p:"inv_belt_11",agi:13,str:13,rand:705},{id:"15673|1215",type:"Mail",slot:"waist",r:53,q:"2",i:"58",name:"Magnificent Belt of the Bear",p:"inv_belt_11",sta:13,str:13,rand:1215},{id:"15683|705",type:"Mail",slot:"waist",r:55,q:"2",i:"60",name:"Triumphant Girdle of the Tiger",p:"inv_belt_11",agi:13,str:13,rand:705},{id:"15683|1215",type:"Mail",slot:"waist",r:55,q:"2",i:"60",name:"Triumphant Girdle of the Bear",p:"inv_belt_11",sta:13,str:13,rand:1215},{id:15709,type:"Plate",slot:"waist",r:48,q:"2",i:"58",name:"Gearforge Girdle",p:"inv_belt_33",agi:4,str:16,sta:5},{id:16482,type:"Plate",slot:"waist",r:60,q:"4",i:"65",name:"Marshal's Plate Girdle",p:"inv_belt_27",agi:12,str:25,sta:15},{id:16547,type:"Plate",slot:"waist",r:60,q:"4",i:"65",name:"General's Plate Girdle",p:"inv_belt_09",agi:12,str:25,sta:15},{id:16659,type:"Leather",slot:"waist",r:23,q:"2",i:"27",name:"Deftkin Belt",p:"inv_belt_09",agi:4,sta:3,ap:12},{id:16987,type:"Leather",slot:"waist",r:18,q:"2",i:"27",name:"Screecher Belt",p:"inv_belt_05",sta:3,ap:12},{id:17778,type:"Leather",slot:"waist",r:41,q:"2",i:"47",name:"Sagebrush Girdle",p:"inv_belt_25",agi:15},{id:18451,type:"Leather",slot:"waist",r:55,q:"2",i:"60",name:"Hyena Hide Belt",p:"inv_belt_16",sta:13,ap:28},{id:18529,type:"Plate",slot:"waist",r:56,q:"3",i:"61",name:"Elemental Plate Girdle",p:"inv_belt_18",str:17,sta:10},{id:18547,type:"Plate",slot:"waist",r:60,q:"4",i:"71",name:"Unmelting Ice Girdle",p:"inv_belt_31",agi:14,str:14,sta:14,resist:{frost:16},d:8},{id:19043,type:"Mail",slot:"waist",r:53,q:"3",i:"58",name:"Heavy Timbermaw Belt",p:"inv_belt_16",sta:9,ap:42},{id:19044,type:"Leather",slot:"waist",r:53,q:"3",i:"58",name:"Might of the Timbermaw",p:"inv_belt_09",str:21,sta:9},{id:19051,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Girdle of the Dawn",p:"inv_belt_11",str:21,sta:9},{id:19087,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Plate Belt",p:"inv_belt_35",agi:7,str:18,sta:8,resist:{frost:5}},{id:19088,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Mail Belt",p:"inv_belt_18",agi:12,sta:12,resist:{frost:5}},{id:19089,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Leather Belt",p:"inv_belt_26",agi:10,str:11,sta:15,resist:{frost:5}},{id:19091,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Plate Girdle",p:"inv_belt_35",agi:7,str:18,sta:8,resist:{frost:5}},{id:19092,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Mail Girdle",p:"inv_belt_18",agi:12,sta:12,resist:{frost:5}},{id:19093,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Leather Girdle",p:"inv_belt_26",agi:10,str:11,sta:15,resist:{frost:5}},{id:19125,type:"Mail",slot:"waist",r:45,q:"2",i:"49",name:"Seared Mail Girdle",p:"inv_belt_16",agi:12,sta:7},{id:19137,type:"Plate",slot:"waist",r:60,q:"4",i:"78",name:"Onslaught Girdle",p:"inv_belt_29",str:31,sta:11,crit:1,hit:1},{id:19163,type:"Leather",slot:"waist",r:60,q:"4",i:"70",name:"Molten Belt",p:"inv_belt_13",agi:28,sta:16,resist:{fire:12}},{id:19823,type:"Plate",slot:"waist",r:60,q:"4",i:"61",name:"Zandalar Vindicator's Belt",p:"inv_belt_32",str:25,sta:10,crit:1},{id:20041,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:17,sta:10,crit:1},{id:20042,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:15,sta:6,crit:1},{id:20043,type:"Mail",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:10,crit:1,ap:34},{id:20045,type:"Leather",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:7,crit:1,ap:34},{id:20088,type:"Mail",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:8,crit:1,ap:20},{id:20089,type:"Mail",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:6,crit:1,ap:8},{id:20090,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:5,ap:24},{id:20106,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4,crit:1},{id:20107,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:12,sta:6},{id:20108,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4},{id:20115,type:"Leather",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:6,crit:1,ap:20},{id:20116,type:"Leather",slot:"waist",r:38,q:"3",i:"43",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:4,ap:30},{id:20117,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:4,ap:24},{id:20124,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:10,sta:8,crit:1},{id:20125,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:15,sta:6},{id:20126,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:12,sta:5},{id:20150,type:"Mail",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:10,crit:1,ap:34},{id:20151,type:"Mail",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:8,crit:1,ap:20},{id:20152,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:5,ap:24},{id:20153,type:"Mail",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:6,crit:1,ap:8},{id:20178,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4},{id:20180,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Lamellar Girdle",p:"inv_belt_14",str:12,sta:6},{id:20190,type:"Leather",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:7,crit:1,ap:34},{id:20191,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:4,ap:24},{id:20192,type:"Leather",slot:"waist",r:38,q:"3",i:"43",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:4,ap:30},{id:20193,type:"Leather",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:6,crit:1,ap:20},{id:20204,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:17,sta:10,crit:1},{id:20205,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:10,sta:8,crit:1},{id:20206,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:15,sta:6},{id:20207,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:12,sta:5},{id:20213,type:"Plate",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Shrunken Heads",p:"inv_belt_13",agi:7,str:23,sta:11},{id:20215,type:"Mail",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Shriveled Heads",p:"inv_belt_12",agi:11,sta:18},{id:20216,type:"Leather",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Preserved Heads",p:"inv_belt_14",agi:15,str:14,sta:11,hit:1},{id:21312,type:"Mail",slot:"waist",r:45,q:"2",i:"48",name:"Belt of the Den Watcher",p:"inv_belt_09",sta:6,ap:24},{id:22195,type:"Mail",slot:"waist",r:60,q:"3",i:"68",name:"Light Obsidian Belt",p:"inv_belt_16",ap:32,crit:1},{id:22197,type:"Plate",slot:"waist",r:60,q:"3",i:"68",name:"Heavy Obsidian Belt",p:"inv_belt_16",str:25},{id:22232,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Marksman's Girdle",p:"inv_belt_18",agi:21,hit:1},{id:22325,type:"Leather",slot:"waist",r:56,q:"3",i:"61",name:"Belt of the Trickster",p:"inv_belt_26",agi:22,sta:9},{id:22422,type:"Plate",slot:"waist",r:60,q:"4",i:"88",name:"Dreadnaught Waistguard",p:"inv_belt_27",str:20,sta:26,block:18,d:9},{id:22764,type:"Plate",slot:"waist",r:60,q:"3",i:"70",name:"Ironvine Belt",p:"inv_belt_21",sta:12,resist:{nature:15},d:3},{id:209421,type:"Leather",slot:"waist",r:25,q:"3",i:"30",name:"Cord of Aquanis",p:"inv_belt_15",agi:7,sta:4},{id:211457,type:"Mail",slot:"waist",r:25,q:"3",i:"33",name:"Twilight Defender's Girdle",p:"inv_belt_27",str:7,sta:9,d:4},{id:212590,type:"Mail",slot:"waist",r:12,q:"2",i:"17",name:"Hoist Strap",p:"inv_belt_03",str:2,sta:2},{id:213322,type:"Leather",slot:"waist",r:40,q:"3",i:"45",name:"Skullduggery Waistband",p:"inv_belt_12",agi:10,str:10,sta:6},{id:213324,type:"Mail",slot:"waist",r:40,q:"3",i:"45",name:"Electromagnetic Waistcord",p:"inv_belt_35",sta:5,hit:1},{id:213325,type:"Mail",slot:"waist",r:40,q:"3",i:"45",name:"Darkvision Girdle",p:"inv_belt_33",sta:4,hit:1,ap:24},{id:213326,type:"Plate",slot:"waist",r:40,q:"3",i:"45",name:"Girdle of Reclamation",p:"inv_belt_14",str:6,sta:5},{id:213327,type:"Plate",slot:"waist",r:40,q:"3",i:"45",name:"Belt of the Trogg Berserker",p:"inv_belt_14",str:17,sta:5},{id:215115,type:"Cloth",slot:"waist",r:40,q:"4",i:"45",name:"Hyperconductive Goldwrap",p:"inv_belt_32",sta:9,crit:1,hit:1},{id:215380,type:"Varied2H",slot:"waist",r:40,q:"4",i:"45",name:"Power-Assisted Lifting Belt",p:"inv_belt_34",str:14,sta:15,skill:3},{id:220550,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Temple Looter's Waistband",p:"inv_belt_25",agi:9,sta:12,ap:32},{id:220552,type:"Mail",slot:"waist",r:50,q:"3",i:"55",name:"Waistguard of Pain",p:"inv_belt_33",agi:12,str:13},{id:220553,type:"Mail",slot:"waist",r:50,q:"4",i:"53",name:"Belt of the Forsaken Worshipper",p:"inv_belt_33",sta:6,crit:1},{id:220554,type:"Plate",slot:"waist",r:50,q:"3",i:"55",name:"Atal'alarion's Tusk Band",p:"inv_belt_15",str:21,sta:8},{id:220555,type:"Plate",slot:"waist",r:50,q:"3",i:"55",name:"Atal'ai Serpentscale Girdle",p:"inv_belt_15",str:13,sta:14,block:14},{id:226485,type:"Plate",slot:"waist",r:60,q:"4",i:"66",name:"Belt of Might",p:"inv_belt_09",agi:8,str:21,sta:15,resist:{fire:7},block:18},{id:226498,type:"Plate",slot:"waist",r:60,q:"4",i:"66",name:"Sash of Might",p:"inv_belt_09",str:22,sta:15,resist:{fire:7},crit:1},{id:226765,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Belt of Valor",p:"inv_belt_34",agi:7,str:14,sta:14},{id:226864,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Belt of Heroism",p:"inv_belt_34",str:17,sta:10,crit:1},{id:226866,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Waistguard of Heroism",p:"inv_belt_34",str:12,sta:15,d:7,hit:1},{id:226874,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Waist of Heroism",p:"inv_belt_34",agi:9,str:15,sta:12,d:7},{id:227805,type:"Leather",slot:"waist",r:53,q:"3",i:"58",name:"Ferocity of the Timbermaw",p:"inv_belt_09",str:21,sta:9},{id:227807,type:"Mail",slot:"waist",r:53,q:"3",i:"58",name:"Dense Timbermaw Belt",p:"inv_belt_16",sta:9,ap:42},{id:227814,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Radiant Girdle of the Dawn",p:"inv_belt_11",str:21,sta:9},{id:227944,type:"Mail",slot:"waist",r:51,q:"3",i:"56",name:"Verek's Leash",p:"inv_belt_18",agi:8,str:8,sta:8},{id:227987,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Sash of the Grand Hunt",p:"inv_belt_28",agi:15,sta:14},{id:228002,type:"Plate",slot:"waist",r:56,q:"3",i:"61",name:"Deathbone Girdle",p:"inv_belt_12",sta:15,d:9},{id:228014,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Bloodmail Belt",p:"inv_belt_23",agi:12,str:12,sta:11},{id:228063,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Warpwood Binding",p:"inv_belt_34",agi:14,sta:6,crit:1},{id:228068,type:"Dagger",slot:"waist",r:57,q:"3",i:"62",name:"Mugger's Belt",p:"inv_belt_02",sta:16,crit:1,skill:5}],legs:[{id:1310,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Smith's Trousers",p:"inv_pants_02",agi:4,str:4},{id:1436,type:"Leather",slot:"legs",r:10,q:"2",i:"17",name:"Frontier Britches",p:"inv_pants_05",agi:3,str:3},{id:1718,type:"Leather",slot:"legs",r:38,q:"3",i:"43",name:"Basilisk Hide Pants",p:"inv_pants_06",agi:21,sta:8},{id:1934,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Stonemason Trousers",p:"inv_pants_02",agi:4},{id:1943,type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Goblin Mail Leggings",p:"inv_pants_03",str:4,sta:3},{id:2166,type:"Mail",slot:"legs",r:15,q:"2",i:"20",name:"Foreman's Leggings",p:"inv_pants_03",agi:3,sta:3},{id:2233,type:"Leather",slot:"legs",r:22,q:"2",i:"27",name:"Shadow Weaver Leggings",p:"inv_pants_12",agi:6},{id:2545,type:"Mail",slot:"legs",r:18,q:"2",i:"26",name:"Malleable Chain Leggings",p:"inv_pants_03",agi:3,str:7,sta:3},{id:2694,type:"Mail",slot:"legs",r:9,q:"2",i:"17",name:"Settler's Leggings",p:"inv_pants_03",agi:3},{id:2818,type:"Leather",slot:"legs",r:12,q:"2",i:"15",name:"Stretched Leather Trousers",p:"inv_pants_02",agi:2,str:2},{id:2906,type:"Mail",slot:"legs",r:22,q:"2",i:"26",name:"Darkshire Mail Leggings",p:"inv_pants_03",str:6},{id:2962,type:"Leather",slot:"legs",r:5,q:"2",i:"10",name:"Burnt Leather Breeches",p:"inv_pants_06",agi:1},{id:2974,type:"Leather",slot:"legs",r:11,q:"2",i:"16",name:"Hunting Pants",p:"inv_pants_wolf",agi:3},{id:2978,type:"Mail",slot:"legs",r:10,q:"2",i:"15",name:"Veteran Leggings",p:"inv_pants_09",agi:2,str:2},{id:2990,type:"Mail",slot:"legs",r:16,q:"2",i:"21",name:"Burnished Leggings",p:"inv_pants_02",str:4},{id:3022,type:"Leather",slot:"legs",r:18,q:"2",i:"23",name:"Bluegill Breeches",p:"inv_pants_02",agi:8},{id:3048,type:"Mail",slot:"legs",r:21,q:"2",i:"26",name:"Lambent Scale Legguards",p:"inv_pants_03",agi:4,str:7},{id:3056,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Forest Leather Pants",p:"inv_pants_07",agi:6},{id:3282,type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Battle Chain Pants",p:"inv_pants_03",str:1,sta:1},{id:3287,type:"Leather",slot:"legs",r:7,q:"2",i:"12",name:"Tribal Pants",p:"inv_pants_06",agi:1,str:1},{id:3305,type:"Mail",slot:"legs",r:11,q:"2",i:"16",name:"Brackwater Leggings",p:"inv_pants_03",agi:2,sta:3},{id:3315,type:"Leather",slot:"legs",r:12,q:"2",i:"17",name:"Ceremonial Leather Loincloth",p:"inv_pants_wolf",str:3},{id:3473,type:"Mail",slot:"legs",r:8,q:"2",i:"13",name:"Runed Copper Pants",p:"inv_pants_03",str:2,sta:2},{id:3578,type:"Leather",slot:"legs",r:8,q:"2",i:"15",name:"Harvester's Pants",p:"inv_pants_05",agi:2},{id:3751,type:"Mail",slot:"legs",r:26,q:"2",i:"30",name:"Mercenary Leggings",p:"inv_pants_03",agi:7,str:7},{id:3842,type:"Mail",slot:"legs",r:26,q:"2",i:"31",name:"Green Iron Leggings",p:"inv_pants_05",str:8,sta:8},{id:4054,type:"Leather",slot:"legs",r:30,q:"2",i:"35",name:"Insignia Leggings",p:"inv_pants_09",agi:9},{id:4079,type:"Mail",slot:"legs",r:35,q:"2",i:"40",name:"Chief Brigadier Leggings",p:"inv_pants_03",str:11},{id:4084,type:"Mail",slot:"legs",r:41,q:"2",i:"46",name:"Blackforge Leggings",p:"inv_pants_03",agi:12},{id:4108,type:"Leather",slot:"legs",r:28,q:"2",i:"40",name:"Panther Hunter Leggings",p:"inv_pants_02",agi:10,sta:11},{id:4741,type:"Mail",slot:"legs",r:30,q:"2",i:"37",name:"Stromgarde Cavalry Leggings",p:"inv_pants_03",agi:2,str:8,sta:6},{id:4800,type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Mighty Chain Pants",p:"inv_pants_03",str:5,sta:5},{id:4816,type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Legionnaire's Leggings",p:"inv_pants_03",str:5},{id:4830,type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Saber Leggings",p:"inv_pants_06",agi:7},{id:4831,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Stalking Pants",p:"inv_pants_10",agi:6,sta:6},{id:4909,type:"Leather",slot:"legs",r:3,q:"2",i:"15",name:"Kodo Hunter's Leggings",p:"inv_pants_02",agi:4},{id:5327,type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Greasy Tinker's Pants",p:"inv_pants_02",agi:3,str:3},{id:5422,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Brambleweed Leggings",p:"inv_pants_02",agi:4},{id:5617,type:"Leather",slot:"legs",r:7,q:"2",i:"13",name:"Vagabond Leggings",p:"inv_pants_02",agi:1,str:2},{id:5961,type:"Leather",slot:"legs",r:18,q:"2",i:"23",name:"Dark Leather Pants",p:"inv_pants_09",agi:8},{id:5963,type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Barbaric Leggings",p:"inv_pants_12",agi:7,sta:7},{id:6084,type:"Mail",slot:"legs",r:5,q:"2",i:"13",name:"Stormwind Guard Leggings",p:"inv_pants_03",str:3},{id:6087,type:"Mail",slot:"legs",r:14,q:"3",i:"24",name:"Chausses of Westfall",p:"inv_pants_03",str:11,sta:5},{id:"6269|1181",type:"Leather",slot:"legs",r:7,q:"2",i:"12",name:"Pioneer Trousers of the Bear",p:"inv_pants_05",sta:1,str:2,rand:1181},{id:"6337|669",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of the Tiger",p:"inv_pants_03",agi:1,str:1,rand:669},{id:"6337|1179",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of the Bear",p:"inv_pants_03",sta:1,str:1,rand:1179},{id:"6337|23",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of Strength",p:"inv_pants_03",str:2,rand:23},{id:6386,type:"Mail",slot:"legs",r:25,q:"2",i:"30",name:"Glimmering Mail Legguards",p:"inv_pants_06",agi:7,str:8},{id:6402,type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Mail Combat Leggings",p:"inv_pants_09",str:9},{id:6480,type:"Leather",slot:"legs",r:13,q:"2",i:"20",name:"Slick Deviate Leggings",p:"inv_pants_02",agi:4,sta:4},{id:"6546|675",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of the Tiger",p:"inv_pants_10",agi:3,str:3,rand:675},{id:"6546|1189",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of the Bear",p:"inv_pants_10",sta:5,str:4,rand:1189},{id:"6546|115",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of Strength",p:"inv_pants_10",str:5,rand:115},{id:"6553|1185",type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Bard's Trousers of the Bear",p:"inv_pants_06",sta:3,str:3,rand:1185},{id:"6578|681",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"6578|1191",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"6578|189",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of Strength",p:"inv_pants_03",str:8,rand:189},{id:"6587|1191",type:"Leather",slot:"legs",r:19,q:"2",i:"24",name:"Scouting Trousers of the Bear",p:"inv_pants_02",sta:5,str:5,rand:1191},{id:"6596|687",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of the Tiger",p:"inv_pants_06",agi:7,str:7,rand:687},{id:"6596|1197",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of the Bear",p:"inv_pants_06",sta:7,str:7,rand:1197},{id:"6596|192",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of Strength",p:"inv_pants_06",str:11,rand:192},{id:"6607|1199",type:"Leather",slot:"legs",r:25,q:"2",i:"30",name:"Dervish Leggings of the Bear",p:"inv_pants_07",sta:7,str:8,rand:1199},{id:"6607|6",type:"Leather",slot:"legs",r:25,q:"2",i:"30",name:"Dervish Leggings of Strength",p:"inv_pants_07",str:1,rand:6},{id:6671,type:"Mail",slot:"legs",r:20,q:"2",i:"27",name:"Juggernaut Leggings",p:"inv_pants_03",str:10},{id:6690,type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Ferine Leggings",p:"inv_pants_14",agi:8,str:9},{id:6973,type:"Mail",slot:"legs",r:20,q:"2",i:"29",name:"Fire Hardened Leggings",p:"inv_pants_03",str:7,sta:7},{id:7132,type:"Mail",slot:"legs",r:20,q:"2",i:"29",name:"Brutal Legguards",p:"inv_pants_03",str:7,sta:7},{id:7282,type:"Leather",slot:"legs",r:14,q:"2",i:"19",name:"Light Leather Pants",p:"inv_pants_02",agi:5},{id:7373,type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Dusky Leather Leggings",p:"inv_pants_07",agi:13},{id:"7414|1203",type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Infiltrator Pants of the Bear",p:"inv_pants_07",sta:9,str:9,rand:1203},{id:"7423|693",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of the Tiger",p:"inv_pants_04",agi:9,str:9,rand:693},{id:"7423|1203",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of the Bear",p:"inv_pants_04",sta:9,str:9,rand:1203},{id:"7423|220",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of Strength",p:"inv_pants_04",str:14,rand:220},{id:"7440|1206",type:"Leather",slot:"legs",r:34,q:"2",i:"39",name:"Sentinel Trousers of the Bear",p:"inv_pants_wolf",sta:10,str:10,rand:1206},{id:"7455|696",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of the Tiger",p:"inv_pants_04",agi:10,str:10,rand:696},{id:"7455|1206",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of the Bear",p:"inv_pants_04",sta:10,str:10,rand:1206},{id:"7455|308",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of Strength",p:"inv_pants_04",str:16,rand:308},{id:"7478|1212",type:"Leather",slot:"legs",r:38,q:"2",i:"43",name:"Ranger Leggings of the Bear",p:"inv_pants_14",sta:12,str:12,rand:1212},{id:"7487|1212",type:"Mail",slot:"legs",r:38,q:"2",i:"43",name:"Captain's Leggings of the Bear",p:"inv_pants_10",sta:12,str:12,rand:1212},{id:"7528|1215",type:"Leather",slot:"legs",r:43,q:"2",i:"48",name:"Cabalist Leggings of the Bear",p:"inv_pants_wolf",sta:13,str:13,rand:1215},{id:"7539|1215",type:"Mail",slot:"legs",r:43,q:"2",i:"48",name:"Champion's Leggings of the Bear",p:"inv_pants_03",sta:13,str:13,rand:1215},{id:7760,type:"Leather",slot:"legs",r:34,q:"3",i:"39",name:"Warchief Kilt",p:"inv_pants_06",str:5},{id:7926,type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Ornate Mithril Pants",p:"inv_pants_04",str:12},{id:7929,type:"Mail",slot:"legs",r:37,q:"2",i:"42",name:"Orcish War Leggings",p:"inv_pants_03",str:17},{id:8123,type:"Leather",slot:"legs",r:44,q:"2",i:"49",name:"Heraldic Leggings",p:"inv_pants_06",agi:14},{id:8132,type:"Mail",slot:"legs",r:46,q:"2",i:"51",name:"Myrmidon's Leggings",p:"inv_pants_12",agi:14},{id:8143,type:"Plate",slot:"legs",r:41,q:"2",i:"46",name:"Chromite Legplates",p:"inv_pants_03",str:13},{id:8162,type:"Plate",slot:"legs",r:40,q:"2",i:"41",name:"Jouster's Legplates",p:"inv_pants_03",str:11},{id:8193,type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Nightscape Pants",p:"inv_pants_11",agi:16,sta:7},{id:8206,type:"Mail",slot:"legs",r:44,q:"2",i:"49",name:"Tough Scorpid Leggings",p:"inv_pants_12",agi:17},{id:"8212|1218",type:"Leather",slot:"legs",r:45,q:"2",i:"50",name:"Wild Leather Leggings of the Bear",p:"inv_pants_14",sta:14,str:14,rand:1218},{id:8262,type:"Leather",slot:"legs",r:49,q:"2",i:"54",name:"Serpentskin Leggings",p:"inv_pants_06",agi:16,str:13,sta:5},{id:8271,type:"Mail",slot:"legs",r:51,q:"2",i:"56",name:"Ebonhold Leggings",p:"inv_pants_03",agi:5,sta:14},{id:8280,type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Valorous Legguards",p:"inv_pants_12",str:14},{id:8300,type:"Leather",slot:"legs",r:55,q:"2",i:"60",name:"Traveler's Leggings",p:"inv_pants_06",agi:17,str:17},{id:8309,type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Hero's Leggings",p:"inv_pants_03",agi:18},{id:8318,type:"Plate",slot:"legs",r:51,q:"2",i:"56",name:"Alabaster Plate Leggings",p:"inv_pants_01",str:15,sta:3},{id:"9291|702",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of the Tiger",p:"inv_pants_03",agi:12,str:12,rand:702},{id:"9291|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of the Bear",p:"inv_pants_03",sta:12,str:12,rand:1212},{id:"9291|311",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of Strength",p:"inv_pants_03",str:19,rand:311},{id:9396,type:"Mail",slot:"legs",r:34,q:"3",i:"39",name:"Legguards of the Vault",p:"inv_pants_10",agi:5,str:13,sta:13},{id:9414,type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Oilskin Leggings",p:"inv_pants_06",agi:13},{id:9509,type:"Leather",slot:"legs",r:25,q:"3",i:"30",name:"Petrolspill Leggings",p:"inv_pants_08",agi:14,sta:6,resist:{fire:-10}},{id:9624,type:"Leather",slot:"legs",r:25,q:"3",i:"37",name:"Triprunner Dungarees",p:"inv_pants_08",agi:18,str:3,sta:6},{id:9625,type:"Mail",slot:"legs",r:25,q:"3",i:"37",name:"Dual Reinforced Leggings",p:"inv_pants_03",d:5},{id:9652,type:"Leather",slot:"legs",r:40,q:"2",i:"53",name:"Gryphon Rider's Leggings",p:"inv_pants_13",agi:15,str:15},{id:"9756|1182",type:"Leather",slot:"legs",r:9,q:"2",i:"14",name:"Gypsy Trousers of the Bear",p:"inv_pants_05",sta:2,str:2,rand:1182},{id:"9763|675",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of the Tiger",p:"inv_pants_10",agi:3,str:3,rand:675},{id:"9763|1182",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of the Bear",p:"inv_pants_10",sta:2,str:2,rand:1182},{id:"9763|97",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of Strength",p:"inv_pants_10",str:4,rand:97},{id:"9781|1191",type:"Leather",slot:"legs",r:17,q:"2",i:"22",name:"Bandit Pants of the Bear",p:"inv_pants_06",sta:5,str:5,rand:1191},{id:"9789|678",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of the Tiger",p:"inv_pants_03",agi:4,str:4,rand:678},{id:"9789|1188",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of the Bear",p:"inv_pants_03",sta:4,str:4,rand:1188},{id:"9789|155",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of Strength",p:"inv_pants_03",str:7,rand:155},{id:"9808|1199",type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Superior Leggings of the Bear",p:"inv_pants_02",sta:7,str:8,rand:1199},{id:"9808|6",type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Superior Leggings of Strength",p:"inv_pants_02",str:1,rand:6},{id:"9815|684",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of the Tiger",p:"inv_pants_03",agi:6,str:6,rand:684},{id:"9815|1194",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of the Bear",p:"inv_pants_03",sta:6,str:6,rand:1194},{id:"9815|191",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of Strength",p:"inv_pants_03",str:10,rand:191},{id:"9833|1200",type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Scaled Leather Leggings of the Bear",p:"inv_pants_02",sta:8,str:8,rand:1200},{id:"9841|690",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of the Tiger",p:"inv_pants_03",agi:8,str:8,rand:690},{id:"9841|1200",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of the Bear",p:"inv_pants_03",sta:8,str:8,rand:1200},{id:"9841|219",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of Strength",p:"inv_pants_03",str:13,rand:219},{id:"9862|1206",type:"Leather",slot:"legs",r:32,q:"2",i:"37",name:"Archer's Trousers of the Bear",p:"inv_pants_07",sta:10,str:10,rand:1206},{id:"9871|696",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of the Tiger",p:"inv_pants_03",agi:10,str:10,rand:696},{id:"9871|1206",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of the Bear",p:"inv_pants_03",sta:10,str:10,rand:1206},{id:"9871|308",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of Strength",p:"inv_pants_03",str:16,rand:308},{id:"9893|1209",type:"Leather",slot:"legs",r:37,q:"2",i:"42",name:"Huntsman's Leggings of the Bear",p:"inv_pants_14",sta:11,str:11,rand:1209},{id:"9903|1209",type:"Mail",slot:"legs",r:37,q:"2",i:"42",name:"Jazeraint Leggings of the Bear",p:"inv_pants_03",sta:11,str:11,rand:1209},{id:"9922|1215",type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Tracker's Leggings of the Bear",p:"inv_pants_14",sta:13,str:13,rand:1215},{id:"9933|1212",type:"Mail",slot:"legs",r:40,q:"2",i:"45",name:"Brigade Leggings of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"9954|1218",type:"Leather",slot:"legs",r:46,q:"2",i:"51",name:"Chieftain's Leggings of the Bear",p:"inv_pants_12",sta:14,str:14,rand:1218},{id:"9964|1218",type:"Mail",slot:"legs",r:44,q:"2",i:"49",name:"Warmonger's Leggings of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"9970|702",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of the Tiger",p:"inv_pants_06",agi:12,str:12,rand:702},{id:"9970|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"9970|311",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of Strength",p:"inv_pants_06",str:19,rand:311},{id:"10074|1221",type:"Leather",slot:"legs",r:48,q:"2",i:"53",name:"Righteous Leggings of the Bear",p:"inv_pants_11",sta:15,str:15,rand:1221},{id:"10084|1221",type:"Mail",slot:"legs",r:47,q:"2",i:"52",name:"Lord's Legguards of the Bear",p:"inv_pants_04",sta:15,str:15,rand:1221},{id:"10091|705",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of the Tiger",p:"inv_pants_09",agi:13,str:13,rand:705},{id:"10091|1215",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of the Bear",p:"inv_pants_09",sta:13,str:13,rand:1215},{id:"10091|312",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of Strength",p:"inv_pants_09",str:20,rand:312},{id:"10112|1227",type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Wanderer's Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"10124|1224",type:"Mail",slot:"legs",r:52,q:"2",i:"57",name:"Ornate Legguards of the Bear",p:"inv_pants_04",sta:16,str:16,rand:1224},{id:"10133|711",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of the Tiger",p:"inv_pants_03",agi:15,str:15,rand:711},{id:"10133|1221",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10133|315",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of Strength",p:"inv_pants_03",str:23,rand:315},{id:"10152|718",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"10152|1230",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10152|319",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:"10162|1230",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Mercurial Legguards of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10162|320",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Mercurial Legguards of Strength",p:"inv_pants_06",str:28,rand:320},{id:"10169|714",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of the Tiger",p:"inv_pants_06",agi:16,str:16,rand:714},{id:"10169|1224",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"10169|317",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of Strength",p:"inv_pants_06",str:25,rand:317},{id:"10188|1224",type:"Leather",slot:"legs",r:51,q:"2",i:"56",name:"Swashbuckler's Leggings of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"10199|1221",type:"Mail",slot:"legs",r:49,q:"2",i:"54",name:"Crusader's Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10208|708",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of the Tiger",p:"inv_pants_01",agi:14,str:14,rand:708},{id:"10208|1218",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of the Bear",p:"inv_pants_01",sta:14,str:14,rand:1218},{id:"10208|314",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of Strength",p:"inv_pants_01",str:22,rand:314},{id:"10227|718",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"10227|1230",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10227|319",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:"10236|1227",type:"Mail",slot:"legs",r:54,q:"2",i:"59",name:"Engraved Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"10244|711",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of the Tiger",p:"inv_pants_03",agi:15,str:15,rand:711},{id:"10244|1221",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10244|315",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of Strength",p:"inv_pants_03",str:23,rand:315},{id:"10262|1233",type:"Leather",slot:"legs",r:59,q:"2",i:"64",name:"Adventurer's Legguards of the Bear",p:"inv_pants_06",sta:19,str:19,rand:1233},{id:"10273|1233",type:"Mail",slot:"legs",r:59,q:"2",i:"64",name:"Masterwork Legplates of the Bear",p:"inv_pants_06",sta:19,str:19,rand:1233},{id:"10280|717",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of the Tiger",p:"inv_pants_03",agi:17,str:17,rand:717},{id:"10280|1227",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of the Bear",p:"inv_pants_03",sta:17,str:17,rand:1227},{id:"10280|318",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of Strength",p:"inv_pants_03",str:26,rand:318},{id:10330,type:"Mail",slot:"legs",r:38,q:"3",i:"43",name:"Scarlet Leggings",p:"inv_pants_03",str:20,sta:10},{id:10373,type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Imbued Plate Leggings",p:"inv_pants_08",str:18},{id:"10382|720",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of the Tiger",p:"inv_pants_03",agi:18,str:18,rand:720},{id:"10382|1230",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of the Bear",p:"inv_pants_03",sta:18,str:18,rand:1230},{id:"10382|320",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of Strength",p:"inv_pants_03",str:28,rand:320},{id:"10389|723",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of the Tiger",p:"inv_pants_04",agi:19,str:19,rand:723},{id:"10389|1233",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of the Bear",p:"inv_pants_04",sta:19,str:19,rand:1233},{id:"10389|321",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of Strength",p:"inv_pants_04",str:29,rand:321},{id:10400,type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Blackened Defias Leggings",p:"inv_pants_12",agi:3,str:3},{id:10410,type:"Leather",slot:"legs",r:18,q:"3",i:"23",name:"Leggings of the Fang",p:"inv_pants_11",agi:9,str:5,sta:4},{id:10423,type:"Mail",slot:"legs",r:26,q:"2",i:"31",name:"Silvered Bronze Leggings",p:"inv_pants_04",str:7,sta:6},{id:10633,type:"Plate",slot:"legs",r:46,q:"3",i:"51",name:"Silvershell Leggings",p:"inv_pants_04",str:20,sta:12},{id:10740,type:"Plate",slot:"legs",r:40,q:"2",i:"53",name:"Centurion Legplates",p:"inv_pants_04",agi:15,str:15},{id:"10785|1221",type:"Leather",slot:"legs",r:47,q:"2",i:"52",name:"Atal'ai Leggings of the Bear",p:"inv_pants_07",sta:15,str:15,rand:1221},{id:10842,type:"Leather",slot:"legs",r:49,q:"3",i:"54",name:"Windscale Sarong",p:"inv_pants_14",agi:7,sta:10},{id:11728,type:"Mail",slot:"legs",r:52,q:"3",i:"57",name:"Savage Gladiator Leggings",p:"inv_pants_03",agi:18,str:12,sta:19},{id:11802,type:"Plate",slot:"legs",r:53,q:"3",i:"58",name:"Lavacrest Leggings",p:"inv_pants_04",str:28,sta:12},{id:11821,type:"Leather",slot:"legs",r:53,q:"3",i:"58",name:"Warstrife Leggings",p:"inv_pants_09",agi:6,str:6,sta:12},{id:11882,type:"Mail",slot:"legs",r:48,q:"2",i:"56",name:"Outrider Leggings",p:"inv_pants_03",str:16,sta:16},{id:12041,type:"Leather",slot:"legs",r:48,q:"2",i:"54",name:"Windshear Leggings",p:"inv_pants_13",agi:14,sta:4},{id:12429,type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Imperial Plate Leggings",p:"inv_pants_04",str:18,sta:18},{id:12619,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Enchanted Thorium Leggings",p:"inv_pants_04",str:20,sta:21,d:8},{id:12903,type:"Mail",slot:"legs",r:57,q:"4",i:"62",name:"Legguards of the Chromatic Defier",p:"inv_pants_03",agi:33,str:9,sta:15,resist:{fire:5,nature:5,frost:5,shadow:5}},{id:12935,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Warmaster Legguards",p:"inv_pants_04",str:13,sta:15},{id:12963,type:"Leather",slot:"legs",r:58,q:"3",i:"63",name:"Blademaster Leggings",p:"inv_pants_06",agi:5,hit:1,crit:1},{id:12964,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Tristam Legguards",p:"inv_pants_04",sta:13,ap:34},{id:13010,type:"Mail",slot:"legs",r:21,q:"3",i:"26",name:"Dreamsinger Legguards",p:"inv_pants_03",str:8,sta:8},{id:13074,type:"Plate",slot:"legs",r:41,q:"3",i:"46",name:"Golem Shard Leggings",p:"inv_pants_04",str:22,d:6},{id:13075,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Direwing Legguards",p:"inv_pants_04",agi:15,str:15,sta:16},{id:13114,type:"Leather",slot:"legs",r:25,q:"3",i:"30",name:"Troll's Bane Leggings",p:"inv_pants_06",agi:14,sta:4},{id:13129,type:"Mail",slot:"legs",r:34,q:"3",i:"39",name:"Firemane Leggings",p:"inv_pants_03",str:19,sta:5,resist:{fire:10}},{id:13130,type:"Mail",slot:"legs",r:51,q:"3",i:"56",name:"Windrunner Legguards",p:"inv_pants_03",agi:27},{id:13498,type:"Plate",slot:"legs",r:55,q:"3",i:"60",name:"Handcrafted Mastersmith Leggings",p:"inv_pants_04",str:29,sta:12},{id:14554,type:"Plate",slot:"legs",r:57,q:"4",i:"62",name:"Cloudkeeper Legplates",p:"inv_pants_04",agi:20,str:20,sta:20},{id:14565,type:"Leather",slot:"legs",r:16,q:"2",i:"21",name:"Prospector's Woolies",p:"inv_pants_02",agi:6,str:1},{id:14574,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Bristlebark Britches",p:"inv_pants_07",agi:8},{id:14585,type:"Leather",slot:"legs",r:27,q:"2",i:"32",name:"Dokebi Leggings",p:"inv_pants_06",str:3},{id:14595,type:"Leather",slot:"legs",r:33,q:"2",i:"38",name:"Hawkeye's Breeches",p:"inv_pants_09",agi:14,sta:3},{id:14638,type:"Leather",slot:"legs",r:56,q:"3",i:"61",name:"Cadaverous Leggings",p:"inv_pants_07",sta:18,ap:52},{id:14659,type:"Leather",slot:"legs",r:42,q:"2",i:"47",name:"Scorpashi Leggings",p:"inv_pants_07",agi:15,sta:10},{id:14668,type:"Leather",slot:"legs",r:47,q:"2",i:"52",name:"Keeper's Woolies",p:"inv_pants_06",agi:19,sta:7},{id:14677,type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Pridelord Pants",p:"inv_pants_06",agi:23,str:3,sta:4},{id:14727,type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"War Paint Legguards",p:"inv_pants_05",agi:1,str:3,sta:4},{id:14748,type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Hulking Leggings",p:"inv_pants_03",agi:3,str:8},{id:14757,type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Slayer's Pants",p:"inv_pants_03",str:11,sta:3},{id:14766,type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Enduring Breeches",p:"inv_pants_03",agi:8,str:8,sta:6},{id:14775,type:"Mail",slot:"legs",r:38,q:"2",i:"43",name:"Ravager's Woolies",p:"inv_pants_06",str:9,sta:10},{id:14786,type:"Mail",slot:"legs",r:42,q:"2",i:"47",name:"Khan's Legguards",p:"inv_pants_06",agi:11,sta:14},{id:14829,type:"Plate",slot:"legs",r:40,q:"2",i:"42",name:"Symbolic Legplates",p:"inv_pants_13",agi:6,str:15},{id:14840,type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Tyrant's Legplates",p:"inv_pants_06",str:19},{id:14850,type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Sunscale Legplates",p:"inv_pants_02",agi:3,str:19,sta:7},{id:14867,type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Warleader's Leggings",p:"inv_pants_03",agi:7,str:15,sta:18},{id:"14900|699",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of the Tiger",p:"inv_pants_07",agi:11,str:11,rand:699},{id:"14900|1209",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of the Bear",p:"inv_pants_07",sta:11,str:11,rand:1209},{id:"14900|309",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of Strength",p:"inv_pants_07",str:17,rand:309},{id:"14908|705",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of the Tiger",p:"inv_pants_04",agi:13,str:13,rand:705},{id:"14908|1215",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of the Bear",p:"inv_pants_04",sta:13,str:13,rand:1215},{id:"14908|312",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of Strength",p:"inv_pants_04",str:20,rand:312},{id:"14920|708",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of the Tiger",p:"inv_pants_05",agi:14,str:14,rand:708},{id:"14920|1218",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of the Bear",p:"inv_pants_05",sta:14,str:14,rand:1218},{id:"14920|314",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of Strength",p:"inv_pants_05",str:22,rand:314},{id:"14928|714",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of the Tiger",p:"inv_pants_04",agi:16,str:16,rand:714},{id:"14928|1224",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of the Bear",p:"inv_pants_04",sta:16,str:16,rand:1224},{id:"14928|317",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of Strength",p:"inv_pants_04",str:25,rand:317},{id:"14936|720",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of the Tiger",p:"inv_pants_04",agi:18,str:18,rand:720},{id:"14936|1230",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of the Bear",p:"inv_pants_04",sta:18,str:18,rand:1230},{id:"14936|320",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of Strength",p:"inv_pants_04",str:28,rand:320},{id:"14945|702",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of the Tiger",p:"inv_pants_04",agi:12,str:12,rand:702},{id:"14945|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"14945|311",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of Strength",p:"inv_pants_04",str:19,rand:311},{id:"14953|708",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of the Tiger",p:"inv_pants_06",agi:14,str:14,rand:708},{id:"14953|1218",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"14953|314",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of Strength",p:"inv_pants_06",str:22,rand:314},{id:"14962|711",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of the Tiger",p:"inv_pants_08",agi:15,str:15,rand:711},{id:"14962|1221",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of the Bear",p:"inv_pants_08",sta:15,str:15,rand:1221},{id:"14962|315",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of Strength",p:"inv_pants_08",str:23,rand:315},{id:"14970|717",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of the Tiger",p:"inv_pants_02",agi:17,str:17,rand:717},{id:"14970|1227",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of the Bear",p:"inv_pants_02",sta:17,str:17,rand:1227},{id:"14970|318",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of Strength",p:"inv_pants_02",str:26,rand:318},{id:"14980|720",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of the Tiger",p:"inv_pants_12",agi:18,str:18,rand:720},{id:"14980|1230",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of the Bear",p:"inv_pants_12",sta:18,str:18,rand:1230},{id:"14980|320",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of Strength",p:"inv_pants_12",str:28,rand:320},{id:"15009|1181",type:"Leather",slot:"legs",r:6,q:"2",i:"11",name:"Primal Leggings of the Bear",p:"inv_pants_05",sta:1,str:2,rand:1181},{id:"15017|1188",type:"Leather",slot:"legs",r:14,q:"2",i:"19",name:"Lupine Leggings of the Bear",p:"inv_pants_06",sta:4,str:4,rand:1188},{id:15052,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Black Dragonscale Leggings",p:"inv_pants_03",sta:8,resist:{fire:13},ap:54},{id:15057,type:"Leather",slot:"legs",r:50,q:"3",i:"55",name:"Stormshroud Pants",p:"inv_pants_09",crit:2},{id:15062,type:"Leather",slot:"legs",r:55,q:"3",i:"60",name:"Devilsaur Leggings",p:"inv_pants_wolf",sta:12,ap:46,crit:1},{id:15065,type:"Leather",slot:"legs",r:52,q:"3",i:"57",name:"Warbear Woolies",p:"inv_pants_wolf",str:28,sta:12},{id:15087,type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Wicked Leather Pants",p:"inv_pants_12",agi:20,sta:12},{id:"15117|1191",type:"Leather",slot:"legs",r:19,q:"2",i:"24",name:"Rigid Leggings of the Bear",p:"inv_pants_02",sta:5,str:5,rand:1191},{id:"15126|1199",type:"Leather",slot:"legs",r:24,q:"2",i:"29",name:"Robust Leggings of the Bear",p:"inv_pants_07",sta:7,str:8,rand:1199},{id:"15126|6",type:"Leather",slot:"legs",r:24,q:"2",i:"29",name:"Robust Leggings of Strength",p:"inv_pants_07",str:1,rand:6},{id:"15139|1200",type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Cutthroat's Pants of the Bear",p:"inv_pants_07",sta:8,str:8,rand:1200},{id:"15151|1203",type:"Leather",slot:"legs",r:31,q:"2",i:"36",name:"Ghostwalker Legguards of the Bear",p:"inv_pants_wolf",sta:9,str:9,rand:1203},{id:"15157|1209",type:"Leather",slot:"legs",r:36,q:"2",i:"41",name:"Nocturnal Leggings of the Bear",p:"inv_pants_03",sta:11,str:11,rand:1209},{id:"15168|1212",type:"Leather",slot:"legs",r:40,q:"2",i:"45",name:"Imposing Pants of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"15176|1218",type:"Leather",slot:"legs",r:45,q:"2",i:"50",name:"Potent Pants of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"15186|1224",type:"Leather",slot:"legs",r:50,q:"2",i:"55",name:"Praetorian Leggings of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"15194|718",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"15194|1230",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15194|319",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of Strength",p:"inv_pants_06",str:27,rand:319},{id:15202,type:"Leather",slot:"legs",r:15,q:"2",i:"18",name:"Wildkeeper Leggings",p:"inv_pants_02",agi:4,sta:1},{id:15203,type:"Mail",slot:"legs",r:15,q:"2",i:"18",name:"Guststorm Legguards",p:"inv_pants_08",str:3,sta:3},{id:"15303|1182",type:"Leather",slot:"legs",r:9,q:"2",i:"14",name:"Grizzly Pants of the Bear",p:"inv_pants_09",sta:2,str:2,rand:1182},{id:"15312|1188",type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Feral Leggings of the Bear",p:"inv_pants_06",sta:4,str:4,rand:1188},{id:"15336|1194",type:"Leather",slot:"legs",r:22,q:"2",i:"27",name:"Wrangler's Leggings of the Bear",p:"inv_pants_02",sta:6,str:6,rand:1194},{id:"15344|1200",type:"Leather",slot:"legs",r:26,q:"2",i:"31",name:"Pathfinder Pants of the Bear",p:"inv_pants_07",sta:8,str:8,rand:1200},{id:"15358|1203",type:"Leather",slot:"legs",r:30,q:"2",i:"35",name:"Headhunter's Woolies of the Bear",p:"inv_pants_07",sta:9,str:9,rand:1203},{id:"15366|1209",type:"Leather",slot:"legs",r:35,q:"2",i:"40",name:"Trickster's Leggings of the Bear",p:"inv_pants_13",sta:11,str:11,rand:1209},{id:"15374|1212",type:"Leather",slot:"legs",r:39,q:"2",i:"44",name:"Wolf Rider's Leggings of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"15385|1218",type:"Leather",slot:"legs",r:44,q:"2",i:"49",name:"Rageclaw Leggings of the Bear",p:"inv_pants_12",sta:14,str:14,rand:1218},{id:"15394|1221",type:"Leather",slot:"legs",r:49,q:"2",i:"54",name:"Jadefire Pants of the Bear",p:"inv_pants_06",sta:15,str:15,rand:1221},{id:"15431|1227",type:"Leather",slot:"legs",r:54,q:"2",i:"59",name:"Peerless Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"15440|718",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"15440|1230",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15440|319",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:15450,type:"Leather",slot:"legs",r:9,q:"2",i:"18",name:"Dredgemire Leggings",p:"inv_pants_07",agi:2,sta:2},{id:15451,type:"Mail",slot:"legs",r:9,q:"2",i:"18",name:"Gargoyle Leggings",p:"inv_pants_03",agi:2,str:2,sta:2},{id:15456,type:"Leather",slot:"legs",r:30,q:"2",i:"37",name:"Lightstep Leggings",p:"inv_pants_13",agi:13,sta:5},{id:15470,type:"Mail",slot:"legs",r:25,q:"2",i:"29",name:"Plainsguard Leggings",p:"inv_pants_03",str:7,sta:8},{id:"15477|669",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of the Tiger",p:"inv_pants_12",agi:1,str:1,rand:669},{id:"15477|1179",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of the Bear",p:"inv_pants_12",sta:1,str:1,rand:1179},{id:"15477|23",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of Strength",p:"inv_pants_12",str:2,rand:23},{id:"15485|675",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of the Tiger",p:"inv_pants_06",agi:3,str:3,rand:675},{id:"15485|1182",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of the Bear",p:"inv_pants_06",sta:2,str:2,rand:1182},{id:"15485|97",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of Strength",p:"inv_pants_06",str:4,rand:97},{id:"15493|675",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of the Tiger",p:"inv_pants_06",agi:3,str:3,rand:675},{id:"15493|1189",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of the Bear",p:"inv_pants_06",sta:5,str:4,rand:1189},{id:"15493|115",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of Strength",p:"inv_pants_06",str:5,rand:115},{id:"15503|681",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"15503|1191",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"15503|189",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of Strength",p:"inv_pants_03",str:8,rand:189},{id:"15511|681",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"15511|1191",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"15511|189",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of Strength",p:"inv_pants_03",str:8,rand:189},{id:"15521|684",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of the Tiger",p:"inv_pants_03",agi:6,str:6,rand:684},{id:"15521|1194",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of the Bear",p:"inv_pants_03",sta:6,str:6,rand:1194},{id:"15521|191",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of Strength",p:"inv_pants_03",str:10,rand:191},{id:"15529|687",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of the Tiger",p:"inv_pants_wolf",agi:7,str:7,rand:687},{id:"15529|1197",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of the Bear",p:"inv_pants_wolf",sta:7,str:7,rand:1197},{id:"15529|192",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of Strength",p:"inv_pants_wolf",str:11,rand:192},{id:"15541|690",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of the Tiger",p:"inv_pants_03",agi:8,str:8,rand:690},{id:"15541|1200",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of the Bear",p:"inv_pants_03",sta:8,str:8,rand:1200},{id:"15541|219",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of Strength",p:"inv_pants_03",str:13,rand:219},{id:"15551|693",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of the Tiger",p:"inv_pants_04",agi:9,str:9,rand:693},{id:"15551|1203",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of the Bear",p:"inv_pants_04",sta:9,str:9,rand:1203},{id:"15551|220",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of Strength",p:"inv_pants_04",str:14,rand:220},{id:"15561|693",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of the Tiger",p:"inv_pants_03",agi:9,str:9,rand:693},{id:"15561|1203",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of the Bear",p:"inv_pants_03",sta:9,str:9,rand:1203},{id:"15561|220",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of Strength",p:"inv_pants_03",str:14,rand:220},{id:"15573|696",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of the Tiger",p:"inv_pants_09",agi:10,str:10,rand:696},{id:"15573|1206",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of the Bear",p:"inv_pants_09",sta:10,str:10,rand:1206},{id:"15573|308",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of Strength",p:"inv_pants_09",str:16,rand:308},{id:"15582|1209",type:"Mail",slot:"legs",r:35,q:"2",i:"40",name:"Sparkleshell Legguards of the Bear",p:"inv_pants_09",sta:11,str:11,rand:1209},{id:"15596|1209",type:"Mail",slot:"legs",r:36,q:"2",i:"41",name:"Steadfast Legplates of the Bear",p:"inv_pants_08",sta:11,str:11,rand:1209},{id:"15607|1212",type:"Mail",slot:"legs",r:39,q:"2",i:"44",name:"Ancient Legguards of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"15616|1215",type:"Mail",slot:"legs",r:41,q:"2",i:"46",name:"Bonelink Legplates of the Bear",p:"inv_pants_01",sta:13,str:13,rand:1215},{id:"15627|1218",type:"Mail",slot:"legs",r:45,q:"2",i:"50",name:"Gryphon Mail Legguards of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"15637|1218",type:"Mail",slot:"legs",r:46,q:"2",i:"51",name:"Formidable Legguards of the Bear",p:"inv_pants_04",sta:14,str:14,rand:1218},{id:"15646|1224",type:"Mail",slot:"legs",r:50,q:"2",i:"55",name:"Ironhide Legguards of the Bear",p:"inv_pants_03",sta:16,str:16,rand:1224},{id:"15655|1224",type:"Mail",slot:"legs",r:51,q:"2",i:"56",name:"Merciless Legguards of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"15665|1227",type:"Mail",slot:"legs",r:55,q:"2",i:"60",name:"Impenetrable Legguards of the Bear",p:"inv_pants_01",sta:17,str:17,rand:1227},{id:"15676|1230",type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Magnificent Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15676|320",type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Magnificent Leggings of Strength",p:"inv_pants_06",str:28,rand:320},{id:"15685|1230",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Triumphant Legplates of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15685|320",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Triumphant Legplates of Strength",p:"inv_pants_06",str:28,rand:320},{id:16479,type:"Plate",slot:"legs",r:60,q:"4",i:"71",name:"Marshal's Plate Legguards",p:"inv_pants_04",str:20,sta:28,crit:2,hit:1},{id:16543,type:"Plate",slot:"legs",r:60,q:"4",i:"71",name:"General's Plate Leggings",p:"inv_pants_04",str:20,sta:28,crit:2,hit:1},{id:16962,type:"Plate",slot:"legs",r:60,q:"4",i:"76",name:"Legplates of Wrath",p:"inv_pants_04",str:19,sta:27,resist:{fire:10},d:11},{id:17006,type:"Mail",slot:"legs",r:21,q:"2",i:"27",name:"Cobalt Legguards",p:"inv_pants_03",agi:3,str:5,sta:7},{id:17711,type:"Plate",slot:"legs",r:49,q:"3",i:"54",name:"Elemental Rockridge Leggings",p:"inv_pants_04",str:20,sta:18,resist:{nature:10}},{id:17754,type:"Mail",slot:"legs",r:45,q:"3",i:"50",name:"Infernal Trickster Leggings",p:"inv_pants_wolf",agi:20},{id:18298,type:"Leather",slot:"legs",r:51,q:"3",i:"56",name:"Unbridled Leggings",p:"inv_pants_11",str:11,sta:18},{id:18305,type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Breakwater Legguards",p:"inv_pants_04",str:12},{id:18378,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Silvermoon Leggings",p:"inv_pants_03",agi:6,sta:16},{id:18524,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Leggings of Destruction",p:"inv_pants_03",agi:14,sta:20,crit:1},{id:18736,type:"Leather",slot:"legs",r:57,q:"3",i:"62",name:"Plaguehound Leggings",p:"inv_pants_12",agi:30,sta:6,hit:1},{id:19117,type:"Plate",slot:"legs",r:46,q:"2",i:"50",name:"Laquered Wooden Plate Legplates",p:"inv_pants_05",str:17,sta:10},{id:19124,type:"Plate",slot:"legs",r:45,q:"2",i:"48",name:"Slagplate Leggings",p:"inv_pants_04",str:12,sta:12,d:3},{id:19694,type:"Plate",slot:"legs",r:60,q:"3",i:"65",name:"Darksoul Leggings",p:"inv_pants_plate_21",sta:22,hit:2},{id:20617,type:"Mail",slot:"legs",r:60,q:"4",i:"72",name:"Ancient Corroded Leggings",p:"inv_pants_mail_08",agi:33,sta:21},{id:20627,type:"Leather",slot:"legs",r:60,q:"4",i:"71",name:"Dark Heart Pants",p:"inv_pants_leather_11",sta:20,crit:2,ap:48},{id:20638,type:"Mail",slot:"legs",r:60,q:"4",i:"72",name:"Leggings of the Demented Mind",p:"inv_pants_mail_15",str:8,sta:25},{id:20639,type:"Plate",slot:"legs",r:60,q:"4",i:"72",name:"Strangely Glyphed Legplates",p:"inv_pants_plate_05",agi:12,str:20,sta:20},{id:20665,type:"Leather",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Leather Leggings of Striking",p:"inv_pants_leather_05",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20668,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Mail Legguards of Striking",p:"inv_pants_mail_16",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20671,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Plate Legplates of Striking",p:"inv_pants_plate_12",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20699,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Legplates",p:"inv_pants_plate_18",sta:13,resist:{nature:25},d:9},{id:20702,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Legguards",p:"inv_pants_mail_08",agi:13,sta:13,resist:{nature:25}},{id:20703,type:"Leather",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Leggings",p:"inv_pants_leather_01",sta:13,resist:{nature:25},ap:26},{id:21316,type:"Plate",slot:"legs",r:45,q:"2",i:"55",name:"Leggings of the Ursa",p:"inv_pants_mail_10",str:17,crit:1},{id:21332,type:"Plate",slot:"legs",r:60,q:"4",i:"81",name:"Conqueror's Legguards",p:"inv_pants_plate_03",agi:21,str:33,sta:24,d:6,hit:1},{id:21530,type:"Mail",slot:"legs",r:60,q:"4",i:"77",name:"Onyx Embedded Leggings",p:"inv_pants_mail_04",agi:23,sta:23,resist:{shadow:30}},{id:22328,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Legplates of Vigilance",p:"inv_pants_04",sta:22,d:15},{id:22385,type:"Plate",slot:"legs",r:55,q:"4",i:"60",name:"Titanic Leggings",p:"inv_pants_04",str:30,hit:2,crit:1},{id:22417,type:"Plate",slot:"legs",r:60,q:"4",i:"88",name:"Dreadnaught Legplates",p:"inv_pants_plate_05",str:23,sta:37,d:13,block:32},{id:22651,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Plate Legguards",p:"inv_pants_plate_20",str:28,sta:27,crit:1,hit:1},{id:22672,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Plate Legguards",p:"inv_pants_plate_20",str:28,sta:27,crit:1,hit:1},{id:22673,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Chain Leggings",p:"inv_pants_03",agi:35,sta:15,crit:1,hit:1},{id:22676,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Mail Leggings",p:"inv_pants_03",str:14,sta:22,crit:1},{id:22690,type:"Mail",slot:"legs",r:55,q:"3",i:"66",name:"Leggings of the Plague Hunter",p:"inv_pants_03",agi:20,sta:16,crit:1},{id:22699,type:"Plate",slot:"legs",r:60,q:"4",i:"80",name:"Icebane Leggings",p:"inv_pants_04",str:10,sta:25,resist:{frost:40},d:6},{id:22701,type:"Leather",slot:"legs",r:60,q:"4",i:"80",name:"Polar Leggings",p:"inv_pants_leather_21",agi:15,sta:28,resist:{frost:40}},{id:22702,type:"Mail",slot:"legs",r:60,q:"4",i:"80",name:"Icy Scale Leggings",p:"inv_pants_mail_15",agi:15,sta:28,resist:{frost:40}},{id:22740,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Leather Pants",p:"inv_pants_leather_12",agi:28,sta:27,crit:1},{id:22741,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Lizardhide Pants",p:"inv_pants_06",agi:10,str:22,sta:22},{id:22748,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Chain Leggings",p:"inv_pants_03",agi:35,sta:15,crit:1,hit:1},{id:22749,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Leather Pants",p:"inv_pants_leather_12",agi:28,sta:27,crit:1},{id:22750,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Lizardhide Pants",p:"inv_pants_06",agi:10,str:22,sta:22},{id:22753,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Lamellar Legguards",p:"inv_pants_plate_15",str:21,sta:21,crit:1,hit:1},{id:23071,type:"Leather",slot:"legs",r:60,q:"4",i:"83",name:"Leggings of Apocalypse",p:"inv_pants_leather_09",agi:31,str:15,sta:23,crit:2},{id:209566,type:"Mail",slot:"legs",r:25,q:"3",i:"30",name:"Leggings of the Faithful",p:"inv_pants_mail_11",agi:7,str:10,sta:9},{id:213299,type:"Leather",slot:"legs",r:40,q:"3",i:"45",name:"Petrolspill Pants",p:"inv_pants_08",agi:21,sta:11},{id:213330,type:"Plate",slot:"legs",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Legplates",p:"inv_pants_04",str:13,sta:15,hit:1},{id:213332,type:"Leather",slot:"legs",r:40,q:"3",i:"45",name:"Insulated Legguards",p:"inv_pants_07",agi:8,str:13,sta:14,hit:1},{id:213333,type:"Mail",slot:"legs",r:40,q:"3",i:"45",name:"Electromantic Chausses",p:"inv_pants_04",sta:10,hit:1,ap:28},{id:216676,type:"Leather",slot:"legs",r:0,q:"3",i:"45",name:"Nimble Triprunner Dungarees",p:"inv_pants_08",agi:21,str:5,sta:8},{id:216678,type:"Mail",slot:"legs",r:0,q:"3",i:"45",name:"Triple Reinforced Leggings",p:"inv_pants_03",d:6},{id:217285,type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Golden Scale Leggings",p:"inv_pants_04",str:11},{id:220558,type:"Leather",slot:"legs",r:50,q:"3",i:"55",name:"Atal'ai Assassin's Leggings",p:"inv_pants_07",agi:21,sta:20},{id:220560,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Silvershell Legplates",p:"inv_pants_04",str:22,sta:13,hit:1},{id:220643,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Legguards",p:"inv_pants_03",str:11,sta:18,block:23},{id:220654,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Wailing Berserker's Legplates",p:"inv_pants_04",str:21,sta:9,crit:1},{id:220797,type:"Plate",slot:"legs",r:50,q:"3",i:"53",name:"Knight's Plate Leggings",p:"inv_pants_04",agi:10,str:12,sta:15,crit:1},{id:220798,type:"Plate",slot:"legs",r:50,q:"3",i:"53",name:"Stone Guard's Plate Leggings",p:"inv_pants_04",agi:10,str:12,sta:15,crit:1},{id:221377,type:"Plate",slot:"legs",r:50,q:"3",i:"50",name:"Emerald Dream Legplates",p:"inv_pants_03",agi:8,str:11,sta:12,crit:1},{id:223980,type:"Mail",slot:"legs",r:48,q:"3",i:"53",name:"Searingscale Leggings",p:"inv_pants_03",sta:13,resist:{fire:10},hit:1},{id:226490,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Legplates of Might",p:"inv_pants_04",agi:6,str:20,sta:26,resist:{fire:10},hit:1,block:27},{id:226493,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Leggings of Might",p:"inv_pants_04",agi:14,str:25,sta:25,resist:{fire:10},hit:1},{id:226767,type:"Plate",slot:"legs",r:56,q:"3",i:"61",name:"Legplates of Valor",p:"inv_pants_04",agi:10,str:26,sta:15},{id:226859,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legplates of Heroism",p:"inv_pants_04",agi:14,str:28,sta:8,hit:1},{id:226868,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legguards of Heroism",p:"inv_pants_04",str:16,sta:25,d:9,block:18},{id:226876,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legs of Heroism",p:"inv_pants_04",agi:11,str:25,sta:16,d:5},{id:227047,type:"Plate",slot:"legs",r:60,q:"3",i:"68",name:"Knight-Captain's Plate Leggings",p:"inv_pants_06",str:12,sta:17,crit:2},{id:227048,type:"Plate",slot:"legs",r:60,q:"3",i:"68",name:"Legionnaire's Plate Leggings",p:"inv_pants_06",str:12,sta:17,crit:2},{id:227804,type:"Leather",slot:"legs",r:52,q:"3",i:"57",name:"Dire Warbear Woolies",p:"inv_pants_wolf",str:28,sta:12},{id:227847,type:"Leather",slot:"legs",r:55,q:"3",i:"60",name:"Devilcore Leggings",p:"inv_pants_wolf",sta:12,ap:46,crit:1},{id:227852,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Hardened Black Dragonscale Leggings",p:"inv_pants_03",sta:8,resist:{fire:13},ap:54},{id:227959,type:"Plate",slot:"legs",r:52,q:"3",i:"57",name:"Legplates of the Eternal Guardian",p:"inv_pants_04",d:15},{id:228003,type:"Mail",slot:"legs",r:56,q:"3",i:"61",name:"Bloodmail Legguards",p:"inv_pants_06",agi:12,str:15,sta:16},{id:228008,type:"Plate",slot:"legs",r:56,q:"3",i:"61",name:"Deathbone Legguards",p:"inv_pants_04",sta:20,d:13},{id:228069,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Eldritch Reinforced Legplates",p:"inv_pants_04",agi:9,str:15,sta:20,crit:1},{id:228103,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Nathrezim's Greaves",p:"inv_pants_plate_12",crit:1},{id:228109,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Legguards of Sacrifice",p:"inv_pants_03",agi:6,sta:16},{id:228240,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Flamewaker Legplates",p:"inv_pants_04",str:19,sta:30,resist:{fire:20},d:7}],feet:[{id:1121,type:"Leather",slot:"feet",r:19,q:"3",i:"24",name:"Feet of the Lynx",p:"inv_boots_wolf",agi:8,str:3},{id:1446,type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Blackrock Boots",p:"inv_boots_01",str:3,sta:3},{id:1678,type:"Mail",slot:"feet",r:32,q:"3",i:"37",name:"Black Ogre Kickers",p:"inv_boots_01",str:6,sta:13},{id:1955,type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Dragonmaw Chain Boots",p:"inv_boots_01",agi:3,sta:6},{id:2033,type:"Leather",slot:"feet",r:22,q:"2",i:"25",name:"Ambassador's Boots",p:"inv_boots_08",agi:4,sta:4},{id:2276,type:"Leather",slot:"feet",r:32,q:"3",i:"37",name:"Swampwalker Boots",p:"inv_boots_09",agi:13,sta:6},{id:2910,type:"Mail",slot:"feet",r:15,q:"2",i:"25",name:"Gold Militia Boots",p:"inv_boots_01",str:3,sta:5},{id:2949,type:"Leather",slot:"feet",r:20,q:"2",i:"25",name:"Mariner Boots",p:"inv_boots_07",agi:1,sta:6},{id:2987,type:"Leather",slot:"feet",r:13,q:"2",i:"18",name:"Inscribed Leather Boots",p:"inv_boots_05",agi:2,sta:3},{id:2991,type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Burnished Boots",p:"inv_boots_plate_07",str:2,sta:4},{id:3057,type:"Leather",slot:"feet",r:19,q:"2",i:"24",name:"Forest Leather Boots",p:"inv_boots_08",str:4,sta:4},{id:3482,type:"Mail",slot:"feet",r:21,q:"2",i:"26",name:"Silvered Bronze Boots",p:"inv_boots_01",str:4,sta:4},{id:3484,type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Green Iron Boots",p:"inv_boots_01",str:3,sta:7},{id:3741,type:"Leather",slot:"feet",r:21,q:"2",i:"24",name:"Stomping Boots",p:"inv_boots_08",agi:4,str:4},{id:4051,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Emblazoned Boots",p:"inv_boots_09",agi:3,sta:7},{id:4055,type:"Leather",slot:"feet",r:29,q:"2",i:"34",name:"Insignia Boots",p:"inv_boots_07",agi:8,sta:4},{id:4073,type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Glimmering Mail Greaves",p:"inv_boots_plate_03",str:6,sta:6},{id:4076,type:"Mail",slot:"feet",r:30,q:"2",i:"35",name:"Mail Combat Boots",p:"inv_boots_07",str:3,sta:9},{id:4109,type:"Leather",slot:"feet",r:31,q:"2",i:"41",name:"Excelsior Boots",p:"inv_boots_07",agi:9,str:7},{id:4136,type:"Mail",slot:"feet",r:30,q:"2",i:"42",name:"Darkspear Boots",p:"inv_boots_01",str:9},{id:4464,type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Trouncing Boots",p:"inv_boots_01",agi:6,str:6},{id:4653,type:"Mail",slot:"feet",r:35,q:"2",i:"45",name:"Ironheel Boots",p:"inv_boots_01",str:10,sta:9},{id:4788,type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Agile Boots",p:"inv_boots_05",agi:5},{id:5320,type:"Mail",slot:"feet",r:9,q:"2",i:"16",name:"Padded Lamellar Boots",p:"inv_boots_01",str:2,sta:2},{id:5821,type:"Leather",slot:"feet",r:0,q:"2",i:"24",name:"Darkstalker Boots",p:"inv_boots_07",agi:5,sta:2},{id:6335,type:"Leather",slot:"feet",r:16,q:"2",i:"29",name:"Grizzled Boots",p:"inv_boots_03",str:2,sta:7},{id:6412,type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Chief Brigadier Boots",p:"inv_boots_05",str:8,sta:8},{id:6420,type:"Leather",slot:"feet",r:34,q:"2",i:"39",name:"Glyphed Boots",p:"inv_boots_08",agi:10,sta:4},{id:6423,type:"Mail",slot:"feet",r:40,q:"2",i:"45",name:"Blackforge Greaves",p:"inv_boots_05",agi:10,str:9},{id:6431,type:"Leather",slot:"feet",r:38,q:"2",i:"43",name:"Imperial Leather Boots",p:"inv_boots_01",agi:11,str:5},{id:"6551|675",type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"Soldier's Boots of the Tiger",p:"inv_boots_01",agi:3,str:3,rand:675},{id:"6551|1185",type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"Soldier's Boots of the Bear",p:"inv_boots_01",sta:3,str:3,rand:1185},{id:"6573|678",type:"Mail",slot:"feet",r:18,q:"2",i:"23",name:"Defender Boots of the Tiger",p:"inv_boots_plate_01",agi:4,str:4,rand:678},{id:"6573|1188",type:"Mail",slot:"feet",r:18,q:"2",i:"23",name:"Defender Boots of the Bear",p:"inv_boots_plate_01",sta:4,str:4,rand:1188},{id:"6590|684",type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Battleforge Boots of the Tiger",p:"inv_boots_plate_08",agi:6,str:6,rand:684},{id:"6590|1194",type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Battleforge Boots of the Bear",p:"inv_boots_plate_08",sta:6,str:6,rand:1194},{id:6666,type:"Mail",slot:"feet",r:17,q:"2",i:"22",name:"Dredge Boots",p:"inv_boots_01",agi:3,sta:4},{id:6668,type:"Leather",slot:"feet",r:16,q:"2",i:"27",name:"Draftsman Boots",p:"inv_boots_03",str:5,sta:5},{id:6752,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Lancer Boots",p:"inv_boots_03",agi:6,sta:5},{id:7390,type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Dusky Boots",p:"inv_boots_07",agi:11,sta:3},{id:"7417|687",type:"Mail",slot:"feet",r:29,q:"2",i:"34",name:"Phalanx Boots of the Tiger",p:"inv_boots_01",agi:7,str:7,rand:687},{id:"7417|1197",type:"Mail",slot:"feet",r:29,q:"2",i:"34",name:"Phalanx Boots of the Bear",p:"inv_boots_01",sta:7,str:7,rand:1197},{id:"7458|690",type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Knight's Boots of the Tiger",p:"inv_boots_01",agi:8,str:8,rand:690},{id:"7458|1200",type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Knight's Boots of the Bear",p:"inv_boots_01",sta:8,str:8,rand:1200},{id:"7481|1203",type:"Leather",slot:"feet",r:37,q:"2",i:"42",name:"Ranger Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"7490|1203",type:"Mail",slot:"feet",r:37,q:"2",i:"42",name:"Captain's Boots of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"7531|696",type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Cabalist Boots of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"7531|1206",type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Cabalist Boots of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"7542|1206",type:"Mail",slot:"feet",r:41,q:"2",i:"46",name:"Champion's Greaves of the Bear",p:"inv_boots_plate_09",sta:10,str:10,rand:1206},{id:7751,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Vorrel's Boots",p:"inv_boots_03",agi:8,sta:2},{id:7754,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Harbinger Boots",p:"inv_boots_05",str:2,sta:11},{id:7916,type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Barbaric Iron Boots",p:"inv_boots_plate_01",agi:7,str:7},{id:8117,type:"Leather",slot:"feet",r:42,q:"2",i:"47",name:"Heraldic Boots",p:"inv_boots_01",agi:13,sta:4},{id:8130,type:"Mail",slot:"feet",r:44,q:"2",i:"49",name:"Myrmidon's Greaves",p:"inv_boots_01",agi:14},{id:8141,type:"Plate",slot:"feet",r:40,q:"2",i:"44",name:"Chromite Greaves",p:"inv_boots_05",str:4,sta:12},{id:8160,type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Jouster's Greaves",p:"inv_boots_plate_02",str:8,sta:8},{id:8197,type:"Leather",slot:"feet",r:42,q:"2",i:"47",name:"Nightscape Boots",p:"inv_boots_05",agi:12},{id:8209,type:"Mail",slot:"feet",r:42,q:"2",i:"47",name:"Tough Scorpid Boots",p:"inv_boots_05",agi:12},{id:"8213|1209",type:"Leather",slot:"feet",r:44,q:"2",i:"49",name:"Wild Leather Boots of the Bear",p:"inv_boots_07",sta:11,str:11,rand:1209},{id:8256,type:"Leather",slot:"feet",r:47,q:"2",i:"52",name:"Serpentskin Boots",p:"inv_boots_01",agi:10,str:7,sta:8},{id:8278,type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Valorous Greaves",p:"inv_boots_plate_08",agi:4,sta:10},{id:8294,type:"Leather",slot:"feet",r:52,q:"2",i:"57",name:"Traveler's Boots",p:"inv_boots_01",agi:17},{id:8316,type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Alabaster Plate Greaves",p:"inv_boots_plate_06",str:12,sta:11},{id:"9289|693",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Field Plate Boots of the Tiger",p:"inv_boots_01",agi:9,str:9,rand:693},{id:"9289|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Field Plate Boots of the Bear",p:"inv_boots_01",sta:9,str:9,rand:1203},{id:9382,type:"Leather",slot:"feet",r:33,q:"2",i:"38",name:"Tromping Miner's Boots",p:"inv_boots_08",str:8,sta:7},{id:"9387|693",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Revelosh's Boots of the Tiger",p:"inv_boots_plate_06",agi:9,str:9,rand:693},{id:"9387|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Revelosh's Boots of the Bear",p:"inv_boots_plate_06",sta:9,str:9,rand:1203},{id:9398,type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Worn Running Boots",p:"inv_boots_02",agi:11,sta:3},{id:9510,type:"Mail",slot:"feet",r:27,q:"3",i:"32",name:"Caverndeep Trudgers",p:"inv_boots_01",agi:4,str:4,sta:10},{id:9630,type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Pratt's Handcrafted Boots",p:"inv_boots_07",agi:11,sta:6},{id:9633,type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Jangdor's Handcrafted Boots",p:"inv_boots_05",agi:11,sta:6},{id:9637,type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Shinkicker Boots",p:"inv_boots_plate_07",agi:9,str:10},{id:9646,type:"Plate",slot:"feet",r:43,q:"2",i:"49",name:"Gnomish Water Sinking Device",p:"inv_boots_plate_07",agi:-5,sta:16},{id:9662,type:"Plate",slot:"feet",r:39,q:"2",i:"43",name:"Rushridge Boots",p:"inv_boots_plate_01",agi:7,sta:10},{id:"9776|678",type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Bandit Boots of the Tiger",p:"inv_boots_05",agi:4,str:4,rand:678},{id:"9776|136",type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Bandit Boots of Strength",p:"inv_boots_05",str:6,rand:136},{id:"9784|675",type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Raider's Boots of the Tiger",p:"inv_boots_01",agi:3,str:3,rand:675},{id:"9784|1185",type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Raider's Boots of the Bear",p:"inv_boots_01",sta:3,str:3,rand:1185},{id:"9810|681",type:"Mail",slot:"feet",r:20,q:"2",i:"25",name:"Fortified Boots of the Tiger",p:"inv_boots_01",agi:5,str:5,rand:681},{id:"9810|1191",type:"Mail",slot:"feet",r:20,q:"2",i:"25",name:"Fortified Boots of the Bear",p:"inv_boots_01",sta:5,str:5,rand:1191},{id:"9864|687",type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Renegade Boots of the Tiger",p:"inv_boots_05",agi:7,str:7,rand:687},{id:"9864|1197",type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Renegade Boots of the Bear",p:"inv_boots_05",sta:7,str:7,rand:1197},{id:"9885|1203",type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Huntsman's Boots of the Bear",p:"inv_boots_07",sta:9,str:9,rand:1203},{id:"9895|1203",type:"Mail",slot:"feet",r:35,q:"2",i:"40",name:"Jazeraint Boots of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"9917|1203",type:"Leather",slot:"feet",r:39,q:"2",i:"44",name:"Tracker's Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"9926|1203",type:"Mail",slot:"feet",r:38,q:"2",i:"43",name:"Brigade Boots of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"9948|1209",type:"Leather",slot:"feet",r:44,q:"2",i:"49",name:"Chieftain's Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"9962|1206",type:"Mail",slot:"feet",r:43,q:"2",i:"48",name:"Warmonger's Greaves of the Bear",p:"inv_boots_plate_08",sta:10,str:10,rand:1206},{id:"9973|693",type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Embossed Plate Boots of the Tiger",p:"inv_boots_plate_07",agi:9,str:9,rand:693},{id:"9973|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Embossed Plate Boots of the Bear",p:"inv_boots_plate_07",sta:9,str:9,rand:1203},{id:"10068|1209",type:"Leather",slot:"feet",r:46,q:"2",i:"51",name:"Righteous Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"10082|1209",type:"Mail",slot:"feet",r:46,q:"2",i:"51",name:"Lord's Boots of the Bear",p:"inv_boots_plate_06",sta:11,str:11,rand:1209},{id:"10089|693",type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Gothic Sabatons of the Tiger",p:"inv_boots_08",agi:9,str:9,rand:693},{id:"10089|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Gothic Sabatons of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"10106|1212",type:"Leather",slot:"feet",r:51,q:"2",i:"56",name:"Wanderer's Boots of the Bear",p:"inv_boots_07",sta:12,str:12,rand:1212},{id:"10119|1212",type:"Mail",slot:"feet",r:52,q:"2",i:"57",name:"Ornate Greaves of the Bear",p:"inv_boots_plate_05",sta:12,str:12,rand:1212},{id:"10131|699",type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Revenant Boots of the Tiger",p:"inv_boots_plate_02",agi:11,str:11,rand:699},{id:"10131|1209",type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Revenant Boots of the Bear",p:"inv_boots_plate_02",sta:11,str:11,rand:1209},{id:"10146|707",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of the Tiger",p:"inv_boots_07",agi:13,str:14,rand:707},{id:"10146|1218",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of the Bear",p:"inv_boots_07",sta:14,str:14,rand:1218},{id:"10146|315",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of Strength",p:"inv_boots_07",str:23,rand:315},{id:"10155|1218",type:"Mail",slot:"feet",r:56,q:"2",i:"61",name:"Mercurial Greaves of the Bear",p:"inv_boots_02",sta:14,str:14,rand:1218},{id:"10167|702",type:"Plate",slot:"feet",r:50,q:"2",i:"55",name:"Templar Boots of the Tiger",p:"inv_boots_plate_03",agi:12,str:12,rand:702},{id:"10167|1212",type:"Plate",slot:"feet",r:50,q:"2",i:"55",name:"Templar Boots of the Bear",p:"inv_boots_plate_03",sta:12,str:12,rand:1212},{id:"10183|1212",type:"Leather",slot:"feet",r:49,q:"2",i:"54",name:"Swashbuckler's Boots of the Bear",p:"inv_boots_08",sta:12,str:12,rand:1212},{id:"10192|1212",type:"Mail",slot:"feet",r:48,q:"2",i:"53",name:"Crusader's Boots of the Bear",p:"inv_boots_plate_07",sta:12,str:12,rand:1212},{id:"10201|696",type:"Plate",slot:"feet",r:43,q:"2",i:"48",name:"Overlord's Greaves of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"10201|1206",type:"Plate",slot:"feet",r:43,q:"2",i:"48",name:"Overlord's Greaves of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"10222|1217",type:"Leather",slot:"feet",r:54,q:"2",i:"59",name:"Nightshade Boots of the Bear",p:"inv_boots_01",sta:13,str:14,rand:1217},{id:"10234|1215",type:"Mail",slot:"feet",r:53,q:"2",i:"58",name:"Engraved Boots of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"10238|702",type:"Plate",slot:"feet",r:47,q:"2",i:"52",name:"Heavy Lamellar Boots of the Tiger",p:"inv_boots_01",agi:12,str:12,rand:702},{id:"10238|1212",type:"Plate",slot:"feet",r:47,q:"2",i:"52",name:"Heavy Lamellar Boots of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:"10257|707",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of the Tiger",p:"inv_boots_07",agi:13,str:14,rand:707},{id:"10257|1218",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of the Bear",p:"inv_boots_07",sta:14,str:14,rand:1218},{id:"10257|315",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of Strength",p:"inv_boots_07",str:23,rand:315},{id:"10270|1218",type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Masterwork Boots of the Bear",p:"inv_boots_plate_03",sta:14,str:14,rand:1218},{id:"10276|702",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Emerald Sabatons of the Tiger",p:"inv_boots_01",agi:12,str:12,rand:702},{id:"10276|1212",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Emerald Sabatons of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:10332,type:"Mail",slot:"feet",r:30,q:"3",i:"35",name:"Scarlet Boots",p:"inv_boots_02",agi:5,sta:12},{id:10371,type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Imbued Plate Greaves",p:"inv_boots_plate_05",str:13},{id:"10376|705",type:"Plate",slot:"feet",r:55,q:"2",i:"60",name:"Commander's Boots of the Tiger",p:"inv_boots_plate_08",agi:13,str:13,rand:705},{id:"10376|1215",type:"Plate",slot:"feet",r:55,q:"2",i:"60",name:"Commander's Boots of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"10385|708",type:"Plate",slot:"feet",r:57,q:"2",i:"62",name:"Hyperion Greaves of the Tiger",p:"inv_boots_plate_08",agi:14,str:14,rand:708},{id:"10385|1220",type:"Plate",slot:"feet",r:57,q:"2",i:"62",name:"Hyperion Greaves of the Bear",p:"inv_boots_plate_08",sta:14,str:15,rand:1220},{id:10402,type:"Leather",slot:"feet",r:13,q:"2",i:"18",name:"Blackened Defias Boots",p:"inv_boots_05",agi:3,sta:2},{id:"10409|684",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Banded Boots of the Tiger",p:"inv_boots_01",agi:6,str:6,rand:684},{id:"10409|1194",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Banded Boots of the Bear",p:"inv_boots_01",sta:6,str:6,rand:1194},{id:10411,type:"Leather",slot:"feet",r:18,q:"2",i:"23",name:"Footpads of the Fang",p:"inv_boots_04",agi:4,sta:4},{id:10582,type:"Leather",slot:"feet",r:31,q:"3",i:"36",name:"Briar Tredders",p:"inv_boots_08",agi:5},{id:10653,type:"Leather",slot:"feet",r:15,q:"2",i:"30",name:"Trailblazer Boots",p:"inv_boots_03",agi:7,sta:3},{id:10702,type:"Leather",slot:"feet",r:38,q:"2",i:"43",name:"Enormous Ogre Boots",p:"inv_boots_wolf",str:9,sta:9},{id:10707,type:"Plate",slot:"feet",r:45,q:"2",i:"52",name:"Steelsmith Greaves",p:"inv_boots_plate_01",str:11,sta:11},{id:10748,type:"Leather",slot:"feet",r:37,q:"2",i:"41",name:"Wanderlust Boots",p:"inv_boots_07",agi:10,str:5},{id:"10786|1212",type:"Mail",slot:"feet",r:47,q:"2",i:"52",name:"Atal'ai Boots of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:10801,type:"Leather",slot:"feet",r:47,q:"3",i:"52",name:"Slitherscale Boots",p:"inv_boots_07",str:5,sta:12},{id:10846,type:"Mail",slot:"feet",r:49,q:"3",i:"54",name:"Bloodshot Greaves",p:"inv_boots_01",agi:6,str:5,sta:20},{id:11627,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Fleetfoot Greaves",p:"inv_boots_01",agi:19,sta:6},{id:11675,type:"Leather",slot:"feet",r:50,q:"3",i:"55",name:"Shadefiend Boots",p:"inv_boots_01",agi:11,str:10,sta:13},{id:11853,type:"Leather",slot:"feet",r:9,q:"2",i:"18",name:"Rambling Boots",p:"inv_boots_03",agi:3,sta:1},{id:11919,type:"Plate",slot:"feet",r:49,q:"2",i:"55",name:"Cragplate Greaves",p:"inv_boots_plate_08",str:12,sta:12},{id:12021,type:"Plate",slot:"feet",r:48,q:"2",i:"54",name:"Shieldplate Sabatons",p:"inv_boots_plate_01",str:12,sta:11},{id:12426,type:"Plate",slot:"feet",r:54,q:"2",i:"59",name:"Imperial Plate Boots",p:"inv_boots_plate_01",str:13,sta:12},{id:12553,type:"Leather",slot:"feet",r:54,q:"3",i:"59",name:"Swiftwalker Boots",p:"inv_boots_02",agi:21,str:4,sta:7},{id:12555,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Battlechaser's Greaves",p:"inv_boots_plate_06",agi:13,str:14,sta:8},{id:12616,type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Savage Mail Boots",p:"inv_boots_plate_01",str:13,sta:15},{id:12982,type:"Mail",slot:"feet",r:16,q:"3",i:"21",name:"Silver-linked Footguards",p:"inv_boots_01",str:3,sta:7},{id:13068,type:"Plate",slot:"feet",r:40,q:"3",i:"42",name:"Obsidian Greaves",p:"inv_boots_plate_09",agi:6,str:10,sta:10},{id:13070,type:"Plate",slot:"feet",r:53,q:"3",i:"58",name:"Sapphiron's Scale Boots",p:"inv_boots_plate_05",agi:9,str:14,sta:14},{id:13124,type:"Mail",slot:"feet",r:30,q:"3",i:"35",name:"Ravasaur Scale Boots",p:"inv_boots_01",str:3,sta:11},{id:13125,type:"Mail",slot:"feet",r:45,q:"3",i:"50",name:"Elven Chain Boots",p:"inv_boots_01",agi:18,sta:3},{id:13210,type:"Leather",slot:"feet",r:55,q:"3",i:"60",name:"Pads of the Dread Wolf",p:"inv_boots_wolf",sta:14,ap:40},{id:13259,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Ribsteel Footguards",p:"inv_boots_plate_08",agi:10,str:10,sta:17},{id:13284,type:"Mail",slot:"feet",r:53,q:"3",i:"58",name:"Swiftdart Battleboots",p:"inv_boots_01",agi:17,sta:9},{id:13381,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Master Cannoneer Boots",p:"inv_boots_plate_09",str:10,sta:21},{id:13402,type:"Mail",slot:"feet",r:54,q:"3",i:"59",name:"Timmy's Galoshes",p:"inv_boots_01",agi:17,sta:11},{id:14549,type:"Plate",slot:"feet",r:40,q:"4",i:"45",name:"Boots of Avoidance",p:"inv_boots_plate_05",agi:14,sta:11},{id:14568,type:"Leather",slot:"feet",r:18,q:"2",i:"23",name:"Bristlebark Boots",p:"inv_boots_08",agi:5,sta:3},{id:14589,type:"Leather",slot:"feet",r:32,q:"2",i:"37",name:"Hawkeye's Shoes",p:"inv_boots_07",agi:10,sta:3},{id:14599,type:"Leather",slot:"feet",r:37,q:"2",i:"42",name:"Warden's Footpads",p:"inv_boots_08",str:3},{id:14641,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Cadaverous Walkers",p:"inv_boots_05",sta:20,ap:24},{id:14653,type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Scorpashi Slippers",p:"inv_boots_01",agi:13,sta:3},{id:14662,type:"Leather",slot:"feet",r:46,q:"2",i:"51",name:"Keeper's Hooves",p:"inv_boots_01",agi:12,str:3,sta:6},{id:14671,type:"Leather",slot:"feet",r:51,q:"2",i:"56",name:"Pridelord Boots",p:"inv_boots_01",str:4,sta:14},{id:14681,type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Indomitable Boots",p:"inv_boots_01",agi:16,sta:6},{id:14722,type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"War Paint Anklewraps",p:"inv_boots_06",str:2,sta:2},{id:14742,type:"Mail",slot:"feet",r:19,q:"2",i:"24",name:"Hulking Boots",p:"inv_boots_07",str:4,sta:4},{id:14756,type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Slayer's Slippers",p:"inv_boots_01",str:6},{id:14762,type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Enduring Boots",p:"inv_boots_05",str:4,sta:8},{id:14769,type:"Mail",slot:"feet",r:37,q:"2",i:"42",name:"Ravager's Sandals",p:"inv_boots_fabric_01",str:4,sta:10},{id:14799,type:"Mail",slot:"feet",r:53,q:"2",i:"58",name:"Bloodlust Boots",p:"inv_boots_01",str:4,sta:9},{id:14809,type:"Mail",slot:"feet",r:57,q:"2",i:"62",name:"Warstrike Sabatons",p:"inv_boots_07",agi:6,sta:16},{id:14828,type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Symbolic Greaves",p:"inv_boots_05",str:9,sta:6},{id:14839,type:"Plate",slot:"feet",r:40,q:"2",i:"44",name:"Tyrant's Greaves",p:"inv_boots_plate_06",agi:4,str:8,sta:8},{id:14848,type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Sunscale Sabatons",p:"inv_boots_07",agi:3,sta:14},{id:14857,type:"Plate",slot:"feet",r:49,q:"2",i:"54",name:"Vanguard Sabatons",p:"inv_boots_plate_05",agi:3,str:8,sta:13},{id:"14896|693",type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Saltstone Sabatons of the Tiger",p:"inv_boots_plate_08",agi:9,str:9,rand:693},{id:"14896|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Saltstone Sabatons of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"14911|696",type:"Plate",slot:"feet",r:41,q:"2",i:"46",name:"Brutish Boots of the Tiger",p:"inv_boots_plate_06",agi:10,str:10,rand:696},{id:"14911|1206",type:"Plate",slot:"feet",r:41,q:"2",i:"46",name:"Brutish Boots of the Bear",p:"inv_boots_plate_06",sta:10,str:10,rand:1206},{id:"14913|699",type:"Plate",slot:"feet",r:44,q:"2",i:"49",name:"Jade Greaves of the Tiger",p:"inv_boots_plate_05",agi:11,str:11,rand:699},{id:"14913|1209",type:"Plate",slot:"feet",r:44,q:"2",i:"49",name:"Jade Greaves of the Bear",p:"inv_boots_plate_05",sta:11,str:11,rand:1209},{id:"14922|702",type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Lofty Sabatons of the Tiger",p:"inv_boots_wolf",agi:12,str:12,rand:702},{id:"14922|1212",type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Lofty Sabatons of the Bear",p:"inv_boots_wolf",sta:12,str:12,rand:1212},{id:"14932|705",type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Heroic Greaves of the Tiger",p:"inv_boots_plate_06",agi:13,str:13,rand:705},{id:"14932|1215",type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Heroic Greaves of the Bear",p:"inv_boots_plate_06",sta:13,str:13,rand:1215},{id:"14940|693",type:"Plate",slot:"feet",r:40,q:"2",i:"43",name:"Warbringer's Sabatons of the Tiger",p:"inv_boots_plate_09",agi:9,str:9,rand:693},{id:"14940|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"43",name:"Warbringer's Sabatons of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"14951|696",type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Bloodforged Sabatons of the Tiger",p:"inv_boots_02",agi:10,str:10,rand:696},{id:"14951|1206",type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Bloodforged Sabatons of the Bear",p:"inv_boots_02",sta:10,str:10,rand:1206},{id:"14957|699",type:"Plate",slot:"feet",r:46,q:"2",i:"51",name:"High Chief's Sabatons of the Tiger",p:"inv_boots_05",agi:11,str:11,rand:699},{id:"14957|1209",type:"Plate",slot:"feet",r:46,q:"2",i:"51",name:"High Chief's Sabatons of the Bear",p:"inv_boots_05",sta:11,str:11,rand:1209},{id:"14972|702",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Glorious Sabatons of the Tiger",p:"inv_boots_plate_03",agi:12,str:12,rand:702},{id:"14972|1212",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Glorious Sabatons of the Bear",p:"inv_boots_plate_03",sta:12,str:12,rand:1212},{id:"14978|708",type:"Plate",slot:"feet",r:58,q:"2",i:"63",name:"Exalted Sabatons of the Tiger",p:"inv_boots_wolf",agi:14,str:14,rand:708},{id:"14978|1220",type:"Plate",slot:"feet",r:58,q:"2",i:"63",name:"Exalted Sabatons of the Bear",p:"inv_boots_wolf",sta:14,str:15,rand:1220},{id:"15111|678",type:"Leather",slot:"feet",r:16,q:"2",i:"21",name:"Rigid Moccasins of the Tiger",p:"inv_boots_03",agi:4,str:4,rand:678},{id:"15111|136",type:"Leather",slot:"feet",r:16,q:"2",i:"21",name:"Rigid Moccasins of Strength",p:"inv_boots_03",str:6,rand:136},{id:"15152|1203",type:"Leather",slot:"feet",r:36,q:"2",i:"41",name:"Nocturnal Shoes of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"15162|1203",type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Imposing Boots of the Bear",p:"inv_boots_02",sta:9,str:9,rand:1203},{id:"15171|1209",type:"Leather",slot:"feet",r:45,q:"2",i:"50",name:"Potent Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"15181|1212",type:"Leather",slot:"feet",r:50,q:"2",i:"55",name:"Praetorian Boots of the Bear",p:"inv_boots_plate_07",sta:12,str:12,rand:1212},{id:"15189|1217",type:"Leather",slot:"feet",r:55,q:"2",i:"60",name:"Grand Boots of the Bear",p:"inv_boots_07",sta:13,str:14,rand:1217},{id:"15370|1203",type:"Leather",slot:"feet",r:39,q:"2",i:"44",name:"Wolf Rider's Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"15379|696",type:"Leather",slot:"feet",r:43,q:"2",i:"48",name:"Rageclaw Boots of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"15379|1206",type:"Leather",slot:"feet",r:43,q:"2",i:"48",name:"Rageclaw Boots of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"15389|1212",type:"Leather",slot:"feet",r:48,q:"2",i:"53",name:"Jadefire Sabatons of the Bear",p:"inv_boots_08",sta:12,str:12,rand:1212},{id:"15426|1217",type:"Leather",slot:"feet",r:53,q:"2",i:"58",name:"Peerless Boots of the Bear",p:"inv_boots_08",sta:13,str:14,rand:1217},{id:"15435|707",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of the Tiger",p:"inv_boots_plate_08",agi:13,str:14,rand:707},{id:"15435|1218",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of the Bear",p:"inv_boots_plate_08",sta:14,str:14,rand:1218},{id:"15435|315",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of Strength",p:"inv_boots_plate_08",str:23,rand:315},{id:"15489|675",type:"Mail",slot:"feet",r:11,q:"2",i:"16",name:"Bloodspattered Sabatons of the Tiger",p:"inv_boots_03",agi:3,str:3,rand:675},{id:"15489|1185",type:"Mail",slot:"feet",r:11,q:"2",i:"16",name:"Bloodspattered Sabatons of the Bear",p:"inv_boots_03",sta:3,str:3,rand:1185},{id:"15498|675",type:"Mail",slot:"feet",r:15,q:"2",i:"20",name:"Outrunner's Slippers of the Tiger",p:"inv_boots_05",agi:3,str:3,rand:675},{id:"15498|1185",type:"Mail",slot:"feet",r:15,q:"2",i:"20",name:"Outrunner's Slippers of the Bear",p:"inv_boots_05",sta:3,str:3,rand:1185},{id:"15506|675",type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Grunt's AnkleWraps of the Tiger",p:"inv_boots_08",agi:3,str:3,rand:675},{id:"15506|1185",type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Grunt's AnkleWraps of the Bear",p:"inv_boots_08",sta:3,str:3,rand:1185},{id:"15516|681",type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Spiked Chain Slippers of the Tiger",p:"inv_boots_fabric_01",agi:5,str:5,rand:681},{id:"15516|1191",type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Spiked Chain Slippers of the Bear",p:"inv_boots_fabric_01",sta:5,str:5,rand:1191},{id:"15525|684",type:"Mail",slot:"feet",r:23,q:"2",i:"28",name:"Sentry's Slippers of the Tiger",p:"inv_boots_plate_08",agi:6,str:6,rand:684},{id:"15525|1194",type:"Mail",slot:"feet",r:23,q:"2",i:"28",name:"Sentry's Slippers of the Bear",p:"inv_boots_plate_08",sta:6,str:6,rand:1194},{id:"15534|684",type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Wicked Chain Boots of the Tiger",p:"inv_boots_07",agi:6,str:6,rand:684},{id:"15534|1194",type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Wicked Chain Boots of the Bear",p:"inv_boots_07",sta:6,str:6,rand:1194},{id:"15544|684",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Thick Scale Sabatons of the Tiger",p:"inv_boots_05",agi:6,str:6,rand:684},{id:"15544|1194",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Thick Scale Sabatons of the Bear",p:"inv_boots_05",sta:6,str:6,rand:1194},{id:"15555|684",type:"Mail",slot:"feet",r:28,q:"2",i:"33",name:"Pillager's Boots of the Tiger",p:"inv_boots_wolf",agi:6,str:6,rand:684},{id:"15555|1194",type:"Mail",slot:"feet",r:28,q:"2",i:"33",name:"Pillager's Boots of the Bear",p:"inv_boots_wolf",sta:6,str:6,rand:1194},{id:"15565|690",type:"Mail",slot:"feet",r:33,q:"2",i:"38",name:"Marauder's Boots of the Tiger",p:"inv_boots_01",agi:8,str:8,rand:690},{id:"15565|1200",type:"Mail",slot:"feet",r:33,q:"2",i:"38",name:"Marauder's Boots of the Bear",p:"inv_boots_01",sta:8,str:8,rand:1200},{id:"15576|690",type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Sparkleshell Sabatons of the Tiger",p:"inv_boots_plate_03",agi:8,str:8,rand:690},{id:"15576|1200",type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Sparkleshell Sabatons of the Bear",p:"inv_boots_plate_03",sta:8,str:8,rand:1200},{id:"15589|1203",type:"Mail",slot:"feet",r:36,q:"2",i:"41",name:"Steadfast Stompers of the Bear",p:"inv_boots_01",sta:9,str:9,rand:1203},{id:"15599|1203",type:"Mail",slot:"feet",r:39,q:"2",i:"44",name:"Ancient Greaves of the Bear",p:"inv_boots_plate_04",sta:9,str:9,rand:1203},{id:"15614|1203",type:"Mail",slot:"feet",r:40,q:"2",i:"45",name:"Bonelink Sabatons of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"15626|1206",type:"Mail",slot:"feet",r:42,q:"2",i:"47",name:"Gryphon Mail Greaves of the Bear",p:"inv_boots_08",sta:10,str:10,rand:1206},{id:"15630|1209",type:"Mail",slot:"feet",r:44,q:"2",i:"49",name:"Formidable Sabatons of the Bear",p:"inv_boots_plate_06",sta:11,str:11,rand:1209},{id:"15642|1212",type:"Mail",slot:"feet",r:47,q:"2",i:"52",name:"Ironhide Greaves of the Bear",p:"inv_boots_02",sta:12,str:12,rand:1212},{id:"15658|1215",type:"Mail",slot:"feet",r:54,q:"2",i:"59",name:"Impenetrable Sabatons of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"15674|1215",type:"Mail",slot:"feet",r:55,q:"2",i:"60",name:"Magnificent Greaves of the Bear",p:"inv_boots_02",sta:13,str:13,rand:1215},{id:"15678|1218",type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Triumphant Sabatons of the Bear",p:"inv_boots_plate_03",sta:14,str:14,rand:1218},{id:"15694|1212",type:"Mail",slot:"feet",r:49,q:"2",i:"54",name:"Merciless Greaves of the Bear",p:"inv_boots_plate_08",sta:12,str:12,rand:1212},{id:15861,type:"Leather",slot:"feet",r:57,q:"2",i:"60",name:"Swiftfoot Treads",p:"inv_boots_07",agi:18,str:5},{id:16483,type:"Plate",slot:"feet",r:60,q:"4",i:"71",name:"Marshal's Plate Boots",p:"inv_boots_plate_09",agi:12,str:18,sta:24,hit:1},{id:16545,type:"Plate",slot:"feet",r:60,q:"4",i:"71",name:"General's Plate Boots",p:"inv_boots_plate_04",agi:12,str:18,sta:24,hit:1},{id:16977,type:"Leather",slot:"feet",r:22,q:"3",i:"27",name:"Warsong Boots",p:"inv_boots_05",agi:8,sta:6},{id:16982,type:"Leather",slot:"feet",r:54,q:"4",i:"59",name:"Corehound Boots",p:"inv_boots_07",agi:13,sta:10,resist:{fire:24}},{id:16984,type:"Mail",slot:"feet",r:56,q:"4",i:"61",name:"Black Dragonscale Boots",p:"inv_boots_plate_09",sta:10,resist:{fire:24},ap:28},{id:17688,type:"Plate",slot:"feet",r:30,q:"2",i:"40",name:"Jungle Boots",p:"inv_boots_plate_01",str:7,sta:4},{id:17728,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Albino Crocscale Boots",p:"inv_boots_05",agi:20,sta:5,resist:{nature:5}},{id:18043,type:"Leather",slot:"feet",r:52,q:"3",i:"57",name:"Coal Miner Boots",p:"inv_boots_08",str:9,sta:17,resist:{fire:10}},{id:18379,type:"Mail",slot:"feet",r:57,q:"3",i:"62",name:"Odious Greaves",p:"inv_boots_plate_06",sta:18,ap:22},{id:18411,type:"Leather",slot:"feet",r:54,q:"2",i:"57",name:"Spry Boots",p:"inv_boots_06",agi:12},{id:18476,type:"Leather",slot:"feet",r:55,q:"2",i:"60",name:"Mud Stained Boots",p:"inv_boots_07",str:10,sta:15},{id:18506,type:"Leather",slot:"feet",r:57,q:"3",i:"62",name:"Mongoose Boots",p:"inv_boots_08",agi:23,sta:9},{id:18521,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Grimy Metal Boots",p:"inv_boots_plate_01",str:17},{id:18716,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Ash Covered Boots",p:"inv_boots_08",agi:13,sta:13},{id:18806,type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Core Forged Greaves",p:"inv_boots_plate_09",sta:28,resist:{fire:12,shadow:8},d:4},{id:19048,type:"Mail",slot:"feet",r:59,q:"3",i:"64",name:"Heavy Timbermaw Boots",p:"inv_boots_chain_10",sta:23,ap:20},{id:"20039|699",type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Dark Iron Boots of the Tiger",p:"inv_boots_chain_08",resist:{fire:28},agi:11,str:11,rand:699},{id:"20039|1209",type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Dark Iron Boots of the Bear",p:"inv_boots_chain_08",resist:{fire:28},sta:11,str:11,rand:1209},{id:20048,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:12},{id:20049,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:8},{id:20050,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20051,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20052,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:12,sta:16,ap:16},{id:20053,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:16,ap:16},{id:20091,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20092,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20093,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20100,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:13,ap:12},{id:20101,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:6,sta:10,ap:6},{id:20102,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:5,sta:8},{id:20109,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:7},{id:20110,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:6},{id:20111,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:4},{id:20112,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:11,sta:13,ap:12},{id:20113,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:8,sta:10,ap:6},{id:20114,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:7,sta:8},{id:20121,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20122,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20123,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20127,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:10},{id:20128,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:8},{id:20129,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:6},{id:20154,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20155,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20156,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20157,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20167,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:16,ap:16},{id:20168,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:6,sta:10,ap:6},{id:20169,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:5,sta:8},{id:20170,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:13,ap:12},{id:20181,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:8},{id:20182,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:4},{id:20183,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:6},{id:20185,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:7},{id:20186,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:12,sta:16,ap:16},{id:20187,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:8,sta:10,ap:6},{id:20188,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:7,sta:8},{id:20189,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:11,sta:13,ap:12},{id:20199,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20200,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20201,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20202,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20208,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:12},{id:20209,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:8},{id:20210,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:6},{id:20211,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:10},{id:20255,type:"Leather",slot:"feet",r:50,q:"3",i:"52",name:"Whisperwalk Boots",p:"inv_boots_cloth_05",agi:18,sta:4},{id:20619,type:"Plate",slot:"feet",r:60,q:"4",i:"72",name:"Acid Inscribed Greaves",p:"inv_boots_plate_04",str:8,sta:19,resist:{nature:25},d:6},{id:20629,type:"Mail",slot:"feet",r:60,q:"4",i:"72",name:"Malignant Footguards",p:"inv_boots_chain_08",str:10,sta:12},{id:20710,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Crystal Encrusted Greaves",p:"inv_boots_plate_02",sta:21,d:5},{id:20711,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Crystal Lined Greaves",p:"inv_boots_plate_02",str:12,sta:12},{id:20715,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Dunestalker's Boots",p:"inv_boots_08",agi:19,str:9,sta:10},{id:21333,type:"Plate",slot:"feet",r:60,q:"4",i:"78",name:"Conqueror's Greaves",p:"inv_boots_plate_05",agi:17,str:21,sta:23,d:4},{id:21532,type:"Leather",slot:"feet",r:60,q:"4",i:"77",name:"Drudge Boots",p:"inv_boots_08",agi:17,str:13,sta:20,resist:{nature:20}},{id:22270,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Entrenching Boots",p:"inv_boots_plate_02",agi:5,str:11,sta:10},{id:22420,type:"Plate",slot:"feet",r:60,q:"4",i:"86",name:"Dreadnaught Sabatons",p:"inv_boots_plate_06",str:15,sta:34,d:9},{id:22472,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Boots of Ferocity",p:"inv_boots_08",agi:13,str:13,sta:13},{id:209581,type:"Mail",slot:"feet",r:25,q:"3",i:"30",name:"Silver Hand Sabatons",p:"inv_boots_01",agi:5,str:9,sta:4},{id:209689,type:"Mail",slot:"feet",r:25,q:"3",i:"33",name:"Crabshell Waders",p:"inv_boots_chain_08",str:11,sta:6},{id:211506,type:"Mail",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Avenger's Boots",p:"inv_boots_chain_06",str:10,sta:5},{id:211508,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Elementalist's Footpads",p:"inv_boots_cloth_05",agi:5},{id:211511,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Slayer's Footpads",p:"inv_boots_05",agi:7,str:5,sta:7},{id:212589,type:"Leather",slot:"feet",r:12,q:"2",i:"17",name:"Courier Treads",p:"inv_boots_05",agi:4},{id:213294,type:"Plate",slot:"feet",r:40,q:"3",i:"45",name:"Caverndeep Sabatons",p:"inv_boots_01",agi:9,str:7,sta:10,d:4},{id:213335,type:"Plate",slot:"feet",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Boots",p:"inv_boots_plate_02",str:13,sta:12},{id:213339,type:"Mail",slot:"feet",r:40,q:"3",i:"45",name:"Electromantic Grounding Sabatons",p:"inv_boots_plate_07",agi:11,sta:9},{id:213340,type:"Leather",slot:"feet",r:40,q:"3",i:"45",name:"Gnomebot Operators Boots",p:"inv_boots_05",agi:7,str:9,sta:9},{id:213341,type:"Leather",slot:"feet",r:40,q:"3",i:"45",name:"Insulated Workboots",p:"inv_boots_05",agi:9,str:8,sta:8},{id:217275,type:"Mail",slot:"feet",r:35,q:"2",i:"40",name:"Golden Scale Boots",p:"inv_boots_01",str:8},{id:217306,type:"Plate",slot:"feet",r:40,q:"3",i:"41",name:"Revelosh's Boots",p:"inv_boots_plate_06",str:12,sta:11},{id:220561,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Tenacious Troll Kickers",p:"inv_boots_plate_05",str:8,sta:10,hit:1,block:18},{id:220562,type:"Mail",slot:"feet",r:50,q:"4",i:"53",name:"Bloodshot Battle Greaves",p:"inv_boots_01",agi:6,str:15,sta:20},{id:220563,type:"Mail",slot:"feet",r:50,q:"3",i:"55",name:"Boots of the Atal'ai Blood Shaman",p:"inv_boots_01",sta:7,hit:1},{id:220648,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Boots",p:"inv_boots_plate_05",str:7,sta:19},{id:220656,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Wailing Berserker's Battleboots",p:"inv_boots_wolf",agi:9,sta:13,ap:28},{id:220799,type:"Plate",slot:"feet",r:50,q:"3",i:"51",name:"Sergeant Major's Plate Greaves",p:"inv_boots_plate_08",agi:7,str:8,sta:17},{id:220800,type:"Plate",slot:"feet",r:50,q:"3",i:"51",name:"First Sergeant's Plate Greaves",p:"inv_boots_plate_08",agi:7,str:8,sta:17},{id:221379,type:"Plate",slot:"feet",r:50,q:"3",i:"50",name:"Emerald Dream Sabatons",p:"inv_boots_01",agi:6,str:8,sta:16},{id:223196,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Godslayer's Greaves",p:"inv_boots_plate_09",agi:14,str:14,resist:{nature:5}},{id:223962,type:"Leather",slot:"feet",r:42,q:"3",i:"47",name:"Sandstalker Ankleguards",p:"inv_bracer_04",agi:17,str:8},{id:226487,type:"Plate",slot:"feet",r:60,q:"4",i:"66",name:"Sabatons of Might",p:"inv_boots_plate_04",agi:8,str:15,sta:26,resist:{fire:7},block:12},{id:226496,type:"Plate",slot:"feet",r:60,q:"4",i:"66",name:"Treads of Might",p:"inv_boots_plate_04",str:21,sta:20,resist:{fire:7},hit:1},{id:226764,type:"Plate",slot:"feet",r:54,q:"3",i:"59",name:"Boots of Valor",p:"inv_boots_plate_03",agi:7,str:18,sta:11},{id:226857,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Battleboots of Heroism",p:"inv_boots_plate_03",str:25,sta:12,hit:1},{id:226871,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Sabatons of Heroism",p:"inv_boots_plate_03",str:15,sta:20,hit:1,d:7},{id:226879,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Boots of Heroism",p:"inv_boots_plate_03",str:20,sta:20,hit:1},{id:227051,type:"Plate",slot:"feet",r:60,q:"3",i:"66",name:"Blood Guard's Plate Greaves",p:"inv_boots_plate_09",agi:9,str:10,sta:23},{id:227052,type:"Plate",slot:"feet",r:60,q:"3",i:"66",name:"Knight-Lieutenant's Plate Greaves",p:"inv_boots_plate_09",agi:9,str:10,sta:23},{id:227810,type:"Mail",slot:"feet",r:59,q:"3",i:"64",name:"Dense Timbermaw Boots",p:"inv_boots_chain_10",sta:23,ap:20},{id:227822,type:"Leather",slot:"feet",r:54,q:"4",i:"59",name:"Thick Corehound Boots",p:"inv_boots_07",agi:13,sta:10,resist:{fire:24}},{id:227829,type:"Mail",slot:"feet",r:56,q:"4",i:"61",name:"Hardened Black Dragonscale Boots",p:"inv_boots_plate_09",sta:10,resist:{fire:24},ap:28},{id:227957,type:"Mail",slot:"feet",r:52,q:"3",i:"57",name:"Savage Gladiator Greaves",p:"inv_boots_01",agi:15,str:10,sta:13},{id:227992,type:"Plate",slot:"feet",r:54,q:"3",i:"59",name:"Death Knight Sabatons",p:"inv_boots_plate_08",str:11,sta:11},{id:227998,type:"Mail",slot:"feet",r:56,q:"3",i:"61",name:"Bloodmail Boots",p:"inv_boots_01",agi:9,str:9,sta:10,hit:1},{id:227999,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Deathbone Sabatons",p:"inv_boots_01",sta:9,d:10},{id:228004,type:"Mail",slot:"feet",r:56,q:"3",i:"61",name:"Windreaver Greaves",p:"inv_boots_plate_04",agi:20,hit:1},{id:228253,type:"Mail",slot:"feet",r:60,q:"4",i:"68",name:"Sabatons of the Flamewalker",p:"inv_boots_chain_05",sta:24,resist:{fire:11},ap:34}],finger1:[{id:1076,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Defias Renegade Ring",p:"inv_jewelry_ring_02",agi:3,sta:3},{id:1156,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Lavishly Jeweled Ring",p:"inv_jewelry_ring_09",agi:2},{id:1189,type:"Miscellaneous",slot:"finger",r:15,q:"2",i:"20",name:"Overseer's Ring",p:"inv_jewelry_ring_03",str:3},{id:1491,type:"Miscellaneous",slot:"finger",r:20,q:"3",i:"25",name:"Ring of Precision",p:"inv_jewelry_ring_14",agi:6},{id:2246,type:"Miscellaneous",slot:"finger",r:53,q:"4",i:"58",name:"Myrmidon's Signet",p:"inv_jewelry_ring_05",agi:7,str:10,sta:17},{id:2262,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Mark of Kern",p:"inv_jewelry_ring_15",sta:4,ap:20},{id:2933,type:"Miscellaneous",slot:"finger",r:16,q:"3",i:"31",name:"Seal of Wrynn",p:"inv_jewelry_ring_05",agi:3,str:3,sta:4},{id:2951,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Ring of the Underwood",p:"inv_jewelry_ring_12",agi:10,str:2,sta:3},{id:4549,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"46",name:"Seafire Band",p:"inv_jewelry_ring_04",agi:2,str:2,sta:10},{id:5010,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"40",name:"Inscribed Gold Ring",p:"inv_jewelry_ring_03",str:2,sta:8},{id:5351,type:"Miscellaneous",slot:"finger",r:11,q:"2",i:"20",name:"Bounty Hunter's Ring",p:"inv_jewelry_ring_01",agi:3,sta:1},{id:6321,type:"Miscellaneous",slot:"finger",r:21,q:"3",i:"26",name:"Silverlaine's Family Seal",p:"inv_belt_29",str:7,sta:3},{id:6414,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"29",name:"Seal of Sylvanas",p:"inv_jewelry_ring_15",str:3,sta:8},{id:6748,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Monkey Ring",p:"inv_jewelry_ring_14",agi:6},{id:6749,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Tiger Band",p:"inv_jewelry_ring_13",str:6},{id:6757,type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"38",name:"Jaina's Signet Ring",p:"inv_jewelry_ring_05",str:3,sta:7},{id:"7426|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"7426|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"7426|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"7547|690",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Tiger",p:"inv_jewelry_ring_15",agi:8,str:8,rand:690},{id:"7547|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_15",sta:8,str:8,rand:1200},{id:"7547|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_15",str:11,rand:192},{id:7552,type:"Miscellaneous",slot:"finger",r:39,q:"2",i:"44",name:"Falcon's Hook",p:"inv_jewelry_ring_10",agi:9,str:3},{id:7686,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Ironspine's Eye",p:"inv_jewelry_ring_04",agi:9,str:4},{id:8350,type:"Miscellaneous",slot:"finger",r:10,q:"2",i:"15",name:"The 1 Ring",p:"inv_jewelry_ring_03",agi:1,str:1,sta:1},{id:"9461|687",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Tiger",p:"inv_misc_gear_01",resist:{nature:5},agi:7,str:7,rand:687},{id:"9461|1197",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Bear",p:"inv_misc_gear_01",resist:{nature:5},sta:7,str:7,rand:1197},{id:"9461|191",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of Strength",p:"inv_misc_gear_01",resist:{nature:5},str:10,rand:191},{id:9533,type:"Miscellaneous",slot:"finger",r:40,q:"3",i:"47",name:"Masons Fraternity Ring",p:"inv_jewelry_ring_03",agi:13,sta:5},{id:9655,type:"Miscellaneous",slot:"finger",r:42,q:"2",i:"50",name:"Seedtime Hoop",p:"inv_jewelry_ring_12",str:4},{id:"10298|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"10298|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"10298|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"10795|696",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Tiger",p:"inv_jewelry_ring_04",d:4,agi:10,str:10,rand:696},{id:"10795|1206",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Bear",p:"inv_jewelry_ring_04",d:4,sta:10,str:10,rand:1206},{id:"10795|307",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of Strength",p:"inv_jewelry_ring_04",d:4,str:15,rand:307},{id:"11118|693",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Tiger",p:"inv_stone_15",agi:9,str:9,rand:693},{id:"11118|1203",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Bear",p:"inv_stone_15",sta:9,str:9,rand:1203},{id:"11118|219",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of Strength",p:"inv_stone_15",str:13,rand:219},{id:11824,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Cyclopean Band",p:"inv_jewelry_ring_08",str:4,sta:8},{id:11862,type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"52",name:"White Bone Band",p:"inv_misc_bone_05",ap:24},{id:"11945|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Tiger",p:"inv_jewelry_ring_15",agi:9,str:9,rand:693},{id:"11945|1203",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Bear",p:"inv_jewelry_ring_15",sta:9,str:9,rand:1203},{id:"11945|219",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of Strength",p:"inv_jewelry_ring_15",str:13,rand:219},{id:"11977|1201",type:"Miscellaneous",slot:"finger",r:50,q:"2",i:"55",name:"Serpentine Loop of the Bear",p:"inv_jewelry_ring_12",sta:9,str:8,rand:1201},{id:"11979|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Peridot Circle of the Bear",p:"inv_jewelry_ring_14",sta:10,str:10,rand:1206},{id:"11980|1206",type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Opal Ring of the Bear",p:"inv_jewelry_ring_05",sta:10,str:10,rand:1206},{id:"11991|1205",type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Quicksilver Ring of the Bear",p:"inv_jewelry_ring_01",sta:9,str:10,rand:1205},{id:"11993|1185",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of the Bear",p:"inv_jewelry_ring_14",sta:3,str:3,rand:1185},{id:"11993|115",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of Strength",p:"inv_jewelry_ring_14",str:5,rand:115},{id:"11994|1188",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"11994|115",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of Strength",p:"inv_jewelry_ring_10",str:5,rand:115},{id:"11995|1188",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of the Bear",p:"inv_jewelry_ring_05",sta:4,str:4,rand:1188},{id:"11995|136",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of Strength",p:"inv_jewelry_ring_05",str:6,rand:136},{id:"11996|1191",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of the Bear",p:"inv_jewelry_ring_13",sta:5,str:5,rand:1191},{id:"11996|189",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of Strength",p:"inv_jewelry_ring_13",str:8,rand:189},{id:"11997|1194",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of the Bear",p:"inv_jewelry_ring_08",sta:6,str:6,rand:1194},{id:"11997|190",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of Strength",p:"inv_jewelry_ring_08",str:9,rand:190},{id:"11998|1194",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of the Bear",p:"inv_jewelry_ring_01",sta:6,str:6,rand:1194},{id:"11998|191",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of Strength",p:"inv_jewelry_ring_01",str:10,rand:191},{id:"11999|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of the Bear",p:"inv_jewelry_ring_02",sta:8,str:8,rand:1200},{id:"11999|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of Strength",p:"inv_jewelry_ring_02",str:11,rand:192},{id:"12001|1200",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_01",sta:8,str:8,rand:1200},{id:"12001|193",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_01",str:12,rand:193},{id:"12002|1203",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of the Bear",p:"inv_jewelry_ring_04",sta:9,str:9,rand:1203},{id:"12002|219",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of Strength",p:"inv_jewelry_ring_04",str:13,rand:219},{id:"12004|1206",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12004|307",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12005|1206",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12005|307",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12006|675",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Meadow Ring of the Tiger",p:"inv_jewelry_ring_12",agi:3,str:3,rand:675},{id:"12007|678",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Prairie Ring of the Tiger",p:"inv_jewelry_ring_02",agi:4,str:4,rand:678},{id:"12008|678",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Savannah Ring of the Tiger",p:"inv_jewelry_ring_03",agi:4,str:4,rand:678},{id:"12009|681",type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"33",name:"Tundra Ring of the Tiger",p:"inv_jewelry_ring_05",agi:5,str:5,rand:681},{id:"12010|684",type:"Miscellaneous",slot:"finger",r:32,q:"2",i:"37",name:"Fen Ring of the Tiger",p:"inv_jewelry_ring_04",agi:6,str:6,rand:684},{id:"12011|684",type:"Miscellaneous",slot:"finger",r:36,q:"2",i:"41",name:"Forest Hoop of the Tiger",p:"inv_jewelry_ring_12",agi:6,str:6,rand:684},{id:"12012|687",type:"Miscellaneous",slot:"finger",r:40,q:"2",i:"45",name:"Marsh Ring of the Tiger",p:"inv_jewelry_ring_08",agi:7,str:7,rand:687},{id:"12013|690",type:"Miscellaneous",slot:"finger",r:44,q:"2",i:"49",name:"Desert Ring of the Tiger",p:"inv_jewelry_ring_14",agi:8,str:8,rand:690},{id:"12014|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Arctic Ring of the Tiger",p:"inv_jewelry_ring_07",agi:9,str:9,rand:693},{id:"12015|693",type:"Miscellaneous",slot:"finger",r:52,q:"2",i:"57",name:"Swamp Ring of the Tiger",p:"inv_jewelry_ring_12",agi:9,str:9,rand:693},{id:"12016|696",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Tiger",p:"inv_jewelry_ring_08",agi:10,str:10,rand:696},{id:"12016|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Bear",p:"inv_jewelry_ring_08",sta:10,str:10,rand:1206},{id:"12017|699",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Tiger",p:"inv_jewelry_ring_09",agi:11,str:11,rand:699},{id:"12017|1209",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Bear",p:"inv_jewelry_ring_09",sta:11,str:11,rand:1209},{id:"12017|308",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of Strength",p:"inv_jewelry_ring_09",str:16,rand:308},{id:12052,type:"Miscellaneous",slot:"finger",r:16,q:"2",i:"21",name:"Ring of the Moon",p:"inv_jewelry_ring_05",str:1,sta:3},{id:12054,type:"Miscellaneous",slot:"finger",r:19,q:"2",i:"24",name:"Demon Band",p:"inv_jewelry_ring_04",str:4,sta:2},{id:12058,type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Demonic Bone Ring",p:"inv_jewelry_ring_01",str:8,sta:5},{id:12544,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"60",name:"Thrall's Resolve",p:"inv_jewelry_ring_05",str:4,sta:7},{id:12548,type:"Miscellaneous",slot:"finger",r:51,q:"3",i:"60",name:"Magni's Will",p:"inv_jewelry_ring_05",str:6,sta:7,crit:1},{id:12985,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Ring of Defense",p:"inv_jewelry_ring_28",d:4},{id:13093,type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Blush Ember Ring",p:"inv_jewelry_ring_25",agi:5,str:4},{id:13095,type:"Miscellaneous",slot:"finger",r:39,q:"3",i:"44",name:"Assault Band",p:"inv_jewelry_ring_04",sta:7,ap:20},{id:13097,type:"Miscellaneous",slot:"finger",r:24,q:"3",i:"29",name:"Thunderbrow Ring",p:"inv_jewelry_ring_09",agi:3,str:8},{id:13098,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Painweaver Band",p:"inv_jewelry_ring_18",sta:7,crit:1,ap:16},{id:13217,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"61",name:"Band of the Penitent",p:"inv_jewelry_ring_30",crit:1},{id:13373,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"60",name:"Band of Flesh",p:"inv_misc_bone_04",agi:3,str:6,sta:16},{id:17063,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"78",name:"Band of Accuria",p:"inv_jewelry_ring_15",agi:16,sta:10,hit:2},{id:17694,type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"25",name:"Band of the Fist",p:"inv_jewelry_ring_02",agi:3,str:3},{id:17713,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Blackstone Ring",p:"inv_jewelry_ring_17",sta:6,ap:20,hit:1},{id:"17982|675",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Tiger",p:"inv_jewelry_ring_25",resist:{fire:18},agi:3,str:3,rand:675},{id:"17982|1185",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Bear",p:"inv_jewelry_ring_25",resist:{fire:18},sta:3,str:3,rand:1185},{id:"17982|115",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of Strength",p:"inv_jewelry_ring_25",resist:{fire:18},str:5,rand:115},{id:18302,type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Band of Vigor",p:"inv_jewelry_ring_20",agi:7,str:8,sta:7},{id:18400,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"57",name:"Ring of Living Stone",p:"inv_jewelry_ring_19",str:10,sta:9},{id:18464,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"60",name:"Gordok Nose Ring",p:"inv_jewelry_ring_06",str:5,sta:9},{id:18500,type:"Miscellaneous",slot:"finger",r:56,q:"3",i:"61",name:"Tarnished Elven Ring",p:"inv_jewelry_ring_13",agi:15,hit:1},{id:18522,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Band of the Ogre King",p:"inv_jewelry_ring_32",str:14,sta:13},{id:18585,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Band of Allegiance",p:"inv_jewelry_ring_09",str:9,sta:4},{id:18674,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Hardened Stone Band",p:"inv_jewelry_ring_14",str:8,sta:8,d:3},{id:18701,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Innervating Band",p:"inv_jewelry_ring_24",agi:15,sta:9},{id:18813,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"73",name:"Ring of Binding",p:"inv_jewelry_ring_13",resist:{fire:10,nature:10,frost:10,shadow:10},d:4},{id:19325,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Don Julio's Band",p:"inv_jewelry_ring_35",sta:11,crit:1,hit:1,ap:16},{id:19384,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"83",name:"Master Dragonslayer's Ring",p:"inv_jewelry_ring_41",sta:14,ap:48,hit:1},{id:19510,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:11,str:12,sta:8},{id:19511,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:9,str:10,sta:6},{id:19512,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:8,str:8,sta:5},{id:19513,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:6,str:6,sta:4},{id:19514,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:11,str:12,sta:8},{id:19515,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:8,str:8,sta:5},{id:19516,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:9,str:10,sta:6},{id:19517,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:6,str:6,sta:4},{id:20429,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:4,str:4,sta:2},{id:20439,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:4,str:4,sta:2},{id:20505,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"52",name:"Chivalrous Signet",p:"inv_jewelry_ring_43",str:7,sta:7},{id:20624,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"72",name:"Ring of the Unliving",p:"inv_jewelry_ring_38",agi:21,sta:16},{id:20721,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Band of the Cultist",p:"inv_jewelry_ring_27",agi:12,str:7,sta:12},{id:21182,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"66",name:"Band of Earthen Might",p:"inv_jewelry_ring_19",str:6,crit:1,hit:1},{id:21189,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"62",name:"Might of Cenarius",p:"inv_jewelry_ring_41",sta:8,hit:1},{id:21196,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:10,sta:18,d:5},{id:21197,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:11,sta:19,d:5},{id:21198,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:21,d:6},{id:21199,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:22,d:6},{id:21200,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:13,sta:24,d:7},{id:21201,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:18,sta:8,hit:1},{id:21202,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:19,sta:9,hit:1},{id:21203,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:21,sta:11,hit:1},{id:21204,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:22,sta:11,hit:1},{id:21205,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:24,sta:13,hit:1},{id:21393,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet of Unyielding Strength",p:"inv_jewelry_ring_ahnqiraj_03",str:11,sta:14,crit:1},{id:22255,type:"Miscellaneous",slot:"finger",r:52,q:"3",i:"57",name:"Magma Forged Band",p:"inv_jewelry_ring_04",agi:12,str:7,sta:7},{id:22331,type:"Miscellaneous",slot:"finger",r:57,q:"3",i:"62",name:"Band of the Steadfast Hero",p:"inv_jewelry_ring_33",str:7,sta:12,d:7},{id:22680,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"66",name:"Band of Resolution",p:"inv_jewelry_ring_01",sta:18,d:5},{id:209565,type:"Miscellaneous",slot:"finger",r:25,q:"3",i:"30",name:"Band of Deep Places",p:"inv_jewelry_ring_05",str:6,sta:6},{id:211467,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"30",name:"Band of the Iron Fist",p:"inv_jewelry_ring_02",agi:7,str:4},{id:213284,type:"Miscellaneous",slot:"finger",r:40,q:"4",i:"45",name:"Hypercharged Gear of Devastation",p:"inv_misc_gear_01",agi:8,str:7,sta:10,resist:{nature:5}},{id:219022,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Hauler's Ring",p:"inv_jewelry_ring_03",str:2,sta:2},{id:219024,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Messenger's Ring",p:"inv_jewelry_ring_03",agi:2,sta:2},{id:220626,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Berserker",p:"inv_jewelry_ring_04",sta:13,hit:1,ap:20},{id:220627,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Stalker",p:"inv_jewelry_ring_04",sta:10,hit:1},{id:220630,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Juggernaut",p:"inv_jewelry_ring_04",sta:16,hit:1},{id:223194,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"55",name:"Band of the Wilds",p:"inv_jewelry_ring_08",sta:6,ap:20,hit:1},{id:223327,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"55",name:"Mark of Hakkar",p:"inv_jewelry_ring_05",str:10,sta:13},{id:224004,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Emerald Ring",p:"inv_jewelry_ring_37",sta:4,ap:6},{id:227455,type:"Miscellaneous",slot:"finger",r:0,q:"4",i:"65",name:"Ocean's Breeze",p:"inv_jewelry_ring_28",sta:8,resist:{fire:20},ap:22},{id:227966,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Naglering",p:"inv_jewelry_ring_05",sta:10,d:5},{id:228046,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Don Mauricio's Band of Domination",p:"inv_jewelry_ring_16",sta:5,crit:1},{id:228047,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Amalgam's Band",p:"inv_jewelry_ring_19",sta:5,crit:1},{id:228242,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"66",name:"Heavy Dark Iron Ring",p:"inv_jewelry_ring_14",sta:20,d:7},{id:228261,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"68",name:"Quick Strike Ring",p:"inv_jewelry_ring_07",str:5,sta:8,crit:1,ap:36}],finger2:[{id:1076,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Defias Renegade Ring",p:"inv_jewelry_ring_02",agi:3,sta:3},{id:1156,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Lavishly Jeweled Ring",p:"inv_jewelry_ring_09",agi:2},{id:1189,type:"Miscellaneous",slot:"finger",r:15,q:"2",i:"20",name:"Overseer's Ring",p:"inv_jewelry_ring_03",str:3},{id:1491,type:"Miscellaneous",slot:"finger",r:20,q:"3",i:"25",name:"Ring of Precision",p:"inv_jewelry_ring_14",agi:6},{id:2246,type:"Miscellaneous",slot:"finger",r:53,q:"4",i:"58",name:"Myrmidon's Signet",p:"inv_jewelry_ring_05",agi:7,str:10,sta:17},{id:2262,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Mark of Kern",p:"inv_jewelry_ring_15",sta:4,ap:20},{id:2933,type:"Miscellaneous",slot:"finger",r:16,q:"3",i:"31",name:"Seal of Wrynn",p:"inv_jewelry_ring_05",agi:3,str:3,sta:4},{id:2951,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Ring of the Underwood",p:"inv_jewelry_ring_12",agi:10,str:2,sta:3},{id:4549,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"46",name:"Seafire Band",p:"inv_jewelry_ring_04",agi:2,str:2,sta:10},{id:5010,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"40",name:"Inscribed Gold Ring",p:"inv_jewelry_ring_03",str:2,sta:8},{id:5351,type:"Miscellaneous",slot:"finger",r:11,q:"2",i:"20",name:"Bounty Hunter's Ring",p:"inv_jewelry_ring_01",agi:3,sta:1},{id:6321,type:"Miscellaneous",slot:"finger",r:21,q:"3",i:"26",name:"Silverlaine's Family Seal",p:"inv_belt_29",str:7,sta:3},{id:6414,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"29",name:"Seal of Sylvanas",p:"inv_jewelry_ring_15",str:3,sta:8},{id:6748,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Monkey Ring",p:"inv_jewelry_ring_14",agi:6},{id:6749,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Tiger Band",p:"inv_jewelry_ring_13",str:6},{id:6757,type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"38",name:"Jaina's Signet Ring",p:"inv_jewelry_ring_05",str:3,sta:7},{id:"7426|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"7426|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"7426|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"7547|690",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Tiger",p:"inv_jewelry_ring_15",agi:8,str:8,rand:690},{id:"7547|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_15",sta:8,str:8,rand:1200},{id:"7547|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_15",str:11,rand:192},{id:7552,type:"Miscellaneous",slot:"finger",r:39,q:"2",i:"44",name:"Falcon's Hook",p:"inv_jewelry_ring_10",agi:9,str:3},{id:7686,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Ironspine's Eye",p:"inv_jewelry_ring_04",agi:9,str:4},{id:8350,type:"Miscellaneous",slot:"finger",r:10,q:"2",i:"15",name:"The 1 Ring",p:"inv_jewelry_ring_03",agi:1,str:1,sta:1},{id:"9461|687",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Tiger",p:"inv_misc_gear_01",resist:{nature:5},agi:7,str:7,rand:687},{id:"9461|1197",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Bear",p:"inv_misc_gear_01",resist:{nature:5},sta:7,str:7,rand:1197},{id:"9461|191",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of Strength",p:"inv_misc_gear_01",resist:{nature:5},str:10,rand:191},{id:9533,type:"Miscellaneous",slot:"finger",r:40,q:"3",i:"47",name:"Masons Fraternity Ring",p:"inv_jewelry_ring_03",agi:13,sta:5},{id:9655,type:"Miscellaneous",slot:"finger",r:42,q:"2",i:"50",name:"Seedtime Hoop",p:"inv_jewelry_ring_12",str:4},{id:"10298|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"10298|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"10298|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"10795|696",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Tiger",p:"inv_jewelry_ring_04",d:4,agi:10,str:10,rand:696},{id:"10795|1206",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Bear",p:"inv_jewelry_ring_04",d:4,sta:10,str:10,rand:1206},{id:"10795|307",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of Strength",p:"inv_jewelry_ring_04",d:4,str:15,rand:307},{id:"11118|693",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Tiger",p:"inv_stone_15",agi:9,str:9,rand:693},{id:"11118|1203",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Bear",p:"inv_stone_15",sta:9,str:9,rand:1203},{id:"11118|219",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of Strength",p:"inv_stone_15",str:13,rand:219},{id:11824,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Cyclopean Band",p:"inv_jewelry_ring_08",str:4,sta:8},{id:11862,type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"52",name:"White Bone Band",p:"inv_misc_bone_05",ap:24},{id:"11945|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Tiger",p:"inv_jewelry_ring_15",agi:9,str:9,rand:693},{id:"11945|1203",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Bear",p:"inv_jewelry_ring_15",sta:9,str:9,rand:1203},{id:"11945|219",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of Strength",p:"inv_jewelry_ring_15",str:13,rand:219},{id:"11977|1201",type:"Miscellaneous",slot:"finger",r:50,q:"2",i:"55",name:"Serpentine Loop of the Bear",p:"inv_jewelry_ring_12",sta:9,str:8,rand:1201},{id:"11979|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Peridot Circle of the Bear",p:"inv_jewelry_ring_14",sta:10,str:10,rand:1206},{id:"11980|1206",type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Opal Ring of the Bear",p:"inv_jewelry_ring_05",sta:10,str:10,rand:1206},{id:"11991|1205",type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Quicksilver Ring of the Bear",p:"inv_jewelry_ring_01",sta:9,str:10,rand:1205},{id:"11993|1185",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of the Bear",p:"inv_jewelry_ring_14",sta:3,str:3,rand:1185},{id:"11993|115",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of Strength",p:"inv_jewelry_ring_14",str:5,rand:115},{id:"11994|1188",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"11994|115",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of Strength",p:"inv_jewelry_ring_10",str:5,rand:115},{id:"11995|1188",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of the Bear",p:"inv_jewelry_ring_05",sta:4,str:4,rand:1188},{id:"11995|136",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of Strength",p:"inv_jewelry_ring_05",str:6,rand:136},{id:"11996|1191",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of the Bear",p:"inv_jewelry_ring_13",sta:5,str:5,rand:1191},{id:"11996|189",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of Strength",p:"inv_jewelry_ring_13",str:8,rand:189},{id:"11997|1194",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of the Bear",p:"inv_jewelry_ring_08",sta:6,str:6,rand:1194},{id:"11997|190",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of Strength",p:"inv_jewelry_ring_08",str:9,rand:190},{id:"11998|1194",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of the Bear",p:"inv_jewelry_ring_01",sta:6,str:6,rand:1194},{id:"11998|191",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of Strength",p:"inv_jewelry_ring_01",str:10,rand:191},{id:"11999|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of the Bear",p:"inv_jewelry_ring_02",sta:8,str:8,rand:1200},{id:"11999|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of Strength",p:"inv_jewelry_ring_02",str:11,rand:192},{id:"12001|1200",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_01",sta:8,str:8,rand:1200},{id:"12001|193",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_01",str:12,rand:193},{id:"12002|1203",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of the Bear",p:"inv_jewelry_ring_04",sta:9,str:9,rand:1203},{id:"12002|219",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of Strength",p:"inv_jewelry_ring_04",str:13,rand:219},{id:"12004|1206",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12004|307",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12005|1206",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12005|307",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12006|675",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Meadow Ring of the Tiger",p:"inv_jewelry_ring_12",agi:3,str:3,rand:675},{id:"12007|678",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Prairie Ring of the Tiger",p:"inv_jewelry_ring_02",agi:4,str:4,rand:678},{id:"12008|678",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Savannah Ring of the Tiger",p:"inv_jewelry_ring_03",agi:4,str:4,rand:678},{id:"12009|681",type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"33",name:"Tundra Ring of the Tiger",p:"inv_jewelry_ring_05",agi:5,str:5,rand:681},{id:"12010|684",type:"Miscellaneous",slot:"finger",r:32,q:"2",i:"37",name:"Fen Ring of the Tiger",p:"inv_jewelry_ring_04",agi:6,str:6,rand:684},{id:"12011|684",type:"Miscellaneous",slot:"finger",r:36,q:"2",i:"41",name:"Forest Hoop of the Tiger",p:"inv_jewelry_ring_12",agi:6,str:6,rand:684},{id:"12012|687",type:"Miscellaneous",slot:"finger",r:40,q:"2",i:"45",name:"Marsh Ring of the Tiger",p:"inv_jewelry_ring_08",agi:7,str:7,rand:687},{id:"12013|690",type:"Miscellaneous",slot:"finger",r:44,q:"2",i:"49",name:"Desert Ring of the Tiger",p:"inv_jewelry_ring_14",agi:8,str:8,rand:690},{id:"12014|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Arctic Ring of the Tiger",p:"inv_jewelry_ring_07",agi:9,str:9,rand:693},{id:"12015|693",type:"Miscellaneous",slot:"finger",r:52,q:"2",i:"57",name:"Swamp Ring of the Tiger",p:"inv_jewelry_ring_12",agi:9,str:9,rand:693},{id:"12016|696",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Tiger",p:"inv_jewelry_ring_08",agi:10,str:10,rand:696},{id:"12016|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Bear",p:"inv_jewelry_ring_08",sta:10,str:10,rand:1206},{id:"12017|699",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Tiger",p:"inv_jewelry_ring_09",agi:11,str:11,rand:699},{id:"12017|1209",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Bear",p:"inv_jewelry_ring_09",sta:11,str:11,rand:1209},{id:"12017|308",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of Strength",p:"inv_jewelry_ring_09",str:16,rand:308},{id:12052,type:"Miscellaneous",slot:"finger",r:16,q:"2",i:"21",name:"Ring of the Moon",p:"inv_jewelry_ring_05",str:1,sta:3},{id:12054,type:"Miscellaneous",slot:"finger",r:19,q:"2",i:"24",name:"Demon Band",p:"inv_jewelry_ring_04",str:4,sta:2},{id:12058,type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Demonic Bone Ring",p:"inv_jewelry_ring_01",str:8,sta:5},{id:12544,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"60",name:"Thrall's Resolve",p:"inv_jewelry_ring_05",str:4,sta:7},{id:12548,type:"Miscellaneous",slot:"finger",r:51,q:"3",i:"60",name:"Magni's Will",p:"inv_jewelry_ring_05",str:6,sta:7,crit:1},{id:12985,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Ring of Defense",p:"inv_jewelry_ring_28",d:4},{id:13093,type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Blush Ember Ring",p:"inv_jewelry_ring_25",agi:5,str:4},{id:13095,type:"Miscellaneous",slot:"finger",r:39,q:"3",i:"44",name:"Assault Band",p:"inv_jewelry_ring_04",sta:7,ap:20},{id:13097,type:"Miscellaneous",slot:"finger",r:24,q:"3",i:"29",name:"Thunderbrow Ring",p:"inv_jewelry_ring_09",agi:3,str:8},{id:13098,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Painweaver Band",p:"inv_jewelry_ring_18",sta:7,crit:1,ap:16},{id:13217,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"61",name:"Band of the Penitent",p:"inv_jewelry_ring_30",crit:1},{id:13373,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"60",name:"Band of Flesh",p:"inv_misc_bone_04",agi:3,str:6,sta:16},{id:17063,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"78",name:"Band of Accuria",p:"inv_jewelry_ring_15",agi:16,sta:10,hit:2},{id:17694,type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"25",name:"Band of the Fist",p:"inv_jewelry_ring_02",agi:3,str:3},{id:17713,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Blackstone Ring",p:"inv_jewelry_ring_17",sta:6,ap:20,hit:1},{id:"17982|675",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Tiger",p:"inv_jewelry_ring_25",resist:{fire:18},agi:3,str:3,rand:675},{id:"17982|1185",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Bear",p:"inv_jewelry_ring_25",resist:{fire:18},sta:3,str:3,rand:1185},{id:"17982|115",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of Strength",p:"inv_jewelry_ring_25",resist:{fire:18},str:5,rand:115},{id:18302,type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Band of Vigor",p:"inv_jewelry_ring_20",agi:7,str:8,sta:7},{id:18400,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"57",name:"Ring of Living Stone",p:"inv_jewelry_ring_19",str:10,sta:9},{id:18464,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"60",name:"Gordok Nose Ring",p:"inv_jewelry_ring_06",str:5,sta:9},{id:18500,type:"Miscellaneous",slot:"finger",r:56,q:"3",i:"61",name:"Tarnished Elven Ring",p:"inv_jewelry_ring_13",agi:15,hit:1},{id:18522,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Band of the Ogre King",p:"inv_jewelry_ring_32",str:14,sta:13},{id:18585,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Band of Allegiance",p:"inv_jewelry_ring_09",str:9,sta:4},{id:18674,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Hardened Stone Band",p:"inv_jewelry_ring_14",str:8,sta:8,d:3},{id:18701,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Innervating Band",p:"inv_jewelry_ring_24",agi:15,sta:9},{id:18813,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"73",name:"Ring of Binding",p:"inv_jewelry_ring_13",resist:{fire:10,nature:10,frost:10,shadow:10},d:4},{id:19325,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Don Julio's Band",p:"inv_jewelry_ring_35",sta:11,crit:1,hit:1,ap:16},{id:19384,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"83",name:"Master Dragonslayer's Ring",p:"inv_jewelry_ring_41",sta:14,ap:48,hit:1},{id:19510,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:11,str:12,sta:8},{id:19511,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:9,str:10,sta:6},{id:19512,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:8,str:8,sta:5},{id:19513,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:6,str:6,sta:4},{id:19514,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:11,str:12,sta:8},{id:19515,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:8,str:8,sta:5},{id:19516,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:9,str:10,sta:6},{id:19517,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:6,str:6,sta:4},{id:20429,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:4,str:4,sta:2},{id:20439,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:4,str:4,sta:2},{id:20505,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"52",name:"Chivalrous Signet",p:"inv_jewelry_ring_43",str:7,sta:7},{id:20624,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"72",name:"Ring of the Unliving",p:"inv_jewelry_ring_38",agi:21,sta:16},{id:20721,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Band of the Cultist",p:"inv_jewelry_ring_27",agi:12,str:7,sta:12},{id:21182,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"66",name:"Band of Earthen Might",p:"inv_jewelry_ring_19",str:6,crit:1,hit:1},{id:21189,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"62",name:"Might of Cenarius",p:"inv_jewelry_ring_41",sta:8,hit:1},{id:21196,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:10,sta:18,d:5},{id:21197,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:11,sta:19,d:5},{id:21198,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:21,d:6},{id:21199,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:22,d:6},{id:21200,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:13,sta:24,d:7},{id:21201,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:18,sta:8,hit:1},{id:21202,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:19,sta:9,hit:1},{id:21203,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:21,sta:11,hit:1},{id:21204,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:22,sta:11,hit:1},{id:21205,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:24,sta:13,hit:1},{id:21393,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet of Unyielding Strength",p:"inv_jewelry_ring_ahnqiraj_03",str:11,sta:14,crit:1},{id:22255,type:"Miscellaneous",slot:"finger",r:52,q:"3",i:"57",name:"Magma Forged Band",p:"inv_jewelry_ring_04",agi:12,str:7,sta:7},{id:22331,type:"Miscellaneous",slot:"finger",r:57,q:"3",i:"62",name:"Band of the Steadfast Hero",p:"inv_jewelry_ring_33",str:7,sta:12,d:7},{id:22680,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"66",name:"Band of Resolution",p:"inv_jewelry_ring_01",sta:18,d:5},{id:209565,type:"Miscellaneous",slot:"finger",r:25,q:"3",i:"30",name:"Band of Deep Places",p:"inv_jewelry_ring_05",str:6,sta:6},{id:211467,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"30",name:"Band of the Iron Fist",p:"inv_jewelry_ring_02",agi:7,str:4},{id:213284,type:"Miscellaneous",slot:"finger",r:40,q:"4",i:"45",name:"Hypercharged Gear of Devastation",p:"inv_misc_gear_01",agi:8,str:7,sta:10,resist:{nature:5}},{id:219022,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Hauler's Ring",p:"inv_jewelry_ring_03",str:2,sta:2},{id:219024,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Messenger's Ring",p:"inv_jewelry_ring_03",agi:2,sta:2},{id:220626,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Berserker",p:"inv_jewelry_ring_04",sta:13,hit:1,ap:20},{id:220627,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Stalker",p:"inv_jewelry_ring_04",sta:10,hit:1},{id:220630,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Juggernaut",p:"inv_jewelry_ring_04",sta:16,hit:1},{id:223194,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"55",name:"Band of the Wilds",p:"inv_jewelry_ring_08",sta:6,ap:20,hit:1},{id:223327,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"55",name:"Mark of Hakkar",p:"inv_jewelry_ring_05",str:10,sta:13},{id:224004,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Emerald Ring",p:"inv_jewelry_ring_37",sta:4,ap:6},{id:227455,type:"Miscellaneous",slot:"finger",r:0,q:"4",i:"65",name:"Ocean's Breeze",p:"inv_jewelry_ring_28",sta:8,resist:{fire:20},ap:22},{id:227966,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Naglering",p:"inv_jewelry_ring_05",sta:10,d:5},{id:228046,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Don Mauricio's Band of Domination",p:"inv_jewelry_ring_16",sta:5,crit:1},{id:228047,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Amalgam's Band",p:"inv_jewelry_ring_19",sta:5,crit:1},{id:228242,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"66",name:"Heavy Dark Iron Ring",p:"inv_jewelry_ring_14",sta:20,d:7},{id:228261,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"68",name:"Quick Strike Ring",p:"inv_jewelry_ring_07",str:5,sta:8,crit:1,ap:36}],trinket1:[{id:10779,type:"Miscellaneous",slot:"trinket",r:45,q:"2",i:"60",name:"Demon's Blood",p:"spell_shadow_lifedrain",d:3},{id:11810,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"60",name:"Force of Will",p:"inv_jewelry_amulet_01",d:7},{id:13209,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"61",name:"Seal of the Dawn",p:"inv_misc_armorkit_18",ap:81},{id:13965,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"63",name:"Blackhand's Breadth",p:"inv_misc_armorkit_09",crit:2},{id:18406,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"74",name:"Onyxia Blood Talisman",p:"spell_shadow_lifedrain",resist:{fire:15},d:8},{id:18537,type:"Miscellaneous",slot:"trinket",r:58,q:"3",i:"63",name:"Counterattack Lodestone",p:"inv_stone_02",ap:22},{id:19024,type:"Miscellaneous",slot:"trinket",r:0,q:"3",i:"55",name:"Arena Grand Master",p:"inv_misc_armorkit_04"},{id:19120,type:"Miscellaneous",slot:"trinket",r:46,q:"2",i:"51",name:"Rune of the Guard Captain",p:"inv_misc_rune_07",ap:20,hit:1},{id:19289,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Darkmoon Card: Maelstrom",p:"inv_misc_ticket_tarot_maelstrom_01",proc:{magic:!0,dmg:250,chance:2}},{id:19949,type:"Miscellaneous",slot:"trinket",r:58,q:"4",i:"68",name:"Zandalarian Hero Medallion",p:"inv_jewelry_necklace_13"},{id:20130,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"52",name:"Diamond Flask",p:"inv_drink_01"},{id:21180,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Earthstrike",p:"spell_nature_abolishmagic"},{id:21567,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Rune of Duty",p:"inv_misc_rune_02",sta:7},{id:21568,type:"Miscellaneous",slot:"trinket",r:20,q:"3",i:"25",name:"Rune of Duty",p:"inv_misc_rune_02",sta:4},{id:22321,type:"Miscellaneous",slot:"trinket",r:56,q:"3",i:"61",name:"Heart of Wyrmthalak",p:"inv_misc_gem_bloodstone_01",proc:{magic:!0,dmg:150,chance:2}},{id:23206,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"90",name:"Mark of the Champion",p:"inv_misc_token_argentdawn2",ap:150},{id:211449,type:"Miscellaneous",slot:"trinket",r:25,q:"3",i:40,name:"Avenger's Void Pearl",p:"inv_misc_gem_pearl_04",resist:{shadow:10},ap:18},{id:213348,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Gyromatic Experiment 420b",p:"inv_gizmo_05",resist:{frost:10},ap:18},{id:215461,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"40",name:"Domesticated Attack Chicken",p:"spell_magic_polymorphchicken"},{id:219345,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"50",name:"Infernal Lasso",p:"spell_nature_slow",proc:{magic:!0,procgcd:!0,tick:25,interval:"3000",duration:"24000"}},{id:220632,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"55",name:"Atal'ai Blood Ritual Medallion",p:"inv_jewelry_necklace_26"},{id:221442,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"50",name:"Roar of the Guardian",p:"spell_nature_spiritarmor",sta:10},{id:221474,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Chained Essence of Eranikus",p:"inv_stone_03",sta:10,resist:{nature:10},proc:{magic:!0,procgcd:!0,tick:50,interval:"5000",duration:"45000"}},{id:223195,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Breadth of the Beast",p:"inv_jewelcrafting_jadeowl",crit:1,hit:1},{id:227989,type:"Miscellaneous",slot:"trinket",r:53,q:"3",i:"58",name:"Hand of Justice",p:"inv_jewelry_talisman_01",proc:{extra:1,cooldown:2e3,chance:2},ap:20},{id:228078,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Accursed Chalice",p:"spell_shadow_demonictactics",crit:1},{id:228081,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Germinating Poisonseed",p:"inv_misc_herb_nightmareseed",hit:1}],trinket2:[{id:10779,type:"Miscellaneous",slot:"trinket",r:45,q:"2",i:"60",name:"Demon's Blood",p:"spell_shadow_lifedrain",d:3},{id:11810,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"60",name:"Force of Will",p:"inv_jewelry_amulet_01",d:7},{id:13209,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"61",name:"Seal of the Dawn",p:"inv_misc_armorkit_18",ap:81},{id:13965,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"63",name:"Blackhand's Breadth",p:"inv_misc_armorkit_09",crit:2},{id:18406,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"74",name:"Onyxia Blood Talisman",p:"spell_shadow_lifedrain",resist:{fire:15},d:8},{id:18537,type:"Miscellaneous",slot:"trinket",r:58,q:"3",i:"63",name:"Counterattack Lodestone",p:"inv_stone_02",ap:22},{id:19024,type:"Miscellaneous",slot:"trinket",r:0,q:"3",i:"55",name:"Arena Grand Master",p:"inv_misc_armorkit_04"},{id:19120,type:"Miscellaneous",slot:"trinket",r:46,q:"2",i:"51",name:"Rune of the Guard Captain",p:"inv_misc_rune_07",ap:20,hit:1},{id:19289,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Darkmoon Card: Maelstrom",p:"inv_misc_ticket_tarot_maelstrom_01",proc:{magic:!0,dmg:250,chance:2}},{id:19949,type:"Miscellaneous",slot:"trinket",r:58,q:"4",i:"68",name:"Zandalarian Hero Medallion",p:"inv_jewelry_necklace_13"},{id:20130,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"52",name:"Diamond Flask",p:"inv_drink_01"},{id:21180,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Earthstrike",p:"spell_nature_abolishmagic"},{id:21567,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Rune of Duty",p:"inv_misc_rune_02",sta:7},{id:21568,type:"Miscellaneous",slot:"trinket",r:20,q:"3",i:"25",name:"Rune of Duty",p:"inv_misc_rune_02",sta:4},{id:22321,type:"Miscellaneous",slot:"trinket",r:56,q:"3",i:"61",name:"Heart of Wyrmthalak",p:"inv_misc_gem_bloodstone_01",proc:{magic:!0,dmg:150,chance:2}},{id:23206,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"90",name:"Mark of the Champion",p:"inv_misc_token_argentdawn2",ap:150},{id:211449,type:"Miscellaneous",slot:"trinket",r:25,q:"3",i:40,name:"Avenger's Void Pearl",p:"inv_misc_gem_pearl_04",resist:{shadow:10},ap:18},{id:213348,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Gyromatic Experiment 420b",p:"inv_gizmo_05",resist:{frost:10},ap:18},{id:215461,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"40",name:"Domesticated Attack Chicken",p:"spell_magic_polymorphchicken"},{id:219345,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"50",name:"Infernal Lasso",p:"spell_nature_slow",proc:{magic:!0,procgcd:!0,tick:25,interval:"3000",duration:"24000"}},{id:220632,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"55",name:"Atal'ai Blood Ritual Medallion",p:"inv_jewelry_necklace_26"},{id:221442,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"50",name:"Roar of the Guardian",p:"spell_nature_spiritarmor",sta:10},{id:221474,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Chained Essence of Eranikus",p:"inv_stone_03",sta:10,resist:{nature:10},proc:{magic:!0,procgcd:!0,tick:50,interval:"5000",duration:"45000"}},{id:223195,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Breadth of the Beast",p:"inv_jewelcrafting_jadeowl",crit:1,hit:1},{id:227989,type:"Miscellaneous",slot:"trinket",r:53,q:"3",i:"58",name:"Hand of Justice",p:"inv_jewelry_talisman_01",proc:{extra:1,cooldown:2e3,chance:2},ap:20},{id:228078,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Accursed Chalice",p:"spell_shadow_demonictactics",crit:1},{id:228081,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Germinating Poisonseed",p:"inv_misc_herb_nightmareseed",hit:1}],ranged:[{id:2100,type:"Guns",slot:"ranged",r:43,q:"4",i:"48",name:"Precisely Calibrated Boomstick",speed:1.5,mindmg:38,maxdmg:45,p:"inv_weapon_rifle_06",agi:14},{id:3021,type:"Bows",slot:"ranged",r:20,q:"3",i:"25",name:"Ranger Bow",speed:2.7,mindmg:23,maxdmg:45,p:"inv_weapon_bow_11",agi:1},{id:"3430|678",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of the Tiger",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",agi:4,str:4,rand:678},{id:"3430|1188",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of the Bear",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",sta:4,str:4,rand:1188},{id:"3430|136",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of Strength",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",str:6,rand:136},{id:"4087|678",type:"Bows",slot:"ranged",r:36,q:"2",i:"41",name:"Trueshot Bow of the Tiger",speed:1.9,mindmg:24,maxdmg:45,p:"inv_weapon_bow_10",agi:4,str:4,rand:678},{id:"4087|115",type:"Bows",slot:"ranged",r:36,q:"2",i:"41",name:"Trueshot Bow of Strength",speed:1.9,mindmg:24,maxdmg:45,p:"inv_weapon_bow_10",str:5,rand:115},{id:"4089|678",type:"Guns",slot:"ranged",r:43,q:"2",i:"48",name:"Ricochet Blunderbuss of the Tiger",speed:2.3,mindmg:36,maxdmg:67,p:"inv_weapon_rifle_03",agi:4,str:4,rand:678},{id:6696,type:"Bows",slot:"ranged",r:27,q:"3",i:"32",name:"Nightstalker Bow",speed:1.7,mindmg:19,maxdmg:36,p:"inv_weapon_bow_12",agi:3},{id:9426,type:"Bows",slot:"ranged",r:36,q:"3",i:"41",name:"Monolithic Bow",speed:2.7,mindmg:41,maxdmg:77,p:"inv_weapon_bow_01",agi:3,str:6},{id:10508,type:"Guns",slot:"ranged",r:36,q:"2",i:"41",name:"Mithril Blunderbuss",speed:2.9,mindmg:36,maxdmg:68,p:"inv_weapon_rifle_07",agi:5},{id:10624,type:"Bows",slot:"ranged",r:42,q:"3",i:"47",name:"Stinging Bow",speed:2.1,mindmg:36,maxdmg:67,p:"inv_weapon_bow_08",str:3,ap:14},{id:12651,type:"Crossbow",slot:"ranged",r:54,q:"3",i:"59",name:"Blackcrow",speed:3.2,mindmg:77,maxdmg:117,p:"inv_weapon_crossbow_04",agi:3,hit:1},{id:12653,type:"Bows",slot:"ranged",r:54,q:"3",i:"59",name:"Riphook",speed:2.2,mindmg:46,maxdmg:87,p:"inv_weapon_bow_08",ap:22},{id:13022,type:"Bows",slot:"ranged",r:50,q:"3",i:"55",name:"Gryphonwing Long Bow",speed:2.7,mindmg:53,maxdmg:100,p:"inv_weapon_bow_11",agi:8,sta:4},{id:13023,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Eaglehorn Long Bow",speed:1.8,mindmg:40,maxdmg:76,p:"inv_weapon_bow_11",agi:10,sta:4},{id:13038,type:"Crossbow",slot:"ranged",r:35,q:"3",i:"40",name:"Swiftwind",speed:2,mindmg:34,maxdmg:51,p:"inv_weapon_crossbow_04",agi:7},{id:13039,type:"Crossbow",slot:"ranged",r:43,q:"3",i:"48",name:"Skull Splitting Crossbow",speed:2.6,mindmg:52,maxdmg:79,p:"inv_weapon_crossbow_04",str:3,ap:14},{id:13040,type:"Crossbow",slot:"ranged",r:51,q:"3",i:"56",name:"Heartseeking Crossbow",speed:3.1,mindmg:71,maxdmg:108,p:"inv_weapon_crossbow_04",agi:9,sta:4},{id:13138,type:"Guns",slot:"ranged",r:37,q:"3",i:"42",name:"The Silencer",speed:2.8,mindmg:43,maxdmg:82,p:"inv_weapon_rifle_08",ap:14},{id:13139,type:"Guns",slot:"ranged",r:45,q:"3",i:"50",name:"Guttbuster",speed:2.7,mindmg:49,maxdmg:92,p:"inv_weapon_rifle_08",agi:8,str:3},{id:13248,type:"Guns",slot:"ranged",r:51,q:"3",i:"56",name:"Burstshot Harquebus",speed:2.6,mindmg:52,maxdmg:98,p:"inv_weapon_rifle_06",sta:8,ap:10},{id:13380,type:"Guns",slot:"ranged",r:56,q:"3",i:"61",name:"Willey's Portable Howitzer",speed:2.9,mindmg:63,maxdmg:118,p:"inv_weapon_rifle_07",sta:9,ap:8},{id:"15287|678",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of the Tiger",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",agi:4,str:4,rand:678},{id:"15287|1188",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of the Bear",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",sta:4,str:4,rand:1188},{id:"15287|136",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of Strength",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",str:6,rand:136},{id:"15288|189",type:"Bows",slot:"ranged",r:56,q:"2",i:"61",name:"Blasthorn Bow of Strength",speed:2.6,mindmg:51,maxdmg:96,p:"inv_weapon_bow_07",str:8,rand:189},{id:"15289|684",type:"Bows",slot:"ranged",r:60,q:"2",i:"65",name:"Archstrike Bow of the Tiger",speed:2.3,mindmg:48,maxdmg:91,p:"inv_weapon_bow_06",agi:6,str:6,rand:684},{id:"15291|681",type:"Bows",slot:"ranged",r:46,q:"2",i:"51",name:"Harpy Needler of the Tiger",speed:2.7,mindmg:44,maxdmg:84,p:"inv_weapon_bow_08",agi:5,str:5,rand:681},{id:"15294|681",type:"Bows",slot:"ranged",r:48,q:"2",i:"53",name:"Siege Bow of the Tiger",speed:2.8,mindmg:48,maxdmg:90,p:"inv_weapon_bow_07",agi:5,str:5,rand:681},{id:"15295|681",type:"Bows",slot:"ranged",r:50,q:"2",i:"55",name:"Quillfire Bow of the Tiger",speed:2.3,mindmg:41,maxdmg:77,p:"inv_weapon_bow_10",agi:5,str:5,rand:681},{id:"15296|684",type:"Bows",slot:"ranged",r:58,q:"2",i:"63",name:"Hawkeye Bow of the Tiger",speed:1.7,mindmg:35,maxdmg:65,p:"inv_weapon_bow_12",agi:6,str:6,rand:684},{id:"15323|681",type:"Guns",slot:"ranged",r:45,q:"2",i:"50",name:"Percussion Shotgun of the Tiger",speed:2.3,mindmg:37,maxdmg:70,p:"inv_weapon_rifle_01",agi:5,str:5,rand:681},{id:"15324|681",type:"Guns",slot:"ranged",r:51,q:"2",i:"56",name:"Burnside Rifle of the Tiger",speed:2.5,mindmg:45,maxdmg:85,p:"inv_weapon_rifle_01",agi:5,str:5,rand:681},{id:"15325|681",type:"Guns",slot:"ranged",r:55,q:"2",i:"60",name:"Sharpshooter Harquebus of the Tiger",speed:2.2,mindmg:43,maxdmg:80,p:"inv_weapon_rifle_06",agi:5,str:5,rand:681},{id:16996,type:"Bows",slot:"ranged",r:56,q:"3",i:"62",name:"Gorewood Bow",speed:2.5,mindmg:55,maxdmg:104,p:"inv_weapon_bow_04",agi:3,str:2,sta:9},{id:18282,type:"Guns",slot:"ranged",r:60,q:"4",i:"65",name:"Core Marksman Rifle",speed:2.5,mindmg:64,maxdmg:120,p:"inv_weapon_rifle_05",hit:1},{id:18460,type:"Guns",slot:"ranged",r:55,q:"2",i:"60",name:"Unsophisticated Hand Cannon",speed:2.5,mindmg:48,maxdmg:91,p:"inv_weapon_rifle_07",str:8},{id:18482,type:"Bows",slot:"ranged",r:55,q:"2",i:"60",name:"Ogre Toothpick Shooter",speed:2.2,mindmg:61,maxdmg:62,p:"inv_weapon_bow_05",agi:6,sta:5},{id:18738,type:"Crossbow",slot:"ranged",r:56,q:"3",i:"61",name:"Carapace Spine Crossbow",speed:3.3,mindmg:82,maxdmg:124,p:"inv_weapon_crossbow_04",agi:4,sta:9},{id:18755,type:"Guns",slot:"ranged",r:57,q:"3",i:"62",name:"Xorothian Firestick",speed:2.6,mindmg:57,maxdmg:108,p:"inv_weapon_rifle_03",agi:4,sta:6,resist:{shadow:6}},{id:19107,type:"Crossbow",slot:"ranged",r:51,q:"3",i:"63",name:"Bloodseeker",speed:3.3,mindmg:85,maxdmg:128,p:"inv_weapon_crossbow_07",agi:7,str:8},{id:19114,type:"Bows",slot:"ranged",r:46,q:"2",i:"51",name:"Highland Bow",speed:2.5,mindmg:41,maxdmg:77,p:"inv_weapon_bow_08",agi:5,sta:4},{id:19558,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Outrider's Bow",speed:2.4,mindmg:54,maxdmg:101,p:"inv_weapon_bow_06",agi:4,sta:10},{id:19559,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Outrider's Bow",speed:2.4,mindmg:46,maxdmg:86,p:"inv_weapon_bow_06",agi:3,sta:8},{id:19560,type:"Bows",slot:"ranged",r:38,q:"3",i:"43",name:"Outrider's Bow",speed:2.4,mindmg:38,maxdmg:71,p:"inv_weapon_bow_06",agi:3,sta:6},{id:19562,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Outrunner's Bow",speed:2.4,mindmg:54,maxdmg:101,p:"inv_weapon_bow_02",agi:4,sta:10},{id:19563,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Outrunner's Bow",speed:2.4,mindmg:46,maxdmg:86,p:"inv_weapon_bow_02",agi:3,sta:8},{id:19564,type:"Bows",slot:"ranged",r:38,q:"3",i:"43",name:"Outrunner's Bow",speed:2.4,mindmg:38,maxdmg:71,p:"inv_weapon_bow_02",agi:3,sta:6},{id:20599,type:"Crossbow",slot:"ranged",r:60,q:"4",i:"71",name:"Polished Ironwood Crossbow",speed:3.1,mindmg:101,maxdmg:153,p:"inv_weapon_crossbow_11",sta:5,resist:{nature:7},ap:24},{id:20663,type:"Bows",slot:"ranged",r:55,q:"3",i:"60",name:"Deep Strike Bow",speed:2.7,mindmg:58,maxdmg:108,p:"inv_weapon_bow_10",agi:6,sta:4},{id:20722,type:"Guns",slot:"ranged",r:60,q:"3",i:"65",name:"Crystal Slugthrower",speed:2.8,mindmg:65,maxdmg:122,p:"inv_weapon_rifle_03",sta:4,ap:20},{id:22318,type:"Bows",slot:"ranged",r:56,q:"3",i:"61",name:"Malgen's Long Bow",speed:2.9,mindmg:63,maxdmg:118,p:"inv_weapon_bow_12",sta:4,ap:20},{id:22347,type:"Crossbow",slot:"ranged",r:60,q:"3",i:"65",name:"Fahrad's Reloading Repeater",speed:3.2,mindmg:85,maxdmg:128,p:"inv_weapon_crossbow_04",agi:4,hit:1},{id:22656,type:"Guns",slot:"ranged",r:55,q:"4",i:"60",name:"The Purifier",speed:3,mindmg:71,maxdmg:132,p:"inv_weapon_rifle_06",crit:1},{id:22811,type:"Bows",slot:"ranged",r:60,q:"4",i:"83",name:"Soulstring",speed:2.9,mindmg:103,maxdmg:192,p:"inv_weapon_bow_13",sta:6,crit:1,ap:16},{id:209563,type:"Bows",slot:"ranged",r:25,q:"3",i:40,name:"Naga Heartrender",speed:2.9,mindmg:30,maxdmg:56,p:"inv_weapon_bow_04",str:5},{id:209688,type:"Guns",slot:"ranged",r:25,q:"3",i:"33",name:"Bael Modan Blunderbuss",speed:2.5,mindmg:29,maxdmg:55,p:"inv_weapon_rifle_04",agi:6},{id:209830,type:"Crossbow",slot:"ranged",r:25,q:"3",i:"30",name:"Ironhide Arbalest",speed:1.9,mindmg:19,maxdmg:37,p:"inv_weapon_crossbow_04",d:3},{id:213293,type:"Guns",slot:"ranged",r:40,q:"3",i:"45",name:"Hi-tech Supergun Mk.VII",speed:2.3,mindmg:38,maxdmg:71,p:"inv_weapon_rifle_08",sta:4,ap:12},{id:213355,type:"Crossbow",slot:"ranged",r:40,q:"3",i:"45",name:"Falco's Sting",speed:2,mindmg:33,maxdmg:62,p:"inv_weapon_crossbow_04",agi:8},{id:220571,type:"Bows",slot:"ranged",r:50,q:"4",i:"55",name:"Stinging Longbow",speed:2.9,mindmg:64,maxdmg:118,p:"inv_weapon_bow_08",str:3,sta:5,ap:18},{id:220572,type:"Crossbow",slot:"ranged",r:50,q:"3",i:"55",name:"Rinzo's Rapid Repeater",speed:2,mindmg:46,maxdmg:68,p:"inv_weapon_crossbow_08",agi:4,sta:8},{id:220573,type:"Bows",slot:"ranged",r:50,q:"4",i:"55",name:"Dreadstalker's Hunting Bow",speed:3,mindmg:66,maxdmg:122,p:"inv_waepon_bow_zulgrub_d_02",agi:8},{id:223540,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Houndmaster's Bow",speed:2.8,mindmg:54,maxdmg:100,p:"inv_weapon_bow_04",agi:3},{id:223982,type:"Guns",slot:"ranged",r:48,q:"3",i:"53",name:"Houndmaster's Rifle",speed:3.1,mindmg:60,maxdmg:111,p:"inv_weapon_rifle_07",agi:3},{id:227849,type:"Guns",slot:"ranged",r:60,q:"4",i:"65",name:"Fiery Core Sharpshooter Rifle",speed:2.5,mindmg:64,maxdmg:120,p:"inv_weapon_rifle_05",hit:1},{id:227996,type:"Bows",slot:"ranged",r:56,q:"3",i:"61",name:"Ancient Bone Bow",speed:2.8,mindmg:61,maxdmg:114,p:"inv_weapon_bow_08",agi:11},{id:228050,type:"Bows",slot:"ranged",r:53,q:"3",i:"58",name:"Satyr's Bow",speed:2.4,mindmg:50,maxdmg:93,p:"inv_weapon_bow_03",agi:3,hit:1},{id:228107,type:"Bows",slot:"ranged",r:0,q:"3",i:"62",name:"Fallen Huntress' Longbow",speed:3,mindmg:66,maxdmg:124,p:"inv_weapon_bow_04",agi:8,sta:7},{id:228252,type:"Bows",slot:"ranged",r:60,q:"4",i:"71",name:"Striker's Mark",speed:3.2,mindmg:92,maxdmg:171,p:"inv_weapon_bow_08",hit:1,ap:22},{id:228270,type:"Guns",slot:"ranged",r:60,q:"4",i:"71",name:"Blastershot Launcher",speed:3.1,mindmg:87,maxdmg:162,p:"inv_weapon_rifle_09",sta:6,crit:1}],mainhand:[{id:"727|6",type:"Sword",slot:"onehand",r:5,q:"2",i:"10",name:"Notched Shortsword of Strength",speed:2.1,mindmg:8,maxdmg:15,p:"inv_sword_04",str:1,rand:6},{id:754,type:"Sword",slot:"onehand",r:42,q:"3",i:"47",name:"Shortsword of Vengeance",speed:2.4,mindmg:53,maxdmg:99,p:"inv_sword_14",proc:{magic:!0,procgcd:!0,dmg:30}},{id:776,type:"Dagger",slot:"onehand",r:26,q:"3",i:"31",name:"Vendetta",speed:1.3,mindmg:17,maxdmg:33,p:"inv_weapon_shortblade_02",agi:6},{id:"789|672",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of the Tiger",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",agi:2,str:2,rand:672},{id:"789|1182",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of the Bear",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",sta:2,str:2,rand:1182},{id:"789|24",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of Strength",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",str:3,rand:24},{id:"790|675",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of the Tiger",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:3,str:3,rand:675},{id:"790|1185",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of the Bear",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:3,str:3,rand:1185},{id:"790|97",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of Strength",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",str:4,rand:97},{id:809,type:"Sword",slot:"mainhand",r:45,q:"4",i:"50",name:"Bloodrazor",speed:2.7,mindmg:70,maxdmg:130,p:"inv_sword_28",proc:{tick:12,interval:"3000",duration:"30000",bleed:!0}},{id:810,type:"Mace",slot:"mainhand",r:49,q:"4",i:"54",name:"Hammer of the Northern Wind",speed:2.1,mindmg:58,maxdmg:108,p:"inv_hammer_11",proc:{magic:!0,procgcd:!0,dmg:25}},{id:811,type:"Axe",slot:"mainhand",r:52,q:"4",i:"57",name:"Axe of the Deep Woods",speed:2.7,mindmg:78,maxdmg:146,p:"inv_axe_07",proc:{magic:!0,dmg:108,ppm:.8}},{id:816,type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Small Hand Blade",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_01",agi:1},{id:820,type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"Slicer Blade",speed:1.5,mindmg:9,maxdmg:17,p:"inv_weapon_shortblade_01",agi:2},{id:826,type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Brutish Riverpaw Axe",speed:2.8,mindmg:15,maxdmg:29,p:"inv_axe_01",str:1},{id:827,type:"Mace",slot:"mainhand",r:12,q:"2",i:"17",name:"Wicked Blackjack",speed:2.3,mindmg:14,maxdmg:26,p:"inv_mace_01",str:2},{id:"863|678",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Tiger",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"863|1188",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Bear",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"863|155",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of Strength",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",str:7,rand:155},{id:"864|681",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Tiger",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",agi:5,str:5,rand:681},{id:"864|1191",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Bear",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",sta:5,str:5,rand:1191},{id:"864|155",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of Strength",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",str:7,rand:155},{id:"865|678",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Tiger",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",agi:4,str:4,rand:678},{id:"865|1188",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Bear",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",sta:4,str:4,rand:1188},{id:"865|115",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of Strength",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",str:5,rand:115},{id:868,type:"Mace",slot:"mainhand",r:38,q:"4",i:"43",name:"Ardent Custodian",speed:2.1,mindmg:48,maxdmg:90,p:"inv_mace_13",d:5},{id:869,type:"Sword",slot:"mainhand",r:36,q:"4",i:"41",name:"Dazzling Longsword",speed:1.7,mindmg:37,maxdmg:70,p:"inv_sword_25",proc:{spell:"Vibroblade"}},{id:871,type:"Axe",slot:"onehand",r:42,q:"4",i:"47",name:"Flurry Axe",speed:1.5,mindmg:37,maxdmg:69,p:"inv_axe_17",proc:{extra:1,ppm:1.8}},{id:885,type:"Axe",slot:"mainhand",r:19,q:"2",i:"24",name:"Black Metal Axe",speed:2.1,mindmg:18,maxdmg:34,p:"inv_axe_14",str:2,sta:2},{id:899,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Venom Web Fang",speed:1.5,mindmg:10,maxdmg:19,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:3,interval:"3000",duration:"15000"}},{id:920,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Wicked Spiked Mace",speed:2.5,mindmg:22,maxdmg:42,p:"inv_mace_11",agi:4},{id:934,type:"Axe",slot:"onehand",r:32,q:"3",i:"37",name:"Stalvan's Reaper",speed:2.9,mindmg:50,maxdmg:94,p:"inv_axe_14"},{id:935,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Night Watch Shortsword",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",sta:4},{id:936,type:"Mace",slot:"onehand",r:33,q:"3",i:"38",name:"Midnight Mace",speed:2.5,mindmg:46,maxdmg:94,p:"inv_misc_bone_elfskull_01",resist:{shadow:10}},{id:"1207|681",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Tiger",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",agi:5,str:5,rand:681},{id:"1207|1191",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Bear",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",sta:5,str:5,rand:1191},{id:"1207|155",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of Strength",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",str:7,rand:155},{id:1214,type:"Mace",slot:"mainhand",r:12,q:"2",i:"17",name:"Gnoll Punisher",speed:2.4,mindmg:14,maxdmg:27,p:"inv_hammer_09",str:2},{id:1265,type:"Sword",slot:"onehand",r:34,q:"3",i:"39",name:"Scorpion Sting",speed:2.4,mindmg:44,maxdmg:83,p:"inv_sword_12",proc:{magic:!0,tick:13,interval:"5000",duration:"25000"}},{id:1292,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Butcher's Cleaver",speed:1.7,mindmg:23,maxdmg:32,p:"inv_axe_23",agi:2,str:5},{id:1296,type:"Mace",slot:"mainhand",r:16,q:"2",i:"21",name:"Blackrock Mace",speed:2.5,mindmg:18,maxdmg:35,p:"inv_mace_06",str:3},{id:1440,type:"Mace",slot:"mainhand",r:14,q:"2",i:"19",name:"Gnoll Skull Basher",speed:2.7,mindmg:18,maxdmg:34,p:"inv_hammer_11",str:2,sta:2},{id:1454,type:"Axe",slot:"onehand",r:22,q:"3",i:"27",name:"Axe of the Enforcer",speed:2.6,mindmg:31,maxdmg:58,p:"inv_axe_21",str:4,sta:3},{id:1459,type:"Axe",slot:"mainhand",r:19,q:"2",i:"24",name:"Shadowhide Scalper",speed:2.9,mindmg:25,maxdmg:47,p:"inv_throwingaxe_03",str:3},{id:1469,type:"Sword",slot:"mainhand",r:14,q:"2",i:"19",name:"Scimitar of Atun",speed:2.6,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2},{id:1480,type:"Mace",slot:"mainhand",r:9,q:"2",i:"17",name:"Fist of the People's Militia",speed:1.6,mindmg:9,maxdmg:18,p:"inv_hammer_20",str:2},{id:1481,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Grimclaw",speed:2,mindmg:22,maxdmg:42,p:"inv_axe_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1482,type:"Sword",slot:"mainhand",r:19,q:"3",i:"24",name:"Shadowfang",speed:2.7,mindmg:33,maxdmg:63,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1483,type:"Mace",slot:"onehand",r:16,q:"3",i:"21",name:"Face Smasher",speed:2.6,mindmg:25,maxdmg:48,p:"inv_hammer_08",str:3,sta:3},{id:1493,type:"Sword",slot:"mainhand",r:22,q:"3",i:"27",name:"Heavy Marauder Scimitar",speed:2.4,mindmg:28,maxdmg:54,p:"inv_sword_24",str:4,sta:3},{id:1602,type:"Axe",slot:"onehand",r:34,q:"3",i:"39",name:"Sickle Axe",speed:2.6,mindmg:48,maxdmg:90,p:"inv_axe_06",agi:5,str:6,sta:3},{id:"1608|684",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Tiger",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"1608|1194",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Bear",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"1608|189",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of Strength",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",str:8,rand:189},{id:1721,type:"Mace",slot:"mainhand",r:49,q:"3",i:"54",name:"Viking Warhammer",speed:2.4,mindmg:60,maxdmg:112,p:"inv_hammer_09",str:5,sta:11},{id:1727,type:"Sword",slot:"mainhand",r:23,q:"3",i:"28",name:"Sword of Decay",speed:2.7,mindmg:33,maxdmg:62,p:"inv_sword_26"},{id:1728,type:"Sword",slot:"mainhand",r:60,q:"4",i:"65",name:"Teebu's Blazing Longsword",speed:2.9,mindmg:96,maxdmg:178,p:"inv_sword_22",proc:{magic:!0,procgcd:!0,dmg:150}},{id:1925,type:"Sword",slot:"mainhand",r:11,q:"2",i:"16",name:"Defias Rapier",speed:1.6,mindmg:9,maxdmg:17,p:"inv_sword_30",agi:2},{id:1926,type:"Mace",slot:"mainhand",r:10,q:"2",i:"15",name:"Weighted Sap",speed:2.2,mindmg:12,maxdmg:22,p:"inv_mace_06",str:1},{id:1935,type:"Dagger",slot:"onehand",r:19,q:"3",i:"24",name:"Assassin's Blade",speed:1.9,mindmg:20,maxdmg:39,p:"inv_weapon_shortblade_24",agi:4,str:3},{id:1936,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Goblin Screwdriver",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_05",agi:2},{id:1937,type:"Sword",slot:"onehand",r:16,q:"2",i:"21",name:"Buzz Saw",speed:2.4,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2,str:2},{id:1951,type:"Sword",slot:"onehand",r:14,q:"2",i:"19",name:"Blackwater Cutlass",speed:1.9,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:2},{id:"1994|684",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Tiger",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"1994|1194",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Bear",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"1994|190",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of Strength",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",str:9,rand:190},{id:2011,type:"Sword",slot:"mainhand",r:21,q:"3",i:"26",name:"Twisted Sabre",speed:1.8,mindmg:21,maxdmg:39,p:"inv_sword_24",sta:2},{id:2020,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Hollowfang Blade",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_16",str:2},{id:2035,type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Sword of the Night Sky",speed:1.7,mindmg:14,maxdmg:27,p:"inv_sword_20",agi:2,str:2},{id:2046,type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Bluegill Kukri",speed:2.8,mindmg:24,maxdmg:45,p:"inv_weapon_shortblade_26",str:3},{id:"2073|1181",type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Dwarven Hatchet of the Bear",speed:2,mindmg:10,maxdmg:20,p:"inv_axe_04",sta:1,str:2,rand:1181},{id:"2073|6",type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Dwarven Hatchet of Strength",speed:2,mindmg:10,maxdmg:20,p:"inv_axe_04",str:1,rand:6},{id:2074,type:"Sword",slot:"onehand",r:14,q:"2",i:"18",name:"Solid Shortblade",speed:2.5,mindmg:16,maxdmg:30,p:"inv_sword_23",str:1,sta:1},{id:"2075|23",type:"Mace",slot:"mainhand",r:7,q:"2",i:"12",name:"Priest's Mace of Strength",speed:2,mindmg:9,maxdmg:17,p:"inv_mace_06",str:2,rand:23},{id:"2078|23",type:"Sword",slot:"onehand",r:13,q:"2",i:"18",name:"Northern Shortsword of Strength",speed:2.2,mindmg:14,maxdmg:26,p:"inv_sword_20",str:2,rand:23},{id:"2079|1181",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of the Bear",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",sta:1,str:2,rand:1181},{id:"2079|23",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of Strength",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",str:2,rand:23},{id:"2080|678",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Tiger",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",agi:4,str:4,rand:678},{id:"2080|1188",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Bear",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",sta:4,str:4,rand:1188},{id:"2080|136",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of Strength",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",str:6,rand:136},{id:"2140|1179",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of the Bear",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2140|23",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of Strength",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2163,type:"Dagger",slot:"onehand",r:48,q:"4",i:"53",name:"Shadowblade",speed:1.4,mindmg:38,maxdmg:71,p:"inv_sword_12",proc:{magic:!0,procgcd:!0,dmg:125}},{id:2164,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Gut Ripper",speed:1.8,mindmg:42,maxdmg:80,p:"inv_sword_13",proc:{dmg:108}},{id:2194,type:"Mace",slot:"onehand",r:20,q:"3",i:"25",name:"Diamond Hammer",speed:2.5,mindmg:28,maxdmg:53,p:"inv_hammer_06",str:3,sta:4},{id:2218,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Craftsman's Dagger",speed:1.7,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_05",agi:1},{id:2235,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Brackclaw",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_15",agi:1,str:1},{id:2236,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Blackfang",speed:1.5,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_02",resist:{shadow:5}},{id:2243,type:"Mace",slot:"onehand",r:57,q:"4",i:"62",name:"Hand of Edward the Odd",speed:1.6,mindmg:50,maxdmg:94,p:"inv_mace_14"},{id:2244,type:"Sword",slot:"mainhand",r:51,q:"4",i:"56",name:"Krol Blade",speed:2.8,mindmg:80,maxdmg:149,p:"inv_sword_18",str:7,sta:5,crit:1},{id:2256,type:"Mace",slot:"mainhand",r:19,q:"3",i:"24",name:"Skeletal Club",speed:2.6,mindmg:28,maxdmg:53,p:"inv_misc_bone_elfskull_01",proc:{magic:!0,procgcd:!0,dmg:30}},{id:2263,type:"Sword",slot:"mainhand",r:20,q:"2",i:"25",name:"Phytoblade",speed:2.8,mindmg:25,maxdmg:47,p:"inv_sword_20",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2265,type:"Axe",slot:"mainhand",r:8,q:"2",i:"13",name:"Stonesplinter Axe",speed:2.2,mindmg:10,maxdmg:20,p:"inv_axe_19",str:1},{id:2266,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Stonesplinter Dagger",speed:1.5,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_08",agi:1},{id:2567,type:"Dagger",slot:"onehand",r:18,q:"3",i:"23",name:"Evocator's Blade",speed:1.6,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_15"},{id:"2632|1179",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of the Bear",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2632|23",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of Strength",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2807,type:"Axe",slot:"mainhand",r:18,q:"3",i:"23",name:"Guillotine Axe",speed:2.7,mindmg:28,maxdmg:53,p:"inv_axe_24",agi:3,str:3},{id:2815,type:"Axe",slot:"mainhand",r:40,q:"3",i:"45",name:"Curve-bladed Ripper",speed:1.9,mindmg:40,maxdmg:75,p:"inv_axe_23",str:8,sta:5},{id:2816,type:"Mace",slot:"mainhand",r:28,q:"3",i:"33",name:"Death Speaker Scepter",speed:2.8,mindmg:33,maxdmg:63,p:"inv_mace_07"},{id:"2819|675",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Tiger",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",agi:3,str:3,rand:675},{id:"2819|1185",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Bear",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",sta:3,str:3,rand:1185},{id:"2819|115",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of Strength",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",str:5,rand:115},{id:2821,type:"Mace",slot:"mainhand",r:13,q:"2",i:"18",name:"Mo'grosh Masher",speed:2.5,mindmg:16,maxdmg:30,p:"inv_hammer_15",str:2},{id:2878,type:"Axe",slot:"mainhand",r:25,q:"3",i:"30",name:"Bearded Boneaxe",speed:1.9,mindmg:25,maxdmg:47,p:"inv_axe_14",agi:4,str:4},{id:2908,type:"Dagger",slot:"onehand",r:16,q:"2",i:"20",name:"Thornblade",speed:1.6,mindmg:11,maxdmg:21,p:"inv_weapon_shortblade_15",agi:3},{id:2912,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Claw of the Shadowmancer",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_16",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2941,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Prison Shank",speed:1.8,mindmg:21,maxdmg:39,p:"inv_weapon_shortblade_18",agi:5,sta:2},{id:2942,type:"Fist",slot:"onehand",r:21,q:"3",i:"26",name:"Iron Knuckles",speed:1.7,mindmg:19,maxdmg:37,p:"inv_gauntlets_04",proc:{dmg:4}},{id:3154,type:"Axe",slot:"mainhand",r:13,q:"2",i:"18",name:"Thelsamar Axe",speed:2.1,mindmg:13,maxdmg:25,p:"inv_axe_11",agi:2},{id:"3184|24",type:"Dagger",slot:"onehand",r:15,q:"2",i:"20",name:"Hook Dagger of Strength",speed:1.5,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_01",str:3,rand:24},{id:"3186|677",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of the Tiger",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",agi:3,str:4,rand:677},{id:"3186|1187",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of the Bear",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",sta:3,str:4,rand:1187},{id:"3186|115",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of Strength",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",str:5,rand:115},{id:"3187|681",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Tiger",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",agi:5,str:5,rand:681},{id:"3187|1191",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Bear",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",sta:5,str:5,rand:1191},{id:"3187|189",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of Strength",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",str:8,rand:189},{id:3222,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Wicked Dagger",speed:1.6,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_04",agi:1,str:1},{id:3336,type:"Dagger",slot:"onehand",r:24,q:"2",i:"29",name:"Flesh Piercer",speed:2,mindmg:21,maxdmg:40,p:"inv_weapon_shortblade_10",proc:{tick:6,interval:"6000",duration:"30000",bleed:!0}},{id:3413,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Doomspike",speed:1.5,mindmg:17,maxdmg:32,p:"inv_sword_29",str:3,sta:3},{id:3414,type:"Mace",slot:"mainhand",r:22,q:"3",i:"27",name:"Crested Scepter",speed:2.6,mindmg:31,maxdmg:58,p:"inv_mace_08",sta:5},{id:3462,type:"Sword",slot:"mainhand",r:10,q:"2",i:"24",name:"Talonstrike",speed:1.6,mindmg:13,maxdmg:26,p:"inv_sword_12",agi:3},{id:3489,type:"Axe",slot:"mainhand",r:12,q:"2",i:"17",name:"Thick War Axe",speed:2.5,mindmg:15,maxdmg:28,p:"inv_throwingaxe_01",str:1,sta:1},{id:3490,type:"Dagger",slot:"onehand",r:20,q:"2",i:"25",name:"Deadly Bronze Poniard",speed:1.8,mindmg:16,maxdmg:30,p:"inv_weapon_shortblade_05",agi:4},{id:3491,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Heavy Bronze Mace",speed:2.8,mindmg:25,maxdmg:47,p:"inv_mace_08",str:4},{id:3492,type:"Mace",slot:"mainhand",r:25,q:"2",i:"30",name:"Mighty Iron Hammer",speed:2.8,mindmg:30,maxdmg:57,p:"inv_hammer_04",str:5},{id:3570,type:"Mace",slot:"mainhand",r:9,q:"2",i:"16",name:"Bonegrinding Pestle",speed:2.4,mindmg:13,maxdmg:26,p:"inv_mace_06",str:2},{id:3572,type:"Sword",slot:"onehand",r:11,q:"2",i:"17",name:"Daryl's Shortsword",speed:2.3,mindmg:14,maxdmg:26,p:"inv_sword_04",agi:2},{id:3581,type:"Dagger",slot:"onehand",r:12,q:"2",i:"18",name:"Serrated Knife",speed:1.6,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_01",agi:1,sta:1},{id:"3740|672",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of the Tiger",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",agi:2,str:2,rand:672},{id:"3740|1182",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of the Bear",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",sta:2,str:2,rand:1182},{id:"3740|24",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of Strength",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",str:3,rand:24},{id:3850,type:"Sword",slot:"onehand",r:30,q:"2",i:"35",name:"Jade Serpentblade",speed:2.6,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:4,str:4},{id:"4088|684",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Tiger",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"4088|1194",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Bear",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"4088|189",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of Strength",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",str:8,rand:189},{id:4090,type:"Mace",slot:"onehand",r:41,q:"3",i:"46",name:"Mug O' Hurt",speed:1.7,mindmg:37,maxdmg:69,p:"inv_drink_03"},{id:4091,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Widowmaker",speed:1.9,mindmg:42,maxdmg:78,p:"inv_weapon_shortblade_03",agi:8,str:7},{id:4126,type:"Axe",slot:"mainhand",r:30,q:"2",i:"34",name:"Guerrilla Cleaver",speed:2.8,mindmg:34,maxdmg:65,p:"inv_axe_21",agi:3,sta:4},{id:4303,type:"Mace",slot:"mainhand",r:7,q:"2",i:"12",name:"Cranial Thumper",speed:2.8,mindmg:12,maxdmg:24,p:"inv_hammer_17",str:1},{id:4439,type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Bruiser Club",speed:2.2,mindmg:17,maxdmg:32,p:"inv_mace_10",str:2,sta:2},{id:4445,type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Flesh Carver",speed:2.3,mindmg:18,maxdmg:35,p:"inv_axe_16",agi:2,sta:2},{id:4446,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Blackvenom Blade",speed:1.8,mindmg:22,maxdmg:46,p:"inv_weapon_shortblade_02",agi:1,proc:{magic:!0,tick:5,interval:"3000",duration:"15000"}},{id:4449,type:"Dagger",slot:"onehand",r:22,q:"2",i:"27",name:"Naraxis' Fang",speed:1.6,mindmg:15,maxdmg:29,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:4454,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Talon of Vultros",speed:2,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_16",agi:5},{id:4511,type:"Mace",slot:"mainhand",r:35,q:"2",i:"40",name:"Black Water Hammer",speed:2.7,mindmg:42,maxdmg:78,p:"inv_hammer_07",str:7},{id:"4561|1181",type:"Axe",slot:"mainhand",r:6,q:"2",i:"11",name:"Scalping Tomahawk of the Bear",speed:1.8,mindmg:7,maxdmg:14,p:"inv_axe_19",sta:1,str:2,rand:1181},{id:"4561|6",type:"Axe",slot:"mainhand",r:6,q:"2",i:"11",name:"Scalping Tomahawk of Strength",speed:1.8,mindmg:7,maxdmg:14,p:"inv_axe_19",str:1,rand:6},{id:"4568|24",type:"Axe",slot:"onehand",r:16,q:"2",i:"21",name:"Grunt Axe of Strength",speed:2.3,mindmg:17,maxdmg:32,p:"inv_axe_12",str:3,rand:24},{id:"4569|23",type:"Mace",slot:"mainhand",r:9,q:"2",i:"14",name:"Staunch Hammer of Strength",speed:2.2,mindmg:11,maxdmg:21,p:"inv_hammer_08",str:2,rand:23},{id:"4571|670",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of the Tiger",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",agi:2,str:1,rand:670},{id:"4571|23",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of Strength",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",str:2,rand:23},{id:4765,type:"Sword",slot:"mainhand",r:9,q:"2",i:"14",name:"Enamelled Broadsword",speed:2.4,mindmg:12,maxdmg:23,p:"inv_sword_20",str:1},{id:4766,type:"Sword",slot:"mainhand",r:8,q:"2",i:"13",name:"Feral Blade",speed:2.6,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:1},{id:4824,type:"Axe",slot:"mainhand",r:22,q:"2",i:"27",name:"Blurred Axe",speed:1.7,mindmg:16,maxdmg:31,p:"inv_axe_14",agi:4},{id:4825,type:"Axe",slot:"onehand",r:24,q:"2",i:"29",name:"Callous Axe",speed:2.8,mindmg:29,maxdmg:55,p:"inv_axe_21",ap:8},{id:4947,type:"Dagger",slot:"onehand",r:4,q:"2",i:"11",name:"Jagged Dagger",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_02",str:1},{id:4948,type:"Mace",slot:"mainhand",r:4,q:"2",i:"11",name:"Stinging Mace",speed:2.3,mindmg:9,maxdmg:18,p:"inv_mace_01",str:1},{id:4949,type:"Axe",slot:"mainhand",r:16,q:"2",i:"21",name:"Orcish Cleaver",speed:1.8,mindmg:13,maxdmg:25,p:"inv_axe_20",str:1},{id:4971,type:"Mace",slot:"mainhand",r:6,q:"2",i:"12",name:"Skorn's Hammer",speed:2.7,mindmg:12,maxdmg:23,p:"inv_hammer_09",str:1},{id:4974,type:"Dagger",slot:"onehand",r:5,q:"2",i:"12",name:"Compact Fighting Knife",speed:1.5,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_05",agi:1},{id:4977,type:"Sword",slot:"mainhand",r:30,q:"2",i:"41",name:"Sword of Hammerfall",speed:2.3,mindmg:37,maxdmg:69,p:"inv_sword_40",str:4,sta:5},{id:4978,type:"Mace",slot:"mainhand",r:35,q:"2",i:"36",name:"Ryedol's Hammer",speed:2.5,mindmg:33,maxdmg:62,p:"inv_hammer_04",str:6},{id:5112,type:"Dagger",slot:"onehand",r:10,q:"2",i:"15",name:"Ritual Blade",speed:1.4,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_02",agi:1},{id:5191,type:"Sword",slot:"onehand",r:19,q:"3",i:"24",name:"Cruel Barb",speed:2.8,mindmg:30,maxdmg:57,p:"inv_sword_24",ap:12},{id:5192,type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Thief's Blade",speed:1.7,mindmg:13,maxdmg:25,p:"inv_sword_24",agi:3},{id:5196,type:"Axe",slot:"onehand",r:17,q:"2",i:"22",name:"Smite's Reaver",speed:1.9,mindmg:14,maxdmg:28,p:"inv_axe_22",str:2,sta:1},{id:5197,type:"Mace",slot:"onehand",r:16,q:"2",i:"21",name:"Cookie's Tenderizer",speed:2.8,mindmg:20,maxdmg:39,p:"inv_fabric_silk_02",str:3},{id:5255,type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Quilboar Tomahawk",speed:2.5,mindmg:13,maxdmg:26,p:"inv_throwingaxe_03",agi:1},{id:5256,type:"Mace",slot:"onehand",r:30,q:"2",i:"35",name:"Kovork's Rattle",speed:3,mindmg:38,maxdmg:72,p:"inv_mace_16",agi:5,str:2},{id:5267,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Scarlet Kris",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_03",agi:10,sta:10},{id:5279,type:"Dagger",slot:"onehand",r:12,q:"2",i:"20",name:"Harpy Skinner",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_14",agi:3},{id:5344,type:"Axe",slot:"mainhand",r:9,q:"2",i:"14",name:"Pointed Axe",speed:1.9,mindmg:9,maxdmg:18,p:"inv_throwingaxe_01",agi:1},{id:5426,type:"Axe",slot:"onehand",r:15,q:"3",i:"20",name:"Serpent's Kiss",speed:2.5,mindmg:23,maxdmg:44,p:"inv_axe_23",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:5540,type:"Dagger",slot:"onehand",r:18,q:"2",i:"23",name:"Pearl-handled Dagger",speed:1.7,mindmg:13,maxdmg:26,p:"inv_weapon_shortblade_05",agi:2,sta:2},{id:5541,type:"Mace",slot:"onehand",r:23,q:"2",i:"28",name:"Iridescent Hammer",speed:1.8,mindmg:18,maxdmg:34,p:"inv_hammer_05",str:3,sta:3},{id:5616,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gutwrencher",speed:1.6,mindmg:35,maxdmg:66,p:"inv_sword_31",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:5752,type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Wyvern Tailspike",speed:1.8,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_16",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:5756,type:"Dagger",slot:"onehand",r:32,q:"3",i:"37",name:"Sliverblade",speed:1.4,mindmg:24,maxdmg:46,p:"inv_weapon_shortblade_24",proc:{magic:!0,dmg:45}},{id:5757,type:"Mace",slot:"mainhand",r:12,q:"2",i:"20",name:"Hardwood Cudgel",speed:2.6,mindmg:18,maxdmg:34,p:"inv_mace_11",str:2,sta:2},{id:6220,type:"Dagger",slot:"onehand",r:24,q:"3",i:"29",name:"Meteor Shard",speed:1.8,mindmg:23,maxdmg:43,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:35}},{id:6323,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Baron's Scepter",speed:2.4,mindmg:21,maxdmg:40,p:"inv_mace_02",str:4},{id:6331,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Howling Blade",speed:1.4,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_15"},{id:6333,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Spikelash Dagger",speed:1.9,mindmg:14,maxdmg:28,p:"inv_weapon_shortblade_10",agi:2,sta:2},{id:6360,type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Steelscale Crushfish",speed:2.5,mindmg:22,maxdmg:42,p:"inv_misc_fish_04",str:4},{id:6448,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Tail Spike",speed:1.8,mindmg:14,maxdmg:26,p:"inv_weapon_shortblade_10",agi:2,str:2},{id:6472,type:"Mace",slot:"onehand",r:19,q:"3",i:"24",name:"Stinging Viper",speed:2.8,mindmg:30,maxdmg:57,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:6504,type:"Sword",slot:"mainhand",r:10,q:"3",i:"24",name:"Wingblade",speed:2.2,mindmg:24,maxdmg:45,p:"inv_sword_16",agi:5,sta:2},{id:6622,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Sword of Zeal",speed:2.8,mindmg:81,maxdmg:151,p:"inv_sword_39",proc:{spell:"Zeal",ppm:1.8}},{id:6633,type:"Sword",slot:"onehand",r:18,q:"2",i:"23",name:"Butcher's Slicer",speed:2.9,mindmg:23,maxdmg:44,p:"inv_sword_16",str:2,sta:2},{id:6660,type:"Dagger",slot:"onehand",r:50,q:"3",i:"55",name:"Julie's Dagger",speed:1.3,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_07"},{id:6691,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Swinetusk Shank",speed:1.5,mindmg:24,maxdmg:45,p:"inv_misc_bone_06",sta:6},{id:6692,type:"Axe",slot:"onehand",r:31,q:"3",i:"36",name:"Pronged Reaver",speed:2.4,mindmg:40,maxdmg:75,p:"inv_axe_18",str:6},{id:6738,type:"Axe",slot:"mainhand",r:28,q:"2",i:"35",name:"Bleeding Crescent",speed:2.4,mindmg:30,maxdmg:57,p:"inv_axe_12",proc:{tick:9,interval:"6000",duration:"30000",bleed:!0}},{id:6802,type:"Sword",slot:"onehand",r:33,q:"3",i:"44",name:"Sword of Omen",speed:1.9,mindmg:39,maxdmg:74,p:"inv_sword_19",agi:3,str:9,sta:4},{id:6804,type:"Mace",slot:"mainhand",r:26,q:"2",i:"40",name:"Windstorm Hammer",speed:2.1,mindmg:32,maxdmg:61,p:"inv_hammer_05",str:4,sta:5},{id:6829,type:"Sword",slot:"onehand",r:34,q:"3",i:"44",name:"Sword of Serenity",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_27",sta:9},{id:6831,type:"Dagger",slot:"onehand",r:34,q:"3",i:"44",name:"Black Menace",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:6904,type:"Dagger",slot:"onehand",r:23,q:"3",i:"28",name:"Bite of Serra'kis",speed:1.3,mindmg:16,maxdmg:30,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:7682,type:"Dagger",slot:"onehand",r:29,q:"3",i:"34",name:"Torturing Poker",speed:1.7,mindmg:26,maxdmg:46,p:"inv_spear_01"},{id:7687,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Ironspine's Fist",speed:2.4,mindmg:38,maxdmg:72,p:"inv_hammer_19",str:7},{id:7714,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"Hypnotic Blade",speed:1.4,mindmg:26,maxdmg:49,p:"inv_weapon_shortblade_07"},{id:7721,type:"Mace",slot:"mainhand",r:39,q:"3",i:"44",name:"Hand of Righteousness",speed:2.7,mindmg:56,maxdmg:105,p:"inv_hammer_02"},{id:7736,type:"Mace",slot:"onehand",r:34,q:"3",i:"39",name:"Fight Club",speed:2.2,mindmg:41,maxdmg:76,p:"inv_mace_11",str:6,sta:6},{id:7752,type:"Mace",slot:"mainhand",r:28,q:"3",i:"33",name:"Dreamslayer",speed:2.1,mindmg:31,maxdmg:59,p:"inv_hammer_17",str:7},{id:7761,type:"Axe",slot:"mainhand",r:33,q:"3",i:"38",name:"Steelclaw Reaver",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_06",agi:3,sta:8},{id:7786,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Headsplitter",speed:2.3,mindmg:30,maxdmg:57,p:"inv_axe_14",str:3,sta:5},{id:7942,type:"Axe",slot:"onehand",r:39,q:"2",i:"44",name:"Blue Glittering Axe",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_03",agi:8},{id:7943,type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Wicked Mithril Blade",speed:2.3,mindmg:43,maxdmg:80,p:"inv_sword_10",agi:4,str:6},{id:7944,type:"Sword",slot:"mainhand",r:43,q:"2",i:"48",name:"Dazzling Mithril Rapier",speed:1.7,mindmg:34,maxdmg:63,p:"inv_sword_30",agi:8},{id:7945,type:"Mace",slot:"mainhand",r:41,q:"2",i:"46",name:"Big Black Mace",speed:2.4,mindmg:46,maxdmg:86,p:"inv_mace_15",str:8},{id:7946,type:"Mace",slot:"mainhand",r:44,q:"2",i:"49",name:"Runed Mithril Hammer",speed:2,mindmg:41,maxdmg:76,p:"inv_hammer_17",str:7,sta:4},{id:7947,type:"Dagger",slot:"onehand",r:46,q:"2",i:"51",name:"Ebon Shiv",speed:1.5,mindmg:32,maxdmg:59,p:"inv_weapon_shortblade_14",agi:9},{id:7954,type:"Mace",slot:"mainhand",r:42,q:"3",i:"47",name:"The Shatterer",speed:2.4,mindmg:53,maxdmg:99,p:"inv_hammer_18"},{id:7961,type:"Sword",slot:"mainhand",r:44,q:"3",i:"49",name:"Phantom Blade",speed:2.6,mindmg:59,maxdmg:111,p:"inv_sword_40",proc:{spell:"Vibroblade"}},{id:8006,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"The Ziggler",speed:1.7,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:15}},{id:8190,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Hanzo Sword",speed:1.5,mindmg:38,maxdmg:71,p:"inv_sword_10",proc:{dmg:75}},{id:"8194|681",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Tiger",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",agi:5,str:5,rand:681},{id:"8194|1191",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Bear",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",sta:5,str:5,rand:1191},{id:"8194|155",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of Strength",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",str:7,rand:155},{id:"8196|681",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Tiger",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:5,str:5,rand:681},{id:"8196|1191",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Bear",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",sta:5,str:5,rand:1191},{id:"8196|189",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of Strength",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",str:8,rand:189},{id:8223,type:"Sword",slot:"onehand",r:32,q:"3",i:"37",name:"Blade of the Basilisk",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_43"},{id:8224,type:"Sword",slot:"mainhand",r:31,q:"2",i:"36",name:"Silithid Ripper",speed:2.3,mindmg:30,maxdmg:57,p:"inv_weapon_shortblade_26",proc:{tick:9,interval:"6000",duration:"30000",bleed:!0}},{id:8225,type:"Sword",slot:"onehand",r:31,q:"3",i:"36",name:"Tainted Pierce",speed:1.9,mindmg:32,maxdmg:60,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,tick:15,interval:"1000",duration:"3000"}},{id:8226,type:"Sword",slot:"mainhand",r:26,q:"3",i:"31",name:"The Butcher",speed:2.8,mindmg:38,maxdmg:72,p:"inv_sword_18",agi:5,sta:4},{id:8708,type:"Mace",slot:"mainhand",r:40,q:"4",i:"50",name:"Hammer of Expertise",speed:2.1,mindmg:54,maxdmg:101,p:"inv_hammer_24"},{id:9359,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Southsea Lamp",speed:2.3,mindmg:49,maxdmg:91,p:"inv_misc_flute_01",agi:9,sta:4},{id:9378,type:"Axe",slot:"onehand",r:33,q:"3",i:"38",name:"Shovelphlange's Mining Axe",speed:2.8,mindmg:50,maxdmg:94,p:"inv_pick_02",str:6,ap:10},{id:9379,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Sang'thraze the Deflector",speed:1.7,mindmg:34,maxdmg:65,p:"inv_sword_45"},{id:9384,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Stonevault Shiv",speed:1.5,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_18",agi:7,sta:3},{id:9386,type:"Mace",slot:"onehand",r:31,q:"3",i:"36",name:"Excavator's Brand",speed:2.6,mindmg:43,maxdmg:82,p:"inv_torch_lit",proc:{magic:!0,procgcd:!0,dmg:40,tick:3,interval:"2000",duration:"6000"}},{id:9392,type:"Sword",slot:"onehand",r:35,q:"3",i:"40",name:"Annealed Blade",speed:1.8,mindmg:34,maxdmg:64,p:"inv_sword_26",str:6,sta:6},{id:9401,type:"Sword",slot:"onehand",r:38,q:"3",i:"43",name:"Nordic Longshank",speed:2.2,mindmg:45,maxdmg:84,p:"inv_sword_24",agi:8,sta:5},{id:9419,type:"Mace",slot:"onehand",r:41,q:"2",i:"46",name:"Galgann's Firehammer",speed:2.2,mindmg:42,maxdmg:79,p:"inv_hammer_17",proc:{magic:!0,dmg:96}},{id:9424,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Ginn-su Sword",speed:1.7,mindmg:33,maxdmg:62,p:"inv_sword_42",agi:8,str:4},{id:9427,type:"Mace",slot:"onehand",r:37,q:"3",i:"42",name:"Stonevault Bonebreaker",speed:2.7,mindmg:54,maxdmg:101,p:"inv_misc_bone_01",agi:4,str:8},{id:9446,type:"Sword",slot:"mainhand",r:29,q:"3",i:"34",name:"Electrocutioner Leg",speed:1.7,mindmg:26,maxdmg:49,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,dmg:15}},{id:9453,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Toxic Revenger",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:5,interval:"5000",duration:"15000"}},{id:9457,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Royal Diplomatic Scepter",speed:2.3,mindmg:37,maxdmg:69,p:"inv_mace_08",sta:2},{id:9465,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Digmaster 5000",speed:1.8,mindmg:38,maxdmg:71,p:"inv_pick_01",agi:4,proc:{spell:"Vibroblade"}},{id:9478,type:"Axe",slot:"mainhand",r:45,q:"3",i:"50",name:"Ripsaw",speed:2.7,mindmg:63,maxdmg:117,p:"inv_axe_07",proc:{dmg:75}},{id:9485,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Vibroblade",speed:1.6,mindmg:21,maxdmg:40,p:"inv_axe_14",proc:{spell:"Vibroblade"}},{id:9488,type:"Mace",slot:"onehand",r:23,q:"3",i:"28",name:"Oscillating Power Hammer",speed:2,mindmg:24,maxdmg:46,p:"inv_hammer_08",str:5,sta:1},{id:9511,type:"Sword",slot:"onehand",r:41,q:"3",i:"46",name:"Bloodletter Scalpel",speed:1.8,mindmg:39,maxdmg:73,p:"inv_sword_40",proc:{dmg:65}},{id:9520,type:"Dagger",slot:"onehand",r:30,q:"2",i:"41",name:"Silent Hunter",speed:1.8,mindmg:29,maxdmg:54,p:"inv_weapon_shortblade_18",agi:7},{id:9639,type:"Mace",slot:"mainhand",r:43,q:"3",i:"48",name:"The Hand of Antu'sul",speed:2.7,mindmg:61,maxdmg:113,p:"inv_mace_11",proc:{magic:!0,dmg:7}},{id:9651,type:"Mace",slot:"mainhand",r:40,q:"2",i:"53",name:"Gryphon Rider's Stormhammer",speed:2.7,mindmg:59,maxdmg:111,p:"inv_hammer_01",proc:{magic:!0,procgcd:!0,dmg:108}},{id:9680,type:"Dagger",slot:"onehand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Shanker",speed:1.6,mindmg:28,maxdmg:52,p:"inv_weapon_shortblade_18",agi:6,sta:3},{id:9684,type:"Axe",slot:"mainhand",r:40,q:"2",i:"51",name:"Force of the Hippogryph",speed:2.4,mindmg:51,maxdmg:95,p:"inv_axe_12",agi:9},{id:9718,type:"Sword",slot:"onehand",r:33,q:"3",i:"38",name:"Reforged Blade of Heroes",speed:2.2,mindmg:36,maxdmg:69,p:"inv_sword_10",str:3,sta:8},{id:10571,type:"Mace",slot:"onehand",r:32,q:"3",i:"37",name:"Ebony Boneclub",speed:1.8,mindmg:31,maxdmg:59,p:"inv_misc_bone_10",str:5,resist:{shadow:5}},{id:10623,type:"Axe",slot:"mainhand",r:43,q:"3",i:"48",name:"Winter's Bite",speed:2.1,mindmg:47,maxdmg:88,p:"inv_axe_07",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10625,type:"Dagger",slot:"onehand",r:44,q:"3",i:"49",name:"Stealthblade",speed:1.4,mindmg:32,maxdmg:60,p:"inv_sword_41"},{id:10703,type:"Dagger",slot:"onehand",r:38,q:"2",i:"45",name:"Fiendish Skiv",speed:1.9,mindmg:35,maxdmg:66,p:"inv_sword_21",str:8},{id:10744,type:"Axe",slot:"mainhand",r:40,q:"2",i:"51",name:"Axe of the Ebon Drake",speed:1.9,mindmg:40,maxdmg:75,p:"inv_axe_12",str:9},{id:10761,type:"Dagger",slot:"onehand",r:39,q:"3",i:"44",name:"Coldrage Dagger",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_34",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10772,type:"Axe",slot:"onehand",r:36,q:"2",i:"41",name:"Glutton's Cleaver",speed:2,mindmg:32,maxdmg:60,p:"inv_axe_23",proc:{tick:10,interval:"6000",duration:"30000",bleed:!0}},{id:10797,type:"Sword",slot:"onehand",r:48,q:"3",i:"53",name:"Firebreather",speed:2.2,mindmg:54,maxdmg:101,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:10803,type:"Sword",slot:"mainhand",r:49,q:"2",i:"54",name:"Blade of the Wretched",speed:2.1,mindmg:47,maxdmg:88,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"}},{id:10804,type:"Mace",slot:"onehand",r:49,q:"2",i:"54",name:"Fist of the Damned",speed:1.9,mindmg:42,maxdmg:80,p:"inv_hammer_11",proc:{magic:!0,dmg:30,coeff:1}},{id:10805,type:"Axe",slot:"mainhand",r:49,q:"2",i:"54",name:"Eater of the Dead",speed:2.2,mindmg:49,maxdmg:92,p:"inv_axe_12",ap:30},{id:10823,type:"Sword",slot:"onehand",r:37,q:"3",i:"44",name:"Vanquisher's Sword",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_35",ap:28},{id:"10828|690",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Tiger",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},agi:8,str:8,rand:690},{id:"10828|1200",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Bear",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},sta:8,str:8,rand:1200},{id:"10828|193",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of Strength",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},str:12,rand:193},{id:10837,type:"Axe",slot:"mainhand",r:51,q:"3",i:"56",name:"Tooth of Eranikus",speed:2.4,mindmg:62,maxdmg:116,p:"inv_axe_07",str:6,hit:1},{id:10838,type:"Mace",slot:"mainhand",r:49,q:"3",i:"54",name:"Might of Hakkar",speed:2.4,mindmg:60,maxdmg:112,p:"inv_mace_11",sta:11},{id:10847,type:"Sword",slot:"onehand",r:52,q:"4",i:"57",name:"Dragon's Call",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_38"},{id:11086,type:"Sword",slot:"mainhand",r:45,q:"3",i:"50",name:"Jang'thraze the Protector",speed:1.9,mindmg:44,maxdmg:83,p:"inv_sword_43"},{id:11120,type:"Mace",slot:"mainhand",r:44,q:"2",i:"55",name:"Belgrom's Hammer",speed:2.8,mindmg:64,maxdmg:120,p:"inv_hammer_10",str:10},{id:11121,type:"Sword",slot:"mainhand",r:21,q:"2",i:"26",name:"Darkwater Talwar",speed:2.2,mindmg:20,maxdmg:39,p:"inv_sword_36",proc:{magic:!0,procgcd:!0,dmg:25}},{id:11603,type:"Fist",slot:"mainhand",r:46,q:"3",i:"51",name:"Vilerend Slicer",speed:1.4,mindmg:33,maxdmg:62,p:"ability_whirlwind",proc:{dmg:75}},{id:11635,type:"Dagger",slot:"onehand",r:49,q:"3",i:"54",name:"Hookfang Shanker",speed:1.4,mindmg:35,maxdmg:65,p:"inv_weapon_shortblade_10",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:11702,type:"Axe",slot:"mainhand",r:50,q:"3",i:"55",name:"Grizzle's Skinner",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",agi:6,str:8,sta:5},{id:11856,type:"Dagger",slot:"onehand",r:40,q:"2",i:"45",name:"Ceremonial Elven Blade",speed:1.8,mindmg:33,maxdmg:63,p:"inv_sword_13",agi:6,sta:3},{id:11902,type:"Sword",slot:"mainhand",r:47,q:"2",i:"56",name:"Linken's Sword of Mastery",speed:1.8,mindmg:42,maxdmg:78,p:"inv_sword_39",proc:{magic:!0,procgcd:!0,dmg:60}},{id:11964,type:"Mace",slot:"mainhand",r:50,q:"2",i:"55",name:"Swiftstrike Cudgel",speed:1.6,mindmg:36,maxdmg:68,p:"inv_mace_08",hit:1},{id:12061,type:"Sword",slot:"onehand",r:50,q:"2",i:"60",name:"Blade of Reckoning",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_26",ap:22},{id:12062,type:"Dagger",slot:"onehand",r:50,q:"2",i:"60",name:"Skilled Fighting Blade",speed:1.4,mindmg:35,maxdmg:65,p:"inv_sword_21",skill:4},{id:12248,type:"Dagger",slot:"onehand",r:29,q:"2",i:"34",name:"Daring Dirk",speed:1.6,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_15",agi:5},{id:12259,type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Glinting Steel Dagger",speed:1.5,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_05",ap:12},{id:"12527|687",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of the Tiger",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,agi:7,str:7,rand:687},{id:"12527|1197",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of the Bear",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,sta:7,str:7,rand:1197},{id:"12527|192",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of Strength",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,str:11,rand:192},{id:12531,type:"Dagger",slot:"onehand",r:46,q:"3",i:"51",name:"Searing Needle",speed:1.8,mindmg:42,maxdmg:80,p:"inv_weapon_shortblade_03",proc:{magic:!0,dmg:60}},{id:12535,type:"Sword",slot:"onehand",r:49,q:"3",i:"54",name:"Doomforged Straightedge",speed:1.9,mindmg:47,maxdmg:89,p:"inv_sword_41",str:10,ap:12},{id:12582,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Keris of Zul'Serak",speed:1.8,mindmg:49,maxdmg:93,p:"inv_weapon_shortblade_12",proc:{magic:!0,procgcd:!0,tick:10,interval:"2000",duration:"10000"}},{id:12584,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Longsword",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:12590,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Felstriker",speed:1.7,mindmg:54,maxdmg:101,p:"inv_weapon_shortblade_25",proc:{spell:"Felstriker"}},{id:12621,type:"Axe",slot:"mainhand",r:54,q:"3",i:"59",name:"Demonfork",speed:2.8,mindmg:76,maxdmg:142,p:"inv_weapon_halberd_11"},{id:12709,type:"Dagger",slot:"mainhand",r:58,q:"3",i:"63",name:"Pip's Skinner",speed:1.3,mindmg:37,maxdmg:70,p:"inv_sword_33"},{id:12773,type:"Axe",slot:"mainhand",r:50,q:"2",i:"55",name:"Ornate Thorium Handaxe",speed:1.9,mindmg:43,maxdmg:81,p:"inv_axe_12",str:10},{id:12774,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Dawn's Edge",speed:2.1,mindmg:53,maxdmg:100,p:"inv_axe_05",crit:1},{id:12777,type:"Sword",slot:"onehand",r:51,q:"3",i:"56",name:"Blazing Rapier",speed:1.7,mindmg:44,maxdmg:82,p:"inv_sword_30",proc:{magic:!0,tick:10,interval:"3000",duration:"30000"}},{id:12779,type:"Axe",slot:"mainhand",r:52,q:"2",i:"57",name:"Rune Edge",speed:2.3,mindmg:54,maxdmg:102,p:"inv_axe_17",agi:5,str:5,sta:5},{id:12781,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Serenity",speed:2,mindmg:52,maxdmg:98,p:"inv_mace_02"},{id:12783,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:12791,type:"Dagger",slot:"mainhand",r:50,q:"3",i:"55",name:"Barman Shanker",speed:2,mindmg:51,maxdmg:95,p:"inv_drink_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:12792,type:"Mace",slot:"mainhand",r:53,q:"2",i:"58",name:"Volcanic Hammer",speed:2.5,mindmg:60,maxdmg:113,p:"inv_hammer_06",proc:{magic:!0,procgcd:!0,dmg:114,tick:6,interval:"2000",duration:"6000"}},{id:12794,type:"Mace",slot:"mainhand",r:57,q:"3",i:"63",name:"Masterwork Stormhammer",speed:2,mindmg:58,maxdmg:108,p:"inv_hammer_04",proc:{magic:!0,dmg:125}},{id:12795,type:"Fist",slot:"mainhand",r:55,q:"3",i:"60",name:"Blood Talon",speed:1.3,mindmg:35,maxdmg:67,p:"inv_weapon_shortblade_27",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:12797,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Frostguard",speed:2.3,mindmg:66,maxdmg:124,p:"inv_sword_11"},{id:12798,type:"Axe",slot:"mainhand",r:58,q:"3",i:"63",name:"Annihilator",speed:1.7,mindmg:49,maxdmg:92,p:"inv_axe_12",proc:{spell:"Annihilator"}},{id:12940,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Dal'Rend's Sacred Charge",speed:2.8,mindmg:81,maxdmg:151,p:"inv_sword_43",str:4,crit:1},{id:12974,type:"Sword",slot:"mainhand",r:26,q:"3",i:"31",name:"The Black Knight",speed:1.9,mindmg:26,maxdmg:49,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:40}},{id:12976,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Ironpatch Blade",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",str:4,sta:2},{id:12990,type:"Axe",slot:"onehand",r:18,q:"3",i:"23",name:"Razor's Edge",speed:2.4,mindmg:25,maxdmg:48,p:"inv_weapon_halberd_08",str:4},{id:13006,type:"Mace",slot:"mainhand",r:57,q:"3",i:"62",name:"Mass of McGowan",speed:2.8,mindmg:80,maxdmg:149,p:"inv_hammer_17",str:10,sta:10},{id:13014,type:"Axe",slot:"onehand",r:48,q:"3",i:"53",name:"Axe of Rin'ji",speed:1.9,mindmg:46,maxdmg:87,p:"inv_axe_21",agi:5,sta:11},{id:13015,type:"Axe",slot:"onehand",r:56,q:"3",i:"61",name:"Serathil",speed:1.9,mindmg:53,maxdmg:99,p:"inv_axe_08",str:9},{id:13024,type:"Mace",slot:"mainhand",r:24,q:"3",i:"29",name:"Beazel's Basher",speed:2.5,mindmg:32,maxdmg:60,p:"inv_hammer_04",str:6},{id:13025,type:"Mace",slot:"mainhand",r:32,q:"3",i:"37",name:"Deadwood Sledge",speed:1.9,mindmg:33,maxdmg:62,p:"inv_hammer_16",sta:2},{id:13026,type:"Mace",slot:"mainhand",r:40,q:"3",i:"45",name:"Heaven's Light",speed:2.7,mindmg:57,maxdmg:107,p:"inv_hammer_04",agi:4,str:4,sta:4},{id:13027,type:"Mace",slot:"mainhand",r:48,q:"3",i:"53",name:"Bonesnapper",speed:2.7,mindmg:66,maxdmg:124,p:"inv_hammer_20",str:11,sta:5},{id:13028,type:"Mace",slot:"mainhand",r:56,q:"3",i:"61",name:"Bludstone Hammer",speed:2.1,mindmg:59,maxdmg:110,p:"inv_hammer_19",sta:5},{id:13032,type:"Sword",slot:"onehand",r:22,q:"3",i:"27",name:"Sword of Corruption",speed:2.1,mindmg:25,maxdmg:47,p:"inv_sword_26",proc:{magic:!0,procgcd:!0,tick:10,interval:"1000",duration:"3000"}},{id:13033,type:"Sword",slot:"onehand",r:29,q:"3",i:"34",name:"Zealot Blade",speed:2.8,mindmg:43,maxdmg:81,p:"inv_sword_15"},{id:13034,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Speedsteel Rapier",speed:1.8,mindmg:35,maxdmg:66,p:"inv_sword_30",agi:8,sta:3},{id:13035,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Serpent Slicer",speed:2.5,mindmg:57,maxdmg:107,p:"inv_sword_33",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:13036,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Assassination Blade",speed:2.7,mindmg:71,maxdmg:132,p:"inv_sword_42",str:3,crit:1},{id:13048,type:"Mace",slot:"mainhand",r:26,q:"3",i:"31",name:"Looming Gavel",speed:2.4,mindmg:33,maxdmg:62,p:"inv_hammer_04",agi:3,sta:6},{id:13182,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Phase Blade",speed:2.1,mindmg:55,maxdmg:103,p:"inv_sword_36",str:7,sta:12},{id:13183,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Venomspitter",speed:1.9,mindmg:52,maxdmg:98,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"2000",duration:"30000"}},{id:13198,type:"Fist",slot:"onehand",r:55,q:"3",i:"60",name:"Hurd Smasher",speed:1.8,mindmg:49,maxdmg:93,p:"inv_gauntlets_11"},{id:13204,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Bashguuder",speed:1.8,mindmg:49,maxdmg:93,p:"inv_mace_15",str:9,proc:{spell:"Rivenspike"}},{id:13218,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Fang of the Crystal Spider",speed:1.6,mindmg:45,maxdmg:84,p:"inv_weapon_shortblade_16"},{id:13246,type:"Sword",slot:"onehand",r:55,q:"3",i:"62",name:"Argent Avenger",speed:2.2,mindmg:71,maxdmg:108,p:"inv_sword_05",proc:{spell:"Avenger"}},{id:13286,type:"Axe",slot:"onehand",r:53,q:"3",i:"58",name:"Rivenspike",speed:2.9,mindmg:77,maxdmg:144,p:"inv_pick_05",proc:{spell:"Rivenspike"}},{id:13349,type:"Mace",slot:"mainhand",r:58,q:"3",i:"63",name:"Scepter of the Unholy",speed:2.4,mindmg:69,maxdmg:129,p:"inv_mace_07",sta:5},{id:13360,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Gift of the Elven Magi",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_15",sta:5},{id:13361,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Skullforge Reaver",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_12",proc:{magic:!0,tick:2,interval:"1000",duration:"30000"}},{id:13368,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Bonescraper",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_12",ap:30},{id:13401,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Cruel Hand of Timmy",speed:1.8,mindmg:50,maxdmg:94,p:"inv_misc_bone_elfskull_01"},{id:13408,type:"Axe",slot:"mainhand",r:52,q:"3",i:"57",name:"Soul Breaker",speed:1.6,mindmg:42,maxdmg:78,p:"inv_weapon_halberd_05",proc:{magic:!0,procgcd:!0,tick:12,interval:"3000",duration:"30000"}},{id:13984,type:"Dagger",slot:"onehand",r:57,q:"3",i:"63",name:"Darrowspike",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_21",proc:{magic:!0,dmg:90}},{id:14151,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Chanting Blade",speed:1.5,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_25",agi:1,sta:1},{id:14487,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Bonechill Hammer",speed:2.4,mindmg:68,maxdmg:127,p:"inv_hammer_13",proc:{magic:!0,dmg:90}},{id:14555,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Alcor's Sunrazor",speed:1.3,mindmg:41,maxdmg:77,p:"inv_sword_34",resist:{fire:10},proc:{magic:!0,dmg:90}},{id:"15210|23",type:"Sword",slot:"onehand",r:11,q:"2",i:"16",name:"Raider Shortsword of Strength",speed:1.9,mindmg:11,maxdmg:20,p:"inv_sword_04",str:2,rand:23},{id:"15211|672",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Tiger",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",agi:2,str:2,rand:672},{id:"15211|1182",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Bear",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",sta:2,str:2,rand:1182},{id:"15211|24",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of Strength",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",str:3,rand:24},{id:"15212|675",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of the Tiger",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",agi:3,str:3,rand:675},{id:"15212|1185",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of the Bear",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",sta:3,str:3,rand:1185},{id:"15212|97",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of Strength",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",str:4,rand:97},{id:"15213|678",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Tiger",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",agi:4,str:4,rand:678},{id:"15213|1188",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Bear",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",sta:4,str:4,rand:1188},{id:"15213|136",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of Strength",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",str:6,rand:136},{id:"15214|681",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Tiger",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",agi:5,str:5,rand:681},{id:"15214|1191",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Bear",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",sta:5,str:5,rand:1191},{id:"15214|155",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of Strength",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",str:7,rand:155},{id:"15215|681",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of the Tiger",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",agi:5,str:5,rand:681},{id:"15215|1191",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of the Bear",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",sta:5,str:5,rand:1191},{id:"15215|189",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of Strength",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",str:8,rand:189},{id:"15216|684",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Tiger",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15216|1194",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Bear",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15216|190",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of Strength",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",str:9,rand:190},{id:"15217|684",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Tiger",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15217|1194",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Bear",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15217|191",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of Strength",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",str:10,rand:191},{id:"15218|687",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Tiger",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",agi:7,str:7,rand:687},{id:"15218|1197",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Bear",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",sta:7,str:7,rand:1197},{id:"15218|191",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of Strength",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",str:10,rand:191},{id:"15219|687",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Tiger",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",agi:7,str:7,rand:687},{id:"15219|1197",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Bear",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",sta:7,str:7,rand:1197},{id:"15219|192",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of Strength",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",str:11,rand:192},{id:"15220|690",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of the Tiger",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",agi:8,str:8,rand:690},{id:"15220|1200",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of the Bear",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",sta:8,str:8,rand:1200},{id:"15220|193",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of Strength",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",str:12,rand:193},{id:"15221|690",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Tiger",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",agi:8,str:8,rand:690},{id:"15221|1200",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Bear",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",sta:8,str:8,rand:1200},{id:"15221|193",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of Strength",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",str:12,rand:193},{id:"15222|24",type:"Mace",slot:"mainhand",r:14,q:"2",i:"19",name:"Barbed Club of Strength",speed:2.3,mindmg:15,maxdmg:29,p:"inv_hammer_08",str:3,rand:24},{id:"15223|672",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of the Tiger",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:2,str:2,rand:672},{id:"15223|1182",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of the Bear",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:2,str:2,rand:1182},{id:"15223|24",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of Strength",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:3,rand:24},{id:"15224|675",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Tiger",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:3,str:3,rand:675},{id:"15224|1185",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Bear",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:3,str:3,rand:1185},{id:"15224|97",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of Strength",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:4,rand:97},{id:"15225|678",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of the Tiger",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",agi:4,str:4,rand:678},{id:"15225|1188",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of the Bear",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",sta:4,str:4,rand:1188},{id:"15225|115",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of Strength",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",str:5,rand:115},{id:"15226|681",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Tiger",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",agi:5,str:5,rand:681},{id:"15226|1191",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Bear",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",sta:5,str:5,rand:1191},{id:"15226|155",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of Strength",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",str:7,rand:155},{id:"15227|684",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Tiger",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",agi:6,str:6,rand:684},{id:"15227|1194",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Bear",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",sta:6,str:6,rand:1194},{id:"15227|190",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of Strength",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",str:9,rand:190},{id:"15228|684",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Tiger",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"15228|1194",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Bear",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"15228|191",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of Strength",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",str:10,rand:191},{id:"15229|687",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Tiger",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",agi:7,str:7,rand:687},{id:"15229|1197",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Bear",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",sta:7,str:7,rand:1197},{id:"15229|191",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of Strength",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",str:10,rand:191},{id:"15230|675",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of the Tiger",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",agi:3,str:3,rand:675},{id:"15230|1185",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of the Bear",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",sta:3,str:3,rand:1185},{id:"15230|97",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of Strength",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",str:4,rand:97},{id:"15231|678",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Tiger",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:4,str:4,rand:678},{id:"15231|1188",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Bear",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:4,str:4,rand:1188},{id:"15231|115",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of Strength",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",str:5,rand:115},{id:"15232|678",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Tiger",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",agi:4,str:4,rand:678},{id:"15232|1188",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Bear",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",sta:4,str:4,rand:1188},{id:"15232|115",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of Strength",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",str:5,rand:115},{id:"15233|678",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of the Tiger",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"15233|1188",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of the Bear",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"15233|155",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of Strength",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",str:7,rand:155},{id:"15234|681",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of the Tiger",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",agi:5,str:5,rand:681},{id:"15234|1191",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of the Bear",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",sta:5,str:5,rand:1191},{id:"15234|155",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of Strength",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",str:7,rand:155},{id:"15235|684",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Tiger",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15235|1194",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Bear",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15235|190",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of Strength",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",str:9,rand:190},{id:"15236|684",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Tiger",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15236|1194",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Bear",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15236|191",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of Strength",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",str:10,rand:191},{id:"15237|687",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Tiger",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15237|1197",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Bear",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15237|191",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of Strength",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",str:10,rand:191},{id:"15238|687",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Tiger",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15238|1197",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Bear",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15238|192",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of Strength",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",str:11,rand:192},{id:"15239|690",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Tiger",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",agi:8,str:8,rand:690},{id:"15239|1200",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Bear",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",sta:8,str:8,rand:1200},{id:"15239|193",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of Strength",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",str:12,rand:193},{id:"15240|690",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Tiger",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",agi:8,str:8,rand:690},{id:"15240|1200",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Bear",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",sta:8,str:8,rand:1200},{id:"15240|193",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of Strength",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",str:12,rand:193},{id:"15241|675",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Tiger",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15241|1185",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Bear",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15241|97",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of Strength",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",str:4,rand:97},{id:"15242|675",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Tiger",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15242|1185",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Bear",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15242|115",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of Strength",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",str:5,rand:115},{id:"15243|678",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Tiger",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",agi:4,str:4,rand:678},{id:"15243|1188",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Bear",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",sta:4,str:4,rand:1188},{id:"15243|136",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of Strength",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",str:6,rand:136},{id:"15244|681",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Tiger",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",agi:5,str:5,rand:681},{id:"15244|1191",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Bear",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",sta:5,str:5,rand:1191},{id:"15244|155",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of Strength",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",str:7,rand:155},{id:"15245|684",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Tiger",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",agi:6,str:6,rand:684},{id:"15245|1194",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Bear",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",sta:6,str:6,rand:1194},{id:"15245|190",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of Strength",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",str:9,rand:190},{id:"15246|690",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Tiger",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15246|1200",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Bear",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15246|193",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of Strength",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15247|690",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Tiger",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15247|1200",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Bear",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15247|193",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of Strength",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:15445,type:"Mace",slot:"mainhand",r:9,q:"2",i:"18",name:"Hammer of Orgrimmar",speed:2.9,mindmg:18,maxdmg:35,p:"inv_hammer_23",str:1,sta:1},{id:15705,type:"Sword",slot:"onehand",r:49,q:"2",i:"57",name:"Tidecrest Blade",speed:2.6,mindmg:62,maxdmg:115,p:"inv_sword_39",str:8},{id:15706,type:"Dagger",slot:"onehand",r:49,q:"2",i:"57",name:"Hunt Tracker Blade",speed:1.5,mindmg:35,maxdmg:66,p:"inv_weapon_shortblade_15",agi:8},{id:15806,type:"Sword",slot:"onehand",r:55,q:"3",i:"61",name:"Mirah's Song",speed:1.8,mindmg:57,maxdmg:87,p:"inv_sword_34",agi:9,str:9},{id:15814,type:"Sword",slot:"onehand",r:54,q:"2",i:"60",name:"Hameya's Slayer",speed:2,mindmg:57,maxdmg:86,p:"inv_sword_34",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:15853,type:"Axe",slot:"onehand",r:57,q:"3",i:"60",name:"Windreaper",speed:2.3,mindmg:63,maxdmg:118,p:"inv_axe_08",proc:{magic:!0,tick:10,interval:"2000",duration:"20000"}},{id:15862,type:"Axe",slot:"onehand",r:50,q:"2",i:"54",name:"Blitzcleaver",speed:2.2,mindmg:49,maxdmg:92,p:"inv_weapon_halberd_06",ap:20},{id:16345,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:"16792|681",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Tiger",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",agi:5,str:5,rand:681},{id:"16792|1191",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Bear",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",sta:5,str:5,rand:1191},{id:"16792|155",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of Strength",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",str:7,rand:155},{id:16886,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Outlaw Sabre",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_33",ap:15},{id:16890,type:"Sword",slot:"onehand",r:20,q:"2",i:"24",name:"Slatemetal Cutlass",speed:2.2,mindmg:19,maxdmg:35,p:"inv_sword_33",agi:2,str:2},{id:17002,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Ichor Spitter",speed:2.4,mindmg:61,maxdmg:114,p:"inv_weapon_halberd_05",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:17015,type:"Sword",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Reaver",speed:2.4,mindmg:71,maxdmg:134,p:"inv_sword_48",sta:10,resist:{fire:6}},{id:17016,type:"Axe",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Destroyer",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_12",str:10,resist:{fire:6}},{id:17046,type:"Axe",slot:"onehand",r:18,q:"2",i:"31",name:"Gutterblade",speed:2.2,mindmg:25,maxdmg:46,p:"inv_axe_23",str:3,sta:3},{id:17054,type:"Sword",slot:"onehand",r:45,q:"3",i:"50",name:"Joonho's Mercy",speed:2.1,mindmg:49,maxdmg:91,p:"inv_sword_41",proc:{magic:!0,dmg:70}},{id:17055,type:"Mace",slot:"onehand",r:45,q:"3",i:"50",name:"Changuk Smasher",speed:1.9,mindmg:44,maxdmg:83,p:"inv_hammer_17",sta:6},{id:17068,type:"Axe",slot:"onehand",r:60,q:"4",i:"75",name:"Deathbringer",speed:2.9,mindmg:114,maxdmg:213,p:"inv_axe_09",proc:{magic:!0,procgcd:!0,dmg:125,ppm:.8}},{id:17070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Fang of the Mystics",speed:1.5,mindmg:39,maxdmg:86,p:"inv_weapon_shortblade_06"},{id:17075,type:"Sword",slot:"onehand",r:60,q:"4",i:"74",name:"Vis'kag the Bloodletter",speed:2.6,mindmg:100,maxdmg:187,p:"inv_sword_18",proc:{dmg:240,ppm:.6}},{id:17112,type:"Mace",slot:"mainhand",r:60,q:"4",i:"66",name:"Empyrean Demolisher",speed:2.8,mindmg:94,maxdmg:175,p:"inv_hammer_05",proc:{spell:"Empyrean"}},{id:17704,type:"Axe",slot:"mainhand",r:33,q:"2",i:"38",name:"Edge of Winter",speed:2.1,mindmg:30,maxdmg:56,p:"inv_axe_06",sta:3,proc:{magic:!0,dmg:30}},{id:17705,type:"Sword",slot:"onehand",r:45,q:"3",i:"53",name:"Thrash Blade",speed:2.7,mindmg:66,maxdmg:124,p:"inv_sword_36",proc:{extra:1}},{id:17752,type:"Dagger",slot:"onehand",r:45,q:"3",i:"50",name:"Satyr's Lash",speed:1.7,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_09",proc:{magic:!0,procgcd:!0,dmg:70}},{id:18044,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Hurley's Tankard",speed:2.7,mindmg:71,maxdmg:132,p:"inv_drink_04",agi:5,sta:12},{id:18048,type:"Mace",slot:"mainhand",r:55,q:"3",i:"60",name:"Mastersmith's Hammer",speed:2.4,mindmg:66,maxdmg:123,p:"inv_hammer_06"},{id:18203,type:"Fist",slot:"mainhand",r:60,q:"4",i:"66",name:"Eskhandar's Right Claw",speed:1.5,mindmg:50,maxdmg:94,p:"inv_misc_monsterclaw_04",agi:4,proc:{spell:"Eskhandar"}},{id:18321,type:"Mace",slot:"mainhand",r:54,q:"3",i:"59",name:"Energetic Rod",speed:2.3,mindmg:71,maxdmg:107,p:"inv_mace_13"},{id:18347,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Well Balanced Axe",speed:1.9,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:11},{id:18348,type:"Sword",slot:"mainhand",r:60,q:"4",i:"71",name:"Quel'Serrar",speed:2,mindmg:84,maxdmg:126,p:"inv_sword_01",sta:12},{id:18372,type:"Dagger",slot:"mainhand",r:57,q:"3",i:"62",name:"Blade of the New Moon",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_18",sta:5},{id:18376,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Timeworn Mace",speed:2.2,mindmg:62,maxdmg:117,p:"inv_mace_07",str:7,sta:11},{id:18396,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Mind Carver",speed:2,mindmg:57,maxdmg:106,p:"inv_weapon_shortblade_22"},{id:18462,type:"Fist",slot:"mainhand",r:55,q:"2",i:"60",name:"Jagged Bone Fist",speed:1.8,mindmg:51,maxdmg:78,p:"inv_gauntlets_13",str:8,sta:7},{id:18463,type:"Sword",slot:"onehand",r:55,q:"2",i:"60",name:"Ogre Pocket Knife",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_04",sta:7,ap:16},{id:18484,type:"Sword",slot:"onehand",r:56,q:"3",i:"61",name:"Cho'Rush's Blade",speed:2.4,mindmg:67,maxdmg:125,p:"inv_weapon_shortblade_04",ap:28},{id:18491,type:"Dagger",slot:"mainhand",r:54,q:"3",i:"57",name:"Lorespinner",speed:1.5,mindmg:45,maxdmg:68,p:"inv_weapon_shortblade_21",sta:5},{id:18498,type:"Axe",slot:"onehand",r:55,q:"3",i:"60",name:"Hedgecutter",speed:1.9,mindmg:60,maxdmg:90,p:"inv_axe_11",str:5,sta:12},{id:18671,type:"Mace",slot:"mainhand",r:54,q:"3",i:"59",name:"Baron Charr's Sceptre",speed:2.6,mindmg:70,maxdmg:132,p:"inv_mace_08",str:5,proc:{magic:!0,procgcd:!0,dmg:35}},{id:18683,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"Hammer of the Vesper",speed:2.5,mindmg:70,maxdmg:131,p:"inv_hammer_13",str:7,sta:12},{id:18737,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Bone Slicing Hatchet",speed:1.7,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:13,sta:5},{id:18758,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Specter's Blade",speed:1.8,mindmg:51,maxdmg:96,p:"inv_weapon_shortblade_18",ap:45},{id:18805,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Core Hound Tooth",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9,crit:1,ap:20},{id:18816,type:"Dagger",slot:"onehand",r:60,q:"4",i:"77",name:"Perdition's Blade",speed:1.8,mindmg:73,maxdmg:137,p:"inv_sword_48",proc:{magic:!0,dmg:48}},{id:18827,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Handaxe",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_24",sta:7,crit:1,ap:28},{id:18828,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Cleaver",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_02",sta:7,crit:1,ap:28},{id:18838,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Dirk",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_26",sta:7,crit:1,ap:28},{id:18840,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Razor",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_13",sta:7,crit:1,ap:28},{id:18843,type:"Fist",slot:"mainhand",r:60,q:"4",i:"78",name:"Grand Marshal's Right Hand Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_weapon_shortblade_07",sta:7,crit:1,ap:28},{id:18844,type:"Fist",slot:"mainhand",r:60,q:"4",i:"78",name:"High Warlord's Right Claw",speed:2.9,mindmg:138,maxdmg:207,p:"inv_misc_monsterclaw_03",sta:7,crit:1,ap:28},{id:18865,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Punisher",speed:2.9,mindmg:138,maxdmg:207,p:"inv_mace_13",sta:7,crit:1,ap:28},{id:18866,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Bludgeon",speed:2.9,mindmg:138,maxdmg:207,p:"inv_hammer_20",sta:7,crit:1,ap:28},{id:19019,type:"Sword",slot:"onehand",r:60,q:"5",i:"80",name:"Thunderfury Blessed Blade of the Windseeker",speed:1.9,mindmg:60,maxdmg:145,p:"inv_sword_39",agi:5,sta:8,resist:{fire:8,nature:9},proc:{magic:!0,binaryspell:!0,dmg:300,ppm:6}},{id:19040,type:"Sword",slot:"onehand",r:45,q:"2",i:"48",name:"Zorbin's Mega-Slicer",speed:2.3,mindmg:46,maxdmg:86,p:"inv_sword_36",agi:6,sta:5},{id:19099,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Glacial Blade",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_06",agi:10,proc:{magic:!0,dmg:45}},{id:19100,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Electrified Dagger",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_15",agi:10,proc:{magic:!0,procgcd:!0,dmg:45}},{id:19103,type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Frostbite",speed:2.7,mindmg:80,maxdmg:150,p:"inv_axe_22",str:15},{id:19104,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"Stormstrike Hammer",speed:2.7,mindmg:80,maxdmg:150,p:"inv_hammer_21",str:15},{id:19110,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Cold Forged Blade",speed:2.6,mindmg:75,maxdmg:140,p:"inv_sword_47",agi:5,sta:13},{id:19166,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:19168,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:19170,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Hand",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200,ppm:.4}},{id:19324,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"The Lobotomizer",speed:1.8,mindmg:59,maxdmg:111,p:"inv_sword_29",proc:{dmg:250,binaryspell:!0}},{id:"19921|690",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Tiger",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,agi:8,str:8,rand:690},{id:"19921|1200",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Bear",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,sta:8,str:8,rand:1200},{id:"19921|193",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of Strength",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,str:12,rand:193},{id:20035,type:"Dagger",slot:"onehand",r:50,q:"3",i:"52",name:"Glacial Spike",speed:1.3,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_06"},{id:20070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Sageclaw",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20214,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Mindfang",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20577,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Nightmare Blade",speed:2.7,mindmg:99,maxdmg:185,p:"inv_sword_44",sta:9,ap:32},{id:20578,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Emerald Dragonfang",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_22",agi:12,proc:{magic:!0,dmg:96}},{id:20580,type:"Mace",slot:"mainhand",r:60,q:"4",i:"71",name:"Hammer of Bestial Fury",speed:1.9,mindmg:69,maxdmg:130,p:"inv_mace_20",str:13,sta:12},{id:20648,type:"Mace",slot:"mainhand",r:51,q:"3",i:"63",name:"Cold Forged Hammer",speed:2.5,mindmg:72,maxdmg:135,p:"inv_hammer_22",sta:5},{id:20657,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Crystal Tipped Stiletto",speed:1.9,mindmg:52,maxdmg:98,p:"inv_weapon_shortblade_27",sta:5,ap:24},{id:20666,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Hardened Steel Warhammer",speed:2.6,mindmg:74,maxdmg:138,p:"inv_hammer_14",sta:10},{id:20675,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Soulrender",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:20698,type:"Sword",slot:"mainhand",r:58,q:"4",i:"63",name:"Elemental Attuned Blade",speed:2.1,mindmg:59,maxdmg:117,p:"inv_sword_22"},{id:20720,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Whisper Blade",speed:1.4,mindmg:40,maxdmg:77,p:"inv_weapon_shortblade_16",sta:6},{id:20723,type:"Axe",slot:"mainhand",r:58,q:"2",i:"62",name:"Brann's Trusty Pick",speed:2.7,mindmg:70,maxdmg:130,p:"inv_pick_03",str:11},{id:21242,type:"Axe",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Axe",speed:2.6,mindmg:110,maxdmg:205,p:"inv_axe_26",sta:9,crit:1,ap:14},{id:21244,type:"Dagger",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji Pugio",speed:1.7,mindmg:72,maxdmg:134,p:"inv_weapon_shortblade_35",sta:7,crit:1,hit:1,ap:18},{id:21268,type:"Mace",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Hammer",speed:2.1,mindmg:89,maxdmg:166,p:"inv_mace_24",str:10,sta:12,d:8},{id:21392,type:"Axe",slot:"onehand",r:60,q:"4",i:"70",name:"Sickle of Unyielding Strength",speed:2.1,mindmg:75,maxdmg:141,p:"inv_axe_15",agi:6,str:15,sta:9,d:4},{id:21520,type:"Sword",slot:"onehand",r:60,q:"4",i:"76",name:"Ravencrest's Legacy",speed:2.1,mindmg:84,maxdmg:157,p:"inv_sword_49",agi:9,str:13,sta:14},{id:21521,type:"Sword",slot:"mainhand",r:60,q:"4",i:"76",name:"Runesword of the Red",speed:2.2,mindmg:53,maxdmg:129,p:"inv_sword_51",sta:17},{id:21522,type:"Dagger",slot:"onehand",r:60,q:"4",i:"76",name:"Shadowsong's Sorrow",speed:1.7,mindmg:68,maxdmg:127,p:"inv_weapon_shortblade_25",agi:13,str:9,sta:14},{id:21523,type:"Dagger",slot:"mainhand",r:60,q:"4",i:"76",name:"Fang of Korialstrasz",speed:1.8,mindmg:44,maxdmg:107,p:"inv_weapon_shortblade_29",sta:9},{id:22315,type:"Mace",slot:"mainhand",r:56,q:"3",i:"61",name:"Hammer of Revitalization",speed:2.7,mindmg:75,maxdmg:141,p:"inv_hammer_02",sta:5},{id:22317,type:"Fist",slot:"onehand",r:56,q:"3",i:"61",name:"Lefty's Brass Knuckle",speed:1.5,mindmg:42,maxdmg:78,p:"inv_gauntlets_11",agi:12,str:5},{id:22322,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Jaw Breaker",speed:1.6,mindmg:45,maxdmg:84,p:"inv_mace_15",crit:1},{id:22377,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"The Thunderwood Poker",speed:1.8,mindmg:53,maxdmg:100,p:"inv_sword_17",agi:13,sta:6},{id:22378,type:"Sword",slot:"onehand",r:60,q:"3",i:"65",name:"Ravenholdt Slicer",speed:2.8,mindmg:83,maxdmg:156,p:"inv_sword_38",sta:6,ap:26},{id:22379,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Shivsprocket's Shiv",speed:1.5,mindmg:43,maxdmg:83,p:"inv_sword_21",sta:13},{id:22380,type:"Mace",slot:"mainhand",r:60,q:"3",i:"65",name:"Simone's Cultivating Hammer",speed:1.8,mindmg:51,maxdmg:98,p:"inv_hammer_05"},{id:22383,type:"Sword",slot:"mainhand",r:59,q:"4",i:"64",name:"Sageblade",speed:1.8,mindmg:49,maxdmg:100,p:"inv_sword_51",sta:14},{id:22384,type:"Mace",slot:"mainhand",r:58,q:"4",i:"63",name:"Persuader",speed:2.7,mindmg:86,maxdmg:161,p:"inv_hammer_08",hit:1,crit:1},{id:22404,type:"Fist",slot:"mainhand",r:56,q:"3",i:"61",name:"Willey's Back Scratcher",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_shortblade_16",sta:12,ap:10},{id:22688,type:"Dagger",slot:"mainhand",r:55,q:"3",i:"66",name:"Verimonde's Last Resort",speed:1.4,mindmg:40,maxdmg:77,p:"inv_weapon_shortblade_03",sta:7},{id:22736,type:"Sword",slot:"mainhand",r:60,q:"5",i:"100",name:"Andonisus Reaper of Souls",speed:2.8,mindmg:177,maxdmg:329,p:"inv_sword_61",ap:600},{id:23132,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Lord Blackwood's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:23168,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Scorn's Focal Dagger",speed:1.4,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_07"},{id:23451,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Mageblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23454,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Warhammer",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23456,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Swiftblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:23464,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Battle Mace",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23466,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Spellblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23467,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Quickblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:24222,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"The Shadowfoot Stabber",speed:1.8,mindmg:47,maxdmg:88,p:"inv_weapon_shortblade_18",sta:8,ap:18},{id:209436,type:"Dagger",slot:"onehand",r:25,q:"3",i:"35",name:"Chipped Bite of Serra'kis",speed:1.8,mindmg:29,maxdmg:55,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:209525,type:"Sword",slot:"mainhand",r:25,q:"3",i:"35",name:"Honed Darkwater Talwar",speed:2.7,mindmg:43,maxdmg:82,p:"inv_sword_36",proc:{magic:!0,procgcd:!0,dmg:30}},{id:209560,type:"Mace",slot:"mainhand",r:25,q:"3",i:"30",name:"Hammer of Righteous Judgement",speed:1.3,mindmg:17,maxdmg:32,p:"inv_hammer_21",str:3,sta:2},{id:209579,type:"Fist",slot:"mainhand",r:25,q:"3",i:"30",name:"Crashing Thunder",speed:1.4,mindmg:18,maxdmg:35,p:"inv_gauntlets_04",proc:{magic:!0,dmg:16}},{id:209694,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"31",name:"Blackfathom Ritual Dagger",speed:1.2,mindmg:16,maxdmg:31,p:"inv_weapon_shortblade_12",sta:2},{id:209818,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"30",name:"Sun-Touched Crescent",speed:1.2,mindmg:15,maxdmg:30,p:"inv_weapon_shortblade_23",sta:3},{id:209822,type:"Mace",slot:"mainhand",r:25,q:"3",i:"30",name:"Strength of Purpose",speed:2,mindmg:26,maxdmg:50,p:"inv_hammer_17",sta:2},{id:211456,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"33",name:"Dagger of Willing Sacrifice",speed:1.5,mindmg:13,maxdmg:28,p:"inv_weapon_shortblade_02",sta:4},{id:212582,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Protector's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_27",str:6,sta:3},{id:212583,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Sentinel's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_14",agi:6,sta:3},{id:212586,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Legionnaire's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_31",str:6,sta:3},{id:212587,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Scout's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_15",agi:6,sta:3},{id:213105,type:"Mace",slot:"onehand",r:40,q:"3",i:"40",name:"Shawarmageddon",speed:2.6,mindmg:50,maxdmg:93,p:"inv_misc_food_13",proc:{spell:"Spicy"}},{id:213286,type:"Sword",slot:"mainhand",r:40,q:"4",i:"45",name:"Electrocutioner's Needle",speed:1.7,mindmg:41,maxdmg:75,p:"inv_sword_30",proc:{magic:!0,dmg:30}},{id:213291,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Toxic Revenger II",speed:1.8,mindmg:43,maxdmg:80,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:31,interval:"5000",duration:"15000"}},{id:213295,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Ultrasonic Vibroblade",speed:2.3,mindmg:49,maxdmg:91,p:"inv_axe_14",proc:{spell:"Ultrasonic"}},{id:213297,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Oscillating Blasthammer",speed:2.4,mindmg:52,maxdmg:94,p:"inv_hammer_08",str:5,sta:7,d:4},{id:213352,type:"Mace",slot:"mainhand",r:40,q:"3",i:"45",name:"Gear-Mender's Grace",speed:2.5,mindmg:53,maxdmg:99,p:"inv_gizmo_02"},{id:213409,type:"Fist",slot:"mainhand",r:40,q:"4",i:"45",name:"Mekkatorque's Arcano-Shredder",speed:2.6,mindmg:62,maxdmg:115,p:"inv_weapon_hand_08",agi:3,str:2,proc:{magic:!0,dmg:31,ppm:5}},{id:213410,type:"Dagger",slot:"mainhand",r:40,q:"4",i:"45",name:"Glimmering Gizmoblade",speed:1.2,mindmg:21,maxdmg:42,p:"inv_weapon_shortblade_06",sta:7},{id:213560,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Mechanostrider Muffler",speed:2.4,mindmg:51,maxdmg:95,p:"inv_gizmo_pipe_04",sta:7,ap:16},{id:216496,type:"Mace",slot:"onehand",r:40,q:"4",i:"40",name:"Sanguine Skullcrusher",speed:2.3,mindmg:50,maxdmg:93,p:"inv_misc_bone_humanskull_01",agi:6,str:10},{id:216497,type:"Sword",slot:"mainhand",r:40,q:"4",i:"40",name:"Exsanguinar",speed:2,mindmg:44,maxdmg:81,p:"inv_sword_35",sta:6,proc:{tick:6,interval:"2000",duration:"30000",bleed:!0,dmg:66,magic:!0}},{id:217497,type:"Sword",slot:"mainhand",r:34,q:"3",i:"42",name:"Narpas Sword",speed:2,mindmg:40,maxdmg:75,p:"inv_weapon_shortblade_79"},{id:220574,type:"Axe",slot:"onehand",r:50,q:"4",i:"55",name:"Sharpened Tooth of Eranikus",speed:2.5,mindmg:70,maxdmg:131,p:"inv_axe_07",str:11,hit:1},{id:220575,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Eater of the Damned",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",ap:39},{id:220576,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Axe of the Atal'ai Executioner",speed:2.7,mindmg:69,maxdmg:128,p:"inv_axe_21",sta:6,ap:20},{id:220577,type:"Mace",slot:"onehand",r:50,q:"4",i:"55",name:"Might of the Blood Loa",speed:2.4,mindmg:68,maxdmg:125,p:"inv_mace_11",str:6,sta:15},{id:220578,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Fist of the Forsaken",speed:1.4,mindmg:38,maxdmg:72,p:"inv_hammer_11",proc:{magic:!0,dmg:40,coeff:1}},{id:220579,type:"Mace",slot:"mainhand",r:50,q:"4",i:"55",name:"Witch Doctor's Stick of Mojo",speed:2.6,mindmg:61,maxdmg:124,p:"inv_waepon_bow_zulgrub_d_01",sta:9},{id:220580,type:"Mace",slot:"mainhand",r:50,q:"4",i:"55",name:"Madness of the Avatar",speed:2.4,mindmg:57,maxdmg:114,p:"inv_mace_04",hit:1},{id:220581,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Snake Clobberer",speed:2.7,mindmg:74,maxdmg:137,p:"inv_wand_10",agi:8,str:10,sta:6},{id:220582,type:"Sword",slot:"onehand",r:50,q:"4",i:"55",name:"Dragon's Cry",speed:2.6,mindmg:73,maxdmg:136,p:"inv_sword_38",sta:8,ap:16},{id:220583,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Vile Blade of the Wretched",speed:2.1,mindmg:54,maxdmg:100,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"},hit:1},{id:220584,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Flamebreath Blade",speed:2.2,mindmg:56,maxdmg:104,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:220585,type:"Dagger",slot:"onehand",r:50,q:"4",i:"55",name:"Degraded Dire Nail",speed:1.7,mindmg:48,maxdmg:89,p:"inv_weapon_shortblade_30",agi:11,str:11},{id:220586,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"58",name:"Hubris the Bandit Brander",speed:1.8,mindmg:40,maxdmg:86,p:"inv_spear_01",sta:12},{id:220587,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"53",name:"Sacrificial Dream Dagger",speed:1.6,mindmg:44,maxdmg:81,p:"inv_weapon_shortblade_22"},{id:220588,type:"Fist",slot:"mainhand",r:50,q:"4",i:"55",name:"Cobra Fang Claw",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_hand_01",proc:{extra:1}},{id:220674,type:"Dagger",slot:"onehand",r:50,q:"4",i:"53",name:"Debased Stealthblade",speed:1.3,mindmg:35,maxdmg:65,p:"inv_sword_41"},{id:223198,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"55",name:"Modas Karkun",speed:1.3,mindmg:31,maxdmg:62,p:"inv_sword_02",sta:12},{id:223329,type:"Dagger",slot:"onehand",r:0,q:"3",i:"55",name:"Lifeforce Dirk",speed:1.6,mindmg:41,maxdmg:76,p:"inv_sword_21",agi:4,sta:11},{id:223518,type:"Dagger",slot:"mainhand",r:49,q:"3",i:"57",name:"Charstone Dirk",speed:1.6,mindmg:37,maxdmg:72,p:"inv_weapon_shortblade_14"},{id:223520,type:"Sword",slot:"onehand",r:48,q:"3",i:"56",name:"Inventor's Focal Sword",speed:1.4,mindmg:32,maxdmg:61,p:"inv_sword_14",crit:1},{id:223524,type:"Mace",slot:"mainhand",r:48,q:"3",i:"56",name:"Fist of Stone",speed:1.5,mindmg:34,maxdmg:66,p:"inv_hammer_17"},{id:223527,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gahz'rilla Fang",speed:1.8,mindmg:40,maxdmg:74,p:"inv_misc_monsterfang_01"},{id:223964,type:"Dagger",slot:"mainhand",r:49,q:"4",i:"54",name:"Blade of Eternal Darkness",speed:1.5,mindmg:34,maxdmg:70,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:100}},{id:223983,type:"Sword",slot:"mainhand",r:48,q:"3",i:"56",name:"Arbiter's Blade",speed:2.4,mindmg:57,maxdmg:111,p:"inv_sword_23",sta:11},{id:227825,type:"Axe",slot:"mainhand",r:60,q:"3",i:"65",name:"Molten Dark Iron Destroyer",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_12",str:10,resist:{fire:6}},{id:227826,type:"Sword",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Flame Reaver",speed:2.4,mindmg:71,maxdmg:134,p:"inv_sword_48",sta:10,resist:{fire:6}},{id:227832,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Tempered Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:227840,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Implacable Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:227842,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Fist",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200}},{id:227850,type:"Sword",slot:"mainhand",r:59,q:"4",i:"64",name:"Sageblade of the Archmagus",speed:1.8,mindmg:49,maxdmg:100,p:"inv_sword_51",sta:14},{id:227881,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Tranquility",speed:2,mindmg:52,maxdmg:98,p:"inv_mace_02"},{id:227884,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Deadly Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:227886,type:"Mace",slot:"mainhand",r:57,q:"3",i:"63",name:"Skyrider's Masterwork Stormhammer",speed:2,mindmg:58,maxdmg:108,p:"inv_hammer_04",proc:{magic:!0,dmg:125}},{id:227887,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Hardened Frostguard",speed:2.3,mindmg:66,maxdmg:124,p:"inv_sword_11"},{id:227935,type:"Mace",slot:"mainhand",r:0,q:"3",i:"62",name:"Hammer of the Fallen Thane",speed:1.5,mindmg:31,maxdmg:58,p:"inv_misc_bone_03",str:12,sta:15,proc:{magic:!0,dmg:40,coeff:1}},{id:227940,type:"Sword",slot:"mainhand",r:55,q:"3",i:"60",name:"Lord General's Sword",speed:2.6,mindmg:67,maxdmg:125,p:"inv_sword_25",proc:{spell:"LordGeneral"}},{id:227941,type:"Axe",slot:"mainhand",r:55,q:"3",i:"60",name:"Wraith Scythe",speed:2.2,mindmg:57,maxdmg:106,p:"inv_axe_13",proc:{magic:!0,dmg:45,coeff:1}},{id:227946,type:"Mace",slot:"mainhand",r:51,q:"3",i:"56",name:"Rubidium Hammer",speed:2,mindmg:51,maxdmg:96,p:"inv_hammer_09",str:5},{id:227951,type:"Fist",slot:"onehand",r:51,q:"3",i:"56",name:"Bloodfist",speed:1.5,mindmg:38,maxdmg:72,p:"inv_gauntlets_11",proc:{dmg:20}},{id:227953,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"The Hammer of Grace",speed:2.7,mindmg:71,maxdmg:132,p:"inv_hammer_07"},{id:227962,type:"Dagger",slot:"mainhand",r:58,q:"3",i:"63",name:"Flarethorn",speed:1.8,mindmg:47,maxdmg:88,p:"inv_spear_01"},{id:227963,type:"Dagger",slot:"mainhand",r:52,q:"3",i:"57",name:"Blood-etched Blade",speed:1.5,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_15",sta:12},{id:227968,type:"Fist",slot:"onehand",r:50,q:"3",i:"56",name:"Rockfist",speed:1.4,mindmg:32,maxdmg:60,p:"inv_gauntlets_11",str:10},{id:227991,type:"Mace",slot:"mainhand",r:58,q:"4",i:"63",name:"Ironfoe",speed:2.4,mindmg:77,maxdmg:143,p:"spell_frost_frostbrand",proc:{extra:2,ppm:.8},ap:18},{id:227993,type:"Sword",slot:"mainhand",r:54,q:"3",i:"59",name:"Ebon Hilt of Marduk",speed:2.7,mindmg:73,maxdmg:137,p:"inv_sword_15",proc:{magic:!0,procgcd:!0,tick:70,interval:"1000",duration:"3000"}},{id:228015,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Frightalon",speed:1.4,mindmg:39,maxdmg:73,p:"inv_weapon_shortblade_16"},{id:228021,type:"Dagger",slot:"mainhand",r:57,q:"3",i:"62",name:"Witchblade",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25"},{id:228024,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Silent Fang",speed:1.6,mindmg:45,maxdmg:85,p:"inv_sword_41"},{id:228026,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Blade of Blackwood",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:228027,type:"Axe",slot:"mainhand",r:57,q:"3",i:"62",name:"Iceblade Hacker",speed:2,mindmg:58,maxdmg:111,p:"inv_axe_03"},{id:228028,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Blade of Necromancy",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_25",sta:4},{id:228056,type:"Sword",slot:"onehand",r:54,q:"3",i:"59",name:"Fiendish Machete",speed:2.4,mindmg:74,maxdmg:112,p:"inv_sword_18",agi:5},{id:228082,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Warsong Axe",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:228090,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Cenarion Ritual Dagger",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25",sta:4},{id:228094,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Dreadlord's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_25",sta:4},{id:228128,type:"Mace",slot:"mainhand",r:60,q:"4",i:"69",name:"Hammer of The Black Anvil",speed:2.7,mindmg:79,maxdmg:162,p:"inv_hammer_03",sta:10},{id:228139,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Fist of the Firesworn",speed:2.7,mindmg:95,maxdmg:178,p:"spell_fire_flametounge",sta:10},{id:228143,type:"Sword",slot:"mainhand",r:60,q:"4",i:"70",name:"Shadowflame Sword",speed:2.5,mindmg:90,maxdmg:168,p:"inv_sword_15",agi:9,str:9},{id:228145,type:"Fist",slot:"mainhand",r:60,q:"4",i:"66",name:"Magmadar's Right Claw",speed:2.5,mindmg:84,maxdmg:156,p:"inv_misc_monsterclaw_03",sta:10,hit:1,ap:20},{id:228162,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Deceit",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9},{id:228168,type:"Mace",slot:"mainhand",r:60,q:"3",i:"65",name:"Goblin Gear Grinder",speed:2.5,mindmg:53,maxdmg:99,p:"inv_gizmo_02"},{id:228169,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"The Attitude Adjustor",speed:2.5,mindmg:53,maxdmg:99,p:"inv_misc_wrench_01"},{id:228185,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Broken Bottle of Goblino Noir",speed:2,mindmg:51,maxdmg:95,p:"inv_drink_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:228263,type:"Dagger",slot:"mainhand",r:60,q:"4",i:"68",name:"Sorcerous Dagger",speed:1.4,mindmg:37,maxdmg:79,p:"inv_weapon_shortblade_07",sta:8},{id:228264,type:"Mace",slot:"mainhand",r:60,q:"4",i:"68",name:"Aurastone Hammer",speed:2.7,mindmg:72,maxdmg:153,p:"inv_hammer_05",sta:10},{id:228265,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Brutality Blade",speed:2.5,mindmg:92,maxdmg:171,p:"inv_sword_15",agi:10,str:10,crit:1},{id:228267,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Gutgore Ripper",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_18",proc:{magic:!0,dmg:151}},{id:228269,type:"Sword",slot:"mainhand",r:60,q:"4",i:"71",name:"Azuresong Mageblade",speed:2.4,mindmg:64,maxdmg:140,p:"inv_sword_39",sta:8,crit:1}],offhand:[{id:"727|6",type:"Sword",slot:"onehand",r:5,q:"2",i:"10",name:"Notched Shortsword of Strength",speed:2.1,mindmg:8,maxdmg:15,p:"inv_sword_04",str:1,rand:6},{id:754,type:"Sword",slot:"onehand",r:42,q:"3",i:"47",name:"Shortsword of Vengeance",speed:2.4,mindmg:53,maxdmg:99,p:"inv_sword_14",proc:{magic:!0,procgcd:!0,dmg:30}},{id:776,type:"Dagger",slot:"onehand",r:26,q:"3",i:"31",name:"Vendetta",speed:1.3,mindmg:17,maxdmg:33,p:"inv_weapon_shortblade_02",agi:6},{id:816,type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Small Hand Blade",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_01",agi:1},{id:820,type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"Slicer Blade",speed:1.5,mindmg:9,maxdmg:17,p:"inv_weapon_shortblade_01",agi:2},{id:"863|678",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Tiger",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"863|1188",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Bear",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"863|155",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of Strength",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",str:7,rand:155},{id:"864|681",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Tiger",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",agi:5,str:5,rand:681},{id:"864|1191",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Bear",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",sta:5,str:5,rand:1191},{id:"864|155",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of Strength",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",str:7,rand:155},{id:"865|678",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Tiger",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",agi:4,str:4,rand:678},{id:"865|1188",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Bear",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",sta:4,str:4,rand:1188},{id:"865|115",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of Strength",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",str:5,rand:115},{id:871,type:"Axe",slot:"onehand",r:42,q:"4",i:"47",name:"Flurry Axe",speed:1.5,mindmg:37,maxdmg:69,p:"inv_axe_17",proc:{extra:1,ppm:1.8}},{id:899,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Venom Web Fang",speed:1.5,mindmg:10,maxdmg:19,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:3,interval:"3000",duration:"15000"}},{id:934,type:"Axe",slot:"onehand",r:32,q:"3",i:"37",name:"Stalvan's Reaper",speed:2.9,mindmg:50,maxdmg:94,p:"inv_axe_14"},{id:935,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Night Watch Shortsword",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",sta:4},{id:936,type:"Mace",slot:"onehand",r:33,q:"3",i:"38",name:"Midnight Mace",speed:2.5,mindmg:46,maxdmg:94,p:"inv_misc_bone_elfskull_01",resist:{shadow:10}},{id:1168,type:"Shield",slot:"offhand",r:54,q:"4",i:"59",name:"Skullflame Shield",p:"inv_shield_01",resist:{fire:10,shadow:10},block:40},{id:1169,type:"Shield",slot:"offhand",r:41,q:"4",i:"46",name:"Blackskull Shield",p:"spell_shadow_grimward",sta:5,resist:{shadow:10},block:30},{id:1203,type:"Shield",slot:"offhand",r:49,q:"3",i:"54",name:"Aegis of Stormwind",p:"inv_shield_06",str:6,sta:15,block:33},{id:1204,type:"Shield",slot:"offhand",r:36,q:"4",i:"41",name:"The Green Tower",p:"inv_shield_06",sta:13,block:25},{id:"1207|681",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Tiger",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",agi:5,str:5,rand:681},{id:"1207|1191",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Bear",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",sta:5,str:5,rand:1191},{id:"1207|155",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of Strength",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",str:7,rand:155},{id:1265,type:"Sword",slot:"onehand",r:34,q:"3",i:"39",name:"Scorpion Sting",speed:2.4,mindmg:44,maxdmg:83,p:"inv_sword_12",proc:{magic:!0,tick:13,interval:"5000",duration:"25000"}},{id:1292,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Butcher's Cleaver",speed:1.7,mindmg:23,maxdmg:32,p:"inv_axe_23",agi:2,str:5},{id:1454,type:"Axe",slot:"onehand",r:22,q:"3",i:"27",name:"Axe of the Enforcer",speed:2.6,mindmg:31,maxdmg:58,p:"inv_axe_21",str:4,sta:3},{id:1481,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Grimclaw",speed:2,mindmg:22,maxdmg:42,p:"inv_axe_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1483,type:"Mace",slot:"onehand",r:16,q:"3",i:"21",name:"Face Smasher",speed:2.6,mindmg:25,maxdmg:48,p:"inv_hammer_08",str:3,sta:3},{id:1602,type:"Axe",slot:"onehand",r:34,q:"3",i:"39",name:"Sickle Axe",speed:2.6,mindmg:48,maxdmg:90,p:"inv_axe_06",agi:5,str:6,sta:3},{id:"1608|684",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Tiger",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"1608|1194",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Bear",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"1608|189",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of Strength",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",str:8,rand:189},{id:1935,type:"Dagger",slot:"onehand",r:19,q:"3",i:"24",name:"Assassin's Blade",speed:1.9,mindmg:20,maxdmg:39,p:"inv_weapon_shortblade_24",agi:4,str:3},{id:1936,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Goblin Screwdriver",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_05",agi:2},{id:1937,type:"Sword",slot:"onehand",r:16,q:"2",i:"21",name:"Buzz Saw",speed:2.4,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2,str:2},{id:1951,type:"Sword",slot:"onehand",r:14,q:"2",i:"19",name:"Blackwater Cutlass",speed:1.9,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:2},{id:1979,type:"Shield",slot:"offhand",r:45,q:"4",i:"50",name:"Wall of the Dead",p:"inv_shield_02",str:10,sta:15,block:34},{id:"1994|684",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Tiger",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"1994|1194",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Bear",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"1994|190",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of Strength",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",str:9,rand:190},{id:2020,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Hollowfang Blade",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_16",str:2},{id:2040,type:"Shield",slot:"offhand",r:43,q:"3",i:"48",name:"Troll Protector",p:"inv_shield_16",sta:10,block:27},{id:2074,type:"Sword",slot:"onehand",r:14,q:"2",i:"18",name:"Solid Shortblade",speed:2.5,mindmg:16,maxdmg:30,p:"inv_sword_23",str:1,sta:1},{id:"2078|23",type:"Sword",slot:"onehand",r:13,q:"2",i:"18",name:"Northern Shortsword of Strength",speed:2.2,mindmg:14,maxdmg:26,p:"inv_sword_20",str:2,rand:23},{id:"2079|1181",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of the Bear",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",sta:1,str:2,rand:1181},{id:"2079|23",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of Strength",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",str:2,rand:23},{id:"2080|678",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Tiger",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",agi:4,str:4,rand:678},{id:"2080|1188",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Bear",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",sta:4,str:4,rand:1188},{id:"2080|136",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of Strength",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",str:6,rand:136},{id:"2140|1179",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of the Bear",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2140|23",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of Strength",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2163,type:"Dagger",slot:"onehand",r:48,q:"4",i:"53",name:"Shadowblade",speed:1.4,mindmg:38,maxdmg:71,p:"inv_sword_12",proc:{magic:!0,procgcd:!0,dmg:125}},{id:2164,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Gut Ripper",speed:1.8,mindmg:42,maxdmg:80,p:"inv_sword_13",proc:{dmg:108}},{id:2194,type:"Mace",slot:"onehand",r:20,q:"3",i:"25",name:"Diamond Hammer",speed:2.5,mindmg:28,maxdmg:53,p:"inv_hammer_06",str:3,sta:4},{id:2218,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Craftsman's Dagger",speed:1.7,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_05",agi:1},{id:2235,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Brackclaw",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_15",agi:1,str:1},{id:2236,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Blackfang",speed:1.5,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_02",resist:{shadow:5}},{id:2243,type:"Mace",slot:"onehand",r:57,q:"4",i:"62",name:"Hand of Edward the Odd",speed:1.6,mindmg:50,maxdmg:94,p:"inv_mace_14"},{id:2266,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Stonesplinter Dagger",speed:1.5,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_08",agi:1},{id:2567,type:"Dagger",slot:"onehand",r:18,q:"3",i:"23",name:"Evocator's Blade",speed:1.6,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_15"},{id:"2632|1179",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of the Bear",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2632|23",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of Strength",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:"2819|675",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Tiger",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",agi:3,str:3,rand:675},{id:"2819|1185",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Bear",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",sta:3,str:3,rand:1185},{id:"2819|115",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of Strength",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",str:5,rand:115},{id:2908,type:"Dagger",slot:"onehand",r:16,q:"2",i:"20",name:"Thornblade",speed:1.6,mindmg:11,maxdmg:21,p:"inv_weapon_shortblade_15",agi:3},{id:2912,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Claw of the Shadowmancer",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_16",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2916,type:"Shield",slot:"offhand",r:26,q:"2",i:"34",name:"Gold Lion Shield",p:"inv_shield_02",str:2,sta:5,block:13},{id:2941,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Prison Shank",speed:1.8,mindmg:21,maxdmg:39,p:"inv_weapon_shortblade_18",agi:5,sta:2},{id:2942,type:"Fist",slot:"onehand",r:21,q:"3",i:"26",name:"Iron Knuckles",speed:1.7,mindmg:19,maxdmg:37,p:"inv_gauntlets_04",proc:{dmg:4}},{id:"3184|24",type:"Dagger",slot:"onehand",r:15,q:"2",i:"20",name:"Hook Dagger of Strength",speed:1.5,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_01",str:3,rand:24},{id:"3187|681",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Tiger",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",agi:5,str:5,rand:681},{id:"3187|1191",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Bear",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",sta:5,str:5,rand:1191},{id:"3187|189",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of Strength",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",str:8,rand:189},{id:3222,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Wicked Dagger",speed:1.6,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_04",agi:1,str:1},{id:3336,type:"Dagger",slot:"onehand",r:24,q:"2",i:"29",name:"Flesh Piercer",speed:2,mindmg:21,maxdmg:40,p:"inv_weapon_shortblade_10",proc:{tick:6,interval:"6000",duration:"30000",bleed:!0}},{id:3413,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Doomspike",speed:1.5,mindmg:17,maxdmg:32,p:"inv_sword_29",str:3,sta:3},{id:3450,type:"Shield",slot:"offhand",r:12,q:"2",i:"15",name:"Faerleia's Shield",p:"inv_shield_04",str:2,block:5},{id:3490,type:"Dagger",slot:"onehand",r:20,q:"2",i:"25",name:"Deadly Bronze Poniard",speed:1.8,mindmg:16,maxdmg:30,p:"inv_weapon_shortblade_05",agi:4},{id:3572,type:"Sword",slot:"onehand",r:11,q:"2",i:"17",name:"Daryl's Shortsword",speed:2.3,mindmg:14,maxdmg:26,p:"inv_sword_04",agi:2},{id:3581,type:"Dagger",slot:"onehand",r:12,q:"2",i:"18",name:"Serrated Knife",speed:1.6,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_01",agi:1,sta:1},{id:3651,type:"Shield",slot:"offhand",r:10,q:"2",i:"15",name:"Veteran Shield",p:"inv_shield_09",str:2,block:5},{id:3654,type:"Shield",slot:"offhand",r:9,q:"2",i:"14",name:"Brackwater Shield",p:"inv_shield_09",agi:1,sta:1,block:5},{id:3655,type:"Shield",slot:"offhand",r:16,q:"2",i:"21",name:"Burnished Shield",p:"inv_shield_03",str:2,sta:3,block:7},{id:3656,type:"Shield",slot:"offhand",r:22,q:"2",i:"27",name:"Lambent Scale Shield",p:"inv_shield_03",str:4,sta:2,block:10},{id:3761,type:"Shield",slot:"offhand",r:19,q:"2",i:"32",name:"Deadskull Shield",p:"inv_shield_01",str:1,sta:7,block:12},{id:3763,type:"Shield",slot:"offhand",r:30,q:"2",i:"40",name:"Lunar Buckler",p:"inv_shield_10",str:3,block:17},{id:3850,type:"Sword",slot:"onehand",r:30,q:"2",i:"35",name:"Jade Serpentblade",speed:2.6,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:4,str:4},{id:4065,type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Combat Shield",p:"inv_shield_05",str:7,sta:2,block:14},{id:"4088|684",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Tiger",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"4088|1194",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Bear",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"4088|189",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of Strength",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",str:8,rand:189},{id:4090,type:"Mace",slot:"onehand",r:41,q:"3",i:"46",name:"Mug O' Hurt",speed:1.7,mindmg:37,maxdmg:69,p:"inv_drink_03"},{id:4091,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Widowmaker",speed:1.9,mindmg:42,maxdmg:78,p:"inv_weapon_shortblade_03",agi:8,str:7},{id:4115,type:"Shield",slot:"offhand",r:33,q:"2",i:"37",name:"Grom'gol Buckler",p:"inv_shield_02",str:2,sta:3,block:15},{id:4129,type:"Shield",slot:"offhand",r:30,q:"2",i:"44",name:"Collection Plate",p:"inv_shield_06",str:2,sta:9,block:20},{id:4290,type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Dust Bowl",p:"inv_shield_09",str:2,block:6},{id:4446,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Blackvenom Blade",speed:1.8,mindmg:22,maxdmg:46,p:"inv_weapon_shortblade_02",agi:1,proc:{magic:!0,tick:5,interval:"3000",duration:"15000"}},{id:4449,type:"Dagger",slot:"onehand",r:22,q:"2",i:"27",name:"Naraxis' Fang",speed:1.6,mindmg:15,maxdmg:29,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:4454,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Talon of Vultros",speed:2,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_16",agi:5},{id:4477,type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Nefarious Buckler",p:"inv_shield_02",str:3,sta:6,block:13},{id:4507,type:"Shield",slot:"offhand",r:32,q:"2",i:"42",name:"Pit Fighter's Shield",p:"inv_shield_07",str:8,sta:3,block:18},{id:"4568|24",type:"Axe",slot:"onehand",r:16,q:"2",i:"21",name:"Grunt Axe of Strength",speed:2.3,mindmg:17,maxdmg:32,p:"inv_axe_12",str:3,rand:24},{id:"4571|670",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of the Tiger",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",agi:2,str:1,rand:670},{id:"4571|23",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of Strength",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",str:2,rand:23},{id:4652,type:"Shield",slot:"offhand",r:35,q:"2",i:"45",name:"Salbac Shield",p:"inv_shield_11",str:9,block:20},{id:4821,type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Bear Buckler",p:"inv_shield_09",str:3,sta:3,block:8},{id:4825,type:"Axe",slot:"onehand",r:24,q:"2",i:"29",name:"Callous Axe",speed:2.8,mindmg:29,maxdmg:55,p:"inv_axe_21",ap:8},{id:4947,type:"Dagger",slot:"onehand",r:4,q:"2",i:"11",name:"Jagged Dagger",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_02",str:1},{id:4974,type:"Dagger",slot:"onehand",r:5,q:"2",i:"12",name:"Compact Fighting Knife",speed:1.5,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_05",agi:1},{id:5112,type:"Dagger",slot:"onehand",r:10,q:"2",i:"15",name:"Ritual Blade",speed:1.4,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_02",agi:1},{id:5191,type:"Sword",slot:"onehand",r:19,q:"3",i:"24",name:"Cruel Barb",speed:2.8,mindmg:30,maxdmg:57,p:"inv_sword_24",ap:12},{id:5192,type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Thief's Blade",speed:1.7,mindmg:13,maxdmg:25,p:"inv_sword_24",agi:3},{id:5196,type:"Axe",slot:"onehand",r:17,q:"2",i:"22",name:"Smite's Reaver",speed:1.9,mindmg:14,maxdmg:28,p:"inv_axe_22",str:2,sta:1},{id:5197,type:"Mace",slot:"onehand",r:16,q:"2",i:"21",name:"Cookie's Tenderizer",speed:2.8,mindmg:20,maxdmg:39,p:"inv_fabric_silk_02",str:3},{id:5256,type:"Mace",slot:"onehand",r:30,q:"2",i:"35",name:"Kovork's Rattle",speed:3,mindmg:38,maxdmg:72,p:"inv_mace_16",agi:5,str:2},{id:5267,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Scarlet Kris",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_03",agi:10,sta:10},{id:5279,type:"Dagger",slot:"onehand",r:12,q:"2",i:"20",name:"Harpy Skinner",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_14",agi:3},{id:5426,type:"Axe",slot:"onehand",r:15,q:"3",i:"20",name:"Serpent's Kiss",speed:2.5,mindmg:23,maxdmg:44,p:"inv_axe_23",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:5443,type:"Shield",slot:"offhand",r:15,q:"3",i:"20",name:"Gold-plated Buckler",p:"inv_shield_02",agi:2,sta:5,block:9},{id:5540,type:"Dagger",slot:"onehand",r:18,q:"2",i:"23",name:"Pearl-handled Dagger",speed:1.7,mindmg:13,maxdmg:26,p:"inv_weapon_shortblade_05",agi:2,sta:2},{id:5541,type:"Mace",slot:"onehand",r:23,q:"2",i:"28",name:"Iridescent Hammer",speed:1.8,mindmg:18,maxdmg:34,p:"inv_hammer_05",str:3,sta:3},{id:5616,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gutwrencher",speed:1.6,mindmg:35,maxdmg:66,p:"inv_sword_31",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:5752,type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Wyvern Tailspike",speed:1.8,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_16",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:5756,type:"Dagger",slot:"onehand",r:32,q:"3",i:"37",name:"Sliverblade",speed:1.4,mindmg:24,maxdmg:46,p:"inv_weapon_shortblade_24",proc:{magic:!0,dmg:45}},{id:6220,type:"Dagger",slot:"onehand",r:24,q:"3",i:"29",name:"Meteor Shard",speed:1.8,mindmg:23,maxdmg:43,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:35}},{id:6223,type:"Shield",slot:"offhand",r:20,q:"2",i:"35",name:"Crest of Darkshire",p:"inv_shield_05",str:2,sta:7,block:14},{id:6320,type:"Shield",slot:"offhand",r:23,q:"3",i:"28",name:"Commander's Crest",p:"inv_shield_03",str:6,sta:3,block:13},{id:6331,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Howling Blade",speed:1.4,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_15"},{id:6333,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Spikelash Dagger",speed:1.9,mindmg:14,maxdmg:28,p:"inv_weapon_shortblade_10",agi:2,sta:2},{id:6360,type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Steelscale Crushfish",speed:2.5,mindmg:22,maxdmg:42,p:"inv_misc_fish_04",str:4},{id:6400,type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Glimmering Shield",p:"inv_shield_05",str:4,sta:3,block:12},{id:6448,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Tail Spike",speed:1.8,mindmg:14,maxdmg:26,p:"inv_weapon_shortblade_10",agi:2,str:2},{id:6472,type:"Mace",slot:"onehand",r:19,q:"3",i:"24",name:"Stinging Viper",speed:2.8,mindmg:30,maxdmg:57,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:"6559|672",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of the Tiger",p:"inv_shield_09",block:6,agi:2,str:2,rand:672},{id:"6559|1182",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of the Bear",p:"inv_shield_09",block:6,sta:2,str:2,rand:1182},{id:"6559|24",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of Strength",p:"inv_shield_09",block:6,str:3,rand:24},{id:"6560|672",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of the Tiger",p:"inv_shield_10",block:6,agi:2,str:2,rand:672},{id:"6560|1182",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of the Bear",p:"inv_shield_10",block:6,sta:2,str:2,rand:1182},{id:"6560|24",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of Strength",p:"inv_shield_10",block:6,str:3,rand:24},{id:"6571|675",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of the Tiger",p:"inv_shield_02",block:8,agi:3,str:3,rand:675},{id:"6571|1185",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of the Bear",p:"inv_shield_02",block:8,sta:3,str:3,rand:1185},{id:"6571|115",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of Strength",p:"inv_shield_02",block:8,str:5,rand:115},{id:"6572|675",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of the Tiger",p:"inv_shield_06",block:8,agi:3,str:3,rand:675},{id:"6572|1185",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of the Bear",p:"inv_shield_06",block:8,sta:3,str:3,rand:1185},{id:"6572|115",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of Strength",p:"inv_shield_06",block:8,str:5,rand:115},{id:"6598|678",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of the Tiger",p:"inv_shield_10",block:10,agi:4,str:4,rand:678},{id:"6598|1188",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of the Bear",p:"inv_shield_10",block:10,sta:4,str:4,rand:1188},{id:"6598|136",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of Strength",p:"inv_shield_10",block:10,str:6,rand:136},{id:"6599|678",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of the Tiger",p:"inv_shield_05",block:11,agi:4,str:4,rand:678},{id:"6599|1188",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of the Bear",p:"inv_shield_05",block:11,sta:4,str:4,rand:1188},{id:"6599|136",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of Strength",p:"inv_shield_05",block:11,str:6,rand:136},{id:6630,type:"Shield",slot:"offhand",r:20,q:"3",i:"25",name:"Seedcloud Buckler",p:"inv_shield_10",block:11},{id:6633,type:"Sword",slot:"onehand",r:18,q:"2",i:"23",name:"Butcher's Slicer",speed:2.9,mindmg:23,maxdmg:44,p:"inv_sword_16",str:2,sta:2},{id:6660,type:"Dagger",slot:"onehand",r:50,q:"3",i:"55",name:"Julie's Dagger",speed:1.3,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_07"},{id:6691,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Swinetusk Shank",speed:1.5,mindmg:24,maxdmg:45,p:"inv_misc_bone_06",sta:6},{id:6692,type:"Axe",slot:"onehand",r:31,q:"3",i:"36",name:"Pronged Reaver",speed:2.4,mindmg:40,maxdmg:75,p:"inv_axe_18",str:6},{id:6694,type:"Shield",slot:"offhand",r:31,q:"3",i:"36",name:"Heart of Agamaggan",p:"inv_shield_02",sta:7,block:17},{id:6725,type:"Shield",slot:"offhand",r:29,q:"3",i:"36",name:"Marbled Buckler",p:"inv_shield_10",agi:5,str:5,sta:5,block:17},{id:6746,type:"Shield",slot:"offhand",r:25,q:"2",i:"40",name:"Basalt Buckler",p:"inv_shield_10",sta:2,block:17},{id:6802,type:"Sword",slot:"onehand",r:33,q:"3",i:"44",name:"Sword of Omen",speed:1.9,mindmg:39,maxdmg:74,p:"inv_sword_19",agi:3,str:9,sta:4},{id:6829,type:"Sword",slot:"onehand",r:34,q:"3",i:"44",name:"Sword of Serenity",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_27",sta:9},{id:6831,type:"Dagger",slot:"onehand",r:34,q:"3",i:"44",name:"Black Menace",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:6904,type:"Dagger",slot:"onehand",r:23,q:"3",i:"28",name:"Bite of Serra'kis",speed:1.3,mindmg:16,maxdmg:30,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:6970,type:"Shield",slot:"offhand",r:20,q:"2",i:"20",name:"Furen's Favor",p:"inv_shield_05",str:3,block:7},{id:7002,type:"Shield",slot:"offhand",r:18,q:"3",i:"29",name:"Arctic Buckler",p:"inv_shield_02",sta:3,resist:{frost:5},block:13},{id:"7108|669",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of the Tiger",p:"inv_shield_09",block:4,agi:1,str:1,rand:669},{id:"7108|1179",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of the Bear",p:"inv_shield_09",block:4,sta:1,str:1,rand:1179},{id:"7108|6",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of Strength",p:"inv_shield_09",block:4,str:1,rand:6},{id:7120,type:"Shield",slot:"offhand",r:20,q:"2",i:"20",name:"Ruga's Bulwark",p:"inv_shield_14",str:3,block:7},{id:7188,type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Stormwind Guard Shield",p:"inv_shield_04",str:2,sta:4,block:9},{id:"7330|681",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"7330|1191",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"7330|155",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of Strength",p:"inv_shield_09",block:13,str:7,rand:155},{id:"7331|681",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of the Tiger",p:"inv_shield_07",block:13,agi:5,str:5,rand:681},{id:"7331|1191",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of the Bear",p:"inv_shield_07",block:13,sta:5,str:5,rand:1191},{id:"7331|189",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of Strength",p:"inv_shield_07",block:13,str:8,rand:189},{id:"7463|684",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of the Tiger",p:"inv_shield_10",block:15,agi:6,str:6,rand:684},{id:"7463|1194",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of the Bear",p:"inv_shield_10",block:15,sta:6,str:6,rand:1194},{id:"7463|190",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of Strength",p:"inv_shield_10",block:15,str:9,rand:190},{id:"7465|684",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of the Tiger",p:"inv_shield_06",block:16,agi:6,str:6,rand:684},{id:"7465|1194",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of the Bear",p:"inv_shield_06",block:16,sta:6,str:6,rand:1194},{id:"7465|190",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of Strength",p:"inv_shield_06",block:16,str:9,rand:190},{id:"7495|687",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of the Tiger",p:"inv_shield_10",block:20,agi:7,str:7,rand:687},{id:"7495|1197",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of the Bear",p:"inv_shield_10",block:20,sta:7,str:7,rand:1197},{id:"7495|191",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of Strength",p:"inv_shield_10",block:20,str:10,rand:191},{id:"7496|687",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of the Tiger",p:"inv_shield_05",block:19,agi:7,str:7,rand:687},{id:"7496|1197",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of the Bear",p:"inv_shield_05",block:19,sta:7,str:7,rand:1197},{id:"7496|191",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of Strength",p:"inv_shield_05",block:19,str:10,rand:191},{id:"7536|690",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of the Tiger",p:"inv_shield_03",block:23,agi:8,str:8,rand:690},{id:"7536|1200",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of the Bear",p:"inv_shield_03",block:23,sta:8,str:8,rand:1200},{id:"7536|192",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of Strength",p:"inv_shield_03",block:23,str:11,rand:192},{id:"7537|690",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of the Tiger",p:"inv_shield_07",block:23,agi:8,str:8,rand:690},{id:"7537|1200",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of the Bear",p:"inv_shield_07",block:23,sta:8,str:8,rand:1200},{id:"7537|193",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of Strength",p:"inv_shield_07",block:23,str:12,rand:193},{id:7682,type:"Dagger",slot:"onehand",r:29,q:"3",i:"34",name:"Torturing Poker",speed:1.7,mindmg:26,maxdmg:46,p:"inv_spear_01"},{id:7687,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Ironspine's Fist",speed:2.4,mindmg:38,maxdmg:72,p:"inv_hammer_19",str:7},{id:7714,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"Hypnotic Blade",speed:1.4,mindmg:26,maxdmg:49,p:"inv_weapon_shortblade_07"},{id:7726,type:"Shield",slot:"offhand",r:39,q:"3",i:"44",name:"Aegis of the Scarlet Commander",p:"inv_shield_05",str:7,sta:8,block:23},{id:7736,type:"Mace",slot:"onehand",r:34,q:"3",i:"39",name:"Fight Club",speed:2.2,mindmg:41,maxdmg:76,p:"inv_mace_11",str:6,sta:6},{id:7747,type:"Shield",slot:"offhand",r:28,q:"2",i:"41",name:"Vile Protector",p:"inv_shield_02",str:4,block:17},{id:7786,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Headsplitter",speed:2.3,mindmg:30,maxdmg:57,p:"inv_axe_14",str:3,sta:5},{id:7787,type:"Shield",slot:"offhand",r:26,q:"3",i:"31",name:"Resplendent Guardian",p:"inv_shield_02",sta:7,block:14},{id:7942,type:"Axe",slot:"onehand",r:39,q:"2",i:"44",name:"Blue Glittering Axe",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_03",agi:8},{id:7947,type:"Dagger",slot:"onehand",r:46,q:"2",i:"51",name:"Ebon Shiv",speed:1.5,mindmg:32,maxdmg:59,p:"inv_weapon_shortblade_14",agi:9},{id:8006,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"The Ziggler",speed:1.7,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:15}},{id:8134,type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Myrmidon's Defender",p:"inv_shield_02",agi:2,sta:2,block:25},{id:8135,type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Chromite Shield",p:"inv_shield_04",str:3,sta:10,block:21},{id:8190,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Hanzo Sword",speed:1.5,mindmg:38,maxdmg:71,p:"inv_sword_10",proc:{dmg:75}},{id:"8194|681",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Tiger",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",agi:5,str:5,rand:681},{id:"8194|1191",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Bear",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",sta:5,str:5,rand:1191},{id:"8194|155",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of Strength",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",str:7,rand:155},{id:"8196|681",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Tiger",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:5,str:5,rand:681},{id:"8196|1191",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Bear",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",sta:5,str:5,rand:1191},{id:"8196|189",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of Strength",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",str:8,rand:189},{id:8223,type:"Sword",slot:"onehand",r:32,q:"3",i:"37",name:"Blade of the Basilisk",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_43"},{id:8225,type:"Sword",slot:"onehand",r:31,q:"3",i:"36",name:"Tainted Pierce",speed:1.9,mindmg:32,maxdmg:60,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,tick:15,interval:"1000",duration:"3000"}},{id:8282,type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Valorous Shield",p:"inv_shield_02",str:6,sta:9,block:25},{id:8313,type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Hero's Buckler",p:"inv_shield_07",str:7,block:36},{id:8320,type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Alabaster Shield",p:"inv_shield_04",str:3,sta:13,block:31},{id:9359,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Southsea Lamp",speed:2.3,mindmg:49,maxdmg:91,p:"inv_misc_flute_01",agi:9,sta:4},{id:9378,type:"Axe",slot:"onehand",r:33,q:"3",i:"38",name:"Shovelphlange's Mining Axe",speed:2.8,mindmg:50,maxdmg:94,p:"inv_pick_02",str:6,ap:10},{id:9379,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Sang'thraze the Deflector",speed:1.7,mindmg:34,maxdmg:65,p:"inv_sword_45"},{id:9384,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Stonevault Shiv",speed:1.5,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_18",agi:7,sta:3},{id:9386,type:"Mace",slot:"onehand",r:31,q:"3",i:"36",name:"Excavator's Brand",speed:2.6,mindmg:43,maxdmg:82,p:"inv_torch_lit",proc:{magic:!0,procgcd:!0,dmg:40,tick:3,interval:"2000",duration:"6000"}},{id:9392,type:"Sword",slot:"onehand",r:35,q:"3",i:"40",name:"Annealed Blade",speed:1.8,mindmg:34,maxdmg:64,p:"inv_sword_26",str:6,sta:6},{id:9401,type:"Sword",slot:"onehand",r:38,q:"3",i:"43",name:"Nordic Longshank",speed:2.2,mindmg:45,maxdmg:84,p:"inv_sword_24",agi:8,sta:5},{id:9404,type:"Shield",slot:"offhand",r:37,q:"3",i:"42",name:"Olaf's All Purpose Shield",p:"inv_shield_02",sta:11,block:22},{id:9419,type:"Mace",slot:"onehand",r:41,q:"2",i:"46",name:"Galgann's Firehammer",speed:2.2,mindmg:42,maxdmg:79,p:"inv_hammer_17",proc:{magic:!0,dmg:96}},{id:9424,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Ginn-su Sword",speed:1.7,mindmg:33,maxdmg:62,p:"inv_sword_42",agi:8,str:4},{id:9427,type:"Mace",slot:"onehand",r:37,q:"3",i:"42",name:"Stonevault Bonebreaker",speed:2.7,mindmg:54,maxdmg:101,p:"inv_misc_bone_01",agi:4,str:8},{id:9453,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Toxic Revenger",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:5,interval:"5000",duration:"15000"}},{id:9457,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Royal Diplomatic Scepter",speed:2.3,mindmg:37,maxdmg:69,p:"inv_mace_08",sta:2},{id:9458,type:"Shield",slot:"offhand",r:32,q:"3",i:"37",name:"Thermaplugg's Central Core",p:"inv_shield_10",block:18},{id:9465,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Digmaster 5000",speed:1.8,mindmg:38,maxdmg:71,p:"inv_pick_01",agi:4,proc:{spell:"Vibroblade"}},{id:9485,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Vibroblade",speed:1.6,mindmg:21,maxdmg:40,p:"inv_axe_14",proc:{spell:"Vibroblade"}},{id:9488,type:"Mace",slot:"onehand",r:23,q:"3",i:"28",name:"Oscillating Power Hammer",speed:2,mindmg:24,maxdmg:46,p:"inv_hammer_08",str:5,sta:1},{id:9511,type:"Sword",slot:"onehand",r:41,q:"3",i:"46",name:"Bloodletter Scalpel",speed:1.8,mindmg:39,maxdmg:73,p:"inv_sword_40",proc:{dmg:65}},{id:9520,type:"Dagger",slot:"onehand",r:30,q:"2",i:"41",name:"Silent Hunter",speed:1.8,mindmg:29,maxdmg:54,p:"inv_weapon_shortblade_18",agi:7},{id:9643,type:"Shield",slot:"offhand",r:43,q:"2",i:"51",name:"Optomatic Deflector",p:"inv_shield_02",str:5,block:25},{id:9680,type:"Dagger",slot:"onehand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Shanker",speed:1.6,mindmg:28,maxdmg:52,p:"inv_weapon_shortblade_18",agi:6,sta:3},{id:9718,type:"Sword",slot:"onehand",r:33,q:"3",i:"38",name:"Reforged Blade of Heroes",speed:2.2,mindmg:36,maxdmg:69,p:"inv_sword_10",str:3,sta:8},{id:"9753|669",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of the Tiger",p:"inv_shield_10",block:4,agi:1,str:1,rand:669},{id:"9753|1179",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of the Bear",p:"inv_shield_10",block:4,sta:1,str:1,rand:1179},{id:"9753|6",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of Strength",p:"inv_shield_10",block:4,str:1,rand:6},{id:"9764|669",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of the Tiger",p:"inv_shield_09",block:5,agi:1,str:1,rand:669},{id:"9764|1179",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of the Bear",p:"inv_shield_09",block:5,sta:1,str:1,rand:1179},{id:"9764|23",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of Strength",p:"inv_shield_09",block:5,str:2,rand:23},{id:"9778|672",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"9778|1182",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"9778|97",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:"9790|672",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"9790|1182",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"9790|97",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:"9804|678",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of the Tiger",p:"inv_shield_09",block:9,agi:4,str:4,rand:678},{id:"9804|1188",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of the Bear",p:"inv_shield_09",block:9,sta:4,str:4,rand:1188},{id:"9804|115",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of Strength",p:"inv_shield_09",block:9,str:5,rand:115},{id:"9816|678",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of the Tiger",p:"inv_shield_07",block:9,agi:4,str:4,rand:678},{id:"9816|1188",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of the Bear",p:"inv_shield_07",block:9,sta:4,str:4,rand:1188},{id:"9816|115",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of Strength",p:"inv_shield_07",block:9,str:5,rand:115},{id:"9843|681",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"9843|1191",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"9843|155",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of Strength",p:"inv_shield_09",block:13,str:7,rand:155},{id:"9858|681",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of the Tiger",p:"inv_shield_09",block:14,agi:5,str:5,rand:681},{id:"9858|1191",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of the Bear",p:"inv_shield_09",block:14,sta:5,str:5,rand:1191},{id:"9858|189",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of Strength",p:"inv_shield_09",block:14,str:8,rand:189},{id:"9873|684",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of the Tiger",p:"inv_shield_07",block:15,agi:6,str:6,rand:684},{id:"9873|1194",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of the Bear",p:"inv_shield_07",block:15,sta:6,str:6,rand:1194},{id:"9873|190",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of Strength",p:"inv_shield_07",block:15,str:9,rand:190},{id:"9899|684",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of the Tiger",p:"inv_shield_05",block:18,agi:6,str:6,rand:684},{id:"9899|1194",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of the Bear",p:"inv_shield_05",block:18,sta:6,str:6,rand:1194},{id:"9899|191",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of Strength",p:"inv_shield_05",block:18,str:10,rand:191},{id:"9918|687",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of the Tiger",p:"inv_shield_03",block:20,agi:7,str:7,rand:687},{id:"9918|1197",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of the Bear",p:"inv_shield_03",block:20,sta:7,str:7,rand:1197},{id:"9918|191",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of Strength",p:"inv_shield_03",block:20,str:10,rand:191},{id:"9935|687",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of the Tiger",p:"inv_shield_05",block:20,agi:7,str:7,rand:687},{id:"9935|1197",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of the Bear",p:"inv_shield_05",block:20,sta:7,str:7,rand:1197},{id:"9935|191",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of Strength",p:"inv_shield_05",block:20,str:10,rand:191},{id:"9958|690",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of the Tiger",p:"inv_shield_02",block:24,agi:8,str:8,rand:690},{id:"9958|1200",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of the Bear",p:"inv_shield_02",block:24,sta:8,str:8,rand:1200},{id:"9958|193",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of Strength",p:"inv_shield_02",block:24,str:12,rand:193},{id:"9974|693",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of the Tiger",p:"spell_holy_sealofwrath",block:26,agi:9,str:9,rand:693},{id:"9974|1203",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of the Bear",p:"spell_holy_sealofwrath",block:26,sta:9,str:9,rand:1203},{id:"9974|219",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of Strength",p:"spell_holy_sealofwrath",block:26,str:13,rand:219},{id:"10078|693",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of the Tiger",p:"spell_holy_sealofprotection",block:27,agi:9,str:9,rand:693},{id:"10078|1203",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of the Bear",p:"spell_holy_sealofprotection",block:27,sta:9,str:9,rand:1203},{id:"10078|219",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of Strength",p:"spell_holy_sealofprotection",block:27,str:13,rand:219},{id:"10093|693",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of the Tiger",p:"inv_shield_06",block:28,agi:9,str:9,rand:693},{id:"10093|1203",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of the Bear",p:"inv_shield_06",block:28,sta:9,str:9,rand:1203},{id:"10093|219",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of Strength",p:"inv_shield_06",block:28,str:13,rand:219},{id:"10158|699",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of the Tiger",p:"inv_shield_05",block:37,agi:11,str:11,rand:699},{id:"10158|1209",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of the Bear",p:"inv_shield_05",block:37,sta:11,str:11,rand:1209},{id:"10158|308",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of Strength",p:"inv_shield_05",block:37,str:16,rand:308},{id:"10195|693",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of the Tiger",p:"inv_shield_10",block:29,agi:9,str:9,rand:693},{id:"10195|1203",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of the Bear",p:"inv_shield_10",block:29,sta:9,str:9,rand:1203},{id:"10195|220",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of Strength",p:"inv_shield_10",block:29,str:14,rand:220},{id:"10204|693",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of the Tiger",p:"inv_shield_09",block:29,agi:9,str:9,rand:693},{id:"10204|1203",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of the Bear",p:"inv_shield_09",block:29,sta:9,str:9,rand:1203},{id:"10204|220",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of Strength",p:"inv_shield_09",block:29,str:14,rand:220},{id:"10271|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of the Tiger",p:"inv_shield_02",block:38,agi:11,str:11,rand:699},{id:"10271|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of the Bear",p:"inv_shield_02",block:38,sta:11,str:11,rand:1209},{id:"10271|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of Strength",p:"inv_shield_02",block:38,str:16,rand:308},{id:"10362|696",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of the Tiger",p:"spell_holy_powerwordshield",block:32,agi:10,str:10,rand:696},{id:"10362|1206",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of the Bear",p:"spell_holy_powerwordshield",block:32,sta:10,str:10,rand:1206},{id:"10362|307",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of Strength",p:"spell_holy_powerwordshield",block:32,str:15,rand:307},{id:"10363|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of the Tiger",p:"inv_shield_03",block:34,agi:10,str:10,rand:696},{id:"10363|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of the Bear",p:"inv_shield_03",block:34,sta:10,str:10,rand:1206},{id:"10363|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of Strength",p:"inv_shield_03",block:34,str:15,rand:307},{id:"10364|696",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of the Tiger",p:"inv_shield_05",block:32,agi:10,str:10,rand:696},{id:"10364|1206",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of the Bear",p:"inv_shield_05",block:32,sta:10,str:10,rand:1206},{id:"10364|307",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of Strength",p:"inv_shield_05",block:32,str:15,rand:307},{id:"10365|696",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of the Tiger",p:"inv_shield_04",block:33,agi:10,str:10,rand:696},{id:"10365|1206",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of the Bear",p:"inv_shield_04",block:33,sta:10,str:10,rand:1206},{id:"10365|307",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of Strength",p:"inv_shield_04",block:33,str:15,rand:307},{id:"10366|696",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of the Tiger",p:"spell_shadow_ragingscream",block:36,agi:10,str:10,rand:696},{id:"10366|1206",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of the Bear",p:"spell_shadow_ragingscream",block:36,sta:10,str:10,rand:1206},{id:"10366|307",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of Strength",p:"spell_shadow_ragingscream",block:36,str:15,rand:307},{id:"10367|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of the Tiger",p:"spell_holy_powerwordshield",block:38,agi:11,str:11,rand:699},{id:"10367|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of the Bear",p:"spell_holy_powerwordshield",block:38,sta:11,str:11,rand:1209},{id:"10367|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of Strength",p:"spell_holy_powerwordshield",block:38,str:16,rand:308},{id:10571,type:"Mace",slot:"onehand",r:32,q:"3",i:"37",name:"Ebony Boneclub",speed:1.8,mindmg:31,maxdmg:59,p:"inv_misc_bone_10",str:5,resist:{shadow:5}},{id:10625,type:"Dagger",slot:"onehand",r:44,q:"3",i:"49",name:"Stealthblade",speed:1.4,mindmg:32,maxdmg:60,p:"inv_sword_41"},{id:10686,type:"Shield",slot:"offhand",r:40,q:"2",i:"55",name:"Aegis of Battle",p:"inv_shield_02",agi:6,sta:10,block:29},{id:10703,type:"Dagger",slot:"onehand",r:38,q:"2",i:"45",name:"Fiendish Skiv",speed:1.9,mindmg:35,maxdmg:66,p:"inv_sword_21",str:8},{id:10761,type:"Dagger",slot:"onehand",r:39,q:"3",i:"44",name:"Coldrage Dagger",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_34",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10767,type:"Shield",slot:"offhand",r:37,q:"3",i:"42",name:"Savage Boar's Guard",p:"inv_shield_17",str:11,sta:6,block:22},{id:10772,type:"Axe",slot:"onehand",r:36,q:"2",i:"41",name:"Glutton's Cleaver",speed:2,mindmg:32,maxdmg:60,p:"inv_axe_23",proc:{tick:10,interval:"6000",duration:"30000",bleed:!0}},{id:10797,type:"Sword",slot:"onehand",r:48,q:"3",i:"53",name:"Firebreather",speed:2.2,mindmg:54,maxdmg:101,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:10804,type:"Mace",slot:"onehand",r:49,q:"2",i:"54",name:"Fist of the Damned",speed:1.9,mindmg:42,maxdmg:80,p:"inv_hammer_11",proc:{magic:!0,dmg:30,coeff:1}},{id:10823,type:"Sword",slot:"onehand",r:37,q:"3",i:"44",name:"Vanquisher's Sword",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_35",ap:28},{id:"10828|690",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Tiger",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},agi:8,str:8,rand:690},{id:"10828|1200",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Bear",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},sta:8,str:8,rand:1200},{id:"10828|193",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of Strength",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},str:12,rand:193},{id:10835,type:"Shield",slot:"offhand",r:51,q:"3",i:"56",name:"Crest of Supremacy",p:"inv_shield_04",agi:6,str:6,sta:7,block:35},{id:10847,type:"Sword",slot:"onehand",r:52,q:"4",i:"57",name:"Dragon's Call",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_38"},{id:11631,type:"Shield",slot:"offhand",r:47,q:"3",i:"52",name:"Stoneshell Guard",p:"inv_shield_02",str:6,sta:9,block:31},{id:11635,type:"Dagger",slot:"onehand",r:49,q:"3",i:"54",name:"Hookfang Shanker",speed:1.4,mindmg:35,maxdmg:65,p:"inv_weapon_shortblade_10",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:11785,type:"Shield",slot:"offhand",r:53,q:"3",i:"58",name:"Rock Golem Bulwark",p:"inv_shield_06",sta:10,resist:{nature:10},block:36},{id:11856,type:"Dagger",slot:"onehand",r:40,q:"2",i:"45",name:"Ceremonial Elven Blade",speed:1.8,mindmg:33,maxdmg:63,p:"inv_sword_13",agi:6,sta:3},{id:11863,type:"Fist",slot:"offhand",r:48,q:"2",i:"52",name:"White Bone Shredder",speed:1.4,mindmg:30,maxdmg:57,p:"ability_whirlwind",agi:7,str:4},{id:11915,type:"Shield",slot:"offhand",r:49,q:"2",i:"55",name:"Shizzle's Drizzle Blocker",p:"inv_shield_07",str:13,sta:1,block:29},{id:11922,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"Blood-etched Blade",speed:1.5,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_15",sta:12},{id:12061,type:"Sword",slot:"onehand",r:50,q:"2",i:"60",name:"Blade of Reckoning",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_26",ap:22},{id:12062,type:"Dagger",slot:"onehand",r:50,q:"2",i:"60",name:"Skilled Fighting Blade",speed:1.4,mindmg:35,maxdmg:65,p:"inv_sword_21",skill:4},{id:12248,type:"Dagger",slot:"onehand",r:29,q:"2",i:"34",name:"Daring Dirk",speed:1.6,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_15",agi:5},{id:12259,type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Glinting Steel Dagger",speed:1.5,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_05",ap:12},{id:12531,type:"Dagger",slot:"onehand",r:46,q:"3",i:"51",name:"Searing Needle",speed:1.8,mindmg:42,maxdmg:80,p:"inv_weapon_shortblade_03",proc:{magic:!0,dmg:60}},{id:12535,type:"Sword",slot:"onehand",r:49,q:"3",i:"54",name:"Doomforged Straightedge",speed:1.9,mindmg:47,maxdmg:89,p:"inv_sword_41",str:10,ap:12},{id:12582,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Keris of Zul'Serak",speed:1.8,mindmg:49,maxdmg:93,p:"inv_weapon_shortblade_12",proc:{magic:!0,procgcd:!0,tick:10,interval:"2000",duration:"10000"}},{id:12584,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Longsword",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:12590,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Felstriker",speed:1.7,mindmg:54,maxdmg:101,p:"inv_weapon_shortblade_25",proc:{spell:"Felstriker"}},{id:12602,type:"Shield",slot:"offhand",r:58,q:"3",i:"63",name:"Draconian Deflector",p:"inv_shield_20",sta:7,resist:{fire:10},d:10,block:40},{id:12774,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Dawn's Edge",speed:2.1,mindmg:53,maxdmg:100,p:"inv_axe_05",crit:1},{id:12777,type:"Sword",slot:"onehand",r:51,q:"3",i:"56",name:"Blazing Rapier",speed:1.7,mindmg:44,maxdmg:82,p:"inv_sword_30",proc:{magic:!0,tick:10,interval:"3000",duration:"30000"}},{id:12783,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:12939,type:"Sword",slot:"offhand",r:58,q:"3",i:"63",name:"Dal'Rend's Tribal Guardian",speed:1.8,mindmg:52,maxdmg:97,p:"inv_sword_40",d:7},{id:12976,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Ironpatch Blade",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",str:4,sta:2},{id:12990,type:"Axe",slot:"onehand",r:18,q:"3",i:"23",name:"Razor's Edge",speed:2.4,mindmg:25,maxdmg:48,p:"inv_weapon_halberd_08",str:4},{id:12997,type:"Shield",slot:"offhand",r:19,q:"3",i:"24",name:"Redbeard Crest",p:"inv_shield_02",str:6,sta:3,block:11},{id:13014,type:"Axe",slot:"onehand",r:48,q:"3",i:"53",name:"Axe of Rin'ji",speed:1.9,mindmg:46,maxdmg:87,p:"inv_axe_21",agi:5,sta:11},{id:13015,type:"Axe",slot:"onehand",r:56,q:"3",i:"61",name:"Serathil",speed:1.9,mindmg:53,maxdmg:99,p:"inv_axe_08",str:9},{id:13032,type:"Sword",slot:"onehand",r:22,q:"3",i:"27",name:"Sword of Corruption",speed:2.1,mindmg:25,maxdmg:47,p:"inv_sword_26",proc:{magic:!0,procgcd:!0,tick:10,interval:"1000",duration:"3000"}},{id:13033,type:"Sword",slot:"onehand",r:29,q:"3",i:"34",name:"Zealot Blade",speed:2.8,mindmg:43,maxdmg:81,p:"inv_sword_15"},{id:13034,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Speedsteel Rapier",speed:1.8,mindmg:35,maxdmg:66,p:"inv_sword_30",agi:8,sta:3},{id:13035,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Serpent Slicer",speed:2.5,mindmg:57,maxdmg:107,p:"inv_sword_33",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:13036,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Assassination Blade",speed:2.7,mindmg:71,maxdmg:132,p:"inv_sword_42",str:3,crit:1},{id:13079,type:"Shield",slot:"offhand",r:25,q:"3",i:"30",name:"Shield of Thorsen",p:"inv_shield_10",str:7,block:14},{id:13081,type:"Shield",slot:"offhand",r:33,q:"3",i:"38",name:"Skullance Shield",p:"inv_shield_02",agi:4,str:8,sta:5,block:19},{id:13082,type:"Shield",slot:"offhand",r:41,q:"3",i:"46",name:"Mountainside Buckler",p:"inv_shield_15",block:25},{id:13083,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Garrett Family Crest",p:"inv_shield_05",agi:5,block:39},{id:13182,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Phase Blade",speed:2.1,mindmg:55,maxdmg:103,p:"inv_sword_36",str:7,sta:12},{id:13183,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Venomspitter",speed:1.9,mindmg:52,maxdmg:98,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"2000",duration:"30000"}},{id:13198,type:"Fist",slot:"onehand",r:55,q:"3",i:"60",name:"Hurd Smasher",speed:1.8,mindmg:49,maxdmg:93,p:"inv_gauntlets_11"},{id:13204,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Bashguuder",speed:1.8,mindmg:49,maxdmg:93,p:"inv_mace_15",str:9,proc:{spell:"Rivenspike"}},{id:13205,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Rhombeard Protector",p:"inv_shield_14",block:38},{id:13218,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Fang of the Crystal Spider",speed:1.6,mindmg:45,maxdmg:84,p:"inv_weapon_shortblade_16"},{id:13243,type:"Shield",slot:"offhand",r:55,q:"3",i:"62",name:"Argent Defender",p:"inv_shield_05",block:39},{id:13245,type:"Shield",slot:"offhand",r:15,q:"3",i:"20",name:"Kresh's Back",p:"inv_shield_18",d:4,block:9},{id:13246,type:"Sword",slot:"onehand",r:55,q:"3",i:"62",name:"Argent Avenger",speed:2.2,mindmg:71,maxdmg:108,p:"inv_sword_05",proc:{spell:"Avenger"}},{id:13254,type:"Shield",slot:"offhand",r:51,q:"3",i:"56",name:"Astral Guard",p:"inv_shield_12",sta:6,block:35},{id:13286,type:"Axe",slot:"onehand",r:53,q:"3",i:"58",name:"Rivenspike",speed:2.9,mindmg:77,maxdmg:144,p:"inv_pick_05",proc:{spell:"Rivenspike"}},{id:13360,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Gift of the Elven Magi",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_15",sta:5},{id:13361,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Skullforge Reaver",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_12",proc:{magic:!0,tick:2,interval:"1000",duration:"30000"}},{id:13368,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Bonescraper",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_12",ap:30},{id:13375,type:"Shield",slot:"offhand",r:55,q:"3",i:"60",name:"Crest of Retribution",p:"inv_shield_19",block:38},{id:13399,type:"Fist",slot:"offhand",r:54,q:"3",i:"59",name:"Gargoyle Shredder Talons",speed:1.8,mindmg:49,maxdmg:91,p:"inv_gauntlets_11",proc:{tick:11,interval:"3000",duration:"30000",bleed:!0}},{id:13401,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Cruel Hand of Timmy",speed:1.8,mindmg:50,maxdmg:94,p:"inv_misc_bone_elfskull_01"},{id:13529,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Husk of Nerub'enkan",p:"inv_shield_02",sta:10,resist:{nature:15},block:38},{id:13964,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Witchblade",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25"},{id:13984,type:"Dagger",slot:"onehand",r:57,q:"3",i:"63",name:"Darrowspike",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_21",proc:{magic:!0,dmg:90}},{id:14002,type:"Shield",slot:"offhand",r:57,q:"3",i:"63",name:"Darrowshire Strongguard",p:"inv_shield_05",sta:8,resist:{nature:10,frost:10},block:40},{id:14151,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Chanting Blade",speed:1.5,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_25",agi:1,sta:1},{id:14487,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Bonechill Hammer",speed:2.4,mindmg:68,maxdmg:127,p:"inv_hammer_13",proc:{magic:!0,dmg:90}},{id:14555,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Alcor's Sunrazor",speed:1.3,mindmg:41,maxdmg:77,p:"inv_sword_34",resist:{fire:10},proc:{magic:!0,dmg:90}},{id:14607,type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Hawkeye's Buckler",p:"inv_shield_10",str:5,block:15},{id:14729,type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"War Paint Shield",p:"inv_shield_18",str:2,block:7},{id:14777,type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Ravager's Shield",p:"inv_shield_02",str:3,block:20},{id:14780,type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Khan's Buckler",p:"inv_shield_05",agi:3,sta:5,block:23},{id:14790,type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Protector Buckler",p:"inv_shield_02",agi:3,block:28},{id:14825,type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Symbolic Crest",p:"inv_shield_15",str:4,sta:7,block:19},{id:14842,type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Tyrant's Shield",p:"inv_shield_17",str:9,sta:5,block:23},{id:14852,type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Sunscale Shield",p:"inv_shield_02",str:5,sta:10,block:28},{id:"14902|684",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of the Tiger",p:"inv_shield_12",block:17,agi:6,str:6,rand:684},{id:"14902|1194",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of the Bear",p:"inv_shield_12",block:17,sta:6,str:6,rand:1194},{id:"14902|191",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of Strength",p:"inv_shield_12",block:17,str:10,rand:191},{id:"14912|690",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of the Tiger",p:"inv_shield_02",block:24,agi:8,str:8,rand:690},{id:"14912|1200",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of the Bear",p:"inv_shield_02",block:24,sta:8,str:8,rand:1200},{id:"14912|193",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of Strength",p:"inv_shield_02",block:24,str:12,rand:193},{id:"14916|693",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of the Tiger",p:"inv_shield_21",block:27,agi:9,str:9,rand:693},{id:"14916|1203",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of the Bear",p:"inv_shield_21",block:27,sta:9,str:9,rand:1203},{id:"14916|219",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of Strength",p:"inv_shield_21",block:27,str:13,rand:219},{id:"14930|693",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of the Tiger",p:"inv_shield_17",block:31,agi:9,str:9,rand:693},{id:"14930|1203",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of the Bear",p:"inv_shield_17",block:31,sta:9,str:9,rand:1203},{id:"14930|220",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of Strength",p:"inv_shield_17",block:31,str:14,rand:220},{id:"14947|690",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of the Tiger",p:"inv_shield_19",block:21,agi:8,str:8,rand:690},{id:"14947|1200",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of the Bear",p:"inv_shield_19",block:21,sta:8,str:8,rand:1200},{id:"14947|192",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of Strength",p:"inv_shield_19",block:21,str:11,rand:192},{id:"14954|690",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of the Tiger",p:"inv_shield_05",block:25,agi:8,str:8,rand:690},{id:"14954|1200",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of the Bear",p:"inv_shield_05",block:25,sta:8,str:8,rand:1200},{id:"14954|193",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of Strength",p:"inv_shield_05",block:25,str:12,rand:193},{id:"14964|693",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of the Tiger",p:"inv_shield_20",block:30,agi:9,str:9,rand:693},{id:"14964|1203",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of the Bear",p:"inv_shield_20",block:30,sta:9,str:9,rand:1203},{id:"14964|220",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of Strength",p:"inv_shield_20",block:30,str:14,rand:220},{id:"14973|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of the Tiger",p:"inv_shield_15",block:34,agi:10,str:10,rand:696},{id:"14973|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of the Bear",p:"inv_shield_15",block:34,sta:10,str:10,rand:1206},{id:"14973|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of Strength",p:"inv_shield_15",block:34,str:15,rand:307},{id:"14982|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of the Tiger",p:"inv_shield_02",block:38,agi:11,str:11,rand:699},{id:"14982|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of the Bear",p:"inv_shield_02",block:38,sta:11,str:11,rand:1209},{id:"14982|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of Strength",p:"inv_shield_02",block:38,str:16,rand:308},{id:"15113|675",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of the Tiger",p:"inv_shield_09",block:8,agi:3,str:3,rand:675},{id:"15113|1185",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of the Bear",p:"inv_shield_09",block:8,sta:3,str:3,rand:1185},{id:"15113|115",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of Strength",p:"inv_shield_09",block:8,str:5,rand:115},{id:15207,type:"Shield",slot:"offhand",r:17,q:"2",i:"20",name:"Steelcap Shield",p:"inv_shield_11",str:2,sta:2,block:7},{id:"15210|23",type:"Sword",slot:"onehand",r:11,q:"2",i:"16",name:"Raider Shortsword of Strength",speed:1.9,mindmg:11,maxdmg:20,p:"inv_sword_04",str:2,rand:23},{id:"15211|672",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Tiger",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",agi:2,str:2,rand:672},{id:"15211|1182",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Bear",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",sta:2,str:2,rand:1182},{id:"15211|24",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of Strength",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",str:3,rand:24},{id:"15213|678",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Tiger",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",agi:4,str:4,rand:678},{id:"15213|1188",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Bear",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",sta:4,str:4,rand:1188},{id:"15213|136",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of Strength",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",str:6,rand:136},{id:"15214|681",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Tiger",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",agi:5,str:5,rand:681},{id:"15214|1191",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Bear",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",sta:5,str:5,rand:1191},{id:"15214|155",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of Strength",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",str:7,rand:155},{id:"15216|684",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Tiger",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15216|1194",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Bear",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15216|190",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of Strength",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",str:9,rand:190},{id:"15217|684",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Tiger",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15217|1194",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Bear",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15217|191",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of Strength",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",str:10,rand:191},{id:"15218|687",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Tiger",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",agi:7,str:7,rand:687},{id:"15218|1197",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Bear",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",sta:7,str:7,rand:1197},{id:"15218|191",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of Strength",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",str:10,rand:191},{id:"15219|687",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Tiger",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",agi:7,str:7,rand:687},{id:"15219|1197",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Bear",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",sta:7,str:7,rand:1197},{id:"15219|192",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of Strength",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",str:11,rand:192},{id:"15221|690",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Tiger",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",agi:8,str:8,rand:690},{id:"15221|1200",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Bear",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",sta:8,str:8,rand:1200},{id:"15221|193",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of Strength",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",str:12,rand:193},{id:"15224|675",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Tiger",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:3,str:3,rand:675},{id:"15224|1185",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Bear",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:3,str:3,rand:1185},{id:"15224|97",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of Strength",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:4,rand:97},{id:"15227|684",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Tiger",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",agi:6,str:6,rand:684},{id:"15227|1194",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Bear",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",sta:6,str:6,rand:1194},{id:"15227|190",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of Strength",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",str:9,rand:190},{id:"15228|684",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Tiger",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"15228|1194",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Bear",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"15228|191",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of Strength",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",str:10,rand:191},{id:"15229|687",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Tiger",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",agi:7,str:7,rand:687},{id:"15229|1197",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Bear",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",sta:7,str:7,rand:1197},{id:"15229|191",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of Strength",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",str:10,rand:191},{id:"15231|678",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Tiger",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:4,str:4,rand:678},{id:"15231|1188",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Bear",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:4,str:4,rand:1188},{id:"15231|115",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of Strength",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",str:5,rand:115},{id:"15232|678",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Tiger",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",agi:4,str:4,rand:678},{id:"15232|1188",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Bear",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",sta:4,str:4,rand:1188},{id:"15232|115",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of Strength",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",str:5,rand:115},{id:"15235|684",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Tiger",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15235|1194",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Bear",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15235|190",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of Strength",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",str:9,rand:190},{id:"15236|684",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Tiger",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15236|1194",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Bear",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15236|191",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of Strength",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",str:10,rand:191},{id:"15237|687",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Tiger",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15237|1197",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Bear",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15237|191",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of Strength",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",str:10,rand:191},{id:"15238|687",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Tiger",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15238|1197",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Bear",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15238|192",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of Strength",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",str:11,rand:192},{id:"15239|690",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Tiger",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",agi:8,str:8,rand:690},{id:"15239|1200",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Bear",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",sta:8,str:8,rand:1200},{id:"15239|193",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of Strength",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",str:12,rand:193},{id:"15240|690",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Tiger",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",agi:8,str:8,rand:690},{id:"15240|1200",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Bear",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",sta:8,str:8,rand:1200},{id:"15240|193",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of Strength",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",str:12,rand:193},{id:"15241|675",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Tiger",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15241|1185",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Bear",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15241|97",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of Strength",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",str:4,rand:97},{id:"15242|675",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Tiger",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15242|1185",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Bear",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15242|115",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of Strength",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",str:5,rand:115},{id:"15243|678",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Tiger",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",agi:4,str:4,rand:678},{id:"15243|1188",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Bear",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",sta:4,str:4,rand:1188},{id:"15243|136",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of Strength",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",str:6,rand:136},{id:"15244|681",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Tiger",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",agi:5,str:5,rand:681},{id:"15244|1191",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Bear",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",sta:5,str:5,rand:1191},{id:"15244|155",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of Strength",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",str:7,rand:155},{id:"15245|684",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Tiger",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",agi:6,str:6,rand:684},{id:"15245|1194",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Bear",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",sta:6,str:6,rand:1194},{id:"15245|190",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of Strength",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",str:9,rand:190},{id:"15246|690",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Tiger",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15246|1200",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Bear",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15246|193",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of Strength",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15247|690",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Tiger",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15247|1200",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Bear",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15247|193",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of Strength",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15307|672",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"15307|1182",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"15307|97",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:15466,type:"Shield",slot:"offhand",r:24,q:"2",i:"28",name:"Clink Shield",p:"inv_shield_21",agi:2,str:3,sta:4,block:10},{id:"15486|669",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of the Tiger",p:"inv_shield_08",block:4,agi:1,str:1,rand:669},{id:"15486|1179",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of the Bear",p:"inv_shield_08",block:4,sta:1,str:1,rand:1179},{id:"15486|6",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of Strength",p:"inv_shield_08",block:4,str:1,rand:6},{id:"15494|672",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of the Tiger",p:"inv_shield_14",block:6,agi:2,str:2,rand:672},{id:"15494|1182",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of the Bear",p:"inv_shield_14",block:6,sta:2,str:2,rand:1182},{id:"15494|24",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of Strength",p:"inv_shield_14",block:6,str:3,rand:24},{id:"15504|675",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of the Tiger",p:"inv_shield_10",block:8,agi:3,str:3,rand:675},{id:"15504|1185",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of the Bear",p:"inv_shield_10",block:8,sta:3,str:3,rand:1185},{id:"15504|115",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of Strength",p:"inv_shield_10",block:8,str:5,rand:115},{id:"15512|675",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of the Tiger",p:"inv_shield_11",block:9,agi:3,str:3,rand:675},{id:"15512|1185",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of the Bear",p:"inv_shield_11",block:9,sta:3,str:3,rand:1185},{id:"15512|115",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of Strength",p:"inv_shield_11",block:9,str:5,rand:115},{id:"15522|678",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of the Tiger",p:"inv_shield_07",block:11,agi:4,str:4,rand:678},{id:"15522|1188",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of the Bear",p:"inv_shield_07",block:11,sta:4,str:4,rand:1188},{id:"15522|136",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of Strength",p:"inv_shield_07",block:11,str:6,rand:136},{id:"15530|681",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of the Tiger",p:"inv_shield_09",block:12,agi:5,str:5,rand:681},{id:"15530|1191",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of the Bear",p:"inv_shield_09",block:12,sta:5,str:5,rand:1191},{id:"15530|155",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of Strength",p:"inv_shield_09",block:12,str:7,rand:155},{id:"15543|681",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"15543|1191",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"15543|189",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of Strength",p:"inv_shield_09",block:13,str:8,rand:189},{id:"15552|681",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of the Tiger",p:"inv_shield_07",block:14,agi:5,str:5,rand:681},{id:"15552|1191",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of the Bear",p:"inv_shield_07",block:14,sta:5,str:5,rand:1191},{id:"15552|189",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of Strength",p:"inv_shield_07",block:14,str:8,rand:189},{id:"15563|684",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of the Tiger",p:"inv_shield_07",block:15,agi:6,str:6,rand:684},{id:"15563|1194",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of the Bear",p:"inv_shield_07",block:15,sta:6,str:6,rand:1194},{id:"15563|190",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of Strength",p:"inv_shield_07",block:15,str:9,rand:190},{id:"15569|684",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of the Tiger",p:"inv_shield_06",block:17,agi:6,str:6,rand:684},{id:"15569|1194",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of the Bear",p:"inv_shield_06",block:17,sta:6,str:6,rand:1194},{id:"15569|191",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of Strength",p:"inv_shield_06",block:17,str:10,rand:191},{id:15695,type:"Shield",slot:"offhand",r:32,q:"2",i:"38",name:"Studded Ring Shield",p:"inv_shield_07",str:6,sta:4,block:15},{id:15705,type:"Sword",slot:"onehand",r:49,q:"2",i:"57",name:"Tidecrest Blade",speed:2.6,mindmg:62,maxdmg:115,p:"inv_sword_39",str:8},{id:15706,type:"Dagger",slot:"onehand",r:49,q:"2",i:"57",name:"Hunt Tracker Blade",speed:1.5,mindmg:35,maxdmg:66,p:"inv_weapon_shortblade_15",agi:8},{id:15806,type:"Sword",slot:"onehand",r:55,q:"3",i:"61",name:"Mirah's Song",speed:1.8,mindmg:57,maxdmg:87,p:"inv_sword_34",agi:9,str:9},{id:15814,type:"Sword",slot:"onehand",r:54,q:"2",i:"60",name:"Hameya's Slayer",speed:2,mindmg:57,maxdmg:86,p:"inv_sword_34",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:15853,type:"Axe",slot:"onehand",r:57,q:"3",i:"60",name:"Windreaper",speed:2.3,mindmg:63,maxdmg:118,p:"inv_axe_08",proc:{magic:!0,tick:10,interval:"2000",duration:"20000"}},{id:15862,type:"Axe",slot:"onehand",r:50,q:"2",i:"54",name:"Blitzcleaver",speed:2.2,mindmg:49,maxdmg:92,p:"inv_weapon_halberd_06",ap:20},{id:"15887|696",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of the Tiger",p:"inv_shield_04",block:36,agi:10,str:10,rand:696},{id:"15887|1206",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of the Bear",p:"inv_shield_04",block:36,sta:10,str:10,rand:1206},{id:"15887|307",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of Strength",p:"inv_shield_04",block:36,str:15,rand:307},{id:"15888|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of the Tiger",p:"inv_misc_head_dragon_01",block:34,agi:10,str:10,rand:696},{id:"15888|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of the Bear",p:"inv_misc_head_dragon_01",block:34,sta:10,str:10,rand:1206},{id:"15888|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of Strength",p:"inv_misc_head_dragon_01",block:34,str:15,rand:307},{id:"15889|696",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of the Tiger",p:"spell_nature_lightningshield",block:31,agi:10,str:10,rand:696},{id:"15889|1206",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of the Bear",p:"spell_nature_lightningshield",block:31,sta:10,str:10,rand:1206},{id:"15889|307",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of Strength",p:"spell_nature_lightningshield",block:31,str:15,rand:307},{id:15892,type:"Shield",slot:"offhand",r:27,q:"2",i:"32",name:"Slayer's Shield",p:"inv_shield_15",agi:3,str:6,block:12},{id:15894,type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Bristlebark Buckler",p:"inv_shield_09",agi:2,block:9},{id:15943,type:"Shield",slot:"offhand",r:56,q:"2",i:"61",name:"Imbued Shield",p:"inv_shield_10",str:3,sta:14,block:35},{id:15990,type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Enduring Shield",p:"inv_shield_05",agi:3,str:6,sta:4,block:16},{id:15991,type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Warleader's Shield",p:"inv_shield_07",agi:4,sta:14,block:36},{id:16345,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:16660,type:"Shield",slot:"offhand",r:23,q:"2",i:"27",name:"Driftmire Shield",p:"inv_shield_16",str:2,sta:3,block:10},{id:16886,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Outlaw Sabre",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_33",ap:15},{id:16890,type:"Sword",slot:"onehand",r:20,q:"2",i:"24",name:"Slatemetal Cutlass",speed:2.2,mindmg:19,maxdmg:35,p:"inv_sword_33",agi:2,str:2},{id:16998,type:"Shield",slot:"offhand",r:56,q:"3",i:"62",name:"Sacred Protector",p:"inv_shield_06",sta:15,block:39},{id:17002,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Ichor Spitter",speed:2.4,mindmg:61,maxdmg:114,p:"inv_weapon_halberd_05",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:17046,type:"Axe",slot:"onehand",r:18,q:"2",i:"31",name:"Gutterblade",speed:2.2,mindmg:25,maxdmg:46,p:"inv_axe_23",str:3,sta:3},{id:17054,type:"Sword",slot:"onehand",r:45,q:"3",i:"50",name:"Joonho's Mercy",speed:2.1,mindmg:49,maxdmg:91,p:"inv_sword_41",proc:{magic:!0,dmg:70}},{id:17055,type:"Mace",slot:"onehand",r:45,q:"3",i:"50",name:"Changuk Smasher",speed:1.9,mindmg:44,maxdmg:83,p:"inv_hammer_17",sta:6},{id:17068,type:"Axe",slot:"onehand",r:60,q:"4",i:"75",name:"Deathbringer",speed:2.9,mindmg:114,maxdmg:213,p:"inv_axe_09",proc:{magic:!0,procgcd:!0,dmg:125,ppm:.8}},{id:17070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Fang of the Mystics",speed:1.5,mindmg:39,maxdmg:86,p:"inv_weapon_shortblade_06"},{id:17075,type:"Sword",slot:"onehand",r:60,q:"4",i:"74",name:"Vis'kag the Bloodletter",speed:2.6,mindmg:100,maxdmg:187,p:"inv_sword_18",proc:{dmg:240,ppm:.6}},{id:17105,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Aurastone Hammer",speed:2.7,mindmg:79,maxdmg:162,p:"inv_hammer_05",sta:10},{id:17106,type:"Shield",slot:"offhand",r:60,q:"4",i:"75",name:"Malistar's Defender",p:"inv_shield_08",sta:9,block:52},{id:17705,type:"Sword",slot:"onehand",r:45,q:"3",i:"53",name:"Thrash Blade",speed:2.7,mindmg:66,maxdmg:124,p:"inv_sword_36",proc:{extra:1}},{id:17738,type:"Fist",slot:"offhand",r:47,q:"3",i:"52",name:"Claw of Celebras",speed:1.8,mindmg:43,maxdmg:81,p:"ability_whirlwind",proc:{magic:!0,tick:9,interval:"2000",duration:"20000"}},{id:17752,type:"Dagger",slot:"onehand",r:45,q:"3",i:"50",name:"Satyr's Lash",speed:1.7,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_09",proc:{magic:!0,procgcd:!0,dmg:70}},{id:18168,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"Force Reactive Disk",p:"spell_arcane_portaldarnassus",sta:11,block:44},{id:18202,type:"Fist",slot:"offhand",r:60,q:"4",i:"66",name:"Eskhandar's Left Claw",speed:1.5,mindmg:50,maxdmg:94,p:"inv_misc_monsterclaw_04",agi:4,proc:{tick:15,interval:"3000",duration:"30000"}},{id:18347,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Well Balanced Axe",speed:1.9,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:11},{id:18376,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Timeworn Mace",speed:2.2,mindmg:62,maxdmg:117,p:"inv_mace_07",str:7,sta:11},{id:18392,type:"Dagger",slot:"offhand",r:57,q:"3",i:"62",name:"Distracting Dagger",speed:1.3,mindmg:42,maxdmg:64,p:"inv_weapon_shortblade_05",skill:6},{id:18463,type:"Sword",slot:"onehand",r:55,q:"2",i:"60",name:"Ogre Pocket Knife",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_04",sta:7,ap:16},{id:18484,type:"Sword",slot:"onehand",r:56,q:"3",i:"61",name:"Cho'Rush's Blade",speed:2.4,mindmg:67,maxdmg:125,p:"inv_weapon_shortblade_04",ap:28},{id:18498,type:"Axe",slot:"onehand",r:55,q:"3",i:"60",name:"Hedgecutter",speed:1.9,mindmg:60,maxdmg:90,p:"inv_axe_11",str:5,sta:12},{id:18499,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Barrier Shield",p:"inv_shield_10",block:39},{id:18535,type:"Shield",slot:"offhand",r:56,q:"3",i:"59",name:"Milli's Shield",p:"inv_shield_12",sta:7,block:37},{id:18673,type:"Shield",slot:"offhand",r:54,q:"3",i:"59",name:"Avalanchion's Stony Hide",p:"inv_shield_03",sta:16,block:37},{id:18683,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"Hammer of the Vesper",speed:2.5,mindmg:70,maxdmg:131,p:"inv_hammer_13",str:7,sta:12},{id:18696,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Intricately Runed Shield",p:"inv_shield_02",sta:8,block:39},{id:18737,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Bone Slicing Hatchet",speed:1.7,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:13,sta:5},{id:18756,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Dreadguard's Protector",p:"inv_shield_17",str:18,sta:5,block:39},{id:18758,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Specter's Blade",speed:1.8,mindmg:51,maxdmg:96,p:"inv_weapon_shortblade_18",ap:45},{id:18805,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Core Hound Tooth",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9,crit:1,ap:20},{id:18816,type:"Dagger",slot:"onehand",r:60,q:"4",i:"77",name:"Perdition's Blade",speed:1.8,mindmg:73,maxdmg:137,p:"inv_sword_48",proc:{magic:!0,dmg:48}},{id:18825,type:"Shield",slot:"offhand",r:60,q:"4",i:"78",name:"Grand Marshal's Aegis",p:"inv_shield_05",str:10,sta:23,block:55},{id:18826,type:"Shield",slot:"offhand",r:60,q:"4",i:"78",name:"High Warlord's Shield Wall",p:"inv_shield_19",str:10,sta:23,block:55},{id:18827,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Handaxe",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_24",sta:7,crit:1,ap:28},{id:18828,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Cleaver",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_02",sta:7,crit:1,ap:28},{id:18838,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Dirk",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_26",sta:7,crit:1,ap:28},{id:18840,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Razor",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_13",sta:7,crit:1,ap:28},{id:18847,type:"Fist",slot:"offhand",r:60,q:"4",i:"78",name:"Grand Marshal's Left Hand Blade",speed:2.9,mindmg:138,maxdmg:207,p:"ability_rogue_rupture",sta:7,crit:1,ap:28},{id:18848,type:"Fist",slot:"offhand",r:60,q:"4",i:"78",name:"High Warlord's Left Claw",speed:2.9,mindmg:138,maxdmg:207,p:"inv_misc_monsterclaw_04",sta:7,crit:1,ap:28},{id:18865,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Punisher",speed:2.9,mindmg:138,maxdmg:207,p:"inv_mace_13",sta:7,crit:1,ap:28},{id:18866,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Bludgeon",speed:2.9,mindmg:138,maxdmg:207,p:"inv_hammer_20",sta:7,crit:1,ap:28},{id:19019,type:"Sword",slot:"onehand",r:60,q:"5",i:"80",name:"Thunderfury Blessed Blade of the Windseeker",speed:1.9,mindmg:60,maxdmg:145,p:"inv_sword_39",agi:5,sta:8,resist:{fire:8,nature:9},proc:{magic:!0,binaryspell:!0,dmg:300,ppm:6}},{id:19040,type:"Sword",slot:"onehand",r:45,q:"2",i:"48",name:"Zorbin's Mega-Slicer",speed:2.3,mindmg:46,maxdmg:86,p:"inv_sword_36",agi:6,sta:5},{id:19099,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Glacial Blade",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_06",agi:10,proc:{magic:!0,dmg:45}},{id:19100,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Electrified Dagger",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_15",agi:10,proc:{magic:!0,procgcd:!0,dmg:45}},{id:19103,type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Frostbite",speed:2.7,mindmg:80,maxdmg:150,p:"inv_axe_22",str:15},{id:19104,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"Stormstrike Hammer",speed:2.7,mindmg:80,maxdmg:150,p:"inv_hammer_21",str:15},{id:19110,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Cold Forged Blade",speed:2.6,mindmg:75,maxdmg:140,p:"inv_sword_47",agi:5,sta:13},{id:19166,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:19168,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:19170,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Hand",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200,ppm:.4}},{id:19321,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"The Immovable Object",p:"spell_frost_chillingarmor",sta:15,block:44},{id:19324,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"The Lobotomizer",speed:1.8,mindmg:59,maxdmg:111,p:"inv_sword_29",proc:{dmg:250,binaryspell:!0}},{id:"19921|690",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Tiger",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,agi:8,str:8,rand:690},{id:"19921|1200",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Bear",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,sta:8,str:8,rand:1200},{id:"19921|193",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of Strength",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,str:12,rand:193},{id:20035,type:"Dagger",slot:"onehand",r:50,q:"3",i:"52",name:"Glacial Spike",speed:1.3,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_06"},{id:20070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Sageclaw",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20214,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Mindfang",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20577,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Nightmare Blade",speed:2.7,mindmg:99,maxdmg:185,p:"inv_sword_44",sta:9,ap:32},{id:20578,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Emerald Dragonfang",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_22",agi:12,proc:{magic:!0,dmg:96}},{id:20657,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Crystal Tipped Stiletto",speed:1.9,mindmg:52,maxdmg:98,p:"inv_weapon_shortblade_27",sta:5,ap:24},{id:20666,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Hardened Steel Warhammer",speed:2.6,mindmg:74,maxdmg:138,p:"inv_hammer_14",sta:10},{id:20675,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Soulrender",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:20688,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"Earthen Guard",p:"inv_shield_15",sta:19,d:7,block:44},{id:21242,type:"Axe",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Axe",speed:2.6,mindmg:110,maxdmg:205,p:"inv_axe_26",sta:9,crit:1,ap:14},{id:21244,type:"Dagger",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji Pugio",speed:1.7,mindmg:72,maxdmg:134,p:"inv_weapon_shortblade_35",sta:7,crit:1,hit:1,ap:18},{id:21268,type:"Mace",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Hammer",speed:2.1,mindmg:89,maxdmg:166,p:"inv_mace_24",str:10,sta:12,d:8},{id:21269,type:"Shield",slot:"offhand",r:60,q:"4",i:"79",name:"Blessed Qiraji Bulwark",p:"inv_shield_23",sta:20,block:55,d:8},{id:21392,type:"Axe",slot:"onehand",r:60,q:"4",i:"70",name:"Sickle of Unyielding Strength",speed:2.1,mindmg:75,maxdmg:141,p:"inv_axe_15",agi:6,str:15,sta:9,d:4},{id:21520,type:"Sword",slot:"onehand",r:60,q:"4",i:"76",name:"Ravencrest's Legacy",speed:2.1,mindmg:84,maxdmg:157,p:"inv_sword_49",agi:9,str:13,sta:14},{id:21522,type:"Dagger",slot:"onehand",r:60,q:"4",i:"76",name:"Shadowsong's Sorrow",speed:1.7,mindmg:68,maxdmg:127,p:"inv_weapon_shortblade_25",agi:13,str:9,sta:14},{id:22198,type:"Shield",slot:"offhand",r:60,q:"4",i:"70",name:"Jagged Obsidian Shield",p:"inv_shield_22",block:48},{id:22266,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"Flarethorn",speed:1.8,mindmg:47,maxdmg:88,p:"inv_spear_01"},{id:22317,type:"Fist",slot:"onehand",r:56,q:"3",i:"61",name:"Lefty's Brass Knuckle",speed:1.5,mindmg:42,maxdmg:78,p:"inv_gauntlets_11",agi:12,str:5},{id:22322,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Jaw Breaker",speed:1.6,mindmg:45,maxdmg:84,p:"inv_mace_15",crit:1},{id:22336,type:"Shield",slot:"offhand",r:58,q:"3",i:"63",name:"Draconian Aegis of the Legion",p:"inv_shield_02",sta:7,block:40},{id:22377,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"The Thunderwood Poker",speed:1.8,mindmg:53,maxdmg:100,p:"inv_sword_17",agi:13,sta:6},{id:22378,type:"Sword",slot:"onehand",r:60,q:"3",i:"65",name:"Ravenholdt Slicer",speed:2.8,mindmg:83,maxdmg:156,p:"inv_sword_38",sta:6,ap:26},{id:23132,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Lord Blackwood's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:23168,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Scorn's Focal Dagger",speed:1.4,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_07"},{id:23451,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Mageblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23454,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Warhammer",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23456,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Swiftblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:23464,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Battle Mace",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23466,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Spellblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23467,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Quickblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:24222,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"The Shadowfoot Stabber",speed:1.8,mindmg:47,maxdmg:88,p:"inv_weapon_shortblade_18",sta:8,ap:18},{id:209424,type:"Shield",slot:"offhand",r:25,q:"3",i:"30",name:"Shell Plate Barrier",p:"inv_shield_18",str:12,block:14},{id:209436,type:"Dagger",slot:"onehand",r:25,q:"3",i:"35",name:"Chipped Bite of Serra'kis",speed:1.8,mindmg:29,maxdmg:55,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:209580,type:"Fist",slot:"offhand",r:25,q:"3",i:"33",name:"Gusting Wind",speed:1.4,mindmg:21,maxdmg:38,p:"inv_gauntlets_04",proc:{magic:!0,dmg:16}},{id:209691,type:"Dagger",slot:"offhand",r:25,q:"3",i:"33",name:"Vampiric Boot Knife",speed:1.3,mindmg:20,maxdmg:35,p:"inv_weapon_shortblade_02",proc:{magic:!0,dmg:11,coeff:1}},{id:211460,type:"Shield",slot:"offhand",r:0,q:"3",i:"33",name:"Ancient Arctic Buckler",p:"inv_shield_02",sta:7,resist:{frost:5},block:15},{id:212582,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Protector's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_27",str:6,sta:3},{id:212583,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Sentinel's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_14",agi:6,sta:3},{id:212586,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Legionnaire's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_31",str:6,sta:3},{id:212587,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Scout's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_15",agi:6,sta:3},{id:213105,type:"Mace",slot:"onehand",r:40,q:"3",i:"40",name:"Shawarmageddon",speed:2.6,mindmg:50,maxdmg:93,p:"inv_misc_food_13",proc:{spell:"Spicy"}},{id:213291,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Toxic Revenger II",speed:1.8,mindmg:43,maxdmg:80,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:31,interval:"5000",duration:"15000"}},{id:213295,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Ultrasonic Vibroblade",speed:2.3,mindmg:49,maxdmg:91,p:"inv_axe_14",proc:{spell:"Ultrasonic"}},{id:213297,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Oscillating Blasthammer",speed:2.4,mindmg:52,maxdmg:94,p:"inv_hammer_08",str:5,sta:7,d:4},{id:213351,type:"Shield",slot:"offhand",r:40,q:"3",i:"45",name:"Irradiated Tower Shield",p:"inv_misc_ticket_tarot_twistingnether_01",sta:5,block:24},{id:213390,type:"Shield",slot:"offhand",r:40,q:"4",i:"45",name:"Whirling Truesilver Gearwall",p:"ability_warrior_criticalblock",str:9,sta:10,block:29},{id:213412,type:"Shield",slot:"offhand",r:40,q:"4",i:"45",name:"Dielectric Safety Shield",speed:2,p:"trade_engineering",block:29},{id:213442,type:"Fist",slot:"offhand",r:40,q:"3",i:"45",name:"Cogmaster's Claw",speed:2.8,mindmg:60,maxdmg:111,p:"inv_gauntlets_11",agi:6,str:6,sta:5},{id:213560,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Mechanostrider Muffler",speed:2.4,mindmg:51,maxdmg:95,p:"inv_gizmo_pipe_04",sta:7,ap:16},{id:216496,type:"Mace",slot:"onehand",r:40,q:"4",i:"40",name:"Sanguine Skullcrusher",speed:2.3,mindmg:50,maxdmg:93,p:"inv_misc_bone_humanskull_01",agi:6,str:10},{id:216679,type:"Axe",slot:"offhand",r:0,q:"3",i:"40",name:"Shoni's Dismantling Tool",speed:1.9,mindmg:37,maxdmg:68,p:"inv_misc_wrench_01"},{id:220574,type:"Axe",slot:"onehand",r:50,q:"4",i:"55",name:"Sharpened Tooth of Eranikus",speed:2.5,mindmg:70,maxdmg:131,p:"inv_axe_07",str:11,hit:1},{id:220575,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Eater of the Damned",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",ap:39},{id:220576,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Axe of the Atal'ai Executioner",speed:2.7,mindmg:69,maxdmg:128,p:"inv_axe_21",sta:6,ap:20},{id:220577,type:"Mace",slot:"onehand",r:50,q:"4",i:"55",name:"Might of the Blood Loa",speed:2.4,mindmg:68,maxdmg:125,p:"inv_mace_11",str:6,sta:15},{id:220578,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Fist of the Forsaken",speed:1.4,mindmg:38,maxdmg:72,p:"inv_hammer_11",proc:{magic:!0,dmg:40,coeff:1}},{id:220581,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Snake Clobberer",speed:2.7,mindmg:74,maxdmg:137,p:"inv_wand_10",agi:8,str:10,sta:6},{id:220582,type:"Sword",slot:"onehand",r:50,q:"4",i:"55",name:"Dragon's Cry",speed:2.6,mindmg:73,maxdmg:136,p:"inv_sword_38",sta:8,ap:16},{id:220583,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Vile Blade of the Wretched",speed:2.1,mindmg:54,maxdmg:100,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"},hit:1},{id:220584,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Flamebreath Blade",speed:2.2,mindmg:56,maxdmg:104,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:220585,type:"Dagger",slot:"onehand",r:50,q:"4",i:"55",name:"Degraded Dire Nail",speed:1.7,mindmg:48,maxdmg:89,p:"inv_weapon_shortblade_30",agi:11,str:11},{id:220589,type:"Fist",slot:"offhand",r:50,q:"4",i:"55",name:"Serpent's Striker",speed:1.5,mindmg:42,maxdmg:78,p:"inv_weapon_hand_01",agi:9,sta:7,proc:{magic:!0,dmg:51}},{id:220600,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Crest of Preeminence",p:"inv_shield_04",str:8,sta:11,block:36},{id:220601,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Hakkari Witch Doctor's Guard",p:"inv_shield_12",block:36},{id:220602,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Sewer Turtle Half-Shell",p:"inv_shield_18",sta:8,block:36},{id:220674,type:"Dagger",slot:"onehand",r:50,q:"4",i:"53",name:"Debased Stealthblade",speed:1.3,mindmg:35,maxdmg:65,p:"inv_sword_41"},{id:221468,type:"Shield",slot:"offhand",r:50,q:"4",i:"50",name:"Wall of Whispers",p:"inv_shield_12",sta:6,block:34},{id:223197,type:"Shield",slot:"offhand",r:50,q:"3",i:"55",name:"Defender of the Wilds",p:"inv_shield_04",sta:12,block:34},{id:223329,type:"Dagger",slot:"onehand",r:0,q:"3",i:"55",name:"Lifeforce Dirk",speed:1.6,mindmg:41,maxdmg:76,p:"inv_sword_21",agi:4,sta:11},{id:223520,type:"Sword",slot:"onehand",r:48,q:"3",i:"56",name:"Inventor's Focal Sword",speed:1.4,mindmg:32,maxdmg:61,p:"inv_sword_14",crit:1},{id:223527,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gahz'rilla Fang",speed:1.8,mindmg:40,maxdmg:74,p:"inv_misc_monsterfang_01"},{id:223545,type:"Shield",slot:"offhand",r:48,q:"3",i:"53",name:"Gizlock's Hypertech Buckler",p:"inv_shield_10",sta:5,block:32},{id:224409,type:"Fist",slot:"offhand",r:50,q:"4",i:"55",name:"Serpent's Striker",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_hand_01",agi:9,sta:7,proc:{magic:!0,dmg:51}},{id:227832,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Tempered Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:227840,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Implacable Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:227842,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Fist",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200}},{id:227884,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Deadly Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:227951,type:"Fist",slot:"onehand",r:51,q:"3",i:"56",name:"Bloodfist",speed:1.5,mindmg:38,maxdmg:72,p:"inv_gauntlets_11",proc:{dmg:20}},{id:227968,type:"Fist",slot:"onehand",r:50,q:"3",i:"56",name:"Rockfist",speed:1.4,mindmg:32,maxdmg:60,p:"inv_gauntlets_11",str:10},{id:228015,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Frightalon",speed:1.4,mindmg:39,maxdmg:73,p:"inv_weapon_shortblade_16"},{id:228026,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Blade of Blackwood",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:228035,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Lord Blackwood's Buckler",p:"inv_shield_02",sta:10,block:39},{id:228037,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Rattlecage Buckler",p:"inv_shield_02",sta:7,resist:{shadow:7},block:39},{id:228056,type:"Sword",slot:"onehand",r:54,q:"3",i:"59",name:"Fiendish Machete",speed:2.4,mindmg:74,maxdmg:112,p:"inv_sword_18",agi:5},{id:228064,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Observer's Shield",p:"inv_shield_13",sta:9,block:38},{id:228082,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Warsong Axe",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:228090,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Cenarion Ritual Dagger",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25",sta:4},{id:228106,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Shield of Life and Death",p:"inv_shield_02",sta:8,resist:{shadow:7},block:39},{id:228139,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Fist of the Firesworn",speed:2.7,mindmg:95,maxdmg:178,p:"spell_fire_flametounge",sta:10},{id:228142,type:"Shield",slot:"offhand",r:60,q:"4",i:"67",name:"Earth and Fire",p:"inv_shield_10",sta:9,block:46},{id:228146,type:"Fist",slot:"offhand",r:60,q:"4",i:"66",name:"Magmadar's Left Claw",speed:2.5,mindmg:84,maxdmg:156,p:"inv_misc_monsterclaw_03",agi:6,sta:8,crit:1},{id:228162,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Deceit",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9},{id:228169,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"The Attitude Adjustor",speed:2.5,mindmg:53,maxdmg:99,p:"inv_misc_wrench_01"},{id:228265,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Brutality Blade",speed:2.5,mindmg:92,maxdmg:171,p:"inv_sword_15",agi:10,str:10,crit:1},{id:228266,type:"Shield",slot:"offhand",r:60,q:"4",i:"68",name:"Drillborer Disk",p:"inv_shield_10",sta:11,block:47},{id:228267,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Gutgore Ripper",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_18",proc:{magic:!0,dmg:151}}],twohand:[{id:647,type:"Sword",slot:"twohand",r:52,q:"4",i:"57",name:"Destiny",speed:2.6,mindmg:112,maxdmg:168,p:"inv_sword_19",proc:{spell:"Destiny"}},{id:756,type:"Axe",slot:"twohand",r:24,q:"2",i:"29",name:"Tunnel Pick",speed:3.1,mindmg:49,maxdmg:74,p:"inv_pick_02",agi:7,sta:7},{id:791,type:"Staff",slot:"twohand",r:26,q:"3",i:"31",name:"Gnarled Ash Staff",speed:3.2,mindmg:65,maxdmg:99,p:"inv_staff_02",sta:6},{id:812,type:"Staff",slot:"twohand",r:49,q:"4",i:"54",name:"Glowing Brightwood Staff",speed:3.1,mindmg:127,maxdmg:191,p:"inv_staff_29",sta:15,resist:{nature:15}},{id:"866|702",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of the Tiger",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",agi:12,str:12,rand:702},{id:"866|1209",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of the Bear",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",sta:11,str:11,rand:1209},{id:"866|311",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of Strength",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",str:19,rand:311},{id:870,type:"Axe",slot:"twohand",r:35,q:"4",i:"40",name:"Fiery War Axe",speed:2.9,mindmg:93,maxdmg:141,p:"inv_axe_02",proc:{magic:!0,procgcd:!0,dmg:176,tick:8,interval:"2000",duration:"6000"}},{id:872,type:"Axe",slot:"twohand",r:16,q:"2",i:"21",name:"Rockslicer",speed:3.3,mindmg:36,maxdmg:55,p:"inv_throwingaxe_01",str:7},{id:873,type:"Staff",slot:"twohand",r:35,q:"4",i:"40",name:"Staff of Jordan",speed:3.7,mindmg:119,maxdmg:180,p:"inv_staff_13"},{id:890,type:"Staff",slot:"twohand",r:19,q:"3",i:"24",name:"Twisted Chanter's Staff",speed:3.4,mindmg:55,maxdmg:84,p:"inv_staff_04",sta:6},{id:911,type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Ironwood Treebranch",speed:3.4,mindmg:45,maxdmg:69,p:"inv_mace_01",str:8,sta:2},{id:913,type:"Sword",slot:"twohand",r:24,q:"2",i:"29",name:"Huge Ogre Sword",speed:3.8,mindmg:60,maxdmg:90,p:"inv_sword_13",str:11},{id:937,type:"Staff",slot:"twohand",r:33,q:"3",i:"38",name:"Black Duskwood Staff",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_13",proc:{magic:!0,procgcd:!0,dmg:125}},{id:943,type:"Staff",slot:"twohand",r:43,q:"4",i:"48",name:"Warden Staff",speed:2.4,mindmg:89,maxdmg:134,p:"inv_staff_29",sta:11,d:10},{id:944,type:"Staff",slot:"twohand",r:56,q:"4",i:"61",name:"Elemental Mage Staff",speed:3.2,mindmg:147,maxdmg:221,p:"inv_staff_07",resist:{fire:20,frost:20}},{id:1155,type:"Staff",slot:"twohand",r:24,q:"3",i:"29",name:"Rod of the Sleepwalker",speed:2.8,mindmg:53,maxdmg:80,p:"inv_staff_06"},{id:1218,type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Heavy Gnoll War Club",speed:3.7,mindmg:40,maxdmg:61,p:"inv_mace_14",agi:-10,str:10},{id:1220,type:"Axe",slot:"twohand",r:15,q:"2",i:"20",name:"Lupine Axe",speed:2.3,mindmg:24,maxdmg:36,p:"inv_axe_14",agi:6},{id:1263,type:"Axe",slot:"twohand",r:55,q:"4",i:"60",name:"Brain Hacker",speed:2.1,mindmg:95,maxdmg:143,p:"inv_weapon_halberd_10",proc:{dmg:250}},{id:1264,type:"Mace",slot:"twohand",r:22,q:"2",i:"26",name:"Headbasher",speed:2.3,mindmg:32,maxdmg:49,p:"inv_mace_07",str:8,sta:3},{id:1317,type:"Staff",slot:"twohand",r:22,q:"2",i:"25",name:"Hardened Root Staff",speed:3.3,mindmg:44,maxdmg:67,p:"inv_staff_16",str:1},{id:1318,type:"Axe",slot:"twohand",r:18,q:"3",i:"23",name:"Night Reaver",speed:3.3,mindmg:53,maxdmg:83,p:"inv_throwingaxe_06",proc:{magic:!0,procgcd:!0,dmg:75}},{id:1387,type:"Sword",slot:"twohand",r:14,q:"2",i:"19",name:"Ghoulfang",speed:3.6,mindmg:36,maxdmg:54,p:"inv_sword_07",proc:{magic:!0,procgcd:!0,dmg:35}},{id:1406,type:"Polearm",slot:"twohand",r:20,q:"2",i:"21",name:"Pearl-encrusted Spear",speed:3.2,mindmg:35,maxdmg:53,p:"inv_spear_06",agi:6,sta:3},{id:1455,type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Blackrock Champion's Axe",speed:3.2,mindmg:41,maxdmg:62,p:"inv_weapon_halbard_01",str:8},{id:1458,type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Shadowhide Maul",speed:3,mindmg:36,maxdmg:55,p:"inv_hammer_16",str:6,sta:3},{id:1460,type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Shadowhide Two-handed Sword",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_46",str:4,sta:4},{id:1461,type:"Axe",slot:"twohand",r:20,q:"2",i:"25",name:"Slayer's Battle Axe",speed:2.9,mindmg:39,maxdmg:59,p:"inv_throwingaxe_06",agi:5,str:6},{id:1484,type:"Staff",slot:"twohand",r:17,q:"3",i:"22",name:"Witching Stave",speed:3.6,mindmg:55,maxdmg:83,p:"inv_wand_04"},{id:1521,type:"Axe",slot:"twohand",r:39,q:"2",i:"44",name:"Lumbering Ogre Axe",speed:3.9,mindmg:105,maxdmg:158,p:"inv_axe_18",str:15,sta:7},{id:1522,type:"Polearm",slot:"twohand",r:31,q:"2",i:"36",name:"Headhunting Spear",speed:3.2,mindmg:63,maxdmg:95,p:"inv_spear_05",agi:11},{id:1607,type:"Staff",slot:"twohand",r:49,q:"3",i:"54",name:"Soulkeeper",speed:3.8,mindmg:141,maxdmg:213,p:"spell_shadow_haunting"},{id:"1613|703",type:"Staff",slot:"twohand",r:39,q:"2",i:"44",name:"Spiritchaser Staff of the Tiger",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_03",agi:13,str:12,rand:703},{id:"1613|1212",type:"Staff",slot:"twohand",r:39,q:"2",i:"44",name:"Spiritchaser Staff of the Bear",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_03",sta:12,str:12,rand:1212},{id:"1625|699",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of the Tiger",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",agi:11,str:11,rand:699},{id:"1625|1211",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of the Bear",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",sta:11,str:12,rand:1211},{id:"1625|310",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of Strength",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",str:18,rand:310},{id:"1639|708",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of the Tiger",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",agi:14,str:14,rand:708},{id:"1639|1218",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of the Bear",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",sta:14,str:14,rand:1218},{id:"1639|314",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of Strength",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",str:22,rand:314},{id:"1640|702",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of the Tiger",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",agi:12,str:12,rand:702},{id:"1640|1211",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of the Bear",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",sta:11,str:12,rand:1211},{id:"1640|311",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of Strength",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",str:19,rand:311},{id:1679,type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Korg Bat",speed:3.1,mindmg:61,maxdmg:92,p:"inv_mace_01",str:12,sta:5},{id:1680,type:"Axe",slot:"twohand",r:39,q:"2",i:"44",name:"Headchopper",speed:2.9,mindmg:78,maxdmg:117,p:"inv_axe_17",str:9,crit:1},{id:1720,type:"Staff",slot:"twohand",r:41,q:"3",i:"46",name:"Tanglewood Staff",speed:3.4,mindmg:109,maxdmg:165,p:"inv_staff_25",str:9},{id:1722,type:"Mace",slot:"twohand",r:37,q:"3",i:"42",name:"Thornstone Sledgehammer",speed:3.2,mindmg:95,maxdmg:143,p:"inv_hammer_04",str:20,resist:{nature:10}},{id:1726,type:"Polearm",slot:"twohand",r:31,q:"3",i:"36",name:"Poison-tipped Bone Spear",speed:2.3,mindmg:57,maxdmg:87,p:"inv_spear_02",proc:{magic:!0,tick:30,interval:"6000",duration:"30000"}},{id:1975,type:"Sword",slot:"twohand",r:23,q:"3",i:"28",name:"Pysan's Old Greatsword",speed:3.3,mindmg:60,maxdmg:91,p:"inv_sword_25",str:5},{id:1976,type:"Mace",slot:"twohand",r:24,q:"3",i:"29",name:"Slaghammer",speed:2.8,mindmg:53,maxdmg:80,p:"inv_hammer_16",str:11,sta:10},{id:1982,type:"Sword",slot:"twohand",r:39,q:"4",i:"44",name:"Nightblade",speed:2.8,mindmg:97,maxdmg:146,p:"inv_sword_02",proc:{magic:!0,procgcd:!0,dmg:200}},{id:1986,type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Gutrender",speed:2.6,mindmg:62,maxdmg:94,p:"inv_sword_15",proc:{dmg:102}},{id:"1990|695",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of the Tiger",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",agi:9,str:10,rand:695},{id:"1990|1206",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of the Bear",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",sta:10,str:10,rand:1206},{id:"1990|308",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of Strength",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",str:16,rand:308},{id:1991,type:"Mace",slot:"twohand",r:29,q:"2",i:"34",name:"Goblin Power Shovel",speed:3.3,mindmg:60,maxdmg:91,p:"inv_misc_shovel_02",agi:10,str:6},{id:2e3,type:"Sword",slot:"twohand",r:28,q:"2",i:"35",name:"Archeus",speed:3.3,mindmg:63,maxdmg:95,p:"inv_sword_08",proc:{magic:!0,dmg:85}},{id:2013,type:"Staff",slot:"twohand",r:21,q:"2",i:"26",name:"Cryptbone Staff",speed:2.9,mindmg:40,maxdmg:61,p:"inv_staff_26",str:4},{id:2014,type:"Sword",slot:"twohand",r:24,q:"2",i:"29",name:"Black Metal Greatsword",speed:3.3,mindmg:52,maxdmg:78,p:"inv_sword_15",str:7,sta:7},{id:2015,type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Black Metal War Axe",speed:2.9,mindmg:44,maxdmg:66,p:"inv_axe_17",str:10},{id:2042,type:"Staff",slot:"twohand",r:14,q:"3",i:"24",name:"Staff of Westfall",speed:3,mindmg:49,maxdmg:74,p:"inv_staff_10"},{id:2058,type:"Mace",slot:"twohand",r:22,q:"2",i:"27",name:"Kazon's Maul",speed:3.4,mindmg:49,maxdmg:75,p:"inv_hammer_16",str:8,sta:4},{id:"2072|687",type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Dwarven Magestaff of the Tiger",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_04",agi:7,str:7,rand:687},{id:"2072|1199",type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Dwarven Magestaff of the Bear",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_04",sta:7,str:8,rand:1199},{id:"2077|1197",type:"Staff",slot:"twohand",r:24,q:"2",i:"29",name:"Magician Staff of the Bear",speed:3,mindmg:47,maxdmg:71,p:"inv_wand_06",sta:7,str:7,rand:1197},{id:"2077|193",type:"Staff",slot:"twohand",r:24,q:"2",i:"29",name:"Magician Staff of Strength",speed:3,mindmg:47,maxdmg:71,p:"inv_wand_06",str:12,rand:193},{id:2084,type:"Sword",slot:"twohand",r:25,q:"2",i:"30",name:"Darksteel Bastard Sword",speed:3.2,mindmg:52,maxdmg:79,p:"inv_sword_13",str:8},{id:2175,type:"Axe",slot:"twohand",r:18,q:"2",i:"23",name:"Shadowhide Battle Axe",speed:3.2,mindmg:39,maxdmg:59,p:"inv_throwingaxe_06",str:6,sta:3},{id:2203,type:"Axe",slot:"twohand",r:14,q:"2",i:"19",name:"Brashclaw's Chopper",speed:3.4,mindmg:34,maxdmg:51,p:"inv_axe_23",str:6},{id:2205,type:"Sword",slot:"twohand",r:20,q:"3",i:"25",name:"Duskbringer",speed:3.4,mindmg:57,maxdmg:86,p:"inv_sword_41",proc:{magic:!0,procgcd:!0,dmg:80}},{id:2226,type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Ogremage Staff",speed:3.4,mindmg:49,maxdmg:75,p:"inv_wand_06",str:11},{id:2227,type:"Axe",slot:"twohand",r:22,q:"2",i:"27",name:"Heavy Ogre War Axe",speed:3.8,mindmg:55,maxdmg:84,p:"inv_weapon_halbard_01",str:7,sta:5},{id:2254,type:"Mace",slot:"twohand",r:7,q:"2",i:"12",name:"Icepane Warhammer",speed:3.3,mindmg:22,maxdmg:34,p:"inv_hammer_04",str:2},{id:2271,type:"Staff",slot:"twohand",r:18,q:"3",i:"23",name:"Staff of the Blessed Seer",speed:3,mindmg:47,maxdmg:71,p:"inv_staff_31",sta:2},{id:2280,type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Kam's Walking Stick",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_06",agi:3},{id:2291,type:"Axe",slot:"twohand",r:44,q:"4",i:"49",name:"Kang the Decapitator",speed:3.6,mindmg:136,maxdmg:205,p:"inv_axe_15",proc:{tick:56,interval:"3000",duration:"30000",bleed:!0}},{id:2299,type:"Axe",slot:"twohand",r:28,q:"3",i:"33",name:"Burning War Axe",speed:3.3,mindmg:73,maxdmg:110,p:"inv_axe_02",proc:{magic:!0,procgcd:!0,dmg:98,tick:6,interval:"2000",duration:"6000"}},{id:2549,type:"Staff",slot:"twohand",r:22,q:"3",i:"27",name:"Staff of the Shade",speed:2.6,mindmg:46,maxdmg:70,p:"inv_staff_25"},{id:2823,type:"Axe",slot:"twohand",r:14,q:"2",i:"19",name:"Mo'grosh Can Opener",speed:3.2,mindmg:32,maxdmg:48,p:"inv_axe_06",str:6},{id:2877,type:"Sword",slot:"twohand",r:28,q:"3",i:"33",name:"Combatant Claymore",speed:2.9,mindmg:64,maxdmg:97,p:"inv_sword_23",sta:10},{id:2907,type:"Axe",slot:"twohand",r:16,q:"2",i:"20",name:"Dwarven Tree Chopper",speed:3.3,mindmg:34,maxdmg:52,p:"inv_throwingaxe_01",skill:2},{id:2915,type:"Mace",slot:"twohand",r:47,q:"4",i:"52",name:"Taran Icebreaker",speed:2.3,mindmg:91,maxdmg:137,p:"inv_hammer_02",proc:{magic:!0,procgcd:!0,dmg:200,tick:9,interval:"2000",duration:"8000"}},{id:3103,type:"Mace",slot:"twohand",r:6,q:"2",i:"12",name:"Coldridge Hammer",speed:2.7,mindmg:18,maxdmg:27,p:"inv_hammer_15",str:1},{id:"3185|1203",type:"Staff",slot:"twohand",r:29,q:"2",i:"34",name:"Acrobatic Staff of the Bear",speed:2.2,mindmg:40,maxdmg:61,p:"inv_staff_10",sta:9,str:9,rand:1203},{id:3191,type:"Axe",slot:"twohand",r:21,q:"2",i:"26",name:"Arced War Axe",speed:3.3,mindmg:46,maxdmg:70,p:"inv_axe_06",str:6,sta:6},{id:"3192|672",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of the Tiger",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",agi:2,str:2,rand:672},{id:"3192|1182",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of the Bear",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",sta:2,str:2,rand:1182},{id:"3192|97",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of Strength",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",str:4,rand:97},{id:"3193|683",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of the Tiger",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",agi:5,str:6,rand:683},{id:"3193|1188",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of the Bear",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",sta:4,str:4,rand:1188},{id:"3193|155",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of Strength",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",str:7,rand:155},{id:3194,type:"Mace",slot:"twohand",r:16,q:"3",i:"21",name:"Black Malice",speed:3.3,mindmg:49,maxdmg:79,p:"inv_mace_01",proc:{magic:!0,procgcd:!0,dmg:70}},{id:"3195|675",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of the Tiger",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",agi:3,str:3,rand:675},{id:"3195|1185",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of the Bear",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",sta:3,str:3,rand:1185},{id:"3195|115",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of Strength",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",str:5,rand:115},{id:"3196|679",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of the Tiger",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",agi:5,str:4,rand:679},{id:"3196|1185",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of the Bear",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",sta:3,str:3,rand:1185},{id:"3196|115",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of Strength",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",str:5,rand:115},{id:"3197|695",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of the Tiger",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",agi:9,str:10,rand:695},{id:"3197|1204",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of the Bear",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",sta:10,str:9,rand:1204},{id:"3197|220",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of Strength",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",str:14,rand:220},{id:"3198|681",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of the Tiger",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",agi:5,str:5,rand:681},{id:"3198|1191",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of the Bear",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",sta:5,str:5,rand:1191},{id:"3198|189",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of Strength",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",str:8,rand:189},{id:"3199|681",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of the Tiger",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",agi:5,str:5,rand:681},{id:"3199|1191",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of the Bear",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",sta:5,str:5,rand:1191},{id:"3199|189",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of Strength",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",str:8,rand:189},{id:"3201|687",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of the Tiger",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",agi:7,str:7,rand:687},{id:"3201|1197",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of the Bear",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",sta:7,str:7,rand:1197},{id:"3201|193",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of Strength",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",str:12,rand:193},{id:3203,type:"Mace",slot:"twohand",r:23,q:"3",i:"28",name:"Dense Triangle Mace",speed:2.4,mindmg:44,maxdmg:66,p:"inv_mace_13",str:10,sta:10},{id:"3206|687",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of the Tiger",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",agi:7,str:7,rand:687},{id:"3206|1197",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of the Bear",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",sta:7,str:7,rand:1197},{id:"3206|192",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of Strength",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",str:11,rand:192},{id:"3208|705",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of the Tiger",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",agi:13,str:13,rand:705},{id:"3208|1215",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of the Bear",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",sta:13,str:13,rand:1215},{id:"3208|312",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of Strength",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",str:20,rand:312},{id:3209,type:"Sword",slot:"twohand",r:23,q:"2",i:"32",name:"Ancient War Sword",speed:3.3,mindmg:57,maxdmg:86,p:"inv_sword_10",str:9,sta:6},{id:"3210|687",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of the Tiger",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",agi:7,str:7,rand:687},{id:"3210|1197",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of the Bear",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",sta:7,str:7,rand:1197},{id:"3210|193",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of Strength",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",str:12,rand:193},{id:3415,type:"Staff",slot:"twohand",r:19,q:"3",i:"24",name:"Staff of the Friar",speed:2.6,mindmg:42,maxdmg:64,p:"inv_staff_32",sta:4},{id:3417,type:"Sword",slot:"twohand",r:21,q:"3",i:"26",name:"Onyx Claymore",speed:2.8,mindmg:48,maxdmg:73,p:"inv_sword_13",str:9,sta:5},{id:3440,type:"Mace",slot:"twohand",r:7,q:"2",i:"13",name:"Bonecracker",speed:3.2,mindmg:23,maxdmg:35,p:"inv_mace_04",str:3},{id:3586,type:"Axe",slot:"twohand",r:9,q:"2",i:"16",name:"Logsplitter",speed:3.6,mindmg:31,maxdmg:47,p:"inv_axe_11",str:3,sta:2},{id:3822,type:"Sword",slot:"twohand",r:19,q:"2",i:"32",name:"Runic Darkblade",speed:3.3,mindmg:57,maxdmg:86,p:"inv_sword_02",proc:{magic:!0,procgcd:!0,dmg:35}},{id:3852,type:"Mace",slot:"twohand",r:29,q:"2",i:"34",name:"Golden Iron Destroyer",speed:2.75,mindmg:50,maxdmg:76,p:"inv_hammer_04",str:11,sta:4},{id:3854,type:"Sword",slot:"twohand",r:35,q:"2",i:"40",name:"Frost Tiger Blade",speed:3.4,mindmg:78,maxdmg:118,p:"inv_sword_05",crit:1,proc:{magic:!0,procgcd:!0,dmg:25}},{id:3855,type:"Axe",slot:"twohand",r:32,q:"2",i:"37",name:"Massive Iron Axe",speed:3.5,mindmg:71,maxdmg:108,p:"inv_throwingaxe_05",str:11,sta:7},{id:3856,type:"Axe",slot:"twohand",r:35,q:"2",i:"40",name:"Shadow Crescent Axe",speed:2.5,mindmg:58,maxdmg:87,p:"inv_axe_17",str:11,sta:10},{id:4548,type:"Mace",slot:"twohand",r:35,q:"2",i:"41",name:"Servomechanic Sledgehammer",speed:2.2,mindmg:53,maxdmg:80,p:"inv_hammer_04",skill:7},{id:"4562|672",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of the Tiger",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",agi:2,str:2,rand:672},{id:"4562|1182",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of the Bear",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",sta:2,str:2,rand:1182},{id:"4562|97",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of Strength",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",str:4,rand:97},{id:"4564|672",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of the Tiger",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",agi:2,str:2,rand:672},{id:"4564|1186",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of the Bear",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",sta:4,str:3,rand:1186},{id:"4564|97",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of Strength",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",str:4,rand:97},{id:"4566|675",type:"Staff",slot:"twohand",r:8,q:"2",i:"13",name:"Sturdy Quarterstaff of the Tiger",speed:2.8,mindmg:20,maxdmg:30,p:"inv_staff_08",agi:3,str:3,rand:675},{id:"4566|1182",type:"Staff",slot:"twohand",r:8,q:"2",i:"13",name:"Sturdy Quarterstaff of the Bear",speed:2.8,mindmg:20,maxdmg:30,p:"inv_staff_08",sta:2,str:2,rand:1182},{id:"4567|679",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of the Tiger",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",agi:5,str:4,rand:679},{id:"4567|1185",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of the Bear",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",sta:3,str:3,rand:1185},{id:"4567|115",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of Strength",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",str:5,rand:115},{id:"4570|672",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of the Tiger",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",agi:2,str:2,rand:672},{id:"4570|1186",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of the Bear",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",sta:4,str:3,rand:1186},{id:"4570|97",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of Strength",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",str:4,rand:97},{id:"4575|1191",type:"Staff",slot:"twohand",r:14,q:"2",i:"19",name:"Medicine Staff of the Bear",speed:2.5,mindmg:25,maxdmg:38,p:"inv_staff_31",sta:5,str:5,rand:1191},{id:4778,type:"Mace",slot:"twohand",r:14,q:"2",i:"19",name:"Heavy Spiked Mace",speed:3.4,mindmg:34,maxdmg:51,p:"inv_mace_01",str:6},{id:4818,type:"Sword",slot:"twohand",r:19,q:"2",i:"24",name:"Executioner's Sword",speed:3.4,mindmg:43,maxdmg:65,p:"inv_sword_28",str:8},{id:4939,type:"Sword",slot:"twohand",r:4,q:"2",i:"11",name:"Steady Bastard Sword",speed:2.7,mindmg:16,maxdmg:25,p:"inv_sword_34",agi:2},{id:4964,type:"Mace",slot:"twohand",r:5,q:"2",i:"12",name:"Goblin Smasher",speed:3.1,mindmg:20,maxdmg:31,p:"inv_hammer_15",str:2},{id:4983,type:"Mace",slot:"twohand",r:30,q:"2",i:"42",name:"Rock Pulverizer",speed:3.7,mindmg:92,maxdmg:139,p:"inv_hammer_17",ap:34},{id:5182,type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Shiver Blade",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_26",proc:{magic:!0,dmg:35}},{id:5194,type:"Axe",slot:"twohand",r:18,q:"3",i:"23",name:"Taskmaster Axe",speed:2.7,mindmg:42,maxdmg:64,p:"inv_throwingaxe_06",sta:8},{id:5200,type:"Polearm",slot:"twohand",r:20,q:"2",i:"22",name:"Impaling Harpoon",speed:2.4,mindmg:27,maxdmg:42,p:"inv_spear_07",agi:7},{id:5201,type:"Staff",slot:"twohand",r:18,q:"3",i:"23",name:"Emberstone Staff",speed:3,mindmg:47,maxdmg:71,p:"inv_staff_13",sta:5},{id:5322,type:"Mace",slot:"twohand",r:17,q:"2",i:"26",name:"Demolition Hammer",speed:2.3,mindmg:32,maxdmg:49,p:"inv_hammer_16",str:9},{id:5423,type:"Axe",slot:"twohand",r:15,q:"3",i:"20",name:"Boahn's Fang",speed:2.5,mindmg:35,maxdmg:53,p:"inv_axe_17",str:9},{id:5614,type:"Sword",slot:"twohand",r:13,q:"2",i:"31",name:"Seraph's Strike",speed:3.2,mindmg:54,maxdmg:81,p:"inv_sword_27",str:3},{id:5615,type:"Sword",slot:"twohand",r:12,q:"2",i:"20",name:"Woodsman Sword",speed:3.3,mindmg:34,maxdmg:52,p:"inv_sword_42",agi:2,sta:5},{id:5626,type:"Axe",slot:"twohand",r:15,q:"2",i:"20",name:"Skullchipper",speed:3.5,mindmg:36,maxdmg:55,p:"inv_axe_23",str:6,sta:1},{id:5749,type:"Axe",slot:"twohand",r:18,q:"2",i:"23",name:"Scythe Axe",speed:3.6,mindmg:43,maxdmg:66,p:"inv_axe_06",agi:6,sta:3},{id:5813,type:"Sword",slot:"twohand",r:24,q:"2",i:"32",name:"Emil's Brand",speed:3.1,mindmg:53,maxdmg:81,p:"inv_sword_10",str:11,sta:3},{id:5815,type:"Mace",slot:"twohand",r:18,q:"2",i:"31",name:"Glacial Stone",speed:3.6,mindmg:60,maxdmg:91,p:"inv_mace_09",proc:{magic:!0,dmg:75}},{id:6093,type:"Mace",slot:"twohand",r:18,q:"2",i:"27",name:"Orc Crusher",speed:3.6,mindmg:52,maxdmg:79,p:"inv_mace_07",str:8,sta:4},{id:6094,type:"Axe",slot:"twohand",r:14,q:"2",i:"18",name:"Piercing Axe",speed:3.3,mindmg:31,maxdmg:47,p:"inv_throwingaxe_01",agi:5},{id:6205,type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Burrowing Shovel",speed:2.3,mindmg:18,maxdmg:28,p:"inv_misc_shovel_01",agi:4},{id:6215,type:"Staff",slot:"twohand",r:5,q:"2",i:"13",name:"Balanced Fighting Stick",speed:2.2,mindmg:18,maxdmg:21,p:"inv_staff_08",agi:2,sta:2},{id:6318,type:"Staff",slot:"twohand",r:21,q:"3",i:"26",name:"Odo's Ley Staff",speed:2.9,mindmg:50,maxdmg:76,p:"inv_staff_27",sta:5},{id:6327,type:"Mace",slot:"twohand",r:32,q:"3",i:"37",name:"The Pacifier",speed:4,mindmg:104,maxdmg:156,p:"inv_mace_09",str:18,sta:7},{id:6365,type:"Fishing Pole",slot:"twohand",r:5,q:"1",i:"10",name:"Strong Fishing Pole",speed:3,mindmg:13,maxdmg:21,p:"inv_fishingpole_02",skill:5},{id:6366,type:"Fishing Pole",slot:"twohand",r:15,q:"1",i:"20",name:"Darkwood Fishing Pole",speed:3,mindmg:28,maxdmg:43,p:"inv_fishingpole_02",skill:15},{id:6367,type:"Fishing Pole",slot:"twohand",r:25,q:"1",i:"30",name:"Big Iron Fishing Pole",speed:3,mindmg:45,maxdmg:69,p:"inv_fishingpole_01",skill:20},{id:6505,type:"Staff",slot:"twohand",r:10,q:"3",i:"24",name:"Crescent Staff",speed:2.9,mindmg:47,maxdmg:71,p:"inv_staff_04",sta:7},{id:6631,type:"Staff",slot:"twohand",r:20,q:"3",i:"25",name:"Living Root",speed:2.9,mindmg:49,maxdmg:74,p:"inv_staff_25",sta:2,resist:{nature:5}},{id:6679,type:"Polearm",slot:"twohand",r:24,q:"2",i:"29",name:"Armor Piercer",speed:2.6,mindmg:41,maxdmg:62,p:"inv_spear_05",agi:11},{id:6687,type:"Axe",slot:"twohand",r:29,q:"3",i:"34",name:"Corpsemaker",speed:3.8,mindmg:88,maxdmg:132,p:"inv_weapon_halbard_01",str:15,sta:8},{id:6689,type:"Staff",slot:"twohand",r:27,q:"3",i:"32",name:"Wind Spirit Staff",speed:3.3,mindmg:70,maxdmg:106,p:"inv_staff_01",sta:3},{id:6830,type:"Axe",slot:"twohand",r:34,q:"3",i:"44",name:"Bonebiter",speed:3.4,mindmg:105,maxdmg:159,p:"inv_axe_04",str:20,sta:10},{id:6909,type:"Sword",slot:"twohand",r:26,q:"3",i:"31",name:"Strike of the Hydra",speed:3.3,mindmg:67,maxdmg:102,p:"inv_sword_42",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:6975,type:"Axe",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Axe",speed:3.6,mindmg:102,maxdmg:154,p:"inv_axe_12",str:15,sta:14},{id:6976,type:"Mace",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Warhammer",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_08",str:15,sta:14},{id:6977,type:"Sword",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Sword",speed:2.9,mindmg:82,maxdmg:124,p:"inv_sword_15",str:15,sta:14},{id:7230,type:"Mace",slot:"twohand",r:18,q:"3",i:"23",name:"Smite's Mighty Hammer",speed:3.5,mindmg:55,maxdmg:83,p:"inv_hammer_09",agi:4,str:11},{id:7689,type:"Sword",slot:"twohand",r:30,q:"3",i:"35",name:"Morbid Dawn",speed:2.9,mindmg:70,maxdmg:105,p:"inv_sword_12",str:10,sta:15},{id:7710,type:"Staff",slot:"twohand",r:31,q:"3",i:"36",name:"Loksey's Training Stick",speed:3.1,mindmg:77,maxdmg:117,p:"inv_staff_18"},{id:7717,type:"Axe",slot:"twohand",r:37,q:"3",i:"42",name:"Ravager",speed:3.5,mindmg:104,maxdmg:157,p:"inv_weapon_halberd_05"},{id:7730,type:"Mace",slot:"twohand",r:29,q:"3",i:"34",name:"Cobalt Crusher",speed:3.2,mindmg:79,maxdmg:116,p:"inv_hammer_04",proc:{magic:!0,dmg:115}},{id:7753,type:"Axe",slot:"twohand",r:27,q:"3",i:"32",name:"Bloodspiller",speed:2.7,mindmg:57,maxdmg:87,p:"inv_axe_10",proc:{tick:13,interval:"3000",duration:"30000",bleed:!0}},{id:7757,type:"Staff",slot:"twohand",r:32,q:"3",i:"37",name:"Windweaver Staff",speed:3.1,mindmg:80,maxdmg:121,p:"inv_wand_07",sta:7},{id:7758,type:"Polearm",slot:"twohand",r:34,q:"3",i:"39",name:"Ruthless Shiv",speed:2.7,mindmg:75,maxdmg:113,p:"inv_spear_08",str:19,sta:8},{id:7959,type:"Polearm",slot:"twohand",r:45,q:"3",i:"50",name:"Blight",speed:2.7,mindmg:93,maxdmg:141,p:"inv_spear_07",proc:{magic:!0,dmg:50,tick:15,interval:"5000",duration:"60000"}},{id:7960,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Truesilver Champion",speed:3,mindmg:108,maxdmg:162,p:"inv_sword_19"},{id:"8178|672",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of the Tiger",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",agi:2,str:2,rand:672},{id:"8178|1182",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of the Bear",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",sta:2,str:2,rand:1182},{id:"8178|97",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of Strength",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",str:4,rand:97},{id:"8199|705",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of the Tiger",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",agi:13,str:13,rand:705},{id:"8199|1215",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of the Bear",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",sta:13,str:13,rand:1215},{id:"8199|312",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of Strength",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",str:20,rand:312},{id:9383,type:"Axe",slot:"twohand",r:35,q:"3",i:"40",name:"Obsidian Cleaver",speed:3.3,mindmg:94,maxdmg:141,p:"inv_axe_14",agi:5,str:6,sta:19},{id:9385,type:"Sword",slot:"twohand",r:31,q:"3",i:"36",name:"Archaic Defender",speed:3.1,mindmg:77,maxdmg:117,p:"inv_sword_41",d:10},{id:9391,type:"Mace",slot:"twohand",r:32,q:"3",i:"37",name:"The Shoveler",speed:3.4,mindmg:88,maxdmg:133,p:"inv_misc_shovel_02",sta:15,ap:20},{id:9413,type:"Mace",slot:"twohand",r:44,q:"3",i:"49",name:"The Rockpounder",speed:3.7,mindmg:126,maxdmg:190,p:"inv_hammer_12",str:5,crit:2},{id:9418,type:"Sword",slot:"twohand",r:44,q:"3",i:"49",name:"Stoneslayer",speed:3.9,mindmg:133,maxdmg:200,p:"inv_sword_47",proc:{spell:"Stoneslayer"}},{id:9423,type:"Mace",slot:"twohand",r:40,q:"3",i:"45",name:"The Jackhammer",speed:2.5,mindmg:79,maxdmg:119,p:"inv_hammer_07",proc:{spell:"Jackhammer"}},{id:9425,type:"Axe",slot:"twohand",r:39,q:"3",i:"44",name:"Pendulum of Doom",speed:4,mindmg:124,maxdmg:187,p:"inv_weapon_halberd_08",proc:{dmg:300,ppm:.5}},{id:9449,type:"Mace",slot:"twohand",r:29,q:"3",i:"34",name:"Manual Crowd Pummeler",speed:2,mindmg:46,maxdmg:70,p:"inv_mace_14",agi:5,str:16},{id:9452,type:"Staff",slot:"twohand",r:27,q:"3",i:"32",name:"Hydrocane",speed:2.8,mindmg:48,maxdmg:73,p:"inv_staff_15",resist:{frost:15}},{id:9459,type:"Axe",slot:"twohand",r:32,q:"3",i:"37",name:"Thermaplugg's Left Arm",speed:2.7,mindmg:70,maxdmg:106,p:"inv_axe_03",str:18,sta:7},{id:9475,type:"Polearm",slot:"twohand",r:44,q:"3",i:"49",name:"Diabolic Skiver",speed:2.9,mindmg:99,maxdmg:149,p:"inv_spear_01",proc:{dmg:170}},{id:9477,type:"Staff",slot:"twohand",r:45,q:"3",i:"50",name:"The Chief's Enforcer",speed:3.4,mindmg:118,maxdmg:178,p:"inv_staff_goldfeathered_01"},{id:9480,type:"Polearm",slot:"twohand",r:43,q:"3",i:"48",name:"Eyegouger",speed:3,mindmg:100,maxdmg:151,p:"inv_spear_05",agi:23,str:10},{id:9481,type:"Axe",slot:"twohand",r:44,q:"3",i:"49",name:"The Minotaur",speed:3.2,mindmg:109,maxdmg:164,p:"inv_axe_03",str:8,sta:24},{id:9482,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Witch Doctor's Cane",speed:2.3,mindmg:75,maxdmg:114,p:"inv_staff_31"},{id:9486,type:"Axe",slot:"twohand",r:23,q:"3",i:"28",name:"Supercharger Battle Axe",speed:2.8,mindmg:51,maxdmg:78,p:"inv_axe_21",proc:{magic:!0,procgcd:!0,dmg:90}},{id:9490,type:"Sword",slot:"twohand",r:24,q:"3",i:"29",name:"Gizmotron Megachopper",speed:3.2,mindmg:61,maxdmg:92,p:"inv_sword_37",agi:5,str:14},{id:9521,type:"Axe",slot:"twohand",r:30,q:"2",i:"41",name:"Skullsplitter",speed:2.9,mindmg:70,maxdmg:105,p:"inv_axe_06",str:15,sta:4},{id:9626,type:"Axe",slot:"twohand",r:35,q:"2",i:"42",name:"Dwarven Charge",speed:2.9,mindmg:72,maxdmg:109,p:"inv_axe_09",str:12,sta:11},{id:9679,type:"Axe",slot:"twohand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Chopper",speed:3.2,mindmg:83,maxdmg:125,p:"inv_weapon_halbard_01",str:15,sta:6},{id:10570,type:"Axe",slot:"twohand",r:34,q:"3",i:"39",name:"Manslayer",speed:3.2,mindmg:88,maxdmg:133,p:"inv_axe_04",sta:8,ap:38},{id:10573,type:"Sword",slot:"twohand",r:32,q:"3",i:"37",name:"Boneslasher",speed:2.7,mindmg:70,maxdmg:106,p:"inv_sword_41",agi:5,str:16,sta:7},{id:10626,type:"Mace",slot:"twohand",r:45,q:"3",i:"50",name:"Ragehammer",speed:3.7,mindmg:128,maxdmg:193,p:"inv_hammer_06",proc:{spell:"Ragehammer"}},{id:10627,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Bludgeon of the Grinning Dog",speed:3.4,mindmg:112,maxdmg:168,p:"inv_staff_28"},{id:10628,type:"Sword",slot:"twohand",r:43,q:"3",i:"48",name:"Deathblow",speed:2.8,mindmg:94,maxdmg:141,p:"inv_sword_31",proc:{dmg:160}},{id:10652,type:"Axe",slot:"twohand",r:40,q:"2",i:"51",name:"Will of the Mountain Giant",speed:2.8,mindmg:88,maxdmg:133,p:"inv_weapon_halberd_05",str:15,sta:14},{id:10758,type:"Sword",slot:"twohand",r:35,q:"3",i:"42",name:"X'caliboar",speed:3.3,mindmg:98,maxdmg:148,p:"inv_sword_45",str:20,sta:8},{id:10799,type:"Polearm",slot:"twohand",r:46,q:"3",i:"51",name:"Headspike",speed:3,mindmg:106,maxdmg:159,p:"inv_spear_06",str:15,sta:18},{id:10844,type:"Staff",slot:"twohand",r:49,q:"3",i:"54",name:"Spire of Hakkar",speed:3.4,mindmg:126,maxdmg:190,p:"inv_staff_32",sta:16},{id:11607,type:"Axe",slot:"twohand",r:52,q:"3",i:"57",name:"Dark Iron Sunderer",speed:2.6,mindmg:101,maxdmg:153,p:"inv_weapon_halberd_02",proc:{spell:"CleaveArmor"}},{id:11608,type:"Mace",slot:"twohand",r:50,q:"3",i:"55",name:"Dark Iron Pulverizer",speed:3.7,mindmg:140,maxdmg:211,p:"inv_hammer_09"},{id:12e3,type:"Axe",slot:"twohand",r:50,q:"2",i:"55",name:"Limb Cleaver",speed:2.4,mindmg:82,maxdmg:123,p:"inv_axe_02",str:21,sta:6},{id:12225,type:"Fishing Pole",slot:"twohand",r:10,q:"1",i:"10",name:"Blump Family Fishing Pole",speed:3,mindmg:13,maxdmg:21,p:"inv_fishingpole_02",skill:3},{id:12243,type:"Polearm",slot:"twohand",r:49,q:"3",i:"54",name:"Smoldering Claw",speed:2.9,mindmg:108,maxdmg:162,p:"inv_weapon_halberd_04",resist:{fire:10},proc:{magic:!0,procgcd:!0,dmg:135,tick:5,interval:"2000",duration:"6000"}},{id:12249,type:"Axe",slot:"twohand",r:26,q:"2",i:"31",name:"Merciless Axe",speed:3.2,mindmg:54,maxdmg:81,p:"inv_axe_17",str:12},{id:12250,type:"Axe",slot:"twohand",r:29,q:"2",i:"34",name:"Midnight Axe",speed:2.7,mindmg:49,maxdmg:75,p:"inv_axe_17",proc:{magic:!0,procgcd:!0,dmg:30}},{id:12251,type:"Staff",slot:"twohand",r:32,q:"2",i:"37",name:"Big Stick",speed:3,mindmg:61,maxdmg:93,p:"inv_staff_21",str:15},{id:12463,type:"Sword",slot:"twohand",r:48,q:"3",i:"53",name:"Drakefang Butcher",speed:2.7,mindmg:99,maxdmg:149,p:"inv_sword_19",str:15,proc:{tick:15,interval:"3000",duration:"30000",bleed:!0}},{id:12469,type:"Sword",slot:"twohand",r:42,q:"3",i:"47",name:"Mutilator",speed:2.5,mindmg:82,maxdmg:124,p:"inv_sword_02"},{id:12528,type:"Mace",slot:"twohand",r:47,q:"3",i:"52",name:"The Judge's Gavel",speed:3.4,mindmg:122,maxdmg:184,p:"inv_hammer_07"},{id:12532,type:"Staff",slot:"twohand",r:51,q:"3",i:"56",name:"Spire of the Stoneshaper",speed:3.4,mindmg:131,maxdmg:197,p:"inv_wand_07",sta:20},{id:12583,type:"Polearm",slot:"twohand",r:58,q:"3",i:"63",name:"Blackhand Doomsaw",speed:3.5,mindmg:151,maxdmg:227,p:"inv_weapon_halberd_04",proc:{dmg:432}},{id:12592,type:"Sword",slot:"twohand",r:58,q:"4",i:"63",name:"Blackblade of Shahram",speed:3.5,mindmg:166,maxdmg:250,p:"inv_sword_29"},{id:12764,type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Thorium Greatsword",speed:3.6,mindmg:116,maxdmg:175,p:"inv_sword_22",str:22},{id:12769,type:"Axe",slot:"twohand",r:49,q:"3",i:"54",name:"Bleakwood Hew",speed:2.7,mindmg:100,maxdmg:151,p:"inv_axe_24",str:11,sta:5},{id:12772,type:"Mace",slot:"twohand",r:49,q:"2",i:"54",name:"Inlaid Thorium Hammer",speed:3,mindmg:100,maxdmg:151,p:"inv_hammer_09",str:23},{id:12775,type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Huge Thorium Battleaxe",speed:3.3,mindmg:114,maxdmg:172,p:"inv_weapon_halberd_11",skill:10},{id:12776,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Enchanted Battlehammer",speed:2.6,mindmg:100,maxdmg:150,p:"inv_hammer_05",hit:2},{id:12782,type:"Sword",slot:"twohand",r:53,q:"3",i:"58",name:"Corruption",speed:3,mindmg:119,maxdmg:179,p:"inv_sword_07",str:30,sta:30},{id:12784,type:"Axe",slot:"twohand",r:58,q:"3",i:"63",name:"Arcanite Reaper",speed:3.8,mindmg:153,maxdmg:256,p:"inv_axe_09",sta:13,ap:62},{id:12790,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Arcanite Champion",speed:3,mindmg:129,maxdmg:194,p:"inv_sword_39",proc:{spell:"StrengthChampion"}},{id:12796,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Titans",speed:3.8,mindmg:163,maxdmg:246,p:"inv_hammer_09",str:15},{id:12969,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Seeping Willow",speed:3.6,mindmg:155,maxdmg:233,p:"inv_hammer_17",proc:{magic:!0,procgcd:!0,tick:20,interval:"3000",duration:"30000"}},{id:12975,type:"Axe",slot:"twohand",r:15,q:"3",i:"20",name:"Prospector Axe",speed:2.4,mindmg:33,maxdmg:51,p:"inv_axe_03",str:7,sta:8},{id:12983,type:"Mace",slot:"twohand",r:16,q:"3",i:"21",name:"Rakzur Club",speed:2.6,mindmg:38,maxdmg:57,p:"inv_hammer_09",str:4,sta:8},{id:12989,type:"Polearm",slot:"twohand",r:20,q:"3",i:"22",name:"Gargoyle's Bite",speed:2.9,mindmg:44,maxdmg:66,p:"inv_spear_05",str:10},{id:12992,type:"Sword",slot:"twohand",r:18,q:"3",i:"23",name:"Searing Blade",speed:2.5,mindmg:39,maxdmg:59,p:"inv_sword_21",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:13e3,type:"Staff",slot:"twohand",r:57,q:"3",i:"62",name:"Staff of Hale Magefire",speed:3.3,mindmg:140,maxdmg:210,p:"inv_staff_23"},{id:13003,type:"Axe",slot:"twohand",r:51,q:"3",i:"56",name:"Lord Alexander's Battle Axe",speed:3.2,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_02",agi:17,str:16,sta:16},{id:13016,type:"Axe",slot:"twohand",r:21,q:"3",i:"26",name:"Killmaim",speed:3.2,mindmg:55,maxdmg:84,p:"inv_axe_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:13017,type:"Axe",slot:"twohand",r:35,q:"3",i:"40",name:"Hellslayer Battle Axe",speed:2.9,mindmg:82,maxdmg:124,p:"inv_axe_24",ap:66},{id:13018,type:"Axe",slot:"twohand",r:43,q:"3",i:"48",name:"Executioner's Cleaver",speed:3.8,mindmg:127,maxdmg:191,p:"inv_axe_24",str:23,hit:1},{id:13041,type:"Sword",slot:"twohand",r:21,q:"3",i:"26",name:"Guardian Blade",speed:2.9,mindmg:50,maxdmg:76,p:"inv_sword_25",d:9},{id:13042,type:"Sword",slot:"twohand",r:36,q:"3",i:"41",name:"Sword of the Magistrate",speed:3.3,mindmg:96,maxdmg:145,p:"inv_sword_41",str:8,sta:15},{id:13043,type:"Sword",slot:"twohand",r:44,q:"3",i:"49",name:"Blade of the Titans",speed:3.3,mindmg:112,maxdmg:169,p:"inv_sword_07",str:10,sta:24},{id:13044,type:"Sword",slot:"twohand",r:52,q:"3",i:"57",name:"Demonslayer",speed:3.1,mindmg:121,maxdmg:182,p:"inv_sword_03"},{id:13045,type:"Mace",slot:"twohand",r:30,q:"3",i:"35",name:"Viscous Hammer",speed:2.9,mindmg:70,maxdmg:105,p:"inv_mace_13",str:3,sta:6,ap:34},{id:13046,type:"Mace",slot:"twohand",r:45,q:"3",i:"50",name:"Blanchard's Stout",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_04",str:20,sta:15,resist:{fire:5}},{id:13047,type:"Mace",slot:"twohand",r:53,q:"3",i:"58",name:"Twig of the World Tree",speed:3.7,mindmg:147,maxdmg:221,p:"inv_mace_13",str:14,sta:21},{id:13049,type:"Sword",slot:"twohand",r:26,q:"3",i:"29",name:"Deanship Claymore",speed:2.8,mindmg:53,maxdmg:80,p:"inv_sword_46",d:10},{id:13051,type:"Sword",slot:"twohand",r:39,q:"3",i:"44",name:"Witchfury",speed:2.8,mindmg:87,maxdmg:131,p:"inv_sword_35",proc:{magic:!0,procgcd:!0,dmg:150}},{id:13052,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Warmonger",speed:3,mindmg:108,maxdmg:162,p:"inv_sword_46",str:3,hit:3},{id:13053,type:"Sword",slot:"twohand",r:55,q:"3",i:"60",name:"Doombringer",speed:2.8,mindmg:115,maxdmg:173,p:"inv_sword_01",proc:{magic:!0,procgcd:!0,dmg:200}},{id:13054,type:"Polearm",slot:"twohand",r:35,q:"3",i:"40",name:"Grim Reaper",speed:3.1,mindmg:88,maxdmg:133,p:"inv_spear_02",proc:{dmg:130}},{id:13055,type:"Polearm",slot:"twohand",r:43,q:"3",i:"48",name:"Bonechewer",speed:2.8,mindmg:94,maxdmg:141,p:"inv_spear_06",str:23,sta:10},{id:13056,type:"Polearm",slot:"twohand",r:51,q:"3",i:"56",name:"Frenzied Striker",speed:2.8,mindmg:108,maxdmg:162,p:"inv_spear_07",hit:2},{id:13057,type:"Polearm",slot:"twohand",r:23,q:"3",i:"28",name:"Bloodpike",speed:3.2,mindmg:59,maxdmg:89,p:"inv_spear_02",proc:{tick:11,interval:"3000",duration:"30000",bleed:!0}},{id:13058,type:"Polearm",slot:"twohand",r:39,q:"3",i:"44",name:"Khoo's Point",speed:2.5,mindmg:77,maxdmg:117,p:"inv_spear_02",sta:20},{id:13059,type:"Polearm",slot:"twohand",r:47,q:"3",i:"52",name:"Stoneraven",speed:3.3,mindmg:118,maxdmg:178,p:"inv_spear_07",agi:13,str:13,sta:15},{id:13060,type:"Polearm",slot:"twohand",r:55,q:"3",i:"60",name:"The Needler",speed:2.2,mindmg:90,maxdmg:136,p:"inv_spear_08",proc:{dmg:75}},{id:13148,type:"Polearm",slot:"twohand",r:56,q:"3",i:"61",name:"Chillpike",speed:2.8,mindmg:117,maxdmg:176,p:"inv_spear_05",proc:{magic:!0,dmg:205}},{id:13161,type:"Staff",slot:"twohand",r:56,q:"3",i:"61",name:"Trindlehaven Staff",speed:2.1,mindmg:87,maxdmg:132,p:"inv_staff_29",sta:12},{id:13163,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Relentless Scythe",speed:3.3,mindmg:140,maxdmg:210,p:"inv_sword_18",agi:8,str:20,sta:8},{id:13167,type:"Mace",slot:"twohand",r:55,q:"3",i:"60",name:"Fist of Omokk",speed:3.3,mindmg:135,maxdmg:204,p:"inv_hammer_04",str:29,sta:12},{id:13249,type:"Staff",slot:"twohand",r:55,q:"3",i:"62",name:"Argent Crusader",speed:3,mindmg:127,maxdmg:191,p:"inv_staff_13",sta:6},{id:13285,type:"Axe",slot:"twohand",r:53,q:"3",i:"58",name:"The Blackrock Slicer",speed:4,mindmg:159,maxdmg:239,p:"inv_weapon_halberd_11",proc:{dmg:100,tick:6,interval:"1000",duration:"25000"}},{id:13348,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Demonshear",speed:3.8,mindmg:163,maxdmg:246,p:"inv_sword_14",proc:{magic:!0,dmg:150,tick:40,interval:"2000",duration:"6000"}},{id:13372,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Slavedriver's Cane",speed:3.9,mindmg:160,maxdmg:241,p:"inv_staff_08",str:29,sta:12},{id:13393,type:"Mace",slot:"twohand",r:56,q:"3",i:"61",name:"Malown's Slam",speed:3.8,mindmg:158,maxdmg:238,p:"inv_mace_01"},{id:13505,type:"Sword",slot:"twohand",r:58,q:"4",i:"63",name:"Runeblade of Baron Rivendare",speed:3.6,mindmg:171,maxdmg:257,p:"inv_sword_17"},{id:13982,type:"Sword",slot:"twohand",r:57,q:"3",i:"63",name:"Warblade of Caer Darrow",speed:3.3,mindmg:143,maxdmg:236,p:"inv_sword_39"},{id:"15248|678",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of the Tiger",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",agi:4,str:4,rand:678},{id:"15248|1188",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of the Bear",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",sta:4,str:4,rand:1188},{id:"15248|155",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of Strength",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",str:7,rand:155},{id:"15249|684",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of the Tiger",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",agi:6,str:6,rand:684},{id:"15249|1194",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of the Bear",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",sta:6,str:6,rand:1194},{id:"15249|191",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of Strength",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",str:10,rand:191},{id:"15250|690",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of the Tiger",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",agi:8,str:8,rand:690},{id:"15250|1200",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of the Bear",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",sta:8,str:8,rand:1200},{id:"15250|219",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of Strength",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",str:13,rand:219},{id:"15251|702",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of the Tiger",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",agi:12,str:12,rand:702},{id:"15251|1212",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of the Bear",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",sta:12,str:12,rand:1212},{id:"15251|311",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of Strength",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",str:19,rand:311},{id:"15252|708",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of the Tiger",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",agi:14,str:14,rand:708},{id:"15252|1218",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of the Bear",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",sta:14,str:14,rand:1218},{id:"15252|314",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of Strength",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",str:22,rand:314},{id:"15253|711",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of the Tiger",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",agi:15,str:15,rand:711},{id:"15253|1221",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of the Bear",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",sta:15,str:15,rand:1221},{id:"15253|315",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of Strength",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",str:23,rand:315},{id:"15254|711",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of the Tiger",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",agi:15,str:15,rand:711},{id:"15254|1221",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of the Bear",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",sta:15,str:15,rand:1221},{id:"15254|315",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of Strength",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",str:23,rand:315},{id:"15255|715",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of the Tiger",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",agi:17,str:16,rand:715},{id:"15255|1224",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of the Bear",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",sta:16,str:16,rand:1224},{id:"15255|317",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of Strength",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",str:25,rand:317},{id:"15256|717",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of the Tiger",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",agi:17,str:17,rand:717},{id:"15256|1227",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of the Bear",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",sta:17,str:17,rand:1227},{id:"15256|318",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of Strength",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",str:26,rand:318},{id:"15257|720",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of the Tiger",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",agi:18,str:18,rand:720},{id:"15257|1230",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of the Bear",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",sta:18,str:18,rand:1230},{id:"15257|320",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of Strength",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",str:28,rand:320},{id:"15258|723",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of the Tiger",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",agi:19,str:19,rand:723},{id:"15258|1233",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of the Bear",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",sta:19,str:19,rand:1233},{id:"15258|321",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of Strength",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",str:29,rand:321},{id:"15259|684",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of the Tiger",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",agi:6,str:6,rand:684},{id:"15259|1194",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of the Bear",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",sta:6,str:6,rand:1194},{id:"15259|191",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of Strength",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",str:10,rand:191},{id:"15260|696",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of the Tiger",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",agi:10,str:10,rand:696},{id:"15260|1206",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of the Bear",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",sta:10,str:10,rand:1206},{id:"15260|308",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of Strength",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",str:16,rand:308},{id:"15261|699",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of the Tiger",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",agi:11,str:11,rand:699},{id:"15261|1209",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of the Bear",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",sta:11,str:11,rand:1209},{id:"15261|309",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of Strength",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",str:17,rand:309},{id:"15262|705",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of the Tiger",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",agi:13,str:13,rand:705},{id:"15262|1215",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of the Bear",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",sta:13,str:13,rand:1215},{id:"15262|312",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of Strength",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",str:20,rand:312},{id:"15263|708",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of the Tiger",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",agi:14,str:14,rand:708},{id:"15263|1218",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of the Bear",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",sta:14,str:14,rand:1218},{id:"15263|314",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of Strength",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",str:22,rand:314},{id:"15264|714",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of the Tiger",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",agi:16,str:16,rand:714},{id:"15264|1224",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of the Bear",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",sta:16,str:16,rand:1224},{id:"15264|317",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of Strength",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",str:25,rand:317},{id:"15265|717",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of the Tiger",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",agi:17,str:17,rand:717},{id:"15265|1227",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of the Bear",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",sta:17,str:17,rand:1227},{id:"15265|318",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of Strength",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",str:26,rand:318},{id:"15266|720",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of the Tiger",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",agi:18,str:18,rand:720},{id:"15266|1230",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of the Bear",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",sta:18,str:18,rand:1230},{id:"15266|320",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of Strength",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",str:28,rand:320},{id:"15267|720",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of the Tiger",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",agi:18,str:18,rand:720},{id:"15267|1230",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of the Bear",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",sta:18,str:18,rand:1230},{id:"15267|320",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of Strength",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",str:28,rand:320},{id:"15268|675",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of the Tiger",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",agi:3,str:3,rand:675},{id:"15268|1185",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of the Bear",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",sta:3,str:3,rand:1185},{id:"15268|115",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of Strength",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",str:5,rand:115},{id:"15269|681",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of the Tiger",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",agi:5,str:5,rand:681},{id:"15269|1191",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of the Bear",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",sta:5,str:5,rand:1191},{id:"15269|189",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of Strength",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",str:8,rand:189},{id:"15270|705",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of the Tiger",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",agi:13,str:13,rand:705},{id:"15270|1215",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of the Bear",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",sta:13,str:13,rand:1215},{id:"15270|312",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of Strength",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",str:20,rand:312},{id:"15271|714",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of the Tiger",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",agi:16,str:16,rand:714},{id:"15271|1224",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of the Bear",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",sta:16,str:16,rand:1224},{id:"15271|317",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of Strength",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",str:25,rand:317},{id:"15272|717",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of the Tiger",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",agi:17,str:17,rand:717},{id:"15272|1227",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of the Bear",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",sta:17,str:17,rand:1227},{id:"15272|318",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of Strength",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",str:26,rand:318},{id:"15273|720",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of the Tiger",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",agi:18,str:18,rand:720},{id:"15273|1230",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of the Bear",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",sta:18,str:18,rand:1230},{id:"15273|320",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of Strength",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",str:28,rand:320},{id:"15274|1221",type:"Staff",slot:"twohand",r:47,q:"2",i:"52",name:"Diviner Long Staff of the Bear",speed:2.6,mindmg:84,maxdmg:126,p:"inv_staff_26",sta:15,str:15,rand:1221},{id:"15275|1221",type:"Staff",slot:"twohand",r:49,q:"2",i:"54",name:"Thaumaturgist Staff of the Bear",speed:3.6,mindmg:120,maxdmg:181,p:"inv_staff_03",sta:15,str:15,rand:1221},{id:"15276|1227",type:"Staff",slot:"twohand",r:53,q:"2",i:"58",name:"Magus Long Staff of the Bear",speed:3.4,mindmg:122,maxdmg:184,p:"inv_staff_14",sta:17,str:17,rand:1227},{id:"15278|1227",type:"Staff",slot:"twohand",r:55,q:"2",i:"60",name:"Solstice Staff of the Bear",speed:2.6,mindmg:97,maxdmg:146,p:"inv_staff_03",sta:17,str:17,rand:1227},{id:15418,type:"Mace",slot:"twohand",r:52,q:"3",i:"63",name:"Shimmering Platinum Warhammer",speed:3.1,mindmg:142,maxdmg:192,p:"inv_hammer_07",proc:{magic:!0,procgcd:!0,dmg:215}},{id:15424,type:"Axe",slot:"twohand",r:9,q:"2",i:"18",name:"Axe of Orgrimmar",speed:3.3,mindmg:31,maxdmg:47,p:"inv_axe_04",str:3,sta:3},{id:15464,type:"Mace",slot:"twohand",r:24,q:"2",i:"28",name:"Brute Hammer",speed:3.3,mindmg:50,maxdmg:76,p:"inv_hammer_16",agi:1,str:4,sta:8},{id:15854,type:"Staff",slot:"twohand",r:57,q:"3",i:"60",name:"Dancing Sliver",speed:2.4,mindmg:98,maxdmg:148,p:"inv_staff_07"},{id:16039,type:"Sword",slot:"twohand",r:52,q:"3",i:"57",name:"Ta'Kierthan Songblade",speed:3.3,mindmg:130,maxdmg:214,p:"inv_sword_41"},{id:17076,type:"Sword",slot:"twohand",r:60,q:"4",i:"77",name:"Bonereaver's Edge",speed:3.4,mindmg:206,maxdmg:310,p:"inv_sword_12",sta:16,proc:{spell:"Bonereaver",ppm:2},crit:1},{id:17104,type:"Axe",slot:"twohand",r:60,q:"4",i:"76",name:"Spinal Reaper",speed:3.4,mindmg:203,maxdmg:305,p:"inv_axe_09",ap:34},{id:17113,type:"Staff",slot:"twohand",r:60,q:"4",i:"67",name:"Amberseal Keeper",speed:3.3,mindmg:145,maxdmg:229,p:"inv_staff_goldfeathered_01",resist:{fire:5,nature:5,frost:5,shadow:5}},{id:17730,type:"Axe",slot:"twohand",r:48,q:"3",i:"53",name:"Gatorbite Axe",speed:3.2,mindmg:117,maxdmg:176,p:"inv_axe_04",proc:{tick:23,interval:"3000",duration:"30000",bleed:!0}},{id:17743,type:"Staff",slot:"twohand",r:45,q:"3",i:"53",name:"Resurgence Rod",speed:3.8,mindmg:139,maxdmg:209,p:"inv_staff_goldfeathered_01"},{id:18082,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Zum'rah's Vexing Cane",speed:2.7,mindmg:88,maxdmg:133,p:"inv_staff_10",sta:10},{id:18420,type:"Mace",slot:"twohand",r:57,q:"3",i:"63",name:"Bonecrusher",speed:3,mindmg:129,maxdmg:194,p:"inv_mace_02",str:30,crit:1},{id:18481,type:"Mace",slot:"twohand",r:55,q:"2",i:"60",name:"Skullcracking Mace",speed:3.2,mindmg:119,maxdmg:179,p:"inv_mace_05",agi:10,str:22},{id:18502,type:"Polearm",slot:"twohand",r:57,q:"3",i:"62",name:"Monstrous Glaive",speed:2.9,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_09",sta:23,d:7},{id:18520,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Barbarous Blade",speed:3.2,mindmg:138,maxdmg:207,p:"inv_sword_11",crit:1,ap:60},{id:18531,type:"Mace",slot:"twohand",r:57,q:"3",i:"62",name:"Unyielding Maul",speed:3.2,mindmg:135,maxdmg:204,p:"inv_hammer_22",sta:12,d:8},{id:18534,type:"Staff",slot:"twohand",r:58,q:"3",i:"63",name:"Rod of the Ogre Magi",speed:2.7,mindmg:116,maxdmg:175,p:"inv_staff_32",sta:11},{id:18538,type:"Axe",slot:"twohand",r:58,q:"4",i:"63",name:"Treant's Bane",speed:2.7,mindmg:128,maxdmg:193,p:"inv_axe_10",str:25,sta:15,crit:2},{id:18542,type:"Sword",slot:"twohand",r:60,q:"4",i:"68",name:"Typhoon",speed:2.9,mindmg:150,maxdmg:225,p:"inv_sword_41",agi:20,str:14,sta:10},{id:18717,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Grand Crusader",speed:2.7,mindmg:116,maxdmg:175,p:"inv_hammer_06",sta:10},{id:18725,type:"Polearm",slot:"twohand",r:54,q:"3",i:"59",name:"Peacemaker",speed:3.4,mindmg:137,maxdmg:206,p:"inv_spear_07",crit:1,ap:56},{id:18803,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Hyperthermically Insulated Lava Dredger",speed:2.9,mindmg:155,maxdmg:234,p:"inv_gizmo_02",sta:25,resist:{fire:15}},{id:18830,type:"Axe",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Sunderer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_axe_10",str:26,sta:41,crit:1},{id:18831,type:"Axe",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Battle Axe",speed:3.8,mindmg:235,maxdmg:353,p:"inv_axe_21",str:26,sta:41,crit:1},{id:18867,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Battle Hammer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_03",str:26,sta:41,crit:1},{id:18868,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Pulverizer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_10",str:26,sta:41,crit:1},{id:18869,type:"Polearm",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Glaive",speed:3.8,mindmg:235,maxdmg:353,p:"inv_spear_08",str:26,sta:41,crit:1},{id:18871,type:"Polearm",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Pig Sticker",speed:3.8,mindmg:235,maxdmg:353,p:"inv_spear_01",str:26,sta:41,crit:1},{id:18873,type:"Staff",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Stave",speed:3,mindmg:131,maxdmg:225,p:"inv_staff_14",sta:41},{id:18874,type:"Staff",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's War Staff",speed:3,mindmg:131,maxdmg:225,p:"inv_misc_bone_elfskull_01",sta:41},{id:18876,type:"Sword",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Claymore",speed:3.8,mindmg:235,maxdmg:353,p:"inv_sword_39",str:26,sta:41,crit:1},{id:18877,type:"Sword",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Greatsword",speed:3.8,mindmg:235,maxdmg:353,p:"inv_sword_48",str:26,sta:41,crit:1},{id:19022,type:"Fishing Pole",slot:"twohand",r:44,q:"2",i:"50",name:"Nat Pagle's Extreme Angler FC-5000",speed:3,mindmg:93,maxdmg:140,p:"inv_fishingpole_01",skill:25},{id:19101,type:"Staff",slot:"twohand",r:60,q:"3",i:"65",name:"Whiteout Staff",speed:3.1,mindmg:138,maxdmg:207,p:"inv_staff_30",sta:25},{id:19102,type:"Staff",slot:"twohand",r:60,q:"3",i:"65",name:"Crackling Staff",speed:3.1,mindmg:138,maxdmg:207,p:"inv_staff_20",sta:25},{id:19106,type:"Polearm",slot:"twohand",r:51,q:"3",i:"63",name:"Ice Barbed Spear",speed:3.6,mindmg:155,maxdmg:233,p:"inv_spear_04",agi:21,str:13,sta:20},{id:19167,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Blackfury",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10},crit:1},{id:19169,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Nightfall",speed:3.5,mindmg:187,maxdmg:282,p:"inv_axe_12"},{id:19323,type:"Mace",slot:"twohand",r:60,q:"4",i:"65",name:"The Unstoppable Force",speed:3.8,mindmg:175,maxdmg:292,p:"inv_hammer_13",str:19,sta:15,crit:2},{id:19970,type:"Fishing Pole",slot:"twohand",r:35,q:"3",i:"20",name:"Arcanite Fishing Pole",speed:3,mindmg:42,maxdmg:63,p:"inv_fishingpole_01",skill:35},{id:20069,type:"Staff",slot:"twohand",r:60,q:"4",i:"65",name:"Ironbark Staff",speed:3.4,mindmg:137,maxdmg:243,p:"inv_wand_04",sta:19},{id:20083,type:"Polearm",slot:"twohand",r:50,q:"3",i:"52",name:"Hunting Spear",speed:3.1,mindmg:111,maxdmg:168,p:"inv_spear_02",sta:17,crit:1},{id:20220,type:"Staff",slot:"twohand",r:60,q:"4",i:"65",name:"Ironbark Staff",speed:3.4,mindmg:137,maxdmg:243,p:"inv_wand_04",sta:19},{id:20504,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Lightforged Blade",speed:3.3,mindmg:118,maxdmg:178,p:"inv_sword_39",str:9,sta:9,resist:{fire:10,frost:10,shadow:10}},{id:20536,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Soul Harvester",speed:3.3,mindmg:118,maxdmg:178,p:"inv_sword_48",sta:16},{id:20556,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Wildstaff",speed:2.5,mindmg:90,maxdmg:135,p:"inv_staff_goldfeathered_01",str:10,sta:10,hit:1,crit:1},{id:20581,type:"Staff",slot:"twohand",r:60,q:"4",i:"71",name:"Staff of Rampant Growth",speed:2.6,mindmg:114,maxdmg:185,p:"inv_staff_36",sta:12,resist:{nature:20}},{id:20654,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Amethyst War Staff",speed:2.9,mindmg:119,maxdmg:179,p:"inv_staff_11",sta:6},{id:20660,type:"Polearm",slot:"twohand",r:55,q:"3",i:"60",name:"Stonecutting Glaive",speed:3.7,mindmg:152,maxdmg:228,p:"inv_spear_06",agi:12,str:29},{id:20669,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Darkstone Claymore",speed:3.6,mindmg:152,maxdmg:229,p:"inv_sword_35",sta:17,ap:54},{id:20696,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Crystal Spiked Maul",speed:3.9,mindmg:168,maxdmg:252,p:"inv_hammer_10",str:16,crit:2},{id:21125,type:"Staff",slot:"twohand",r:60,q:"4",i:"75",name:"Ahn'Qiraj Staff [PH]",speed:2.9,mindmg:170,maxdmg:255,p:"inv_staff_01"},{id:21188,type:"Mace",slot:"twohand",r:60,q:"4",i:"66",name:"Fist of Cenarius",speed:3.5,mindmg:175,maxdmg:263,p:"inv_hammer_23"},{id:21273,type:"Staff",slot:"twohand",r:60,q:"4",i:"79",name:"Blessed Qiraji Acolyte Staff",speed:3,mindmg:132,maxdmg:227,p:"inv_staff_20",sta:32},{id:21275,type:"Staff",slot:"twohand",r:60,q:"4",i:"79",name:"Blessed Qiraji Augur Staff",speed:3,mindmg:132,maxdmg:227,p:"inv_staff_20",sta:23},{id:22314,type:"Polearm",slot:"twohand",r:56,q:"3",i:"61",name:"Huntsman's Harpoon",speed:3.6,mindmg:150,maxdmg:226,p:"inv_spear_06",agi:35},{id:22335,type:"Staff",slot:"twohand",r:58,q:"3",i:"63",name:"Lord Valthalak's Staff of Command",speed:2.1,mindmg:90,maxdmg:136,p:"inv_staff_07",sta:11},{id:22348,type:"Mace",slot:"twohand",r:60,q:"3",i:"65",name:"Doomulus Prime",speed:3.8,mindmg:158,maxdmg:265,p:"inv_hammer_10",str:22,sta:22,hit:1},{id:22394,type:"Staff",slot:"twohand",r:57,q:"3",i:"62",name:"Staff of Metanoia",speed:2.1,mindmg:89,maxdmg:134,p:"inv_staff_29",sta:15},{id:22406,type:"Staff",slot:"twohand",r:56,q:"3",i:"61",name:"Redemption",speed:2.1,mindmg:87,maxdmg:132,p:"inv_staff_23"},{id:22458,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Moonshadow Stave",speed:3.7,mindmg:133,maxdmg:200,p:"inv_staff_28"},{id:22691,type:"Sword",slot:"twohand",r:60,q:"4",i:"86",name:"Corrupted Ashbringer",speed:3.6,mindmg:259,maxdmg:389,p:"inv_sword_2h_ashbringercorrupt",sta:-25,crit:2,hit:1,proc:{magic:!0,dmg:200,coeff:1}},{id:22809,type:"Mace",slot:"twohand",r:60,q:"4",i:"83",name:"Maul of the Redeemed Crusader",speed:3.6,mindmg:244,maxdmg:367,p:"inv_mace_26",sta:29},{id:23124,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Staff of Balzaphon",speed:3.9,mindmg:160,maxdmg:241,p:"inv_staff_07",sta:8},{id:23171,type:"Axe",slot:"twohand",r:20,q:"3",i:"25",name:"The Axe of Severing",speed:3,mindmg:50,maxdmg:76,p:"inv_axe_03",str:14},{id:23455,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Demolisher",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_23",sta:28},{id:23465,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Destroyer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_mace_09",sta:28},{id:204807,type:"Sword",slot:"twohand",r:25,q:"3",i:"30",name:"Fathomblade",speed:3.6,mindmg:71,maxdmg:107,p:"inv_sword_41",proc:{magic:!0,dmg:50},hit:1},{id:209559,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Twilight Sage's Walking Stick",speed:2.6,mindmg:51,maxdmg:78,p:"inv_staff_26",sta:5},{id:209561,type:"Staff",slot:"twohand",r:25,q:"4",i:"30",name:"Rod of the Ancient Sleepwalker",speed:2,mindmg:37,maxdmg:63,p:"inv_staff_06",resist:{shadow:5}},{id:209562,type:"Sword",slot:"twohand",r:25,q:"4",i:"30",name:"Deadly Strike of the Hydra",speed:3.5,mindmg:87,maxdmg:132,p:"inv_sword_42",proc:{magic:!0,tick:21,interval:"3000",duration:"15000",dmg:21}},{id:209564,type:"Polearm",slot:"twohand",r:25,q:"3",i:"30",name:"Guardian's Trident",speed:3,mindmg:59,maxdmg:90,p:"inv_spear_04",agi:12,sta:11},{id:209567,type:"Axe",slot:"twohand",r:25,q:"3",i:"30",name:"Coral Reef Axe",speed:3.3,mindmg:65,maxdmg:98,p:"inv_weapon_halberd_06",sta:9},{id:209573,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Wrathful Spire",speed:2.8,mindmg:55,maxdmg:84,p:"inv_staff_10",sta:11},{id:209577,type:"Mace",slot:"twohand",r:25,q:"3",i:"30",name:"Fist of the Wild",speed:2.8,mindmg:44,maxdmg:72,p:"inv_hammer_10",agi:6,str:6,sta:6,ap:0},{id:211443,type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Blade of Rage",speed:3.5,mindmg:31,maxdmg:47,p:"inv_sword_26",str:3},{id:211940,type:"Polearm",slot:"twohand",r:59,q:"3",i:"64",name:"Ecks'av's Tribal Guardian",speed:3.7,mindmg:154,maxdmg:230,p:"inv_weapon_halberd_04"},{id:211941,type:"Polearm",slot:"twohand",r:58,q:"3",i:"66",name:"Windwalker's Yari",speed:3.6,mindmg:148,maxdmg:224,p:"inv_weapon_halberd_04"},{id:211944,type:"Polearm",slot:"twohand",r:58,q:"3",i:"63",name:"Tojara's Karma",speed:3.5,mindmg:158,maxdmg:234,p:"inv_weapon_halberd_04",proc:{magic:!0,dmg:221}},{id:212580,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Lorekeeper's Staff",speed:2.9,mindmg:57,maxdmg:87,p:"inv_staff_28",sta:10},{id:212584,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Advisor's Gnarled Staff",speed:2.9,mindmg:57,maxdmg:87,p:"inv_staff_25",sta:10},{id:213289,type:"Staff",slot:"twohand",r:40,q:"3",i:"45",name:"Hydrostaff",speed:2.8,mindmg:78,maxdmg:117,p:"inv_staff_15",resist:{frost:23}},{id:213292,type:"Sword",slot:"twohand",r:40,q:"3",i:"45",name:"Gizmotron Gigachopper",speed:3.2,mindmg:102,maxdmg:153,p:"inv_sword_37",agi:9,str:22},{id:213296,type:"Axe",slot:"twohand",r:40,q:"3",i:"45",name:"Supercharged Headchopper",speed:2.8,mindmg:89,maxdmg:133,p:"inv_axe_21",str:13,proc:{magic:!0,procgcd:!0,dmg:90}},{id:213353,type:"Staff",slot:"twohand",r:40,q:"4",i:"45",name:"Defibrillating Staff",speed:3.3,mindmg:102,maxdmg:160,p:"inv_staff_07",sta:11},{id:213354,type:"Staff",slot:"twohand",r:40,q:"3",i:"45",name:"Staff of the Evil Genius",speed:3.3,mindmg:80,maxdmg:121,p:"inv_staff_14",sta:4,hit:1},{id:213408,type:"Polearm",slot:"twohand",r:40,q:"3",i:"45",name:"Gyromatic Macro-Adjustor",speed:3.2,mindmg:101,maxdmg:152,p:"inv_spear_05",agi:15,sta:9},{id:213416,type:"Axe",slot:"twohand",r:40,q:"4",i:"45",name:"Thermaplugg's Rocket Cleaver",speed:3.3,mindmg:117,maxdmg:175,p:"inv_axe_03",str:29,sta:12},{id:216495,type:"Mace",slot:"twohand",r:40,q:"4",i:"40",name:"Sanguine Crusher",speed:3.4,mindmg:110,maxdmg:165,p:"inv_misc_bone_orcskull_01",str:18,sta:12,crit:1},{id:216884,type:"Sword",slot:"twohand",r:125,q:"4",i:"100",name:"Bloodthirst Blade",speed:4.2,mindmg:649,maxdmg:764,p:"inv_sword_50",str:333},{id:217006,type:"Mace",slot:"twohand",r:0,q:"3",i:"40",name:"Mechanic's Pipehammer",speed:2.8,mindmg:80,maxdmg:112,p:"inv_mace_04",sta:21},{id:217299,type:"Staff",slot:"twohand",r:34,q:"3",i:"39",name:"Illusionary Rod",speed:3.4,mindmg:94,maxdmg:142,p:"inv_wand_04",sta:7},{id:217302,type:"Mace",slot:"twohand",r:39,q:"3",i:"44",name:"Mograine's Might",speed:3.2,mindmg:100,maxdmg:149,p:"inv_mace_13",str:17},{id:217704,type:"Staff",slot:"twohand",r:37,q:"3",i:"42",name:"Ironshod Bludgeon",speed:2.5,mindmg:68,maxdmg:106,p:"inv_staff_28",str:8,sta:20},{id:219223,type:"Sword",slot:"twohand",r:50,q:"3",i:"50",name:"Blademaster's Fury",speed:3,mindmg:104,maxdmg:157,p:"inv_sword_137",str:17,sta:10},{id:220173,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Parasomnia",speed:3.4,mindmg:142,maxdmg:213,p:"inv_sword_50",agi:11,str:15,sta:28},{id:220566,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Smolder Claw",speed:3.9,mindmg:158,maxdmg:237,p:"inv_weapon_halberd_04",agi:28,proc:{magic:!0,procgcd:!0,dmg:135,tick:5,interval:"2000",duration:"6000"}},{id:220567,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Bloodied Headspike",speed:3.6,mindmg:146,maxdmg:219,p:"inv_spear_06",agi:22,sta:15,crit:1,hit:1},{id:220568,type:"Axe",slot:"twohand",r:50,q:"4",i:"53",name:"Temple Explorer's Gun Axe",speed:3.5,mindmg:142,maxdmg:213,p:"inv_weapon_rifle_06",str:18,sta:15},{id:220569,type:"Mace",slot:"twohand",r:50,q:"4",i:"53",name:"Blistering Ragehammer",speed:3.7,mindmg:150,maxdmg:225,p:"inv_hammer_06",proc:{spell:"BlisteringRagehammer",ppm:2.7}},{id:220590,type:"Staff",slot:"twohand",r:50,q:"4",i:"55",name:"Spire of Hakkari Worship",speed:3.8,mindmg:135,maxdmg:214,p:"inv_waepon_bow_zulgrub_d_01",sta:13,crit:3},{id:220591,type:"Staff",slot:"twohand",r:50,q:"4",i:"53",name:"Mijan's Restorative Rod",speed:2.5,mindmg:101,maxdmg:152,p:"inv_staff_goldfeathered_01",sta:11},{id:220594,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Scythe of the Dream",speed:3.6,mindmg:146,maxdmg:219,p:"inv_sword_48",agi:11,str:26,sta:13,hit:1},{id:220595,type:"Staff",slot:"twohand",r:50,q:"4",i:"58",name:"Nightmare Focus Staff",speed:2.1,mindmg:74,maxdmg:120,p:"inv_staff_07",sta:30},{id:220596,type:"Staff",slot:"twohand",r:50,q:"4",i:"58",name:"Ancient Divining Rod",speed:2,mindmg:72,maxdmg:116,p:"inv_staff_goldfeathered_01",agi:19,str:31,sta:13},{id:220686,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Chieftain's Bane",speed:3.5,mindmg:146,maxdmg:219,p:"inv_sword_45",str:35,crit:1},{id:220965,type:"Axe",slot:"twohand",r:50,q:"4",i:"53",name:"Scalebane Greataxe",speed:3.4,mindmg:138,maxdmg:207,p:"inv_axe_34"},{id:221441,type:"Mace",slot:"twohand",r:43,q:"3",i:"50",name:"Warden of the Dream",speed:2,mindmg:60,maxdmg:94,p:"inv_hammer_10",agi:14,str:18,sta:10},{id:221518,type:"Mace",slot:"twohand",r:0,q:"3",i:"55",name:"Whisper",speed:2.6,mindmg:109,maxdmg:163,p:"inv_hammer_05",str:20,sta:12,crit:1},{id:221780,type:"Mace",slot:"twohand",r:46,q:"3",i:"54",name:"Princess Theradras' Scepter",speed:3.4,mindmg:111,maxdmg:174,p:"inv_hammer_10",agi:10,str:13,sta:15,proc:{spell:"Vibroblade"}},{id:223526,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Sul'thraze the Lasher",speed:2,mindmg:84,maxdmg:125,p:"inv_sword_40",str:23,sta:8,proc:{magic:!0,dmg:150,tick:25,interval:"3000",duration:"15000"}},{id:223536,type:"Polearm",slot:"twohand",r:42,q:"3",i:"47",name:"Grimlok's Charge",speed:3.4,mindmg:112,maxdmg:168,p:"inv_spear_08",agi:15,str:10,sta:15},{id:223538,type:"Staff",slot:"twohand",r:48,q:"3",i:"53",name:"Kindling Stave",speed:2.9,mindmg:106,maxdmg:160,p:"inv_staff_18",sta:10,resist:{fire:10},crit:1},{id:225893,type:"Sword",slot:"twohand",r:125,q:"4",i:"100",name:"Epoch's End",speed:4.2,mindmg:649,maxdmg:764,p:"inv_sword_50",str:333},{id:227683,type:"Mace",slot:"twohand",r:60,q:"5",i:"80",name:"Sulfuras Hand of Ragnaros",speed:3.8,mindmg:229,maxdmg:382,p:"inv_hammer_unique_sulfuras",str:12,sta:12,resist:{fire:32},proc:{magic:!0,dmg:303,tick:15,interval:"2000",duration:"10000",spell:"MeltArmor",ppm:.7}},{id:227684,type:"Mace",slot:"twohand",r:60,q:"4",i:"67",name:"Sulfuron Hammer",speed:3.8,mindmg:181,maxdmg:303,p:"inv_hammer_unique_sulfuras",str:10,sta:10,resist:{fire:30},proc:{magic:!0,procgcd:!0,dmg:92,tick:4,interval:"2000",duration:"8000"}},{id:227691,type:"Sword",slot:"twohand",r:59,q:"4",i:"64",name:"Blade of Hanna",speed:2.1,mindmg:101,maxdmg:152,p:"inv_sword_10",agi:11,str:11,sta:11},{id:227833,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Glaive of Obsidian Fury",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10},crit:1},{id:227843,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Reaving Nightfall",speed:3.5,mindmg:187,maxdmg:282,p:"inv_axe_12"},{id:227845,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Refined Arcanite Reaper",speed:4,mindmg:215,maxdmg:322,p:"inv_axe_09",sta:18,ap:84},{id:227857,type:"Sword",slot:"twohand",r:53,q:"3",i:"58",name:"Desecration",speed:3,mindmg:119,maxdmg:179,p:"inv_sword_07",str:30,sta:30},{id:227858,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Wild Gods",speed:3.8,mindmg:163,maxdmg:246,p:"inv_hammer_09",str:15},{id:227880,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Finely-Enchanted Battlehammer",speed:2.6,mindmg:100,maxdmg:150,p:"inv_hammer_05",hit:2},{id:227934,type:"Polearm",slot:"twohand",r:51,q:"3",i:"56",name:"Flame Wrath",speed:3.3,mindmg:127,maxdmg:191,p:"inv_spear_01",proc:{magic:!0,dmg:150}},{id:227948,type:"Axe",slot:"twohand",r:51,q:"3",i:"56",name:"Angerforge's Battle Axe",speed:2.6,mindmg:100,maxdmg:150,p:"inv_weapon_halberd_06",str:27,sta:11},{id:227949,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Force of Magma",speed:3.2,mindmg:123,maxdmg:185,p:"inv_hammer_09",str:14,proc:{magic:!0,procgcd:!0,dmg:150}},{id:227950,type:"Sword",slot:"twohand",r:51,q:"3",i:"56",name:"Stone of the Earth",speed:3.2,mindmg:123,maxdmg:185,p:"inv_sword_47",sta:12},{id:227960,type:"Mace",slot:"twohand",r:52,q:"3",i:"57",name:"Impervious Giant",speed:2.7,mindmg:105,maxdmg:159,p:"inv_hammer_08",hit:1,crit:2},{id:227974,type:"Mace",slot:"twohand",r:53,q:"3",i:"58",name:"Lavastone Hammer",speed:3.4,mindmg:135,maxdmg:203,p:"inv_hammer_10",str:10,sta:14},{id:227981,type:"Axe",slot:"twohand",r:54,q:"3",i:"59",name:"Dreadforge Retaliator",speed:3.7,mindmg:149,maxdmg:225,p:"inv_axe_22",crit:1,ap:30},{id:227982,type:"Staff",slot:"twohand",r:54,q:"3",i:"59",name:"Guiding Stave of Wisdom",speed:3.3,mindmg:133,maxdmg:200,p:"inv_staff_30",sta:11,resist:{frost:10}},{id:227994,type:"Mace",slot:"twohand",r:54,q:"3",i:"59",name:"Frightskull Shaft",speed:3.4,mindmg:137,maxdmg:206,p:"inv_hammer_13",proc:{magic:!0,tick:8,interval:"2000",duration:"30000"}},{id:227997,type:"Sword",slot:"twohand",r:56,q:"3",i:"61",name:"Barovian Family Sword",speed:2.1,mindmg:87,maxdmg:132,p:"inv_sword_03",proc:{magic:!0,tick:30,interval:"3000",duration:"15000"}},{id:228022,type:"Staff",slot:"twohand",r:57,q:"4",i:"62",name:"Headmaster's Charge",speed:2.9,mindmg:135,maxdmg:204,p:"inv_jewelry_talisman_12",sta:30},{id:228029,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Gravestone War Axe",speed:3.4,mindmg:144,maxdmg:217,p:"inv_weapon_halberd_09",proc:{magic:!0,tick:55,interval:"3000",duration:"15000"}},{id:228030,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Malicious Axe",speed:3.1,mindmg:131,maxdmg:197,p:"inv_axe_18",sta:30,ap:26},{id:228033,type:"Mace",slot:"twohand",r:57,q:"3",i:"62",name:"Hammer of Divine Might",speed:2.1,mindmg:89,maxdmg:134,p:"inv_hammer_04",sta:13},{id:228051,type:"Staff",slot:"twohand",r:53,q:"3",i:"58",name:"Quel'dorai Channeling Rod",speed:2.8,mindmg:111,maxdmg:167,p:"inv_staff_14",sta:8},{id:228052,type:"Axe",slot:"twohand",r:53,q:"3",i:"58",name:"Waveslicer",speed:3.1,mindmg:123,maxdmg:185,p:"inv_axe_17",str:26,crit:1},{id:228075,type:"Polearm",slot:"twohand",r:57,q:"3",i:"62",name:"Spear of Destiny",speed:3.8,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_09",agi:27,str:15,sta:11},{id:228086,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Repurposed Shredderblade",speed:3.6,mindmg:152,maxdmg:229,p:"inv_sword_35",sta:17,ap:54},{id:228108,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Shadow of Gorehowl",speed:3.6,mindmg:152,maxdmg:229,p:"inv_weapon_halberd_09",agi:15,str:27,sta:11,proc:{magic:!0,tick:55,interval:"3000",duration:"15000"}},{id:228116,type:"Axe",slot:"twohand",r:58,q:"3",i:"63",name:"Pattern: Synthetic Gordok Ogre Suit",speed:3.8,mindmg:153,maxdmg:256,p:"inv_chest_chain_14",sta:13,ap:62},{id:228125,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Refined Arcanite Champion",speed:3,mindmg:129,maxdmg:194,p:"inv_sword_39"},{id:228160,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Faithbringer",speed:3.9,mindmg:170,maxdmg:301,p:"inv_hammer_04",sta:21,crit:1},{id:228166,type:"Staff",slot:"twohand",r:60,q:"4",i:"75",name:"Key to the City",speed:3.3,mindmg:145,maxdmg:242,p:"inv_misc_key_15",sta:23},{id:228167,type:"Staff",slot:"twohand",r:54,q:"3",i:"59",name:"Whelpling-Head Trophy",speed:3.3,mindmg:133,maxdmg:200,p:"inv_misc_head_dragon_bronze",sta:11,resist:{frost:10}},{id:228170,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Makeshift South Sea Oar",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10}},{id:228229,type:"Sword",slot:"twohand",r:60,q:"4",i:"68",name:"Obsidian Edged Blade",speed:3.6,mindmg:187,maxdmg:280,p:"inv_sword_28",str:42,skill:3,crit:1},{id:228230,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Refined Hammer of the Titans",speed:2,mindmg:107,maxdmg:161,p:"inv_hammer_09",str:36},{id:228248,type:"Mace",slot:"twohand",r:60,q:"4",i:"66",name:"Earthshaker",speed:3.5,mindmg:175,maxdmg:263,p:"inv_hammer_04",ap:22},{id:228271,type:"Staff",slot:"twohand",r:60,q:"4",i:"71",name:"Staff of Dominance",speed:2.9,mindmg:125,maxdmg:204,p:"inv_staff_13",sta:16,crit:1},{id:228272,type:"Polearm",slot:"twohand",r:58,q:"4",i:"71",name:"Shadowstrike",speed:3.4,mindmg:186,maxdmg:279,p:"inv_spear_08",agi:33,sta:13,proc:{magic:!0,dmg:200,coeff:1}},{id:228273,type:"Polearm",slot:"twohand",r:58,q:"4",i:"71",name:"Thunderstrike",speed:3.4,mindmg:186,maxdmg:279,p:"inv_spear_08",agi:13,sta:33,proc:{magic:!0,dmg:250}}]}; \ No newline at end of file +var gear={head:[{id:1280,type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Cloaked Hood",p:"inv_helmet_30",agi:10,sta:10},{id:1282,type:"Mail",slot:"head",r:20,q:"2",i:"33",name:"Sparkmetal Coif",p:"inv_helmet_02",str:9},{id:1624,type:"Mail",slot:"head",r:38,q:"2",i:"43",name:"Skullsplitter Helm",p:"inv_helmet_03",agi:11,sta:12},{id:2245,type:"Mail",slot:"head",r:54,q:"4",i:"59",name:"Helm of Narv",p:"inv_helmet_05",agi:13,sta:32},{id:3836,type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Green Iron Helm",p:"inv_helmet_03",str:5,sta:11},{id:4078,type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Chief Brigadier Coif",p:"inv_helmet_29",agi:10,sta:11},{id:4724,type:"Leather",slot:"head",r:25,q:"2",i:"30",name:"Humbert's Helm",p:"inv_helmet_20",agi:7,sta:8},{id:6204,type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Tribal Worg Helm",p:"inv_helmet_17",agi:7},{id:6389,type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Glimmering Mail Coif",p:"inv_helmet_39",agi:6,sta:7},{id:6422,type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Glyphed Helm",p:"inv_helmet_13",agi:6},{id:6686,type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Tusken Helm",p:"inv_helmet_09",agi:8,str:9},{id:6720,type:"Leather",slot:"head",r:26,q:"2",i:"37",name:"Spirit Hunter Headdress",p:"inv_helmet_17",agi:10},{id:6971,type:"Mail",slot:"head",r:20,q:"2",i:"31",name:"Fire Hardened Coif",p:"inv_helmet_39",agi:7,sta:8},{id:7130,type:"Mail",slot:"head",r:20,q:"2",i:"31",name:"Brutal Helm",p:"inv_helmet_02",agi:7,sta:8},{id:"7413|690",type:"Leather",slot:"head",r:28,q:"2",i:"33",name:"Infiltrator Cap of the Tiger",p:"inv_helmet_15",agi:8,str:8,rand:690},{id:"7413|1200",type:"Leather",slot:"head",r:28,q:"2",i:"33",name:"Infiltrator Cap of the Bear",p:"inv_helmet_15",sta:8,str:8,rand:1200},{id:"7420|690",type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Phalanx Headguard of the Tiger",p:"inv_crown_01",agi:8,str:8,rand:690},{id:"7420|1200",type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Phalanx Headguard of the Bear",p:"inv_crown_01",sta:8,str:8,rand:1200},{id:"7441|696",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Sentinel Cap of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"7441|1206",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Sentinel Cap of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"7456|696",type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Knight's Headguard of the Tiger",p:"inv_crown_01",agi:10,str:10,rand:696},{id:"7456|1206",type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Knight's Headguard of the Bear",p:"inv_crown_01",sta:10,str:10,rand:1206},{id:"7479|699",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Ranger Helm of the Tiger",p:"inv_helmet_13",agi:11,str:11,rand:699},{id:"7479|1209",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Ranger Helm of the Bear",p:"inv_helmet_13",sta:11,str:11,rand:1209},{id:"7488|699",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Captain's Circlet of the Tiger",p:"inv_crown_01",agi:11,str:11,rand:699},{id:"7488|1209",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Captain's Circlet of the Bear",p:"inv_crown_01",sta:11,str:11,rand:1209},{id:"7529|705",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Cabalist Helm of the Tiger",p:"inv_helmet_18",agi:13,str:13,rand:705},{id:"7529|1215",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Cabalist Helm of the Bear",p:"inv_helmet_18",sta:13,str:13,rand:1215},{id:"7540|705",type:"Mail",slot:"head",r:42,q:"2",i:"47",name:"Champion's Helmet of the Tiger",p:"inv_helmet_02",agi:13,str:13,rand:705},{id:"7540|1215",type:"Mail",slot:"head",r:42,q:"2",i:"47",name:"Champion's Helmet of the Bear",p:"inv_helmet_02",sta:13,str:13,rand:1215},{id:7719,type:"Mail",slot:"head",r:37,q:"3",i:"42",name:"Raging Berserker's Helm",p:"inv_helmet_25",str:13,sta:8,crit:1},{id:7915,type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Barbaric Iron Helm",p:"inv_helmet_25",agi:9,str:9},{id:7937,type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Ornate Mithril Helm",p:"inv_helmet_10",str:10,crit:1},{id:8131,type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Myrmidon's Helm",p:"inv_helmet_10",agi:7},{id:8142,type:"Plate",slot:"head",r:40,q:"2",i:"44",name:"Chromite Barbute",p:"inv_helmet_22",agi:12,str:12},{id:8161,type:"Plate",slot:"head",r:40,q:"2",i:"40",name:"Jouster's Visor",p:"inv_helmet_57",agi:10,sta:11},{id:8176,type:"Leather",slot:"head",r:36,q:"2",i:"41",name:"Nightscape Headband",p:"inv_belt_24",agi:12,sta:11},{id:8208,type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Tough Scorpid Helm",p:"inv_helmet_20",agi:14},{id:"8214|702",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Wild Leather Helmet of the Tiger",p:"inv_helmet_10",agi:12,str:12,rand:702},{id:"8214|1212",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Wild Leather Helmet of the Bear",p:"inv_helmet_10",sta:12,str:12,rand:1212},{id:8279,type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Valorous Helm",p:"inv_helmet_22",agi:14,sta:13},{id:8308,type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Hero's Band",p:"inv_crown_01",agi:9,sta:14},{id:8348,type:"Leather",slot:"head",r:45,q:"3",i:"50",name:"Helm of Fire",p:"inv_helmet_08",agi:17,sta:10,resist:{fire:5},proc:{magic:!0,dmg:331,tick:10,interval:"2000",duration:"8000"}},{id:"9290|699",type:"Plate",slot:"head",r:40,q:"2",i:"42",name:"Field Plate Helmet of the Tiger",p:"inv_helmet_22",agi:11,str:11,rand:699},{id:"9290|1209",type:"Plate",slot:"head",r:40,q:"2",i:"42",name:"Field Plate Helmet of the Bear",p:"inv_helmet_22",sta:11,str:11,rand:1209},{id:9375,type:"Axe",slot:"head",r:33,q:"3",i:"38",name:"Expert Goldminer's Helmet",p:"inv_helmet_18",agi:5,sta:6,skill:7},{id:9394,type:"Plate",slot:"head",r:40,q:"3",i:"42",name:"Horned Viking Helmet",p:"inv_helmet_25",agi:10,sta:15},{id:9420,type:"Leather",slot:"head",r:32,q:"3",i:"37",name:"Adventurer's Pith Helmet",p:"inv_helmet_15",agi:9,sta:14},{id:9664,type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Sentinel's Guard",p:"inv_helmet_19",agi:9,sta:12},{id:"9859|693",type:"Leather",slot:"head",r:31,q:"2",i:"36",name:"Archer's Cap of the Tiger",p:"inv_helmet_15",agi:9,str:9,rand:693},{id:"9859|1203",type:"Leather",slot:"head",r:31,q:"2",i:"36",name:"Archer's Cap of the Bear",p:"inv_helmet_15",sta:9,str:9,rand:1203},{id:"9870|693",type:"Mail",slot:"head",r:31,q:"2",i:"36",name:"Renegade Circlet of the Tiger",p:"inv_crown_02",agi:9,str:9,rand:693},{id:"9870|1203",type:"Mail",slot:"head",r:31,q:"2",i:"36",name:"Renegade Circlet of the Bear",p:"inv_crown_02",sta:9,str:9,rand:1203},{id:"9889|699",type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Huntsman's Cap of the Tiger",p:"inv_belt_25",agi:11,str:11,rand:699},{id:"9889|1209",type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Huntsman's Cap of the Bear",p:"inv_belt_25",sta:11,str:11,rand:1209},{id:"9902|699",type:"Mail",slot:"head",r:36,q:"2",i:"41",name:"Jazeraint Helm of the Tiger",p:"inv_helmet_37",agi:11,str:11,rand:699},{id:"9902|1209",type:"Mail",slot:"head",r:36,q:"2",i:"41",name:"Jazeraint Helm of the Bear",p:"inv_helmet_37",sta:11,str:11,rand:1209},{id:"9921|702",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Tracker's Headband of the Tiger",p:"inv_helmet_17",agi:12,str:12,rand:702},{id:"9921|1212",type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Tracker's Headband of the Bear",p:"inv_helmet_17",sta:12,str:12,rand:1212},{id:"9932|702",type:"Mail",slot:"head",r:39,q:"2",i:"44",name:"Brigade Circlet of the Tiger",p:"inv_helmet_11",agi:12,str:12,rand:702},{id:"9932|1212",type:"Mail",slot:"head",r:39,q:"2",i:"44",name:"Brigade Circlet of the Bear",p:"inv_helmet_11",sta:12,str:12,rand:1212},{id:"9953|708",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Chieftain's Headdress of the Tiger",p:"inv_helmet_24",agi:14,str:14,rand:708},{id:"9953|1218",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Chieftain's Headdress of the Bear",p:"inv_helmet_24",sta:14,str:14,rand:1218},{id:"9963|705",type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Warmonger's Circlet of the Tiger",p:"inv_crown_01",agi:13,str:13,rand:705},{id:"9963|1215",type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Warmonger's Circlet of the Bear",p:"inv_crown_01",sta:13,str:13,rand:1215},{id:"9969|702",type:"Plate",slot:"head",r:40,q:"2",i:"43",name:"Embossed Plate Helmet of the Tiger",p:"inv_helmet_25",agi:12,str:12,rand:702},{id:"9969|1212",type:"Plate",slot:"head",r:40,q:"2",i:"43",name:"Embossed Plate Helmet of the Bear",p:"inv_helmet_25",sta:12,str:12,rand:1212},{id:"10073|711",type:"Leather",slot:"head",r:47,q:"2",i:"52",name:"Righteous Helmet of the Tiger",p:"inv_helmet_13",agi:15,str:15,rand:711},{id:"10073|1221",type:"Leather",slot:"head",r:47,q:"2",i:"52",name:"Righteous Helmet of the Bear",p:"inv_helmet_13",sta:15,str:15,rand:1221},{id:"10083|708",type:"Mail",slot:"head",r:46,q:"2",i:"51",name:"Lord's Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"10083|1218",type:"Mail",slot:"head",r:46,q:"2",i:"51",name:"Lord's Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"10090|705",type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Gothic Plate Helmet of the Tiger",p:"inv_helmet_10",agi:13,str:13,rand:705},{id:"10090|1215",type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Gothic Plate Helmet of the Bear",p:"inv_helmet_10",sta:13,str:13,rand:1215},{id:"10111|714",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Wanderer's Hat of the Tiger",p:"inv_helmet_50",agi:16,str:16,rand:714},{id:"10111|1224",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Wanderer's Hat of the Bear",p:"inv_helmet_50",sta:16,str:16,rand:1224},{id:"10123|714",type:"Mail",slot:"head",r:52,q:"2",i:"57",name:"Ornate Circlet of the Tiger",p:"inv_crown_02",agi:16,str:16,rand:714},{id:"10123|1224",type:"Mail",slot:"head",r:52,q:"2",i:"57",name:"Ornate Circlet of the Bear",p:"inv_crown_02",sta:16,str:16,rand:1224},{id:"10132|708",type:"Plate",slot:"head",r:46,q:"2",i:"51",name:"Revenant Helmet of the Tiger",p:"inv_helmet_03",agi:14,str:14,rand:708},{id:"10132|1218",type:"Plate",slot:"head",r:46,q:"2",i:"51",name:"Revenant Helmet of the Bear",p:"inv_helmet_03",sta:14,str:14,rand:1218},{id:"10150|720",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of the Tiger",p:"inv_helmet_54",agi:18,str:18,rand:720},{id:"10150|1230",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of the Bear",p:"inv_helmet_54",sta:18,str:18,rand:1230},{id:"10150|321",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Mighty Helmet of Strength",p:"inv_helmet_54",str:29,rand:321},{id:"10160|720",type:"Mail",slot:"head",r:57,q:"2",i:"62",name:"Mercurial Circlet of the Tiger",p:"inv_crown_01",agi:18,str:18,rand:720},{id:"10160|1230",type:"Mail",slot:"head",r:57,q:"2",i:"62",name:"Mercurial Circlet of the Bear",p:"inv_crown_01",sta:18,str:18,rand:1230},{id:"10168|714",type:"Plate",slot:"head",r:51,q:"2",i:"56",name:"Templar Crown of the Tiger",p:"inv_crown_01",agi:16,str:16,rand:714},{id:"10168|1224",type:"Plate",slot:"head",r:51,q:"2",i:"56",name:"Templar Crown of the Bear",p:"inv_crown_01",sta:16,str:16,rand:1224},{id:"10187|714",type:"Leather",slot:"head",r:50,q:"2",i:"55",name:"Swashbuckler's Eyepatch of the Tiger",p:"inv_helmet_46",agi:16,str:16,rand:714},{id:"10187|1224",type:"Leather",slot:"head",r:50,q:"2",i:"55",name:"Swashbuckler's Eyepatch of the Bear",p:"inv_helmet_46",sta:16,str:16,rand:1224},{id:"10198|711",type:"Mail",slot:"head",r:48,q:"2",i:"53",name:"Crusader's Helm of the Tiger",p:"inv_helmet_25",agi:15,str:15,rand:711},{id:"10198|1221",type:"Mail",slot:"head",r:48,q:"2",i:"53",name:"Crusader's Helm of the Bear",p:"inv_helmet_25",sta:15,str:15,rand:1221},{id:"10207|708",type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Overlord's Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"10207|1218",type:"Plate",slot:"head",r:44,q:"2",i:"49",name:"Overlord's Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"10226|720",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of the Tiger",p:"inv_helmet_08",agi:18,str:18,rand:720},{id:"10226|1230",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of the Bear",p:"inv_helmet_08",sta:18,str:18,rand:1230},{id:"10226|321",type:"Leather",slot:"head",r:56,q:"2",i:"61",name:"Nightshade Helmet of Strength",p:"inv_helmet_08",str:29,rand:321},{id:"10235|717",type:"Mail",slot:"head",r:54,q:"2",i:"59",name:"Engraved Helm of the Tiger",p:"inv_helmet_08",agi:17,str:17,rand:717},{id:"10235|1227",type:"Mail",slot:"head",r:54,q:"2",i:"59",name:"Engraved Helm of the Bear",p:"inv_helmet_08",sta:17,str:17,rand:1227},{id:"10241|711",type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Heavy Lamellar Helm of the Tiger",p:"inv_helmet_21",agi:15,str:15,rand:711},{id:"10241|1221",type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Heavy Lamellar Helm of the Bear",p:"inv_helmet_21",sta:15,str:15,rand:1221},{id:"10261|720",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of the Tiger",p:"inv_misc_bandana_03",agi:18,str:18,rand:720},{id:"10261|1230",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of the Bear",p:"inv_misc_bandana_03",sta:18,str:18,rand:1230},{id:"10261|321",type:"Leather",slot:"head",r:58,q:"2",i:"63",name:"Adventurer's Bandana of Strength",p:"inv_misc_bandana_03",str:29,rand:321},{id:"10272|720",type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Masterwork Circlet of the Tiger",p:"inv_jewelry_ring_03",agi:18,str:18,rand:720},{id:"10272|1230",type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Masterwork Circlet of the Bear",p:"inv_jewelry_ring_03",sta:18,str:18,rand:1230},{id:"10279|717",type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Emerald Helm of the Tiger",p:"inv_helmet_10",agi:17,str:17,rand:717},{id:"10279|1227",type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Emerald Helm of the Bear",p:"inv_helmet_10",sta:17,str:17,rand:1227},{id:10372,type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Imbued Plate Helmet",p:"inv_helmet_06",agi:17,sta:17},{id:"10379|720",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of the Tiger",p:"inv_helmet_01",agi:18,str:18,rand:720},{id:"10379|1230",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of the Bear",p:"inv_helmet_01",sta:18,str:18,rand:1230},{id:"10379|320",type:"Plate",slot:"head",r:56,q:"2",i:"61",name:"Commander's Helm of Strength",p:"inv_helmet_01",str:28,rand:320},{id:"10388|720",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of the Tiger",p:"inv_helmet_12",agi:18,str:18,rand:720},{id:"10388|1230",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of the Bear",p:"inv_helmet_12",sta:18,str:18,rand:1230},{id:"10388|320",type:"Plate",slot:"head",r:58,q:"2",i:"63",name:"Hyperion Helm of Strength",p:"inv_helmet_12",str:28,rand:320},{id:"10406|690",type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Scaled Leather Headband of the Tiger",p:"inv_misc_bandage_11",agi:8,str:8,rand:690},{id:"10406|1200",type:"Leather",slot:"head",r:27,q:"2",i:"32",name:"Scaled Leather Headband of the Bear",p:"inv_misc_bandage_11",sta:8,str:8,rand:1200},{id:"10408|690",type:"Mail",slot:"head",r:27,q:"2",i:"32",name:"Banded Helm of the Tiger",p:"inv_helmet_36",agi:8,str:8,rand:690},{id:"10408|1200",type:"Mail",slot:"head",r:27,q:"2",i:"32",name:"Banded Helm of the Bear",p:"inv_helmet_36",sta:8,str:8,rand:1200},{id:10741,type:"Leather",slot:"head",r:40,q:"2",i:"53",name:"Lordrec Helmet",p:"inv_helmet_11",agi:16,sta:10},{id:10743,type:"Mail",slot:"head",r:40,q:"2",i:"51",name:"Drakefire Headguard",p:"inv_helmet_17",str:5},{id:10763,type:"Plate",slot:"head",r:40,q:"3",i:"44",name:"Icemetal Barbute",p:"inv_helmet_13",str:15,sta:10,resist:{frost:10}},{id:11735,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Ragefury Eyepatch",p:"inv_helmet_46",str:6,sta:9,crit:2},{id:11913,type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Clayridge Helm",p:"inv_helmet_56",agi:16},{id:12427,type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Imperial Plate Helm",p:"inv_helmet_22",str:18,sta:17},{id:12587,type:"Leather",slot:"head",r:58,q:"3",i:"63",name:"Eye of Rend",p:"inv_helmet_46",str:13,sta:7,crit:2},{id:12620,type:"Plate",slot:"head",r:57,q:"3",i:"62",name:"Enchanted Thorium Helm",p:"inv_helmet_02",str:12,sta:25,d:9},{id:12640,type:"Plate",slot:"head",r:56,q:"4",i:"61",name:"Lionheart Helm",p:"inv_helmet_36",str:18,crit:2,hit:2},{id:12952,type:"Plate",slot:"head",r:55,q:"3",i:"60",name:"Gyth's Skull",p:"inv_helmet_23",sta:20,d:9},{id:12953,type:"Mail",slot:"head",r:55,q:"3",i:"60",name:"Dragoneye Coif",p:"inv_helmet_39",sta:17,ap:38},{id:13073,type:"Plate",slot:"head",r:47,q:"3",i:"52",name:"Mugthol's Helm",p:"inv_helmet_25",str:10,sta:17},{id:13127,type:"Mail",slot:"head",r:27,q:"3",i:"32",name:"Frostreaver Crown",p:"inv_helmet_24",str:4,sta:15},{id:13359,type:"Mail",slot:"head",r:58,q:"3",i:"63",name:"Crown of Tyranny",p:"inv_helmet_03",sta:20,ap:40,crit:1},{id:13404,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Mask of the Unforgiven",p:"inv_misc_bandana_01",sta:12,hit:2,crit:1},{id:14584,type:"Leather",slot:"head",r:30,q:"2",i:"35",name:"Dokebi Hat",p:"inv_helmet_15",str:4},{id:14591,type:"Leather",slot:"head",r:35,q:"2",i:"40",name:"Hawkeye's Helm",p:"inv_helmet_15",agi:11,str:4,sta:8},{id:14604,type:"Leather",slot:"head",r:40,q:"2",i:"45",name:"Warden's Wizard Hat",p:"inv_helmet_13",agi:13,sta:11},{id:14658,type:"Leather",slot:"head",r:44,q:"2",i:"49",name:"Scorpashi Skullcap",p:"inv_helmet_16",agi:14,str:3,sta:13},{id:14676,type:"Leather",slot:"head",r:53,q:"2",i:"58",name:"Pridelord Halo",p:"inv_helmet_08",agi:17,sta:14},{id:14753,type:"Mail",slot:"head",r:28,q:"2",i:"33",name:"Slayer's Skullcap",p:"inv_helmet_59",agi:3,str:9,sta:7},{id:14765,type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Enduring Circlet",p:"inv_crown_02",agi:3,str:6,sta:12},{id:14774,type:"Mail",slot:"head",r:38,q:"2",i:"43",name:"Ravager's Crown",p:"inv_helmet_19",str:7,sta:15},{id:14785,type:"Mail",slot:"head",r:43,q:"2",i:"48",name:"Khan's Helmet",p:"inv_helmet_12",agi:7},{id:14814,type:"Mail",slot:"head",r:58,q:"2",i:"63",name:"Warstrike Helmet",p:"inv_helmet_10",agi:10,sta:23},{id:14843,type:"Plate",slot:"head",r:41,q:"2",i:"46",name:"Tyrant's Helm",p:"inv_helmet_12",agi:4,str:5,sta:16},{id:14849,type:"Plate",slot:"head",r:48,q:"2",i:"53",name:"Sunscale Helmet",p:"inv_helmet_22",agi:6,str:16,sta:12},{id:14858,type:"Plate",slot:"head",r:53,q:"2",i:"58",name:"Vanguard Headdress",p:"inv_helmet_19",str:10,sta:21},{id:14866,type:"Plate",slot:"head",r:57,q:"2",i:"62",name:"Warleader's Crown",p:"inv_helmet_19",str:18,sta:16},{id:"14899|699",type:"Plate",slot:"head",r:40,q:"2",i:"41",name:"Saltstone Helm of the Tiger",p:"inv_helmet_20",agi:11,str:11,rand:699},{id:"14899|1209",type:"Plate",slot:"head",r:40,q:"2",i:"41",name:"Saltstone Helm of the Bear",p:"inv_helmet_20",sta:11,str:11,rand:1209},{id:"14907|705",type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Brutish Helmet of the Tiger",p:"inv_helmet_25",agi:13,str:13,rand:705},{id:"14907|1215",type:"Plate",slot:"head",r:43,q:"2",i:"48",name:"Brutish Helmet of the Bear",p:"inv_helmet_25",sta:13,str:13,rand:1215},{id:"14919|711",type:"Plate",slot:"head",r:47,q:"2",i:"52",name:"Jade Circlet of the Tiger",p:"inv_belt_25",agi:15,str:15,rand:711},{id:"14919|1221",type:"Plate",slot:"head",r:47,q:"2",i:"52",name:"Jade Circlet of the Bear",p:"inv_belt_25",sta:15,str:15,rand:1221},{id:"14925|714",type:"Plate",slot:"head",r:52,q:"2",i:"57",name:"Lofty Helm of the Tiger",p:"inv_helmet_10",agi:16,str:16,rand:714},{id:"14925|1224",type:"Plate",slot:"head",r:52,q:"2",i:"57",name:"Lofty Helm of the Bear",p:"inv_helmet_10",sta:16,str:16,rand:1224},{id:"14935|717",type:"Plate",slot:"head",r:55,q:"2",i:"60",name:"Heroic Skullcap of the Tiger",p:"inv_helmet_20",agi:17,str:17,rand:717},{id:"14935|1227",type:"Plate",slot:"head",r:55,q:"2",i:"60",name:"Heroic Skullcap of the Bear",p:"inv_helmet_20",sta:17,str:17,rand:1227},{id:"14944|702",type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Warbringer's Crown of the Tiger",p:"inv_belt_28",agi:12,str:12,rand:702},{id:"14944|1212",type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Warbringer's Crown of the Bear",p:"inv_belt_28",sta:12,str:12,rand:1212},{id:"14952|708",type:"Plate",slot:"head",r:45,q:"2",i:"50",name:"Bloodforged Helmet of the Tiger",p:"inv_helmet_12",agi:14,str:14,rand:708},{id:"14952|1218",type:"Plate",slot:"head",r:45,q:"2",i:"50",name:"Bloodforged Helmet of the Bear",p:"inv_helmet_12",sta:14,str:14,rand:1218},{id:"14961|714",type:"Plate",slot:"head",r:50,q:"2",i:"55",name:"High Chief's Crown of the Tiger",p:"inv_helmet_23",agi:16,str:16,rand:714},{id:"14961|1224",type:"Plate",slot:"head",r:50,q:"2",i:"55",name:"High Chief's Crown of the Bear",p:"inv_helmet_23",sta:16,str:16,rand:1224},{id:"14969|717",type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Glorious Headdress of the Tiger",p:"inv_helmet_05",agi:17,str:17,rand:717},{id:"14969|1227",type:"Plate",slot:"head",r:54,q:"2",i:"59",name:"Glorious Headdress of the Bear",p:"inv_helmet_05",sta:17,str:17,rand:1227},{id:"14979|723",type:"Plate",slot:"head",r:59,q:"2",i:"64",name:"Exalted Helmet of the Tiger",p:"inv_helmet_10",agi:19,str:19,rand:723},{id:"14979|1233",type:"Plate",slot:"head",r:59,q:"2",i:"64",name:"Exalted Helmet of the Bear",p:"inv_helmet_10",sta:19,str:19,rand:1233},{id:15086,type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Wicked Leather Headband",p:"inv_misc_bandage_13",agi:16,sta:16},{id:"15129|690",type:"Leather",slot:"head",r:26,q:"2",i:"31",name:"Robust Helm of the Tiger",p:"inv_helmet_15",agi:8,str:8,rand:690},{id:"15129|1200",type:"Leather",slot:"head",r:26,q:"2",i:"31",name:"Robust Helm of the Bear",p:"inv_helmet_15",sta:8,str:8,rand:1200},{id:"15134|696",type:"Leather",slot:"head",r:32,q:"2",i:"37",name:"Cutthroat's Hat of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15134|1206",type:"Leather",slot:"head",r:32,q:"2",i:"37",name:"Cutthroat's Hat of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15146|696",type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Ghostwalker Crown of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15146|1206",type:"Leather",slot:"head",r:34,q:"2",i:"39",name:"Ghostwalker Crown of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15156|702",type:"Leather",slot:"head",r:38,q:"2",i:"43",name:"Nocturnal Cap of the Tiger",p:"inv_helmet_13",agi:12,str:12,rand:702},{id:"15156|1212",type:"Leather",slot:"head",r:38,q:"2",i:"43",name:"Nocturnal Cap of the Bear",p:"inv_helmet_13",sta:12,str:12,rand:1212},{id:"15167|705",type:"Leather",slot:"head",r:43,q:"2",i:"48",name:"Imposing Bandana of the Tiger",p:"inv_misc_bandana_03",agi:13,str:13,rand:705},{id:"15167|1215",type:"Leather",slot:"head",r:43,q:"2",i:"48",name:"Imposing Bandana of the Bear",p:"inv_misc_bandana_03",sta:13,str:13,rand:1215},{id:"15175|708",type:"Leather",slot:"head",r:46,q:"2",i:"51",name:"Potent Helmet of the Tiger",p:"inv_helmet_13",agi:14,str:14,rand:708},{id:"15175|1218",type:"Leather",slot:"head",r:46,q:"2",i:"51",name:"Potent Helmet of the Bear",p:"inv_helmet_13",sta:14,str:14,rand:1218},{id:"15185|714",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Praetorian Coif of the Tiger",p:"inv_belt_11",agi:16,str:16,rand:714},{id:"15185|1224",type:"Leather",slot:"head",r:52,q:"2",i:"57",name:"Praetorian Coif of the Bear",p:"inv_belt_11",sta:16,str:16,rand:1224},{id:"15193|720",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of the Tiger",p:"inv_helmet_06",agi:18,str:18,rand:720},{id:"15193|1230",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of the Bear",p:"inv_helmet_06",sta:18,str:18,rand:1230},{id:"15193|321",type:"Leather",slot:"head",r:57,q:"2",i:"62",name:"Grand Crown of Strength",p:"inv_helmet_06",str:29,rand:321},{id:"15339|693",type:"Leather",slot:"head",r:29,q:"2",i:"34",name:"Pathfinder Hat of the Tiger",p:"inv_helmet_15",agi:9,str:9,rand:693},{id:"15339|1203",type:"Leather",slot:"head",r:29,q:"2",i:"34",name:"Pathfinder Hat of the Bear",p:"inv_helmet_15",sta:9,str:9,rand:1203},{id:"15353|696",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Headhunter's Headdress of the Tiger",p:"inv_helmet_15",agi:10,str:10,rand:696},{id:"15353|1206",type:"Leather",slot:"head",r:33,q:"2",i:"38",name:"Headhunter's Headdress of the Bear",p:"inv_helmet_15",sta:10,str:10,rand:1206},{id:"15363|699",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Trickster's Headdress of the Tiger",p:"inv_helmet_19",agi:11,str:11,rand:699},{id:"15363|1209",type:"Leather",slot:"head",r:37,q:"2",i:"42",name:"Trickster's Headdress of the Bear",p:"inv_helmet_19",sta:11,str:11,rand:1209},{id:"15373|705",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Wolf Rider's Headgear of the Tiger",p:"inv_helmet_17",agi:13,str:13,rand:705},{id:"15373|1215",type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Wolf Rider's Headgear of the Bear",p:"inv_helmet_17",sta:13,str:13,rand:1215},{id:"15384|708",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Rageclaw Helm of the Tiger",p:"inv_helmet_24",agi:14,str:14,rand:708},{id:"15384|1218",type:"Leather",slot:"head",r:45,q:"2",i:"50",name:"Rageclaw Helm of the Bear",p:"inv_helmet_24",sta:14,str:14,rand:1218},{id:"15391|714",type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Jadefire Cap of the Tiger",p:"inv_helmet_40",agi:16,str:16,rand:714},{id:"15391|1224",type:"Leather",slot:"head",r:51,q:"2",i:"56",name:"Jadefire Cap of the Bear",p:"inv_helmet_40",sta:16,str:16,rand:1224},{id:"15430|717",type:"Leather",slot:"head",r:55,q:"2",i:"60",name:"Peerless Headband of the Tiger",p:"inv_misc_bandage_19",agi:17,str:17,rand:717},{id:"15430|1227",type:"Leather",slot:"head",r:55,q:"2",i:"60",name:"Peerless Headband of the Bear",p:"inv_misc_bandage_19",sta:17,str:17,rand:1227},{id:"15439|723",type:"Leather",slot:"head",r:59,q:"2",i:"64",name:"Supreme Crown of the Tiger",p:"inv_crown_01",agi:19,str:19,rand:723},{id:"15439|1233",type:"Leather",slot:"head",r:59,q:"2",i:"64",name:"Supreme Crown of the Bear",p:"inv_crown_01",sta:19,str:19,rand:1233},{id:"15533|690",type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Sentry's Headdress of the Tiger",p:"inv_crown_01",agi:8,str:8,rand:690},{id:"15533|1200",type:"Mail",slot:"head",r:26,q:"2",i:"31",name:"Sentry's Headdress of the Bear",p:"inv_crown_01",sta:8,str:8,rand:1200},{id:"15540|693",type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Wicked Chain Helmet of the Tiger",p:"inv_helmet_09",agi:9,str:9,rand:693},{id:"15540|1203",type:"Mail",slot:"head",r:29,q:"2",i:"34",name:"Wicked Chain Helmet of the Bear",p:"inv_helmet_09",sta:9,str:9,rand:1203},{id:"15550|693",type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Thick Scale Crown of the Tiger",p:"inv_crown_01",agi:9,str:9,rand:693},{id:"15550|1203",type:"Mail",slot:"head",r:30,q:"2",i:"35",name:"Thick Scale Crown of the Bear",p:"inv_crown_01",sta:9,str:9,rand:1203},{id:"15558|696",type:"Mail",slot:"head",r:32,q:"2",i:"37",name:"Pillager's Crown of the Tiger",p:"inv_crown_02",agi:10,str:10,rand:696},{id:"15558|1206",type:"Mail",slot:"head",r:32,q:"2",i:"37",name:"Pillager's Crown of the Bear",p:"inv_crown_02",sta:10,str:10,rand:1206},{id:"15572|696",type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Marauder's Circlet of the Tiger",p:"inv_crown_01",agi:10,str:10,rand:696},{id:"15572|1206",type:"Mail",slot:"head",r:34,q:"2",i:"39",name:"Marauder's Circlet of the Bear",p:"inv_crown_01",sta:10,str:10,rand:1206},{id:"15580|699",type:"Mail",slot:"head",r:35,q:"2",i:"40",name:"Sparkleshell Headwrap of the Tiger",p:"inv_helmet_39",agi:11,str:11,rand:699},{id:"15580|1209",type:"Mail",slot:"head",r:35,q:"2",i:"40",name:"Sparkleshell Headwrap of the Bear",p:"inv_helmet_39",sta:11,str:11,rand:1209},{id:"15593|699",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Steadfast Coronet of the Tiger",p:"inv_crown_01",agi:11,str:11,rand:699},{id:"15593|1209",type:"Mail",slot:"head",r:37,q:"2",i:"42",name:"Steadfast Coronet of the Bear",p:"inv_crown_01",sta:11,str:11,rand:1209},{id:"15602|702",type:"Mail",slot:"head",r:40,q:"2",i:"45",name:"Ancient Crown of the Tiger",p:"inv_helmet_11",agi:12,str:12,rand:702},{id:"15602|1212",type:"Mail",slot:"head",r:40,q:"2",i:"45",name:"Ancient Crown of the Bear",p:"inv_helmet_11",sta:12,str:12,rand:1212},{id:"15615|705",type:"Mail",slot:"head",r:41,q:"2",i:"46",name:"Bonelink Helmet of the Tiger",p:"inv_helmet_02",agi:13,str:13,rand:705},{id:"15615|1215",type:"Mail",slot:"head",r:41,q:"2",i:"46",name:"Bonelink Helmet of the Bear",p:"inv_helmet_02",sta:13,str:13,rand:1215},{id:"15623|708",type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Gryphon Mail Crown of the Tiger",p:"inv_crown_01",agi:14,str:14,rand:708},{id:"15623|1218",type:"Mail",slot:"head",r:45,q:"2",i:"50",name:"Gryphon Mail Crown of the Bear",p:"inv_crown_01",sta:14,str:14,rand:1218},{id:"15634|711",type:"Mail",slot:"head",r:47,q:"2",i:"52",name:"Formidable Circlet of the Tiger",p:"inv_crown_01",agi:15,str:15,rand:711},{id:"15634|1221",type:"Mail",slot:"head",r:47,q:"2",i:"52",name:"Formidable Circlet of the Bear",p:"inv_crown_01",sta:15,str:15,rand:1221},{id:"15645|714",type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Ironhide Helmet of the Tiger",p:"inv_helmet_08",agi:16,str:16,rand:714},{id:"15645|1224",type:"Mail",slot:"head",r:50,q:"2",i:"55",name:"Ironhide Helmet of the Bear",p:"inv_helmet_08",sta:16,str:16,rand:1224},{id:"15651|714",type:"Mail",slot:"head",r:51,q:"2",i:"56",name:"Merciless Crown of the Tiger",p:"inv_crown_02",agi:16,str:16,rand:714},{id:"15651|1224",type:"Mail",slot:"head",r:51,q:"2",i:"56",name:"Merciless Crown of the Bear",p:"inv_crown_02",sta:16,str:16,rand:1224},{id:"15664|717",type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Impenetrable Helmet of the Tiger",p:"inv_helmet_13",agi:17,str:17,rand:717},{id:"15664|1227",type:"Mail",slot:"head",r:55,q:"2",i:"60",name:"Impenetrable Helmet of the Bear",p:"inv_helmet_13",sta:17,str:17,rand:1227},{id:"15670|720",type:"Mail",slot:"head",r:56,q:"2",i:"61",name:"Magnificent Helmet of the Tiger",p:"inv_helmet_12",agi:18,str:18,rand:720},{id:"15670|1230",type:"Mail",slot:"head",r:56,q:"2",i:"61",name:"Magnificent Helmet of the Bear",p:"inv_helmet_12",sta:18,str:18,rand:1230},{id:"15684|723",type:"Mail",slot:"head",r:59,q:"2",i:"64",name:"Triumphant Skullcap of the Tiger",p:"inv_helmet_12",agi:19,str:19,rand:723},{id:"15684|1233",type:"Mail",slot:"head",r:59,q:"2",i:"64",name:"Triumphant Skullcap of the Bear",p:"inv_helmet_12",sta:19,str:19,rand:1233},{id:16478,type:"Plate",slot:"head",r:60,q:"4",i:"74",name:"Field Marshal's Plate Helm",p:"inv_helmet_05",str:28,sta:34,crit:1},{id:16542,type:"Plate",slot:"head",r:60,q:"4",i:"74",name:"Warlord's Plate Headpiece",p:"inv_helmet_09",str:28,sta:34,crit:1},{id:16963,type:"Plate",slot:"head",r:60,q:"4",i:"76",name:"Helm of Wrath",p:"inv_helmet_71",str:17,sta:40,resist:{frost:10,shadow:10},d:11},{id:17767,type:"Mail",slot:"head",r:46,q:"3",i:"51",name:"Bloomsprout Headpiece",p:"inv_helmet_17",sta:18,resist:{nature:10},ap:36},{id:17776,type:"Leather",slot:"head",r:41,q:"2",i:"47",name:"Sprightring Helm",p:"inv_helmet_35",agi:15,sta:10},{id:18325,type:"Leather",slot:"head",r:53,q:"3",i:"58",name:"Felhide Cap",p:"inv_helmet_31",agi:21,sta:14,resist:{fire:8,shadow:8}},{id:18421,type:"Mail",slot:"head",r:57,q:"3",i:"63",name:"Backwood Helm",p:"inv_helmet_19",agi:21,sta:13,crit:1},{id:18698,type:"Leather",slot:"head",r:51,q:"3",i:"56",name:"Tattered Leather Hood",p:"inv_helmet_41",agi:10,sta:23,hit:1},{id:18718,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Grand Crusader's Helm",p:"inv_helmet_10",str:16,sta:16,resist:{shadow:15}},{id:18817,type:"Mail",slot:"head",r:60,q:"4",i:"76",name:"Crown of Destruction",p:"inv_crown_02",sta:23,resist:{fire:10},crit:2,ap:44},{id:19984,type:"Leather",slot:"head",r:50,q:"3",i:"52",name:"Ebon Mask",p:"inv_helmet_30",sta:11,crit:1,ap:36},{id:19998,type:"Leather",slot:"head",r:60,q:"3",i:"65",name:"Bloodvine Lens",p:"inv_helmet_44",sta:12,crit:2},{id:20134,type:"Mail",slot:"head",r:58,q:"4",i:"62",name:"Skyfury Helm",p:"inv_helmet_57",str:13,sta:14,crit:1},{id:20521,type:"Plate",slot:"head",r:50,q:"3",i:"52",name:"Fury Visor",p:"inv_helmet_01",str:18,crit:1,hit:1},{id:20551,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Darkrune Helm",p:"inv_helmet_10",sta:13,resist:{shadow:25},crit:1},{id:20623,type:"Dagger",slot:"head",r:60,q:"4",i:"72",name:"Circlet of Restless Dreams",p:"inv_helmet_17",agi:21,sta:38,skill:6},{id:20640,type:"Plate",slot:"head",r:40,q:"2",i:"45",name:"Southsea Head Bucket",p:"inv_helmet_20",str:6,sta:15,d:4},{id:20643,type:"Leather",slot:"head",r:42,q:"2",i:"47",name:"Undercity Reservist's Cap",p:"inv_helmet_15",agi:11,str:10,sta:10},{id:21317,type:"Leather",slot:"head",r:45,q:"2",i:"55",name:"Helm of the Pathfinder",p:"inv_helmet_10",sta:17,crit:1},{id:21329,type:"Plate",slot:"head",r:60,q:"4",i:"81",name:"Conqueror's Crown",p:"inv_helmet_72",agi:18,str:29,sta:34,d:6},{id:22223,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Foreman's Head Protector",p:"inv_helmet_20",str:15,sta:14},{id:22411,type:"Plate",slot:"head",r:58,q:"3",i:"63",name:"Helm of the Executioner",p:"inv_helmet_01",str:14,sta:20,hit:2},{id:22418,type:"Plate",slot:"head",r:60,q:"4",i:"88",name:"Dreadnaught Helmet",p:"inv_helmet_58",str:21,sta:45,d:14},{id:209690,type:"Mail",slot:"head",r:25,q:"3",i:"33",name:"Shadowscale Coif",p:"inv_helmet_35",str:5,sta:14},{id:211505,type:"Mail",slot:"head",r:25,q:"3",i:"30",name:"Twilight Avenger's Helm",p:"inv_helmet_13",agi:11,str:9,sta:3,d:4},{id:211510,type:"Leather",slot:"head",r:25,q:"3",i:"30",name:"Twilight Slayer's Cowl",p:"inv_helmet_27",agi:10,sta:9,ap:14},{id:211789,type:"Leather",slot:"head",r:25,q:"3",i:"30",name:"Artemis Cowl",p:"inv_helmet_48",agi:7,sta:6,ap:24},{id:211843,type:"Mail",slot:"head",r:25,q:"3",i:"30",name:"Mask of Scorn",p:"inv_helmet_11",str:9,sta:7,d:7},{id:213280,type:"Mail",slot:"head",r:40,q:"3",i:"45",name:"Marksman's Scopevisor",p:"inv_helmet_11",agi:9,sta:13,crit:1},{id:213417,type:"Plate",slot:"head",r:40,q:"3",i:"45",name:"Truesilver Filament Coif",p:"inv_belt_28",sta:8,crit:1},{id:215166,type:"Leather",slot:"head",r:40,q:"4",i:"45",name:"Glowing Gneuro-Linked Cowl",p:"inv_helmet_15",agi:14,sta:14,hit:1},{id:215382,type:"Mail",slot:"head",r:40,q:"4",i:"45",name:"Rad-Resistant Scale Hood",p:"inv_helmet_41",sta:10,hit:1,ap:32},{id:217279,type:"Mail",slot:"head",r:33,q:"2",i:"38",name:"Golden Scale Coif",p:"inv_helmet_36",str:10},{id:220511,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Greathelm of the Nightmare",p:"inv_helmet_22",str:25,sta:6,crit:1},{id:220516,type:"Mail",slot:"head",r:50,q:"3",i:"55",name:"Gasher's Forgotten Visor",p:"inv_helmet_01",sta:12,crit:1,ap:30},{id:220518,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Ba'ham's Dusty Hat",p:"inv_helmet_50",sta:15,crit:1,ap:38},{id:220519,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Voodoo Feathered Headdress",p:"inv_helmet_14",sta:11,crit:1},{id:220521,type:"Leather",slot:"head",r:50,q:"3",i:"55",name:"Hakkari Ritualist's Headdress",p:"inv_helmet_12",crit:1},{id:220803,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Blood Guard's Plate Helm",p:"inv_helmet_12",str:13,sta:15,crit:1,hit:1},{id:220804,type:"Plate",slot:"head",r:50,q:"3",i:"55",name:"Knight-Lieutenant's Plate Helm",p:"inv_helmet_12",str:13,sta:15,crit:1,hit:1},{id:221376,type:"Plate",slot:"head",r:50,q:"3",i:"50",name:"Emerald Dream Helm",p:"inv_helmet_10",str:10,sta:11,crit:1,hit:1},{id:221781,type:"Plate",slot:"head",r:0,q:"3",i:"55",name:"Avenguard Helm",p:"inv_helmet_22",agi:5,str:10,sta:25},{id:221782,type:"Mail",slot:"head",r:0,q:"3",i:"55",name:"Helm of Exile",p:"inv_helmet_21",agi:11,ap:36},{id:223167,type:"Leather",slot:"head",r:0,q:"3",i:"20",name:"Initiative Cap",p:"inv_helmet_50",agi:7,sta:7},{id:223169,type:"Leather",slot:"head",r:0,q:"3",i:"20",name:"Tenacity Cap",p:"inv_helmet_50",str:7,sta:7},{id:223172,type:"Mail",slot:"head",r:0,q:"3",i:"20",name:"Tenacity Chain",p:"inv_helmet_39",str:7,sta:7},{id:223522,type:"Plate",slot:"head",r:48,q:"3",i:"53",name:"Helm of the Mountain",p:"inv_helmet_20",sta:19,resist:{nature:10},d:7},{id:223963,type:"Leather",slot:"head",r:45,q:"3",i:"50",name:"Embrace of the Lycan",p:"ability_mount_whitedirewolf",agi:9,str:9,sta:14,ap:32},{id:226488,type:"Plate",slot:"head",r:60,q:"4",i:"66",name:"Helm of Might",p:"inv_helmet_09",agi:15,str:15,sta:28,resist:{fire:10},hit:1,block:15},{id:226495,type:"Plate",slot:"head",r:60,q:"4",i:"66",name:"Jaws of Might",p:"inv_helmet_09",str:28,sta:23,resist:{fire:10},hit:1,crit:1},{id:226769,type:"Plate",slot:"head",r:57,q:"3",i:"62",name:"Helm of Valor",p:"inv_helmet_02",agi:14,str:25,sta:17},{id:226860,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Crown of Heroism",p:"inv_helmet_02",str:32,sta:18,crit:1},{id:226869,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Faceguard of Heroism",p:"inv_helmet_02",str:15,sta:32,hit:1,d:9},{id:226877,type:"Plate",slot:"head",r:0,q:"4",i:"60",name:"Helm of Heroism",p:"inv_helmet_02",str:18,sta:32,crit:1},{id:227043,type:"Plate",slot:"head",r:60,q:"3",i:"71",name:"Champion's Plate Helm",p:"inv_helmet_09",str:21,sta:24,crit:1,hit:1},{id:227044,type:"Plate",slot:"head",r:60,q:"3",i:"71",name:"Lieutenant Commander's Plate Helm",p:"inv_helmet_09",str:21,sta:24,crit:1,hit:1},{id:227955,type:"Mail",slot:"head",r:52,q:"3",i:"57",name:"Savage Gladiator Helm",p:"inv_helmet_01",agi:12,sta:28},{id:227958,type:"Leather",slot:"head",r:52,q:"3",i:"57",name:"Ghostshroud",p:"inv_helmet_41",agi:19,str:12,sta:18,resist:{shadow:5}},{id:227975,type:"Plate",slot:"head",r:51,q:"3",i:"56",name:"Golem Skull Helm",p:"inv_helmet_23",str:18,sta:18,d:7},{id:228032,type:"Leather",slot:"head",r:57,q:"3",i:"62",name:"Bone Ring Helm",p:"inv_helmet_14",agi:5,str:6,sta:30},{id:228062,type:"Leather",slot:"head",r:56,q:"3",i:"61",name:"Insightful Hood",p:"inv_helmet_41",sta:12,crit:1},{id:228111,type:"Leather",slot:"head",r:57,q:"3",i:"62",name:"Mask of the Godslayer",p:"inv_helmet_14",agi:5,str:6,sta:30},{id:215161,type:"Plate",slot:"head",r:40,q:"4",i:"45",name:"Tempered Interference-Negating Helmet",p:"inv_helmet_49",str:20,sta:14,crit:1}],neck:[{id:4430,type:"Miscellaneous",slot:"neck",r:34,q:"2",i:"43",name:"Ethereal Talisman",p:"inv_jewelry_necklace_03",agi:4,str:5,sta:6},{id:5029,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Talisman of the Naga Lord",p:"inv_jewelry_necklace_09",str:2,sta:10},{id:5754,type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Wolfpack Medallion",p:"inv_jewelry_amulet_03",agi:3,sta:5},{id:"7427|681",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of the Tiger",p:"inv_jewelry_necklace_03",agi:5,str:5,rand:681},{id:"7427|1189",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of the Bear",p:"inv_jewelry_necklace_03",sta:5,str:4,rand:1189},{id:"7427|155",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Cerulean Talisman of Strength",p:"inv_jewelry_necklace_03",str:7,rand:155},{id:7550,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Warrior's Honor",p:"inv_jewelry_necklace_02",str:3,sta:10},{id:7551,type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Entwined Opaline Talisman",p:"inv_jewelry_necklace_07",agi:3,sta:10},{id:9243,type:"Miscellaneous",slot:"neck",r:40,q:"2",i:"45",name:"Shriveled Heart",p:"inv_misc_organ_01",str:-5,sta:13},{id:"10299|681",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of the Tiger",p:"inv_jewelry_necklace_03",agi:5,str:5,rand:681},{id:"10299|1189",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of the Bear",p:"inv_jewelry_necklace_03",sta:5,str:4,rand:1189},{id:"10299|155",type:"Miscellaneous",slot:"neck",r:26,q:"2",i:"31",name:"Gnomeregan Amulet of Strength",p:"inv_jewelry_necklace_03",str:7,rand:155},{id:10824,type:"Miscellaneous",slot:"neck",r:37,q:"3",i:"44",name:"Amberglow Talisman",p:"inv_jewelry_necklace_07",agi:1,sta:7},{id:"11946|692",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of the Tiger",p:"inv_jewelry_necklace_02",agi:8,str:9,rand:692},{id:"11946|1202",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of the Bear",p:"inv_jewelry_necklace_02",sta:8,str:9,rand:1202},{id:"11946|193",type:"Miscellaneous",slot:"neck",r:47,q:"2",i:"52",name:"Fire Opal Necklace of Strength",p:"inv_jewelry_necklace_02",str:12,rand:193},{id:"12019|155",type:"Miscellaneous",slot:"neck",r:27,q:"2",i:"32",name:"Cerulean Talisman of Strength",p:"inv_jewelry_necklace_01",str:7,rand:155},{id:"12020|189",type:"Miscellaneous",slot:"neck",r:31,q:"2",i:"36",name:"Thallium Choker of Strength",p:"inv_jewelry_necklace_09",str:8,rand:189},{id:"12022|191",type:"Miscellaneous",slot:"neck",r:36,q:"2",i:"41",name:"Iridium Chain of Strength",p:"inv_jewelry_necklace_05",str:10,rand:191},{id:"12023|191",type:"Miscellaneous",slot:"neck",r:40,q:"2",i:"45",name:"Tellurium Necklace of Strength",p:"inv_jewelry_necklace_03",str:10,rand:191},{id:"12024|193",type:"Miscellaneous",slot:"neck",r:45,q:"2",i:"50",name:"Vanadium Talisman of Strength",p:"inv_jewelry_necklace_07",str:12,rand:193},{id:"12025|219",type:"Miscellaneous",slot:"neck",r:49,q:"2",i:"54",name:"Selenium Chain of Strength",p:"inv_jewelry_necklace_04",str:13,rand:219},{id:"12026|693",type:"Miscellaneous",slot:"neck",r:54,q:"2",i:"59",name:"Quicksilver Pendant of the Tiger",p:"inv_jewelry_necklace_11",agi:9,str:9,rand:693},{id:"12026|307",type:"Miscellaneous",slot:"neck",r:54,q:"2",i:"59",name:"Quicksilver Pendant of Strength",p:"inv_jewelry_necklace_11",str:15,rand:307},{id:"12027|1206",type:"Miscellaneous",slot:"neck",r:58,q:"2",i:"63",name:"Vermilion Necklace of the Bear",p:"inv_jewelry_necklace_10",sta:10,str:10,rand:1206},{id:"12027|308",type:"Miscellaneous",slot:"neck",r:58,q:"2",i:"63",name:"Vermilion Necklace of Strength",p:"inv_jewelry_necklace_10",str:16,rand:308},{id:"12028|1191",type:"Miscellaneous",slot:"neck",r:27,q:"2",i:"32",name:"Basalt Necklace of the Bear",p:"inv_jewelry_necklace_08",sta:5,str:5,rand:1191},{id:"12029|1191",type:"Miscellaneous",slot:"neck",r:30,q:"2",i:"35",name:"Greenstone Talisman of the Bear",p:"inv_jewelry_necklace_01",sta:5,str:5,rand:1191},{id:"12030|1194",type:"Miscellaneous",slot:"neck",r:34,q:"2",i:"39",name:"Jet Chain of the Bear",p:"inv_jewelry_necklace_06",sta:6,str:6,rand:1194},{id:"12031|1197",type:"Miscellaneous",slot:"neck",r:39,q:"2",i:"44",name:"Lodestone Necklace of the Bear",p:"inv_jewelry_necklace_07",sta:7,str:7,rand:1197},{id:"12032|1200",type:"Miscellaneous",slot:"neck",r:43,q:"2",i:"48",name:"Onyx Choker of the Bear",p:"inv_jewelry_necklace_06",sta:8,str:8,rand:1200},{id:"12034|1203",type:"Miscellaneous",slot:"neck",r:48,q:"2",i:"53",name:"Marble Necklace of the Bear",p:"inv_jewelry_necklace_07",sta:9,str:9,rand:1203},{id:"12035|1203",type:"Miscellaneous",slot:"neck",r:52,q:"2",i:"57",name:"Obsidian Pendant of the Bear",p:"inv_jewelry_necklace_06",sta:9,str:9,rand:1203},{id:"12036|696",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of the Tiger",p:"inv_jewelry_necklace_09",agi:10,str:10,rand:696},{id:"12036|1206",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of the Bear",p:"inv_jewelry_necklace_09",sta:10,str:10,rand:1206},{id:"12036|307",type:"Miscellaneous",slot:"neck",r:57,q:"2",i:"62",name:"Granite Necklace of Strength",p:"inv_jewelry_necklace_09",str:15,rand:307},{id:"12039|681",type:"Miscellaneous",slot:"neck",r:28,q:"2",i:"33",name:"Tundra Necklace of the Tiger",p:"inv_jewelry_necklace_11",agi:5,str:5,rand:681},{id:"12040|684",type:"Miscellaneous",slot:"neck",r:33,q:"2",i:"38",name:"Forest Pendant of the Tiger",p:"inv_jewelry_necklace_01",agi:6,str:6,rand:684},{id:"12042|684",type:"Miscellaneous",slot:"neck",r:37,q:"2",i:"42",name:"Marsh Chain of the Tiger",p:"inv_jewelry_necklace_04",agi:6,str:6,rand:684},{id:"12043|690",type:"Miscellaneous",slot:"neck",r:42,q:"2",i:"47",name:"Desert Choker of the Tiger",p:"inv_jewelry_necklace_08",agi:8,str:8,rand:690},{id:"12044|690",type:"Miscellaneous",slot:"neck",r:46,q:"2",i:"51",name:"Arctic Pendant of the Tiger",p:"inv_jewelry_necklace_07",agi:8,str:8,rand:690},{id:"12045|693",type:"Miscellaneous",slot:"neck",r:51,q:"2",i:"56",name:"Swamp Pendant of the Tiger",p:"inv_jewelry_necklace_06",agi:9,str:9,rand:693},{id:"12046|696",type:"Miscellaneous",slot:"neck",r:55,q:"2",i:"60",name:"Jungle Necklace of the Tiger",p:"inv_jewelry_necklace_01",agi:10,str:10,rand:696},{id:"12047|678",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of the Tiger",p:"inv_jewelry_necklace_04",agi:4,str:4,rand:678},{id:"12047|1188",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of the Bear",p:"inv_jewelry_necklace_04",sta:4,str:4,rand:1188},{id:"12047|136",type:"Miscellaneous",slot:"neck",r:25,q:"2",i:"30",name:"Spectral Necklace of Strength",p:"inv_jewelry_necklace_04",str:6,rand:136},{id:"12048|699",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of the Tiger",p:"inv_jewelry_necklace_11",agi:11,str:11,rand:699},{id:"12048|1209",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of the Bear",p:"inv_jewelry_necklace_11",sta:11,str:11,rand:1209},{id:"12048|309",type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"65",name:"Prismatic Pendant of Strength",p:"inv_jewelry_necklace_11",str:17,rand:309},{id:12059,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"58",name:"Conqueror's Medallion",p:"inv_jewelry_amulet_03",agi:4,str:10,sta:11},{id:12929,type:"Miscellaneous",slot:"neck",r:56,q:"3",i:"61",name:"Emberfury Talisman",p:"inv_jewelry_necklace_05",sta:8,resist:{fire:7},crit:1},{id:13084,type:"Miscellaneous",slot:"neck",r:30,q:"3",i:"35",name:"Kaleidoscope Chain",p:"inv_jewelry_amulet_07",agi:4,str:4,sta:4},{id:13087,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"River Pride Choker",p:"inv_jewelry_necklace_09",str:4,sta:9},{id:13088,type:"Miscellaneous",slot:"neck",r:36,q:"3",i:"41",name:"Gazlowe's Charm",p:"inv_jewelry_amulet_01",str:4,sta:11},{id:13089,type:"Miscellaneous",slot:"neck",r:44,q:"3",i:"49",name:"Skibi's Pendant",p:"inv_jewelry_amulet_07",agi:13,str:5},{id:13091,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"57",name:"Medallion of Grand Marshal Morris",p:"inv_jewelry_talisman_08",sta:7,d:10},{id:13177,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Talisman of Evasion",p:"inv_jewelry_amulet_04",agi:13},{id:15411,type:"Miscellaneous",slot:"neck",r:52,q:"3",i:"63",name:"Mark of Fordring",p:"inv_jewelry_talisman_07",crit:1,ap:26},{id:17044,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"61",name:"Will of the Martyr",p:"inv_jewelry_talisman_07",sta:10,ap:30},{id:17111,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"68",name:"Blazefury Medallion",p:"inv_jewelry_talisman_01",agi:13,sta:14,resist:{fire:12},proc:{magic:!0,dmg:2,chance:100}},{id:17772,type:"Miscellaneous",slot:"neck",r:39,q:"2",i:"42",name:"Zealous Shadowshard Pendant",p:"inv_jewelry_necklace_06",ap:20},{id:18205,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"71",name:"Eskhandar's Collar",p:"inv_belt_12",sta:17,crit:1},{id:18381,type:"Miscellaneous",slot:"neck",r:57,q:"3",i:"62",name:"Evil Eye Pendant",p:"inv_misc_eye_01",agi:15,d:7},{id:18404,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"74",name:"Onyxia Tooth Pendant",p:"inv_jewelry_necklace_09",agi:12,sta:9,resist:{fire:10},hit:1,crit:1},{id:19095,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Frostwolf Legionnaire's Pendant",p:"inv_jewelry_necklace_16",sta:15,ap:18},{id:19097,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Stormpike Soldier's Pendant",p:"inv_jewelry_necklace_15",sta:15,ap:18},{id:19159,type:"Miscellaneous",slot:"neck",r:46,q:"3",i:"51",name:"Woven Ivy Necklace",p:"inv_misc_herb_15",agi:9,str:6,sta:10},{id:19383,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"83",name:"Master Dragonslayer's Medallion",p:"inv_jewelry_necklace_18",agi:14,sta:24,d:7},{id:19491,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"65",name:"Amulet of the Darkmoon",p:"inv_jewelry_necklace_14",agi:19,str:10,sta:10},{id:19534,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:15,sta:10},{id:19535,type:"Miscellaneous",slot:"neck",r:48,q:"3",i:"53",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:12,sta:8},{id:19536,type:"Miscellaneous",slot:"neck",r:38,q:"3",i:"43",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:11,sta:7},{id:19537,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:8,sta:5},{id:19538,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:15,sta:10},{id:19539,type:"Miscellaneous",slot:"neck",r:48,q:"3",i:"53",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:12,sta:8},{id:19540,type:"Miscellaneous",slot:"neck",r:38,q:"3",i:"43",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:11,sta:7},{id:19541,type:"Miscellaneous",slot:"neck",r:28,q:"3",i:"33",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:8,sta:5},{id:19574,type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"60",name:"Strength of Mugamba",p:"inv_jewelry_necklace_23",str:7,sta:10,d:4},{id:19575,type:"Miscellaneous",slot:"neck",r:60,q:"3",i:"60",name:"Strength of Mugamba",p:"inv_jewelry_necklace_24",agi:6,str:7,sta:10,d:4},{id:19576,type:"Miscellaneous",slot:"neck",r:60,q:"3",i:"68",name:"Strength of Mugamba",p:"inv_jewelry_necklace_25",agi:8,str:8,sta:13,d:5},{id:19577,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"65",name:"Rage of Mugamba",p:"inv_jewelry_necklace_26",agi:8,str:8,sta:13,d:6},{id:20442,type:"Miscellaneous",slot:"neck",r:18,q:"3",i:"23",name:"Scout's Medallion",p:"inv_jewelry_necklace_14",agi:6,sta:2},{id:20444,type:"Miscellaneous",slot:"neck",r:18,q:"3",i:"23",name:"Sentinel's Medallion",p:"inv_jewelry_necklace_13",agi:6,sta:2},{id:20622,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"71",name:"Dragonheart Necklace",p:"inv_jewelry_necklace_18",sta:21,ap:24},{id:20649,type:"Miscellaneous",slot:"neck",r:60,q:"2",i:"60",name:"Sunprism Pendant",p:"inv_jewelry_necklace_15",agi:12,sta:7},{id:20695,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Abyssal War Beads",p:"inv_jewelry_necklace_04",sta:15,ap:20},{id:21505,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"70",name:"Choker of the Shifting Sands",p:"inv_jewelry_necklace_ahnqiraj_03",sta:16,ap:42},{id:21506,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"70",name:"Pendant of the Shifting Sands",p:"inv_jewelry_necklace_ahnqiraj_03",str:14,sta:21,d:4},{id:22150,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Beads of Ogre Might",p:"inv_jewelry_amulet_05",sta:7,ap:24,hit:1},{id:22340,type:"Miscellaneous",slot:"neck",r:58,q:"3",i:"63",name:"Pendant of Celerity",p:"inv_jewelry_necklace_04",agi:15,hit:1},{id:22659,type:"Miscellaneous",slot:"neck",r:55,q:"4",i:"60",name:"Medallion of the Dawn",p:"inv_jewelry_amulet_04",sta:12,ap:24,crit:1},{id:209422,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"High Tide Choker",p:"inv_jewelry_necklace_20",agi:4,str:7},{id:209673,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"Glowing Fetish Amulet",p:"inv_jewelry_necklace_26",str:6,sta:6},{id:209817,type:"Miscellaneous",slot:"neck",r:25,q:"3",i:"30",name:"Voidwalker Brooch",p:"inv_jewelry_necklace_11",sta:6,d:4},{id:213343,type:"Miscellaneous",slot:"neck",r:40,q:"4",i:"45",name:"Justice Badge",p:"inv_jewelry_amulet_03",str:6,sta:7,d:4},{id:213344,type:"Miscellaneous",slot:"neck",r:40,q:"4",i:"45",name:"Gnomeregan Peace Officer's Torque",p:"inv_gizmo_04",sta:6,crit:1,ap:16},{id:219136,type:"Miscellaneous",slot:"neck",r:0,q:"3",i:"20",name:"Tenacity Pendant",p:"inv_jewelry_necklace_44",str:4,sta:4},{id:219137,type:"Miscellaneous",slot:"neck",r:0,q:"3",i:"20",name:"Initiative Pendant",p:"inv_jewelry_necklace_44",agi:4,sta:4},{id:220624,type:"Miscellaneous",slot:"neck",r:50,q:"3",i:"55",name:"Bloodstained Charm of Valor",p:"inv_jewelry_necklace_23",crit:1,ap:18},{id:220625,type:"Miscellaneous",slot:"neck",r:50,q:"3",i:"55",name:"Resilience of the Exiled",p:"inv_jewelry_necklace_24",sta:8,hit:1},{id:227943,type:"Miscellaneous",slot:"neck",r:51,q:"3",i:"56",name:"Verek's Collar",p:"inv_misc_bandage_14",str:6,sta:7},{id:227988,type:"Miscellaneous",slot:"neck",r:55,q:"3",i:"60",name:"Imperial Jewel",p:"inv_misc_gem_sapphire_01",sta:7,ap:32},{id:228054,type:"Miscellaneous",slot:"neck",r:53,q:"3",i:"58",name:"Tempest Talisman",p:"inv_jewelry_necklace_03",crit:1},{id:228088,type:"Miscellaneous",slot:"neck",r:57,q:"3",i:"62",name:"Shredder Operator's Dogtags",p:"inv_jewelry_necklace_39",sta:11,d:7},{id:228137,type:"Miscellaneous",slot:"neck",r:0,q:"4",i:"74",name:"Heart of Golemagg",p:"inv_jewelry_necklace_05",agi:12,sta:9,resist:{fire:10},hit:1,crit:1},{id:228147,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"71",name:"Magmadar's Horn",p:"inv_jewelry_necklace_22",sta:17},{id:228249,type:"Miscellaneous",slot:"neck",r:60,q:"4",i:"68",name:"Medallion of Steadfast Might",p:"inv_jewelry_amulet_03",str:7,sta:21,d:9}],shoulder:[{id:2264,type:"Leather",slot:"shoulder",r:25,q:"3",i:"30",name:"Mantle of Thieves",p:"inv_shoulder_08",agi:10,sta:4},{id:2278,type:"Leather",slot:"shoulder",r:26,q:"3",i:"31",name:"Forest Tracker Epaulets",p:"inv_shoulder_18",agi:11,str:5},{id:3231,type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Cutthroat Pauldrons",p:"inv_shoulder_07",str:4,sta:4},{id:3481,type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Silvered Bronze Shoulders",p:"inv_shoulder_09",str:3,sta:3},{id:3765,type:"Mail",slot:"shoulder",r:29,q:"2",i:"40",name:"Brigand's Pauldrons",p:"inv_shoulder_03",str:8,sta:8},{id:3840,type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Green Iron Shoulders",p:"inv_shoulder_09",str:4,sta:7},{id:4252,type:"Leather",slot:"shoulder",r:23,q:"2",i:"28",name:"Dark Leather Shoulders",p:"inv_shoulder_12",agi:7},{id:4443,type:"Mail",slot:"shoulder",r:27,q:"2",i:"36",name:"Grim Pauldrons",p:"inv_shoulder_07",str:7},{id:4705,type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Lambent Scale Pauldrons",p:"inv_shoulder_08",str:5,sta:5},{id:4721,type:"Leather",slot:"shoulder",r:30,q:"2",i:"35",name:"Insignia Mantle",p:"inv_shoulder_07",agi:7},{id:4725,type:"Mail",slot:"shoulder",r:35,q:"2",i:"40",name:"Chief Brigadier Pauldrons",p:"inv_shoulder_14",str:8},{id:4731,type:"Leather",slot:"shoulder",r:34,q:"2",i:"39",name:"Glyphed Epaulets",p:"inv_shoulder_25",str:8},{id:4737,type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Imperial Leather Spaulders",p:"inv_shoulder_05",str:9},{id:4810,type:"Leather",slot:"shoulder",r:32,q:"2",i:"37",name:"Boulder Pads",p:"inv_shoulder_08",str:8},{id:4835,type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Elite Shoulders",p:"inv_shoulder_05",str:6,sta:5},{id:5964,type:"Leather",slot:"shoulder",r:30,q:"2",i:"35",name:"Barbaric Shoulders",p:"inv_shoulder_08",agi:5,sta:6},{id:6388,type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Glimmering Mail Pauldrons",p:"inv_shoulder_20",str:6},{id:6404,type:"Mail",slot:"shoulder",r:30,q:"2",i:"35",name:"Mail Combat Spaulders",p:"inv_shoulder_07",str:7},{id:"6597|684",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of the Tiger",p:"inv_shoulder_07",agi:6,str:6,rand:684},{id:"6597|1194",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of the Bear",p:"inv_shoulder_07",sta:6,str:6,rand:1194},{id:"6597|6",type:"Mail",slot:"shoulder",r:23,q:"2",i:"28",name:"Battleforge Shoulderguards of Strength",p:"inv_shoulder_07",str:1,rand:6},{id:6747,type:"Mail",slot:"shoulder",r:25,q:"2",i:"40",name:"Enforcer Pauldrons",p:"inv_shoulder_03",str:8,sta:8},{id:6792,type:"Mail",slot:"shoulder",r:30,q:"2",i:"40",name:"Sanguine Pauldrons",p:"inv_shoulder_29",str:8},{id:"7424|684",type:"Mail",slot:"shoulder",r:28,q:"2",i:"33",name:"Phalanx Spaulders of the Tiger",p:"inv_shoulder_26",agi:6,str:6,rand:684},{id:"7424|1194",type:"Mail",slot:"shoulder",r:28,q:"2",i:"33",name:"Phalanx Spaulders of the Bear",p:"inv_shoulder_26",sta:6,str:6,rand:1194},{id:"7459|690",type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Knight's Pauldrons of the Tiger",p:"inv_shoulder_27",agi:8,str:8,rand:690},{id:"7459|1200",type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Knight's Pauldrons of the Bear",p:"inv_shoulder_27",sta:8,str:8,rand:1200},{id:"7482|1203",type:"Leather",slot:"shoulder",r:37,q:"2",i:"42",name:"Ranger Shoulders of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:"7532|1206",type:"Leather",slot:"shoulder",r:42,q:"2",i:"47",name:"Cabalist Spaulders of the Bear",p:"inv_shoulder_01",sta:10,str:10,rand:1206},{id:7718,type:"Mail",slot:"shoulder",r:37,q:"3",i:"42",name:"Herod's Shoulder",p:"inv_shoulder_01",str:6,sta:15},{id:7727,type:"Leather",slot:"shoulder",r:27,q:"3",i:"32",name:"Watchman Pauldrons",p:"inv_shoulder_23",str:3,sta:11},{id:7755,type:"Leather",slot:"shoulder",r:33,q:"3",i:"38",name:"Flintrock Shoulders",p:"inv_shoulder_13",agi:10,str:5,sta:10},{id:7913,type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Barbaric Iron Shoulders",p:"inv_shoulder_23",agi:6,str:6},{id:7928,type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Ornate Mithril Shoulder",p:"inv_shoulder_09",str:5},{id:8144,type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Chromite Pauldrons",p:"inv_shoulder_29",str:10,sta:9},{id:8163,type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Jouster's Pauldrons",p:"inv_shoulder_12",str:9},{id:8192,type:"Leather",slot:"shoulder",r:37,q:"2",i:"42",name:"Nightscape Shoulders",p:"inv_shoulder_07",agi:11,sta:5},{id:8207,type:"Mail",slot:"shoulder",r:43,q:"2",i:"48",name:"Tough Scorpid Shoulders",p:"inv_shoulder_04",agi:10},{id:"8210|1203",type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Wild Leather Shoulders of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:8281,type:"Plate",slot:"shoulder",r:43,q:"2",i:"48",name:"Valorous Pauldrons",p:"inv_shoulder_28",str:10},{id:8301,type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Traveler's Spaulders",p:"inv_shoulder_23",str:13},{id:8319,type:"Plate",slot:"shoulder",r:50,q:"2",i:"55",name:"Alabaster Plate Pauldrons",p:"inv_shoulder_29",str:12},{id:"9292|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"42",name:"Field Plate Pauldrons of the Tiger",p:"inv_shoulder_09",agi:9,str:9,rand:693},{id:"9292|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"42",name:"Field Plate Pauldrons of the Bear",p:"inv_shoulder_09",sta:9,str:9,rand:1203},{id:"9389|1203",type:"Leather",slot:"shoulder",r:36,q:"2",i:"41",name:"Revelosh's Spaulders of the Bear",p:"inv_shoulder_25",sta:9,str:9,rand:1203},{id:9411,type:"Mail",slot:"shoulder",r:40,q:"2",i:"45",name:"Rockshard Pauldrons",p:"inv_shoulder_02",str:2},{id:9531,type:"Plate",slot:"shoulder",r:40,q:"2",i:"46",name:"Gemshale Pauldrons",p:"inv_shoulder_23",str:10,sta:9},{id:9647,type:"Leather",slot:"shoulder",r:40,q:"2",i:"48",name:"Failed Flying Experiment",p:"inv_shoulder_25",agi:10,str:10},{id:"9817|681",type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Fortified Spaulders of the Tiger",p:"inv_shoulder_07",agi:5,str:5,rand:681},{id:"9817|1191",type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Fortified Spaulders of the Bear",p:"inv_shoulder_07",sta:5,str:5,rand:1191},{id:"9842|684",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Banded Pauldrons of the Tiger",p:"inv_shoulder_15",agi:6,str:6,rand:684},{id:"9842|1194",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Banded Pauldrons of the Bear",p:"inv_shoulder_15",sta:6,str:6,rand:1194},{id:"9872|690",type:"Mail",slot:"shoulder",r:32,q:"2",i:"37",name:"Renegade Pauldrons of the Tiger",p:"inv_shoulder_09",agi:8,str:8,rand:690},{id:"9872|1200",type:"Mail",slot:"shoulder",r:32,q:"2",i:"37",name:"Renegade Pauldrons of the Bear",p:"inv_shoulder_09",sta:8,str:8,rand:1200},{id:"9894|1203",type:"Leather",slot:"shoulder",r:36,q:"2",i:"41",name:"Huntsman's Shoulders of the Bear",p:"inv_shoulder_08",sta:9,str:9,rand:1203},{id:"9923|1203",type:"Leather",slot:"shoulder",r:40,q:"2",i:"45",name:"Tracker's Shoulderpads of the Bear",p:"inv_shoulder_18",sta:9,str:9,rand:1203},{id:"9955|1209",type:"Leather",slot:"shoulder",r:45,q:"2",i:"50",name:"Chieftain's Shoulders of the Bear",p:"inv_shoulder_01",sta:11,str:11,rand:1209},{id:"9971|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Embossed Plate Pauldrons of the Tiger",p:"inv_shoulder_23",agi:9,str:9,rand:693},{id:"9971|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Embossed Plate Pauldrons of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"10075|1209",type:"Leather",slot:"shoulder",r:46,q:"2",i:"51",name:"Righteous Spaulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"10092|696",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Gothic Plate Spaulders of the Tiger",p:"inv_shoulder_08",agi:10,str:10,rand:696},{id:"10092|1206",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Gothic Plate Spaulders of the Bear",p:"inv_shoulder_08",sta:10,str:10,rand:1206},{id:"10113|1212",type:"Leather",slot:"shoulder",r:52,q:"2",i:"57",name:"Wanderer's Shoulders of the Bear",p:"inv_shoulder_08",sta:12,str:12,rand:1212},{id:"10134|699",type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Revenant Shoulders of the Tiger",p:"inv_shoulder_14",agi:11,str:11,rand:699},{id:"10134|1209",type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Revenant Shoulders of the Bear",p:"inv_shoulder_14",sta:11,str:11,rand:1209},{id:"10153|1218",type:"Leather",slot:"shoulder",r:57,q:"2",i:"62",name:"Mighty Spaulders of the Bear",p:"inv_shoulder_24",sta:14,str:14,rand:1218},{id:"10163|706",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"10163|1216",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"10163|313",type:"Mail",slot:"shoulder",r:57,q:"2",i:"62",name:"Mercurial Pauldrons of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"10170|702",type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Templar Pauldrons of the Tiger",p:"inv_shoulder_30",agi:12,str:12,rand:702},{id:"10170|1212",type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Templar Pauldrons of the Bear",p:"inv_shoulder_30",sta:12,str:12,rand:1212},{id:"10189|1212",type:"Leather",slot:"shoulder",r:50,q:"2",i:"55",name:"Swashbuckler's Shoulderpads of the Bear",p:"inv_shoulder_23",sta:12,str:12,rand:1212},{id:"10209|699",type:"Plate",slot:"shoulder",r:45,q:"2",i:"50",name:"Overlord's Spaulders of the Tiger",p:"inv_shoulder_13",agi:11,str:11,rand:699},{id:"10209|1209",type:"Plate",slot:"shoulder",r:45,q:"2",i:"50",name:"Overlord's Spaulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"10228|705",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of the Tiger",p:"inv_shoulder_11",agi:13,str:13,rand:705},{id:"10228|1215",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of the Bear",p:"inv_shoulder_11",sta:13,str:13,rand:1215},{id:"10228|314",type:"Leather",slot:"shoulder",r:55,q:"2",i:"60",name:"Nightshade Spaulders of Strength",p:"inv_shoulder_11",str:22,rand:314},{id:"10245|702",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"Heavy Lamellar Pauldrons of the Tiger",p:"inv_shoulder_18",agi:12,str:12,rand:702},{id:"10245|1212",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"Heavy Lamellar Pauldrons of the Bear",p:"inv_shoulder_18",sta:12,str:12,rand:1212},{id:"10263|1218",type:"Leather",slot:"shoulder",r:58,q:"2",i:"63",name:"Adventurer's Shoulders of the Bear",p:"inv_shoulder_15",sta:14,str:14,rand:1218},{id:"10274|706",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"10274|1216",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"10274|313",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Masterwork Pauldrons of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"10281|705",type:"Plate",slot:"shoulder",r:53,q:"2",i:"58",name:"Emerald Pauldrons of the Tiger",p:"inv_shoulder_02",agi:13,str:13,rand:705},{id:"10281|1216",type:"Plate",slot:"shoulder",r:53,q:"2",i:"58",name:"Emerald Pauldrons of the Bear",p:"inv_shoulder_02",sta:14,str:13,rand:1216},{id:10374,type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Imbued Plate Pauldrons",p:"inv_shoulder_02",str:13},{id:"10383|708",type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Commander's Pauldrons of the Tiger",p:"inv_shoulder_01",agi:14,str:14,rand:708},{id:"10383|1218",type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Commander's Pauldrons of the Bear",p:"inv_shoulder_01",sta:14,str:14,rand:1218},{id:"10390|708",type:"Plate",slot:"shoulder",r:58,q:"2",i:"63",name:"Hyperion Pauldrons of the Tiger",p:"inv_shoulder_23",agi:14,str:14,rand:708},{id:"10390|1218",type:"Plate",slot:"shoulder",r:58,q:"2",i:"63",name:"Hyperion Pauldrons of the Bear",p:"inv_shoulder_23",sta:14,str:14,rand:1218},{id:10745,type:"Leather",slot:"shoulder",r:40,q:"2",i:"50",name:"Kaylari Shoulders",p:"inv_shoulder_18",str:11,sta:10},{id:10774,type:"Leather",slot:"shoulder",r:37,q:"3",i:"42",name:"Fleshhide Shoulders",p:"inv_shoulder_28",agi:6,str:5,sta:15},{id:"10783|705",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of the Tiger",p:"inv_shoulder_18",agi:13,str:13,rand:705},{id:"10783|1215",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of the Bear",p:"inv_shoulder_18",sta:13,str:13,rand:1215},{id:"10783|314",type:"Leather",slot:"shoulder",r:47,q:"3",i:"52",name:"Atal'ai Spaulders of Strength",p:"inv_shoulder_18",str:22,rand:314},{id:11502,type:"Leather",slot:"shoulder",r:38,q:"2",i:"46",name:"Loreskin Shoulders",p:"inv_shoulder_24",str:10},{id:11632,type:"Plate",slot:"shoulder",r:47,q:"3",i:"52",name:"Earthslag Shoulders",p:"inv_shoulder_26",str:13,sta:8},{id:11871,type:"Leather",slot:"shoulder",r:50,q:"2",i:"54",name:"Snarkshaw Spaulders",p:"inv_shoulder_15",str:12,sta:11},{id:11874,type:"Leather",slot:"shoulder",r:49,q:"2",i:"56",name:"Clouddrift Mantle",p:"inv_shoulder_30",agi:12,str:12},{id:11889,type:"Plate",slot:"shoulder",r:47,q:"2",i:"50",name:"Bark Iron Pauldrons",p:"inv_shoulder_28",agi:5,str:11},{id:11916,type:"Leather",slot:"shoulder",r:49,q:"2",i:"55",name:"Shizzle's Muzzle",p:"inv_shoulder_25",str:6,sta:6},{id:11963,type:"Leather",slot:"shoulder",r:48,q:"2",i:"53",name:"Penance Spaulders",p:"inv_shoulder_25",agi:8,sta:11},{id:12082,type:"Leather",slot:"shoulder",r:52,q:"2",i:"58",name:"Wyrmhide Spaulders",p:"inv_shoulder_16",hit:2},{id:12428,type:"Plate",slot:"shoulder",r:47,q:"2",i:"53",name:"Imperial Plate Shoulders",p:"inv_shoulder_02",str:12,sta:11},{id:12557,type:"Plate",slot:"shoulder",r:54,q:"3",i:"59",name:"Ebonsteel Spaulders",p:"inv_shoulder_25",agi:7,str:6,sta:16},{id:12617,type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Savage Mail Shoulders",p:"inv_shoulder_15",str:10,sta:17},{id:12927,type:"Leather",slot:"shoulder",r:56,q:"3",i:"61",name:"Truestrike Shoulders",p:"inv_shoulder_10",hit:2,ap:24},{id:13066,type:"Plate",slot:"shoulder",r:46,q:"3",i:"51",name:"Wyrmslayer Spaulders",p:"inv_shoulder_24",agi:8,str:12,sta:12},{id:13116,type:"Leather",slot:"shoulder",r:56,q:"3",i:"61",name:"Spaulders of the Unseen",p:"inv_shoulder_18",agi:22,sta:7},{id:13131,type:"Mail",slot:"shoulder",r:24,q:"3",i:"29",name:"Sparkleshell Mantle",p:"inv_shoulder_18",agi:4,sta:10},{id:13132,type:"Mail",slot:"shoulder",r:38,q:"3",i:"43",name:"Skeletal Shoulders",p:"inv_shoulder_11",str:6,sta:15},{id:13166,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Slamshot Shoulders",p:"inv_shoulder_23",sta:21,ap:20},{id:13257,type:"Leather",slot:"shoulder",r:54,q:"3",i:"59",name:"Demonic Runed Spaulders",p:"inv_shoulder_07",str:12,sta:12},{id:13358,type:"Leather",slot:"shoulder",r:58,q:"3",i:"63",name:"Wyrmtongue Shoulders",p:"inv_shoulder_24",agi:23,sta:10},{id:13405,type:"Plate",slot:"shoulder",r:52,q:"3",i:"57",name:"Wailing Nightbane Pauldrons",p:"inv_shoulder_25",str:14,sta:14,resist:{shadow:10},d:3},{id:14552,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Stockade Pauldrons",p:"inv_shoulder_20",sta:20,d:10},{id:14573,type:"Leather",slot:"shoulder",r:22,q:"2",i:"27",name:"Bristlebark Amice",p:"inv_shoulder_06",agi:6,str:3},{id:14587,type:"Leather",slot:"shoulder",r:27,q:"2",i:"32",name:"Dokebi Mantle",p:"inv_shoulder_08",str:2,sta:6},{id:14596,type:"Leather",slot:"shoulder",r:33,q:"2",i:"38",name:"Hawkeye's Epaulets",p:"inv_shoulder_07",agi:9,sta:5},{id:14660,type:"Leather",slot:"shoulder",r:42,q:"2",i:"47",name:"Scorpashi Shoulder Pads",p:"inv_shoulder_05",agi:7,str:6,sta:10},{id:14678,type:"Leather",slot:"shoulder",r:52,q:"2",i:"57",name:"Pridelord Pauldrons",p:"inv_shoulder_23",agi:16,sta:2},{id:14749,type:"Mail",slot:"shoulder",r:21,q:"2",i:"26",name:"Hulking Spaulders",p:"inv_shoulder_07",str:4},{id:14758,type:"Mail",slot:"shoulder",r:26,q:"2",i:"31",name:"Slayer's Shoulder Pads",p:"inv_shoulder_23",str:3,sta:5},{id:14767,type:"Mail",slot:"shoulder",r:33,q:"2",i:"38",name:"Enduring Pauldrons",p:"inv_shoulder_21",str:8,sta:7},{id:14776,type:"Mail",slot:"shoulder",r:38,q:"2",i:"43",name:"Ravager's Mantle",p:"inv_shoulder_23",str:7,sta:5},{id:14787,type:"Mail",slot:"shoulder",r:42,q:"2",i:"47",name:"Khan's Mantle",p:"inv_shoulder_23",agi:12},{id:14841,type:"Plate",slot:"shoulder",r:40,q:"2",i:"44",name:"Tyrant's Epaulets",p:"inv_shoulder_23",agi:4,sta:12},{id:14851,type:"Plate",slot:"shoulder",r:46,q:"2",i:"51",name:"Sunscale Spaulders",p:"inv_shoulder_20",agi:5,sta:13},{id:14860,type:"Plate",slot:"shoulder",r:51,q:"2",i:"56",name:"Vanguard Pauldrons",p:"inv_shoulder_27",agi:8,sta:8},{id:14868,type:"Plate",slot:"shoulder",r:56,q:"2",i:"61",name:"Warleader's Shoulders",p:"inv_shoulder_02",str:6,sta:17},{id:"14901|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Saltstone Shoulder Pads of the Tiger",p:"inv_shoulder_05",agi:9,str:9,rand:693},{id:"14901|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"41",name:"Saltstone Shoulder Pads of the Bear",p:"inv_shoulder_05",sta:9,str:9,rand:1203},{id:"14909|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Brutish Shoulders of the Tiger",p:"inv_shoulder_11",agi:9,str:9,rand:693},{id:"14909|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"45",name:"Brutish Shoulders of the Bear",p:"inv_shoulder_11",sta:9,str:9,rand:1203},{id:"14921|699",type:"Plate",slot:"shoulder",r:44,q:"2",i:"49",name:"Jade Epaulets of the Tiger",p:"inv_shoulder_16",agi:11,str:11,rand:699},{id:"14921|1209",type:"Plate",slot:"shoulder",r:44,q:"2",i:"49",name:"Jade Epaulets of the Bear",p:"inv_shoulder_16",sta:11,str:11,rand:1209},{id:"14929|702",type:"Plate",slot:"shoulder",r:49,q:"2",i:"54",name:"Lofty Shoulder Pads of the Tiger",p:"inv_shoulder_28",agi:12,str:12,rand:702},{id:"14929|1212",type:"Plate",slot:"shoulder",r:49,q:"2",i:"54",name:"Lofty Shoulder Pads of the Bear",p:"inv_shoulder_28",sta:12,str:12,rand:1212},{id:"14937|705",type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Heroic Pauldrons of the Tiger",p:"inv_shoulder_16",agi:13,str:13,rand:705},{id:"14937|1216",type:"Plate",slot:"shoulder",r:54,q:"2",i:"59",name:"Heroic Pauldrons of the Bear",p:"inv_shoulder_16",sta:14,str:13,rand:1216},{id:"14946|693",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Warbringer's Spaulders of the Tiger",p:"inv_shoulder_22",agi:9,str:9,rand:693},{id:"14946|1203",type:"Plate",slot:"shoulder",r:40,q:"2",i:"43",name:"Warbringer's Spaulders of the Bear",p:"inv_shoulder_22",sta:9,str:9,rand:1203},{id:"14955|696",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Bloodforged Shoulder Pads of the Tiger",p:"inv_shoulder_23",agi:10,str:10,rand:696},{id:"14955|1206",type:"Plate",slot:"shoulder",r:42,q:"2",i:"47",name:"Bloodforged Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:10,str:10,rand:1206},{id:"14963|702",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"High Chief's Pauldrons of the Tiger",p:"inv_shoulder_05",agi:12,str:12,rand:702},{id:"14963|1212",type:"Plate",slot:"shoulder",r:48,q:"2",i:"53",name:"High Chief's Pauldrons of the Bear",p:"inv_shoulder_05",sta:12,str:12,rand:1212},{id:"14971|702",type:"Plate",slot:"shoulder",r:52,q:"2",i:"57",name:"Glorious Shoulder Pads of the Tiger",p:"inv_shoulder_20",agi:12,str:12,rand:702},{id:"14971|1212",type:"Plate",slot:"shoulder",r:52,q:"2",i:"57",name:"Glorious Shoulder Pads of the Bear",p:"inv_shoulder_20",sta:12,str:12,rand:1212},{id:"14981|708",type:"Plate",slot:"shoulder",r:57,q:"2",i:"62",name:"Exalted Epaulets of the Tiger",p:"inv_shoulder_13",agi:14,str:14,rand:708},{id:"14981|1218",type:"Plate",slot:"shoulder",r:57,q:"2",i:"62",name:"Exalted Epaulets of the Bear",p:"inv_shoulder_13",sta:14,str:14,rand:1218},{id:15051,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Black Dragonscale Shoulders",p:"inv_shoulder_01",sta:9,resist:{fire:6},ap:40},{id:15058,type:"Leather",slot:"shoulder",r:54,q:"3",i:"59",name:"Stormshroud Shoulders",p:"inv_shoulder_05",sta:12,crit:1},{id:"15158|1203",type:"Leather",slot:"shoulder",r:35,q:"2",i:"40",name:"Nocturnal Shoulder Pads of the Bear",p:"inv_shoulder_22",sta:9,str:9,rand:1203},{id:"15169|1203",type:"Leather",slot:"shoulder",r:39,q:"2",i:"44",name:"Imposing Shoulders of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"15177|1209",type:"Leather",slot:"shoulder",r:44,q:"2",i:"49",name:"Potent Shoulders of the Bear",p:"inv_shoulder_13",sta:11,str:11,rand:1209},{id:"15187|1212",type:"Leather",slot:"shoulder",r:49,q:"2",i:"54",name:"Praetorian Pauldrons of the Bear",p:"inv_shoulder_23",sta:12,str:12,rand:1212},{id:"15375|1203",type:"Leather",slot:"shoulder",r:38,q:"2",i:"43",name:"Wolf Rider's Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:9,str:9,rand:1203},{id:"15386|1206",type:"Leather",slot:"shoulder",r:43,q:"2",i:"48",name:"Rageclaw Shoulder Pads of the Bear",p:"inv_shoulder_01",sta:10,str:10,rand:1206},{id:"15395|1212",type:"Leather",slot:"shoulder",r:48,q:"2",i:"53",name:"Jadefire Epaulets of the Bear",p:"inv_shoulder_18",sta:12,str:12,rand:1212},{id:"15432|705",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of the Tiger",p:"inv_shoulder_08",agi:13,str:13,rand:705},{id:"15432|1215",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of the Bear",p:"inv_shoulder_08",sta:13,str:13,rand:1215},{id:"15432|314",type:"Leather",slot:"shoulder",r:53,q:"2",i:"58",name:"Peerless Shoulders of Strength",p:"inv_shoulder_08",str:22,rand:314},{id:"15441|1218",type:"Leather",slot:"shoulder",r:58,q:"2",i:"63",name:"Supreme Shoulders of the Bear",p:"inv_shoulder_21",sta:14,str:14,rand:1218},{id:"15513|681",type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Grunt's Pauldrons of the Tiger",p:"inv_shoulder_06",agi:5,str:5,rand:681},{id:"15513|1191",type:"Mail",slot:"shoulder",r:20,q:"2",i:"25",name:"Grunt's Pauldrons of the Bear",p:"inv_shoulder_06",sta:5,str:5,rand:1191},{id:"15523|681",type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Spiked Chain Shoulder Pads of the Tiger",p:"inv_shoulder_19",agi:5,str:5,rand:681},{id:"15523|1191",type:"Mail",slot:"shoulder",r:22,q:"2",i:"27",name:"Spiked Chain Shoulder Pads of the Bear",p:"inv_shoulder_19",sta:5,str:5,rand:1191},{id:"15531|684",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of the Tiger",p:"inv_shoulder_09",agi:6,str:6,rand:684},{id:"15531|1194",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of the Bear",p:"inv_shoulder_09",sta:6,str:6,rand:1194},{id:"15531|6",type:"Mail",slot:"shoulder",r:25,q:"2",i:"30",name:"Sentry's Shoulderguards of Strength",p:"inv_shoulder_09",str:1,rand:6},{id:"15542|684",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Wicked Chain Shoulder Pads of the Tiger",p:"inv_shoulder_09",agi:6,str:6,rand:684},{id:"15542|1194",type:"Mail",slot:"shoulder",r:27,q:"2",i:"32",name:"Wicked Chain Shoulder Pads of the Bear",p:"inv_shoulder_09",sta:6,str:6,rand:1194},{id:"15553|687",type:"Mail",slot:"shoulder",r:29,q:"2",i:"34",name:"Thick Scale Shoulder Pads of the Tiger",p:"inv_shoulder_18",agi:7,str:7,rand:687},{id:"15553|1197",type:"Mail",slot:"shoulder",r:29,q:"2",i:"34",name:"Thick Scale Shoulder Pads of the Bear",p:"inv_shoulder_18",sta:7,str:7,rand:1197},{id:"15562|687",type:"Mail",slot:"shoulder",r:31,q:"2",i:"36",name:"Pillager's Pauldrons of the Tiger",p:"inv_shoulder_15",agi:7,str:7,rand:687},{id:"15562|1197",type:"Mail",slot:"shoulder",r:31,q:"2",i:"36",name:"Pillager's Pauldrons of the Bear",p:"inv_shoulder_15",sta:7,str:7,rand:1197},{id:"15677|706",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"15677|1216",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"15677|313",type:"Mail",slot:"shoulder",r:56,q:"2",i:"61",name:"Magnificent Shoulders of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"15686|706",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of the Tiger",p:"inv_shoulder_23",agi:14,str:13,rand:706},{id:"15686|1216",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of the Bear",p:"inv_shoulder_23",sta:14,str:13,rand:1216},{id:"15686|313",type:"Mail",slot:"shoulder",r:58,q:"2",i:"63",name:"Triumphant Shoulder Pads of Strength",p:"inv_shoulder_23",str:21,rand:313},{id:"15693|705",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of the Tiger",p:"inv_shoulder_24",agi:13,str:13,rand:705},{id:"15693|1215",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of the Bear",p:"inv_shoulder_24",sta:13,str:13,rand:1215},{id:"15693|314",type:"Leather",slot:"shoulder",r:54,q:"2",i:"59",name:"Grand Shoulders of Strength",p:"inv_shoulder_24",str:22,rand:314},{id:15698,type:"Mail",slot:"shoulder",r:30,q:"2",i:"38",name:"Wrangling Spaulders",p:"inv_shoulder_14",agi:2,str:8,sta:6},{id:15822,type:"Leather",slot:"shoulder",r:50,q:"2",i:"55",name:"Shadowskin Spaulders",p:"inv_shoulder_24",agi:18},{id:16480,type:"Plate",slot:"shoulder",r:60,q:"4",i:"74",name:"Field Marshal's Plate Shoulderguards",p:"inv_shoulder_20",agi:16,str:18,sta:23,hit:1},{id:16544,type:"Plate",slot:"shoulder",r:60,q:"4",i:"74",name:"Warlord's Plate Shoulders",p:"inv_shoulder_11",agi:16,str:18,sta:23,hit:1},{id:16793,type:"Mail",slot:"shoulder",r:30,q:"2",i:"38",name:"Arcmetal Shoulders",p:"inv_shoulder_16",agi:9,sta:5},{id:16995,type:"Leather",slot:"shoulder",r:56,q:"2",i:"60",name:"Duskwing Mantle",p:"inv_shoulder_19",agi:17,sta:6},{id:17749,type:"Leather",slot:"shoulder",r:46,q:"3",i:"51",name:"Phytoskin Spaulders",p:"inv_shoulder_06",agi:16,sta:10,resist:{nature:10}},{id:17779,type:"Plate",slot:"shoulder",r:41,q:"2",i:"47",name:"Hulkstone Pauldrons",p:"inv_shoulder_23",str:5,sta:13},{id:18374,type:"Leather",slot:"shoulder",r:57,q:"3",i:"62",name:"Flamescarred Shoulders",p:"inv_shoulder_24",agi:12,str:12,sta:11,resist:{fire:10}},{id:18384,type:"Plate",slot:"shoulder",r:57,q:"3",i:"62",name:"Bile-etched Spaulders",p:"inv_shoulder_17",str:17,sta:6,d:7},{id:18686,type:"Mail",slot:"shoulder",r:57,q:"3",i:"62",name:"Bone Golem Shoulders",p:"inv_shoulder_03",agi:19,sta:9},{id:18699,type:"Leather",slot:"shoulder",r:52,q:"3",i:"57",name:"Icy Tomb Spaulders",p:"inv_shoulder_27",agi:11,sta:11,resist:{frost:10,shadow:10}},{id:18742,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Stratholme Militia Shoulderguard",p:"inv_shoulder_14",agi:22,sta:9},{id:19037,type:"Plate",slot:"shoulder",r:39,q:"2",i:"48",name:"Emerald Peak Spaulders",p:"inv_shoulder_26",agi:6,str:7,sta:10},{id:19689,type:"Leather",slot:"shoulder",r:60,q:"3",i:"65",name:"Blood Tiger Shoulders",p:"inv_shoulder_23",str:13,sta:13},{id:19691,type:"Mail",slot:"shoulder",r:60,q:"3",i:"65",name:"Bloodsoul Shoulders",p:"inv_shoulder_15",agi:24,sta:10},{id:19695,type:"Plate",slot:"shoulder",r:60,q:"3",i:"65",name:"Darksoul Shoulders",p:"inv_shoulder_01",sta:24,hit:1},{id:20055,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Chain Pauldrons",p:"inv_shoulder_01",agi:20,sta:18},{id:20056,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Mail Pauldrons",p:"inv_shoulder_19",agi:10,str:11,sta:18},{id:20057,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Plate Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:20},{id:20058,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Lamellar Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:15},{id:20059,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Leather Shoulders",p:"inv_shoulder_24",agi:18,sta:17,ap:30},{id:20060,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Highlander's Lizardhide Shoulders",p:"inv_shoulder_24",agi:12,sta:17,ap:30},{id:20158,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Chain Pauldrons",p:"inv_shoulder_01",agi:20,sta:18},{id:20175,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Lizardhide Shoulders",p:"inv_shoulder_24",agi:12,sta:17,ap:30},{id:20184,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Lamellar Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:15},{id:20194,type:"Leather",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Leather Shoulders",p:"inv_shoulder_24",agi:18,sta:17,ap:30},{id:20203,type:"Mail",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Mail Pauldrons",p:"inv_shoulder_19",agi:10,str:11,sta:18},{id:20212,type:"Plate",slot:"shoulder",r:60,q:"4",i:"65",name:"Defiler's Plate Spaulders",p:"inv_shoulder_01",agi:17,str:18,sta:20},{id:20517,type:"Plate",slot:"shoulder",r:50,q:"3",i:"52",name:"Razorsteel Shoulders",p:"inv_shoulder_16",agi:10,str:10,sta:9,hit:1},{id:20633,type:"Leather",slot:"shoulder",r:60,q:"4",i:"72",name:"Unnatural Leather Spaulders",p:"inv_shoulder_29",sta:19,resist:{nature:25},ap:18},{id:20637,type:"Plate",slot:"shoulder",r:60,q:"4",i:"72",name:"Acid Inscribed Pauldrons",p:"inv_shoulder_11",str:12,sta:16,resist:{nature:25},d:6},{id:20680,type:"Mail",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Mail Pauldrons of Striking",p:"inv_shoulder_16",hit:1,str:13,agi:13,sta:13,rand:2158},{id:20683,type:"Plate",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Plate Epaulets of Striking",p:"inv_shoulder_22",hit:1,str:13,agi:13,sta:13,rand:2158},{id:20689,type:"Leather",slot:"shoulder",r:60,q:"3",i:"68",name:"Abyssal Leather Shoulders of Striking",p:"inv_shoulder_08",hit:1,str:13,agi:13,sta:13,rand:2158},{id:21330,type:"Plate",slot:"shoulder",r:60,q:"4",i:"78",name:"Conqueror's Spaulders",p:"inv_shoulder_35",agi:16,str:20,sta:21,d:4,hit:1},{id:22241,type:"Leather",slot:"shoulder",r:52,q:"3",i:"57",name:"Dark Warder's Pauldrons",p:"inv_shoulder_07",agi:17,str:11,sta:7},{id:22419,type:"Plate",slot:"shoulder",r:60,q:"4",i:"86",name:"Dreadnaught Pauldrons",p:"inv_shoulder_29",str:16,sta:29,hit:1,block:21,d:9},{id:209676,type:"Mail",slot:"shoulder",r:25,q:"3",i:"30",name:"Shoulderguards of Crushing Depths",p:"inv_shoulder_14",str:3,sta:11},{id:209692,type:"Leather",slot:"shoulder",r:25,q:"3",i:"33",name:"Sentinel Pauldrons",p:"inv_shoulder_08",agi:8,sta:10},{id:209824,type:"Mail",slot:"shoulder",r:25,q:"3",i:"30",name:"Shimmering Shoulderpads",p:"inv_shoulder_10",sta:6,d:4},{id:213302,type:"Leather",slot:"shoulder",r:40,q:"3",i:"45",name:"Mantle of the Cunning Negotiator",p:"inv_shoulder_19",agi:14,sta:11},{id:213303,type:"Mail",slot:"shoulder",r:40,q:"3",i:"45",name:"Lightning Rod Spaulders",p:"inv_shoulder_18",hit:1},{id:213304,type:"Mail",slot:"shoulder",r:40,q:"3",i:"45",name:"Troggslayer Pauldrons",p:"inv_shoulder_18",agi:12,ap:22},{id:213305,type:"Plate",slot:"shoulder",r:40,q:"3",i:"45",name:"Machined Alloy Shoulderplates",p:"inv_shoulder_29",str:12,sta:11},{id:217283,type:"Mail",slot:"shoulder",r:30,q:"2",i:"35",name:"Golden Scale Shoulders",p:"inv_shoulder_09",str:7},{id:217307,type:"Leather",slot:"shoulder",r:36,q:"3",i:"41",name:"Revelosh's Spaulders",p:"inv_shoulder_25",agi:12,sta:11},{id:220527,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Atal'ai Berserker's Mantle",p:"inv_shoulder_15",agi:4,str:18,sta:6},{id:220528,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Atal'ai Huntsman's Shoulders",p:"inv_shoulder_15",agi:18,sta:12},{id:220529,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Spaulders of Fanaticism",p:"inv_shoulder_24",agi:10,str:15,hit:1},{id:220532,type:"Leather",slot:"shoulder",r:50,q:"3",i:"55",name:"Reinforced Atal'ai Spaulders",p:"inv_shoulder_18",agi:7,str:9,sta:12},{id:220738,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Shoulderplates of Dread (with proc)",p:"inv_shoulder_24",agi:12,str:12,sta:12,proc:{spell:"EchoesDread",chance:30},hit:1},{id:220740,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Fearmonger's Shoulderguards",p:"inv_shoulder_24",crit:1},{id:220742,type:"Mail",slot:"shoulder",r:50,q:"4",i:"55",name:"Shrieking Spaulders (no proc)",p:"inv_shoulder_15",agi:17,hit:1},{id:220743,type:"Mail",slot:"shoulder",r:50,q:"4",i:"55",name:"Cacophonous Chain Shoulderguards (with proc)",p:"inv_shoulder_15",agi:12,str:12,sta:12,proc:{spell:"EchoesDread",chance:30}},{id:220745,type:"Leather",slot:"shoulder",r:50,q:"4",i:"55",name:"Membrane of Dark Neurosis",p:"inv_shoulder_18",hit:1},{id:220747,type:"Leather",slot:"shoulder",r:50,q:"4",i:"55",name:"Paranoia Mantle (with proc)",p:"inv_shoulder_18",agi:16,sta:14,proc:{spell:"EchoesDread",chance:30},hit:1},{id:220795,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Knight-Lieutenant's Plate Pauldrons",p:"inv_shoulder_23",str:11,sta:12,crit:1},{id:220796,type:"Plate",slot:"shoulder",r:50,q:"3",i:"55",name:"Blood Guard's Plate Pauldrons",p:"inv_shoulder_23",str:11,sta:12,crit:1},{id:221381,type:"Plate",slot:"shoulder",r:50,q:"3",i:"50",name:"Emerald Dream Pauldrons",p:"inv_shoulder_02",str:9,sta:10,crit:1},{id:223531,type:"Plate",slot:"shoulder",r:45,q:"3",i:"50",name:"Big Bad Pauldrons",p:"inv_shoulder_01",agi:8,str:12,sta:12},{id:223544,type:"Mail",slot:"shoulder",r:50,q:"3",i:"55",name:"Dregmetal Spaulders",p:"inv_shoulder_30",agi:10,str:15,sta:5},{id:223987,type:"Leather",slot:"shoulder",r:50,q:"3",i:"55",name:"Splinthide Shoulders",p:"inv_shoulder_13",agi:10,str:11,sta:10},{id:226491,type:"Plate",slot:"shoulder",r:60,q:"4",i:"66",name:"Shoulderplates of Might",p:"inv_shoulder_15",agi:8,str:22,sta:15,resist:{fire:7}},{id:226492,type:"Plate",slot:"shoulder",r:60,q:"4",i:"66",name:"Pauldrons of Might",p:"inv_shoulder_15",agi:15,str:22,sta:8,resist:{fire:7},hit:1},{id:226768,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Spaulders of Valor",p:"inv_shoulder_30",agi:10,str:14,sta:14},{id:226858,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Spaulders of Heroism",p:"inv_shoulder_30",agi:10,str:18,sta:7,hit:1},{id:226867,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Pauldrons of Heroism",p:"inv_shoulder_30",str:12,sta:18,d:4,hit:1},{id:226875,type:"Plate",slot:"shoulder",r:0,q:"3",i:"65",name:"Shoulders of Heroism",p:"inv_shoulder_30",agi:12,str:12,sta:18},{id:227042,type:"Plate",slot:"shoulder",r:60,q:"3",i:"71",name:"Champion's Plate Shoulders",p:"inv_shoulder_11",str:17,sta:18,crit:1},{id:227045,type:"Plate",slot:"shoulder",r:60,q:"3",i:"71",name:"Lieutenant Commander's Plate Shoulders",p:"inv_shoulder_11",str:17,sta:18,crit:1},{id:227853,type:"Mail",slot:"shoulder",r:55,q:"3",i:"60",name:"Hardened Black Dragonscale Shoulders",p:"inv_shoulder_01",sta:9,resist:{fire:6},ap:40},{id:227947,type:"Mail",slot:"shoulder",r:51,q:"3",i:"56",name:"Golem Fitted Pauldrons",p:"inv_shoulder_16",agi:13,sta:17},{id:228001,type:"Plate",slot:"shoulder",r:56,q:"3",i:"61",name:"Stoneform Shoulders",p:"inv_shoulder_25",d:7},{id:228036,type:"Leather",slot:"shoulder",r:57,q:"3",i:"62",name:"Death's Clutch",p:"inv_shoulder_25",agi:10,str:10,sta:10},{id:228058,type:"Plate",slot:"shoulder",r:55,q:"3",i:"60",name:"Bulky Iron Spaulders",p:"inv_shoulder_26",str:15,sta:12,d:6},{id:2207381,type:"Plate",slot:"shoulder",r:50,q:"4",i:"55",name:"Shoulderplates of Dread (no proc)",p:"inv_shoulder_24",agi:12,str:12,sta:12,hit:1}],back:[{id:1355,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Buckskin Cape",p:"inv_misc_pelt_bear_02",agi:2},{id:2059,type:"Cloth",slot:"back",r:19,q:"3",i:"24",name:"Sentry Cloak",p:"inv_misc_cape_04",agi:4,sta:5},{id:2805,type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Yeti Fur Cloak",p:"inv_misc_cape_04",agi:6},{id:3018,type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Hide of Lupos",p:"inv_misc_pelt_wolf_02",agi:3,sta:2},{id:3511,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Cloak of the People's Militia",p:"inv_misc_cape_14",agi:2},{id:4114,type:"Cloth",slot:"back",r:37,q:"2",i:"42",name:"Darktide Cape",p:"inv_misc_cape_06",agi:6,sta:7},{id:4447,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Cloak of Night",p:"inv_misc_cape_04",agi:5},{id:4504,type:"Cloth",slot:"back",r:28,q:"2",i:"31",name:"Dwarven Guard Cloak",p:"inv_misc_cape_05",agi:1,sta:6},{id:4643,type:"Cloth",slot:"back",r:25,q:"2",i:"33",name:"Grimsteel Cape",p:"inv_misc_cape_02",agi:2,sta:6},{id:4706,type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Lambent Scale Cloak",p:"inv_misc_cape_06",str:4},{id:4726,type:"Cloth",slot:"back",r:31,q:"2",i:"36",name:"Chief Brigadier Cloak",p:"inv_misc_cape_02",agi:3,sta:7},{id:5193,type:"Cloth",slot:"back",r:20,q:"3",i:"25",name:"Cape of the Brotherhood",p:"inv_misc_cape_08",agi:6,sta:3},{id:5257,type:"Cloth",slot:"back",r:32,q:"3",i:"37",name:"Dark Hooded Cape",p:"inv_misc_cape_04",agi:10,str:4},{id:5314,type:"Cloth",slot:"back",r:14,q:"2",i:"20",name:"Boar Hunter's Cape",p:"inv_misc_cape_10",agi:3},{id:5751,type:"Cloth",slot:"back",r:20,q:"2",i:"25",name:"Webwing Cloak",p:"inv_misc_cape_10",agi:5},{id:5971,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Feathered Cape",p:"inv_misc_cape_04",agi:2,sta:4},{id:6179,type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Privateer's Cape",p:"inv_misc_cape_02",agi:2,sta:2},{id:6314,type:"Cloth",slot:"back",r:22,q:"2",i:"27",name:"Wolfmaster Cape",p:"inv_misc_cape_10",agi:4,sta:2},{id:6340,type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Fenrus' Hide",p:"inv_misc_pelt_wolf_02",agi:4,sta:2},{id:6432,type:"Cloth",slot:"back",r:36,q:"2",i:"41",name:"Imperial Cloak",p:"inv_misc_cape_18",agi:8,sta:3},{id:6449,type:"Cloth",slot:"back",r:17,q:"3",i:"22",name:"Glowing Lizardscale Cloak",p:"inv_chest_cloth_15",agi:6},{id:6466,type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Deviate Scale Cloak",p:"inv_misc_monsterscales_03",agi:2,sta:2},{id:"6575|672",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of the Tiger",p:"inv_misc_cape_05",agi:2,str:2,rand:672},{id:"6575|1182",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of the Bear",p:"inv_misc_cape_05",sta:2,str:2,rand:1182},{id:"6575|97",type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Defender Cloak of Strength",p:"inv_misc_cape_05",str:4,rand:97},{id:"6593|678",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of the Tiger",p:"inv_misc_cape_18",agi:4,str:4,rand:678},{id:"6593|1188",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of the Bear",p:"inv_misc_cape_18",sta:4,str:4,rand:1188},{id:"6593|115",type:"Cloth",slot:"back",r:21,q:"2",i:"26",name:"Battleforge Cloak of Strength",p:"inv_misc_cape_18",str:5,rand:115},{id:6745,type:"Cloth",slot:"back",r:30,q:"2",i:"33",name:"Swiftrunner Cape",p:"inv_misc_cape_13",agi:6,sta:2},{id:6901,type:"Cloth",slot:"back",r:24,q:"3",i:"29",name:"Glowing Thresher Cape",p:"inv_misc_monsterscales_03",str:3},{id:"7419|678",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of the Tiger",p:"inv_misc_cape_15",agi:4,str:4,rand:678},{id:"7419|1188",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of the Bear",p:"inv_misc_cape_15",sta:4,str:4,rand:1188},{id:"7419|136",type:"Cloth",slot:"back",r:25,q:"2",i:"30",name:"Phalanx Cloak of Strength",p:"inv_misc_cape_15",str:6,rand:136},{id:"7460|681",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of the Tiger",p:"inv_misc_cape_16",agi:5,str:5,rand:681},{id:"7460|1191",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of the Bear",p:"inv_misc_cape_16",sta:5,str:5,rand:1191},{id:"7460|189",type:"Cloth",slot:"back",r:29,q:"2",i:"34",name:"Knight's Cloak of Strength",p:"inv_misc_cape_16",str:8,rand:189},{id:"7483|1194",type:"Cloth",slot:"back",r:35,q:"2",i:"40",name:"Ranger Cloak of the Bear",p:"inv_misc_cape_01",sta:6,str:6,rand:1194},{id:"7492|684",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of the Tiger",p:"inv_misc_cape_01",agi:6,str:6,rand:684},{id:"7492|1194",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of the Bear",p:"inv_misc_cape_01",sta:6,str:6,rand:1194},{id:"7492|190",type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Captain's Cloak of Strength",p:"inv_misc_cape_01",str:9,rand:190},{id:"7533|1197",type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Cabalist Cloak of the Bear",p:"inv_misc_cape_18",sta:7,str:7,rand:1197},{id:8120,type:"Cloth",slot:"back",r:40,q:"2",i:"45",name:"Heraldic Cloak",p:"inv_misc_cape_18",agi:4,sta:9},{id:8195,type:"Cloth",slot:"back",r:41,q:"2",i:"46",name:"Nightscape Cloak",p:"inv_misc_cape_03",agi:10,sta:3},{id:"8215|1200",type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Wild Leather Cloak of the Bear",p:"inv_misc_cape_03",sta:8,str:8,rand:1200},{id:8259,type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Serpentskin Cloak",p:"inv_misc_cape_17",agi:11,sta:2},{id:8266,type:"Cloth",slot:"back",r:46,q:"2",i:"51",name:"Ebonhold Cloak",p:"inv_misc_cape_05",agi:7,sta:4},{id:9512,type:"Cloth",slot:"back",r:41,q:"3",i:"46",name:"Blackmetal Cape",p:"inv_misc_cape_05",agi:12,sta:5},{id:9699,type:"Cloth",slot:"back",r:30,q:"2",i:"33",name:"Garrison Cloak",p:"inv_misc_cape_02",agi:3,sta:6},{id:"9779|674",type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Bandit Cloak of the Tiger",p:"inv_misc_cape_19",agi:2,str:3,rand:674},{id:"9786|672",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of the Tiger",p:"inv_misc_cape_18",agi:2,str:2,rand:672},{id:"9786|1182",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of the Bear",p:"inv_misc_cape_18",sta:2,str:2,rand:1182},{id:"9786|24",type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"Raider's Cloak of Strength",p:"inv_misc_cape_18",str:3,rand:24},{id:"9812|675",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of the Tiger",p:"inv_misc_cape_14",agi:3,str:3,rand:675},{id:"9812|1185",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of the Bear",p:"inv_misc_cape_14",sta:3,str:3,rand:1185},{id:"9812|115",type:"Cloth",slot:"back",r:17,q:"2",i:"22",name:"Fortified Cloak of Strength",p:"inv_misc_cape_14",str:5,rand:115},{id:"9838|678",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of the Tiger",p:"inv_misc_cape_06",agi:4,str:4,rand:678},{id:"9838|1188",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of the Bear",p:"inv_misc_cape_06",sta:4,str:4,rand:1188},{id:"9838|136",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Banded Cloak of Strength",p:"inv_misc_cape_06",str:6,rand:136},{id:"9867|681",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of the Tiger",p:"inv_misc_cape_05",agi:5,str:5,rand:681},{id:"9867|1191",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of the Bear",p:"inv_misc_cape_05",sta:5,str:5,rand:1191},{id:"9867|155",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Renegade Cloak of Strength",p:"inv_misc_cape_05",str:7,rand:155},{id:"9898|684",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of the Tiger",p:"inv_misc_cape_07",agi:6,str:6,rand:684},{id:"9898|1194",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of the Bear",p:"inv_misc_cape_07",sta:6,str:6,rand:1194},{id:"9898|190",type:"Cloth",slot:"back",r:33,q:"2",i:"38",name:"Jazeraint Cloak of Strength",p:"inv_misc_cape_07",str:9,rand:190},{id:"9919|1197",type:"Cloth",slot:"back",r:38,q:"2",i:"43",name:"Tracker's Cloak of the Bear",p:"inv_misc_cape_01",sta:7,str:7,rand:1197},{id:"9951|1200",type:"Cloth",slot:"back",r:42,q:"2",i:"47",name:"Chieftain's Cloak of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"10071|1200",type:"Cloth",slot:"back",r:44,q:"2",i:"49",name:"Righteous Cloak of the Bear",p:"inv_misc_cape_06",sta:8,str:8,rand:1200},{id:"10108|1203",type:"Cloth",slot:"back",r:48,q:"2",i:"53",name:"Wanderer's Cloak of the Bear",p:"inv_misc_cape_10",sta:9,str:9,rand:1203},{id:"10148|694",type:"Cloth",slot:"back",r:53,q:"2",i:"58",name:"Mighty Cloak of the Tiger",p:"inv_misc_cape_10",agi:10,str:9,rand:694},{id:"10148|1206",type:"Cloth",slot:"back",r:53,q:"2",i:"58",name:"Mighty Cloak of the Bear",p:"inv_misc_cape_10",sta:10,str:10,rand:1206},{id:"10185|1200",type:"Cloth",slot:"back",r:46,q:"2",i:"51",name:"Swashbuckler's Cape of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"10224|1203",type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Nightshade Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"10258|694",type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Adventurer's Cape of the Tiger",p:"inv_misc_cape_08",agi:10,str:9,rand:694},{id:"10258|1206",type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Adventurer's Cape of the Bear",p:"inv_misc_cape_08",sta:10,str:10,rand:1206},{id:10518,type:"Cloth",slot:"back",r:0,q:"2",i:"45",name:"Parachute Cloak",p:"inv_misc_cape_11",agi:8},{id:11626,type:"Cloth",slot:"back",r:48,q:"3",i:"53",name:"Blackveil Cape",p:"inv_misc_cape_18",agi:14,str:6},{id:11858,type:"Cloth",slot:"back",r:37,q:"2",i:"45",name:"Battlehard Cape",p:"inv_misc_cape_08",sta:8,ap:10},{id:12066,type:"Cloth",slot:"back",r:52,q:"2",i:"58",name:"Shaleskin Cape",p:"inv_misc_cape_02",agi:6,sta:11},{id:12552,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Blisterbane Wrap",p:"inv_misc_cape_18",agi:15,sta:3,resist:{shadow:6}},{id:13108,type:"Cloth",slot:"back",r:29,q:"3",i:"34",name:"Tigerstrike Mantle",p:"inv_misc_pelt_04",agi:8,sta:7},{id:13109,type:"Cloth",slot:"back",r:44,q:"3",i:"49",name:"Blackflame Cape",p:"inv_misc_cape_20",agi:12,resist:{fire:5,shadow:5}},{id:13121,type:"Cloth",slot:"back",r:33,q:"3",i:"38",name:"Wing of the Whelpling",p:"inv_misc_cape_04",agi:4,sta:10},{id:13122,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Dark Phantom Cape",p:"inv_misc_cape_21",agi:15},{id:13203,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Armswake Cloak",p:"inv_misc_cape_19",sta:15,ap:16},{id:13340,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Cape of the Black Baron",p:"inv_misc_cape_20",agi:15,ap:20},{id:13397,type:"Cloth",slot:"back",r:56,q:"3",i:"61",name:"Stoneskin Gargoyle Cape",p:"inv_misc_cape_19",agi:8,str:7,sta:14},{id:14149,type:"Cloth",slot:"back",r:13,q:"2",i:"18",name:"Subterranean Cape",p:"inv_misc_cape_18",agi:2,str:2},{id:14365,type:"Cloth",slot:"back",r:10,q:"2",i:"15",name:"Mystic's Cape",p:"inv_misc_cape_16",agi:1},{id:14409,type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Stonecloth Cape",p:"inv_misc_cape_11",str:1,sta:5},{id:14459,type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Elunarian Cloak",p:"inv_misc_cape_09",str:2,sta:6},{id:14563,type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Prospector's Cloak",p:"inv_misc_cape_11",str:1,sta:2},{id:14571,type:"Cloth",slot:"back",r:16,q:"2",i:"21",name:"Bristlebark Cape",p:"inv_misc_cape_09",agi:4},{id:14593,type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Hawkeye's Cloak",p:"inv_misc_cape_03",agi:7,str:3},{id:14602,type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Warden's Cloak",p:"inv_misc_cape_22",str:4,sta:5},{id:14656,type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Scorpashi Cape",p:"inv_misc_cape_10",agi:5,str:2,sta:7},{id:14673,type:"Cloth",slot:"back",r:47,q:"2",i:"52",name:"Pridelord Cape",p:"inv_misc_cape_10",agi:9,str:3,sta:5},{id:14724,type:"Cloth",slot:"back",r:11,q:"2",i:"16",name:"War Paint Cloak",p:"inv_misc_cape_18",agi:1,str:1,sta:1},{id:14745,type:"Cloth",slot:"back",r:15,q:"2",i:"20",name:"Hulking Cloak",p:"inv_misc_cape_20",str:1,sta:3},{id:14752,type:"Cloth",slot:"back",r:22,q:"2",i:"27",name:"Slayer's Cape",p:"inv_misc_cape_08",str:4,sta:3},{id:14763,type:"Cloth",slot:"back",r:27,q:"2",i:"32",name:"Enduring Cape",p:"inv_misc_cape_02",agi:2,str:2,sta:7},{id:14771,type:"Cloth",slot:"back",r:34,q:"2",i:"39",name:"Ravager's Cloak",p:"inv_misc_cape_18",str:2,sta:8},{id:14781,type:"Cloth",slot:"back",r:39,q:"2",i:"44",name:"Khan's Cloak",p:"inv_misc_cape_08",str:4,sta:8},{id:14791,type:"Cloth",slot:"back",r:43,q:"2",i:"48",name:"Protector Cape",p:"inv_misc_cape_05",agi:2,str:4,sta:9},{id:14801,type:"Cloth",slot:"back",r:47,q:"2",i:"52",name:"Bloodlust Cape",p:"inv_misc_cape_18",str:9,sta:6},{id:14813,type:"Cloth",slot:"back",r:52,q:"2",i:"57",name:"Warstrike Cape",p:"inv_misc_cape_01",agi:3,str:7,sta:10},{id:"15165|1194",type:"Cloth",slot:"back",r:37,q:"2",i:"42",name:"Imposing Cape of the Bear",p:"inv_misc_cape_18",sta:6,str:6,rand:1194},{id:"15173|1200",type:"Cloth",slot:"back",r:41,q:"2",i:"46",name:"Potent Cape of the Bear",p:"inv_misc_cape_06",sta:8,str:8,rand:1200},{id:"15183|1200",type:"Cloth",slot:"back",r:45,q:"2",i:"50",name:"Praetorian Cloak of the Bear",p:"inv_misc_cape_18",sta:8,str:8,rand:1200},{id:"15190|1203",type:"Cloth",slot:"back",r:50,q:"2",i:"55",name:"Grand Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"15371|1194",type:"Cloth",slot:"back",r:36,q:"2",i:"41",name:"Wolf Rider's Cloak of the Bear",p:"inv_misc_cape_22",sta:6,str:6,rand:1194},{id:"15382|1197",type:"Cloth",slot:"back",r:40,q:"2",i:"45",name:"Rageclaw Cloak of the Bear",p:"inv_misc_cape_18",sta:7,str:7,rand:1197},{id:"15392|1200",type:"Cloth",slot:"back",r:44,q:"2",i:"49",name:"Jadefire Cloak of the Bear",p:"inv_misc_cape_17",sta:8,str:8,rand:1200},{id:"15427|1203",type:"Cloth",slot:"back",r:49,q:"2",i:"54",name:"Peerless Cloak of the Bear",p:"inv_misc_cape_02",sta:9,str:9,rand:1203},{id:"15437|1206",type:"Cloth",slot:"back",r:56,q:"2",i:"61",name:"Supreme Cape of the Bear",p:"inv_misc_cape_02",sta:10,str:10,rand:1206},{id:"15501|672",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of the Tiger",p:"inv_misc_cape_13",agi:2,str:2,rand:672},{id:"15501|1182",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of the Bear",p:"inv_misc_cape_13",sta:2,str:2,rand:1182},{id:"15501|24",type:"Cloth",slot:"back",r:12,q:"2",i:"17",name:"Outrunner's Cloak of Strength",p:"inv_misc_cape_13",str:3,rand:24},{id:"15508|672",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of the Tiger",p:"inv_misc_cape_14",agi:2,str:2,rand:672},{id:"15508|1182",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of the Bear",p:"inv_misc_cape_14",sta:2,str:2,rand:1182},{id:"15508|97",type:"Cloth",slot:"back",r:14,q:"2",i:"19",name:"Grunt's Cape of Strength",p:"inv_misc_cape_14",str:4,rand:97},{id:"15519|675",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of the Tiger",p:"inv_misc_cape_20",agi:3,str:3,rand:675},{id:"15519|1185",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of the Bear",p:"inv_misc_cape_20",sta:3,str:3,rand:1185},{id:"15519|115",type:"Cloth",slot:"back",r:18,q:"2",i:"23",name:"Spiked Chain Cloak of Strength",p:"inv_misc_cape_20",str:5,rand:115},{id:"15526|675",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of the Tiger",p:"inv_misc_cape_11",agi:3,str:3,rand:675},{id:"15526|1185",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of the Bear",p:"inv_misc_cape_11",sta:3,str:3,rand:1185},{id:"15526|115",type:"Cloth",slot:"back",r:19,q:"2",i:"24",name:"Sentry's Cape of Strength",p:"inv_misc_cape_11",str:5,rand:115},{id:"15537|678",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of the Tiger",p:"inv_misc_cape_02",agi:4,str:4,rand:678},{id:"15537|1188",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of the Bear",p:"inv_misc_cape_02",sta:4,str:4,rand:1188},{id:"15537|136",type:"Cloth",slot:"back",r:23,q:"2",i:"28",name:"Wicked Chain Cloak of Strength",p:"inv_misc_cape_02",str:6,rand:136},{id:"15547|678",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of the Tiger",p:"inv_misc_cape_17",agi:4,str:4,rand:678},{id:"15547|1188",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of the Bear",p:"inv_misc_cape_17",sta:4,str:4,rand:1188},{id:"15547|136",type:"Cloth",slot:"back",r:24,q:"2",i:"29",name:"Thick Scale Cloak of Strength",p:"inv_misc_cape_17",str:6,rand:136},{id:"15559|681",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of the Tiger",p:"inv_misc_cape_05",agi:5,str:5,rand:681},{id:"15559|1191",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of the Bear",p:"inv_misc_cape_05",sta:5,str:5,rand:1191},{id:"15559|155",type:"Cloth",slot:"back",r:26,q:"2",i:"31",name:"Pillager's Cloak of Strength",p:"inv_misc_cape_05",str:7,rand:155},{id:"15568|681",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of the Tiger",p:"inv_misc_cape_07",agi:5,str:5,rand:681},{id:"15568|1191",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of the Bear",p:"inv_misc_cape_07",sta:5,str:5,rand:1191},{id:"15568|155",type:"Cloth",slot:"back",r:28,q:"2",i:"33",name:"Marauder's Cloak of Strength",p:"inv_misc_cape_07",str:7,rand:155},{id:"15579|681",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of the Tiger",p:"inv_misc_cape_07",agi:5,str:5,rand:681},{id:"15579|1191",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of the Bear",p:"inv_misc_cape_07",sta:5,str:5,rand:1191},{id:"15579|189",type:"Cloth",slot:"back",r:30,q:"2",i:"35",name:"Sparkleshell Cloak of Strength",p:"inv_misc_cape_07",str:8,rand:189},{id:"15594|684",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of the Tiger",p:"inv_misc_cape_02",agi:6,str:6,rand:684},{id:"15594|1194",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of the Bear",p:"inv_misc_cape_02",sta:6,str:6,rand:1194},{id:"15594|190",type:"Cloth",slot:"back",r:32,q:"2",i:"37",name:"Steadfast Cloak of Strength",p:"inv_misc_cape_02",str:9,rand:190},{id:15703,type:"Cloth",slot:"back",r:48,q:"2",i:"55",name:"Chemist's Smock",p:"inv_misc_cape_11",agi:3,sta:12},{id:15789,type:"Cloth",slot:"back",r:51,q:"2",i:"56",name:"Deep River Cloak",p:"inv_misc_cape_16",agi:11,sta:7},{id:15804,type:"Cloth",slot:"back",r:51,q:"2",i:"56",name:"Cerise Drape",p:"inv_misc_cape_18",agi:6,sta:7},{id:16315,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Sergeant Major's Cape",p:"inv_misc_cape_21",agi:4,str:4,sta:4},{id:16337,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Sergeant Major's Cape",p:"inv_misc_cape_21",agi:8,str:8,sta:8},{id:16990,type:"Cloth",slot:"back",r:18,q:"2",i:"27",name:"Spritekin Cloak",p:"inv_misc_cape_02",agi:4,sta:3},{id:17102,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Cloak of the Shrouded Mists",p:"inv_misc_cape_17",agi:22,sta:12,resist:{fire:6,nature:6}},{id:17107,type:"Cloth",slot:"back",r:60,q:"4",i:"73",name:"Dragon's Blood Cape",p:"inv_misc_cape_08",str:9,sta:22,resist:{fire:5,shadow:5}},{id:18204,type:"Cloth",slot:"back",r:60,q:"4",i:"66",name:"Eskhandar's Pelt",p:"inv_misc_cape_07",sta:20,crit:1},{id:18328,type:"Cloth",slot:"back",r:54,q:"3",i:"59",name:"Shadewood Cloak",p:"inv_misc_cape_17",str:13,sta:7,resist:{nature:7}},{id:18413,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Cloak of Warding",p:"inv_misc_cape_06",d:5},{id:18495,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Redoubt Cloak",p:"inv_misc_cape_21",sta:15,d:7},{id:18511,type:"Cloth",slot:"back",r:57,q:"4",i:"62",name:"Shifting Cloak",p:"inv_misc_cape_20",agi:17,sta:8},{id:18541,type:"Cloth",slot:"back",r:60,q:"4",i:"70",name:"Puissant Cape",p:"inv_misc_cape_06",sta:12,ap:40,hit:1},{id:18689,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Phantasmal Cloak",p:"inv_misc_cape_20",str:12,sta:11},{id:18734,type:"Cloth",slot:"back",r:57,q:"3",i:"62",name:"Pale Moon Cloak",p:"inv_misc_cape_11",str:8,sta:12,resist:{shadow:10}},{id:19083,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Frostwolf Legionnaire's Cloak",p:"inv_misc_cape_16",sta:11,resist:{frost:5},ap:24},{id:19084,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Stormpike Soldier's Cloak",p:"inv_misc_cape_18",sta:11,resist:{frost:5},ap:24},{id:19982,type:"Cloth",slot:"back",r:50,q:"3",i:"52",name:"Duskbat Drape",p:"inv_misc_cape_20",agi:14},{id:20068,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Deathguard's Cloak",p:"inv_misc_cape_02",agi:5,sta:11,ap:34},{id:20073,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Cloak of the Honor Guard",p:"inv_misc_cape_02",agi:5,sta:11,ap:34},{id:20219,type:"Cloth",slot:"back",r:40,q:"3",i:"59",name:"Tattered Hakkari Cape",p:"inv_misc_cape_14",str:7,sta:6},{id:20691,type:"Cloth",slot:"back",r:60,q:"4",i:"65",name:"Windshear Cape",p:"inv_misc_cape_20",agi:15,str:8,sta:14},{id:20693,type:"Cloth",slot:"back",r:55,q:"2",i:"60",name:"Weighted Cloak",p:"inv_misc_cape_02",str:8,sta:8},{id:21187,type:"Cloth",slot:"back",r:60,q:"3",i:"62",name:"Earthweave Cloak",p:"inv_misc_cape_07",agi:15,hit:1},{id:21394,type:"Cloth",slot:"back",r:60,q:"4",i:"67",name:"Drape of Unyielding Strength",p:"inv_misc_cape_20",agi:9,str:15,sta:9,hit:1},{id:21710,type:"Cloth",slot:"back",r:60,q:"4",i:"88",name:"Cloak of the Fallen God",p:"inv_misc_cape_10",agi:26,str:11,sta:15},{id:22269,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Shadow Prowler's Cloak",p:"inv_misc_cape_20",agi:17,sta:7},{id:22337,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Shroud of Domination",p:"inv_misc_cape_19",str:17,sta:7},{id:23127,type:"Cloth",slot:"back",r:58,q:"3",i:"63",name:"Cloak of Revanchion",p:"inv_misc_cape_02",agi:10,str:10,sta:11},{id:209523,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Shimmering Thresher Cape",p:"inv_misc_monsterscales_03",str:6},{id:209680,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Waterproof Scarf",p:"inv_misc_cape_13",agi:6},{id:213088,type:"Cloth",slot:"back",r:25,q:"3",i:"30",name:"Sergeant's Cloak",p:"inv_misc_cape_21",agi:4,str:4,sta:4},{id:213307,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Drape of Dismantling",p:"inv_misc_cape_14",agi:6,str:8,sta:7},{id:213308,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Prototype Parachute Cloak",p:"inv_misc_cape_05",agi:12,sta:4},{id:216621,type:"Cloth",slot:"back",r:40,q:"3",i:"45",name:"Blooddrenched Drape",p:"inv_misc_cape_08",crit:1},{id:219343,type:"Cloth",slot:"back",r:50,q:"3",i:"50",name:"Filcher's Cowl",p:"inv_misc_cape_02",agi:11},{id:220609,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Drape of Nightfall",p:"inv_misc_cape_05",agi:8,sta:14},{id:220615,type:"Cloth",slot:"back",r:50,q:"3",i:"55",name:"Panther Fur Cloak",p:"inv_misc_cape_21",agi:15,str:6},{id:227854,type:"Cloth",slot:"back",r:57,q:"4",i:"62",name:"Mastercrafted Shifting Cloak",p:"inv_misc_cape_20",agi:17,sta:8},{id:227985,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"The Emperor's New Cape",p:"inv_misc_cape_20",agi:7,sta:16},{id:228060,type:"Cloth",slot:"back",r:55,q:"3",i:"60",name:"Heliotrope Cloak",p:"inv_misc_cape_02",crit:1},{id:228100,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Drape of the Firelord",p:"inv_misc_cape_18",agi:22,sta:12,resist:{fire:6,nature:6}},{id:228102,type:"Cloth",slot:"back",r:60,q:"4",i:"74",name:"Domo's Drape",p:"inv_misc_cape_20",agi:22,sta:12,resist:{fire:6,nature:6}}],chest:[{id:821,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Riverpaw Leather Vest",p:"inv_shirt_07",agi:1,sta:2},{id:914,type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Large Ogre Chain Armor",p:"inv_chest_chain",str:10,sta:1},{id:1211,type:"Leather",slot:"chest",r:10,q:"2",i:"15",name:"Gnoll War Harness",p:"inv_chest_leather_04",str:2,sta:2},{id:1488,type:"Mail",slot:"chest",r:26,q:"3",i:"31",name:"Avenger's Armor",p:"inv_chest_chain",str:15,sta:6},{id:1489,type:"Leather",slot:"chest",r:20,q:"3",i:"25",name:"Gloomshroud Armor",p:"inv_chest_leather_08",str:5},{id:1677,type:"Mail",slot:"chest",r:41,q:"2",i:"46",name:"Drake-scale Vest",p:"inv_chest_chain_06",str:15},{id:1715,type:"Mail",slot:"chest",r:39,q:"3",i:"44",name:"Polished Jazeraint Armor",p:"inv_chest_chain_09",str:9,sta:10},{id:1717,type:"Mail",slot:"chest",r:25,q:"3",i:"30",name:"Double Link Tunic",p:"inv_chest_chain",d:9},{id:1981,type:"Mail",slot:"chest",r:39,q:"4",i:"44",name:"Icemail Jerkin",p:"inv_chest_plate06",agi:5,sta:15,resist:{frost:10}},{id:2016,type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Dusty Chain Armor",p:"inv_chest_chain",str:8,sta:2},{id:2041,type:"Leather",slot:"chest",r:14,q:"3",i:"24",name:"Tunic of Westfall",p:"inv_chest_leather_07",agi:11,sta:5},{id:2087,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Hard Crawler Carapace",p:"inv_chest_wolf",str:2,sta:1},{id:2317,type:"Leather",slot:"chest",r:15,q:"2",i:"20",name:"Dark Leather Tunic",p:"inv_chest_leather_03",agi:6},{id:2864,type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Runed Copper Breastplate",p:"inv_chest_plate03",str:4,sta:3},{id:2869,type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Silvered Bronze Breastplate",p:"inv_chest_chain_09",str:5,sta:5},{id:2870,type:"Mail",slot:"chest",r:24,q:"3",i:"29",name:"Shining Silver Breastplate",p:"inv_chest_plate15",str:14,sta:6},{id:2965,type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Warrior's Tunic",p:"inv_chest_chain",str:2},{id:2973,type:"Leather",slot:"chest",r:12,q:"2",i:"17",name:"Hunting Tunic",p:"inv_chest_wolf",agi:2,sta:4},{id:2977,type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"Veteran Armor",p:"inv_chest_chain_09",str:3,sta:2},{id:2989,type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Burnished Tunic",p:"inv_chest_chain_06",str:6,sta:3},{id:3053,type:"Mail",slot:"chest",r:23,q:"2",i:"28",name:"Humbert's Chestpiece",p:"inv_chest_chain",str:10},{id:3283,type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Battle Chain Tunic",p:"inv_chest_leather_04",agi:1,str:2},{id:3288,type:"Leather",slot:"chest",r:8,q:"2",i:"13",name:"Tribal Vest",p:"inv_chest_cloth_16",agi:2,sta:1},{id:3306,type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Brackwater Vest",p:"inv_chest_cloth_06",str:4,sta:3},{id:3313,type:"Leather",slot:"chest",r:13,q:"2",i:"18",name:"Ceremonial Leather Harness",p:"inv_chest_leather_04",agi:4},{id:3330,type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Dargol's Hauberk",p:"inv_chest_chain",str:2,sta:1},{id:3416,type:"Mail",slot:"chest",r:21,q:"3",i:"26",name:"Martyr's Chain",p:"inv_chest_chain",str:8,sta:8},{id:3431,type:"Leather",slot:"chest",r:19,q:"2",i:"25",name:"Bone-studded Leather",p:"inv_chest_leather_02",agi:1,str:6,sta:5},{id:3471,type:"Mail",slot:"chest",r:5,q:"2",i:"10",name:"Copper Chain Vest",p:"inv_chest_chain",str:1},{id:3585,type:"Leather",slot:"chest",r:10,q:"2",i:"22",name:"Camouflaged Tunic",p:"inv_chest_leather_08",agi:2,sta:6},{id:3733,type:"Mail",slot:"chest",r:17,q:"2",i:"23",name:"Orcish War Chain",p:"inv_chest_chain",str:6,sta:3},{id:3750,type:"Leather",slot:"chest",r:26,q:"2",i:"30",name:"Ribbed Breastplate",p:"inv_chest_leather_09",str:5,sta:5},{id:3844,type:"Mail",slot:"chest",r:31,q:"3",i:"36",name:"Green Iron Hauberk",p:"inv_chest_chain",str:7,sta:11},{id:4071,type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Glimmering Mail Breastplate",p:"inv_chest_plate16",str:3,sta:11},{id:4074,type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Mail Combat Armor",p:"inv_chest_chain_13",str:13,sta:3},{id:4082,type:"Mail",slot:"chest",r:42,q:"2",i:"47",name:"Blackforge Breastplate",p:"inv_chest_chain_12",agi:14},{id:4119,type:"Leather",slot:"chest",r:28,q:"2",i:"43",name:"Raptor Hunter Tunic",p:"inv_chest_leather_07",agi:3,str:4,sta:16},{id:4138,type:"Mail",slot:"chest",r:37,q:"2",i:"45",name:"Blackwater Tunic",p:"inv_chest_chain_16",str:7},{id:4243,type:"Leather",slot:"chest",r:12,q:"2",i:"17",name:"Fine Leather Tunic",p:"inv_chest_leather_09",agi:4,sta:3},{id:4255,type:"Leather",slot:"chest",r:26,q:"2",i:"31",name:"Green Leather Armor",p:"inv_chest_leather_08",agi:8},{id:4448,type:"Mail",slot:"chest",r:22,q:"2",i:"27",name:"Husk of Naraxis",p:"inv_misc_monsterspidercarapace_01",str:5,sta:7},{id:4508,type:"Mail",slot:"chest",r:32,q:"2",i:"42",name:"Blood-tinged Armor",p:"inv_chest_plate08",str:5,sta:15},{id:4861,type:"Leather",slot:"chest",r:5,q:"2",i:"10",name:"Sleek Feathered Tunic",p:"inv_chest_fur",agi:1},{id:5317,type:"Leather",slot:"chest",r:17,q:"2",i:"25",name:"Dry Moss Tunic",p:"inv_shirt_06",agi:2,sta:8},{id:5781,type:"Leather",slot:"chest",r:14,q:"2",i:"19",name:"Murloc Scale Breastplate",p:"inv_chest_chain_12",agi:3,str:5},{id:5782,type:"Leather",slot:"chest",r:29,q:"2",i:"34",name:"Thick Murloc Armor",p:"inv_chest_chain_12",str:9,sta:8},{id:5814,type:"Leather",slot:"chest",r:20,q:"2",i:"30",name:"Snapbrook Armor",p:"inv_chest_leather_10",str:4},{id:6085,type:"Leather",slot:"chest",r:5,q:"2",i:"13",name:"Footman Tunic",p:"inv_chest_leather_09",agi:1,sta:2},{id:6180,type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Slarkskin",p:"inv_chest_chain_12",agi:3,sta:2},{id:6195,type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Wax-polished Armor",p:"inv_chest_chain",str:2,sta:3},{id:"6336|672",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of the Tiger",p:"inv_chest_chain",agi:2,str:2,rand:672},{id:"6336|1182",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of the Bear",p:"inv_chest_chain",sta:2,str:2,rand:1182},{id:"6336|97",type:"Mail",slot:"chest",r:8,q:"2",i:"13",name:"Infantry Tunic of Strength",p:"inv_chest_chain",str:4,rand:97},{id:6396,type:"Leather",slot:"chest",r:27,q:"2",i:"32",name:"Emblazoned Chestpiece",p:"inv_chest_leather_08",agi:7,sta:6},{id:6473,type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Armor of the Fang",p:"inv_shirt_16",str:2},{id:"6545|675",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of the Tiger",p:"inv_chest_chain_16",agi:3,str:3,rand:675},{id:"6545|1185",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of the Bear",p:"inv_chest_chain_16",sta:3,str:3,rand:1185},{id:"6545|115",type:"Mail",slot:"chest",r:13,q:"2",i:"18",name:"Soldier's Armor of Strength",p:"inv_chest_chain_16",str:5,rand:115},{id:"6580|681",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of the Tiger",p:"inv_chest_chain_04",agi:5,str:5,rand:681},{id:"6580|1191",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of the Bear",p:"inv_chest_chain_04",sta:5,str:5,rand:1191},{id:"6580|189",type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"Defender Tunic of Strength",p:"inv_chest_chain_04",str:8,rand:189},{id:"6592|687",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of the Tiger",p:"inv_chest_chain_07",agi:7,str:7,rand:687},{id:"6592|1197",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of the Bear",p:"inv_chest_chain_07",sta:7,str:7,rand:1197},{id:"6592|192",type:"Mail",slot:"chest",r:24,q:"2",i:"29",name:"Battleforge Armor of Strength",p:"inv_chest_chain_07",str:11,rand:192},{id:"6603|689",type:"Leather",slot:"chest",r:25,q:"2",i:"30",name:"Dervish Tunic of the Tiger",p:"inv_chest_leather_01",agi:7,str:8,rand:689},{id:6627,type:"Mail",slot:"chest",r:23,q:"3",i:"28",name:"Mutant Scale Breastplate",p:"inv_chest_plate08",str:13,sta:5},{id:6642,type:"Mail",slot:"chest",r:20,q:"3",i:"25",name:"Phantom Armor",p:"inv_chest_chain_05",str:3,sta:11},{id:6670,type:"Leather",slot:"chest",r:20,q:"2",i:"27",name:"Panther Armor",p:"inv_chest_leather_01",agi:9,str:2},{id:6721,type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Chestplate of Kor",p:"inv_chest_leather_05",str:4,sta:4},{id:6731,type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Ironforge Breastplate",p:"inv_chest_plate05",str:3,sta:3},{id:6773,type:"Mail",slot:"chest",r:30,q:"2",i:"42",name:"Gelkis Marauder Chain",p:"inv_chest_chain_07",agi:7,str:14},{id:6972,type:"Mail",slot:"chest",r:20,q:"3",i:"30",name:"Fire Hardened Hauberk",p:"inv_chest_chain_07",str:5,sta:14},{id:7133,type:"Mail",slot:"chest",r:20,q:"3",i:"30",name:"Brutal Hauberk",p:"inv_chest_chain_07",str:5,sta:14},{id:7336,type:"Mail",slot:"chest",r:17,q:"2",i:"24",name:"Wildwood Chain",p:"inv_chest_chain",agi:1,str:8},{id:7374,type:"Leather",slot:"chest",r:30,q:"2",i:"35",name:"Dusky Leather Armor",p:"inv_chest_leather_03",agi:14},{id:"7418|693",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of the Tiger",p:"inv_chest_plate01",agi:9,str:9,rand:693},{id:"7418|1203",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of the Bear",p:"inv_chest_plate01",sta:9,str:9,rand:1203},{id:"7418|220",type:"Mail",slot:"chest",r:30,q:"2",i:"35",name:"Phalanx Breastplate of Strength",p:"inv_chest_plate01",str:14,rand:220},{id:"7439|1209",type:"Leather",slot:"chest",r:35,q:"2",i:"40",name:"Sentinel Breastplate of the Bear",p:"inv_chest_leather_04",sta:11,str:11,rand:1209},{id:"7454|696",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of the Tiger",p:"inv_chest_plate04",agi:10,str:10,rand:696},{id:"7454|1206",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of the Bear",p:"inv_chest_plate04",sta:10,str:10,rand:1206},{id:"7454|308",type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Knight's Breastplate of Strength",p:"inv_chest_plate04",str:16,rand:308},{id:"7477|1212",type:"Leather",slot:"chest",r:40,q:"2",i:"45",name:"Ranger Tunic of the Bear",p:"inv_chest_leather_08",sta:12,str:12,rand:1212},{id:"7527|1218",type:"Leather",slot:"chest",r:45,q:"2",i:"50",name:"Cabalist Chestpiece of the Bear",p:"inv_chest_leather_05",sta:14,str:14,rand:1218},{id:"7538|707",type:"Mail",slot:"chest",r:43,q:"2",i:"48",name:"Champion's Armor of the Tiger",p:"inv_chest_chain_05",agi:13,str:14,rand:707},{id:7688,type:"Mail",slot:"chest",r:30,q:"3",i:"35",name:"Ironspine's Ribcage",p:"inv_chest_plate15",agi:3,str:6,sta:17},{id:7759,type:"Mail",slot:"chest",r:33,q:"3",i:"38",name:"Archon Chestpiece",p:"inv_chest_chain_11",str:12,sta:12},{id:7914,type:"Mail",slot:"chest",r:27,q:"2",i:"32",name:"Barbaric Iron Breastplate",p:"inv_chest_chain_14",str:12},{id:7935,type:"Plate",slot:"chest",r:43,q:"2",i:"48",name:"Ornate Mithril Breastplate",p:"inv_chest_plate10",crit:1},{id:8119,type:"Leather",slot:"chest",r:46,q:"2",i:"51",name:"Heraldic Breastplate",p:"inv_chest_leather_02",str:4,sta:20},{id:8138,type:"Plate",slot:"chest",r:42,q:"2",i:"47",name:"Chromite Chestplate",p:"inv_chest_plate14",str:11,sta:11},{id:8157,type:"Plate",slot:"chest",r:40,q:"2",i:"42",name:"Jouster's Chestplate",p:"inv_chest_plate11",str:15,sta:4},{id:8175,type:"Leather",slot:"chest",r:36,q:"2",i:"41",name:"Nightscape Tunic",p:"inv_chest_leather_03",agi:15,sta:6},{id:8203,type:"Mail",slot:"chest",r:39,q:"2",i:"44",name:"Tough Scorpid Breastplate",p:"inv_chest_leather_02",agi:15},{id:"8211|1212",type:"Leather",slot:"chest",r:40,q:"2",i:"45",name:"Wild Leather Vest of the Bear",p:"inv_chest_cloth_06",sta:12,str:12,rand:1212},{id:8274,type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Valorous Chestguard",p:"inv_chest_cloth_05",str:20},{id:8312,type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Alabaster Breastplate",p:"inv_chest_chain_05",str:17,sta:3},{id:"9286|702",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of the Tiger",p:"inv_chest_plate14",agi:12,str:12,rand:702},{id:"9286|1212",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of the Bear",p:"inv_chest_plate14",sta:12,str:12,rand:1212},{id:"9286|311",type:"Plate",slot:"chest",r:40,q:"2",i:"44",name:"Field Plate Armor of Strength",p:"inv_chest_plate14",str:19,rand:311},{id:9406,type:"Leather",slot:"chest",r:30,q:"3",i:"35",name:"Spirewind Fetter",p:"inv_chest_leather_08",str:7,sta:11},{id:9473,type:"Leather",slot:"chest",r:44,q:"3",i:"49",name:"Jinxed Hoodoo Skin",p:"inv_chest_leather_05",str:8,sta:10},{id:9650,type:"Mail",slot:"chest",r:40,q:"2",i:"55",name:"Honorguard Chestpiece",p:"inv_chest_plate16",str:22,sta:3},{id:9663,type:"Mail",slot:"chest",r:40,q:"2",i:"45",name:"Dawnrider's Chestpiece",p:"inv_chest_chain_16",agi:16},{id:"9765|672",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of the Tiger",p:"inv_chest_chain_05",agi:2,str:2,rand:672},{id:"9765|1182",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of the Bear",p:"inv_chest_chain_05",sta:2,str:2,rand:1182},{id:"9765|97",type:"Mail",slot:"chest",r:10,q:"2",i:"15",name:"Cadet Vest of Strength",p:"inv_chest_chain_05",str:4,rand:97},{id:"9782|681",type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Bandit Jerkin of the Tiger",p:"inv_shirt_11",agi:5,str:5,rand:681},{id:"9783|678",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of the Tiger",p:"inv_chest_chain_07",agi:4,str:4,rand:678},{id:"9783|1188",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of the Bear",p:"inv_chest_chain_07",sta:4,str:4,rand:1188},{id:"9783|155",type:"Mail",slot:"chest",r:15,q:"2",i:"20",name:"Raider's Chestpiece of Strength",p:"inv_chest_chain_07",str:7,rand:155},{id:"9809|689",type:"Leather",slot:"chest",r:23,q:"2",i:"28",name:"Superior Tunic of the Tiger",p:"inv_chest_leather_10",agi:7,str:8,rand:689},{id:"9818|684",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of the Tiger",p:"inv_chest_chain",agi:6,str:6,rand:684},{id:"9818|1194",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of the Bear",p:"inv_chest_chain",sta:6,str:6,rand:1194},{id:"9818|191",type:"Mail",slot:"chest",r:20,q:"2",i:"25",name:"Fortified Chain of Strength",p:"inv_chest_chain",str:10,rand:191},{id:"9836|690",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of the Tiger",p:"inv_chest_plate04",agi:8,str:8,rand:690},{id:"9836|1200",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of the Bear",p:"inv_chest_plate04",sta:8,str:8,rand:1200},{id:"9836|219",type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Banded Armor of Strength",p:"inv_chest_plate04",str:13,rand:219},{id:"9866|696",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of the Tiger",p:"inv_chest_chain_12",agi:10,str:10,rand:696},{id:"9866|1206",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of the Bear",p:"inv_chest_chain_12",sta:10,str:10,rand:1206},{id:"9866|308",type:"Mail",slot:"chest",r:33,q:"2",i:"38",name:"Renegade Chestguard of Strength",p:"inv_chest_chain_12",str:16,rand:308},{id:"9887|1212",type:"Leather",slot:"chest",r:38,q:"2",i:"43",name:"Huntsman's Armor of the Bear",p:"inv_chest_leather_07",sta:12,str:12,rand:1212},{id:"9924|1215",type:"Leather",slot:"chest",r:43,q:"2",i:"48",name:"Tracker's Tunic of the Bear",p:"inv_chest_leather_08",sta:13,str:13,rand:1215},{id:"9950|1221",type:"Leather",slot:"chest",r:48,q:"2",i:"53",name:"Chieftain's Breastplate of the Bear",p:"inv_chest_leather_05",sta:15,str:15,rand:1221},{id:"9966|702",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of the Tiger",p:"inv_chest_leather_07",agi:12,str:12,rand:702},{id:"9966|1212",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of the Bear",p:"inv_chest_leather_07",sta:12,str:12,rand:1212},{id:"9966|311",type:"Plate",slot:"chest",r:40,q:"2",i:"45",name:"Embossed Plate Armor of Strength",p:"inv_chest_leather_07",str:19,rand:311},{id:"10070|1224",type:"Leather",slot:"chest",r:50,q:"2",i:"55",name:"Righteous Armor of the Bear",p:"inv_chest_chain_10",sta:16,str:16,rand:1224},{id:"10086|708",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of the Tiger",p:"inv_chest_leather_07",agi:14,str:14,rand:708},{id:"10086|1218",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of the Bear",p:"inv_chest_leather_07",sta:14,str:14,rand:1218},{id:"10086|314",type:"Plate",slot:"chest",r:44,q:"2",i:"49",name:"Gothic Plate Armor of Strength",p:"inv_chest_leather_07",str:22,rand:314},{id:"10105|718",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of the Tiger",p:"inv_chest_leather_10",agi:18,str:17,rand:718},{id:"10105|1227",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of the Bear",p:"inv_chest_leather_10",sta:17,str:17,rand:1227},{id:"10105|319",type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Wanderer's Armor of Strength",p:"inv_chest_leather_10",str:27,rand:319},{id:"10128|711",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of the Tiger",p:"inv_chest_plate11",agi:15,str:15,rand:711},{id:"10128|1221",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of the Bear",p:"inv_chest_plate11",sta:15,str:15,rand:1221},{id:"10128|315",type:"Plate",slot:"chest",r:49,q:"2",i:"54",name:"Revenant Chestplate of Strength",p:"inv_chest_plate11",str:23,rand:315},{id:"10151|1233",type:"Leather",slot:"chest",r:59,q:"2",i:"64",name:"Mighty Tunic of the Bear",p:"inv_chest_cloth_05",sta:19,str:19,rand:1233},{id:"10164|717",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of the Tiger",p:"inv_chest_plate16",agi:17,str:17,rand:717},{id:"10164|1227",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of the Bear",p:"inv_chest_plate16",sta:17,str:17,rand:1227},{id:"10164|318",type:"Plate",slot:"chest",r:53,q:"2",i:"58",name:"Templar Chestplate of Strength",p:"inv_chest_plate16",str:26,rand:318},{id:"10182|718",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of the Tiger",p:"inv_chest_leather_02",agi:18,str:17,rand:718},{id:"10182|1227",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of the Bear",p:"inv_chest_leather_02",sta:17,str:17,rand:1227},{id:"10182|319",type:"Leather",slot:"chest",r:53,q:"2",i:"58",name:"Swashbuckler's Breastplate of Strength",p:"inv_chest_leather_02",str:27,rand:319},{id:"10203|711",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of the Tiger",p:"inv_chest_plate04",agi:15,str:15,rand:711},{id:"10203|1221",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of the Bear",p:"inv_chest_plate04",sta:15,str:15,rand:1221},{id:"10203|315",type:"Plate",slot:"chest",r:47,q:"2",i:"52",name:"Overlord's Chestplate of Strength",p:"inv_chest_plate04",str:23,rand:315},{id:"10220|1230",type:"Leather",slot:"chest",r:58,q:"2",i:"63",name:"Nightshade Tunic of the Bear",p:"inv_chest_leather_02",sta:18,str:18,rand:1230},{id:"10220|320",type:"Leather",slot:"chest",r:58,q:"2",i:"63",name:"Nightshade Tunic of Strength",p:"inv_chest_leather_02",str:28,rand:320},{id:"10240|714",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of the Tiger",p:"inv_chest_leather_08",agi:16,str:16,rand:714},{id:"10240|1224",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of the Bear",p:"inv_chest_leather_08",sta:16,str:16,rand:1224},{id:"10240|317",type:"Plate",slot:"chest",r:50,q:"2",i:"55",name:"Heavy Lamellar Chestpiece of Strength",p:"inv_chest_leather_08",str:25,rand:317},{id:"10264|1233",type:"Leather",slot:"chest",r:60,q:"2",i:"65",name:"Adventurer's Tunic of the Bear",p:"inv_chest_leather_07",sta:19,str:19,rand:1233},{id:"10275|717",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of the Tiger",p:"inv_chest_cloth_06",agi:17,str:17,rand:717},{id:"10275|1227",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of the Bear",p:"inv_chest_cloth_06",sta:17,str:17,rand:1227},{id:"10275|318",type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Emerald Breastplate of Strength",p:"inv_chest_cloth_06",str:26,rand:318},{id:10328,type:"Mail",slot:"chest",r:34,q:"3",i:"39",name:"Scarlet Chestpiece",p:"inv_chest_chain_07",str:8,sta:19},{id:10368,type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Imbued Plate Armor",p:"inv_chest_plate09",str:15,sta:14},{id:"10378|720",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of the Tiger",p:"inv_chest_plate06",agi:18,str:18,rand:720},{id:"10378|1231",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of the Bear",p:"inv_chest_plate06",sta:19,str:18,rand:1231},{id:"10378|320",type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Commander's Armor of Strength",p:"inv_chest_plate06",str:28,rand:320},{id:"10384|725",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of the Tiger",p:"inv_chest_plate16",agi:19,str:20,rand:725},{id:"10384|1233",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of the Bear",p:"inv_chest_plate16",sta:19,str:19,rand:1233},{id:"10384|321",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Hyperion Armor of Strength",p:"inv_chest_plate16",str:29,rand:321},{id:10399,type:"Leather",slot:"chest",r:19,q:"3",i:"24",name:"Blackened Defias Armor",p:"inv_chest_leather_08",agi:3,str:4,sta:11},{id:10583,type:"Leather",slot:"chest",r:34,q:"3",i:"39",name:"Quillward Harness",p:"inv_chest_leather_08",agi:19,str:8},{id:10775,type:"Plate",slot:"chest",r:40,q:"3",i:"42",name:"Carapace of Tuten'kash",p:"inv_chest_plate08",agi:8,str:10,sta:15},{id:10784,type:"Mail",slot:"chest",r:47,q:"3",i:"52",name:"Atal'ai Breastplate",p:"inv_chest_chain_05",ap:22},{id:10827,type:"Leather",slot:"chest",r:43,q:"2",i:"48",name:"Surveyor's Tunic",p:"inv_chest_leather_05",str:11},{id:10845,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Warrior's Embrace",p:"inv_chest_plate08",agi:4,sta:11},{id:11193,type:"Leather",slot:"chest",r:40,q:"2",i:"57",name:"Blazewind Breastplate",p:"inv_chest_leather_02",agi:23,str:3,sta:5},{id:11195,type:"Plate",slot:"chest",r:40,q:"2",i:"57",name:"Warforged Chestplate",p:"inv_chest_chain_16",str:24,sta:2},{id:11633,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Spiderfang Carapace",p:"inv_chest_plate02",str:14,sta:14},{id:11678,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Carapace of Anub'shiah",p:"inv_chest_plate08",agi:11,str:11,sta:22},{id:11820,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Royal Decorated Armor",p:"inv_chest_plate04",agi:12,str:8,sta:26},{id:11876,type:"Leather",slot:"chest",r:48,q:"2",i:"56",name:"Plainstalker Tunic",p:"inv_chest_leather_07",agi:4,sta:23},{id:12049,type:"Mail",slot:"chest",r:48,q:"2",i:"53",name:"Splintsteel Armor",p:"inv_chest_chain_16",str:12,sta:12},{id:12422,type:"Plate",slot:"chest",r:55,q:"2",i:"60",name:"Imperial Plate Chest",p:"inv_chest_plate10",str:18,sta:17},{id:12603,type:"Leather",slot:"chest",r:56,q:"3",i:"61",name:"Nightbrace Tunic",p:"inv_chest_plate06",agi:5,sta:10,resist:{fire:10,shadow:10},ap:50},{id:12615,type:"Mail",slot:"chest",r:57,q:"2",i:"62",name:"Savage Mail Tunic",p:"inv_chest_plate03",str:27},{id:12618,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Enchanted Thorium Breastplate",p:"inv_chest_plate10",str:12,sta:26,d:9},{id:12641,type:"Mail",slot:"chest",r:57,q:"4",i:"63",name:"Invulnerable Mail",p:"inv_chest_chain_07",d:13},{id:12757,type:"Leather",slot:"chest",r:57,q:"4",i:"62",name:"Breastplate of Bloodthirst",p:"inv_chest_chain_13",str:13,sta:20,crit:2},{id:12793,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Mixologist's Tunic",p:"inv_chest_leather_01",agi:11,str:18,sta:18},{id:12895,type:"Plate",slot:"chest",r:57,q:"4",i:"62",name:"Breastplate of the Chromatic Flight",p:"inv_chest_plate09",agi:10,str:20,sta:30,resist:{fire:15}},{id:13067,type:"Plate",slot:"chest",r:49,q:"3",i:"54",name:"Hydralick Armor",p:"inv_chest_plate06",agi:8,str:13,sta:20,resist:{fire:10}},{id:13090,type:"Mail",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of the Chosen",p:"inv_chest_chain_16",agi:14,str:14,sta:14},{id:13110,type:"Leather",slot:"chest",r:31,q:"3",i:"36",name:"Wolffear Harness",p:"inv_chest_leather_04",agi:17,sta:6},{id:13168,type:"Plate",slot:"chest",r:55,q:"3",i:"60",name:"Plate of the Shaman King",p:"inv_chest_plate13",str:12,sta:15},{id:13378,type:"Leather",slot:"chest",r:53,q:"3",i:"58",name:"Songbird Blouse",p:"inv_chest_cloth_38",agi:13,str:13,sta:13},{id:13394,type:"Plate",slot:"chest",r:54,q:"3",i:"59",name:"Skul's Cold Embrace",p:"inv_chest_chain_15",str:19,sta:20,resist:{frost:10},d:6},{id:14536,type:"Mail",slot:"chest",r:56,q:"3",i:"61",name:"Bonebrace Hauberk",p:"inv_chest_chain_14",ap:56},{id:14562,type:"Leather",slot:"chest",r:18,q:"2",i:"23",name:"Prospector's Chestpiece",p:"inv_chest_leather_09",agi:6,str:2,sta:3},{id:14570,type:"Leather",slot:"chest",r:23,q:"2",i:"28",name:"Bristlebark Blouse",p:"inv_chest_leather_08",agi:7,sta:6},{id:14592,type:"Leather",slot:"chest",r:35,q:"2",i:"40",name:"Hawkeye's Tunic",p:"inv_chest_leather_06",agi:12,sta:8},{id:14601,type:"Leather",slot:"chest",r:39,q:"2",i:"44",name:"Warden's Wraps",p:"inv_chest_leather_04",agi:12,sta:12},{id:14655,type:"Leather",slot:"chest",r:44,q:"2",i:"49",name:"Scorpashi Breastplate",p:"inv_chest_leather_07",agi:17,sta:8},{id:14664,type:"Leather",slot:"chest",r:49,q:"2",i:"54",name:"Keeper's Armor",p:"inv_chest_leather_02",agi:5,sta:9},{id:14670,type:"Leather",slot:"chest",r:54,q:"2",i:"59",name:"Pridelord Armor",p:"inv_chest_leather_02",agi:24,sta:5},{id:14730,type:"Mail",slot:"chest",r:18,q:"2",i:"23",name:"War Paint Chestpiece",p:"inv_chest_chain",str:6,sta:4},{id:14744,type:"Mail",slot:"chest",r:23,q:"2",i:"28",name:"Hulking Chestguard",p:"inv_chest_chain_15",str:5,sta:8},{id:14751,type:"Mail",slot:"chest",r:28,q:"2",i:"33",name:"Slayer's Surcoat",p:"inv_chest_chain_07",agi:3,str:10,sta:5},{id:14760,type:"Mail",slot:"chest",r:34,q:"2",i:"39",name:"Enduring Breastplate",p:"inv_chest_chain_15",str:12,sta:7},{id:14768,type:"Mail",slot:"chest",r:39,q:"2",i:"44",name:"Ravager's Armor",p:"inv_chest_chain_07",agi:4,str:4,sta:10},{id:14789,type:"Mail",slot:"chest",r:49,q:"2",i:"54",name:"Protector Breastplate",p:"inv_chest_leather_08",str:4,sta:21},{id:14798,type:"Mail",slot:"chest",r:54,q:"2",i:"59",name:"Bloodlust Breastplate",p:"inv_chest_chain_07",agi:8,str:9,sta:20},{id:14811,type:"Mail",slot:"chest",r:59,q:"2",i:"64",name:"Warstrike Chestguard",p:"inv_chest_chain_05",str:3,sta:10},{id:14821,type:"Plate",slot:"chest",r:40,q:"2",i:"43",name:"Symbolic Breastplate",p:"inv_chest_plate11",str:14,sta:9},{id:14835,type:"Plate",slot:"chest",r:43,q:"2",i:"48",name:"Tyrant's Chestpiece",p:"inv_chest_plate08",agi:3,str:16,sta:7},{id:14854,type:"Plate",slot:"chest",r:54,q:"2",i:"59",name:"Vanguard Breastplate",p:"inv_chest_plate09",agi:6,sta:22},{id:14862,type:"Plate",slot:"chest",r:58,q:"2",i:"63",name:"Warleader's Breastplate",p:"inv_chest_plate09",str:8,sta:25},{id:"14895|699",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of the Tiger",p:"inv_chest_plate08",agi:11,str:11,rand:699},{id:"14895|1209",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of the Bear",p:"inv_chest_plate08",sta:11,str:11,rand:1209},{id:"14895|309",type:"Plate",slot:"chest",r:40,q:"2",i:"41",name:"Saltstone Surcoat of Strength",p:"inv_chest_plate08",str:17,rand:309},{id:"14904|708",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of the Tiger",p:"inv_chest_chain_04",agi:14,str:14,rand:708},{id:"14904|1218",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of the Bear",p:"inv_chest_chain_04",sta:14,str:14,rand:1218},{id:"14904|314",type:"Plate",slot:"chest",r:45,q:"2",i:"50",name:"Brutish Breastplate of Strength",p:"inv_chest_chain_04",str:22,rand:314},{id:"14915|711",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of the Tiger",p:"inv_chest_plate07",agi:15,str:15,rand:711},{id:"14915|1221",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of the Bear",p:"inv_chest_plate07",sta:15,str:15,rand:1221},{id:"14915|315",type:"Plate",slot:"chest",r:48,q:"2",i:"53",name:"Jade Breastplate of Strength",p:"inv_chest_plate07",str:23,rand:315},{id:"14924|714",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of the Tiger",p:"inv_chest_wolf",agi:16,str:16,rand:714},{id:"14924|1224",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of the Bear",p:"inv_chest_wolf",sta:16,str:16,rand:1224},{id:"14924|317",type:"Plate",slot:"chest",r:52,q:"2",i:"57",name:"Lofty Breastplate of Strength",p:"inv_chest_wolf",str:25,rand:317},{id:"14931|720",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of the Tiger",p:"inv_chest_chain_10",agi:18,str:18,rand:720},{id:"14931|1231",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of the Bear",p:"inv_chest_chain_10",sta:19,str:18,rand:1231},{id:"14931|320",type:"Plate",slot:"chest",r:57,q:"2",i:"62",name:"Heroic Armor of Strength",p:"inv_chest_chain_10",str:28,rand:320},{id:"14939|705",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of the Tiger",p:"inv_chest_leather_10",agi:13,str:13,rand:705},{id:"14939|1215",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of the Bear",p:"inv_chest_leather_10",sta:13,str:13,rand:1215},{id:"14939|312",type:"Plate",slot:"chest",r:41,q:"2",i:"46",name:"Warbringer's Chestguard of Strength",p:"inv_chest_leather_10",str:20,rand:312},{id:"14948|708",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of the Tiger",p:"inv_chest_chain_07",agi:14,str:14,rand:708},{id:"14948|1218",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of the Bear",p:"inv_chest_chain_07",sta:14,str:14,rand:1218},{id:"14948|314",type:"Plate",slot:"chest",r:46,q:"2",i:"51",name:"Bloodforged Chestpiece of Strength",p:"inv_chest_chain_07",str:22,rand:314},{id:"14958|714",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of the Tiger",p:"inv_chest_chain_14",agi:16,str:16,rand:714},{id:"14958|1224",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of the Bear",p:"inv_chest_chain_14",sta:16,str:16,rand:1224},{id:"14958|317",type:"Plate",slot:"chest",r:51,q:"2",i:"56",name:"High Chief's Armor of Strength",p:"inv_chest_chain_14",str:25,rand:317},{id:"14966|720",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of the Tiger",p:"inv_chest_plate03",agi:18,str:18,rand:720},{id:"14966|1231",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of the Bear",p:"inv_chest_plate03",sta:19,str:18,rand:1231},{id:"14966|320",type:"Plate",slot:"chest",r:56,q:"2",i:"61",name:"Glorious Breastplate of Strength",p:"inv_chest_plate03",str:28,rand:320},{id:"14975|725",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of the Tiger",p:"inv_chest_plate10",agi:19,str:20,rand:725},{id:"14975|1233",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of the Bear",p:"inv_chest_plate10",sta:19,str:19,rand:1233},{id:"14975|321",type:"Plate",slot:"chest",r:60,q:"2",i:"65",name:"Exalted Harness of Strength",p:"inv_chest_plate10",str:29,rand:321},{id:15050,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Black Dragonscale Breastplate",p:"inv_chest_plate06",sta:8,resist:{fire:12},ap:50},{id:15056,type:"Leather",slot:"chest",r:52,q:"3",i:"57",name:"Stormshroud Armor",p:"inv_chest_leather_08",crit:2},{id:15064,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Warbear Harness",p:"inv_chest_leather_04",str:11,sta:27},{id:15085,type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Wicked Leather Armor",p:"inv_chest_plate06",agi:25,sta:7},{id:"15159|1209",type:"Leather",slot:"chest",r:37,q:"2",i:"42",name:"Nocturnal Tunic of the Bear",p:"inv_chest_leather_05",sta:11,str:11,rand:1209},{id:"15164|1215",type:"Leather",slot:"chest",r:42,q:"2",i:"47",name:"Imposing Vest of the Bear",p:"inv_chest_leather_05",sta:13,str:13,rand:1215},{id:"15170|1221",type:"Leather",slot:"chest",r:47,q:"2",i:"52",name:"Potent Armor of the Bear",p:"inv_chest_chain_13",sta:15,str:15,rand:1221},{id:"15179|1224",type:"Leather",slot:"chest",r:52,q:"2",i:"57",name:"Praetorian Padded Armor of the Bear",p:"inv_chest_chain_07",sta:16,str:16,rand:1224},{id:"15195|1230",type:"Leather",slot:"chest",r:57,q:"2",i:"62",name:"Grand Breastplate of the Bear",p:"inv_chest_leather_05",sta:18,str:18,rand:1230},{id:"15195|320",type:"Leather",slot:"chest",r:57,q:"2",i:"62",name:"Grand Breastplate of Strength",p:"inv_chest_leather_05",str:28,rand:320},{id:"15311|681",type:"Leather",slot:"chest",r:17,q:"2",i:"22",name:"Feral Harness of the Tiger",p:"inv_chest_leather_04",agi:5,str:5,rand:681},{id:"15337|689",type:"Leather",slot:"chest",r:24,q:"2",i:"29",name:"Wrangler's Wraps of the Tiger",p:"inv_chest_cloth_15",agi:7,str:8,rand:689},{id:"15359|1209",type:"Leather",slot:"chest",r:36,q:"2",i:"41",name:"Trickster's Vest of the Bear",p:"inv_chest_cloth_08",sta:11,str:11,rand:1209},{id:"15376|1215",type:"Leather",slot:"chest",r:41,q:"2",i:"46",name:"Wolf Rider's Padded Armor of the Bear",p:"inv_chest_leather_07",sta:13,str:13,rand:1215},{id:"15381|1218",type:"Leather",slot:"chest",r:46,q:"2",i:"51",name:"Rageclaw Chestguard of the Bear",p:"inv_chest_leather_05",sta:14,str:14,rand:1218},{id:"15390|1224",type:"Leather",slot:"chest",r:51,q:"2",i:"56",name:"Jadefire Chestguard of the Bear",p:"inv_chest_plate07",sta:16,str:16,rand:1224},{id:15413,type:"Plate",slot:"chest",r:52,q:"3",i:"63",name:"Ornate Adamantium Breastplate",p:"inv_chest_plate09",sta:22,d:10},{id:"15433|1230",type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Peerless Armor of the Bear",p:"inv_chest_leather_02",sta:18,str:18,rand:1230},{id:"15433|320",type:"Leather",slot:"chest",r:56,q:"2",i:"61",name:"Peerless Armor of Strength",p:"inv_chest_leather_02",str:28,rand:320},{id:"15442|1233",type:"Leather",slot:"chest",r:60,q:"2",i:"65",name:"Supreme Breastplate of the Bear",p:"inv_chest_plate06",sta:19,str:19,rand:1233},{id:15471,type:"Leather",slot:"chest",r:25,q:"2",i:"29",name:"Brawnhide Armor",p:"inv_chest_leather_01",agi:4,sta:9},{id:"15479|669",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of the Tiger",p:"inv_chest_chain_16",agi:1,str:1,rand:669},{id:"15479|1179",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of the Bear",p:"inv_chest_chain_16",sta:1,str:1,rand:1179},{id:"15479|23",type:"Mail",slot:"chest",r:6,q:"2",i:"11",name:"Charger's Armor of Strength",p:"inv_chest_chain_16",str:2,rand:23},{id:"15487|675",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of the Tiger",p:"inv_chest_chain_07",agi:3,str:3,rand:675},{id:"15487|1185",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of the Bear",p:"inv_chest_chain_07",sta:3,str:3,rand:1185},{id:"15487|115",type:"Mail",slot:"chest",r:11,q:"2",i:"16",name:"War Torn Tunic of Strength",p:"inv_chest_chain_07",str:5,rand:115},{id:"15488|678",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of the Tiger",p:"inv_chest_chain_07",agi:4,str:4,rand:678},{id:"15488|1188",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of the Bear",p:"inv_chest_chain_07",sta:4,str:4,rand:1188},{id:"15488|155",type:"Mail",slot:"chest",r:16,q:"2",i:"21",name:"Bloodspattered Surcoat of Strength",p:"inv_chest_chain_07",str:7,rand:155},{id:"15500|681",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of the Tiger",p:"inv_chest_chain_04",agi:5,str:5,rand:681},{id:"15500|1191",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of the Bear",p:"inv_chest_chain_04",sta:5,str:5,rand:1191},{id:"15500|189",type:"Mail",slot:"chest",r:19,q:"2",i:"24",name:"Outrunner's Chestguard of Strength",p:"inv_chest_chain_04",str:8,rand:189},{id:"15514|684",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of the Tiger",p:"inv_chest_chain",agi:6,str:6,rand:684},{id:"15514|1194",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of the Bear",p:"inv_chest_chain",sta:6,str:6,rand:1194},{id:"15514|191",type:"Mail",slot:"chest",r:21,q:"2",i:"26",name:"Grunt's Chestpiece of Strength",p:"inv_chest_chain",str:10,rand:191},{id:"15518|687",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of the Tiger",p:"inv_chest_chain_17",agi:7,str:7,rand:687},{id:"15518|1197",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of the Bear",p:"inv_chest_chain_17",sta:7,str:7,rand:1197},{id:"15518|192",type:"Mail",slot:"chest",r:25,q:"2",i:"30",name:"Spiked Chain Breastplate of Strength",p:"inv_chest_chain_17",str:11,rand:192},{id:"15524|690",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of the Tiger",p:"inv_chest_leather_04",agi:8,str:8,rand:690},{id:"15524|1200",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of the Bear",p:"inv_chest_leather_04",sta:8,str:8,rand:1200},{id:"15524|219",type:"Mail",slot:"chest",r:26,q:"2",i:"31",name:"Sentry's Surcoat of Strength",p:"inv_chest_leather_04",str:13,rand:219},{id:"15536|693",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of the Tiger",p:"inv_chest_plate04",agi:9,str:9,rand:693},{id:"15536|1203",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of the Bear",p:"inv_chest_plate04",sta:9,str:9,rand:1203},{id:"15536|220",type:"Mail",slot:"chest",r:29,q:"2",i:"34",name:"Wicked Chain Chestpiece of Strength",p:"inv_chest_plate04",str:14,rand:220},{id:"15546|693",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of the Tiger",p:"inv_chest_cloth_06",agi:9,str:9,rand:693},{id:"15546|1203",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of the Bear",p:"inv_chest_cloth_06",sta:9,str:9,rand:1203},{id:"15546|220",type:"Mail",slot:"chest",r:31,q:"2",i:"36",name:"Thick Scale Breastplate of Strength",p:"inv_chest_cloth_06",str:14,rand:220},{id:"15557|696",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of the Tiger",p:"inv_chest_chain_12",agi:10,str:10,rand:696},{id:"15557|1206",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of the Bear",p:"inv_chest_chain_12",sta:10,str:10,rand:1206},{id:"15557|308",type:"Mail",slot:"chest",r:32,q:"2",i:"37",name:"Pillager's Chestguard of Strength",p:"inv_chest_chain_12",str:16,rand:308},{id:"15601|707",type:"Mail",slot:"chest",r:41,q:"2",i:"46",name:"Ancient Chestpiece of the Tiger",p:"inv_chest_chain_10",agi:13,str:14,rand:707},{id:"15609|707",type:"Mail",slot:"chest",r:42,q:"2",i:"47",name:"Bonelink Armor of the Tiger",p:"inv_chest_chain_05",agi:13,str:14,rand:707},{id:15787,type:"Mail",slot:"chest",r:52,q:"2",i:"59",name:"Willow Band Hauberk",p:"inv_chest_chain_16",agi:20,sta:10},{id:15825,type:"Leather",slot:"chest",r:55,q:"2",i:"59",name:"Traphook Jerkin",p:"inv_chest_plate06",agi:24,str:5},{id:16477,type:"Plate",slot:"chest",r:60,q:"4",i:"74",name:"Field Marshal's Plate Armor",p:"inv_chest_plate03",agi:14,str:16,sta:33,crit:1},{id:16541,type:"Plate",slot:"chest",r:60,q:"4",i:"74",name:"Warlord's Plate Armor",p:"inv_chest_plate16",agi:14,str:16,sta:33,crit:1},{id:17005,type:"Leather",slot:"chest",r:21,q:"2",i:"27",name:"Boorguard Tunic",p:"inv_shirt_13",agi:7,sta:6},{id:17742,type:"Leather",slot:"chest",r:46,q:"3",i:"51",name:"Fungus Shroud Armor",p:"inv_chest_leather_08",agi:25,sta:10},{id:17777,type:"Mail",slot:"chest",r:41,q:"2",i:"47",name:"Relentless Chain",p:"inv_chest_chain_07",sta:10,ap:20},{id:18478,type:"Leather",slot:"chest",r:55,q:"2",i:"60",name:"Hyena Hide Jerkin",p:"inv_chest_leather_06",agi:20,sta:13},{id:18503,type:"Plate",slot:"chest",r:57,q:"3",i:"62",name:"Kromcrush's Chestplate",p:"inv_chest_chain_14",str:16,sta:16,d:10},{id:19041,type:"Leather",slot:"chest",r:40,q:"2",i:"48",name:"Pratt's Handcrafted Tunic",p:"inv_chest_leather_07",agi:7,str:6,sta:15},{id:19042,type:"Leather",slot:"chest",r:40,q:"2",i:"48",name:"Jangdor's Handcrafted Tunic",p:"inv_chest_leather_08",agi:7,str:6,sta:15},{id:19127,type:"Leather",slot:"chest",r:45,q:"2",i:"50",name:"Charred Leather Tunic",p:"inv_chest_leather_03",agi:18,sta:8},{id:19128,type:"Mail",slot:"chest",r:45,q:"2",i:"50",name:"Seared Mail Vest",p:"inv_chest_chain_13",agi:11,sta:11},{id:19685,type:"Leather",slot:"chest",r:60,q:"3",i:"65",name:"Primal Batskin Jerkin",p:"inv_chest_leather_03",agi:32,sta:6,hit:1},{id:19688,type:"Leather",slot:"chest",r:60,q:"3",i:"65",name:"Blood Tiger Breastplate",p:"inv_chest_leather_07",str:17,sta:17},{id:19690,type:"Mail",slot:"chest",r:60,q:"3",i:"65",name:"Bloodsoul Breastplate",p:"inv_chest_chain_14",agi:9,sta:13,crit:2},{id:19693,type:"Plate",slot:"chest",r:60,q:"3",i:"65",name:"Darksoul Breastplate",p:"inv_chest_plate08",sta:32,hit:1},{id:19822,type:"Plate",slot:"chest",r:60,q:"4",i:"65",name:"Zandalar Vindicator's Breastplate",p:"inv_chest_plate07",agi:15,str:23,sta:24,d:4},{id:20380,type:"Mail",slot:"chest",r:60,q:"4",i:"68",name:"Dreamscale Breastplate",p:"inv_chest_plate08",agi:15,sta:15,resist:{nature:30}},{id:20479,type:"Mail",slot:"chest",r:57,q:"3",i:"62",name:"Spitfire Breastplate",p:"inv_chest_leather_02",agi:16},{id:20575,type:"Leather",slot:"chest",r:15,q:"2",i:"20",name:"Black Whelp Tunic",p:"inv_chest_cloth_45",agi:3,str:5},{id:21320,type:"Mail",slot:"chest",r:45,q:"2",i:"58",name:"Vest of the Den Watcher",p:"inv_chest_chain_16",agi:20,sta:12},{id:21322,type:"Plate",slot:"chest",r:45,q:"2",i:"58",name:"Ursa's Embrace",p:"inv_chest_plate16",agi:17,d:10},{id:21331,type:"Plate",slot:"chest",r:60,q:"4",i:"88",name:"Conqueror's Breastplate",p:"inv_chest_plate12",agi:24,str:34,sta:38,d:6},{id:22191,type:"Mail",slot:"chest",r:60,q:"4",i:"72",name:"Obsidian Mail Tunic",p:"inv_chest_chain_17",ap:76,crit:1},{id:22196,type:"Plate",slot:"chest",r:60,q:"4",i:"72",name:"Thick Obsidian Breastplate",p:"inv_chest_chain_17",str:38,sta:16},{id:22274,type:"Leather",slot:"chest",r:50,q:"3",i:"52",name:"Grizzled Pelt",p:"inv_chest_leather_08",agi:16,str:17,sta:11},{id:22416,type:"Plate",slot:"chest",r:60,q:"4",i:"92",name:"Dreadnaught Breastplate",p:"inv_chest_plate02",str:21,sta:43,d:13,hit:2},{id:22661,type:"Leather",slot:"chest",r:60,q:"4",i:"80",name:"Polar Tunic",p:"inv_chest_cloth_08",agi:18,sta:26,resist:{frost:40}},{id:22664,type:"Mail",slot:"chest",r:60,q:"4",i:"80",name:"Icy Scale Breastplate",p:"inv_chest_plate09",sta:24,resist:{frost:40},ap:40},{id:22669,type:"Plate",slot:"chest",r:60,q:"4",i:"80",name:"Icebane Breastplate",p:"inv_chest_chain_11",str:12,sta:24,resist:{frost:42},d:8},{id:22762,type:"Plate",slot:"chest",r:60,q:"3",i:"70",name:"Ironvine Breastplate",p:"inv_chest_plate07",sta:15,resist:{nature:30},d:7},{id:23087,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of Undead Slaying",p:"inv_chest_plate10",sta:20,ap:81},{id:23088,type:"Mail",slot:"chest",r:58,q:"3",i:"63",name:"Chestguard of Undead Slaying",p:"inv_chest_chain_08",sta:20,ap:81},{id:23089,type:"Leather",slot:"chest",r:58,q:"3",i:"63",name:"Tunic of Undead Slaying",p:"inv_chest_leather_06",sta:20,ap:81},{id:209572,type:"Leather",slot:"chest",r:25,q:"3",i:"30",name:"Black Boiled Leathers",p:"inv_chest_leather_06",agi:9,sta:11},{id:209687,type:"Leather",slot:"chest",r:25,q:"3",i:"33",name:"Hydra Hide Cuirass",p:"inv_chest_plate10",str:6,sta:12},{id:210794,type:"Mail",slot:"chest",r:25,q:"4",i:"30",name:"Shifting Silver Breastplate",p:"inv_misc_desecrated_platechest",str:12,sta:5,hit:1},{id:211501,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Chestguard of Might",p:"inv_chest_plate16",str:27,sta:18,resist:{fire:10},crit:1,hit:1},{id:211504,type:"Mail",slot:"chest",r:25,q:"3",i:"30",name:"Twilight Avenger's Chain",p:"inv_chest_chain_12",agi:6,str:9,sta:8,d:4},{id:211512,type:"Leather",slot:"chest",r:25,q:"3",i:"30",name:"Twilight Slayer's Tunic",p:"inv_chest_leather_03",agi:13,sta:9},{id:213312,type:"Leather",slot:"chest",r:40,q:"3",i:"45",name:"Insulated Apron",p:"inv_chest_cloth_06",hit:1},{id:213313,type:"Leather",slot:"chest",r:40,q:"3",i:"45",name:"Insulated Chestguard",p:"inv_chest_cloth_06",agi:13,str:17,sta:10},{id:213314,type:"Mail",slot:"chest",r:40,q:"3",i:"45",name:"Electromantic Chainmail",p:"inv_chest_chain_13",sta:7,crit:1,ap:26},{id:213316,type:"Plate",slot:"chest",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Breastplate",p:"inv_chest_plate15",agi:11,str:11,sta:16},{id:216485,type:"Plate",slot:"chest",r:40,q:"3",i:"45",name:"Shockforged Breastplate",p:"inv_chest_plate16",sta:3,crit:1},{id:217277,type:"Mail",slot:"chest",r:35,q:"2",i:"40",name:"Golden Scale Cuirass",p:"inv_chest_chain_06",str:14},{id:220530,type:"Plate",slot:"chest",r:50,q:"4",i:"53",name:"Will of the Atal'ai Warrior",p:"inv_chest_plate08",agi:5,str:11,sta:18,block:30},{id:220533,type:"Mail",slot:"chest",r:50,q:"3",i:"55",name:"Reforged Atal'ai Breastplate",p:"inv_chest_chain_05",agi:21,sta:20},{id:220642,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Armor",p:"inv_chest_plate09",agi:9,str:5,sta:18,block:24},{id:220653,type:"Plate",slot:"chest",r:50,q:"3",i:"55",name:"Wailing Berserker's Chestplate",p:"inv_chest_wolf",agi:14,str:21,sta:12},{id:220794,type:"Plate",slot:"chest",r:50,q:"3",i:"53",name:"Knight's Plate Hauberk",p:"inv_chest_plate16",str:15,sta:17,crit:1},{id:220801,type:"Plate",slot:"chest",r:50,q:"3",i:"53",name:"Stone Guard's Plate Armor",p:"inv_chest_plate16",str:15,sta:17,crit:1},{id:221380,type:"Plate",slot:"chest",r:50,q:"3",i:"50",name:"Emerald Dream Breastplate",p:"inv_chest_cloth_06",str:12,sta:15,crit:1},{id:223325,type:"Leather",slot:"chest",r:0,q:"3",i:"55",name:"Hakkari Breastplate",p:"inv_chest_leather_02",agi:8,sta:28},{id:223528,type:"Mail",slot:"chest",r:43,q:"3",i:"48",name:"Gahz'rilla Scale Armor",p:"inv_chest_chain_06",agi:8,str:15,sta:10},{id:226489,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Breastplate of Might",p:"inv_chest_plate16",agi:10,str:20,sta:25,resist:{fire:10},hit:1},{id:226494,type:"Plate",slot:"chest",r:60,q:"4",i:"66",name:"Hauberk of Might",p:"inv_chest_plate16",str:28,sta:23,resist:{fire:10},hit:1,crit:1},{id:226770,type:"Plate",slot:"chest",r:58,q:"3",i:"63",name:"Breastplate of Valor",p:"inv_chest_plate03",agi:10,str:24,sta:15,hit:1},{id:226862,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Breastplate of Heroism",p:"inv_chest_plate03",agi:14,str:30,sta:16,hit:1},{id:226872,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Chestguard of Heroism",p:"inv_chest_plate03",str:19,sta:31,hit:1,d:6},{id:226880,type:"Plate",slot:"chest",r:0,q:"4",i:"60",name:"Chest of Heroism",p:"inv_chest_plate03",agi:13,str:21,sta:26,hit:1},{id:227046,type:"Plate",slot:"chest",r:60,q:"3",i:"68",name:"Knight-Captain's Plate Hauberk",p:"inv_chest_plate16",str:21,sta:23,crit:1},{id:227049,type:"Plate",slot:"chest",r:60,q:"3",i:"68",name:"Legionnaire's Plate Hauberk",p:"inv_chest_plate16",str:21,sta:23,crit:1},{id:227803,type:"Leather",slot:"chest",r:50,q:"3",i:"55",name:"Dire Warbear Harness",p:"inv_chest_leather_04",str:11,sta:27},{id:227851,type:"Mail",slot:"chest",r:53,q:"3",i:"58",name:"Hardened Black Dragonscale Breastplate",p:"inv_chest_plate06",sta:8,resist:{fire:12},ap:50},{id:227876,type:"Mail",slot:"chest",r:57,q:"4",i:"63",name:"Invincible Mail",p:"inv_chest_chain_07",d:13},{id:227952,type:"Mail",slot:"chest",r:52,q:"4",i:"57",name:"Savage Gladiator Chain",p:"inv_chest_chain_15",agi:14,str:13,sta:13,crit:2},{id:227956,type:"Mail",slot:"chest",r:52,q:"3",i:"57",name:"Deathdealer Breastplate",p:"inv_chest_chain_07",str:8,sta:8,crit:2},{id:227995,type:"Leather",slot:"chest",r:56,q:"3",i:"61",name:"Cadaverous Armor",p:"inv_chest_leather_03",agi:8,str:8,ap:60},{id:228e3,type:"Plate",slot:"chest",r:56,q:"3",i:"61",name:"Deathbone Chestplate",p:"inv_chest_chain_15",sta:12,d:17},{id:228012,type:"Mail",slot:"chest",r:56,q:"3",i:"61",name:"Bloodmail Hauberk",p:"inv_chest_leather_05",str:10,sta:15},{id:228025,type:"Leather",slot:"chest",r:57,q:"3",i:"62",name:"Tombstone Breastplate",p:"inv_chest_chain_17",str:10,sta:10,crit:3},{id:228055,type:"Plate",slot:"chest",r:54,q:"3",i:"59",name:"Energized Chestplate",p:"inv_chest_plate11",str:13,sta:20},{id:228070,type:"Mail",slot:"chest",r:57,q:"3",i:"62",name:"Ogre Forged Hauberk",p:"inv_chest_chain_12",agi:20,str:8,sta:13,crit:1},{id:228101,type:"Leather",slot:"chest",r:57,q:"3",i:"62",name:"Hide of the Behemoth",p:"inv_chest_chain_17",str:10,sta:10,crit:3}],wrist:[{id:897,type:"Leather",slot:"wrist",r:24,q:"2",i:"29",name:"Madwolf Bracers",p:"inv_bracer_05",agi:5,sta:2},{id:1306,type:"Leather",slot:"wrist",r:14,q:"2",i:"20",name:"Wolfmane Wristguards",p:"inv_bracer_04",agi:2,sta:2},{id:2017,type:"Leather",slot:"wrist",r:23,q:"2",i:"28",name:"Glowing Leather Bracers",p:"inv_bracer_03",agi:2,sta:5},{id:2868,type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Patterned Bronze Bracers",p:"inv_bracer_07",str:5},{id:3202,type:"Leather",slot:"wrist",r:19,q:"2",i:"24",name:"Forest Leather Bracers",p:"inv_bracer_06",agi:5},{id:3211,type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Burnished Bracers",p:"inv_bracer_01",str:2,sta:2},{id:3212,type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Lambent Scale Bracers",p:"inv_bracer_01",str:2,sta:4},{id:3228,type:"Mail",slot:"wrist",r:21,q:"3",i:"26",name:"Jimmied Handcuffs",p:"inv_bracer_02",str:3,sta:7},{id:4059,type:"Leather",slot:"wrist",r:32,q:"2",i:"37",name:"Glyphed Bracers",p:"inv_bracer_09",agi:6,sta:4},{id:4061,type:"Leather",slot:"wrist",r:37,q:"2",i:"42",name:"Imperial Leather Bracers",p:"inv_bracer_03",agi:8,sta:4},{id:4132,type:"Mail",slot:"wrist",r:30,q:"2",i:"37",name:"Darkspear Armsplints",p:"inv_bracer_09",str:7,sta:2},{id:4259,type:"Leather",slot:"wrist",r:31,q:"2",i:"36",name:"Green Leather Bracers",p:"inv_bracer_12",agi:6},{id:4438,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Pugilist Bracers",p:"inv_bracer_03",str:8,sta:3},{id:4745,type:"Mail",slot:"wrist",r:30,q:"2",i:"40",name:"War Rider Bracers",p:"inv_bracer_09",agi:3,sta:8},{id:4794,type:"Leather",slot:"wrist",r:20,q:"2",i:"25",name:"Wolf Bracers",p:"inv_bracer_04",agi:4,sta:2},{id:5783,type:"Leather",slot:"wrist",r:33,q:"2",i:"38",name:"Murloc Scale Bracers",p:"inv_bracer_05",str:5,sta:6},{id:6198,type:"Leather",slot:"wrist",r:25,q:"2",i:"30",name:"Jurassic Wristguards",p:"inv_bracer_01",agi:5,str:2},{id:6387,type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Glimmering Mail Bracers",p:"inv_bracer_19",agi:2,sta:5},{id:6403,type:"Mail",slot:"wrist",r:28,q:"2",i:"33",name:"Mail Combat Armguards",p:"inv_bracer_04",agi:2,sta:6},{id:6410,type:"Leather",slot:"wrist",r:28,q:"2",i:"33",name:"Insignia Bracers",p:"inv_bracer_04",agi:6,sta:2},{id:6413,type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Chief Brigadier Bracers",p:"inv_bracer_18",str:3,sta:7},{id:"6550|669",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of the Tiger",p:"inv_bracer_12",agi:1,str:1,rand:669},{id:"6550|1179",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of the Bear",p:"inv_bracer_12",sta:1,str:1,rand:1179},{id:"6550|23",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Soldier's Wristguards of Strength",p:"inv_bracer_12",str:2,rand:23},{id:"6574|675",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of the Tiger",p:"inv_bracer_14",agi:3,str:3,rand:675},{id:"6574|1185",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of the Bear",p:"inv_bracer_14",sta:3,str:3,rand:1185},{id:"6574|115",type:"Mail",slot:"wrist",r:17,q:"2",i:"22",name:"Defender Bracers of Strength",p:"inv_bracer_14",str:5,rand:115},{id:"6591|678",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of the Tiger",p:"inv_bracer_10",agi:4,str:4,rand:678},{id:"6591|1188",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of the Bear",p:"inv_bracer_10",sta:4,str:4,rand:1188},{id:"6591|115",type:"Mail",slot:"wrist",r:22,q:"2",i:"27",name:"Battleforge Wristguards of Strength",p:"inv_bracer_10",str:5,rand:115},{id:6665,type:"Mail",slot:"wrist",r:20,q:"2",i:"26",name:"Hexed Bracers",p:"inv_bracer_07",agi:2,sta:4},{id:6722,type:"Mail",slot:"wrist",r:20,q:"2",i:"30",name:"Beastial Manacles",p:"inv_bracer_03",str:1,sta:6},{id:6902,type:"Leather",slot:"wrist",r:22,q:"2",i:"27",name:"Bands of Serra'kis",p:"inv_bracer_08",str:4,sta:2},{id:7003,type:"Mail",slot:"wrist",r:18,q:"2",i:"27",name:"Beetle Clasps",p:"inv_bracer_06",agi:2,sta:5},{id:7378,type:"Leather",slot:"wrist",r:32,q:"2",i:"37",name:"Dusky Bracers",p:"inv_bracer_07",agi:8},{id:"7416|681",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of the Tiger",p:"inv_bracer_14",agi:5,str:5,rand:681},{id:"7416|1191",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of the Bear",p:"inv_bracer_14",sta:5,str:5,rand:1191},{id:"7416|155",type:"Mail",slot:"wrist",r:26,q:"2",i:"31",name:"Phalanx Bracers of Strength",p:"inv_bracer_14",str:7,rand:155},{id:"7461|681",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"7461|1191",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"7461|189",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Knight's Bracers of Strength",p:"inv_bracer_07",str:8,rand:189},{id:"7484|1194",type:"Leather",slot:"wrist",r:36,q:"2",i:"41",name:"Ranger Wristguards of the Bear",p:"inv_bracer_09",sta:6,str:6,rand:1194},{id:"7534|1197",type:"Leather",slot:"wrist",r:40,q:"2",i:"45",name:"Cabalist Bracers of the Bear",p:"inv_bracer_16",sta:7,str:7,rand:1197},{id:8118,type:"Leather",slot:"wrist",r:41,q:"2",i:"46",name:"Heraldic Bracers",p:"inv_bracer_03",agi:8,sta:5},{id:8125,type:"Mail",slot:"wrist",r:43,q:"2",i:"48",name:"Myrmidon's Bracers",p:"inv_bracer_03",agi:5},{id:8137,type:"Plate",slot:"wrist",r:40,q:"2",i:"43",name:"Chromite Bracers",p:"inv_bracer_14",agi:4,sta:8},{id:8156,type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Jouster's Wristguards",p:"inv_bracer_07",agi:2,sta:8},{id:8205,type:"Mail",slot:"wrist",r:39,q:"2",i:"44",name:"Tough Scorpid Bracers",p:"inv_bracer_09",agi:7},{id:8257,type:"Leather",slot:"wrist",r:45,q:"2",i:"50",name:"Serpentskin Bracers",p:"inv_bracer_03",agi:3,sta:11},{id:8273,type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Valorous Wristguards",p:"inv_bracer_16",str:9,sta:4},{id:8295,type:"Leather",slot:"wrist",r:51,q:"2",i:"56",name:"Traveler's Bracers",p:"inv_bracer_03",agi:11,sta:6},{id:8302,type:"Mail",slot:"wrist",r:53,q:"2",i:"58",name:"Hero's Bracers",p:"inv_bracer_17",agi:4},{id:8311,type:"Plate",slot:"wrist",r:48,q:"2",i:"53",name:"Alabaster Plate Vambraces",p:"inv_bracer_16",agi:2,str:3,sta:12},{id:"9285|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of the Tiger",p:"inv_bracer_17",agi:6,str:6,rand:684},{id:"9285|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of the Bear",p:"inv_bracer_17",sta:6,str:6,rand:1194},{id:"9285|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"41",name:"Field Plate Vambraces of Strength",p:"inv_bracer_17",str:10,rand:191},{id:"9428|1194",type:"Leather",slot:"wrist",r:30,q:"3",i:"35",name:"Unearthed Bands of the Bear",p:"inv_bracer_06",ap:8,sta:6,str:6,rand:1194},{id:9535,type:"Mail",slot:"wrist",r:20,q:"2",i:"30",name:"Fire-welded Bracers",p:"inv_bracer_02",agi:6,sta:1},{id:"9785|672",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of the Tiger",p:"inv_bracer_13",agi:2,str:2,rand:672},{id:"9785|1182",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of the Bear",p:"inv_bracer_13",sta:2,str:2,rand:1182},{id:"9785|24",type:"Mail",slot:"wrist",r:12,q:"2",i:"17",name:"Raider's Bracers of Strength",p:"inv_bracer_13",str:3,rand:24},{id:"9811|675",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of the Tiger",p:"inv_bracer_03",agi:3,str:3,rand:675},{id:"9811|1185",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of the Bear",p:"inv_bracer_03",sta:3,str:3,rand:1185},{id:"9811|115",type:"Mail",slot:"wrist",r:19,q:"2",i:"24",name:"Fortified Bracers of Strength",p:"inv_bracer_03",str:5,rand:115},{id:"9837|678",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of the Tiger",p:"inv_bracer_03",agi:4,str:4,rand:678},{id:"9837|1188",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of the Bear",p:"inv_bracer_03",sta:4,str:4,rand:1188},{id:"9837|136",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Banded Bracers of Strength",p:"inv_bracer_03",str:6,rand:136},{id:"9865|681",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"9865|1191",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"9865|189",type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Renegade Bracers of Strength",p:"inv_bracer_07",str:8,rand:189},{id:"9896|684",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of the Tiger",p:"inv_bracer_17",agi:6,str:6,rand:684},{id:"9896|1194",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of the Bear",p:"inv_bracer_17",sta:6,str:6,rand:1194},{id:"9896|190",type:"Mail",slot:"wrist",r:34,q:"2",i:"39",name:"Jazeraint Bracers of Strength",p:"inv_bracer_17",str:9,rand:190},{id:"9925|1197",type:"Leather",slot:"wrist",r:39,q:"2",i:"44",name:"Tracker's Wristguards of the Bear",p:"inv_bracer_09",sta:7,str:7,rand:1197},{id:"9949|1200",type:"Leather",slot:"wrist",r:43,q:"2",i:"48",name:"Chieftain's Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"9972|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of the Tiger",p:"inv_bracer_03",agi:6,str:6,rand:684},{id:"9972|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of the Bear",p:"inv_bracer_03",sta:6,str:6,rand:1194},{id:"9972|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Embossed Plate Bracers of Strength",p:"inv_bracer_03",str:10,rand:191},{id:"10069|1200",type:"Leather",slot:"wrist",r:44,q:"2",i:"49",name:"Righteous Bracers of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"10094|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of the Tiger",p:"inv_bracer_08",agi:7,str:7,rand:687},{id:"10094|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of the Bear",p:"inv_bracer_08",sta:7,str:7,rand:1197},{id:"10094|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Gothic Plate Vambraces of Strength",p:"inv_bracer_08",str:10,rand:191},{id:"10107|1203",type:"Leather",slot:"wrist",r:49,q:"2",i:"54",name:"Wanderer's Bracers of the Bear",p:"inv_bracer_05",sta:9,str:9,rand:1203},{id:"10127|690",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of the Tiger",p:"inv_bracer_16",agi:8,str:8,rand:690},{id:"10127|1200",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"10127|193",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"Revenant Bracers of Strength",p:"inv_bracer_16",str:12,rand:193},{id:"10147|694",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Mighty Armsplints of the Tiger",p:"inv_bracer_18",agi:10,str:9,rand:694},{id:"10147|1206",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Mighty Armsplints of the Bear",p:"inv_bracer_18",sta:10,str:10,rand:1206},{id:"10156|694",type:"Mail",slot:"wrist",r:55,q:"2",i:"60",name:"Mercurial Bracers of the Tiger",p:"inv_bracer_18",agi:10,str:9,rand:694},{id:"10171|693",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of the Tiger",p:"inv_bracer_14",agi:9,str:9,rand:693},{id:"10171|1203",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of the Bear",p:"inv_bracer_14",sta:9,str:9,rand:1203},{id:"10171|219",type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Templar Bracers of Strength",p:"inv_bracer_14",str:13,rand:219},{id:"10184|1203",type:"Leather",slot:"wrist",r:47,q:"2",i:"52",name:"Swashbuckler's Bracers of the Bear",p:"inv_bracer_03",sta:9,str:9,rand:1203},{id:"10202|690",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of the Tiger",p:"inv_bracer_03",agi:8,str:8,rand:690},{id:"10202|1200",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of the Bear",p:"inv_bracer_03",sta:8,str:8,rand:1200},{id:"10202|192",type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Overlord's Vambraces of Strength",p:"inv_bracer_03",str:11,rand:192},{id:"10223|694",type:"Leather",slot:"wrist",r:53,q:"2",i:"58",name:"Nightshade Armguards of the Tiger",p:"inv_bracer_16",agi:10,str:9,rand:694},{id:"10223|1206",type:"Leather",slot:"wrist",r:53,q:"2",i:"58",name:"Nightshade Armguards of the Bear",p:"inv_bracer_16",sta:10,str:10,rand:1206},{id:"10239|690",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of the Tiger",p:"inv_bracer_03",agi:8,str:8,rand:690},{id:"10239|1200",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of the Bear",p:"inv_bracer_03",sta:8,str:8,rand:1200},{id:"10239|193",type:"Plate",slot:"wrist",r:46,q:"2",i:"51",name:"Heavy Lamellar Vambraces of Strength",p:"inv_bracer_03",str:12,rand:193},{id:"10256|1206",type:"Leather",slot:"wrist",r:56,q:"2",i:"61",name:"Adventurer's Bracers of the Bear",p:"inv_bracer_13",sta:10,str:10,rand:1206},{id:"10282|693",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of the Tiger",p:"inv_bracer_03",agi:9,str:9,rand:693},{id:"10282|1203",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of the Bear",p:"inv_bracer_03",sta:9,str:9,rand:1203},{id:"10282|220",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Emerald Vambraces of Strength",p:"inv_bracer_03",str:14,rand:220},{id:10358,type:"Mail",slot:"wrist",r:30,q:"2",i:"36",name:"Duracin Bracers",p:"inv_bracer_04",agi:7,sta:3},{id:"10377|696",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of the Tiger",p:"inv_bracer_13",agi:10,str:10,rand:696},{id:"10377|1206",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of the Bear",p:"inv_bracer_13",sta:10,str:10,rand:1206},{id:"10377|307",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Commander's Vambraces of Strength",p:"inv_bracer_13",str:15,rand:307},{id:"10391|696",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of the Tiger",p:"inv_bracer_17",agi:10,str:10,rand:696},{id:"10391|1206",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of the Bear",p:"inv_bracer_17",sta:10,str:10,rand:1206},{id:"10391|307",type:"Plate",slot:"wrist",r:55,q:"2",i:"60",name:"Hyperion Vambraces of Strength",p:"inv_bracer_17",str:15,rand:307},{id:10746,type:"Plate",slot:"wrist",r:40,q:"2",i:"50",name:"Runesteel Vambraces",p:"inv_bracer_17",str:2,sta:11},{id:"10800|694",type:"Leather",slot:"wrist",r:47,q:"3",i:"52",name:"Darkwater Bracers of the Tiger",p:"inv_bracer_08",resist:{shadow:7},agi:10,str:9,rand:694},{id:"10800|1206",type:"Leather",slot:"wrist",r:47,q:"3",i:"52",name:"Darkwater Bracers of the Bear",p:"inv_bracer_08",resist:{shadow:7},sta:10,str:10,rand:1206},{id:11679,type:"Mail",slot:"wrist",r:50,q:"3",i:"55",name:"Rubicund Armguards",p:"inv_bracer_13",agi:8,sta:14},{id:"11764|1206",type:"Leather",slot:"wrist",r:52,q:"3",i:"57",name:"Cinderhide Armsplints of the Bear",p:"inv_bracer_02",resist:{fire:10},sta:10,str:10,rand:1206},{id:"11767|696",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of the Tiger",p:"inv_bracer_18",resist:{fire:10},agi:10,str:10,rand:696},{id:"11767|1206",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of the Bear",p:"inv_bracer_18",resist:{fire:10},sta:10,str:10,rand:1206},{id:"11767|307",type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Emberplate Armguards of Strength",p:"inv_bracer_18",resist:{fire:10},str:15,rand:307},{id:12112,type:"Mail",slot:"wrist",r:48,q:"2",i:"56",name:"Crypt Demon Bracers",p:"inv_bracer_17",agi:14},{id:12425,type:"Plate",slot:"wrist",r:49,q:"2",i:"54",name:"Imperial Plate Bracers",p:"inv_bracer_19",str:9,sta:8},{id:12550,type:"Plate",slot:"wrist",r:48,q:"3",i:"53",name:"Runed Golem Shackles",p:"inv_bracer_17",str:14,d:4},{id:12936,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Battleborn Armbraces",p:"inv_bracer_17",hit:1,crit:1},{id:12966,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Blackmist Armguards",p:"inv_bracer_07",str:5,sta:13,resist:{shadow:10},hit:1},{id:13012,type:"Mail",slot:"wrist",r:22,q:"3",i:"27",name:"Yorgen Bracers",p:"inv_bracer_02",agi:3,str:6,sta:3},{id:13076,type:"Plate",slot:"wrist",r:43,q:"3",i:"48",name:"Giantslayer Bracers",p:"inv_bracer_17",agi:5,str:10,sta:6},{id:13120,type:"Leather",slot:"wrist",r:50,q:"3",i:"55",name:"Deepfury Bracers",p:"inv_bracer_07",agi:15,str:4,sta:4},{id:13135,type:"Mail",slot:"wrist",r:54,q:"3",i:"59",name:"Lordly Armguards",p:"inv_bracer_17",agi:7,str:7,sta:8},{id:13199,type:"Mail",slot:"wrist",r:36,q:"3",i:"41",name:"Crushridge Bindings",p:"inv_bracer_19",str:5,sta:11},{id:13211,type:"Mail",slot:"wrist",r:55,q:"3",i:"60",name:"Slashclaw Bracers",p:"inv_bracer_07",agi:7,sta:7,hit:1},{id:13400,type:"Plate",slot:"wrist",r:54,q:"3",i:"59",name:"Vambraces of the Sadist",p:"inv_bracer_17",str:6,sta:7,crit:1},{id:13951,type:"Plate",slot:"wrist",r:57,q:"3",i:"62",name:"Vigorsteel Vambraces",p:"inv_bracer_18",agi:7,sta:17},{id:14147,type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Cavedweller Bracers",p:"inv_bracer_07",str:1,sta:2},{id:14550,type:"Leather",slot:"wrist",r:44,q:"4",i:"49",name:"Bladebane Armguards",p:"inv_bracer_09",agi:10,str:6,sta:10},{id:14561,type:"Leather",slot:"wrist",r:12,q:"2",i:"17",name:"Prospector's Cuffs",p:"inv_bracer_07",agi:2,sta:1},{id:14569,type:"Leather",slot:"wrist",r:17,q:"2",i:"22",name:"Bristlebark Bindings",p:"inv_bracer_08",agi:3,str:2},{id:14590,type:"Leather",slot:"wrist",r:30,q:"2",i:"35",name:"Hawkeye's Bracers",p:"inv_bracer_04",agi:6,str:4},{id:14600,type:"Leather",slot:"wrist",r:35,q:"2",i:"40",name:"Warden's Wristbands",p:"inv_bracer_09",agi:3},{id:14654,type:"Leather",slot:"wrist",r:39,q:"2",i:"44",name:"Scorpashi Wristbands",p:"inv_bracer_03",agi:6,sta:7},{id:14672,type:"Leather",slot:"wrist",r:48,q:"2",i:"53",name:"Pridelord Bands",p:"inv_bracer_03",agi:10,str:5,sta:3},{id:14750,type:"Mail",slot:"wrist",r:23,q:"2",i:"28",name:"Slayer's Cuffs",p:"inv_bracer_11",str:4,sta:4},{id:14759,type:"Mail",slot:"wrist",r:29,q:"2",i:"34",name:"Enduring Bracers",p:"inv_bracer_07",agi:2,str:3,sta:5},{id:14770,type:"Mail",slot:"wrist",r:35,q:"2",i:"40",name:"Ravager's Armguards",p:"inv_bracer_02",agi:4,str:7},{id:14778,type:"Mail",slot:"wrist",r:40,q:"2",i:"45",name:"Khan's Bindings",p:"inv_bracer_03",str:6,sta:5},{id:14807,type:"Mail",slot:"wrist",r:48,q:"2",i:"53",name:"Bloodlust Bracelets",p:"inv_bracer_03",agi:11},{id:14834,type:"Plate",slot:"wrist",r:40,q:"2",i:"43",name:"Tyrant's Armguards",p:"inv_bracer_13",str:4,sta:7},{id:14853,type:"Plate",slot:"wrist",r:43,q:"2",i:"48",name:"Sunscale Wristguards",p:"inv_bracer_09",str:6,sta:8},{id:14869,type:"Plate",slot:"wrist",r:53,q:"2",i:"58",name:"Warleader's Bracers",p:"inv_bracer_07",str:2,sta:13},{id:"14903|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of the Tiger",p:"inv_bracer_04",agi:6,str:6,rand:684},{id:"14903|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of the Bear",p:"inv_bracer_04",sta:6,str:6,rand:1194},{id:"14903|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"40",name:"Saltstone Armsplints of Strength",p:"inv_bracer_04",str:10,rand:191},{id:"14910|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of the Tiger",p:"inv_bracer_13",agi:7,str:7,rand:687},{id:"14910|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of the Bear",p:"inv_bracer_13",sta:7,str:7,rand:1197},{id:"14910|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"44",name:"Brutish Armguards of Strength",p:"inv_bracer_13",str:10,rand:191},{id:"14914|690",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of the Tiger",p:"inv_bracer_12",agi:8,str:8,rand:690},{id:"14914|1200",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of the Bear",p:"inv_bracer_12",sta:8,str:8,rand:1200},{id:"14914|192",type:"Plate",slot:"wrist",r:41,q:"2",i:"46",name:"Jade Bracers of Strength",p:"inv_bracer_12",str:11,rand:192},{id:"14923|690",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of the Tiger",p:"inv_bracer_14",agi:8,str:8,rand:690},{id:"14923|1200",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"14923|193",type:"Plate",slot:"wrist",r:45,q:"2",i:"50",name:"Lofty Armguards of Strength",p:"inv_bracer_14",str:12,rand:193},{id:"14938|693",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of the Tiger",p:"inv_bracer_14",agi:9,str:9,rand:693},{id:"14938|1203",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of the Bear",p:"inv_bracer_14",sta:9,str:9,rand:1203},{id:"14938|220",type:"Plate",slot:"wrist",r:51,q:"2",i:"56",name:"Heroic Bracers of Strength",p:"inv_bracer_14",str:14,rand:220},{id:"14941|684",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of the Tiger",p:"inv_bracer_19",agi:6,str:6,rand:684},{id:"14941|1194",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of the Bear",p:"inv_bracer_19",sta:6,str:6,rand:1194},{id:"14941|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"42",name:"Warbringer's Armsplints of Strength",p:"inv_bracer_19",str:10,rand:191},{id:"14956|687",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of the Tiger",p:"inv_bracer_09",agi:7,str:7,rand:687},{id:"14956|1197",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of the Bear",p:"inv_bracer_09",sta:7,str:7,rand:1197},{id:"14956|191",type:"Plate",slot:"wrist",r:40,q:"2",i:"45",name:"Bloodforged Bindings of Strength",p:"inv_bracer_09",str:10,rand:191},{id:"14965|690",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of the Tiger",p:"inv_bracer_13",agi:8,str:8,rand:690},{id:"14965|1200",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of the Bear",p:"inv_bracer_13",sta:8,str:8,rand:1200},{id:"14965|193",type:"Plate",slot:"wrist",r:44,q:"2",i:"49",name:"High Chief's Bindings of Strength",p:"inv_bracer_13",str:12,rand:193},{id:"14974|693",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of the Tiger",p:"inv_bracer_19",agi:9,str:9,rand:693},{id:"14974|1203",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of the Bear",p:"inv_bracer_19",sta:9,str:9,rand:1203},{id:"14974|220",type:"Plate",slot:"wrist",r:50,q:"2",i:"55",name:"Glorious Bindings of Strength",p:"inv_bracer_19",str:14,rand:220},{id:"14983|696",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of the Tiger",p:"inv_bracer_09",agi:10,str:10,rand:696},{id:"14983|1206",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of the Bear",p:"inv_bracer_09",sta:10,str:10,rand:1206},{id:"14983|307",type:"Plate",slot:"wrist",r:54,q:"2",i:"59",name:"Exalted Armsplints of Strength",p:"inv_bracer_09",str:15,rand:307},{id:15084,type:"Leather",slot:"wrist",r:48,q:"2",i:"53",name:"Wicked Leather Bracers",p:"inv_bracer_07",agi:11,sta:5},{id:"15163|1197",type:"Leather",slot:"wrist",r:38,q:"2",i:"43",name:"Imposing Bracers of the Bear",p:"inv_bracer_16",sta:7,str:7,rand:1197},{id:"15172|1200",type:"Leather",slot:"wrist",r:42,q:"2",i:"47",name:"Potent Bands of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"15182|1200",type:"Leather",slot:"wrist",r:46,q:"2",i:"51",name:"Praetorian Wristbands of the Bear",p:"inv_bracer_14",sta:8,str:8,rand:1200},{id:"15188|1203",type:"Leather",slot:"wrist",r:52,q:"2",i:"57",name:"Grand Armguards of the Bear",p:"inv_bracer_18",sta:9,str:9,rand:1203},{id:"15377|1194",type:"Leather",slot:"wrist",r:37,q:"2",i:"42",name:"Wolf Rider's Wristbands of the Bear",p:"inv_bracer_09",sta:6,str:6,rand:1194},{id:"15380|1200",type:"Leather",slot:"wrist",r:41,q:"2",i:"46",name:"Rageclaw Bracers of the Bear",p:"inv_bracer_16",sta:8,str:8,rand:1200},{id:"15387|1200",type:"Leather",slot:"wrist",r:45,q:"2",i:"50",name:"Jadefire Bracelets of the Bear",p:"inv_bracer_06",sta:8,str:8,rand:1200},{id:"15425|1203",type:"Leather",slot:"wrist",r:50,q:"2",i:"55",name:"Peerless Bracers of the Bear",p:"inv_bracer_02",sta:9,str:9,rand:1203},{id:"15436|694",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Supreme Bracers of the Tiger",p:"inv_bracer_15",agi:10,str:9,rand:694},{id:"15436|1206",type:"Leather",slot:"wrist",r:55,q:"2",i:"60",name:"Supreme Bracers of the Bear",p:"inv_bracer_15",sta:10,str:10,rand:1206},{id:15459,type:"Mail",slot:"wrist",r:24,q:"2",i:"28",name:"Grimtoll Wristguards",p:"inv_bracer_02",agi:1,str:5,sta:2},{id:15462,type:"Leather",slot:"wrist",r:23,q:"2",i:"25",name:"Loamflake Bracers",p:"inv_bracer_07",agi:5},{id:"15495|669",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of the Tiger",p:"inv_bracer_10",agi:1,str:1,rand:669},{id:"15495|1179",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of the Bear",p:"inv_bracer_10",sta:1,str:1,rand:1179},{id:"15495|23",type:"Mail",slot:"wrist",r:10,q:"2",i:"15",name:"Bloodspattered Wristbands of Strength",p:"inv_bracer_10",str:2,rand:23},{id:"15499|672",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of the Tiger",p:"inv_bracer_13",agi:2,str:2,rand:672},{id:"15499|1182",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of the Bear",p:"inv_bracer_13",sta:2,str:2,rand:1182},{id:"15499|24",type:"Mail",slot:"wrist",r:13,q:"2",i:"18",name:"Outrunner's Cuffs of Strength",p:"inv_bracer_13",str:3,rand:24},{id:"15507|672",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of the Tiger",p:"inv_bracer_09",agi:2,str:2,rand:672},{id:"15507|1182",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of the Bear",p:"inv_bracer_09",sta:2,str:2,rand:1182},{id:"15507|97",type:"Mail",slot:"wrist",r:14,q:"2",i:"19",name:"Grunt's Bracers of Strength",p:"inv_bracer_09",str:4,rand:97},{id:"15517|678",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of the Tiger",p:"inv_bracer_16",agi:4,str:4,rand:678},{id:"15517|1188",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of the Bear",p:"inv_bracer_16",sta:4,str:4,rand:1188},{id:"15517|115",type:"Mail",slot:"wrist",r:20,q:"2",i:"25",name:"Spiked Chain Wristbands of Strength",p:"inv_bracer_16",str:5,rand:115},{id:"15532|678",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of the Tiger",p:"inv_bracer_16",agi:4,str:4,rand:678},{id:"15532|1188",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of the Bear",p:"inv_bracer_16",sta:4,str:4,rand:1188},{id:"15532|115",type:"Mail",slot:"wrist",r:21,q:"2",i:"26",name:"Sentry's Armsplints of Strength",p:"inv_bracer_16",str:5,rand:115},{id:"15535|678",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of the Tiger",p:"inv_bracer_07",agi:4,str:4,rand:678},{id:"15535|1188",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of the Bear",p:"inv_bracer_07",sta:4,str:4,rand:1188},{id:"15535|136",type:"Mail",slot:"wrist",r:24,q:"2",i:"29",name:"Wicked Chain Bracers of Strength",p:"inv_bracer_07",str:6,rand:136},{id:"15545|678",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of the Tiger",p:"inv_bracer_06",agi:4,str:4,rand:678},{id:"15545|1188",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of the Bear",p:"inv_bracer_06",sta:4,str:4,rand:1188},{id:"15545|136",type:"Mail",slot:"wrist",r:25,q:"2",i:"30",name:"Thick Scale Bracelets of Strength",p:"inv_bracer_06",str:6,rand:136},{id:"15556|681",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of the Tiger",p:"inv_bracer_07",agi:5,str:5,rand:681},{id:"15556|1191",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of the Bear",p:"inv_bracer_07",sta:5,str:5,rand:1191},{id:"15556|155",type:"Mail",slot:"wrist",r:27,q:"2",i:"32",name:"Pillager's Bracers of Strength",p:"inv_bracer_07",str:7,rand:155},{id:"15566|681",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of the Tiger",p:"inv_bracer_16",agi:5,str:5,rand:681},{id:"15566|1191",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of the Bear",p:"inv_bracer_16",sta:5,str:5,rand:1191},{id:"15566|189",type:"Mail",slot:"wrist",r:30,q:"2",i:"35",name:"Marauder's Bracers of Strength",p:"inv_bracer_16",str:8,rand:189},{id:"15577|681",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of the Tiger",p:"inv_bracer_10",agi:5,str:5,rand:681},{id:"15577|1191",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of the Bear",p:"inv_bracer_10",sta:5,str:5,rand:1191},{id:"15577|189",type:"Mail",slot:"wrist",r:31,q:"2",i:"36",name:"Sparkleshell Bracers of Strength",p:"inv_bracer_10",str:8,rand:189},{id:"15590|684",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of the Tiger",p:"inv_bracer_13",agi:6,str:6,rand:684},{id:"15590|1194",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of the Bear",p:"inv_bracer_13",sta:6,str:6,rand:1194},{id:"15590|190",type:"Mail",slot:"wrist",r:32,q:"2",i:"37",name:"Steadfast Bracelets of Strength",p:"inv_bracer_13",str:9,rand:190},{id:"15668|694",type:"Mail",slot:"wrist",r:53,q:"2",i:"58",name:"Magnificent Bracers of the Tiger",p:"inv_bracer_10",agi:10,str:9,rand:694},{id:15797,type:"Plate",slot:"wrist",r:52,q:"2",i:"59",name:"Shining Armplates",p:"inv_bracer_18",str:2,sta:13},{id:15860,type:"Plate",slot:"wrist",r:57,q:"2",i:"60",name:"Blinkstrike Armguards",p:"inv_bracer_17",str:3,crit:1},{id:16481,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Marshal's Plate Bracers",p:"inv_bracer_18",agi:7,str:17,sta:17},{id:16546,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"General's Plate Armguards",p:"inv_bracer_19",agi:7,str:17,sta:17},{id:16794,type:"Mail",slot:"wrist",r:32,q:"2",i:"38",name:"Gripsteel Wristguards",p:"inv_bracer_07",agi:3,str:5,sta:5},{id:17714,type:"Mail",slot:"wrist",r:49,q:"3",i:"54",name:"Bracers of the Stone Princess",p:"inv_bracer_14",sta:6,ap:30},{id:18296,type:"Mail",slot:"wrist",r:51,q:"3",i:"56",name:"Marksman Bands",p:"inv_bracer_06",agi:12,sta:6},{id:18351,type:"Plate",slot:"wrist",r:56,q:"2",i:"61",name:"Magically Sealed Bracers",p:"inv_bracer_18",d:3},{id:18375,type:"Leather",slot:"wrist",r:57,q:"3",i:"62",name:"Bracers of the Eclipse",p:"inv_bracer_07",agi:10,sta:9,ap:24},{id:18394,type:"Mail",slot:"wrist",r:57,q:"3",i:"62",name:"Demon Howl Wristguards",p:"inv_bracer_05",sta:17,ap:14},{id:18533,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Gordok Bracers of Power",p:"inv_bracer_14",str:17,sta:7},{id:18700,type:"Leather",slot:"wrist",r:53,q:"3",i:"58",name:"Malefic Bracers",p:"inv_bracer_07",agi:7,sta:16},{id:18710,type:"Leather",slot:"wrist",r:45,q:"3",i:"50",name:"Arena Bracers",p:"inv_bracer_08",agi:6,sta:14},{id:18711,type:"Mail",slot:"wrist",r:45,q:"3",i:"50",name:"Arena Bands",p:"inv_bracer_03",sta:6,ap:28},{id:18754,type:"Plate",slot:"wrist",r:57,q:"3",i:"62",name:"Fel Hardened Bracers",p:"inv_bracer_15",str:12,sta:12,d:3},{id:18812,type:"Mail",slot:"wrist",r:60,q:"4",i:"71",name:"Wristguards of True Flight",p:"inv_bracer_02",agi:19,sta:11,hit:1},{id:18948,type:"Leather",slot:"wrist",r:27,q:"3",i:"32",name:"Barbaric Bracers",p:"inv_bracer_15",agi:4,sta:6},{id:19112,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Frozen Steel Vambraces",p:"inv_bracer_18",agi:11,str:12,sta:7},{id:19113,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Yeti Hide Bracers",p:"inv_bracer_08",agi:8,str:7,sta:14},{id:19508,type:"Leather",slot:"wrist",r:36,q:"2",i:"41",name:"Branded Leather Bracers",p:"inv_bracer_11",sta:4,ap:14},{id:19578,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Berserker Bracers",p:"inv_bracer_06",agi:8,str:19,sta:11},{id:19580,type:"Plate",slot:"wrist",r:50,q:"4",i:"55",name:"Berserker Bracers",p:"inv_bracer_06",agi:7,str:17,sta:9},{id:19581,type:"Plate",slot:"wrist",r:40,q:"4",i:"45",name:"Berserker Bracers",p:"inv_bracer_06",agi:6,str:14,sta:8},{id:19582,type:"Mail",slot:"wrist",r:60,q:"4",i:"65",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:8,ap:38},{id:19583,type:"Mail",slot:"wrist",r:50,q:"4",i:"55",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:7,ap:34},{id:19584,type:"Mail",slot:"wrist",r:40,q:"4",i:"45",name:"Windtalker's Wristguards",p:"inv_bracer_03",sta:6,ap:28},{id:19587,type:"Leather",slot:"wrist",r:60,q:"4",i:"65",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:19,str:11,sta:8},{id:19589,type:"Leather",slot:"wrist",r:50,q:"4",i:"55",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:17,str:9,sta:7},{id:19590,type:"Leather",slot:"wrist",r:40,q:"4",i:"45",name:"Forest Stalker's Bracers",p:"inv_bracer_12",agi:14,str:8,sta:6},{id:19687,type:"Leather",slot:"wrist",r:60,q:"3",i:"65",name:"Primal Batskin Bracers",p:"inv_bracer_07",agi:14,sta:7,hit:1},{id:19824,type:"Plate",slot:"wrist",r:60,q:"4",i:"61",name:"Zandalar Vindicator's Armguards",p:"inv_bracer_14",agi:13,str:13,sta:13},{id:20481,type:"Mail",slot:"wrist",r:57,q:"3",i:"62",name:"Spitfire Bracers",p:"inv_bracer_05",agi:9},{id:20615,type:"Leather",slot:"wrist",r:60,q:"4",i:"71",name:"Dragonspur Wraps",p:"inv_bracer_15",sta:17,resist:{fire:4,nature:4,frost:4,shadow:4},ap:32},{id:20616,type:"Plate",slot:"wrist",r:60,q:"4",i:"71",name:"Dragonbone Wristguards",p:"inv_bracer_14",str:9,sta:13},{id:20681,type:"Leather",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Leather Bracers of Striking",p:"inv_bracer_10",str:11,agi:11,sta:12,rand:2163},{id:20684,type:"Mail",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Mail Armguards of Striking",p:"inv_bracer_07",str:11,agi:11,sta:12,rand:2163},{id:20687,type:"Plate",slot:"wrist",r:60,q:"3",i:"68",name:"Abyssal Plate Vambraces of Striking",p:"inv_bracer_19",str:11,agi:11,sta:12,rand:2163},{id:21184,type:"Plate",slot:"wrist",r:60,q:"4",i:"62",name:"Deeprock Bracers",p:"inv_bracer_07",agi:10,str:19,sta:8},{id:22205,type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Black Steel Bindings",p:"inv_bracer_14",agi:7,str:10,sta:10},{id:22423,type:"Plate",slot:"wrist",r:60,q:"4",i:"88",name:"Dreadnaught Bracers",p:"inv_bracer_15",str:14,sta:28,d:5},{id:22663,type:"Leather",slot:"wrist",r:60,q:"4",i:"80",name:"Polar Bracers",p:"inv_bracer_07",agi:12,sta:20,resist:{frost:20}},{id:22665,type:"Mail",slot:"wrist",r:60,q:"4",i:"80",name:"Icy Scale Bracers",p:"inv_bracer_07",sta:17,resist:{frost:20},ap:32},{id:22668,type:"Leather",slot:"wrist",r:55,q:"4",i:"60",name:"Bracers of Subterfuge",p:"inv_bracer_04",agi:15,str:10,sta:12},{id:22671,type:"Plate",slot:"wrist",r:60,q:"4",i:"80",name:"Icebane Bracers",p:"inv_bracer_07",str:6,sta:13,resist:{frost:24},d:5},{id:23090,type:"Plate",slot:"wrist",r:58,q:"3",i:"63",name:"Bracers of Undead Slaying",p:"inv_bracer_14",sta:10,ap:45},{id:23092,type:"Mail",slot:"wrist",r:58,q:"3",i:"63",name:"Wristguards of Undead Slaying",p:"inv_bracer_16",sta:10,ap:45},{id:23093,type:"Leather",slot:"wrist",r:58,q:"3",i:"63",name:"Wristwraps of Undead Slaying",p:"inv_bracer_08",sta:10,ap:45},{id:204804,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Hydraxian Bangles",p:"inv_bracer_19",str:4,sta:7},{id:209524,type:"Leather",slot:"wrist",r:25,q:"3",i:"30",name:"Bindings of Serra'kis",p:"inv_bracer_08",str:6,sta:4},{id:211463,type:"Mail",slot:"wrist",r:25,q:"3",i:"30",name:"Chittering Beetle Clasps",p:"inv_bracer_06",agi:4,sta:7},{id:213317,type:"Mail",slot:"wrist",r:40,q:"3",i:"45",name:"Experimental Aim Stabilizers",p:"inv_bracer_16",agi:7,ap:22},{id:213318,type:"Leather",slot:"wrist",r:40,q:"3",i:"45",name:"Ornate Dark Iron Bangles",p:"inv_bracer_12",hit:1},{id:216701,type:"Plate",slot:"wrist",r:40,q:"3",i:"45",name:"Sergeant Major's Plate Wristguards",p:"inv_bracer_18",str:5,sta:12},{id:216705,type:"Plate",slot:"wrist",r:40,q:"3",i:"45",name:"First Sergeant's Plate Bracers",p:"inv_bracer_19",str:5,sta:12},{id:217305,type:"Mail",slot:"wrist",r:35,q:"3",i:"40",name:"Revelosh's Armguards",p:"inv_bracer_16",agi:9},{id:220537,type:"Leather",slot:"wrist",r:50,q:"3",i:"55",name:"Dreamer's Darkwater Bracers",p:"inv_bracer_08",agi:6,sta:16},{id:220539,type:"Plate",slot:"wrist",r:50,q:"3",i:"55",name:"Warbands of Sacrifice",p:"inv_bracer_17",str:8,sta:12,block:10},{id:221026,type:"Leather",slot:"wrist",r:50,q:"4",i:"55",name:"Void-Powered Slayer's Vambraces",p:"inv_misc_enggizmos_20",agi:18,str:9,sta:5},{id:221027,type:"Plate",slot:"wrist",r:50,q:"4",i:"55",name:"Void-Powered Protector's Vambraces",p:"inv_misc_enggizmos_20",str:10,sta:12,block:19},{id:223537,type:"Plate",slot:"wrist",r:40,q:"3",i:"42",name:"Skullplate Bracers",p:"inv_bracer_14",str:8,sta:9},{id:226484,type:"Plate",slot:"wrist",r:60,q:"4",i:"66",name:"Bracers of Might",p:"inv_bracer_19",str:11,sta:19,hit:1},{id:226499,type:"Plate",slot:"wrist",r:60,q:"4",i:"66",name:"Armguards of Might",p:"inv_bracer_19",str:19,sta:11,hit:1},{id:226766,type:"Plate",slot:"wrist",r:52,q:"3",i:"57",name:"Bracers of Valor",p:"inv_bracer_18",agi:5,str:13,sta:8},{id:226863,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Bracers of Heroism",p:"inv_bracer_18",agi:8,str:15,sta:6},{id:226865,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Wristguards of Heroism",p:"inv_bracer_18",agi:5,str:9,sta:14,d:5},{id:226873,type:"Plate",slot:"wrist",r:0,q:"3",i:"65",name:"Wrists of Heroism",p:"inv_bracer_18",agi:5,str:9,sta:14,d:3},{id:227986,type:"Leather",slot:"wrist",r:55,q:"3",i:"60",name:"Wristguards of Renown",p:"inv_bracer_10",agi:10,str:9,sta:10},{id:228127,type:"Plate",slot:"wrist",r:60,q:"4",i:"65",name:"Wristguards of Instability",p:"inv_bracer_15",str:24,sta:8},{id:228246,type:"Leather",slot:"wrist",r:60,q:"4",i:"66",name:"Wristguards of Stability",p:"inv_bracer_04",str:25,sta:7}],hands:[{id:720,type:"Leather",slot:"hands",r:23,q:"3",i:"28",name:"Brawler Gloves",p:"inv_gauntlets_05",str:8,sta:7},{id:867,type:"Leather",slot:"hands",r:37,q:"4",i:"42",name:"Gloves of Holy Might",p:"inv_gauntlets_06",crit:1,ap:20},{id:888,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Naga Battle Gloves",p:"inv_gauntlets_13",str:4,sta:4},{id:1302,type:"Leather",slot:"hands",r:14,q:"2",i:"18",name:"Black Whelp Gloves",p:"inv_gauntlets_17",agi:3,str:2},{id:1303,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Bridgeworker's Gloves",p:"inv_gauntlets_04",str:4},{id:1314,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Ghoul Fingers",p:"inv_gauntlets_13",agi:3,str:3},{id:1448,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Blackrock Gauntlets",p:"inv_gauntlets_04",agi:3,str:3},{id:1944,type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Metalworking Gloves",p:"inv_gauntlets_04",str:3,sta:1},{id:1978,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Wolfclaw Gloves",p:"inv_gauntlets_04",agi:6,str:5,sta:6},{id:1988,type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Chief Brigadier Gauntlets",p:"inv_gauntlets_22",str:6,sta:6},{id:2036,type:"Leather",slot:"hands",r:14,q:"2",i:"18",name:"Dusty Mining Gloves",p:"inv_gauntlets_05",agi:2,str:3},{id:2167,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Foreman's Gloves",p:"inv_gauntlets_21",str:5},{id:2230,type:"Mail",slot:"hands",r:21,q:"2",i:"24",name:"Gloves of Brawn",p:"inv_gauntlets_05",str:6},{id:2274,type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Sapper's Gloves",p:"inv_gauntlets_03",agi:2,str:3},{id:2976,type:"Leather",slot:"hands",r:10,q:"2",i:"15",name:"Hunting Gloves",p:"inv_gauntlets_05",agi:2,sta:1},{id:2980,type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Veteran Gloves",p:"inv_gauntlets_05",str:3},{id:2988,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Inscribed Leather Gloves",p:"inv_gauntlets_18",agi:2},{id:2992,type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Burnished Gloves",p:"inv_gauntlets_10",agi:2,str:4},{id:3047,type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Lambent Scale Gloves",p:"inv_gauntlets_11",agi:3,str:6},{id:3058,type:"Leather",slot:"hands",r:20,q:"2",i:"25",name:"Forest Leather Gloves",p:"inv_gauntlets_21",agi:4,sta:4},{id:3314,type:"Leather",slot:"hands",r:10,q:"2",i:"15",name:"Ceremonial Leather Gloves",p:"inv_gauntlets_18",agi:2,str:2},{id:3341,type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Gauntlets of Ogre Strength",p:"inv_gauntlets_04",str:3,ap:16},{id:3458,type:"Mail",slot:"hands",r:12,q:"2",i:"18",name:"Rugged Mail Gloves",p:"inv_gauntlets_04",str:3,sta:1},{id:"3474|672",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of the Tiger",p:"inv_gauntlets_05",agi:2,str:2,rand:672},{id:"3474|1182",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of the Bear",p:"inv_gauntlets_05",sta:2,str:2,rand:1182},{id:"3474|24",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Gemmed Copper Gauntlets of Strength",p:"inv_gauntlets_05",str:3,rand:24},{id:3483,type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Silvered Bronze Gauntlets",p:"inv_gauntlets_05",str:4,sta:4},{id:3485,type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Green Iron Gauntlets",p:"inv_gauntlets_05",str:5,sta:6},{id:3559,type:"Mail",slot:"hands",r:17,q:"2",i:"21",name:"Night Watch Gauntlets",p:"inv_gauntlets_04",agi:1,str:4},{id:3754,type:"Leather",slot:"hands",r:30,q:"2",i:"33",name:"Shepherd's Gloves",p:"inv_gauntlets_21",agi:6,str:7},{id:4063,type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Imperial Leather Gloves",p:"inv_gauntlets_25",agi:9,str:9},{id:4072,type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Glimmering Mail Gauntlets",p:"inv_gauntlets_03",agi:3,str:7},{id:4075,type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Mail Combat Gauntlets",p:"inv_gauntlets_25",agi:4,str:8},{id:4083,type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Blackforge Gauntlets",p:"inv_gauntlets_32",agi:4},{id:4107,type:"Leather",slot:"hands",r:28,q:"2",i:"37",name:"Tiger Hunter Gloves",p:"inv_gauntlets_04",agi:8,str:7},{id:4253,type:"Leather",slot:"hands",r:22,q:"3",i:"27",name:"Toughened Leather Gloves",p:"inv_gauntlets_24",agi:6,sta:3},{id:4254,type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Barbaric Gloves",p:"inv_gauntlets_05",agi:4,sta:5},{id:4465,type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Bonefist Gauntlets",p:"inv_gauntlets_09",str:8,sta:3},{id:4509,type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Seawolf Gloves",p:"inv_gauntlets_23",agi:3,str:11},{id:4676,type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Skeletal Gauntlets",p:"inv_gauntlets_03",str:3},{id:4980,type:"Leather",slot:"hands",r:30,q:"2",i:"37",name:"Prospector Gloves",p:"inv_gauntlets_04",agi:8},{id:5299,type:"Leather",slot:"hands",r:10,q:"2",i:"20",name:"Gloves of the Moon",p:"inv_gauntlets_18",agi:3,sta:3},{id:5312,type:"Mail",slot:"hands",r:13,q:"2",i:"20",name:"Riveted Gauntlets",p:"inv_gauntlets_04",str:4,sta:1},{id:5629,type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Hammerfist Gloves",p:"inv_gauntlets_05",agi:3,str:3},{id:5822,type:"Mail",slot:"hands",r:0,q:"2",i:"24",name:"Hedgeseed Gauntlets",p:"inv_gauntlets_04",str:5,sta:2},{id:6397,type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Emblazoned Gloves",p:"inv_gauntlets_24",agi:5,sta:6},{id:6408,type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Insignia Gloves",p:"inv_gauntlets_21",agi:6,str:7},{id:6419,type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Glyphed Mitts",p:"inv_gauntlets_14",agi:7,str:8},{id:6467,type:"Leather",slot:"hands",r:16,q:"2",i:"21",name:"Deviate Scale Gloves",p:"inv_gauntlets_05",agi:3,sta:3},{id:6481,type:"Mail",slot:"hands",r:15,q:"2",i:"23",name:"Dagmire Gauntlets",p:"inv_gauntlets_05",agi:2,str:5},{id:"6547|675",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of the Tiger",p:"inv_gauntlets_12",agi:3,str:3,rand:675},{id:"6547|1185",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of the Bear",p:"inv_gauntlets_12",sta:3,str:3,rand:1185},{id:"6547|97",type:"Mail",slot:"hands",r:12,q:"2",i:"17",name:"Soldier's Gauntlets of Strength",p:"inv_gauntlets_12",str:4,rand:97},{id:"6554|675",type:"Leather",slot:"hands",r:12,q:"2",i:"17",name:"Bard's Gloves of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"6554|1185",type:"Leather",slot:"hands",r:12,q:"2",i:"17",name:"Bard's Gloves of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:"6577|678",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:4,str:4,rand:678},{id:"6577|1188",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of the Bear",p:"inv_gauntlets_11",sta:4,str:4,rand:1188},{id:"6577|136",type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Defender Gauntlets of Strength",p:"inv_gauntlets_11",str:6,rand:136},{id:"6586|678",type:"Leather",slot:"hands",r:18,q:"2",i:"23",name:"Scouting Gloves of the Tiger",p:"inv_gauntlets_27",agi:4,str:4,rand:678},{id:"6586|1188",type:"Leather",slot:"hands",r:18,q:"2",i:"23",name:"Scouting Gloves of the Bear",p:"inv_gauntlets_27",sta:4,str:4,rand:1188},{id:"6595|684",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:6,str:6,rand:684},{id:"6595|1194",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of the Bear",p:"inv_gauntlets_26",sta:6,str:6,rand:1194},{id:"6595|189",type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Battleforge Gauntlets of Strength",p:"inv_gauntlets_26",str:8,rand:189},{id:"6605|684",type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Dervish Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"6605|1194",type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Dervish Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:6727,type:"Leather",slot:"hands",r:29,q:"2",i:"41",name:"Razzeric's Racing Grips",p:"inv_gauntlets_24",agi:8,sta:9},{id:6732,type:"Leather",slot:"hands",r:28,q:"2",i:"38",name:"Gnomish Mechanic's Gloves",p:"inv_gauntlets_15",str:8},{id:6733,type:"Mail",slot:"hands",r:23,q:"2",i:"28",name:"Ironforge Gauntlets",p:"inv_gauntlets_05",ap:12},{id:6784,type:"Leather",slot:"hands",r:30,q:"2",i:"36",name:"Braced Handguards",p:"inv_gauntlets_04",agi:7,sta:7},{id:6794,type:"Leather",slot:"hands",r:30,q:"2",i:"40",name:"Stormfire Gauntlets",p:"inv_gauntlets_26",str:10},{id:6906,type:"Mail",slot:"hands",r:23,q:"3",i:"28",name:"Algae Fists",p:"inv_gauntlets_10",str:10,sta:4},{id:6974,type:"Mail",slot:"hands",r:20,q:"2",i:"31",name:"Fire Hardened Gauntlets",p:"inv_gauntlets_04",str:6,sta:6},{id:7129,type:"Mail",slot:"hands",r:20,q:"2",i:"31",name:"Brutal Gauntlets",p:"inv_gauntlets_04",str:6,sta:6},{id:7284,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Red Whelp Gloves",p:"inv_gauntlets_05",proc:{magic:!0,dmg:20,chance:5}},{id:7285,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Nimble Leather Gloves",p:"inv_gauntlets_05",agi:4},{id:7348,type:"Leather",slot:"hands",r:20,q:"2",i:"25",name:"Fletcher's Gloves",p:"inv_gauntlets_05",crit:1},{id:7358,type:"Leather",slot:"hands",r:23,q:"2",i:"28",name:"Pilferer's Gloves",p:"inv_gauntlets_05",agi:8},{id:7359,type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Heavy Earthen Gloves",p:"inv_gauntlets_23",ap:16},{id:"7412|684",type:"Leather",slot:"hands",r:27,q:"2",i:"32",name:"Infiltrator Gloves of the Tiger",p:"inv_gauntlets_22",agi:6,str:6,rand:684},{id:"7412|1194",type:"Leather",slot:"hands",r:27,q:"2",i:"32",name:"Infiltrator Gloves of the Bear",p:"inv_gauntlets_22",sta:6,str:6,rand:1194},{id:"7421|684",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"7421|1194",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"7421|190",type:"Mail",slot:"hands",r:28,q:"2",i:"33",name:"Phalanx Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"7443|690",type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Sentinel Gloves of the Tiger",p:"inv_gauntlets_05",agi:8,str:8,rand:690},{id:"7443|1200",type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Sentinel Gloves of the Bear",p:"inv_gauntlets_05",sta:8,str:8,rand:1200},{id:"7457|690",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:8,str:8,rand:690},{id:"7457|1200",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of the Bear",p:"inv_gauntlets_28",sta:8,str:8,rand:1200},{id:"7457|193",type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Knight's Gauntlets of Strength",p:"inv_gauntlets_28",str:12,rand:193},{id:"7480|693",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"7480|1203",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"7480|6",type:"Leather",slot:"hands",r:36,q:"2",i:"41",name:"Ranger Gloves of Strength",p:"inv_gauntlets_25",str:1,rand:6},{id:"7489|693",type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Captain's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:9,str:9,rand:693},{id:"7489|1203",type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Captain's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:9,str:9,rand:1203},{id:"7530|696",type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Cabalist Gloves of the Tiger",p:"inv_gauntlets_22",agi:10,str:10,rand:696},{id:"7530|1206",type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Cabalist Gloves of the Bear",p:"inv_gauntlets_22",sta:10,str:10,rand:1206},{id:"7541|696",type:"Mail",slot:"hands",r:41,q:"2",i:"46",name:"Champion's Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:10,str:10,rand:696},{id:"7541|1206",type:"Mail",slot:"hands",r:41,q:"2",i:"46",name:"Champion's Gauntlets of the Bear",p:"inv_gauntlets_29",sta:10,str:10,rand:1206},{id:7606,type:"Mail",slot:"hands",r:15,q:"2",i:"22",name:"Polar Gauntlets",p:"inv_gauntlets_04",str:5},{id:7690,type:"Leather",slot:"hands",r:30,q:"3",i:"35",name:"Ebon Vise",p:"inv_gauntlets_32",agi:6,str:4,sta:8},{id:7724,type:"Mail",slot:"hands",r:39,q:"3",i:"44",name:"Gauntlets of Divinity",p:"inv_gauntlets_19",sta:7,ap:32},{id:7917,type:"Mail",slot:"hands",r:32,q:"2",i:"37",name:"Barbaric Iron Gloves",p:"inv_gauntlets_31",str:11},{id:7927,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Ornate Mithril Gloves",p:"inv_gauntlets_31",crit:1},{id:7938,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Truesilver Gauntlets",p:"inv_gauntlets_29",str:16,sta:7},{id:8121,type:"Leather",slot:"hands",r:42,q:"2",i:"47",name:"Heraldic Gloves",p:"inv_gauntlets_15",agi:10,str:10},{id:8139,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Chromite Gauntlets",p:"inv_gauntlets_28",agi:4,str:12},{id:8158,type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Jouster's Gauntlets",p:"inv_gauntlets_17",agi:3,str:11},{id:8204,type:"Mail",slot:"hands",r:40,q:"2",i:"45",name:"Tough Scorpid Gloves",p:"inv_gauntlets_24",agi:10},{id:8260,type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Serpentskin Gloves",p:"inv_gauntlets_15",agi:11,str:11},{id:8276,type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Valorous Gauntlets",p:"inv_gauntlets_29",str:14,sta:2},{id:8298,type:"Leather",slot:"hands",r:52,q:"2",i:"57",name:"Traveler's Gloves",p:"inv_gauntlets_15",str:13},{id:8305,type:"Mail",slot:"hands",r:54,q:"2",i:"59",name:"Hero's Gauntlets",p:"inv_gauntlets_09",agi:13},{id:8314,type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Alabaster Plate Gauntlets",p:"inv_gauntlets_26",agi:7,str:14},{id:8346,type:"Leather",slot:"hands",r:41,q:"3",i:"46",name:"Gauntlets of the Sea",p:"inv_gauntlets_30",agi:7},{id:8347,type:"Mail",slot:"hands",r:40,q:"3",i:"45",name:"Dragonscale Gauntlets",p:"inv_gauntlets_10",sta:7,crit:1},{id:"9287|693",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:9,str:9,rand:693},{id:"9287|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of the Bear",p:"inv_gauntlets_04",sta:9,str:9,rand:1203},{id:"9287|219",type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Field Plate Gauntlets of Strength",p:"inv_gauntlets_04",str:13,rand:219},{id:"9410|699",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of the Tiger",p:"inv_gauntlets_12",d:5,agi:11,str:11,rand:699},{id:"9410|1209",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of the Bear",p:"inv_gauntlets_12",d:5,sta:11,str:11,rand:1209},{id:"9410|308",type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Cragfists of Strength",p:"inv_gauntlets_12",d:5,str:16,rand:308},{id:9435,type:"Mail",slot:"hands",r:31,q:"3",i:"36",name:"Reticulated Bone Gauntlets",p:"inv_gauntlets_11",str:13,sta:5},{id:9445,type:"Mail",slot:"hands",r:29,q:"3",i:"34",name:"Grubbis Paws",p:"inv_gauntlets_17",agi:5,str:6},{id:9518,type:"Leather",slot:"hands",r:32,q:"2",i:"36",name:"Mud's Crushers",p:"inv_gauntlets_25",str:11},{id:9631,type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Pratt's Handcrafted Gloves",p:"inv_gauntlets_23",agi:9,str:10},{id:9632,type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Jangdor's Handcrafted Gloves",p:"inv_gauntlets_23",agi:9,str:10},{id:"9640|702",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tiger",p:"inv_gauntlets_26",ap:14,agi:12,str:12,rand:702},{id:"9640|1212",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Burr",p:"inv_gauntlets_26",ap:14,sta:12,str:12,rand:1212},{id:"9640|309",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of Stronk",p:"inv_gauntlets_26",ap:14,str:17,rand:309},{id:9656,type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Granite Grips",p:"inv_gauntlets_29",str:15},{id:9704,type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Rustler Gloves",p:"inv_gauntlets_23",str:9},{id:"9780|675",type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Bandit Gloves of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"9780|1185",type:"Leather",slot:"hands",r:15,q:"2",i:"20",name:"Bandit Gloves of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:"9787|675",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:3,str:3,rand:675},{id:"9787|1185",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:3,str:3,rand:1185},{id:"9787|115",type:"Mail",slot:"hands",r:14,q:"2",i:"19",name:"Raider's Gauntlets of Strength",p:"inv_gauntlets_04",str:5,rand:115},{id:"9806|681",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Superior Gloves of the Tiger",p:"inv_gauntlets_05",agi:5,str:5,rand:681},{id:"9806|1191",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Superior Gloves of the Bear",p:"inv_gauntlets_05",sta:5,str:5,rand:1191},{id:"9813|681",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of the Tiger",p:"inv_gauntlets_21",agi:5,str:5,rand:681},{id:"9813|1191",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of the Bear",p:"inv_gauntlets_21",sta:5,str:5,rand:1191},{id:"9813|155",type:"Mail",slot:"hands",r:20,q:"2",i:"25",name:"Fortified Gauntlets of Strength",p:"inv_gauntlets_21",str:7,rand:155},{id:"9832|684",type:"Leather",slot:"hands",r:26,q:"2",i:"31",name:"Scaled Leather Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"9832|1194",type:"Leather",slot:"hands",r:26,q:"2",i:"31",name:"Scaled Leather Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"9839|684",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"9839|1194",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"9839|190",type:"Mail",slot:"hands",r:26,q:"2",i:"31",name:"Banded Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"9861|687",type:"Leather",slot:"hands",r:30,q:"2",i:"35",name:"Archer's Gloves of the Tiger",p:"inv_gauntlets_22",agi:7,str:7,rand:687},{id:"9861|1197",type:"Leather",slot:"hands",r:30,q:"2",i:"35",name:"Archer's Gloves of the Bear",p:"inv_gauntlets_22",sta:7,str:7,rand:1197},{id:"9868|687",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:7,str:7,rand:687},{id:"9868|1197",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of the Bear",p:"inv_gauntlets_28",sta:7,str:7,rand:1197},{id:"9868|192",type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Renegade Gauntlets of Strength",p:"inv_gauntlets_28",str:11,rand:192},{id:"9892|693",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of the Tiger",p:"inv_gauntlets_15",agi:9,str:9,rand:693},{id:"9892|1203",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of the Bear",p:"inv_gauntlets_15",sta:9,str:9,rand:1203},{id:"9892|6",type:"Leather",slot:"hands",r:35,q:"2",i:"40",name:"Huntsman's Gloves of Strength",p:"inv_gauntlets_15",str:1,rand:6},{id:"9900|693",type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Jazeraint Gauntlets of the Tiger",p:"inv_gauntlets_12",agi:9,str:9,rand:693},{id:"9900|1203",type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Jazeraint Gauntlets of the Bear",p:"inv_gauntlets_12",sta:9,str:9,rand:1203},{id:"9920|693",type:"Leather",slot:"hands",r:39,q:"2",i:"44",name:"Tracker's Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"9920|1203",type:"Leather",slot:"hands",r:39,q:"2",i:"44",name:"Tracker's Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"9930|693",type:"Mail",slot:"hands",r:38,q:"2",i:"43",name:"Brigade Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:9,str:9,rand:693},{id:"9930|1203",type:"Mail",slot:"hands",r:38,q:"2",i:"43",name:"Brigade Gauntlets of the Bear",p:"inv_gauntlets_26",sta:9,str:9,rand:1203},{id:"9952|699",type:"Leather",slot:"hands",r:44,q:"2",i:"49",name:"Chieftain's Gloves of the Tiger",p:"inv_gauntlets_22",agi:11,str:11,rand:699},{id:"9952|1209",type:"Leather",slot:"hands",r:44,q:"2",i:"49",name:"Chieftain's Gloves of the Bear",p:"inv_gauntlets_22",sta:11,str:11,rand:1209},{id:"9960|696",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Warmonger's Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:10,str:10,rand:696},{id:"9960|1206",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Warmonger's Gauntlets of the Bear",p:"inv_gauntlets_26",sta:10,str:10,rand:1206},{id:"9967|693",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:9,str:9,rand:693},{id:"9967|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of the Bear",p:"inv_gauntlets_23",sta:9,str:9,rand:1203},{id:"9967|220",type:"Plate",slot:"hands",r:40,q:"2",i:"43",name:"Embossed Plate Gauntlets of Strength",p:"inv_gauntlets_23",str:14,rand:220},{id:"10072|699",type:"Leather",slot:"hands",r:46,q:"2",i:"51",name:"Righteous Gloves of the Tiger",p:"inv_gauntlets_12",agi:11,str:11,rand:699},{id:"10072|1209",type:"Leather",slot:"hands",r:46,q:"2",i:"51",name:"Righteous Gloves of the Bear",p:"inv_gauntlets_12",sta:11,str:11,rand:1209},{id:"10080|699",type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Lord's Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:11,str:11,rand:699},{id:"10080|1209",type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Lord's Gauntlets of the Bear",p:"inv_gauntlets_29",sta:11,str:11,rand:1209},{id:"10087|696",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of the Tiger",p:"inv_gauntlets_21",agi:10,str:10,rand:696},{id:"10087|1206",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of the Bear",p:"inv_gauntlets_21",sta:10,str:10,rand:1206},{id:"10087|307",type:"Plate",slot:"hands",r:41,q:"2",i:"46",name:"Gothic Plate Gauntlets of Strength",p:"inv_gauntlets_21",str:15,rand:307},{id:"10110|702",type:"Leather",slot:"hands",r:50,q:"2",i:"55",name:"Wanderer's Gloves of the Tiger",p:"inv_gauntlets_24",agi:12,str:12,rand:702},{id:"10110|1212",type:"Leather",slot:"hands",r:50,q:"2",i:"55",name:"Wanderer's Gloves of the Bear",p:"inv_gauntlets_24",sta:12,str:12,rand:1212},{id:"10121|702",type:"Mail",slot:"hands",r:51,q:"2",i:"56",name:"Ornate Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:12,str:12,rand:702},{id:"10121|1212",type:"Mail",slot:"hands",r:51,q:"2",i:"56",name:"Ornate Gauntlets of the Bear",p:"inv_gauntlets_10",sta:12,str:12,rand:1212},{id:"10129|699",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:11,str:11,rand:699},{id:"10129|1209",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of the Bear",p:"inv_gauntlets_31",sta:11,str:11,rand:1209},{id:"10129|308",type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Revenant Gauntlets of Strength",p:"inv_gauntlets_31",str:16,rand:308},{id:"10149|708",type:"Leather",slot:"hands",r:56,q:"2",i:"61",name:"Mighty Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:14,str:14,rand:708},{id:"10149|1218",type:"Leather",slot:"hands",r:56,q:"2",i:"61",name:"Mighty Gauntlets of the Bear",p:"inv_gauntlets_23",sta:14,str:14,rand:1218},{id:"10161|708",type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Mercurial Gauntlets of the Tiger",p:"inv_gauntlets_26",agi:14,str:14,rand:708},{id:"10161|1218",type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Mercurial Gauntlets of the Bear",p:"inv_gauntlets_26",sta:14,str:14,rand:1218},{id:"10165|702",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"10165|1212",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"10165|310",type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Templar Gauntlets of Strength",p:"inv_gauntlets_29",str:18,rand:310},{id:"10186|702",type:"Leather",slot:"hands",r:48,q:"2",i:"53",name:"Swashbuckler's Gloves of the Tiger",p:"inv_gauntlets_03",agi:12,str:12,rand:702},{id:"10186|1212",type:"Leather",slot:"hands",r:48,q:"2",i:"53",name:"Swashbuckler's Gloves of the Bear",p:"inv_gauntlets_03",sta:12,str:12,rand:1212},{id:"10196|702",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Crusader's Gauntlets of the Tiger",p:"inv_gauntlets_23",agi:12,str:12,rand:702},{id:"10196|1212",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Crusader's Gauntlets of the Bear",p:"inv_gauntlets_23",sta:12,str:12,rand:1212},{id:"10205|699",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:11,str:11,rand:699},{id:"10205|1209",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of the Bear",p:"inv_gauntlets_04",sta:11,str:11,rand:1209},{id:"10205|308",type:"Plate",slot:"hands",r:44,q:"2",i:"49",name:"Overlord's Gauntlets of Strength",p:"inv_gauntlets_04",str:16,rand:308},{id:"10225|707",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of the Tiger",p:"inv_gauntlets_15",agi:13,str:14,rand:707},{id:"10225|1215",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of the Bear",p:"inv_gauntlets_15",sta:13,str:13,rand:1215},{id:"10225|314",type:"Leather",slot:"hands",r:54,q:"2",i:"59",name:"Nightshade Gloves of Strength",p:"inv_gauntlets_15",str:22,rand:314},{id:"10232|705",type:"Mail",slot:"hands",r:53,q:"2",i:"58",name:"Engraved Gauntlets of the Tiger",p:"inv_gauntlets_03",agi:13,str:13,rand:705},{id:"10232|1215",type:"Mail",slot:"hands",r:53,q:"2",i:"58",name:"Engraved Gauntlets of the Bear",p:"inv_gauntlets_03",sta:13,str:13,rand:1215},{id:"10242|702",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"10242|1212",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"10242|309",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"Heavy Lamellar Gauntlets of Strength",p:"inv_gauntlets_04",str:17,rand:309},{id:"10260|708",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Adventurer's Gloves of the Tiger",p:"inv_gauntlets_25",agi:14,str:14,rand:708},{id:"10260|1218",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Adventurer's Gloves of the Bear",p:"inv_gauntlets_25",sta:14,str:14,rand:1218},{id:"10268|708",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Masterwork Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"10268|1218",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Masterwork Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:"10277|702",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"10277|1212",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"10277|310",type:"Plate",slot:"hands",r:52,q:"2",i:"57",name:"Emerald Gauntlets of Strength",p:"inv_gauntlets_04",str:18,rand:310},{id:10331,type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Scarlet Gauntlets",p:"inv_gauntlets_19",agi:7,str:8},{id:10369,type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Imbued Plate Gauntlets",p:"inv_gauntlets_06",agi:3,str:18,sta:3},{id:"10380|705",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of the Tiger",p:"inv_gauntlets_32",agi:13,str:13,rand:705},{id:"10380|1215",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of the Bear",p:"inv_gauntlets_32",sta:13,str:13,rand:1215},{id:"10380|312",type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Commander's Gauntlets of Strength",p:"inv_gauntlets_32",str:20,rand:312},{id:"10386|708",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of the Tiger",p:"inv_gauntlets_03",agi:14,str:14,rand:708},{id:"10386|1218",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of the Bear",p:"inv_gauntlets_03",sta:14,str:14,rand:1218},{id:"10386|313",type:"Plate",slot:"hands",r:57,q:"2",i:"62",name:"Hyperion Gauntlets of Strength",p:"inv_gauntlets_03",str:21,rand:313},{id:10401,type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Blackened Defias Gloves",p:"inv_gauntlets_18",str:3,sta:1},{id:10413,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Gloves of the Fang",p:"inv_gauntlets_18",agi:3,str:2},{id:10584,type:"Mail",slot:"hands",r:31,q:"3",i:"36",name:"Stormgale Fists",p:"inv_gauntlets_11",str:10,sta:3},{id:10631,type:"Mail",slot:"hands",r:41,q:"3",i:"46",name:"Murkwater Gauntlets",p:"inv_gauntlets_11",str:13,sta:12},{id:10760,type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Swine Fists",p:"inv_gauntlets_23",agi:8,str:8},{id:"10777|696",type:"Leather",slot:"hands",r:37,q:"3",i:"42",name:"Arachnid Gloves of the Tiger",p:"inv_gauntlets_32",resist:{nature:10},agi:10,str:10,rand:696},{id:"10777|1206",type:"Leather",slot:"hands",r:37,q:"3",i:"42",name:"Arachnid Gloves of the Bear",p:"inv_gauntlets_32",resist:{nature:10},sta:10,str:10,rand:1206},{id:11745,type:"Plate",slot:"hands",r:51,q:"3",i:"56",name:"Fists of Phalanx",p:"inv_gauntlets_22",str:20,sta:9},{id:11867,type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Maddening Gauntlets",p:"inv_gauntlets_26",agi:5,str:15},{id:11918,type:"Mail",slot:"hands",r:49,q:"2",i:"55",name:"Grotslab Gloves",p:"inv_gauntlets_17",agi:12},{id:12051,type:"Mail",slot:"hands",r:48,q:"2",i:"54",name:"Brazen Gauntlets",p:"inv_gauntlets_04",agi:12,str:12,sta:2},{id:12111,type:"Plate",slot:"hands",r:52,q:"2",i:"58",name:"Lavaplate Gauntlets",p:"inv_gauntlets_26",str:17,sta:5},{id:12114,type:"Leather",slot:"hands",r:48,q:"2",i:"56",name:"Nightfall Gloves",p:"inv_gauntlets_17",agi:12,str:12},{id:12522,type:"Leather",slot:"hands",r:12,q:"2",i:"15",name:"Bingles' Flying Gloves",p:"inv_gauntlets_05",agi:2},{id:12631,type:"Plate",slot:"hands",r:53,q:"3",i:"58",name:"Fiery Plate Gauntlets",p:"inv_gauntlets_03",resist:{fire:10},proc:{magic:!0,dmg:4,chance:100}},{id:12637,type:"Plate",slot:"hands",r:55,q:"3",i:"60",name:"Backusarian Gauntlets",p:"inv_gauntlets_26",str:9,sta:15},{id:12639,type:"Plate",slot:"hands",r:57,q:"4",i:"62",name:"Stronghold Gauntlets",p:"inv_gauntlets_30",sta:12,crit:1},{id:12994,type:"Mail",slot:"hands",r:18,q:"3",i:"23",name:"Thorbia's Gauntlets",p:"inv_gauntlets_11",str:8,sta:3},{id:13071,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Plated Fist of Hakoo",p:"inv_gauntlets_10",agi:10,str:10,sta:10},{id:13072,type:"Plate",slot:"hands",r:55,q:"3",i:"60",name:"Stonegrip Gauntlets",p:"inv_gauntlets_03",str:9,sta:14,d:10},{id:13126,type:"Mail",slot:"hands",r:48,q:"3",i:"53",name:"Battlecaller Gauntlets",p:"inv_gauntlets_10",str:8,sta:9},{id:13162,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Reiver Claws",p:"inv_gauntlets_29",str:9,sta:15,crit:1},{id:13255,type:"Mail",slot:"hands",r:54,q:"3",i:"59",name:"Trueaim Gauntlets",p:"inv_gauntlets_30",hit:1},{id:"13258|710",type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Slaghide Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:14,str:15,rand:710},{id:"13258|1220",type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Slaghide Gauntlets of the Bear",p:"inv_gauntlets_22",sta:14,str:15,rand:1220},{id:13395,type:"Leather",slot:"hands",r:54,q:"3",i:"59",name:"Skul's Fingerbone Claws",p:"inv_gauntlets_27",sta:10,ap:40},{id:13963,type:"Mail",slot:"hands",r:55,q:"3",i:"60",name:"Voone's Vice Grips",p:"inv_gauntlets_15",agi:9,sta:6,hit:2},{id:14525,type:"Plate",slot:"hands",r:57,q:"3",i:"62",name:"Boneclenched Gauntlets",p:"inv_gauntlets_29",str:15,sta:14,d:7},{id:14551,type:"Varied",slot:"hands",r:44,q:"4",i:"49",name:"Edgemaster's Handguards",p:"inv_gauntlets_30",skill:7},{id:14564,type:"Leather",slot:"hands",r:14,q:"2",i:"19",name:"Prospector's Mitts",p:"inv_gauntlets_18",agi:2,str:3},{id:14572,type:"Leather",slot:"hands",r:19,q:"2",i:"24",name:"Bristlebark Gloves",p:"inv_gauntlets_21",agi:4,str:4},{id:14594,type:"Leather",slot:"hands",r:32,q:"2",i:"37",name:"Hawkeye's Gloves",p:"inv_gauntlets_21",agi:8,sta:7},{id:14640,type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Cadaverous Gloves",p:"inv_gauntlets_15",sta:9,ap:44},{id:14657,type:"Leather",slot:"hands",r:41,q:"2",i:"46",name:"Scorpashi Gloves",p:"inv_gauntlets_25",agi:4},{id:14675,type:"Leather",slot:"hands",r:51,q:"2",i:"56",name:"Pridelord Gloves",p:"inv_gauntlets_15",agi:12,str:7,sta:8},{id:14726,type:"Mail",slot:"hands",r:13,q:"2",i:"18",name:"War Paint Gloves",p:"inv_gauntlets_12",str:3,sta:1},{id:14747,type:"Mail",slot:"hands",r:18,q:"2",i:"23",name:"Hulking Gauntlets",p:"inv_gauntlets_05",agi:2,str:5,sta:1},{id:14764,type:"Mail",slot:"hands",r:30,q:"2",i:"35",name:"Enduring Gauntlets",p:"inv_gauntlets_09",agi:3,str:7,sta:5},{id:14772,type:"Mail",slot:"hands",r:35,q:"2",i:"40",name:"Ravager's Handwraps",p:"inv_gauntlets_04",str:9,sta:6},{id:14792,type:"Mail",slot:"hands",r:45,q:"2",i:"50",name:"Protector Gauntlets",p:"inv_gauntlets_04",agi:4},{id:14802,type:"Mail",slot:"hands",r:50,q:"2",i:"55",name:"Bloodlust Gauntlets",p:"inv_gauntlets_19",agi:7,str:7,sta:12},{id:14826,type:"Plate",slot:"hands",r:40,q:"2",i:"41",name:"Symbolic Gauntlets",p:"inv_gauntlets_15",str:9,sta:6},{id:14833,type:"Plate",slot:"hands",r:40,q:"2",i:"44",name:"Tyrant's Gauntlets",p:"inv_gauntlets_19",str:12},{id:14846,type:"Plate",slot:"hands",r:45,q:"2",i:"50",name:"Sunscale Gauntlets",p:"inv_gauntlets_04",agi:3,str:12,sta:7},{id:14855,type:"Plate",slot:"hands",r:50,q:"2",i:"55",name:"Vanguard Gauntlets",p:"inv_gauntlets_17",agi:9,sta:12},{id:14863,type:"Plate",slot:"hands",r:55,q:"2",i:"60",name:"Warleader's Gauntlets",p:"inv_gauntlets_28",str:17,sta:6},{id:"14897|693",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:9,str:9,rand:693},{id:"14897|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of the Bear",p:"inv_gauntlets_22",sta:9,str:9,rand:1203},{id:"14897|219",type:"Plate",slot:"hands",r:40,q:"2",i:"40",name:"Saltstone Gauntlets of Strength",p:"inv_gauntlets_22",str:13,rand:219},{id:"14905|693",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of the Tiger",p:"inv_gauntlets_28",agi:9,str:9,rand:693},{id:"14905|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of the Bear",p:"inv_gauntlets_28",sta:9,str:9,rand:1203},{id:"14905|220",type:"Plate",slot:"hands",r:40,q:"2",i:"45",name:"Brutish Gauntlets of Strength",p:"inv_gauntlets_28",str:14,rand:220},{id:"14917|696",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of the Tiger",p:"inv_gauntlets_30",agi:10,str:10,rand:696},{id:"14917|1206",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of the Bear",p:"inv_gauntlets_30",sta:10,str:10,rand:1206},{id:"14917|307",type:"Plate",slot:"hands",r:43,q:"2",i:"48",name:"Jade Gauntlets of Strength",p:"inv_gauntlets_30",str:15,rand:307},{id:"14926|702",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"14926|1212",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"14926|309",type:"Plate",slot:"hands",r:48,q:"2",i:"53",name:"Lofty Gauntlets of Strength",p:"inv_gauntlets_29",str:17,rand:309},{id:"14933|705",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:13,str:13,rand:705},{id:"14933|1215",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of the Bear",p:"inv_gauntlets_31",sta:13,str:13,rand:1215},{id:"14933|312",type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Heroic Gauntlets of Strength",p:"inv_gauntlets_31",str:20,rand:312},{id:"14942|693",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of the Tiger",p:"inv_gauntlets_27",agi:9,str:9,rand:693},{id:"14942|1203",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of the Bear",p:"inv_gauntlets_27",sta:9,str:9,rand:1203},{id:"14942|219",type:"Plate",slot:"hands",r:40,q:"2",i:"42",name:"Warbringer's Gauntlets of Strength",p:"inv_gauntlets_27",str:13,rand:219},{id:"14949|696",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of the Tiger",p:"inv_gauntlets_19",agi:10,str:10,rand:696},{id:"14949|1206",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of the Bear",p:"inv_gauntlets_19",sta:10,str:10,rand:1206},{id:"14949|307",type:"Plate",slot:"hands",r:42,q:"2",i:"47",name:"Bloodforged Gauntlets of Strength",p:"inv_gauntlets_19",str:15,rand:307},{id:"14959|702",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of the Tiger",p:"inv_gauntlets_06",agi:12,str:12,rand:702},{id:"14959|1212",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of the Bear",p:"inv_gauntlets_06",sta:12,str:12,rand:1212},{id:"14959|309",type:"Plate",slot:"hands",r:47,q:"2",i:"52",name:"High Chief's Gauntlets of Strength",p:"inv_gauntlets_06",str:17,rand:309},{id:"14967|702",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:12,str:12,rand:702},{id:"14967|1212",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of the Bear",p:"inv_gauntlets_10",sta:12,str:12,rand:1212},{id:"14967|310",type:"Plate",slot:"hands",r:51,q:"2",i:"56",name:"Glorious Gauntlets of Strength",p:"inv_gauntlets_10",str:18,rand:310},{id:"14976|708",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"14976|1218",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:"14976|313",type:"Plate",slot:"hands",r:56,q:"2",i:"61",name:"Exalted Gauntlets of Strength",p:"inv_gauntlets_04",str:21,rand:313},{id:"15016|675",type:"Leather",slot:"hands",r:11,q:"2",i:"16",name:"Lupine Handwraps of the Tiger",p:"inv_gauntlets_15",agi:3,str:3,rand:675},{id:"15016|1185",type:"Leather",slot:"hands",r:11,q:"2",i:"16",name:"Lupine Handwraps of the Bear",p:"inv_gauntlets_15",sta:3,str:3,rand:1185},{id:15063,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Devilsaur Gauntlets",p:"inv_gauntlets_26",sta:9,ap:28,crit:1},{id:15083,type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Wicked Leather Gauntlets",p:"inv_gauntlets_31",agi:12,sta:11},{id:"15115|678",type:"Leather",slot:"hands",r:17,q:"2",i:"22",name:"Rigid Gloves of the Tiger",p:"inv_gauntlets_24",agi:4,str:4,rand:678},{id:"15115|1188",type:"Leather",slot:"hands",r:17,q:"2",i:"22",name:"Rigid Gloves of the Bear",p:"inv_gauntlets_24",sta:4,str:4,rand:1188},{id:"15125|684",type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Robust Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"15125|1194",type:"Leather",slot:"hands",r:24,q:"2",i:"29",name:"Robust Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"15137|684",type:"Leather",slot:"hands",r:28,q:"2",i:"33",name:"Cutthroat's Mitts of the Tiger",p:"inv_gauntlets_22",agi:6,str:6,rand:684},{id:"15137|1194",type:"Leather",slot:"hands",r:28,q:"2",i:"33",name:"Cutthroat's Mitts of the Bear",p:"inv_gauntlets_22",sta:6,str:6,rand:1194},{id:"15149|687",type:"Leather",slot:"hands",r:31,q:"2",i:"36",name:"Ghostwalker Gloves of the Tiger",p:"inv_gauntlets_05",agi:7,str:7,rand:687},{id:"15149|1197",type:"Leather",slot:"hands",r:31,q:"2",i:"36",name:"Ghostwalker Gloves of the Bear",p:"inv_gauntlets_05",sta:7,str:7,rand:1197},{id:"15155|690",type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Nocturnal Gloves of the Tiger",p:"inv_gauntlets_25",agi:8,str:8,rand:690},{id:"15155|1200",type:"Leather",slot:"hands",r:34,q:"2",i:"39",name:"Nocturnal Gloves of the Bear",p:"inv_gauntlets_25",sta:8,str:8,rand:1200},{id:"15166|693",type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Imposing Gloves of the Tiger",p:"inv_gauntlets_22",agi:9,str:9,rand:693},{id:"15166|1203",type:"Leather",slot:"hands",r:40,q:"2",i:"45",name:"Imposing Gloves of the Bear",p:"inv_gauntlets_22",sta:9,str:9,rand:1203},{id:"15174|699",type:"Leather",slot:"hands",r:45,q:"2",i:"50",name:"Potent Gloves of the Tiger",p:"inv_gauntlets_12",agi:11,str:11,rand:699},{id:"15174|1209",type:"Leather",slot:"hands",r:45,q:"2",i:"50",name:"Potent Gloves of the Bear",p:"inv_gauntlets_12",sta:11,str:11,rand:1209},{id:"15184|702",type:"Leather",slot:"hands",r:49,q:"2",i:"54",name:"Praetorian Gloves of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"15184|1212",type:"Leather",slot:"hands",r:49,q:"2",i:"54",name:"Praetorian Gloves of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"15192|707",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of the Tiger",p:"inv_gauntlets_31",agi:13,str:14,rand:707},{id:"15192|1215",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of the Bear",p:"inv_gauntlets_31",sta:13,str:13,rand:1215},{id:"15192|314",type:"Leather",slot:"hands",r:55,q:"2",i:"60",name:"Grand Gauntlets of Strength",p:"inv_gauntlets_31",str:22,rand:314},{id:"15310|675",type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Feral Gloves of the Tiger",p:"inv_gauntlets_05",agi:3,str:3,rand:675},{id:"15310|1185",type:"Leather",slot:"hands",r:13,q:"2",i:"18",name:"Feral Gloves of the Bear",p:"inv_gauntlets_05",sta:3,str:3,rand:1185},{id:"15334|681",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Wrangler's Gloves of the Tiger",p:"inv_gauntlets_27",agi:5,str:5,rand:681},{id:"15334|1191",type:"Leather",slot:"hands",r:22,q:"2",i:"27",name:"Wrangler's Gloves of the Bear",p:"inv_gauntlets_27",sta:5,str:5,rand:1191},{id:"15343|684",type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Pathfinder Gloves of the Tiger",p:"inv_gauntlets_24",agi:6,str:6,rand:684},{id:"15343|1194",type:"Leather",slot:"hands",r:25,q:"2",i:"30",name:"Pathfinder Gloves of the Bear",p:"inv_gauntlets_24",sta:6,str:6,rand:1194},{id:"15355|687",type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Headhunter's Mitts of the Tiger",p:"inv_gauntlets_22",agi:7,str:7,rand:687},{id:"15355|1197",type:"Leather",slot:"hands",r:29,q:"2",i:"34",name:"Headhunter's Mitts of the Bear",p:"inv_gauntlets_22",sta:7,str:7,rand:1197},{id:"15365|690",type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Trickster's Handwraps of the Tiger",p:"inv_gauntlets_15",agi:8,str:8,rand:690},{id:"15365|1200",type:"Leather",slot:"hands",r:33,q:"2",i:"38",name:"Trickster's Handwraps of the Bear",p:"inv_gauntlets_15",sta:8,str:8,rand:1200},{id:"15372|693",type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Wolf Rider's Gloves of the Tiger",p:"inv_gauntlets_25",agi:9,str:9,rand:693},{id:"15372|1203",type:"Leather",slot:"hands",r:38,q:"2",i:"43",name:"Wolf Rider's Gloves of the Bear",p:"inv_gauntlets_25",sta:9,str:9,rand:1203},{id:"15383|696",type:"Leather",slot:"hands",r:43,q:"2",i:"48",name:"Rageclaw Gloves of the Tiger",p:"inv_gauntlets_22",agi:10,str:10,rand:696},{id:"15383|1206",type:"Leather",slot:"hands",r:43,q:"2",i:"48",name:"Rageclaw Gloves of the Bear",p:"inv_gauntlets_22",sta:10,str:10,rand:1206},{id:"15393|702",type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Jadefire Gloves of the Tiger",p:"inv_gauntlets_11",agi:12,str:12,rand:702},{id:"15393|1212",type:"Leather",slot:"hands",r:47,q:"2",i:"52",name:"Jadefire Gloves of the Bear",p:"inv_gauntlets_11",sta:12,str:12,rand:1212},{id:"15429|707",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of the Tiger",p:"inv_gauntlets_15",agi:13,str:14,rand:707},{id:"15429|1215",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of the Bear",p:"inv_gauntlets_15",sta:13,str:13,rand:1215},{id:"15429|314",type:"Leather",slot:"hands",r:53,q:"2",i:"58",name:"Peerless Gloves of Strength",p:"inv_gauntlets_15",str:22,rand:314},{id:"15438|708",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Supreme Gloves of the Tiger",p:"inv_gauntlets_26",agi:14,str:14,rand:708},{id:"15438|1218",type:"Leather",slot:"hands",r:58,q:"2",i:"63",name:"Supreme Gloves of the Bear",p:"inv_gauntlets_26",sta:14,str:14,rand:1218},{id:15463,type:"Mail",slot:"hands",r:23,q:"2",i:"25",name:"Palestrider Gloves",p:"inv_gauntlets_09",str:5,sta:2},{id:"15491|672",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of the Tiger",p:"inv_gauntlets_15",agi:2,str:2,rand:672},{id:"15491|1182",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of the Bear",p:"inv_gauntlets_15",sta:2,str:2,rand:1182},{id:"15491|24",type:"Mail",slot:"hands",r:10,q:"2",i:"15",name:"Bloodspattered Gloves of Strength",p:"inv_gauntlets_15",str:3,rand:24},{id:"15502|675",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of the Tiger",p:"inv_gauntlets_17",agi:3,str:3,rand:675},{id:"15502|1185",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of the Bear",p:"inv_gauntlets_17",sta:3,str:3,rand:1185},{id:"15502|115",type:"Mail",slot:"hands",r:15,q:"2",i:"20",name:"Outrunner's Gloves of Strength",p:"inv_gauntlets_17",str:5,rand:115},{id:"15509|675",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of the Tiger",p:"inv_gauntlets_19",agi:3,str:3,rand:675},{id:"15509|1185",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of the Bear",p:"inv_gauntlets_19",sta:3,str:3,rand:1185},{id:"15509|115",type:"Mail",slot:"hands",r:16,q:"2",i:"21",name:"Grunt's Handwraps of Strength",p:"inv_gauntlets_19",str:5,rand:115},{id:"15520|681",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:5,str:5,rand:681},{id:"15520|1191",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of the Bear",p:"inv_gauntlets_22",sta:5,str:5,rand:1191},{id:"15520|155",type:"Mail",slot:"hands",r:21,q:"2",i:"26",name:"Spiked Chain Gauntlets of Strength",p:"inv_gauntlets_22",str:7,rand:155},{id:"15527|681",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of the Tiger",p:"inv_gauntlets_22",agi:5,str:5,rand:681},{id:"15527|1191",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of the Bear",p:"inv_gauntlets_22",sta:5,str:5,rand:1191},{id:"15527|155",type:"Mail",slot:"hands",r:22,q:"2",i:"27",name:"Sentry's Gloves of Strength",p:"inv_gauntlets_22",str:7,rand:155},{id:"15538|684",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of the Tiger",p:"inv_gauntlets_15",agi:6,str:6,rand:684},{id:"15538|1194",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of the Bear",p:"inv_gauntlets_15",sta:6,str:6,rand:1194},{id:"15538|189",type:"Mail",slot:"hands",r:25,q:"2",i:"30",name:"Wicked Chain Gauntlets of Strength",p:"inv_gauntlets_15",str:8,rand:189},{id:"15548|684",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:6,str:6,rand:684},{id:"15548|1194",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of the Bear",p:"inv_gauntlets_11",sta:6,str:6,rand:1194},{id:"15548|190",type:"Mail",slot:"hands",r:27,q:"2",i:"32",name:"Thick Scale Gauntlets of Strength",p:"inv_gauntlets_11",str:9,rand:190},{id:"15560|687",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of the Tiger",p:"inv_gauntlets_11",agi:7,str:7,rand:687},{id:"15560|1197",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of the Bear",p:"inv_gauntlets_11",sta:7,str:7,rand:1197},{id:"15560|192",type:"Mail",slot:"hands",r:29,q:"2",i:"34",name:"Pillager's Gloves of Strength",p:"inv_gauntlets_11",str:11,rand:192},{id:"15570|687",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of the Tiger",p:"inv_gauntlets_24",agi:7,str:7,rand:687},{id:"15570|1197",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of the Bear",p:"inv_gauntlets_24",sta:7,str:7,rand:1197},{id:"15570|192",type:"Mail",slot:"hands",r:31,q:"2",i:"36",name:"Marauder's Gauntlets of Strength",p:"inv_gauntlets_24",str:11,rand:192},{id:"15581|690",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of the Tiger",p:"inv_gauntlets_11",agi:8,str:8,rand:690},{id:"15581|1200",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of the Bear",p:"inv_gauntlets_11",sta:8,str:8,rand:1200},{id:"15581|193",type:"Mail",slot:"hands",r:33,q:"2",i:"38",name:"Sparkleshell Gauntlets of Strength",p:"inv_gauntlets_11",str:12,rand:193},{id:"15595|690",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of the Tiger",p:"inv_gauntlets_04",agi:8,str:8,rand:690},{id:"15595|1200",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of the Bear",p:"inv_gauntlets_04",sta:8,str:8,rand:1200},{id:"15595|193",type:"Mail",slot:"hands",r:34,q:"2",i:"39",name:"Steadfast Gloves of Strength",p:"inv_gauntlets_04",str:12,rand:193},{id:"15605|693",type:"Mail",slot:"hands",r:37,q:"2",i:"42",name:"Ancient Gauntlets of the Tiger",p:"inv_gauntlets_16",agi:9,str:9,rand:693},{id:"15605|1203",type:"Mail",slot:"hands",r:37,q:"2",i:"42",name:"Ancient Gauntlets of the Bear",p:"inv_gauntlets_16",sta:9,str:9,rand:1203},{id:"15612|693",type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Bonelink Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:9,str:9,rand:693},{id:"15612|1203",type:"Mail",slot:"hands",r:39,q:"2",i:"44",name:"Bonelink Gauntlets of the Bear",p:"inv_gauntlets_29",sta:9,str:9,rand:1203},{id:"15625|696",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Gryphon Mail Gauntlets of the Tiger",p:"inv_gauntlets_10",agi:10,str:10,rand:696},{id:"15625|1206",type:"Mail",slot:"hands",r:42,q:"2",i:"47",name:"Gryphon Mail Gauntlets of the Bear",p:"inv_gauntlets_10",sta:10,str:10,rand:1206},{id:"15635|696",type:"Mail",slot:"hands",r:43,q:"2",i:"48",name:"Formidable Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:10,str:10,rand:696},{id:"15635|1206",type:"Mail",slot:"hands",r:43,q:"2",i:"48",name:"Formidable Gauntlets of the Bear",p:"inv_gauntlets_29",sta:10,str:10,rand:1206},{id:"15644|702",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Ironhide Gauntlets of the Tiger",p:"inv_gauntlets_22",agi:12,str:12,rand:702},{id:"15644|1212",type:"Mail",slot:"hands",r:47,q:"2",i:"52",name:"Ironhide Gauntlets of the Bear",p:"inv_gauntlets_22",sta:12,str:12,rand:1212},{id:"15653|702",type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Merciless Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:12,str:12,rand:702},{id:"15653|1212",type:"Mail",slot:"hands",r:48,q:"2",i:"53",name:"Merciless Gauntlets of the Bear",p:"inv_gauntlets_04",sta:12,str:12,rand:1212},{id:"15662|702",type:"Mail",slot:"hands",r:52,q:"2",i:"57",name:"Impenetrable Gauntlets of the Tiger",p:"inv_gauntlets_29",agi:12,str:12,rand:702},{id:"15662|1212",type:"Mail",slot:"hands",r:52,q:"2",i:"57",name:"Impenetrable Gauntlets of the Bear",p:"inv_gauntlets_29",sta:12,str:12,rand:1212},{id:"15672|705",type:"Mail",slot:"hands",r:55,q:"2",i:"60",name:"Magnificent Gauntlets of the Tiger",p:"inv_gauntlets_19",agi:13,str:13,rand:705},{id:"15672|1215",type:"Mail",slot:"hands",r:55,q:"2",i:"60",name:"Magnificent Gauntlets of the Bear",p:"inv_gauntlets_19",sta:13,str:13,rand:1215},{id:"15682|708",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Triumphant Gauntlets of the Tiger",p:"inv_gauntlets_04",agi:14,str:14,rand:708},{id:"15682|1218",type:"Mail",slot:"hands",r:58,q:"2",i:"63",name:"Triumphant Gauntlets of the Bear",p:"inv_gauntlets_04",sta:14,str:14,rand:1218},{id:15708,type:"Leather",slot:"hands",r:48,q:"2",i:"58",name:"Blight Leather Gloves",p:"inv_gauntlets_25",agi:13,str:8,sta:8},{id:15795,type:"Plate",slot:"hands",r:53,q:"2",i:"58",name:"Emerald Mist Gauntlets",p:"inv_gauntlets_30",str:12,sta:13},{id:15823,type:"Mail",slot:"hands",r:50,q:"2",i:"55",name:"Bricksteel Gauntlets",p:"inv_gauntlets_29",str:18},{id:16484,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"Marshal's Plate Gauntlets",p:"inv_gauntlets_29",str:20,sta:23,crit:1},{id:16548,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"General's Plate Gauntlets",p:"inv_gauntlets_10",str:20,sta:23,crit:1},{id:16978,type:"Mail",slot:"hands",r:22,q:"3",i:"27",name:"Warsong Gauntlets",p:"inv_gauntlets_15",str:10,sta:3},{id:16986,type:"Mail",slot:"hands",r:17,q:"2",i:"25",name:"Sandspire Gloves",p:"inv_gauntlets_09",str:5,sta:2},{id:17736,type:"Mail",slot:"hands",r:48,q:"3",i:"53",name:"Rockgrip Gauntlets",p:"inv_gauntlets_28",sta:10,ap:28},{id:17770,type:"Plate",slot:"hands",r:41,q:"2",i:"47",name:"Branchclaw Gauntlets",p:"inv_gauntlets_30",str:12},{id:18238,type:"Leather",slot:"hands",r:35,q:"3",i:"40",name:"Shadowskin Gloves",p:"inv_gauntlets_32",sta:6,crit:1},{id:18326,type:"Plate",slot:"hands",r:54,q:"3",i:"59",name:"Razor Gauntlets",p:"inv_gauntlets_31",str:8},{id:18344,type:"Leather",slot:"hands",r:54,q:"3",i:"59",name:"Stonebark Gauntlets",p:"inv_gauntlets_23",agi:10,sta:10,resist:{nature:16}},{id:18349,type:"Mail",slot:"hands",r:56,q:"2",i:"61",name:"Gauntlets of Accuracy",p:"inv_gauntlets_12",agi:15,hit:1},{id:18366,type:"Plate",slot:"hands",r:60,q:"3",i:"60",name:"Gordok's Handguards",p:"inv_gauntlets_09",str:10,sta:10,crit:1},{id:18377,type:"Leather",slot:"hands",r:57,q:"3",i:"62",name:"Quickdraw Gloves",p:"inv_gauntlets_21",agi:8,str:7,sta:7},{id:18383,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Force Imbued Gauntlets",p:"inv_gauntlets_09",sta:14,d:7},{id:18544,type:"Leather",slot:"hands",r:60,q:"4",i:"71",name:"Doomhide Gauntlets",p:"inv_gauntlets_22",agi:14,sta:14,resist:{fire:8,shadow:8},ap:42},{id:18722,type:"Plate",slot:"hands",r:57,q:"3",i:"62",name:"Death Grips",p:"inv_gauntlets_13",str:22},{id:18744,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Plaguebat Fur Gloves",p:"inv_gauntlets_18",agi:13,sta:14,resist:{shadow:10}},{id:19049,type:"Leather",slot:"hands",r:59,q:"3",i:"64",name:"Timbermaw Brawlers",p:"inv_gauntlets_26",str:23,sta:10},{id:19057,type:"Plate",slot:"hands",r:59,q:"3",i:"64",name:"Gloves of the Dawn",p:"inv_gauntlets_29",str:23,sta:10},{id:19126,type:"Plate",slot:"hands",r:45,q:"2",i:"49",name:"Slagplate Gauntlets",p:"inv_gauntlets_22",str:12,sta:7},{id:19157,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Chromatic Gauntlets",p:"inv_gauntlets_22",resist:{fire:5,nature:5,frost:5,shadow:5},ap:44,crit:1},{id:19164,type:"Plate",slot:"hands",r:60,q:"4",i:"70",name:"Dark Iron Gauntlets",p:"inv_gauntlets_22",agi:12,sta:16,resist:{fire:28}},{id:19686,type:"Leather",slot:"hands",r:60,q:"3",i:"65",name:"Primal Batskin Gloves",p:"inv_gauntlets_31",agi:10,sta:9,hit:2},{id:19692,type:"Mail",slot:"hands",r:60,q:"3",i:"65",name:"Bloodsoul Gauntlets",p:"inv_gauntlets_31",agi:10,sta:17,crit:1},{id:20369,type:"Mail",slot:"hands",r:50,q:"3",i:"52",name:"Azurite Fists",p:"inv_gauntlets_30",agi:6,sta:7},{id:20480,type:"Mail",slot:"hands",r:57,q:"3",i:"62",name:"Spitfire Gauntlets",p:"inv_gauntlets_11",agi:12},{id:20630,type:"Plate",slot:"hands",r:60,q:"4",i:"72",name:"Gauntlets of the Shining Light",p:"inv_gauntlets_29",agi:12,str:15,sta:15},{id:20650,type:"Plate",slot:"hands",r:60,q:"2",i:"60",name:"Desert Wind Gauntlets",p:"inv_gauntlets_28",str:11,sta:10,d:6},{id:20712,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Wastewalker's Gauntlets",p:"inv_gauntlets_11",agi:10,str:10,sta:10},{id:20713,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Desertstalkers's Gauntlets",p:"inv_gauntlets_11",agi:16,sta:15},{id:21278,type:"Leather",slot:"hands",r:57,q:"3",i:"62",name:"Stormshroud Gloves",p:"inv_gauntlets_05",crit:1,hit:1},{id:21319,type:"Leather",slot:"hands",r:45,q:"2",i:"58",name:"Gloves of the Pathfinder",p:"inv_gauntlets_21",agi:12,str:13},{id:22194,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Black Grasp of the Destroyer",p:"inv_gauntlets_31",ap:28,crit:1},{id:22343,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Handguards of Savagery",p:"inv_gauntlets_11",sta:10,ap:38},{id:22410,type:"Mail",slot:"hands",r:58,q:"3",i:"63",name:"Gauntlets of Deftness",p:"inv_gauntlets_11",agi:23,sta:10},{id:22421,type:"Plate",slot:"hands",r:60,q:"4",i:"88",name:"Dreadnaught Gauntlets",p:"inv_gauntlets_28",str:17,sta:27,d:9,block:21},{id:22662,type:"Leather",slot:"hands",r:60,q:"4",i:"80",name:"Polar Gloves",p:"inv_gauntlets_06",agi:18,sta:18,resist:{frost:30}},{id:22666,type:"Mail",slot:"hands",r:60,q:"4",i:"80",name:"Icy Scale Gauntlets",p:"inv_gauntlets_28",sta:22,resist:{frost:30},ap:22},{id:22670,type:"Plate",slot:"hands",r:60,q:"4",i:"80",name:"Icebane Gauntlets",p:"inv_gauntlets_28",str:9,sta:18,resist:{frost:32},d:5},{id:22763,type:"Plate",slot:"hands",r:60,q:"3",i:"70",name:"Ironvine Gloves",p:"inv_gauntlets_29",sta:10,resist:{nature:20},d:10},{id:23078,type:"Plate",slot:"hands",r:50,q:"3",i:"63",name:"Gauntlets of Undead Slaying",p:"inv_gauntlets_29",sta:15,ap:60},{id:23081,type:"Leather",slot:"hands",r:50,q:"3",i:"63",name:"Handwraps of Undead Slaying",p:"inv_gauntlets_06",sta:15,ap:60},{id:23082,type:"Mail",slot:"hands",r:50,q:"3",i:"63",name:"Handguards of Undead Slaying",p:"inv_gauntlets_11",sta:15,ap:60},{id:23170,type:"Mail",slot:"hands",r:30,q:"3",i:"35",name:"The Frozen Clutch",p:"inv_gauntlets_11",sta:10,ap:20},{id:209527,type:"Leather",slot:"hands",r:25,q:"3",i:"30",name:"Naga Battle Gauntlets",p:"inv_gauntlets_13",str:6,sta:4},{id:209568,type:"Mail",slot:"hands",r:25,q:"3",i:"30",name:"Algae Gauntlets",p:"inv_gauntlets_10",agi:3,str:10,sta:4},{id:211423,type:"Leather",slot:"hands",r:25,q:"4",i:"30",name:"Void-Touched Leather Gloves",p:"inv_gauntlets_24",agi:6,sta:6,hit:1},{id:213278,type:"FistMace",slot:"hands",r:40,q:"3",i:"45",name:"Bonk-Maestro's Handguards",p:"inv_gauntlets_26",agi:10,sta:11,skill:3},{id:213288,type:"Plate",slot:"hands",r:40,q:"3",i:"45",name:"Grubbis Grubby Gauntlets",p:"inv_gauntlets_17",str:9,sta:5,crit:1},{id:213319,type:"Leather",slot:"hands",r:40,q:"3",i:"45",name:"Machinist's Gloves",p:"inv_gauntlets_23",agi:6,sta:7,hit:1,ap:30},{id:213320,type:"Mail",slot:"hands",r:40,q:"3",i:"45",name:"Fingers of Arcane Accuracy",p:"inv_gauntlets_10",agi:6,sta:7,hit:1},{id:213391,type:"Plate",slot:"hands",r:40,q:"4",i:"45",name:"UNUSED Electrified Mithril Gauntlets",p:"inv_gauntlets_29",str:16,sta:7},{id:217273,type:"Mail",slot:"hands",r:36,q:"2",i:"41",name:"Golden Scale Gauntlets",p:"inv_gauntlets_29",str:11},{id:220540,type:"Plate",slot:"hands",r:50,q:"3",i:"55",name:"Corruption Laden Handguards",p:"inv_gauntlets_04",str:15,sta:5,crit:1},{id:220541,type:"Plate",slot:"hands",r:50,q:"3",i:"55",name:"Disease-Ridden Plate Fists",p:"inv_gauntlets_04",str:15,sta:10,hit:1},{id:220542,type:"Mail",slot:"hands",r:50,q:"3",i:"55",name:"Polluted Murkwater Gauntlets",p:"inv_gauntlets_11",str:16,sta:13},{id:220544,type:"Leather",slot:"hands",r:50,q:"3",i:"55",name:"Bloodflare Talons",p:"inv_gauntlets_19",hit:1},{id:220545,type:"Leather",slot:"hands",r:50,q:"3",i:"55",name:"Foul Smelling Fighter's Gloves",p:"inv_gauntlets_15",agi:12,sta:10,hit:1},{id:220806,type:"Plate",slot:"hands",r:50,q:"3",i:"51",name:"Sergeant Major's Plate Gauntlets",p:"inv_gauntlets_03",str:14,sta:15},{id:220807,type:"Plate",slot:"hands",r:50,q:"3",i:"51",name:"First Sergeant's Plate Gauntlets",p:"inv_gauntlets_03",str:14,sta:15},{id:221378,type:"Plate",slot:"hands",r:50,q:"3",i:"50",name:"Emerald Dream Gauntlets",p:"inv_gauntlets_04",str:13,sta:14},{id:226486,type:"Plate",slot:"hands",r:60,q:"4",i:"66",name:"Gauntlets of Might",p:"inv_gauntlets_10",agi:8,str:22,sta:17,resist:{fire:7},hit:1,block:10},{id:226497,type:"Plate",slot:"hands",r:60,q:"4",i:"66",name:"Hands of Might",p:"inv_gauntlets_10",str:25,sta:15,resist:{fire:7},hit:1},{id:226771,type:"Plate",slot:"hands",r:54,q:"3",i:"59",name:"Gauntlets of Valor",p:"inv_gauntlets_26",agi:11,str:18,sta:7},{id:226861,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Gauntlets of Heroism",p:"inv_gauntlets_26",str:19,sta:14,crit:1},{id:226870,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Handguards of Heroism",p:"inv_gauntlets_26",str:12,sta:18,d:4},{id:226878,type:"Plate",slot:"hands",r:0,q:"4",i:"55",name:"Gloves of Heroism",p:"inv_gauntlets_26",str:18,sta:12,crit:1},{id:227050,type:"Plate",slot:"hands",r:60,q:"3",i:"66",name:"Blood Guard's Plate Gauntlets",p:"inv_gauntlets_26",str:17,sta:17},{id:227053,type:"Plate",slot:"hands",r:60,q:"3",i:"66",name:"Knight-Lieutenant's Plate Gauntlets",p:"inv_gauntlets_26",str:17,sta:17},{id:227809,type:"Leather",slot:"hands",r:59,q:"3",i:"64",name:"Studded Timbermaw Brawlers",p:"inv_gauntlets_26",str:23,sta:10},{id:227817,type:"Plate",slot:"hands",r:59,q:"3",i:"64",name:"Radiant Gloves of the Dawn",p:"inv_gauntlets_29",str:23,sta:10},{id:227835,type:"Plate",slot:"hands",r:60,q:"4",i:"70",name:"Tempered Dark Iron Gauntlets",p:"inv_gauntlets_22",agi:12,sta:16,resist:{fire:28}},{id:227838,type:"Mail",slot:"hands",r:60,q:"4",i:"70",name:"Shining Chromatic Gauntlets",p:"inv_gauntlets_22",resist:{fire:5,nature:5,frost:5,shadow:5},ap:44,crit:1},{id:227848,type:"Leather",slot:"hands",r:53,q:"3",i:"58",name:"Devilcore Gauntlets",p:"inv_gauntlets_26",sta:9,ap:28,crit:1},{id:227865,type:"Plate",slot:"hands",r:53,q:"3",i:"58",name:"Fiery Plate Gauntlets of the Hidden Technique",p:"inv_gauntlets_03",resist:{fire:10},proc:{magic:!0,dmg:4}},{id:227885,type:"Plate",slot:"hands",r:57,q:"4",i:"62",name:"Stronger-hold Gauntlets",p:"inv_gauntlets_30",sta:12,crit:1},{id:227961,type:"Mail",slot:"hands",r:52,q:"3",i:"57",name:"Savage Gladiator Grips",p:"inv_gauntlets_04",agi:9,str:5,sta:14},{id:227971,type:"Mail",slot:"hands",r:53,q:"3",i:"58",name:"Molten Fists",p:"inv_gauntlets_04",agi:10,sta:11,resist:{fire:10}},{id:228006,type:"Plate",slot:"hands",r:56,q:"3",i:"61",name:"Deathbone Gauntlets",p:"inv_gauntlets_28",sta:14,d:10},{id:228007,type:"Leather",slot:"hands",r:56,q:"3",i:"61",name:"Gargoyle Slashers",p:"inv_gauntlets_09",agi:5,str:10,sta:12,crit:1},{id:228020,type:"Mail",slot:"hands",r:56,q:"3",i:"61",name:"Bloodmail Gauntlets",p:"inv_gauntlets_26",str:9,sta:10,crit:1},{id:228257,type:"Dagger",slot:"hands",r:60,q:"4",i:"71",name:"Aged Core Leather Gloves",p:"inv_gauntlets_23",str:15,sta:15,resist:{fire:10},crit:1,skill:3},{id:228260,type:"Plate",slot:"hands",r:60,q:"4",i:"71",name:"Flameguard Gauntlets",p:"inv_gauntlets_26",sta:14,crit:1,ap:58},{id:"213319a",type:"Leather",slot:"hands",r:40,q:"3",i:"45",name:"Machinist's Gloves (no AP)",agi:6,sta:7,hit:1,p:"inv_gauntlets_23"},{id:"9640|1563",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of Power",p:"inv_gauntlets_26",ap:48,rand:1563},{id:"9640|700",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (12 agi)",p:"inv_gauntlets_26",ap:14,agi:12,str:11,rand:700},{id:"9640|701",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (12 str)",p:"inv_gauntlets_26",ap:14,agi:11,str:12,rand:701},{id:"9640|699",type:"Plate",slot:"hands",r:43,q:"3",i:"48",name:"Vice Grips of the Tigre (11 / 11)",p:"inv_gauntlets_26",ap:14,agi:11,str:11,rand:699}],waist:[{id:832,type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Silver Defias Belt",p:"inv_belt_03",str:2,sta:2},{id:1215,type:"Leather",slot:"waist",r:17,q:"2",i:"22",name:"Support Girdle",p:"inv_belt_09",str:4,sta:3},{id:2899,type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Wendigo Collar",p:"inv_belt_01",str:3},{id:3429,type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Guardsman Belt",p:"inv_belt_04",agi:4,sta:4},{id:3562,type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Belt of Vindication",p:"inv_belt_05",agi:4,sta:2},{id:3758,type:"Mail",slot:"waist",r:26,q:"2",i:"33",name:"Crusader Belt",p:"inv_belt_06",str:7,sta:6},{id:4249,type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Dark Leather Belt",p:"inv_belt_03",agi:4,sta:4},{id:4257,type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Green Leather Belt",p:"inv_belt_17",agi:6},{id:4264,type:"Leather",slot:"waist",r:35,q:"2",i:"40",name:"Barbaric Belt",p:"inv_belt_09",str:11},{id:4456,type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Raptor Hide Belt",p:"inv_belt_02",str:6,sta:6},{id:4697,type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Burnished Girdle",p:"inv_belt_34",str:4,sta:2},{id:4707,type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Lambent Scale Girdle",p:"inv_belt_04",str:5,sta:4},{id:4712,type:"Mail",slot:"waist",r:24,q:"2",i:"29",name:"Glimmering Mail Girdle",p:"inv_belt_32",str:7,sta:2},{id:4717,type:"Mail",slot:"waist",r:29,q:"2",i:"34",name:"Mail Combat Belt",p:"inv_belt_09",str:7,sta:6},{id:4727,type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Chief Brigadier Girdle",p:"inv_belt_16",str:10,sta:3},{id:4738,type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Imperial Leather Belt",p:"inv_belt_12",str:11,sta:4},{id:5328,type:"Mail",slot:"waist",r:9,q:"2",i:"15",name:"Cinched Belt",p:"inv_belt_03",str:2,sta:2},{id:5425,type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Runescale Girdle",p:"inv_belt_03",str:5},{id:5609,type:"Leather",slot:"waist",r:10,q:"2",i:"22",name:"Steadfast Cinch",p:"inv_belt_03",str:4,sta:3},{id:5750,type:"Mail",slot:"waist",r:18,q:"2",i:"23",name:"Warchief's Girdle",p:"inv_belt_03",str:5,sta:2},{id:5780,type:"Leather",slot:"waist",r:13,q:"2",i:"18",name:"Murloc Scale Belt",p:"inv_belt_02",agi:3,str:2},{id:5975,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Ruffian Belt",p:"inv_belt_03",str:6},{id:6200,type:"Mail",slot:"waist",r:24,q:"2",i:"29",name:"Garneg's War Belt",p:"inv_belt_09",str:7,sta:2},{id:6382,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Forest Leather Belt",p:"inv_belt_03",str:4,sta:4},{id:6398,type:"Leather",slot:"waist",r:24,q:"2",i:"29",name:"Emblazoned Belt",p:"inv_belt_11",str:7,sta:3},{id:6421,type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Glyphed Belt",p:"inv_belt_15",agi:6,sta:6},{id:6425,type:"Mail",slot:"waist",r:39,q:"2",i:"44",name:"Blackforge Girdle",p:"inv_belt_26",agi:9,sta:9},{id:6460,type:"Mail",slot:"waist",r:19,q:"3",i:30,name:"Cobrahn's Grasp",p:"inv_belt_03",agi:3,str:8},{id:6468,type:"Leather",slot:"waist",r:18,q:"3",i:"23",name:"Deviate Scale Belt",p:"inv_belt_09",agi:5,sta:6},{id:"6548|675",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of the Tiger",p:"inv_belt_25",agi:3,str:3,rand:675},{id:"6548|1185",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of the Bear",p:"inv_belt_25",sta:3,str:3,rand:1185},{id:"6548|97",type:"Mail",slot:"waist",r:11,q:"2",i:"16",name:"Soldier's Girdle of Strength",p:"inv_belt_25",str:4,rand:97},{id:"6558|672",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Bard's Belt of the Tiger",p:"inv_belt_03",agi:2,str:2,rand:672},{id:"6558|1182",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Bard's Belt of the Bear",p:"inv_belt_03",sta:2,str:2,rand:1182},{id:"6576|678",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of the Tiger",p:"inv_belt_22",agi:4,str:4,rand:678},{id:"6576|1188",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of the Bear",p:"inv_belt_22",sta:4,str:4,rand:1188},{id:"6576|136",type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Defender Girdle of Strength",p:"inv_belt_22",str:6,rand:136},{id:"6581|675",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of the Tiger",p:"inv_belt_16",agi:3,str:3,rand:675},{id:"6581|1185",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of the Bear",p:"inv_belt_16",sta:3,str:3,rand:1185},{id:"6581|136",type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Scouting Belt of Strength",p:"inv_belt_16",str:6,rand:136},{id:"6594|684",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of the Tiger",p:"inv_belt_11",agi:6,str:6,rand:684},{id:"6594|1194",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of the Bear",p:"inv_belt_11",sta:6,str:6,rand:1194},{id:"6594|189",type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Battleforge Girdle of Strength",p:"inv_belt_11",str:8,rand:189},{id:"6600|681",type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Dervish Belt of the Tiger",p:"inv_belt_25",agi:5,str:5,rand:681},{id:"6600|1191",type:"Leather",slot:"waist",r:22,q:"2",i:"27",name:"Dervish Belt of the Bear",p:"inv_belt_25",sta:5,str:5,rand:1191},{id:6719,type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Windborne Belt",p:"inv_belt_15",agi:6,sta:5},{id:6742,type:"Mail",slot:"waist",r:29,q:"3",i:"36",name:"Stonefist Girdle",p:"inv_belt_35",str:6,sta:5},{id:6788,type:"Leather",slot:"waist",r:30,q:"2",i:"42",name:"Magram Hunter's Belt",p:"inv_belt_11",agi:8,sta:9},{id:7107,type:"Mail",slot:"waist",r:20,q:"2",i:"33",name:"Belt of the Stars",p:"inv_belt_06",str:6,sta:6},{id:7387,type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Dusky Belt",p:"inv_belt_06",agi:8,sta:8},{id:"7406|684",type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Infiltrator Cord of the Tiger",p:"inv_belt_03",agi:6,str:6,rand:684},{id:"7406|1194",type:"Leather",slot:"waist",r:27,q:"2",i:"32",name:"Infiltrator Cord of the Bear",p:"inv_belt_03",sta:6,str:6,rand:1194},{id:"7422|684",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of the Tiger",p:"inv_belt_05",agi:6,str:6,rand:684},{id:"7422|1194",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of the Bear",p:"inv_belt_05",sta:6,str:6,rand:1194},{id:"7422|190",type:"Mail",slot:"waist",r:27,q:"2",i:"32",name:"Phalanx Girdle of Strength",p:"inv_belt_05",str:9,rand:190},{id:"7448|687",type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Sentinel Girdle of the Tiger",p:"inv_belt_04",agi:7,str:7,rand:687},{id:"7448|1197",type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Sentinel Girdle of the Bear",p:"inv_belt_04",sta:7,str:7,rand:1197},{id:"7462|690",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of the Tiger",p:"inv_belt_26",agi:8,str:8,rand:690},{id:"7462|1200",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of the Bear",p:"inv_belt_26",sta:8,str:8,rand:1200},{id:"7462|193",type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Knight's Girdle of Strength",p:"inv_belt_26",str:12,rand:193},{id:"7485|693",type:"Leather",slot:"waist",r:36,q:"2",i:"41",name:"Ranger Cord of the Tiger",p:"inv_belt_17",agi:9,str:9,rand:693},{id:"7485|1203",type:"Leather",slot:"waist",r:36,q:"2",i:"41",name:"Ranger Cord of the Bear",p:"inv_belt_17",sta:9,str:9,rand:1203},{id:"7494|693",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Captain's Waistguard of the Tiger",p:"inv_belt_25",agi:9,str:9,rand:693},{id:"7494|1203",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Captain's Waistguard of the Bear",p:"inv_belt_25",sta:9,str:9,rand:1203},{id:"7535|696",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Cabalist Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"7535|1206",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Cabalist Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"7546|696",type:"Mail",slot:"waist",r:41,q:"2",i:"46",name:"Champion's Girdle of the Tiger",p:"inv_belt_04",agi:10,str:10,rand:696},{id:"7546|1206",type:"Mail",slot:"waist",r:41,q:"2",i:"46",name:"Champion's Girdle of the Bear",p:"inv_belt_04",sta:10,str:10,rand:1206},{id:8116,type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Heraldic Belt",p:"inv_belt_12",str:10,sta:10},{id:8140,type:"Plate",slot:"waist",r:40,q:"2",i:"43",name:"Chromite Girdle",p:"inv_belt_14",str:9,sta:9},{id:8159,type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Jouster's Girdle",p:"inv_belt_22",str:10,sta:4},{id:8277,type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Valorous Girdle",p:"inv_belt_19",str:13,sta:3},{id:8315,type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Alabaster Plate Girdle",p:"inv_belt_18",str:15,sta:4},{id:"9288|693",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of the Tiger",p:"inv_belt_03",agi:9,str:9,rand:693},{id:"9288|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of the Bear",p:"inv_belt_03",sta:9,str:9,rand:1203},{id:"9288|219",type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Field Plate Girdle of Strength",p:"inv_belt_03",str:13,rand:219},{id:9405,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Girdle of Golem Strength",p:"inv_belt_27",str:12,d:3},{id:9657,type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Vinehedge Cinch",p:"inv_belt_17",str:14,sta:3},{id:9687,type:"Leather",slot:"waist",r:30,q:"2",i:"33",name:"Grappler's Belt",p:"inv_belt_17",str:7,sta:5},{id:9705,type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Tharg's Shoelace",p:"inv_belt_02",str:13},{id:"9775|675",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of the Tiger",p:"inv_belt_03",agi:3,str:3,rand:675},{id:"9775|1185",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of the Bear",p:"inv_belt_03",sta:3,str:3,rand:1185},{id:"9775|136",type:"Leather",slot:"waist",r:14,q:"2",i:"19",name:"Bandit Cinch of Strength",p:"inv_belt_03",str:6,rand:136},{id:"9788|675",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of the Tiger",p:"inv_belt_11",agi:3,str:3,rand:675},{id:"9788|1185",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of the Bear",p:"inv_belt_11",sta:3,str:3,rand:1185},{id:"9788|97",type:"Mail",slot:"waist",r:13,q:"2",i:"18",name:"Raider's Belt of Strength",p:"inv_belt_11",str:4,rand:97},{id:"9801|681",type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Superior Belt of the Tiger",p:"inv_belt_02",agi:5,str:5,rand:681},{id:"9801|1191",type:"Leather",slot:"waist",r:20,q:"2",i:"25",name:"Superior Belt of the Bear",p:"inv_belt_02",sta:5,str:5,rand:1191},{id:"9814|678",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of the Tiger",p:"inv_belt_04",agi:4,str:4,rand:678},{id:"9814|1188",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of the Bear",p:"inv_belt_04",sta:4,str:4,rand:1188},{id:"9814|136",type:"Mail",slot:"waist",r:19,q:"2",i:"24",name:"Fortified Belt of Strength",p:"inv_belt_04",str:6,rand:136},{id:"9827|684",type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Scaled Leather Belt of the Tiger",p:"inv_belt_09",agi:6,str:6,rand:684},{id:"9827|1194",type:"Leather",slot:"waist",r:25,q:"2",i:"30",name:"Scaled Leather Belt of the Bear",p:"inv_belt_09",sta:6,str:6,rand:1194},{id:"9840|684",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of the Tiger",p:"inv_belt_06",agi:6,str:6,rand:684},{id:"9840|1194",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of the Bear",p:"inv_belt_06",sta:6,str:6,rand:1194},{id:"9840|190",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Banded Girdle of Strength",p:"inv_belt_06",str:9,rand:190},{id:"9855|687",type:"Leather",slot:"waist",r:30,q:"2",i:"35",name:"Archer's Belt of the Tiger",p:"inv_belt_03",agi:7,str:7,rand:687},{id:"9855|1197",type:"Leather",slot:"waist",r:30,q:"2",i:"35",name:"Archer's Belt of the Bear",p:"inv_belt_03",sta:7,str:7,rand:1197},{id:"9869|687",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of the Tiger",p:"inv_belt_26",agi:7,str:7,rand:687},{id:"9869|1197",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of the Bear",p:"inv_belt_26",sta:7,str:7,rand:1197},{id:"9869|192",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Renegade Belt of Strength",p:"inv_belt_26",str:11,rand:192},{id:"9891|690",type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Huntsman's Belt of the Tiger",p:"inv_belt_17",agi:8,str:8,rand:690},{id:"9891|1200",type:"Leather",slot:"waist",r:34,q:"2",i:"39",name:"Huntsman's Belt of the Bear",p:"inv_belt_17",sta:8,str:8,rand:1200},{id:"9901|693",type:"Mail",slot:"waist",r:35,q:"2",i:"40",name:"Jazeraint Belt of the Tiger",p:"inv_belt_27",agi:9,str:9,rand:693},{id:"9901|1203",type:"Mail",slot:"waist",r:35,q:"2",i:"40",name:"Jazeraint Belt of the Bear",p:"inv_belt_27",sta:9,str:9,rand:1203},{id:"9916|693",type:"Leather",slot:"waist",r:39,q:"2",i:"44",name:"Tracker's Belt of the Tiger",p:"inv_belt_17",agi:9,str:9,rand:693},{id:"9916|1203",type:"Leather",slot:"waist",r:39,q:"2",i:"44",name:"Tracker's Belt of the Bear",p:"inv_belt_17",sta:9,str:9,rand:1203},{id:"9931|693",type:"Mail",slot:"waist",r:38,q:"2",i:"43",name:"Brigade Girdle of the Tiger",p:"inv_belt_11",agi:9,str:9,rand:693},{id:"9931|1203",type:"Mail",slot:"waist",r:38,q:"2",i:"43",name:"Brigade Girdle of the Bear",p:"inv_belt_11",sta:9,str:9,rand:1203},{id:"9947|696",type:"Leather",slot:"waist",r:43,q:"2",i:"48",name:"Chieftain's Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"9947|1206",type:"Leather",slot:"waist",r:43,q:"2",i:"48",name:"Chieftain's Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"9961|696",type:"Mail",slot:"waist",r:42,q:"2",i:"47",name:"Warmonger's Belt of the Tiger",p:"inv_belt_08",agi:10,str:10,rand:696},{id:"9961|1206",type:"Mail",slot:"waist",r:42,q:"2",i:"47",name:"Warmonger's Belt of the Bear",p:"inv_belt_08",sta:10,str:10,rand:1206},{id:"9968|693",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of the Tiger",p:"inv_belt_11",agi:9,str:9,rand:693},{id:"9968|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of the Bear",p:"inv_belt_11",sta:9,str:9,rand:1203},{id:"9968|219",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Embossed Plate Girdle of Strength",p:"inv_belt_11",str:13,rand:219},{id:"10067|699",type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Righteous Waistguard of the Tiger",p:"inv_belt_16",agi:11,str:11,rand:699},{id:"10067|1209",type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Righteous Waistguard of the Bear",p:"inv_belt_16",sta:11,str:11,rand:1209},{id:"10081|699",type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Lord's Girdle of the Tiger",p:"inv_belt_35",agi:11,str:11,rand:699},{id:"10081|1209",type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Lord's Girdle of the Bear",p:"inv_belt_35",sta:11,str:11,rand:1209},{id:"10088|693",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of the Tiger",p:"inv_belt_13",agi:9,str:9,rand:693},{id:"10088|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of the Bear",p:"inv_belt_13",sta:9,str:9,rand:1203},{id:"10088|220",type:"Plate",slot:"waist",r:40,q:"2",i:"45",name:"Gothic Plate Girdle of Strength",p:"inv_belt_13",str:14,rand:220},{id:"10109|702",type:"Leather",slot:"waist",r:49,q:"2",i:"54",name:"Wanderer's Belt of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"10109|1212",type:"Leather",slot:"waist",r:49,q:"2",i:"54",name:"Wanderer's Belt of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"10122|702",type:"Mail",slot:"waist",r:50,q:"2",i:"55",name:"Ornate Girdle of the Tiger",p:"inv_belt_07",agi:12,str:12,rand:702},{id:"10122|1212",type:"Mail",slot:"waist",r:50,q:"2",i:"55",name:"Ornate Girdle of the Bear",p:"inv_belt_07",sta:12,str:12,rand:1212},{id:"10130|699",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of the Tiger",p:"inv_belt_30",agi:11,str:11,rand:699},{id:"10130|1209",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of the Bear",p:"inv_belt_30",sta:11,str:11,rand:1209},{id:"10130|308",type:"Plate",slot:"waist",r:45,q:"2",i:"50",name:"Revenant Girdle of Strength",p:"inv_belt_30",str:16,rand:308},{id:"10145|705",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of the Tiger",p:"inv_belt_12",agi:13,str:13,rand:705},{id:"10145|1215",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of the Bear",p:"inv_belt_12",sta:13,str:13,rand:1215},{id:"10145|312",type:"Leather",slot:"waist",r:54,q:"2",i:"59",name:"Mighty Girdle of Strength",p:"inv_belt_12",str:20,rand:312},{id:"10154|708",type:"Mail",slot:"waist",r:56,q:"2",i:"61",name:"Mercurial Girdle of the Tiger",p:"inv_belt_11",agi:14,str:14,rand:708},{id:"10154|1218",type:"Mail",slot:"waist",r:56,q:"2",i:"61",name:"Mercurial Girdle of the Bear",p:"inv_belt_11",sta:14,str:14,rand:1218},{id:"10166|702",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of the Tiger",p:"inv_belt_32",agi:12,str:12,rand:702},{id:"10166|1212",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of the Bear",p:"inv_belt_32",sta:12,str:12,rand:1212},{id:"10166|309",type:"Plate",slot:"waist",r:49,q:"2",i:"54",name:"Templar Girdle of Strength",p:"inv_belt_32",str:17,rand:309},{id:"10190|702",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Swashbuckler's Belt of the Tiger",p:"inv_belt_13",agi:12,str:12,rand:702},{id:"10190|1212",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Swashbuckler's Belt of the Bear",p:"inv_belt_13",sta:12,str:12,rand:1212},{id:"10197|702",type:"Mail",slot:"waist",r:47,q:"2",i:"52",name:"Crusader's Belt of the Tiger",p:"inv_belt_04",agi:12,str:12,rand:702},{id:"10197|1212",type:"Mail",slot:"waist",r:47,q:"2",i:"52",name:"Crusader's Belt of the Bear",p:"inv_belt_04",sta:12,str:12,rand:1212},{id:"10206|696",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of the Tiger",p:"inv_belt_06",agi:10,str:10,rand:696},{id:"10206|1206",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of the Bear",p:"inv_belt_06",sta:10,str:10,rand:1206},{id:"10206|307",type:"Plate",slot:"waist",r:43,q:"2",i:"48",name:"Overlord's Girdle of Strength",p:"inv_belt_06",str:15,rand:307},{id:"10221|705",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of the Tiger",p:"inv_belt_12",agi:13,str:13,rand:705},{id:"10221|1215",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of the Bear",p:"inv_belt_12",sta:13,str:13,rand:1215},{id:"10221|312",type:"Leather",slot:"waist",r:53,q:"2",i:"58",name:"Nightshade Girdle of Strength",p:"inv_belt_12",str:20,rand:312},{id:"10233|702",type:"Mail",slot:"waist",r:52,q:"2",i:"57",name:"Engraved Girdle of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"10233|1212",type:"Mail",slot:"waist",r:52,q:"2",i:"57",name:"Engraved Girdle of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"10243|699",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of the Tiger",p:"inv_belt_10",agi:11,str:11,rand:699},{id:"10243|1209",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of the Bear",p:"inv_belt_10",sta:11,str:11,rand:1209},{id:"10243|308",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"Heavy Lamellar Girdle of Strength",p:"inv_belt_10",str:16,rand:308},{id:"10259|708",type:"Leather",slot:"waist",r:57,q:"2",i:"62",name:"Adventurer's Belt of the Tiger",p:"inv_belt_06",agi:14,str:14,rand:708},{id:"10259|1218",type:"Leather",slot:"waist",r:57,q:"2",i:"62",name:"Adventurer's Belt of the Bear",p:"inv_belt_06",sta:14,str:14,rand:1218},{id:"10269|708",type:"Mail",slot:"waist",r:57,q:"2",i:"62",name:"Masterwork Girdle of the Tiger",p:"inv_belt_11",agi:14,str:14,rand:708},{id:"10269|1218",type:"Mail",slot:"waist",r:57,q:"2",i:"62",name:"Masterwork Girdle of the Bear",p:"inv_belt_11",sta:14,str:14,rand:1218},{id:"10278|702",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of the Tiger",p:"inv_belt_04",agi:12,str:12,rand:702},{id:"10278|1212",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of the Bear",p:"inv_belt_04",sta:12,str:12,rand:1212},{id:"10278|310",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Emerald Girdle of Strength",p:"inv_belt_04",str:18,rand:310},{id:10329,type:"Mail",slot:"waist",r:32,q:"2",i:"37",name:"Scarlet Belt",p:"inv_belt_06",str:8,sta:7},{id:10370,type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Imbued Plate Girdle",p:"inv_belt_12",str:13,sta:12},{id:"10381|705",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of the Tiger",p:"inv_belt_13",agi:13,str:13,rand:705},{id:"10381|1215",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of the Bear",p:"inv_belt_13",sta:13,str:13,rand:1215},{id:"10381|312",type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Commander's Girdle of Strength",p:"inv_belt_13",str:20,rand:312},{id:"10387|708",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of the Tiger",p:"inv_belt_28",agi:14,str:14,rand:708},{id:"10387|1218",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of the Bear",p:"inv_belt_28",sta:14,str:14,rand:1218},{id:"10387|313",type:"Plate",slot:"waist",r:56,q:"2",i:"61",name:"Hyperion Girdle of Strength",p:"inv_belt_28",str:21,rand:313},{id:10403,type:"Leather",slot:"waist",r:17,q:"2",i:"22",name:"Blackened Defias Belt",p:"inv_belt_26",str:5},{id:10412,type:"Leather",slot:"waist",r:16,q:"2",i:"21",name:"Belt of the Fang",p:"inv_belt_30",agi:2,sta:3},{id:10706,type:"Mail",slot:"waist",r:38,q:"2",i:"47",name:"Nightscale Girdle",p:"inv_belt_33",str:14,sta:2},{id:10768,type:"Mail",slot:"waist",r:37,q:"3",i:"42",name:"Boar Champion's Belt",p:"inv_belt_11",str:15,sta:6},{id:"10788|702",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of the Tiger",p:"inv_belt_15",agi:12,str:12,rand:702},{id:"10788|1212",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of the Bear",p:"inv_belt_15",sta:12,str:12,rand:1212},{id:"10788|309",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Atal'ai Girdle of Strength",p:"inv_belt_15",str:17,rand:309},{id:10798,type:"Plate",slot:"waist",r:46,q:"3",i:"51",name:"Atal'alarion's Tusk Ring",p:"inv_belt_15",str:18,sta:8},{id:11229,type:"Mail",slot:"waist",r:26,q:"2",i:"32",name:"Brightscale Girdle",p:"inv_belt_06",str:6,sta:6},{id:11686,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Girdle of Beastial Fury",p:"inv_belt_12",str:8,sta:10,ap:30},{id:11861,type:"Mail",slot:"waist",r:43,q:"2",i:"46",name:"Girdle of Reprisal",p:"inv_belt_27",str:12},{id:11866,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Nagmara's Whipping Belt",p:"inv_belt_11",str:8,sta:14},{id:12115,type:"Plate",slot:"waist",r:48,q:"2",i:"56",name:"Stalwart Clutch",p:"inv_belt_34",sta:12,d:8},{id:12257,type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Heavy Notched Belt",p:"inv_belt_34",str:10,sta:6},{id:12258,type:"Mail",slot:"waist",r:39,q:"2",i:"44",name:"Serpent Clasp Belt",p:"inv_belt_03",crit:1},{id:12424,type:"Plate",slot:"waist",r:47,q:"2",i:"53",name:"Imperial Plate Belt",p:"inv_belt_01",str:12,sta:11},{id:12634,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Chiselbrand Girdle",p:"inv_belt_13",sta:6,ap:44},{id:12978,type:"Mail",slot:"waist",r:15,q:"3",i:"20",name:"Stormbringer Belt",p:"inv_belt_15",str:5,sta:2},{id:13077,type:"Plate",slot:"waist",r:52,q:"3",i:"57",name:"Girdle of Uther",p:"inv_belt_32",agi:9,str:9,sta:10},{id:13117,type:"Leather",slot:"waist",r:37,q:"3",i:"42",name:"Ogron's Sash",p:"inv_belt_15",agi:9,str:9,sta:9},{id:13118,type:"Leather",slot:"waist",r:52,q:"3",i:"57",name:"Serpentine Sash",p:"inv_belt_25",agi:14,str:9,sta:14},{id:13134,type:"Mail",slot:"waist",r:44,q:"3",i:"49",name:"Belt of the Gladiator",p:"inv_belt_23",str:18,sta:7},{id:13142,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Brigam Girdle",p:"inv_belt_33",str:15,sta:16,hit:1},{id:13145,type:"Plate",slot:"waist",r:40,q:"3",i:"40",name:"Enormous Ogre Belt",p:"inv_belt_27",str:12,sta:5},{id:13252,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Cloudrunner Girdle",p:"inv_belt_10",agi:15,str:14},{id:13384,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Rainbow Girdle",p:"inv_belt_30",agi:9,str:10,sta:10},{id:"13387|706",type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Foresight Girdle of the Tiger",p:"inv_belt_21",agi:14,str:13,rand:706},{id:13502,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Handcrafted Mastersmith Girdle",p:"inv_belt_23",agi:10,str:11,sta:10},{id:13959,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Omokk's Girth Restrainer",p:"inv_belt_13",str:15,sta:9,crit:1},{id:13962,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Vosh'gajin's Strand",p:"inv_belt_15",str:9,sta:6,crit:1},{id:14502,type:"Leather",slot:"waist",r:57,q:"3",i:"62",name:"Frostbite Girdle",p:"inv_belt_10",agi:15,str:5,sta:15,resist:{frost:10}},{id:14567,type:"Leather",slot:"waist",r:18,q:"2",i:"23",name:"Bristlebark Belt",p:"inv_belt_03",agi:4,sta:4},{id:14578,type:"Leather",slot:"waist",r:24,q:"2",i:"29",name:"Dokebi Cord",p:"inv_belt_11",str:1},{id:14588,type:"Leather",slot:"waist",r:31,q:"2",i:"36",name:"Hawkeye's Cord",p:"inv_belt_09",agi:6,str:4,sta:6},{id:14598,type:"Leather",slot:"waist",r:35,q:"2",i:"40",name:"Warden's Waistband",p:"inv_belt_15",agi:8,sta:6},{id:14636,type:"Leather",slot:"waist",r:56,q:"3",i:"61",name:"Cadaverous Belt",p:"inv_belt_16",sta:12,ap:40},{id:14652,type:"Leather",slot:"waist",r:40,q:"2",i:"45",name:"Scorpashi Sash",p:"inv_belt_12",agi:10,str:4,sta:7},{id:14661,type:"Leather",slot:"waist",r:44,q:"2",i:"49",name:"Keeper's Cord",p:"inv_belt_12",str:6},{id:14674,type:"Leather",slot:"waist",r:50,q:"2",i:"55",name:"Pridelord Girdle",p:"inv_belt_12",agi:12,str:4,sta:8},{id:14725,type:"Mail",slot:"waist",r:12,q:"2",i:"17",name:"War Paint Waistband",p:"inv_belt_25",str:3},{id:14746,type:"Mail",slot:"waist",r:17,q:"2",i:"22",name:"Hulking Belt",p:"inv_belt_22",str:5},{id:14755,type:"Mail",slot:"waist",r:23,q:"2",i:"28",name:"Slayer's Sash",p:"inv_belt_13",str:6,sta:4},{id:14761,type:"Mail",slot:"waist",r:29,q:"2",i:"34",name:"Enduring Belt",p:"inv_belt_29",str:6,sta:3},{id:14773,type:"Mail",slot:"waist",r:34,q:"2",i:"39",name:"Ravager's Cord",p:"inv_belt_09",agi:4,str:6,sta:8},{id:14793,type:"Mail",slot:"waist",r:45,q:"2",i:"50",name:"Protector Waistband",p:"inv_belt_03",agi:10,sta:10},{id:14827,type:"Plate",slot:"waist",r:40,q:"2",i:"41",name:"Symbolic Belt",p:"inv_belt_31",agi:3,str:8},{id:14838,type:"Plate",slot:"waist",r:40,q:"2",i:"43",name:"Tyrant's Belt",p:"inv_belt_24",str:9},{id:14847,type:"Plate",slot:"waist",r:44,q:"2",i:"49",name:"Sunscale Belt",p:"inv_belt_19",str:10,sta:5},{id:14864,type:"Plate",slot:"waist",r:54,q:"2",i:"59",name:"Warleader's Belt",p:"inv_belt_22",str:6,sta:10},{id:"14898|693",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of the Tiger",p:"inv_belt_13",agi:9,str:9,rand:693},{id:"14898|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of the Bear",p:"inv_belt_13",sta:9,str:9,rand:1203},{id:"14898|219",type:"Plate",slot:"waist",r:40,q:"2",i:"40",name:"Saltstone Girdle of Strength",p:"inv_belt_13",str:13,rand:219},{id:"14906|693",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of the Tiger",p:"inv_belt_24",agi:9,str:9,rand:693},{id:"14906|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of the Bear",p:"inv_belt_24",sta:9,str:9,rand:1203},{id:"14906|220",type:"Plate",slot:"waist",r:40,q:"2",i:"44",name:"Brutish Belt of Strength",p:"inv_belt_24",str:14,rand:220},{id:"14918|696",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of the Tiger",p:"inv_belt_17",agi:10,str:10,rand:696},{id:"14918|1206",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of the Bear",p:"inv_belt_17",sta:10,str:10,rand:1206},{id:"14918|307",type:"Plate",slot:"waist",r:42,q:"2",i:"47",name:"Jade Belt of Strength",p:"inv_belt_17",str:15,rand:307},{id:"14927|702",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of the Tiger",p:"inv_belt_32",agi:12,str:12,rand:702},{id:"14927|1212",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of the Bear",p:"inv_belt_32",sta:12,str:12,rand:1212},{id:"14927|309",type:"Plate",slot:"waist",r:47,q:"2",i:"52",name:"Lofty Belt of Strength",p:"inv_belt_32",str:17,rand:309},{id:"14934|702",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"14934|1212",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"14934|310",type:"Plate",slot:"waist",r:52,q:"2",i:"57",name:"Heroic Girdle of Strength",p:"inv_belt_12",str:18,rand:310},{id:"14943|693",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of the Tiger",p:"inv_belt_14",agi:9,str:9,rand:693},{id:"14943|1203",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of the Bear",p:"inv_belt_14",sta:9,str:9,rand:1203},{id:"14943|219",type:"Plate",slot:"waist",r:40,q:"2",i:"42",name:"Warbringer's Belt of Strength",p:"inv_belt_14",str:13,rand:219},{id:"14950|696",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of the Tiger",p:"inv_belt_13",agi:10,str:10,rand:696},{id:"14950|1206",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of the Bear",p:"inv_belt_13",sta:10,str:10,rand:1206},{id:"14950|307",type:"Plate",slot:"waist",r:41,q:"2",i:"46",name:"Bloodforged Belt of Strength",p:"inv_belt_13",str:15,rand:307},{id:"14960|699",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of the Tiger",p:"inv_belt_29",agi:11,str:11,rand:699},{id:"14960|1209",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of the Bear",p:"inv_belt_29",sta:11,str:11,rand:1209},{id:"14960|308",type:"Plate",slot:"waist",r:46,q:"2",i:"51",name:"High Chief's Belt of Strength",p:"inv_belt_29",str:16,rand:308},{id:"14968|702",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"14968|1212",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"14968|310",type:"Plate",slot:"waist",r:50,q:"2",i:"55",name:"Glorious Belt of Strength",p:"inv_belt_11",str:18,rand:310},{id:"14977|705",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of the Tiger",p:"inv_belt_24",agi:13,str:13,rand:705},{id:"14977|1215",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of the Bear",p:"inv_belt_24",sta:13,str:13,rand:1215},{id:"14977|312",type:"Plate",slot:"waist",r:55,q:"2",i:"60",name:"Exalted Girdle of Strength",p:"inv_belt_24",str:20,rand:312},{id:"15011|672",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Lupine Cord of the Tiger",p:"inv_belt_03",agi:2,str:2,rand:672},{id:"15011|1182",type:"Leather",slot:"waist",r:10,q:"2",i:"15",name:"Lupine Cord of the Bear",p:"inv_belt_03",sta:2,str:2,rand:1182},{id:15088,type:"Leather",slot:"waist",r:55,q:"2",i:"60",name:"Wicked Leather Belt",p:"inv_belt_03",agi:14,sta:13},{id:"15110|675",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of the Tiger",p:"inv_belt_05",agi:3,str:3,rand:675},{id:"15110|1185",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of the Bear",p:"inv_belt_05",sta:3,str:3,rand:1185},{id:"15110|136",type:"Leather",slot:"waist",r:15,q:"2",i:"20",name:"Rigid Belt of Strength",p:"inv_belt_05",str:6,rand:136},{id:"15120|681",type:"Leather",slot:"waist",r:21,q:"2",i:"26",name:"Robust Girdle of the Tiger",p:"inv_belt_06",agi:5,str:5,rand:681},{id:"15120|1191",type:"Leather",slot:"waist",r:21,q:"2",i:"26",name:"Robust Girdle of the Bear",p:"inv_belt_06",sta:5,str:5,rand:1191},{id:"15136|684",type:"Leather",slot:"waist",r:26,q:"2",i:"31",name:"Cutthroat's Belt of the Tiger",p:"inv_belt_11",agi:6,str:6,rand:684},{id:"15136|1194",type:"Leather",slot:"waist",r:26,q:"2",i:"31",name:"Cutthroat's Belt of the Bear",p:"inv_belt_11",sta:6,str:6,rand:1194},{id:"15148|687",type:"Leather",slot:"waist",r:29,q:"2",i:"34",name:"Ghostwalker Belt of the Tiger",p:"inv_belt_04",agi:7,str:7,rand:687},{id:"15148|1197",type:"Leather",slot:"waist",r:29,q:"2",i:"34",name:"Ghostwalker Belt of the Bear",p:"inv_belt_04",sta:7,str:7,rand:1197},{id:"15154|690",type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Nocturnal Sash of the Tiger",p:"inv_belt_15",agi:8,str:8,rand:690},{id:"15154|1200",type:"Leather",slot:"waist",r:33,q:"2",i:"38",name:"Nocturnal Sash of the Bear",p:"inv_belt_15",sta:8,str:8,rand:1200},{id:"15161|693",type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Imposing Belt of the Tiger",p:"inv_belt_12",agi:9,str:9,rand:693},{id:"15161|1203",type:"Leather",slot:"waist",r:38,q:"2",i:"43",name:"Imposing Belt of the Bear",p:"inv_belt_12",sta:9,str:9,rand:1203},{id:"15178|696",type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Potent Belt of the Tiger",p:"inv_belt_16",agi:10,str:10,rand:696},{id:"15178|1206",type:"Leather",slot:"waist",r:42,q:"2",i:"47",name:"Potent Belt of the Bear",p:"inv_belt_16",sta:10,str:10,rand:1206},{id:"15180|702",type:"Leather",slot:"waist",r:48,q:"2",i:"53",name:"Praetorian Girdle of the Tiger",p:"inv_belt_11",agi:12,str:12,rand:702},{id:"15180|1212",type:"Leather",slot:"waist",r:48,q:"2",i:"53",name:"Praetorian Girdle of the Bear",p:"inv_belt_11",sta:12,str:12,rand:1212},{id:"15191|702",type:"Leather",slot:"waist",r:52,q:"2",i:"57",name:"Grand Belt of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"15191|1212",type:"Leather",slot:"waist",r:52,q:"2",i:"57",name:"Grand Belt of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"15308|675",type:"Leather",slot:"waist",r:12,q:"2",i:"17",name:"Feral Cord of the Tiger",p:"inv_belt_03",agi:3,str:3,rand:675},{id:"15308|1185",type:"Leather",slot:"waist",r:12,q:"2",i:"17",name:"Feral Cord of the Bear",p:"inv_belt_03",sta:3,str:3,rand:1185},{id:"15329|678",type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Wrangler's Belt of the Tiger",p:"inv_belt_16",agi:4,str:4,rand:678},{id:"15329|1188",type:"Leather",slot:"waist",r:19,q:"2",i:"24",name:"Wrangler's Belt of the Bear",p:"inv_belt_16",sta:4,str:4,rand:1188},{id:"15347|684",type:"Leather",slot:"waist",r:23,q:"2",i:"28",name:"Pathfinder Belt of the Tiger",p:"inv_belt_25",agi:6,str:6,rand:684},{id:"15347|1194",type:"Leather",slot:"waist",r:23,q:"2",i:"28",name:"Pathfinder Belt of the Bear",p:"inv_belt_25",sta:6,str:6,rand:1194},{id:"15349|684",type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Headhunter's Belt of the Tiger",p:"inv_belt_03",agi:6,str:6,rand:684},{id:"15349|1194",type:"Leather",slot:"waist",r:28,q:"2",i:"33",name:"Headhunter's Belt of the Bear",p:"inv_belt_03",sta:6,str:6,rand:1194},{id:"15361|690",type:"Leather",slot:"waist",r:32,q:"2",i:"37",name:"Trickster's Sash of the Tiger",p:"inv_belt_09",agi:8,str:8,rand:690},{id:"15361|1200",type:"Leather",slot:"waist",r:32,q:"2",i:"37",name:"Trickster's Sash of the Bear",p:"inv_belt_09",sta:8,str:8,rand:1200},{id:"15369|693",type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Wolf Rider's Belt of the Tiger",p:"inv_belt_02",agi:9,str:9,rand:693},{id:"15369|1203",type:"Leather",slot:"waist",r:37,q:"2",i:"42",name:"Wolf Rider's Belt of the Bear",p:"inv_belt_02",sta:9,str:9,rand:1203},{id:"15378|696",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Rageclaw Belt of the Tiger",p:"inv_belt_12",agi:10,str:10,rand:696},{id:"15378|1206",type:"Leather",slot:"waist",r:41,q:"2",i:"46",name:"Rageclaw Belt of the Bear",p:"inv_belt_12",sta:10,str:10,rand:1206},{id:"15388|702",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Jadefire Belt of the Tiger",p:"inv_belt_21",agi:12,str:12,rand:702},{id:"15388|1212",type:"Leather",slot:"waist",r:47,q:"2",i:"52",name:"Jadefire Belt of the Bear",p:"inv_belt_21",sta:12,str:12,rand:1212},{id:15404,type:"Mail",slot:"waist",r:15,q:"2",i:"18",name:"Breakwater Girdle",p:"inv_belt_10",agi:2,sta:3},{id:"15428|702",type:"Leather",slot:"waist",r:51,q:"2",i:"56",name:"Peerless Belt of the Tiger",p:"inv_belt_12",agi:12,str:12,rand:702},{id:"15428|1212",type:"Leather",slot:"waist",r:51,q:"2",i:"56",name:"Peerless Belt of the Bear",p:"inv_belt_12",sta:12,str:12,rand:1212},{id:"15434|708",type:"Leather",slot:"waist",r:56,q:"2",i:"61",name:"Supreme Sash of the Tiger",p:"inv_belt_12",agi:14,str:14,rand:708},{id:"15434|1218",type:"Leather",slot:"waist",r:56,q:"2",i:"61",name:"Supreme Sash of the Bear",p:"inv_belt_12",sta:14,str:14,rand:1218},{id:15469,type:"Leather",slot:"waist",r:25,q:"2",i:"29",name:"Windsong Cinch",p:"inv_belt_10",sta:5,ap:12},{id:"15492|672",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of the Tiger",p:"inv_belt_13",agi:2,str:2,rand:672},{id:"15492|1182",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of the Bear",p:"inv_belt_13",sta:2,str:2,rand:1182},{id:"15492|24",type:"Mail",slot:"waist",r:10,q:"2",i:"15",name:"Bloodspattered Sash of Strength",p:"inv_belt_13",str:3,rand:24},{id:"15497|675",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of the Tiger",p:"inv_belt_29",agi:3,str:3,rand:675},{id:"15497|1185",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of the Bear",p:"inv_belt_29",sta:3,str:3,rand:1185},{id:"15497|115",type:"Mail",slot:"waist",r:14,q:"2",i:"19",name:"Outrunner's Cord of Strength",p:"inv_belt_29",str:5,rand:115},{id:"15510|675",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of the Tiger",p:"inv_belt_15",agi:3,str:3,rand:675},{id:"15510|1185",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of the Bear",p:"inv_belt_15",sta:3,str:3,rand:1185},{id:"15510|115",type:"Mail",slot:"waist",r:15,q:"2",i:"20",name:"Grunt's Belt of Strength",p:"inv_belt_15",str:5,rand:115},{id:"15515|681",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of the Tiger",p:"inv_belt_16",agi:5,str:5,rand:681},{id:"15515|1191",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of the Bear",p:"inv_belt_16",sta:5,str:5,rand:1191},{id:"15515|155",type:"Mail",slot:"waist",r:20,q:"2",i:"25",name:"Spiked Chain Belt of Strength",p:"inv_belt_16",str:7,rand:155},{id:"15528|681",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of the Tiger",p:"inv_belt_27",agi:5,str:5,rand:681},{id:"15528|1191",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of the Bear",p:"inv_belt_27",sta:5,str:5,rand:1191},{id:"15528|155",type:"Mail",slot:"waist",r:21,q:"2",i:"26",name:"Sentry's Sash of Strength",p:"inv_belt_27",str:7,rand:155},{id:"15539|684",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of the Tiger",p:"inv_belt_26",agi:6,str:6,rand:684},{id:"15539|1194",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of the Bear",p:"inv_belt_26",sta:6,str:6,rand:1194},{id:"15539|189",type:"Mail",slot:"waist",r:25,q:"2",i:"30",name:"Wicked Chain Waistband of Strength",p:"inv_belt_26",str:8,rand:189},{id:"15549|684",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of the Tiger",p:"inv_belt_21",agi:6,str:6,rand:684},{id:"15549|1194",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of the Bear",p:"inv_belt_21",sta:6,str:6,rand:1194},{id:"15549|190",type:"Mail",slot:"waist",r:26,q:"2",i:"31",name:"Thick Scale Belt of Strength",p:"inv_belt_21",str:9,rand:190},{id:"15554|684",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of the Tiger",p:"inv_belt_24",agi:6,str:6,rand:684},{id:"15554|1194",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of the Bear",p:"inv_belt_24",sta:6,str:6,rand:1194},{id:"15554|190",type:"Mail",slot:"waist",r:28,q:"2",i:"33",name:"Pillager's Girdle of Strength",p:"inv_belt_24",str:9,rand:190},{id:"15571|687",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of the Tiger",p:"inv_belt_26",agi:7,str:7,rand:687},{id:"15571|1197",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of the Bear",p:"inv_belt_26",sta:7,str:7,rand:1197},{id:"15571|192",type:"Mail",slot:"waist",r:30,q:"2",i:"35",name:"Marauder's Belt of Strength",p:"inv_belt_26",str:11,rand:192},{id:"15575|687",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of the Tiger",p:"inv_belt_27",agi:7,str:7,rand:687},{id:"15575|1197",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of the Bear",p:"inv_belt_27",sta:7,str:7,rand:1197},{id:"15575|192",type:"Mail",slot:"waist",r:31,q:"2",i:"36",name:"Sparkleshell Belt of Strength",p:"inv_belt_27",str:11,rand:192},{id:15587,type:"Leather",slot:"waist",r:31,q:"2",i:"35",name:"Ringtail Girdle",p:"inv_belt_34",sta:5,ap:16},{id:15588,type:"Mail",slot:"waist",r:31,q:"2",i:"35",name:"Bracesteel Belt",p:"inv_belt_21",agi:4,str:4,sta:7},{id:"15598|690",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of the Tiger",p:"inv_belt_30",agi:8,str:8,rand:690},{id:"15598|1200",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of the Bear",p:"inv_belt_30",sta:8,str:8,rand:1200},{id:"15598|193",type:"Mail",slot:"waist",r:33,q:"2",i:"38",name:"Steadfast Girdle of Strength",p:"inv_belt_30",str:12,rand:193},{id:"15606|693",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Ancient Belt of the Tiger",p:"inv_belt_10",agi:9,str:9,rand:693},{id:"15606|1203",type:"Mail",slot:"waist",r:36,q:"2",i:"41",name:"Ancient Belt of the Bear",p:"inv_belt_10",sta:9,str:9,rand:1203},{id:"15613|693",type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Bonelink Belt of the Tiger",p:"inv_belt_35",agi:9,str:9,rand:693},{id:"15613|1203",type:"Mail",slot:"waist",r:37,q:"2",i:"42",name:"Bonelink Belt of the Bear",p:"inv_belt_35",sta:9,str:9,rand:1203},{id:"15619|696",type:"Mail",slot:"waist",r:43,q:"2",i:"48",name:"Gryphon Mail Belt of the Tiger",p:"inv_belt_29",agi:10,str:10,rand:696},{id:"15619|1206",type:"Mail",slot:"waist",r:43,q:"2",i:"48",name:"Gryphon Mail Belt of the Bear",p:"inv_belt_29",sta:10,str:10,rand:1206},{id:"15636|699",type:"Mail",slot:"waist",r:44,q:"2",i:"49",name:"Formidable Belt of the Tiger",p:"inv_belt_35",agi:11,str:11,rand:699},{id:"15636|1209",type:"Mail",slot:"waist",r:44,q:"2",i:"49",name:"Formidable Belt of the Bear",p:"inv_belt_35",sta:11,str:11,rand:1209},{id:"15641|699",type:"Mail",slot:"waist",r:46,q:"2",i:"51",name:"Ironhide Belt of the Tiger",p:"inv_belt_03",agi:11,str:11,rand:699},{id:"15641|1209",type:"Mail",slot:"waist",r:46,q:"2",i:"51",name:"Ironhide Belt of the Bear",p:"inv_belt_03",sta:11,str:11,rand:1209},{id:"15654|702",type:"Mail",slot:"waist",r:49,q:"2",i:"54",name:"Merciless Belt of the Tiger",p:"inv_belt_07",agi:12,str:12,rand:702},{id:"15654|1212",type:"Mail",slot:"waist",r:49,q:"2",i:"54",name:"Merciless Belt of the Bear",p:"inv_belt_07",sta:12,str:12,rand:1212},{id:"15663|702",type:"Mail",slot:"waist",r:51,q:"2",i:"56",name:"Impenetrable Belt of the Tiger",p:"inv_belt_18",agi:12,str:12,rand:702},{id:"15663|1212",type:"Mail",slot:"waist",r:51,q:"2",i:"56",name:"Impenetrable Belt of the Bear",p:"inv_belt_18",sta:12,str:12,rand:1212},{id:"15673|705",type:"Mail",slot:"waist",r:53,q:"2",i:"58",name:"Magnificent Belt of the Tiger",p:"inv_belt_11",agi:13,str:13,rand:705},{id:"15673|1215",type:"Mail",slot:"waist",r:53,q:"2",i:"58",name:"Magnificent Belt of the Bear",p:"inv_belt_11",sta:13,str:13,rand:1215},{id:"15683|705",type:"Mail",slot:"waist",r:55,q:"2",i:"60",name:"Triumphant Girdle of the Tiger",p:"inv_belt_11",agi:13,str:13,rand:705},{id:"15683|1215",type:"Mail",slot:"waist",r:55,q:"2",i:"60",name:"Triumphant Girdle of the Bear",p:"inv_belt_11",sta:13,str:13,rand:1215},{id:15709,type:"Plate",slot:"waist",r:48,q:"2",i:"58",name:"Gearforge Girdle",p:"inv_belt_33",agi:4,str:16,sta:5},{id:16482,type:"Plate",slot:"waist",r:60,q:"4",i:"65",name:"Marshal's Plate Girdle",p:"inv_belt_27",agi:12,str:25,sta:15},{id:16547,type:"Plate",slot:"waist",r:60,q:"4",i:"65",name:"General's Plate Girdle",p:"inv_belt_09",agi:12,str:25,sta:15},{id:16659,type:"Leather",slot:"waist",r:23,q:"2",i:"27",name:"Deftkin Belt",p:"inv_belt_09",agi:4,sta:3,ap:12},{id:16987,type:"Leather",slot:"waist",r:18,q:"2",i:"27",name:"Screecher Belt",p:"inv_belt_05",sta:3,ap:12},{id:17778,type:"Leather",slot:"waist",r:41,q:"2",i:"47",name:"Sagebrush Girdle",p:"inv_belt_25",agi:15},{id:18451,type:"Leather",slot:"waist",r:55,q:"2",i:"60",name:"Hyena Hide Belt",p:"inv_belt_16",sta:13,ap:28},{id:18529,type:"Plate",slot:"waist",r:56,q:"3",i:"61",name:"Elemental Plate Girdle",p:"inv_belt_18",str:17,sta:10},{id:18547,type:"Plate",slot:"waist",r:60,q:"4",i:"71",name:"Unmelting Ice Girdle",p:"inv_belt_31",agi:14,str:14,sta:14,resist:{frost:16},d:8},{id:19043,type:"Mail",slot:"waist",r:53,q:"3",i:"58",name:"Heavy Timbermaw Belt",p:"inv_belt_16",sta:9,ap:42},{id:19044,type:"Leather",slot:"waist",r:53,q:"3",i:"58",name:"Might of the Timbermaw",p:"inv_belt_09",str:21,sta:9},{id:19051,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Girdle of the Dawn",p:"inv_belt_11",str:21,sta:9},{id:19087,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Plate Belt",p:"inv_belt_35",agi:7,str:18,sta:8,resist:{frost:5}},{id:19088,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Mail Belt",p:"inv_belt_18",agi:12,sta:12,resist:{frost:5}},{id:19089,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Frostwolf Leather Belt",p:"inv_belt_26",agi:10,str:11,sta:15,resist:{frost:5}},{id:19091,type:"Plate",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Plate Girdle",p:"inv_belt_35",agi:7,str:18,sta:8,resist:{frost:5}},{id:19092,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Mail Girdle",p:"inv_belt_18",agi:12,sta:12,resist:{frost:5}},{id:19093,type:"Leather",slot:"waist",r:55,q:"3",i:"60",name:"Stormpike Leather Girdle",p:"inv_belt_26",agi:10,str:11,sta:15,resist:{frost:5}},{id:19125,type:"Mail",slot:"waist",r:45,q:"2",i:"49",name:"Seared Mail Girdle",p:"inv_belt_16",agi:12,sta:7},{id:19137,type:"Plate",slot:"waist",r:60,q:"4",i:"78",name:"Onslaught Girdle",p:"inv_belt_29",str:31,sta:11,crit:1,hit:1},{id:19163,type:"Leather",slot:"waist",r:60,q:"4",i:"70",name:"Molten Belt",p:"inv_belt_13",agi:28,sta:16,resist:{fire:12}},{id:19823,type:"Plate",slot:"waist",r:60,q:"4",i:"61",name:"Zandalar Vindicator's Belt",p:"inv_belt_32",str:25,sta:10,crit:1},{id:20041,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:17,sta:10,crit:1},{id:20042,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:15,sta:6,crit:1},{id:20043,type:"Mail",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:10,crit:1,ap:34},{id:20045,type:"Leather",slot:"waist",r:58,q:"3",i:"63",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:7,crit:1,ap:34},{id:20088,type:"Mail",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:8,crit:1,ap:20},{id:20089,type:"Mail",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:6,crit:1,ap:8},{id:20090,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Chain Girdle",p:"inv_belt_20",sta:5,ap:24},{id:20106,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4,crit:1},{id:20107,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:12,sta:6},{id:20108,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4},{id:20115,type:"Leather",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:6,crit:1,ap:20},{id:20116,type:"Leather",slot:"waist",r:38,q:"3",i:"43",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:4,ap:30},{id:20117,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Leather Girdle",p:"inv_belt_17",sta:4,ap:24},{id:20124,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:10,sta:8,crit:1},{id:20125,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:15,sta:6},{id:20126,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Highlander's Plate Girdle",p:"inv_belt_14",str:12,sta:5},{id:20150,type:"Mail",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:10,crit:1,ap:34},{id:20151,type:"Mail",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:8,crit:1,ap:20},{id:20152,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:5,ap:24},{id:20153,type:"Mail",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Chain Girdle",p:"inv_belt_20",sta:6,crit:1,ap:8},{id:20178,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Lamellar Girdle",p:"inv_belt_14",str:11,sta:4},{id:20180,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Lamellar Girdle",p:"inv_belt_14",str:12,sta:6},{id:20190,type:"Leather",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:7,crit:1,ap:34},{id:20191,type:"Leather",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:4,ap:24},{id:20192,type:"Leather",slot:"waist",r:38,q:"3",i:"43",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:4,ap:30},{id:20193,type:"Leather",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Leather Girdle",p:"inv_belt_17",sta:6,crit:1,ap:20},{id:20204,type:"Plate",slot:"waist",r:58,q:"3",i:"63",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:17,sta:10,crit:1},{id:20205,type:"Plate",slot:"waist",r:48,q:"3",i:"53",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:10,sta:8,crit:1},{id:20206,type:"Plate",slot:"waist",r:40,q:"3",i:"43",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:15,sta:6},{id:20207,type:"Mail",slot:"waist",r:28,q:"3",i:"33",name:"Defiler's Plate Girdle",p:"inv_belt_14",str:12,sta:5},{id:20213,type:"Plate",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Shrunken Heads",p:"inv_belt_13",agi:7,str:23,sta:11},{id:20215,type:"Mail",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Shriveled Heads",p:"inv_belt_12",agi:11,sta:18},{id:20216,type:"Leather",slot:"waist",r:58,q:"3",i:"70",name:"Belt of Preserved Heads",p:"inv_belt_14",agi:15,str:14,sta:11,hit:1},{id:21312,type:"Mail",slot:"waist",r:45,q:"2",i:"48",name:"Belt of the Den Watcher",p:"inv_belt_09",sta:6,ap:24},{id:22195,type:"Mail",slot:"waist",r:60,q:"3",i:"68",name:"Light Obsidian Belt",p:"inv_belt_16",ap:32,crit:1},{id:22197,type:"Plate",slot:"waist",r:60,q:"3",i:"68",name:"Heavy Obsidian Belt",p:"inv_belt_16",str:25},{id:22232,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Marksman's Girdle",p:"inv_belt_18",agi:21,hit:1},{id:22325,type:"Leather",slot:"waist",r:56,q:"3",i:"61",name:"Belt of the Trickster",p:"inv_belt_26",agi:22,sta:9},{id:22422,type:"Plate",slot:"waist",r:60,q:"4",i:"88",name:"Dreadnaught Waistguard",p:"inv_belt_27",str:20,sta:26,block:18,d:9},{id:22764,type:"Plate",slot:"waist",r:60,q:"3",i:"70",name:"Ironvine Belt",p:"inv_belt_21",sta:12,resist:{nature:15},d:3},{id:209421,type:"Leather",slot:"waist",r:25,q:"3",i:"30",name:"Cord of Aquanis",p:"inv_belt_15",agi:7,sta:4},{id:211457,type:"Mail",slot:"waist",r:25,q:"3",i:"33",name:"Twilight Defender's Girdle",p:"inv_belt_27",str:7,sta:9,d:4},{id:212590,type:"Mail",slot:"waist",r:12,q:"2",i:"17",name:"Hoist Strap",p:"inv_belt_03",str:2,sta:2},{id:213322,type:"Leather",slot:"waist",r:40,q:"3",i:"45",name:"Skullduggery Waistband",p:"inv_belt_12",agi:10,str:10,sta:6},{id:213324,type:"Mail",slot:"waist",r:40,q:"3",i:"45",name:"Electromagnetic Waistcord",p:"inv_belt_35",sta:5,hit:1},{id:213325,type:"Mail",slot:"waist",r:40,q:"3",i:"45",name:"Darkvision Girdle",p:"inv_belt_33",sta:4,hit:1,ap:24},{id:213326,type:"Plate",slot:"waist",r:40,q:"3",i:"45",name:"Girdle of Reclamation",p:"inv_belt_14",str:6,sta:5},{id:213327,type:"Plate",slot:"waist",r:40,q:"3",i:"45",name:"Belt of the Trogg Berserker",p:"inv_belt_14",str:17,sta:5},{id:215115,type:"Cloth",slot:"waist",r:40,q:"4",i:"45",name:"Hyperconductive Goldwrap",p:"inv_belt_32",sta:9,crit:1,hit:1},{id:215380,type:"Varied2H",slot:"waist",r:40,q:"4",i:"45",name:"Power-Assisted Lifting Belt",p:"inv_belt_34",str:14,sta:15,skill:3},{id:220550,type:"Leather",slot:"waist",r:50,q:"3",i:"55",name:"Temple Looter's Waistband",p:"inv_belt_25",agi:9,sta:12,ap:32},{id:220552,type:"Mail",slot:"waist",r:50,q:"3",i:"55",name:"Waistguard of Pain",p:"inv_belt_33",agi:12,str:13},{id:220553,type:"Mail",slot:"waist",r:50,q:"4",i:"53",name:"Belt of the Forsaken Worshipper",p:"inv_belt_33",sta:6,crit:1},{id:220554,type:"Plate",slot:"waist",r:50,q:"3",i:"55",name:"Atal'alarion's Tusk Band",p:"inv_belt_15",str:21,sta:8},{id:220555,type:"Plate",slot:"waist",r:50,q:"3",i:"55",name:"Atal'ai Serpentscale Girdle",p:"inv_belt_15",str:13,sta:14,block:14},{id:226485,type:"Plate",slot:"waist",r:60,q:"4",i:"66",name:"Belt of Might",p:"inv_belt_09",agi:8,str:21,sta:15,resist:{fire:7},block:18},{id:226498,type:"Plate",slot:"waist",r:60,q:"4",i:"66",name:"Sash of Might",p:"inv_belt_09",str:22,sta:15,resist:{fire:7},crit:1},{id:226765,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Belt of Valor",p:"inv_belt_34",agi:7,str:14,sta:14},{id:226864,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Belt of Heroism",p:"inv_belt_34",str:17,sta:10,crit:1},{id:226866,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Waistguard of Heroism",p:"inv_belt_34",str:12,sta:15,d:7,hit:1},{id:226874,type:"Plate",slot:"waist",r:0,q:"3",i:"65",name:"Waist of Heroism",p:"inv_belt_34",agi:9,str:15,sta:12,d:7},{id:227805,type:"Leather",slot:"waist",r:53,q:"3",i:"58",name:"Ferocity of the Timbermaw",p:"inv_belt_09",str:21,sta:9},{id:227807,type:"Mail",slot:"waist",r:53,q:"3",i:"58",name:"Dense Timbermaw Belt",p:"inv_belt_16",sta:9,ap:42},{id:227814,type:"Plate",slot:"waist",r:53,q:"3",i:"58",name:"Radiant Girdle of the Dawn",p:"inv_belt_11",str:21,sta:9},{id:227944,type:"Mail",slot:"waist",r:51,q:"3",i:"56",name:"Verek's Leash",p:"inv_belt_18",agi:8,str:8,sta:8},{id:227987,type:"Mail",slot:"waist",r:55,q:"3",i:"60",name:"Sash of the Grand Hunt",p:"inv_belt_28",agi:15,sta:14},{id:228002,type:"Plate",slot:"waist",r:56,q:"3",i:"61",name:"Deathbone Girdle",p:"inv_belt_12",sta:15,d:9},{id:228014,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Bloodmail Belt",p:"inv_belt_23",agi:12,str:12,sta:11},{id:228063,type:"Mail",slot:"waist",r:56,q:"3",i:"61",name:"Warpwood Binding",p:"inv_belt_34",agi:14,sta:6,crit:1},{id:228068,type:"Dagger",slot:"waist",r:57,q:"3",i:"62",name:"Mugger's Belt",p:"inv_belt_02",sta:16,crit:1,skill:5}],legs:[{id:1310,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Smith's Trousers",p:"inv_pants_02",agi:4,str:4},{id:1436,type:"Leather",slot:"legs",r:10,q:"2",i:"17",name:"Frontier Britches",p:"inv_pants_05",agi:3,str:3},{id:1718,type:"Leather",slot:"legs",r:38,q:"3",i:"43",name:"Basilisk Hide Pants",p:"inv_pants_06",agi:21,sta:8},{id:1934,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Stonemason Trousers",p:"inv_pants_02",agi:4},{id:1943,type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Goblin Mail Leggings",p:"inv_pants_03",str:4,sta:3},{id:2166,type:"Mail",slot:"legs",r:15,q:"2",i:"20",name:"Foreman's Leggings",p:"inv_pants_03",agi:3,sta:3},{id:2233,type:"Leather",slot:"legs",r:22,q:"2",i:"27",name:"Shadow Weaver Leggings",p:"inv_pants_12",agi:6},{id:2545,type:"Mail",slot:"legs",r:18,q:"2",i:"26",name:"Malleable Chain Leggings",p:"inv_pants_03",agi:3,str:7,sta:3},{id:2694,type:"Mail",slot:"legs",r:9,q:"2",i:"17",name:"Settler's Leggings",p:"inv_pants_03",agi:3},{id:2818,type:"Leather",slot:"legs",r:12,q:"2",i:"15",name:"Stretched Leather Trousers",p:"inv_pants_02",agi:2,str:2},{id:2906,type:"Mail",slot:"legs",r:22,q:"2",i:"26",name:"Darkshire Mail Leggings",p:"inv_pants_03",str:6},{id:2962,type:"Leather",slot:"legs",r:5,q:"2",i:"10",name:"Burnt Leather Breeches",p:"inv_pants_06",agi:1},{id:2974,type:"Leather",slot:"legs",r:11,q:"2",i:"16",name:"Hunting Pants",p:"inv_pants_wolf",agi:3},{id:2978,type:"Mail",slot:"legs",r:10,q:"2",i:"15",name:"Veteran Leggings",p:"inv_pants_09",agi:2,str:2},{id:2990,type:"Mail",slot:"legs",r:16,q:"2",i:"21",name:"Burnished Leggings",p:"inv_pants_02",str:4},{id:3022,type:"Leather",slot:"legs",r:18,q:"2",i:"23",name:"Bluegill Breeches",p:"inv_pants_02",agi:8},{id:3048,type:"Mail",slot:"legs",r:21,q:"2",i:"26",name:"Lambent Scale Legguards",p:"inv_pants_03",agi:4,str:7},{id:3056,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Forest Leather Pants",p:"inv_pants_07",agi:6},{id:3282,type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Battle Chain Pants",p:"inv_pants_03",str:1,sta:1},{id:3287,type:"Leather",slot:"legs",r:7,q:"2",i:"12",name:"Tribal Pants",p:"inv_pants_06",agi:1,str:1},{id:3305,type:"Mail",slot:"legs",r:11,q:"2",i:"16",name:"Brackwater Leggings",p:"inv_pants_03",agi:2,sta:3},{id:3315,type:"Leather",slot:"legs",r:12,q:"2",i:"17",name:"Ceremonial Leather Loincloth",p:"inv_pants_wolf",str:3},{id:3473,type:"Mail",slot:"legs",r:8,q:"2",i:"13",name:"Runed Copper Pants",p:"inv_pants_03",str:2,sta:2},{id:3578,type:"Leather",slot:"legs",r:8,q:"2",i:"15",name:"Harvester's Pants",p:"inv_pants_05",agi:2},{id:3751,type:"Mail",slot:"legs",r:26,q:"2",i:"30",name:"Mercenary Leggings",p:"inv_pants_03",agi:7,str:7},{id:3842,type:"Mail",slot:"legs",r:26,q:"2",i:"31",name:"Green Iron Leggings",p:"inv_pants_05",str:8,sta:8},{id:4054,type:"Leather",slot:"legs",r:30,q:"2",i:"35",name:"Insignia Leggings",p:"inv_pants_09",agi:9},{id:4079,type:"Mail",slot:"legs",r:35,q:"2",i:"40",name:"Chief Brigadier Leggings",p:"inv_pants_03",str:11},{id:4084,type:"Mail",slot:"legs",r:41,q:"2",i:"46",name:"Blackforge Leggings",p:"inv_pants_03",agi:12},{id:4108,type:"Leather",slot:"legs",r:28,q:"2",i:"40",name:"Panther Hunter Leggings",p:"inv_pants_02",agi:10,sta:11},{id:4741,type:"Mail",slot:"legs",r:30,q:"2",i:"37",name:"Stromgarde Cavalry Leggings",p:"inv_pants_03",agi:2,str:8,sta:6},{id:4800,type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Mighty Chain Pants",p:"inv_pants_03",str:5,sta:5},{id:4816,type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Legionnaire's Leggings",p:"inv_pants_03",str:5},{id:4830,type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Saber Leggings",p:"inv_pants_06",agi:7},{id:4831,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Stalking Pants",p:"inv_pants_10",agi:6,sta:6},{id:4909,type:"Leather",slot:"legs",r:3,q:"2",i:"15",name:"Kodo Hunter's Leggings",p:"inv_pants_02",agi:4},{id:5327,type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Greasy Tinker's Pants",p:"inv_pants_02",agi:3,str:3},{id:5422,type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Brambleweed Leggings",p:"inv_pants_02",agi:4},{id:5617,type:"Leather",slot:"legs",r:7,q:"2",i:"13",name:"Vagabond Leggings",p:"inv_pants_02",agi:1,str:2},{id:5961,type:"Leather",slot:"legs",r:18,q:"2",i:"23",name:"Dark Leather Pants",p:"inv_pants_09",agi:8},{id:5963,type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Barbaric Leggings",p:"inv_pants_12",agi:7,sta:7},{id:6084,type:"Mail",slot:"legs",r:5,q:"2",i:"13",name:"Stormwind Guard Leggings",p:"inv_pants_03",str:3},{id:6087,type:"Mail",slot:"legs",r:14,q:"3",i:"24",name:"Chausses of Westfall",p:"inv_pants_03",str:11,sta:5},{id:"6269|1181",type:"Leather",slot:"legs",r:7,q:"2",i:"12",name:"Pioneer Trousers of the Bear",p:"inv_pants_05",sta:1,str:2,rand:1181},{id:"6337|669",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of the Tiger",p:"inv_pants_03",agi:1,str:1,rand:669},{id:"6337|1179",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of the Bear",p:"inv_pants_03",sta:1,str:1,rand:1179},{id:"6337|23",type:"Mail",slot:"legs",r:7,q:"2",i:"12",name:"Infantry Leggings of Strength",p:"inv_pants_03",str:2,rand:23},{id:6386,type:"Mail",slot:"legs",r:25,q:"2",i:"30",name:"Glimmering Mail Legguards",p:"inv_pants_06",agi:7,str:8},{id:6402,type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Mail Combat Leggings",p:"inv_pants_09",str:9},{id:6480,type:"Leather",slot:"legs",r:13,q:"2",i:"20",name:"Slick Deviate Leggings",p:"inv_pants_02",agi:4,sta:4},{id:"6546|675",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of the Tiger",p:"inv_pants_10",agi:3,str:3,rand:675},{id:"6546|1189",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of the Bear",p:"inv_pants_10",sta:5,str:4,rand:1189},{id:"6546|115",type:"Mail",slot:"legs",r:12,q:"2",i:"17",name:"Soldier's Leggings of Strength",p:"inv_pants_10",str:5,rand:115},{id:"6553|1185",type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Bard's Trousers of the Bear",p:"inv_pants_06",sta:3,str:3,rand:1185},{id:"6578|681",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"6578|1191",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"6578|189",type:"Mail",slot:"legs",r:18,q:"2",i:"23",name:"Defender Leggings of Strength",p:"inv_pants_03",str:8,rand:189},{id:"6587|1191",type:"Leather",slot:"legs",r:19,q:"2",i:"24",name:"Scouting Trousers of the Bear",p:"inv_pants_02",sta:5,str:5,rand:1191},{id:"6596|687",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of the Tiger",p:"inv_pants_06",agi:7,str:7,rand:687},{id:"6596|1197",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of the Bear",p:"inv_pants_06",sta:7,str:7,rand:1197},{id:"6596|192",type:"Mail",slot:"legs",r:23,q:"2",i:"28",name:"Battleforge Legguards of Strength",p:"inv_pants_06",str:11,rand:192},{id:"6607|1199",type:"Leather",slot:"legs",r:25,q:"2",i:"30",name:"Dervish Leggings of the Bear",p:"inv_pants_07",sta:7,str:8,rand:1199},{id:"6607|6",type:"Leather",slot:"legs",r:25,q:"2",i:"30",name:"Dervish Leggings of Strength",p:"inv_pants_07",str:1,rand:6},{id:6671,type:"Mail",slot:"legs",r:20,q:"2",i:"27",name:"Juggernaut Leggings",p:"inv_pants_03",str:10},{id:6690,type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Ferine Leggings",p:"inv_pants_14",agi:8,str:9},{id:6973,type:"Mail",slot:"legs",r:20,q:"2",i:"29",name:"Fire Hardened Leggings",p:"inv_pants_03",str:7,sta:7},{id:7132,type:"Mail",slot:"legs",r:20,q:"2",i:"29",name:"Brutal Legguards",p:"inv_pants_03",str:7,sta:7},{id:7282,type:"Leather",slot:"legs",r:14,q:"2",i:"19",name:"Light Leather Pants",p:"inv_pants_02",agi:5},{id:7373,type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Dusky Leather Leggings",p:"inv_pants_07",agi:13},{id:"7414|1203",type:"Leather",slot:"legs",r:29,q:"2",i:"34",name:"Infiltrator Pants of the Bear",p:"inv_pants_07",sta:9,str:9,rand:1203},{id:"7423|693",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of the Tiger",p:"inv_pants_04",agi:9,str:9,rand:693},{id:"7423|1203",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of the Bear",p:"inv_pants_04",sta:9,str:9,rand:1203},{id:"7423|220",type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Phalanx Leggings of Strength",p:"inv_pants_04",str:14,rand:220},{id:"7440|1206",type:"Leather",slot:"legs",r:34,q:"2",i:"39",name:"Sentinel Trousers of the Bear",p:"inv_pants_wolf",sta:10,str:10,rand:1206},{id:"7455|696",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of the Tiger",p:"inv_pants_04",agi:10,str:10,rand:696},{id:"7455|1206",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of the Bear",p:"inv_pants_04",sta:10,str:10,rand:1206},{id:"7455|308",type:"Mail",slot:"legs",r:34,q:"2",i:"39",name:"Knight's Legguards of Strength",p:"inv_pants_04",str:16,rand:308},{id:"7478|1212",type:"Leather",slot:"legs",r:38,q:"2",i:"43",name:"Ranger Leggings of the Bear",p:"inv_pants_14",sta:12,str:12,rand:1212},{id:"7487|1212",type:"Mail",slot:"legs",r:38,q:"2",i:"43",name:"Captain's Leggings of the Bear",p:"inv_pants_10",sta:12,str:12,rand:1212},{id:"7528|1215",type:"Leather",slot:"legs",r:43,q:"2",i:"48",name:"Cabalist Leggings of the Bear",p:"inv_pants_wolf",sta:13,str:13,rand:1215},{id:"7539|1215",type:"Mail",slot:"legs",r:43,q:"2",i:"48",name:"Champion's Leggings of the Bear",p:"inv_pants_03",sta:13,str:13,rand:1215},{id:7760,type:"Leather",slot:"legs",r:34,q:"3",i:"39",name:"Warchief Kilt",p:"inv_pants_06",str:5},{id:7926,type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Ornate Mithril Pants",p:"inv_pants_04",str:12},{id:7929,type:"Mail",slot:"legs",r:37,q:"2",i:"42",name:"Orcish War Leggings",p:"inv_pants_03",str:17},{id:8123,type:"Leather",slot:"legs",r:44,q:"2",i:"49",name:"Heraldic Leggings",p:"inv_pants_06",agi:14},{id:8132,type:"Mail",slot:"legs",r:46,q:"2",i:"51",name:"Myrmidon's Leggings",p:"inv_pants_12",agi:14},{id:8143,type:"Plate",slot:"legs",r:41,q:"2",i:"46",name:"Chromite Legplates",p:"inv_pants_03",str:13},{id:8162,type:"Plate",slot:"legs",r:40,q:"2",i:"41",name:"Jouster's Legplates",p:"inv_pants_03",str:11},{id:8193,type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Nightscape Pants",p:"inv_pants_11",agi:16,sta:7},{id:8206,type:"Mail",slot:"legs",r:44,q:"2",i:"49",name:"Tough Scorpid Leggings",p:"inv_pants_12",agi:17},{id:"8212|1218",type:"Leather",slot:"legs",r:45,q:"2",i:"50",name:"Wild Leather Leggings of the Bear",p:"inv_pants_14",sta:14,str:14,rand:1218},{id:8262,type:"Leather",slot:"legs",r:49,q:"2",i:"54",name:"Serpentskin Leggings",p:"inv_pants_06",agi:16,str:13,sta:5},{id:8271,type:"Mail",slot:"legs",r:51,q:"2",i:"56",name:"Ebonhold Leggings",p:"inv_pants_03",agi:5,sta:14},{id:8280,type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Valorous Legguards",p:"inv_pants_12",str:14},{id:8300,type:"Leather",slot:"legs",r:55,q:"2",i:"60",name:"Traveler's Leggings",p:"inv_pants_06",agi:17,str:17},{id:8309,type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Hero's Leggings",p:"inv_pants_03",agi:18},{id:8318,type:"Plate",slot:"legs",r:51,q:"2",i:"56",name:"Alabaster Plate Leggings",p:"inv_pants_01",str:15,sta:3},{id:"9291|702",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of the Tiger",p:"inv_pants_03",agi:12,str:12,rand:702},{id:"9291|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of the Bear",p:"inv_pants_03",sta:12,str:12,rand:1212},{id:"9291|311",type:"Plate",slot:"legs",r:40,q:"2",i:"43",name:"Field Plate Leggings of Strength",p:"inv_pants_03",str:19,rand:311},{id:9396,type:"Mail",slot:"legs",r:34,q:"3",i:"39",name:"Legguards of the Vault",p:"inv_pants_10",agi:5,str:13,sta:13},{id:9414,type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Oilskin Leggings",p:"inv_pants_06",agi:13},{id:9509,type:"Leather",slot:"legs",r:25,q:"3",i:"30",name:"Petrolspill Leggings",p:"inv_pants_08",agi:14,sta:6,resist:{fire:-10}},{id:9624,type:"Leather",slot:"legs",r:25,q:"3",i:"37",name:"Triprunner Dungarees",p:"inv_pants_08",agi:18,str:3,sta:6},{id:9625,type:"Mail",slot:"legs",r:25,q:"3",i:"37",name:"Dual Reinforced Leggings",p:"inv_pants_03",d:5},{id:9652,type:"Leather",slot:"legs",r:40,q:"2",i:"53",name:"Gryphon Rider's Leggings",p:"inv_pants_13",agi:15,str:15},{id:"9756|1182",type:"Leather",slot:"legs",r:9,q:"2",i:"14",name:"Gypsy Trousers of the Bear",p:"inv_pants_05",sta:2,str:2,rand:1182},{id:"9763|675",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of the Tiger",p:"inv_pants_10",agi:3,str:3,rand:675},{id:"9763|1182",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of the Bear",p:"inv_pants_10",sta:2,str:2,rand:1182},{id:"9763|97",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"Cadet Leggings of Strength",p:"inv_pants_10",str:4,rand:97},{id:"9781|1191",type:"Leather",slot:"legs",r:17,q:"2",i:"22",name:"Bandit Pants of the Bear",p:"inv_pants_06",sta:5,str:5,rand:1191},{id:"9789|678",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of the Tiger",p:"inv_pants_03",agi:4,str:4,rand:678},{id:"9789|1188",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of the Bear",p:"inv_pants_03",sta:4,str:4,rand:1188},{id:"9789|155",type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"Raider's Legguards of Strength",p:"inv_pants_03",str:7,rand:155},{id:"9808|1199",type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Superior Leggings of the Bear",p:"inv_pants_02",sta:7,str:8,rand:1199},{id:"9808|6",type:"Leather",slot:"legs",r:23,q:"2",i:"28",name:"Superior Leggings of Strength",p:"inv_pants_02",str:1,rand:6},{id:"9815|684",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of the Tiger",p:"inv_pants_03",agi:6,str:6,rand:684},{id:"9815|1194",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of the Bear",p:"inv_pants_03",sta:6,str:6,rand:1194},{id:"9815|191",type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Fortified Leggings of Strength",p:"inv_pants_03",str:10,rand:191},{id:"9833|1200",type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Scaled Leather Leggings of the Bear",p:"inv_pants_02",sta:8,str:8,rand:1200},{id:"9841|690",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of the Tiger",p:"inv_pants_03",agi:8,str:8,rand:690},{id:"9841|1200",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of the Bear",p:"inv_pants_03",sta:8,str:8,rand:1200},{id:"9841|219",type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Banded Leggings of Strength",p:"inv_pants_03",str:13,rand:219},{id:"9862|1206",type:"Leather",slot:"legs",r:32,q:"2",i:"37",name:"Archer's Trousers of the Bear",p:"inv_pants_07",sta:10,str:10,rand:1206},{id:"9871|696",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of the Tiger",p:"inv_pants_03",agi:10,str:10,rand:696},{id:"9871|1206",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of the Bear",p:"inv_pants_03",sta:10,str:10,rand:1206},{id:"9871|308",type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Renegade Leggings of Strength",p:"inv_pants_03",str:16,rand:308},{id:"9893|1209",type:"Leather",slot:"legs",r:37,q:"2",i:"42",name:"Huntsman's Leggings of the Bear",p:"inv_pants_14",sta:11,str:11,rand:1209},{id:"9903|1209",type:"Mail",slot:"legs",r:37,q:"2",i:"42",name:"Jazeraint Leggings of the Bear",p:"inv_pants_03",sta:11,str:11,rand:1209},{id:"9922|1215",type:"Leather",slot:"legs",r:41,q:"2",i:"46",name:"Tracker's Leggings of the Bear",p:"inv_pants_14",sta:13,str:13,rand:1215},{id:"9933|1212",type:"Mail",slot:"legs",r:40,q:"2",i:"45",name:"Brigade Leggings of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"9954|1218",type:"Leather",slot:"legs",r:46,q:"2",i:"51",name:"Chieftain's Leggings of the Bear",p:"inv_pants_12",sta:14,str:14,rand:1218},{id:"9964|1218",type:"Mail",slot:"legs",r:44,q:"2",i:"49",name:"Warmonger's Leggings of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"9970|702",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of the Tiger",p:"inv_pants_06",agi:12,str:12,rand:702},{id:"9970|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"9970|311",type:"Plate",slot:"legs",r:40,q:"2",i:"44",name:"Embossed Plate Leggings of Strength",p:"inv_pants_06",str:19,rand:311},{id:"10074|1221",type:"Leather",slot:"legs",r:48,q:"2",i:"53",name:"Righteous Leggings of the Bear",p:"inv_pants_11",sta:15,str:15,rand:1221},{id:"10084|1221",type:"Mail",slot:"legs",r:47,q:"2",i:"52",name:"Lord's Legguards of the Bear",p:"inv_pants_04",sta:15,str:15,rand:1221},{id:"10091|705",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of the Tiger",p:"inv_pants_09",agi:13,str:13,rand:705},{id:"10091|1215",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of the Bear",p:"inv_pants_09",sta:13,str:13,rand:1215},{id:"10091|312",type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Gothic Plate Leggings of Strength",p:"inv_pants_09",str:20,rand:312},{id:"10112|1227",type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Wanderer's Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"10124|1224",type:"Mail",slot:"legs",r:52,q:"2",i:"57",name:"Ornate Legguards of the Bear",p:"inv_pants_04",sta:16,str:16,rand:1224},{id:"10133|711",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of the Tiger",p:"inv_pants_03",agi:15,str:15,rand:711},{id:"10133|1221",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10133|315",type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Revenant Leggings of Strength",p:"inv_pants_03",str:23,rand:315},{id:"10152|718",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"10152|1230",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10152|319",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Mighty Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:"10162|1230",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Mercurial Legguards of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10162|320",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Mercurial Legguards of Strength",p:"inv_pants_06",str:28,rand:320},{id:"10169|714",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of the Tiger",p:"inv_pants_06",agi:16,str:16,rand:714},{id:"10169|1224",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"10169|317",type:"Plate",slot:"legs",r:52,q:"2",i:"57",name:"Templar Legplates of Strength",p:"inv_pants_06",str:25,rand:317},{id:"10188|1224",type:"Leather",slot:"legs",r:51,q:"2",i:"56",name:"Swashbuckler's Leggings of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"10199|1221",type:"Mail",slot:"legs",r:49,q:"2",i:"54",name:"Crusader's Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10208|708",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of the Tiger",p:"inv_pants_01",agi:14,str:14,rand:708},{id:"10208|1218",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of the Bear",p:"inv_pants_01",sta:14,str:14,rand:1218},{id:"10208|314",type:"Plate",slot:"legs",r:45,q:"2",i:"50",name:"Overlord's Legplates of Strength",p:"inv_pants_01",str:22,rand:314},{id:"10227|718",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"10227|1230",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"10227|319",type:"Leather",slot:"legs",r:57,q:"2",i:"62",name:"Nightshade Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:"10236|1227",type:"Mail",slot:"legs",r:54,q:"2",i:"59",name:"Engraved Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"10244|711",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of the Tiger",p:"inv_pants_03",agi:15,str:15,rand:711},{id:"10244|1221",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of the Bear",p:"inv_pants_03",sta:15,str:15,rand:1221},{id:"10244|315",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"Heavy Lamellar Leggings of Strength",p:"inv_pants_03",str:23,rand:315},{id:"10262|1233",type:"Leather",slot:"legs",r:59,q:"2",i:"64",name:"Adventurer's Legguards of the Bear",p:"inv_pants_06",sta:19,str:19,rand:1233},{id:"10273|1233",type:"Mail",slot:"legs",r:59,q:"2",i:"64",name:"Masterwork Legplates of the Bear",p:"inv_pants_06",sta:19,str:19,rand:1233},{id:"10280|717",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of the Tiger",p:"inv_pants_03",agi:17,str:17,rand:717},{id:"10280|1227",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of the Bear",p:"inv_pants_03",sta:17,str:17,rand:1227},{id:"10280|318",type:"Plate",slot:"legs",r:54,q:"2",i:"59",name:"Emerald Legplates of Strength",p:"inv_pants_03",str:26,rand:318},{id:10330,type:"Mail",slot:"legs",r:38,q:"3",i:"43",name:"Scarlet Leggings",p:"inv_pants_03",str:20,sta:10},{id:10373,type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Imbued Plate Leggings",p:"inv_pants_08",str:18},{id:"10382|720",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of the Tiger",p:"inv_pants_03",agi:18,str:18,rand:720},{id:"10382|1230",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of the Bear",p:"inv_pants_03",sta:18,str:18,rand:1230},{id:"10382|320",type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Commander's Leggings of Strength",p:"inv_pants_03",str:28,rand:320},{id:"10389|723",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of the Tiger",p:"inv_pants_04",agi:19,str:19,rand:723},{id:"10389|1233",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of the Bear",p:"inv_pants_04",sta:19,str:19,rand:1233},{id:"10389|321",type:"Plate",slot:"legs",r:59,q:"2",i:"64",name:"Hyperion Legplates of Strength",p:"inv_pants_04",str:29,rand:321},{id:10400,type:"Leather",slot:"legs",r:13,q:"2",i:"18",name:"Blackened Defias Leggings",p:"inv_pants_12",agi:3,str:3},{id:10410,type:"Leather",slot:"legs",r:18,q:"3",i:"23",name:"Leggings of the Fang",p:"inv_pants_11",agi:9,str:5,sta:4},{id:10423,type:"Mail",slot:"legs",r:26,q:"2",i:"31",name:"Silvered Bronze Leggings",p:"inv_pants_04",str:7,sta:6},{id:10633,type:"Plate",slot:"legs",r:46,q:"3",i:"51",name:"Silvershell Leggings",p:"inv_pants_04",str:20,sta:12},{id:10740,type:"Plate",slot:"legs",r:40,q:"2",i:"53",name:"Centurion Legplates",p:"inv_pants_04",agi:15,str:15},{id:"10785|1221",type:"Leather",slot:"legs",r:47,q:"2",i:"52",name:"Atal'ai Leggings of the Bear",p:"inv_pants_07",sta:15,str:15,rand:1221},{id:10842,type:"Leather",slot:"legs",r:49,q:"3",i:"54",name:"Windscale Sarong",p:"inv_pants_14",agi:7,sta:10},{id:11728,type:"Mail",slot:"legs",r:52,q:"3",i:"57",name:"Savage Gladiator Leggings",p:"inv_pants_03",agi:18,str:12,sta:19},{id:11802,type:"Plate",slot:"legs",r:53,q:"3",i:"58",name:"Lavacrest Leggings",p:"inv_pants_04",str:28,sta:12},{id:11821,type:"Leather",slot:"legs",r:53,q:"3",i:"58",name:"Warstrife Leggings",p:"inv_pants_09",agi:6,str:6,sta:12},{id:11882,type:"Mail",slot:"legs",r:48,q:"2",i:"56",name:"Outrider Leggings",p:"inv_pants_03",str:16,sta:16},{id:12041,type:"Leather",slot:"legs",r:48,q:"2",i:"54",name:"Windshear Leggings",p:"inv_pants_13",agi:14,sta:4},{id:12429,type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Imperial Plate Leggings",p:"inv_pants_04",str:18,sta:18},{id:12619,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Enchanted Thorium Leggings",p:"inv_pants_04",str:20,sta:21,d:8},{id:12903,type:"Mail",slot:"legs",r:57,q:"4",i:"62",name:"Legguards of the Chromatic Defier",p:"inv_pants_03",agi:33,str:9,sta:15,resist:{fire:5,nature:5,frost:5,shadow:5}},{id:12935,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Warmaster Legguards",p:"inv_pants_04",str:13,sta:15},{id:12963,type:"Leather",slot:"legs",r:58,q:"3",i:"63",name:"Blademaster Leggings",p:"inv_pants_06",agi:5,hit:1,crit:1},{id:12964,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Tristam Legguards",p:"inv_pants_04",sta:13,ap:34},{id:13010,type:"Mail",slot:"legs",r:21,q:"3",i:"26",name:"Dreamsinger Legguards",p:"inv_pants_03",str:8,sta:8},{id:13074,type:"Plate",slot:"legs",r:41,q:"3",i:"46",name:"Golem Shard Leggings",p:"inv_pants_04",str:22,d:6},{id:13075,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Direwing Legguards",p:"inv_pants_04",agi:15,str:15,sta:16},{id:13114,type:"Leather",slot:"legs",r:25,q:"3",i:"30",name:"Troll's Bane Leggings",p:"inv_pants_06",agi:14,sta:4},{id:13129,type:"Mail",slot:"legs",r:34,q:"3",i:"39",name:"Firemane Leggings",p:"inv_pants_03",str:19,sta:5,resist:{fire:10}},{id:13130,type:"Mail",slot:"legs",r:51,q:"3",i:"56",name:"Windrunner Legguards",p:"inv_pants_03",agi:27},{id:13498,type:"Plate",slot:"legs",r:55,q:"3",i:"60",name:"Handcrafted Mastersmith Leggings",p:"inv_pants_04",str:29,sta:12},{id:14554,type:"Plate",slot:"legs",r:57,q:"4",i:"62",name:"Cloudkeeper Legplates",p:"inv_pants_04",agi:20,str:20,sta:20},{id:14565,type:"Leather",slot:"legs",r:16,q:"2",i:"21",name:"Prospector's Woolies",p:"inv_pants_02",agi:6,str:1},{id:14574,type:"Leather",slot:"legs",r:21,q:"2",i:"26",name:"Bristlebark Britches",p:"inv_pants_07",agi:8},{id:14585,type:"Leather",slot:"legs",r:27,q:"2",i:"32",name:"Dokebi Leggings",p:"inv_pants_06",str:3},{id:14595,type:"Leather",slot:"legs",r:33,q:"2",i:"38",name:"Hawkeye's Breeches",p:"inv_pants_09",agi:14,sta:3},{id:14638,type:"Leather",slot:"legs",r:56,q:"3",i:"61",name:"Cadaverous Leggings",p:"inv_pants_07",sta:18,ap:52},{id:14659,type:"Leather",slot:"legs",r:42,q:"2",i:"47",name:"Scorpashi Leggings",p:"inv_pants_07",agi:15,sta:10},{id:14668,type:"Leather",slot:"legs",r:47,q:"2",i:"52",name:"Keeper's Woolies",p:"inv_pants_06",agi:19,sta:7},{id:14677,type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Pridelord Pants",p:"inv_pants_06",agi:23,str:3,sta:4},{id:14727,type:"Mail",slot:"legs",r:14,q:"2",i:"19",name:"War Paint Legguards",p:"inv_pants_05",agi:1,str:3,sta:4},{id:14748,type:"Mail",slot:"legs",r:20,q:"2",i:"25",name:"Hulking Leggings",p:"inv_pants_03",agi:3,str:8},{id:14757,type:"Mail",slot:"legs",r:27,q:"2",i:"32",name:"Slayer's Pants",p:"inv_pants_03",str:11,sta:3},{id:14766,type:"Mail",slot:"legs",r:32,q:"2",i:"37",name:"Enduring Breeches",p:"inv_pants_03",agi:8,str:8,sta:6},{id:14775,type:"Mail",slot:"legs",r:38,q:"2",i:"43",name:"Ravager's Woolies",p:"inv_pants_06",str:9,sta:10},{id:14786,type:"Mail",slot:"legs",r:42,q:"2",i:"47",name:"Khan's Legguards",p:"inv_pants_06",agi:11,sta:14},{id:14829,type:"Plate",slot:"legs",r:40,q:"2",i:"42",name:"Symbolic Legplates",p:"inv_pants_13",agi:6,str:15},{id:14840,type:"Plate",slot:"legs",r:42,q:"2",i:"47",name:"Tyrant's Legplates",p:"inv_pants_06",str:19},{id:14850,type:"Plate",slot:"legs",r:47,q:"2",i:"52",name:"Sunscale Legplates",p:"inv_pants_02",agi:3,str:19,sta:7},{id:14867,type:"Plate",slot:"legs",r:57,q:"2",i:"62",name:"Warleader's Leggings",p:"inv_pants_03",agi:7,str:15,sta:18},{id:"14900|699",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of the Tiger",p:"inv_pants_07",agi:11,str:11,rand:699},{id:"14900|1209",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of the Bear",p:"inv_pants_07",sta:11,str:11,rand:1209},{id:"14900|309",type:"Plate",slot:"legs",r:40,q:"2",i:"40",name:"Saltstone Legplates of Strength",p:"inv_pants_07",str:17,rand:309},{id:"14908|705",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of the Tiger",p:"inv_pants_04",agi:13,str:13,rand:705},{id:"14908|1215",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of the Bear",p:"inv_pants_04",sta:13,str:13,rand:1215},{id:"14908|312",type:"Plate",slot:"legs",r:43,q:"2",i:"48",name:"Brutish Legguards of Strength",p:"inv_pants_04",str:20,rand:312},{id:"14920|708",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of the Tiger",p:"inv_pants_05",agi:14,str:14,rand:708},{id:"14920|1218",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of the Bear",p:"inv_pants_05",sta:14,str:14,rand:1218},{id:"14920|314",type:"Plate",slot:"legs",r:46,q:"2",i:"51",name:"Jade Legplates of Strength",p:"inv_pants_05",str:22,rand:314},{id:"14928|714",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of the Tiger",p:"inv_pants_04",agi:16,str:16,rand:714},{id:"14928|1224",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of the Bear",p:"inv_pants_04",sta:16,str:16,rand:1224},{id:"14928|317",type:"Plate",slot:"legs",r:50,q:"2",i:"55",name:"Lofty Legguards of Strength",p:"inv_pants_04",str:25,rand:317},{id:"14936|720",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of the Tiger",p:"inv_pants_04",agi:18,str:18,rand:720},{id:"14936|1230",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of the Bear",p:"inv_pants_04",sta:18,str:18,rand:1230},{id:"14936|320",type:"Plate",slot:"legs",r:56,q:"2",i:"61",name:"Heroic Legplates of Strength",p:"inv_pants_04",str:28,rand:320},{id:"14945|702",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of the Tiger",p:"inv_pants_04",agi:12,str:12,rand:702},{id:"14945|1212",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"14945|311",type:"Plate",slot:"legs",r:40,q:"2",i:"45",name:"Warbringer's Legguards of Strength",p:"inv_pants_04",str:19,rand:311},{id:"14953|708",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of the Tiger",p:"inv_pants_06",agi:14,str:14,rand:708},{id:"14953|1218",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"14953|314",type:"Plate",slot:"legs",r:44,q:"2",i:"49",name:"Bloodforged Legplates of Strength",p:"inv_pants_06",str:22,rand:314},{id:"14962|711",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of the Tiger",p:"inv_pants_08",agi:15,str:15,rand:711},{id:"14962|1221",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of the Bear",p:"inv_pants_08",sta:15,str:15,rand:1221},{id:"14962|315",type:"Plate",slot:"legs",r:49,q:"2",i:"54",name:"High Chief's Legguards of Strength",p:"inv_pants_08",str:23,rand:315},{id:"14970|717",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of the Tiger",p:"inv_pants_02",agi:17,str:17,rand:717},{id:"14970|1227",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of the Bear",p:"inv_pants_02",sta:17,str:17,rand:1227},{id:"14970|318",type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Glorious Legplates of Strength",p:"inv_pants_02",str:26,rand:318},{id:"14980|720",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of the Tiger",p:"inv_pants_12",agi:18,str:18,rand:720},{id:"14980|1230",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of the Bear",p:"inv_pants_12",sta:18,str:18,rand:1230},{id:"14980|320",type:"Plate",slot:"legs",r:58,q:"2",i:"63",name:"Exalted Legplates of Strength",p:"inv_pants_12",str:28,rand:320},{id:"15009|1181",type:"Leather",slot:"legs",r:6,q:"2",i:"11",name:"Primal Leggings of the Bear",p:"inv_pants_05",sta:1,str:2,rand:1181},{id:"15017|1188",type:"Leather",slot:"legs",r:14,q:"2",i:"19",name:"Lupine Leggings of the Bear",p:"inv_pants_06",sta:4,str:4,rand:1188},{id:15052,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Black Dragonscale Leggings",p:"inv_pants_03",sta:8,resist:{fire:13},ap:54},{id:15057,type:"Leather",slot:"legs",r:50,q:"3",i:"55",name:"Stormshroud Pants",p:"inv_pants_09",crit:2},{id:15062,type:"Leather",slot:"legs",r:55,q:"3",i:"60",name:"Devilsaur Leggings",p:"inv_pants_wolf",sta:12,ap:46,crit:1},{id:15065,type:"Leather",slot:"legs",r:52,q:"3",i:"57",name:"Warbear Woolies",p:"inv_pants_wolf",str:28,sta:12},{id:15087,type:"Leather",slot:"legs",r:53,q:"2",i:"58",name:"Wicked Leather Pants",p:"inv_pants_12",agi:20,sta:12},{id:"15117|1191",type:"Leather",slot:"legs",r:19,q:"2",i:"24",name:"Rigid Leggings of the Bear",p:"inv_pants_02",sta:5,str:5,rand:1191},{id:"15126|1199",type:"Leather",slot:"legs",r:24,q:"2",i:"29",name:"Robust Leggings of the Bear",p:"inv_pants_07",sta:7,str:8,rand:1199},{id:"15126|6",type:"Leather",slot:"legs",r:24,q:"2",i:"29",name:"Robust Leggings of Strength",p:"inv_pants_07",str:1,rand:6},{id:"15139|1200",type:"Leather",slot:"legs",r:28,q:"2",i:"33",name:"Cutthroat's Pants of the Bear",p:"inv_pants_07",sta:8,str:8,rand:1200},{id:"15151|1203",type:"Leather",slot:"legs",r:31,q:"2",i:"36",name:"Ghostwalker Legguards of the Bear",p:"inv_pants_wolf",sta:9,str:9,rand:1203},{id:"15157|1209",type:"Leather",slot:"legs",r:36,q:"2",i:"41",name:"Nocturnal Leggings of the Bear",p:"inv_pants_03",sta:11,str:11,rand:1209},{id:"15168|1212",type:"Leather",slot:"legs",r:40,q:"2",i:"45",name:"Imposing Pants of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"15176|1218",type:"Leather",slot:"legs",r:45,q:"2",i:"50",name:"Potent Pants of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"15186|1224",type:"Leather",slot:"legs",r:50,q:"2",i:"55",name:"Praetorian Leggings of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"15194|718",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"15194|1230",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15194|319",type:"Leather",slot:"legs",r:56,q:"2",i:"61",name:"Grand Legguards of Strength",p:"inv_pants_06",str:27,rand:319},{id:15202,type:"Leather",slot:"legs",r:15,q:"2",i:"18",name:"Wildkeeper Leggings",p:"inv_pants_02",agi:4,sta:1},{id:15203,type:"Mail",slot:"legs",r:15,q:"2",i:"18",name:"Guststorm Legguards",p:"inv_pants_08",str:3,sta:3},{id:"15303|1182",type:"Leather",slot:"legs",r:9,q:"2",i:"14",name:"Grizzly Pants of the Bear",p:"inv_pants_09",sta:2,str:2,rand:1182},{id:"15312|1188",type:"Leather",slot:"legs",r:15,q:"2",i:"20",name:"Feral Leggings of the Bear",p:"inv_pants_06",sta:4,str:4,rand:1188},{id:"15336|1194",type:"Leather",slot:"legs",r:22,q:"2",i:"27",name:"Wrangler's Leggings of the Bear",p:"inv_pants_02",sta:6,str:6,rand:1194},{id:"15344|1200",type:"Leather",slot:"legs",r:26,q:"2",i:"31",name:"Pathfinder Pants of the Bear",p:"inv_pants_07",sta:8,str:8,rand:1200},{id:"15358|1203",type:"Leather",slot:"legs",r:30,q:"2",i:"35",name:"Headhunter's Woolies of the Bear",p:"inv_pants_07",sta:9,str:9,rand:1203},{id:"15366|1209",type:"Leather",slot:"legs",r:35,q:"2",i:"40",name:"Trickster's Leggings of the Bear",p:"inv_pants_13",sta:11,str:11,rand:1209},{id:"15374|1212",type:"Leather",slot:"legs",r:39,q:"2",i:"44",name:"Wolf Rider's Leggings of the Bear",p:"inv_pants_06",sta:12,str:12,rand:1212},{id:"15385|1218",type:"Leather",slot:"legs",r:44,q:"2",i:"49",name:"Rageclaw Leggings of the Bear",p:"inv_pants_12",sta:14,str:14,rand:1218},{id:"15394|1221",type:"Leather",slot:"legs",r:49,q:"2",i:"54",name:"Jadefire Pants of the Bear",p:"inv_pants_06",sta:15,str:15,rand:1221},{id:"15431|1227",type:"Leather",slot:"legs",r:54,q:"2",i:"59",name:"Peerless Leggings of the Bear",p:"inv_pants_06",sta:17,str:17,rand:1227},{id:"15440|718",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of the Tiger",p:"inv_pants_06",agi:18,str:17,rand:718},{id:"15440|1230",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15440|319",type:"Leather",slot:"legs",r:58,q:"2",i:"63",name:"Supreme Leggings of Strength",p:"inv_pants_06",str:27,rand:319},{id:15450,type:"Leather",slot:"legs",r:9,q:"2",i:"18",name:"Dredgemire Leggings",p:"inv_pants_07",agi:2,sta:2},{id:15451,type:"Mail",slot:"legs",r:9,q:"2",i:"18",name:"Gargoyle Leggings",p:"inv_pants_03",agi:2,str:2,sta:2},{id:15456,type:"Leather",slot:"legs",r:30,q:"2",i:"37",name:"Lightstep Leggings",p:"inv_pants_13",agi:13,sta:5},{id:15470,type:"Mail",slot:"legs",r:25,q:"2",i:"29",name:"Plainsguard Leggings",p:"inv_pants_03",str:7,sta:8},{id:"15477|669",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of the Tiger",p:"inv_pants_12",agi:1,str:1,rand:669},{id:"15477|1179",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of the Bear",p:"inv_pants_12",sta:1,str:1,rand:1179},{id:"15477|23",type:"Mail",slot:"legs",r:6,q:"2",i:"11",name:"Charger's Pants of Strength",p:"inv_pants_12",str:2,rand:23},{id:"15485|675",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of the Tiger",p:"inv_pants_06",agi:3,str:3,rand:675},{id:"15485|1182",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of the Bear",p:"inv_pants_06",sta:2,str:2,rand:1182},{id:"15485|97",type:"Mail",slot:"legs",r:9,q:"2",i:"14",name:"War Torn Pants of Strength",p:"inv_pants_06",str:4,rand:97},{id:"15493|675",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of the Tiger",p:"inv_pants_06",agi:3,str:3,rand:675},{id:"15493|1189",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of the Bear",p:"inv_pants_06",sta:5,str:4,rand:1189},{id:"15493|115",type:"Mail",slot:"legs",r:13,q:"2",i:"18",name:"Bloodspattered Loincloth of Strength",p:"inv_pants_06",str:5,rand:115},{id:"15503|681",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"15503|1191",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"15503|189",type:"Mail",slot:"legs",r:17,q:"2",i:"22",name:"Outrunner's Legguards of Strength",p:"inv_pants_03",str:8,rand:189},{id:"15511|681",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of the Tiger",p:"inv_pants_03",agi:5,str:5,rand:681},{id:"15511|1191",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of the Bear",p:"inv_pants_03",sta:5,str:5,rand:1191},{id:"15511|189",type:"Mail",slot:"legs",r:19,q:"2",i:"24",name:"Grunt's Legguards of Strength",p:"inv_pants_03",str:8,rand:189},{id:"15521|684",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of the Tiger",p:"inv_pants_03",agi:6,str:6,rand:684},{id:"15521|1194",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of the Bear",p:"inv_pants_03",sta:6,str:6,rand:1194},{id:"15521|191",type:"Mail",slot:"legs",r:22,q:"2",i:"27",name:"Spiked Chain Leggings of Strength",p:"inv_pants_03",str:10,rand:191},{id:"15529|687",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of the Tiger",p:"inv_pants_wolf",agi:7,str:7,rand:687},{id:"15529|1197",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of the Bear",p:"inv_pants_wolf",sta:7,str:7,rand:1197},{id:"15529|192",type:"Mail",slot:"legs",r:24,q:"2",i:"29",name:"Sentry's Leggings of Strength",p:"inv_pants_wolf",str:11,rand:192},{id:"15541|690",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of the Tiger",p:"inv_pants_03",agi:8,str:8,rand:690},{id:"15541|1200",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of the Bear",p:"inv_pants_03",sta:8,str:8,rand:1200},{id:"15541|219",type:"Mail",slot:"legs",r:28,q:"2",i:"33",name:"Wicked Chain Legguards of Strength",p:"inv_pants_03",str:13,rand:219},{id:"15551|693",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of the Tiger",p:"inv_pants_04",agi:9,str:9,rand:693},{id:"15551|1203",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of the Bear",p:"inv_pants_04",sta:9,str:9,rand:1203},{id:"15551|220",type:"Mail",slot:"legs",r:30,q:"2",i:"35",name:"Thick Scale Legguards of Strength",p:"inv_pants_04",str:14,rand:220},{id:"15561|693",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of the Tiger",p:"inv_pants_03",agi:9,str:9,rand:693},{id:"15561|1203",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of the Bear",p:"inv_pants_03",sta:9,str:9,rand:1203},{id:"15561|220",type:"Mail",slot:"legs",r:31,q:"2",i:"36",name:"Pillager's Leggings of Strength",p:"inv_pants_03",str:14,rand:220},{id:"15573|696",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of the Tiger",p:"inv_pants_09",agi:10,str:10,rand:696},{id:"15573|1206",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of the Bear",p:"inv_pants_09",sta:10,str:10,rand:1206},{id:"15573|308",type:"Mail",slot:"legs",r:33,q:"2",i:"38",name:"Marauder's Leggings of Strength",p:"inv_pants_09",str:16,rand:308},{id:"15582|1209",type:"Mail",slot:"legs",r:35,q:"2",i:"40",name:"Sparkleshell Legguards of the Bear",p:"inv_pants_09",sta:11,str:11,rand:1209},{id:"15596|1209",type:"Mail",slot:"legs",r:36,q:"2",i:"41",name:"Steadfast Legplates of the Bear",p:"inv_pants_08",sta:11,str:11,rand:1209},{id:"15607|1212",type:"Mail",slot:"legs",r:39,q:"2",i:"44",name:"Ancient Legguards of the Bear",p:"inv_pants_04",sta:12,str:12,rand:1212},{id:"15616|1215",type:"Mail",slot:"legs",r:41,q:"2",i:"46",name:"Bonelink Legplates of the Bear",p:"inv_pants_01",sta:13,str:13,rand:1215},{id:"15627|1218",type:"Mail",slot:"legs",r:45,q:"2",i:"50",name:"Gryphon Mail Legguards of the Bear",p:"inv_pants_06",sta:14,str:14,rand:1218},{id:"15637|1218",type:"Mail",slot:"legs",r:46,q:"2",i:"51",name:"Formidable Legguards of the Bear",p:"inv_pants_04",sta:14,str:14,rand:1218},{id:"15646|1224",type:"Mail",slot:"legs",r:50,q:"2",i:"55",name:"Ironhide Legguards of the Bear",p:"inv_pants_03",sta:16,str:16,rand:1224},{id:"15655|1224",type:"Mail",slot:"legs",r:51,q:"2",i:"56",name:"Merciless Legguards of the Bear",p:"inv_pants_06",sta:16,str:16,rand:1224},{id:"15665|1227",type:"Mail",slot:"legs",r:55,q:"2",i:"60",name:"Impenetrable Legguards of the Bear",p:"inv_pants_01",sta:17,str:17,rand:1227},{id:"15676|1230",type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Magnificent Leggings of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15676|320",type:"Mail",slot:"legs",r:56,q:"2",i:"61",name:"Magnificent Leggings of Strength",p:"inv_pants_06",str:28,rand:320},{id:"15685|1230",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Triumphant Legplates of the Bear",p:"inv_pants_06",sta:18,str:18,rand:1230},{id:"15685|320",type:"Mail",slot:"legs",r:58,q:"2",i:"63",name:"Triumphant Legplates of Strength",p:"inv_pants_06",str:28,rand:320},{id:16479,type:"Plate",slot:"legs",r:60,q:"4",i:"71",name:"Marshal's Plate Legguards",p:"inv_pants_04",str:20,sta:28,crit:2,hit:1},{id:16543,type:"Plate",slot:"legs",r:60,q:"4",i:"71",name:"General's Plate Leggings",p:"inv_pants_04",str:20,sta:28,crit:2,hit:1},{id:16962,type:"Plate",slot:"legs",r:60,q:"4",i:"76",name:"Legplates of Wrath",p:"inv_pants_04",str:19,sta:27,resist:{fire:10},d:11},{id:17006,type:"Mail",slot:"legs",r:21,q:"2",i:"27",name:"Cobalt Legguards",p:"inv_pants_03",agi:3,str:5,sta:7},{id:17711,type:"Plate",slot:"legs",r:49,q:"3",i:"54",name:"Elemental Rockridge Leggings",p:"inv_pants_04",str:20,sta:18,resist:{nature:10}},{id:17754,type:"Mail",slot:"legs",r:45,q:"3",i:"50",name:"Infernal Trickster Leggings",p:"inv_pants_wolf",agi:20},{id:18298,type:"Leather",slot:"legs",r:51,q:"3",i:"56",name:"Unbridled Leggings",p:"inv_pants_11",str:11,sta:18},{id:18305,type:"Plate",slot:"legs",r:53,q:"2",i:"58",name:"Breakwater Legguards",p:"inv_pants_04",str:12},{id:18378,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Silvermoon Leggings",p:"inv_pants_03",agi:6,sta:16},{id:18524,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Leggings of Destruction",p:"inv_pants_03",agi:14,sta:20,crit:1},{id:18736,type:"Leather",slot:"legs",r:57,q:"3",i:"62",name:"Plaguehound Leggings",p:"inv_pants_12",agi:30,sta:6,hit:1},{id:19117,type:"Plate",slot:"legs",r:46,q:"2",i:"50",name:"Laquered Wooden Plate Legplates",p:"inv_pants_05",str:17,sta:10},{id:19124,type:"Plate",slot:"legs",r:45,q:"2",i:"48",name:"Slagplate Leggings",p:"inv_pants_04",str:12,sta:12,d:3},{id:19694,type:"Plate",slot:"legs",r:60,q:"3",i:"65",name:"Darksoul Leggings",p:"inv_pants_plate_21",sta:22,hit:2},{id:20617,type:"Mail",slot:"legs",r:60,q:"4",i:"72",name:"Ancient Corroded Leggings",p:"inv_pants_mail_08",agi:33,sta:21},{id:20627,type:"Leather",slot:"legs",r:60,q:"4",i:"71",name:"Dark Heart Pants",p:"inv_pants_leather_11",sta:20,crit:2,ap:48},{id:20638,type:"Mail",slot:"legs",r:60,q:"4",i:"72",name:"Leggings of the Demented Mind",p:"inv_pants_mail_15",str:8,sta:25},{id:20639,type:"Plate",slot:"legs",r:60,q:"4",i:"72",name:"Strangely Glyphed Legplates",p:"inv_pants_plate_05",agi:12,str:20,sta:20},{id:20665,type:"Leather",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Leather Leggings of Striking",p:"inv_pants_leather_05",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20668,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Mail Legguards of Striking",p:"inv_pants_mail_16",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20671,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Abyssal Plate Legplates of Striking",p:"inv_pants_plate_12",crit:1,str:15,agi:15,sta:15,rand:2157},{id:20699,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Legplates",p:"inv_pants_plate_18",sta:13,resist:{nature:25},d:9},{id:20702,type:"Mail",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Legguards",p:"inv_pants_mail_08",agi:13,sta:13,resist:{nature:25}},{id:20703,type:"Leather",slot:"legs",r:58,q:"3",i:"63",name:"Cenarion Reservist's Leggings",p:"inv_pants_leather_01",sta:13,resist:{nature:25},ap:26},{id:21316,type:"Plate",slot:"legs",r:45,q:"2",i:"55",name:"Leggings of the Ursa",p:"inv_pants_mail_10",str:17,crit:1},{id:21332,type:"Plate",slot:"legs",r:60,q:"4",i:"81",name:"Conqueror's Legguards",p:"inv_pants_plate_03",agi:21,str:33,sta:24,d:6,hit:1},{id:21530,type:"Mail",slot:"legs",r:60,q:"4",i:"77",name:"Onyx Embedded Leggings",p:"inv_pants_mail_04",agi:23,sta:23,resist:{shadow:30}},{id:22328,type:"Plate",slot:"legs",r:58,q:"3",i:"63",name:"Legplates of Vigilance",p:"inv_pants_04",sta:22,d:15},{id:22385,type:"Plate",slot:"legs",r:55,q:"4",i:"60",name:"Titanic Leggings",p:"inv_pants_04",str:30,hit:2,crit:1},{id:22417,type:"Plate",slot:"legs",r:60,q:"4",i:"88",name:"Dreadnaught Legplates",p:"inv_pants_plate_05",str:23,sta:37,d:13,block:32},{id:22651,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Plate Legguards",p:"inv_pants_plate_20",str:28,sta:27,crit:1,hit:1},{id:22672,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Plate Legguards",p:"inv_pants_plate_20",str:28,sta:27,crit:1,hit:1},{id:22673,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Chain Leggings",p:"inv_pants_03",agi:35,sta:15,crit:1,hit:1},{id:22676,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Mail Leggings",p:"inv_pants_03",str:14,sta:22,crit:1},{id:22690,type:"Mail",slot:"legs",r:55,q:"3",i:"66",name:"Leggings of the Plague Hunter",p:"inv_pants_03",agi:20,sta:16,crit:1},{id:22699,type:"Plate",slot:"legs",r:60,q:"4",i:"80",name:"Icebane Leggings",p:"inv_pants_04",str:10,sta:25,resist:{frost:40},d:6},{id:22701,type:"Leather",slot:"legs",r:60,q:"4",i:"80",name:"Polar Leggings",p:"inv_pants_leather_21",agi:15,sta:28,resist:{frost:40}},{id:22702,type:"Mail",slot:"legs",r:60,q:"4",i:"80",name:"Icy Scale Leggings",p:"inv_pants_mail_15",agi:15,sta:28,resist:{frost:40}},{id:22740,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Leather Pants",p:"inv_pants_leather_12",agi:28,sta:27,crit:1},{id:22741,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Outrider's Lizardhide Pants",p:"inv_pants_06",agi:10,str:22,sta:22},{id:22748,type:"Mail",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Chain Leggings",p:"inv_pants_03",agi:35,sta:15,crit:1,hit:1},{id:22749,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Leather Pants",p:"inv_pants_leather_12",agi:28,sta:27,crit:1},{id:22750,type:"Leather",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Lizardhide Pants",p:"inv_pants_06",agi:10,str:22,sta:22},{id:22753,type:"Plate",slot:"legs",r:60,q:"4",i:"65",name:"Sentinel's Lamellar Legguards",p:"inv_pants_plate_15",str:21,sta:21,crit:1,hit:1},{id:23071,type:"Leather",slot:"legs",r:60,q:"4",i:"83",name:"Leggings of Apocalypse",p:"inv_pants_leather_09",agi:31,str:15,sta:23,crit:2},{id:209566,type:"Mail",slot:"legs",r:25,q:"3",i:"30",name:"Leggings of the Faithful",p:"inv_pants_mail_11",agi:7,str:10,sta:9},{id:213299,type:"Leather",slot:"legs",r:40,q:"3",i:"45",name:"Petrolspill Pants",p:"inv_pants_08",agi:21,sta:11},{id:213330,type:"Plate",slot:"legs",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Legplates",p:"inv_pants_04",str:13,sta:15,hit:1},{id:213332,type:"Leather",slot:"legs",r:40,q:"3",i:"45",name:"Insulated Legguards",p:"inv_pants_07",agi:8,str:13,sta:14,hit:1},{id:213333,type:"Mail",slot:"legs",r:40,q:"3",i:"45",name:"Electromantic Chausses",p:"inv_pants_04",sta:10,hit:1,ap:28},{id:216676,type:"Leather",slot:"legs",r:0,q:"3",i:"45",name:"Nimble Triprunner Dungarees",p:"inv_pants_08",agi:21,str:5,sta:8},{id:216678,type:"Mail",slot:"legs",r:0,q:"3",i:"45",name:"Triple Reinforced Leggings",p:"inv_pants_03",d:6},{id:217285,type:"Mail",slot:"legs",r:29,q:"2",i:"34",name:"Golden Scale Leggings",p:"inv_pants_04",str:11},{id:220558,type:"Leather",slot:"legs",r:50,q:"3",i:"55",name:"Atal'ai Assassin's Leggings",p:"inv_pants_07",agi:21,sta:20},{id:220560,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Silvershell Legplates",p:"inv_pants_04",str:22,sta:13,hit:1},{id:220643,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Legguards",p:"inv_pants_03",str:11,sta:18,block:23},{id:220654,type:"Plate",slot:"legs",r:50,q:"3",i:"55",name:"Wailing Berserker's Legplates",p:"inv_pants_04",str:21,sta:9,crit:1},{id:220797,type:"Plate",slot:"legs",r:50,q:"3",i:"53",name:"Knight's Plate Leggings",p:"inv_pants_04",agi:10,str:12,sta:15,crit:1},{id:220798,type:"Plate",slot:"legs",r:50,q:"3",i:"53",name:"Stone Guard's Plate Leggings",p:"inv_pants_04",agi:10,str:12,sta:15,crit:1},{id:221377,type:"Plate",slot:"legs",r:50,q:"3",i:"50",name:"Emerald Dream Legplates",p:"inv_pants_03",agi:8,str:11,sta:12,crit:1},{id:223980,type:"Mail",slot:"legs",r:48,q:"3",i:"53",name:"Searingscale Leggings",p:"inv_pants_03",sta:13,resist:{fire:10},hit:1},{id:226490,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Legplates of Might",p:"inv_pants_04",agi:6,str:20,sta:26,resist:{fire:10},hit:1,block:27},{id:226493,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Leggings of Might",p:"inv_pants_04",agi:14,str:25,sta:25,resist:{fire:10},hit:1},{id:226767,type:"Plate",slot:"legs",r:56,q:"3",i:"61",name:"Legplates of Valor",p:"inv_pants_04",agi:10,str:26,sta:15},{id:226859,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legplates of Heroism",p:"inv_pants_04",agi:14,str:28,sta:8,hit:1},{id:226868,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legguards of Heroism",p:"inv_pants_04",str:16,sta:25,d:9,block:18},{id:226876,type:"Plate",slot:"legs",r:0,q:"3",i:"66",name:"Legs of Heroism",p:"inv_pants_04",agi:11,str:25,sta:16,d:5},{id:227047,type:"Plate",slot:"legs",r:60,q:"3",i:"68",name:"Knight-Captain's Plate Leggings",p:"inv_pants_06",str:12,sta:17,crit:2},{id:227048,type:"Plate",slot:"legs",r:60,q:"3",i:"68",name:"Legionnaire's Plate Leggings",p:"inv_pants_06",str:12,sta:17,crit:2},{id:227804,type:"Leather",slot:"legs",r:52,q:"3",i:"57",name:"Dire Warbear Woolies",p:"inv_pants_wolf",str:28,sta:12},{id:227847,type:"Leather",slot:"legs",r:55,q:"3",i:"60",name:"Devilcore Leggings",p:"inv_pants_wolf",sta:12,ap:46,crit:1},{id:227852,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Hardened Black Dragonscale Leggings",p:"inv_pants_03",sta:8,resist:{fire:13},ap:54},{id:227959,type:"Plate",slot:"legs",r:52,q:"3",i:"57",name:"Legplates of the Eternal Guardian",p:"inv_pants_04",d:15},{id:228003,type:"Mail",slot:"legs",r:56,q:"3",i:"61",name:"Bloodmail Legguards",p:"inv_pants_06",agi:12,str:15,sta:16},{id:228008,type:"Plate",slot:"legs",r:56,q:"3",i:"61",name:"Deathbone Legguards",p:"inv_pants_04",sta:20,d:13},{id:228069,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Eldritch Reinforced Legplates",p:"inv_pants_04",agi:9,str:15,sta:20,crit:1},{id:228103,type:"Plate",slot:"legs",r:57,q:"3",i:"62",name:"Nathrezim's Greaves",p:"inv_pants_plate_12",crit:1},{id:228109,type:"Mail",slot:"legs",r:57,q:"3",i:"62",name:"Legguards of Sacrifice",p:"inv_pants_03",agi:6,sta:16},{id:228240,type:"Plate",slot:"legs",r:60,q:"4",i:"66",name:"Flamewaker Legplates",p:"inv_pants_04",str:19,sta:30,resist:{fire:20},d:7}],feet:[{id:1121,type:"Leather",slot:"feet",r:19,q:"3",i:"24",name:"Feet of the Lynx",p:"inv_boots_wolf",agi:8,str:3},{id:1446,type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Blackrock Boots",p:"inv_boots_01",str:3,sta:3},{id:1678,type:"Mail",slot:"feet",r:32,q:"3",i:"37",name:"Black Ogre Kickers",p:"inv_boots_01",str:6,sta:13},{id:1955,type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Dragonmaw Chain Boots",p:"inv_boots_01",agi:3,sta:6},{id:2033,type:"Leather",slot:"feet",r:22,q:"2",i:"25",name:"Ambassador's Boots",p:"inv_boots_08",agi:4,sta:4},{id:2276,type:"Leather",slot:"feet",r:32,q:"3",i:"37",name:"Swampwalker Boots",p:"inv_boots_09",agi:13,sta:6},{id:2910,type:"Mail",slot:"feet",r:15,q:"2",i:"25",name:"Gold Militia Boots",p:"inv_boots_01",str:3,sta:5},{id:2949,type:"Leather",slot:"feet",r:20,q:"2",i:"25",name:"Mariner Boots",p:"inv_boots_07",agi:1,sta:6},{id:2987,type:"Leather",slot:"feet",r:13,q:"2",i:"18",name:"Inscribed Leather Boots",p:"inv_boots_05",agi:2,sta:3},{id:2991,type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Burnished Boots",p:"inv_boots_plate_07",str:2,sta:4},{id:3057,type:"Leather",slot:"feet",r:19,q:"2",i:"24",name:"Forest Leather Boots",p:"inv_boots_08",str:4,sta:4},{id:3482,type:"Mail",slot:"feet",r:21,q:"2",i:"26",name:"Silvered Bronze Boots",p:"inv_boots_01",str:4,sta:4},{id:3484,type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Green Iron Boots",p:"inv_boots_01",str:3,sta:7},{id:3741,type:"Leather",slot:"feet",r:21,q:"2",i:"24",name:"Stomping Boots",p:"inv_boots_08",agi:4,str:4},{id:4051,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Emblazoned Boots",p:"inv_boots_09",agi:3,sta:7},{id:4055,type:"Leather",slot:"feet",r:29,q:"2",i:"34",name:"Insignia Boots",p:"inv_boots_07",agi:8,sta:4},{id:4073,type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Glimmering Mail Greaves",p:"inv_boots_plate_03",str:6,sta:6},{id:4076,type:"Mail",slot:"feet",r:30,q:"2",i:"35",name:"Mail Combat Boots",p:"inv_boots_07",str:3,sta:9},{id:4109,type:"Leather",slot:"feet",r:31,q:"2",i:"41",name:"Excelsior Boots",p:"inv_boots_07",agi:9,str:7},{id:4136,type:"Mail",slot:"feet",r:30,q:"2",i:"42",name:"Darkspear Boots",p:"inv_boots_01",str:9},{id:4464,type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Trouncing Boots",p:"inv_boots_01",agi:6,str:6},{id:4653,type:"Mail",slot:"feet",r:35,q:"2",i:"45",name:"Ironheel Boots",p:"inv_boots_01",str:10,sta:9},{id:4788,type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Agile Boots",p:"inv_boots_05",agi:5},{id:5320,type:"Mail",slot:"feet",r:9,q:"2",i:"16",name:"Padded Lamellar Boots",p:"inv_boots_01",str:2,sta:2},{id:5821,type:"Leather",slot:"feet",r:0,q:"2",i:"24",name:"Darkstalker Boots",p:"inv_boots_07",agi:5,sta:2},{id:6335,type:"Leather",slot:"feet",r:16,q:"2",i:"29",name:"Grizzled Boots",p:"inv_boots_03",str:2,sta:7},{id:6412,type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Chief Brigadier Boots",p:"inv_boots_05",str:8,sta:8},{id:6420,type:"Leather",slot:"feet",r:34,q:"2",i:"39",name:"Glyphed Boots",p:"inv_boots_08",agi:10,sta:4},{id:6423,type:"Mail",slot:"feet",r:40,q:"2",i:"45",name:"Blackforge Greaves",p:"inv_boots_05",agi:10,str:9},{id:6431,type:"Leather",slot:"feet",r:38,q:"2",i:"43",name:"Imperial Leather Boots",p:"inv_boots_01",agi:11,str:5},{id:"6551|675",type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"Soldier's Boots of the Tiger",p:"inv_boots_01",agi:3,str:3,rand:675},{id:"6551|1185",type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"Soldier's Boots of the Bear",p:"inv_boots_01",sta:3,str:3,rand:1185},{id:"6573|678",type:"Mail",slot:"feet",r:18,q:"2",i:"23",name:"Defender Boots of the Tiger",p:"inv_boots_plate_01",agi:4,str:4,rand:678},{id:"6573|1188",type:"Mail",slot:"feet",r:18,q:"2",i:"23",name:"Defender Boots of the Bear",p:"inv_boots_plate_01",sta:4,str:4,rand:1188},{id:"6590|684",type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Battleforge Boots of the Tiger",p:"inv_boots_plate_08",agi:6,str:6,rand:684},{id:"6590|1194",type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Battleforge Boots of the Bear",p:"inv_boots_plate_08",sta:6,str:6,rand:1194},{id:6666,type:"Mail",slot:"feet",r:17,q:"2",i:"22",name:"Dredge Boots",p:"inv_boots_01",agi:3,sta:4},{id:6668,type:"Leather",slot:"feet",r:16,q:"2",i:"27",name:"Draftsman Boots",p:"inv_boots_03",str:5,sta:5},{id:6752,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Lancer Boots",p:"inv_boots_03",agi:6,sta:5},{id:7390,type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Dusky Boots",p:"inv_boots_07",agi:11,sta:3},{id:"7417|687",type:"Mail",slot:"feet",r:29,q:"2",i:"34",name:"Phalanx Boots of the Tiger",p:"inv_boots_01",agi:7,str:7,rand:687},{id:"7417|1197",type:"Mail",slot:"feet",r:29,q:"2",i:"34",name:"Phalanx Boots of the Bear",p:"inv_boots_01",sta:7,str:7,rand:1197},{id:"7458|690",type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Knight's Boots of the Tiger",p:"inv_boots_01",agi:8,str:8,rand:690},{id:"7458|1200",type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Knight's Boots of the Bear",p:"inv_boots_01",sta:8,str:8,rand:1200},{id:"7481|1203",type:"Leather",slot:"feet",r:37,q:"2",i:"42",name:"Ranger Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"7490|1203",type:"Mail",slot:"feet",r:37,q:"2",i:"42",name:"Captain's Boots of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"7531|696",type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Cabalist Boots of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"7531|1206",type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Cabalist Boots of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"7542|1206",type:"Mail",slot:"feet",r:41,q:"2",i:"46",name:"Champion's Greaves of the Bear",p:"inv_boots_plate_09",sta:10,str:10,rand:1206},{id:7751,type:"Leather",slot:"feet",r:25,q:"2",i:"30",name:"Vorrel's Boots",p:"inv_boots_03",agi:8,sta:2},{id:7754,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Harbinger Boots",p:"inv_boots_05",str:2,sta:11},{id:7916,type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Barbaric Iron Boots",p:"inv_boots_plate_01",agi:7,str:7},{id:8117,type:"Leather",slot:"feet",r:42,q:"2",i:"47",name:"Heraldic Boots",p:"inv_boots_01",agi:13,sta:4},{id:8130,type:"Mail",slot:"feet",r:44,q:"2",i:"49",name:"Myrmidon's Greaves",p:"inv_boots_01",agi:14},{id:8141,type:"Plate",slot:"feet",r:40,q:"2",i:"44",name:"Chromite Greaves",p:"inv_boots_05",str:4,sta:12},{id:8160,type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Jouster's Greaves",p:"inv_boots_plate_02",str:8,sta:8},{id:8197,type:"Leather",slot:"feet",r:42,q:"2",i:"47",name:"Nightscape Boots",p:"inv_boots_05",agi:12},{id:8209,type:"Mail",slot:"feet",r:42,q:"2",i:"47",name:"Tough Scorpid Boots",p:"inv_boots_05",agi:12},{id:"8213|1209",type:"Leather",slot:"feet",r:44,q:"2",i:"49",name:"Wild Leather Boots of the Bear",p:"inv_boots_07",sta:11,str:11,rand:1209},{id:8256,type:"Leather",slot:"feet",r:47,q:"2",i:"52",name:"Serpentskin Boots",p:"inv_boots_01",agi:10,str:7,sta:8},{id:8278,type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Valorous Greaves",p:"inv_boots_plate_08",agi:4,sta:10},{id:8294,type:"Leather",slot:"feet",r:52,q:"2",i:"57",name:"Traveler's Boots",p:"inv_boots_01",agi:17},{id:8316,type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Alabaster Plate Greaves",p:"inv_boots_plate_06",str:12,sta:11},{id:"9289|693",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Field Plate Boots of the Tiger",p:"inv_boots_01",agi:9,str:9,rand:693},{id:"9289|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Field Plate Boots of the Bear",p:"inv_boots_01",sta:9,str:9,rand:1203},{id:9382,type:"Leather",slot:"feet",r:33,q:"2",i:"38",name:"Tromping Miner's Boots",p:"inv_boots_08",str:8,sta:7},{id:"9387|693",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Revelosh's Boots of the Tiger",p:"inv_boots_plate_06",agi:9,str:9,rand:693},{id:"9387|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"41",name:"Revelosh's Boots of the Bear",p:"inv_boots_plate_06",sta:9,str:9,rand:1203},{id:9398,type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Worn Running Boots",p:"inv_boots_02",agi:11,sta:3},{id:9510,type:"Mail",slot:"feet",r:27,q:"3",i:"32",name:"Caverndeep Trudgers",p:"inv_boots_01",agi:4,str:4,sta:10},{id:9630,type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Pratt's Handcrafted Boots",p:"inv_boots_07",agi:11,sta:6},{id:9633,type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Jangdor's Handcrafted Boots",p:"inv_boots_05",agi:11,sta:6},{id:9637,type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Shinkicker Boots",p:"inv_boots_plate_07",agi:9,str:10},{id:9646,type:"Plate",slot:"feet",r:43,q:"2",i:"49",name:"Gnomish Water Sinking Device",p:"inv_boots_plate_07",agi:-5,sta:16},{id:9662,type:"Plate",slot:"feet",r:39,q:"2",i:"43",name:"Rushridge Boots",p:"inv_boots_plate_01",agi:7,sta:10},{id:"9776|678",type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Bandit Boots of the Tiger",p:"inv_boots_05",agi:4,str:4,rand:678},{id:"9776|136",type:"Leather",slot:"feet",r:15,q:"2",i:"20",name:"Bandit Boots of Strength",p:"inv_boots_05",str:6,rand:136},{id:"9784|675",type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Raider's Boots of the Tiger",p:"inv_boots_01",agi:3,str:3,rand:675},{id:"9784|1185",type:"Mail",slot:"feet",r:14,q:"2",i:"19",name:"Raider's Boots of the Bear",p:"inv_boots_01",sta:3,str:3,rand:1185},{id:"9810|681",type:"Mail",slot:"feet",r:20,q:"2",i:"25",name:"Fortified Boots of the Tiger",p:"inv_boots_01",agi:5,str:5,rand:681},{id:"9810|1191",type:"Mail",slot:"feet",r:20,q:"2",i:"25",name:"Fortified Boots of the Bear",p:"inv_boots_01",sta:5,str:5,rand:1191},{id:"9864|687",type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Renegade Boots of the Tiger",p:"inv_boots_05",agi:7,str:7,rand:687},{id:"9864|1197",type:"Mail",slot:"feet",r:31,q:"2",i:"36",name:"Renegade Boots of the Bear",p:"inv_boots_05",sta:7,str:7,rand:1197},{id:"9885|1203",type:"Leather",slot:"feet",r:35,q:"2",i:"40",name:"Huntsman's Boots of the Bear",p:"inv_boots_07",sta:9,str:9,rand:1203},{id:"9895|1203",type:"Mail",slot:"feet",r:35,q:"2",i:"40",name:"Jazeraint Boots of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"9917|1203",type:"Leather",slot:"feet",r:39,q:"2",i:"44",name:"Tracker's Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"9926|1203",type:"Mail",slot:"feet",r:38,q:"2",i:"43",name:"Brigade Boots of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"9948|1209",type:"Leather",slot:"feet",r:44,q:"2",i:"49",name:"Chieftain's Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"9962|1206",type:"Mail",slot:"feet",r:43,q:"2",i:"48",name:"Warmonger's Greaves of the Bear",p:"inv_boots_plate_08",sta:10,str:10,rand:1206},{id:"9973|693",type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Embossed Plate Boots of the Tiger",p:"inv_boots_plate_07",agi:9,str:9,rand:693},{id:"9973|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Embossed Plate Boots of the Bear",p:"inv_boots_plate_07",sta:9,str:9,rand:1203},{id:"10068|1209",type:"Leather",slot:"feet",r:46,q:"2",i:"51",name:"Righteous Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"10082|1209",type:"Mail",slot:"feet",r:46,q:"2",i:"51",name:"Lord's Boots of the Bear",p:"inv_boots_plate_06",sta:11,str:11,rand:1209},{id:"10089|693",type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Gothic Sabatons of the Tiger",p:"inv_boots_08",agi:9,str:9,rand:693},{id:"10089|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"45",name:"Gothic Sabatons of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"10106|1212",type:"Leather",slot:"feet",r:51,q:"2",i:"56",name:"Wanderer's Boots of the Bear",p:"inv_boots_07",sta:12,str:12,rand:1212},{id:"10119|1212",type:"Mail",slot:"feet",r:52,q:"2",i:"57",name:"Ornate Greaves of the Bear",p:"inv_boots_plate_05",sta:12,str:12,rand:1212},{id:"10131|699",type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Revenant Boots of the Tiger",p:"inv_boots_plate_02",agi:11,str:11,rand:699},{id:"10131|1209",type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Revenant Boots of the Bear",p:"inv_boots_plate_02",sta:11,str:11,rand:1209},{id:"10146|707",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of the Tiger",p:"inv_boots_07",agi:13,str:14,rand:707},{id:"10146|1218",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of the Bear",p:"inv_boots_07",sta:14,str:14,rand:1218},{id:"10146|315",type:"Leather",slot:"feet",r:56,q:"2",i:"61",name:"Mighty Boots of Strength",p:"inv_boots_07",str:23,rand:315},{id:"10155|1218",type:"Mail",slot:"feet",r:56,q:"2",i:"61",name:"Mercurial Greaves of the Bear",p:"inv_boots_02",sta:14,str:14,rand:1218},{id:"10167|702",type:"Plate",slot:"feet",r:50,q:"2",i:"55",name:"Templar Boots of the Tiger",p:"inv_boots_plate_03",agi:12,str:12,rand:702},{id:"10167|1212",type:"Plate",slot:"feet",r:50,q:"2",i:"55",name:"Templar Boots of the Bear",p:"inv_boots_plate_03",sta:12,str:12,rand:1212},{id:"10183|1212",type:"Leather",slot:"feet",r:49,q:"2",i:"54",name:"Swashbuckler's Boots of the Bear",p:"inv_boots_08",sta:12,str:12,rand:1212},{id:"10192|1212",type:"Mail",slot:"feet",r:48,q:"2",i:"53",name:"Crusader's Boots of the Bear",p:"inv_boots_plate_07",sta:12,str:12,rand:1212},{id:"10201|696",type:"Plate",slot:"feet",r:43,q:"2",i:"48",name:"Overlord's Greaves of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"10201|1206",type:"Plate",slot:"feet",r:43,q:"2",i:"48",name:"Overlord's Greaves of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"10222|1217",type:"Leather",slot:"feet",r:54,q:"2",i:"59",name:"Nightshade Boots of the Bear",p:"inv_boots_01",sta:13,str:14,rand:1217},{id:"10234|1215",type:"Mail",slot:"feet",r:53,q:"2",i:"58",name:"Engraved Boots of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"10238|702",type:"Plate",slot:"feet",r:47,q:"2",i:"52",name:"Heavy Lamellar Boots of the Tiger",p:"inv_boots_01",agi:12,str:12,rand:702},{id:"10238|1212",type:"Plate",slot:"feet",r:47,q:"2",i:"52",name:"Heavy Lamellar Boots of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:"10257|707",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of the Tiger",p:"inv_boots_07",agi:13,str:14,rand:707},{id:"10257|1218",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of the Bear",p:"inv_boots_07",sta:14,str:14,rand:1218},{id:"10257|315",type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Adventurer's Boots of Strength",p:"inv_boots_07",str:23,rand:315},{id:"10270|1218",type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Masterwork Boots of the Bear",p:"inv_boots_plate_03",sta:14,str:14,rand:1218},{id:"10276|702",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Emerald Sabatons of the Tiger",p:"inv_boots_01",agi:12,str:12,rand:702},{id:"10276|1212",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Emerald Sabatons of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:10332,type:"Mail",slot:"feet",r:30,q:"3",i:"35",name:"Scarlet Boots",p:"inv_boots_02",agi:5,sta:12},{id:10371,type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Imbued Plate Greaves",p:"inv_boots_plate_05",str:13},{id:"10376|705",type:"Plate",slot:"feet",r:55,q:"2",i:"60",name:"Commander's Boots of the Tiger",p:"inv_boots_plate_08",agi:13,str:13,rand:705},{id:"10376|1215",type:"Plate",slot:"feet",r:55,q:"2",i:"60",name:"Commander's Boots of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"10385|708",type:"Plate",slot:"feet",r:57,q:"2",i:"62",name:"Hyperion Greaves of the Tiger",p:"inv_boots_plate_08",agi:14,str:14,rand:708},{id:"10385|1220",type:"Plate",slot:"feet",r:57,q:"2",i:"62",name:"Hyperion Greaves of the Bear",p:"inv_boots_plate_08",sta:14,str:15,rand:1220},{id:10402,type:"Leather",slot:"feet",r:13,q:"2",i:"18",name:"Blackened Defias Boots",p:"inv_boots_05",agi:3,sta:2},{id:"10409|684",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Banded Boots of the Tiger",p:"inv_boots_01",agi:6,str:6,rand:684},{id:"10409|1194",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Banded Boots of the Bear",p:"inv_boots_01",sta:6,str:6,rand:1194},{id:10411,type:"Leather",slot:"feet",r:18,q:"2",i:"23",name:"Footpads of the Fang",p:"inv_boots_04",agi:4,sta:4},{id:10582,type:"Leather",slot:"feet",r:31,q:"3",i:"36",name:"Briar Tredders",p:"inv_boots_08",agi:5},{id:10653,type:"Leather",slot:"feet",r:15,q:"2",i:"30",name:"Trailblazer Boots",p:"inv_boots_03",agi:7,sta:3},{id:10702,type:"Leather",slot:"feet",r:38,q:"2",i:"43",name:"Enormous Ogre Boots",p:"inv_boots_wolf",str:9,sta:9},{id:10707,type:"Plate",slot:"feet",r:45,q:"2",i:"52",name:"Steelsmith Greaves",p:"inv_boots_plate_01",str:11,sta:11},{id:10748,type:"Leather",slot:"feet",r:37,q:"2",i:"41",name:"Wanderlust Boots",p:"inv_boots_07",agi:10,str:5},{id:"10786|1212",type:"Mail",slot:"feet",r:47,q:"2",i:"52",name:"Atal'ai Boots of the Bear",p:"inv_boots_01",sta:12,str:12,rand:1212},{id:10801,type:"Leather",slot:"feet",r:47,q:"3",i:"52",name:"Slitherscale Boots",p:"inv_boots_07",str:5,sta:12},{id:10846,type:"Mail",slot:"feet",r:49,q:"3",i:"54",name:"Bloodshot Greaves",p:"inv_boots_01",agi:6,str:5,sta:20},{id:11627,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Fleetfoot Greaves",p:"inv_boots_01",agi:19,sta:6},{id:11675,type:"Leather",slot:"feet",r:50,q:"3",i:"55",name:"Shadefiend Boots",p:"inv_boots_01",agi:11,str:10,sta:13},{id:11853,type:"Leather",slot:"feet",r:9,q:"2",i:"18",name:"Rambling Boots",p:"inv_boots_03",agi:3,sta:1},{id:11919,type:"Plate",slot:"feet",r:49,q:"2",i:"55",name:"Cragplate Greaves",p:"inv_boots_plate_08",str:12,sta:12},{id:12021,type:"Plate",slot:"feet",r:48,q:"2",i:"54",name:"Shieldplate Sabatons",p:"inv_boots_plate_01",str:12,sta:11},{id:12426,type:"Plate",slot:"feet",r:54,q:"2",i:"59",name:"Imperial Plate Boots",p:"inv_boots_plate_01",str:13,sta:12},{id:12553,type:"Leather",slot:"feet",r:54,q:"3",i:"59",name:"Swiftwalker Boots",p:"inv_boots_02",agi:21,str:4,sta:7},{id:12555,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Battlechaser's Greaves",p:"inv_boots_plate_06",agi:13,str:14,sta:8},{id:12616,type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Savage Mail Boots",p:"inv_boots_plate_01",str:13,sta:15},{id:12982,type:"Mail",slot:"feet",r:16,q:"3",i:"21",name:"Silver-linked Footguards",p:"inv_boots_01",str:3,sta:7},{id:13068,type:"Plate",slot:"feet",r:40,q:"3",i:"42",name:"Obsidian Greaves",p:"inv_boots_plate_09",agi:6,str:10,sta:10},{id:13070,type:"Plate",slot:"feet",r:53,q:"3",i:"58",name:"Sapphiron's Scale Boots",p:"inv_boots_plate_05",agi:9,str:14,sta:14},{id:13124,type:"Mail",slot:"feet",r:30,q:"3",i:"35",name:"Ravasaur Scale Boots",p:"inv_boots_01",str:3,sta:11},{id:13125,type:"Mail",slot:"feet",r:45,q:"3",i:"50",name:"Elven Chain Boots",p:"inv_boots_01",agi:18,sta:3},{id:13210,type:"Leather",slot:"feet",r:55,q:"3",i:"60",name:"Pads of the Dread Wolf",p:"inv_boots_wolf",sta:14,ap:40},{id:13259,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Ribsteel Footguards",p:"inv_boots_plate_08",agi:10,str:10,sta:17},{id:13284,type:"Mail",slot:"feet",r:53,q:"3",i:"58",name:"Swiftdart Battleboots",p:"inv_boots_01",agi:17,sta:9},{id:13381,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Master Cannoneer Boots",p:"inv_boots_plate_09",str:10,sta:21},{id:13402,type:"Mail",slot:"feet",r:54,q:"3",i:"59",name:"Timmy's Galoshes",p:"inv_boots_01",agi:17,sta:11},{id:14549,type:"Plate",slot:"feet",r:40,q:"4",i:"45",name:"Boots of Avoidance",p:"inv_boots_plate_05",agi:14,sta:11},{id:14568,type:"Leather",slot:"feet",r:18,q:"2",i:"23",name:"Bristlebark Boots",p:"inv_boots_08",agi:5,sta:3},{id:14589,type:"Leather",slot:"feet",r:32,q:"2",i:"37",name:"Hawkeye's Shoes",p:"inv_boots_07",agi:10,sta:3},{id:14599,type:"Leather",slot:"feet",r:37,q:"2",i:"42",name:"Warden's Footpads",p:"inv_boots_08",str:3},{id:14641,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Cadaverous Walkers",p:"inv_boots_05",sta:20,ap:24},{id:14653,type:"Leather",slot:"feet",r:41,q:"2",i:"46",name:"Scorpashi Slippers",p:"inv_boots_01",agi:13,sta:3},{id:14662,type:"Leather",slot:"feet",r:46,q:"2",i:"51",name:"Keeper's Hooves",p:"inv_boots_01",agi:12,str:3,sta:6},{id:14671,type:"Leather",slot:"feet",r:51,q:"2",i:"56",name:"Pridelord Boots",p:"inv_boots_01",str:4,sta:14},{id:14681,type:"Leather",slot:"feet",r:57,q:"2",i:"62",name:"Indomitable Boots",p:"inv_boots_01",agi:16,sta:6},{id:14722,type:"Mail",slot:"feet",r:12,q:"2",i:"17",name:"War Paint Anklewraps",p:"inv_boots_06",str:2,sta:2},{id:14742,type:"Mail",slot:"feet",r:19,q:"2",i:"24",name:"Hulking Boots",p:"inv_boots_07",str:4,sta:4},{id:14756,type:"Mail",slot:"feet",r:24,q:"2",i:"29",name:"Slayer's Slippers",p:"inv_boots_01",str:6},{id:14762,type:"Mail",slot:"feet",r:32,q:"2",i:"37",name:"Enduring Boots",p:"inv_boots_05",str:4,sta:8},{id:14769,type:"Mail",slot:"feet",r:37,q:"2",i:"42",name:"Ravager's Sandals",p:"inv_boots_fabric_01",str:4,sta:10},{id:14799,type:"Mail",slot:"feet",r:53,q:"2",i:"58",name:"Bloodlust Boots",p:"inv_boots_01",str:4,sta:9},{id:14809,type:"Mail",slot:"feet",r:57,q:"2",i:"62",name:"Warstrike Sabatons",p:"inv_boots_07",agi:6,sta:16},{id:14828,type:"Plate",slot:"feet",r:40,q:"2",i:"42",name:"Symbolic Greaves",p:"inv_boots_05",str:9,sta:6},{id:14839,type:"Plate",slot:"feet",r:40,q:"2",i:"44",name:"Tyrant's Greaves",p:"inv_boots_plate_06",agi:4,str:8,sta:8},{id:14848,type:"Plate",slot:"feet",r:45,q:"2",i:"50",name:"Sunscale Sabatons",p:"inv_boots_07",agi:3,sta:14},{id:14857,type:"Plate",slot:"feet",r:49,q:"2",i:"54",name:"Vanguard Sabatons",p:"inv_boots_plate_05",agi:3,str:8,sta:13},{id:"14896|693",type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Saltstone Sabatons of the Tiger",p:"inv_boots_plate_08",agi:9,str:9,rand:693},{id:"14896|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"40",name:"Saltstone Sabatons of the Bear",p:"inv_boots_plate_08",sta:9,str:9,rand:1203},{id:"14911|696",type:"Plate",slot:"feet",r:41,q:"2",i:"46",name:"Brutish Boots of the Tiger",p:"inv_boots_plate_06",agi:10,str:10,rand:696},{id:"14911|1206",type:"Plate",slot:"feet",r:41,q:"2",i:"46",name:"Brutish Boots of the Bear",p:"inv_boots_plate_06",sta:10,str:10,rand:1206},{id:"14913|699",type:"Plate",slot:"feet",r:44,q:"2",i:"49",name:"Jade Greaves of the Tiger",p:"inv_boots_plate_05",agi:11,str:11,rand:699},{id:"14913|1209",type:"Plate",slot:"feet",r:44,q:"2",i:"49",name:"Jade Greaves of the Bear",p:"inv_boots_plate_05",sta:11,str:11,rand:1209},{id:"14922|702",type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Lofty Sabatons of the Tiger",p:"inv_boots_wolf",agi:12,str:12,rand:702},{id:"14922|1212",type:"Plate",slot:"feet",r:48,q:"2",i:"53",name:"Lofty Sabatons of the Bear",p:"inv_boots_wolf",sta:12,str:12,rand:1212},{id:"14932|705",type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Heroic Greaves of the Tiger",p:"inv_boots_plate_06",agi:13,str:13,rand:705},{id:"14932|1215",type:"Plate",slot:"feet",r:53,q:"2",i:"58",name:"Heroic Greaves of the Bear",p:"inv_boots_plate_06",sta:13,str:13,rand:1215},{id:"14940|693",type:"Plate",slot:"feet",r:40,q:"2",i:"43",name:"Warbringer's Sabatons of the Tiger",p:"inv_boots_plate_09",agi:9,str:9,rand:693},{id:"14940|1203",type:"Plate",slot:"feet",r:40,q:"2",i:"43",name:"Warbringer's Sabatons of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"14951|696",type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Bloodforged Sabatons of the Tiger",p:"inv_boots_02",agi:10,str:10,rand:696},{id:"14951|1206",type:"Plate",slot:"feet",r:42,q:"2",i:"47",name:"Bloodforged Sabatons of the Bear",p:"inv_boots_02",sta:10,str:10,rand:1206},{id:"14957|699",type:"Plate",slot:"feet",r:46,q:"2",i:"51",name:"High Chief's Sabatons of the Tiger",p:"inv_boots_05",agi:11,str:11,rand:699},{id:"14957|1209",type:"Plate",slot:"feet",r:46,q:"2",i:"51",name:"High Chief's Sabatons of the Bear",p:"inv_boots_05",sta:11,str:11,rand:1209},{id:"14972|702",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Glorious Sabatons of the Tiger",p:"inv_boots_plate_03",agi:12,str:12,rand:702},{id:"14972|1212",type:"Plate",slot:"feet",r:51,q:"2",i:"56",name:"Glorious Sabatons of the Bear",p:"inv_boots_plate_03",sta:12,str:12,rand:1212},{id:"14978|708",type:"Plate",slot:"feet",r:58,q:"2",i:"63",name:"Exalted Sabatons of the Tiger",p:"inv_boots_wolf",agi:14,str:14,rand:708},{id:"14978|1220",type:"Plate",slot:"feet",r:58,q:"2",i:"63",name:"Exalted Sabatons of the Bear",p:"inv_boots_wolf",sta:14,str:15,rand:1220},{id:"15111|678",type:"Leather",slot:"feet",r:16,q:"2",i:"21",name:"Rigid Moccasins of the Tiger",p:"inv_boots_03",agi:4,str:4,rand:678},{id:"15111|136",type:"Leather",slot:"feet",r:16,q:"2",i:"21",name:"Rigid Moccasins of Strength",p:"inv_boots_03",str:6,rand:136},{id:"15152|1203",type:"Leather",slot:"feet",r:36,q:"2",i:"41",name:"Nocturnal Shoes of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"15162|1203",type:"Leather",slot:"feet",r:40,q:"2",i:"45",name:"Imposing Boots of the Bear",p:"inv_boots_02",sta:9,str:9,rand:1203},{id:"15171|1209",type:"Leather",slot:"feet",r:45,q:"2",i:"50",name:"Potent Boots of the Bear",p:"inv_boots_01",sta:11,str:11,rand:1209},{id:"15181|1212",type:"Leather",slot:"feet",r:50,q:"2",i:"55",name:"Praetorian Boots of the Bear",p:"inv_boots_plate_07",sta:12,str:12,rand:1212},{id:"15189|1217",type:"Leather",slot:"feet",r:55,q:"2",i:"60",name:"Grand Boots of the Bear",p:"inv_boots_07",sta:13,str:14,rand:1217},{id:"15370|1203",type:"Leather",slot:"feet",r:39,q:"2",i:"44",name:"Wolf Rider's Boots of the Bear",p:"inv_boots_08",sta:9,str:9,rand:1203},{id:"15379|696",type:"Leather",slot:"feet",r:43,q:"2",i:"48",name:"Rageclaw Boots of the Tiger",p:"inv_boots_01",agi:10,str:10,rand:696},{id:"15379|1206",type:"Leather",slot:"feet",r:43,q:"2",i:"48",name:"Rageclaw Boots of the Bear",p:"inv_boots_01",sta:10,str:10,rand:1206},{id:"15389|1212",type:"Leather",slot:"feet",r:48,q:"2",i:"53",name:"Jadefire Sabatons of the Bear",p:"inv_boots_08",sta:12,str:12,rand:1212},{id:"15426|1217",type:"Leather",slot:"feet",r:53,q:"2",i:"58",name:"Peerless Boots of the Bear",p:"inv_boots_08",sta:13,str:14,rand:1217},{id:"15435|707",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of the Tiger",p:"inv_boots_plate_08",agi:13,str:14,rand:707},{id:"15435|1218",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of the Bear",p:"inv_boots_plate_08",sta:14,str:14,rand:1218},{id:"15435|315",type:"Leather",slot:"feet",r:58,q:"2",i:"63",name:"Supreme Shoes of Strength",p:"inv_boots_plate_08",str:23,rand:315},{id:"15489|675",type:"Mail",slot:"feet",r:11,q:"2",i:"16",name:"Bloodspattered Sabatons of the Tiger",p:"inv_boots_03",agi:3,str:3,rand:675},{id:"15489|1185",type:"Mail",slot:"feet",r:11,q:"2",i:"16",name:"Bloodspattered Sabatons of the Bear",p:"inv_boots_03",sta:3,str:3,rand:1185},{id:"15498|675",type:"Mail",slot:"feet",r:15,q:"2",i:"20",name:"Outrunner's Slippers of the Tiger",p:"inv_boots_05",agi:3,str:3,rand:675},{id:"15498|1185",type:"Mail",slot:"feet",r:15,q:"2",i:"20",name:"Outrunner's Slippers of the Bear",p:"inv_boots_05",sta:3,str:3,rand:1185},{id:"15506|675",type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Grunt's AnkleWraps of the Tiger",p:"inv_boots_08",agi:3,str:3,rand:675},{id:"15506|1185",type:"Mail",slot:"feet",r:16,q:"2",i:"21",name:"Grunt's AnkleWraps of the Bear",p:"inv_boots_08",sta:3,str:3,rand:1185},{id:"15516|681",type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Spiked Chain Slippers of the Tiger",p:"inv_boots_fabric_01",agi:5,str:5,rand:681},{id:"15516|1191",type:"Mail",slot:"feet",r:22,q:"2",i:"27",name:"Spiked Chain Slippers of the Bear",p:"inv_boots_fabric_01",sta:5,str:5,rand:1191},{id:"15525|684",type:"Mail",slot:"feet",r:23,q:"2",i:"28",name:"Sentry's Slippers of the Tiger",p:"inv_boots_plate_08",agi:6,str:6,rand:684},{id:"15525|1194",type:"Mail",slot:"feet",r:23,q:"2",i:"28",name:"Sentry's Slippers of the Bear",p:"inv_boots_plate_08",sta:6,str:6,rand:1194},{id:"15534|684",type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Wicked Chain Boots of the Tiger",p:"inv_boots_07",agi:6,str:6,rand:684},{id:"15534|1194",type:"Mail",slot:"feet",r:26,q:"2",i:"31",name:"Wicked Chain Boots of the Bear",p:"inv_boots_07",sta:6,str:6,rand:1194},{id:"15544|684",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Thick Scale Sabatons of the Tiger",p:"inv_boots_05",agi:6,str:6,rand:684},{id:"15544|1194",type:"Mail",slot:"feet",r:27,q:"2",i:"32",name:"Thick Scale Sabatons of the Bear",p:"inv_boots_05",sta:6,str:6,rand:1194},{id:"15555|684",type:"Mail",slot:"feet",r:28,q:"2",i:"33",name:"Pillager's Boots of the Tiger",p:"inv_boots_wolf",agi:6,str:6,rand:684},{id:"15555|1194",type:"Mail",slot:"feet",r:28,q:"2",i:"33",name:"Pillager's Boots of the Bear",p:"inv_boots_wolf",sta:6,str:6,rand:1194},{id:"15565|690",type:"Mail",slot:"feet",r:33,q:"2",i:"38",name:"Marauder's Boots of the Tiger",p:"inv_boots_01",agi:8,str:8,rand:690},{id:"15565|1200",type:"Mail",slot:"feet",r:33,q:"2",i:"38",name:"Marauder's Boots of the Bear",p:"inv_boots_01",sta:8,str:8,rand:1200},{id:"15576|690",type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Sparkleshell Sabatons of the Tiger",p:"inv_boots_plate_03",agi:8,str:8,rand:690},{id:"15576|1200",type:"Mail",slot:"feet",r:34,q:"2",i:"39",name:"Sparkleshell Sabatons of the Bear",p:"inv_boots_plate_03",sta:8,str:8,rand:1200},{id:"15589|1203",type:"Mail",slot:"feet",r:36,q:"2",i:"41",name:"Steadfast Stompers of the Bear",p:"inv_boots_01",sta:9,str:9,rand:1203},{id:"15599|1203",type:"Mail",slot:"feet",r:39,q:"2",i:"44",name:"Ancient Greaves of the Bear",p:"inv_boots_plate_04",sta:9,str:9,rand:1203},{id:"15614|1203",type:"Mail",slot:"feet",r:40,q:"2",i:"45",name:"Bonelink Sabatons of the Bear",p:"inv_boots_plate_09",sta:9,str:9,rand:1203},{id:"15626|1206",type:"Mail",slot:"feet",r:42,q:"2",i:"47",name:"Gryphon Mail Greaves of the Bear",p:"inv_boots_08",sta:10,str:10,rand:1206},{id:"15630|1209",type:"Mail",slot:"feet",r:44,q:"2",i:"49",name:"Formidable Sabatons of the Bear",p:"inv_boots_plate_06",sta:11,str:11,rand:1209},{id:"15642|1212",type:"Mail",slot:"feet",r:47,q:"2",i:"52",name:"Ironhide Greaves of the Bear",p:"inv_boots_02",sta:12,str:12,rand:1212},{id:"15658|1215",type:"Mail",slot:"feet",r:54,q:"2",i:"59",name:"Impenetrable Sabatons of the Bear",p:"inv_boots_plate_08",sta:13,str:13,rand:1215},{id:"15674|1215",type:"Mail",slot:"feet",r:55,q:"2",i:"60",name:"Magnificent Greaves of the Bear",p:"inv_boots_02",sta:13,str:13,rand:1215},{id:"15678|1218",type:"Mail",slot:"feet",r:58,q:"2",i:"63",name:"Triumphant Sabatons of the Bear",p:"inv_boots_plate_03",sta:14,str:14,rand:1218},{id:"15694|1212",type:"Mail",slot:"feet",r:49,q:"2",i:"54",name:"Merciless Greaves of the Bear",p:"inv_boots_plate_08",sta:12,str:12,rand:1212},{id:15861,type:"Leather",slot:"feet",r:57,q:"2",i:"60",name:"Swiftfoot Treads",p:"inv_boots_07",agi:18,str:5},{id:16483,type:"Plate",slot:"feet",r:60,q:"4",i:"71",name:"Marshal's Plate Boots",p:"inv_boots_plate_09",agi:12,str:18,sta:24,hit:1},{id:16545,type:"Plate",slot:"feet",r:60,q:"4",i:"71",name:"General's Plate Boots",p:"inv_boots_plate_04",agi:12,str:18,sta:24,hit:1},{id:16977,type:"Leather",slot:"feet",r:22,q:"3",i:"27",name:"Warsong Boots",p:"inv_boots_05",agi:8,sta:6},{id:16982,type:"Leather",slot:"feet",r:54,q:"4",i:"59",name:"Corehound Boots",p:"inv_boots_07",agi:13,sta:10,resist:{fire:24}},{id:16984,type:"Mail",slot:"feet",r:56,q:"4",i:"61",name:"Black Dragonscale Boots",p:"inv_boots_plate_09",sta:10,resist:{fire:24},ap:28},{id:17688,type:"Plate",slot:"feet",r:30,q:"2",i:"40",name:"Jungle Boots",p:"inv_boots_plate_01",str:7,sta:4},{id:17728,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Albino Crocscale Boots",p:"inv_boots_05",agi:20,sta:5,resist:{nature:5}},{id:18043,type:"Leather",slot:"feet",r:52,q:"3",i:"57",name:"Coal Miner Boots",p:"inv_boots_08",str:9,sta:17,resist:{fire:10}},{id:18379,type:"Mail",slot:"feet",r:57,q:"3",i:"62",name:"Odious Greaves",p:"inv_boots_plate_06",sta:18,ap:22},{id:18411,type:"Leather",slot:"feet",r:54,q:"2",i:"57",name:"Spry Boots",p:"inv_boots_06",agi:12},{id:18476,type:"Leather",slot:"feet",r:55,q:"2",i:"60",name:"Mud Stained Boots",p:"inv_boots_07",str:10,sta:15},{id:18506,type:"Leather",slot:"feet",r:57,q:"3",i:"62",name:"Mongoose Boots",p:"inv_boots_08",agi:23,sta:9},{id:18521,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Grimy Metal Boots",p:"inv_boots_plate_01",str:17},{id:18716,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Ash Covered Boots",p:"inv_boots_08",agi:13,sta:13},{id:18806,type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Core Forged Greaves",p:"inv_boots_plate_09",sta:28,resist:{fire:12,shadow:8},d:4},{id:19048,type:"Mail",slot:"feet",r:59,q:"3",i:"64",name:"Heavy Timbermaw Boots",p:"inv_boots_chain_10",sta:23,ap:20},{id:"20039|699",type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Dark Iron Boots of the Tiger",p:"inv_boots_chain_08",resist:{fire:28},agi:11,str:11,rand:699},{id:"20039|1209",type:"Plate",slot:"feet",r:60,q:"4",i:"70",name:"Dark Iron Boots of the Bear",p:"inv_boots_chain_08",resist:{fire:28},sta:11,str:11,rand:1209},{id:20048,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:12},{id:20049,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:8},{id:20050,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20051,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20052,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:12,sta:16,ap:16},{id:20053,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:16,ap:16},{id:20091,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20092,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20093,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Chain Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20100,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:13,ap:12},{id:20101,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:6,sta:10,ap:6},{id:20102,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Lizardhide Boots",p:"inv_boots_cloth_04",agi:5,sta:8},{id:20109,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:7},{id:20110,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:6},{id:20111,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Lamellar Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:4},{id:20112,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:11,sta:13,ap:12},{id:20113,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:8,sta:10,ap:6},{id:20114,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Leather Boots",p:"inv_boots_cloth_05",agi:7,sta:8},{id:20121,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20122,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20123,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Mail Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20127,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:10},{id:20128,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:8},{id:20129,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Highlander's Plate Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:6},{id:20154,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20155,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20156,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20157,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Chain Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20167,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:16,ap:16},{id:20168,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:6,sta:10,ap:6},{id:20169,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:5,sta:8},{id:20170,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Lizardhide Boots",p:"inv_boots_cloth_04",agi:8,sta:13,ap:12},{id:20181,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:8},{id:20182,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:4},{id:20183,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:6},{id:20185,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Lamellar Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:7},{id:20186,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:12,sta:16,ap:16},{id:20187,type:"Leather",slot:"feet",r:38,q:"3",i:"43",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:8,sta:10,ap:6},{id:20188,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:7,sta:8},{id:20189,type:"Leather",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Leather Boots",p:"inv_boots_cloth_05",agi:11,sta:13,ap:12},{id:20199,type:"Mail",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:15,sta:16},{id:20200,type:"Mail",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:10,sta:10},{id:20201,type:"Leather",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:8,sta:8},{id:20202,type:"Mail",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Mail Greaves",p:"inv_boots_chain_02",agi:12,sta:13},{id:20208,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:12,str:14,sta:12},{id:20209,type:"Plate",slot:"feet",r:40,q:"3",i:"43",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:8,str:8,sta:8},{id:20210,type:"Mail",slot:"feet",r:28,q:"3",i:"33",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:6,str:6,sta:6},{id:20211,type:"Plate",slot:"feet",r:48,q:"3",i:"53",name:"Defiler's Plate Greaves",p:"inv_boots_plate_04",agi:10,str:11,sta:10},{id:20255,type:"Leather",slot:"feet",r:50,q:"3",i:"52",name:"Whisperwalk Boots",p:"inv_boots_cloth_05",agi:18,sta:4},{id:20619,type:"Plate",slot:"feet",r:60,q:"4",i:"72",name:"Acid Inscribed Greaves",p:"inv_boots_plate_04",str:8,sta:19,resist:{nature:25},d:6},{id:20629,type:"Mail",slot:"feet",r:60,q:"4",i:"72",name:"Malignant Footguards",p:"inv_boots_chain_08",str:10,sta:12},{id:20710,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Crystal Encrusted Greaves",p:"inv_boots_plate_02",sta:21,d:5},{id:20711,type:"Plate",slot:"feet",r:58,q:"3",i:"63",name:"Crystal Lined Greaves",p:"inv_boots_plate_02",str:12,sta:12},{id:20715,type:"Leather",slot:"feet",r:58,q:"3",i:"63",name:"Dunestalker's Boots",p:"inv_boots_08",agi:19,str:9,sta:10},{id:21333,type:"Plate",slot:"feet",r:60,q:"4",i:"78",name:"Conqueror's Greaves",p:"inv_boots_plate_05",agi:17,str:21,sta:23,d:4},{id:21532,type:"Leather",slot:"feet",r:60,q:"4",i:"77",name:"Drudge Boots",p:"inv_boots_08",agi:17,str:13,sta:20,resist:{nature:20}},{id:22270,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Entrenching Boots",p:"inv_boots_plate_02",agi:5,str:11,sta:10},{id:22420,type:"Plate",slot:"feet",r:60,q:"4",i:"86",name:"Dreadnaught Sabatons",p:"inv_boots_plate_06",str:15,sta:34,d:9},{id:22472,type:"Leather",slot:"feet",r:56,q:"3",i:"61",name:"Boots of Ferocity",p:"inv_boots_08",agi:13,str:13,sta:13},{id:209581,type:"Mail",slot:"feet",r:25,q:"3",i:"30",name:"Silver Hand Sabatons",p:"inv_boots_01",agi:5,str:9,sta:4},{id:209689,type:"Mail",slot:"feet",r:25,q:"3",i:"33",name:"Crabshell Waders",p:"inv_boots_chain_08",str:11,sta:6},{id:211506,type:"Mail",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Avenger's Boots",p:"inv_boots_chain_06",str:10,sta:5},{id:211508,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Elementalist's Footpads",p:"inv_boots_cloth_05",agi:5},{id:211511,type:"Leather",slot:"feet",r:25,q:"3",i:"30",name:"Twilight Slayer's Footpads",p:"inv_boots_05",agi:7,str:5,sta:7},{id:212589,type:"Leather",slot:"feet",r:12,q:"2",i:"17",name:"Courier Treads",p:"inv_boots_05",agi:4},{id:213294,type:"Plate",slot:"feet",r:40,q:"3",i:"45",name:"Caverndeep Sabatons",p:"inv_boots_01",agi:9,str:7,sta:10,d:4},{id:213335,type:"Plate",slot:"feet",r:40,q:"3",i:"45",name:"H.A.Z.A.R.D. Boots",p:"inv_boots_plate_02",str:13,sta:12},{id:213339,type:"Mail",slot:"feet",r:40,q:"3",i:"45",name:"Electromantic Grounding Sabatons",p:"inv_boots_plate_07",agi:11,sta:9},{id:213340,type:"Leather",slot:"feet",r:40,q:"3",i:"45",name:"Gnomebot Operators Boots",p:"inv_boots_05",agi:7,str:9,sta:9},{id:213341,type:"Leather",slot:"feet",r:40,q:"3",i:"45",name:"Insulated Workboots",p:"inv_boots_05",agi:9,str:8,sta:8},{id:217275,type:"Mail",slot:"feet",r:35,q:"2",i:"40",name:"Golden Scale Boots",p:"inv_boots_01",str:8},{id:217306,type:"Plate",slot:"feet",r:40,q:"3",i:"41",name:"Revelosh's Boots",p:"inv_boots_plate_06",str:12,sta:11},{id:220561,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Tenacious Troll Kickers",p:"inv_boots_plate_05",str:8,sta:10,hit:1,block:18},{id:220562,type:"Mail",slot:"feet",r:50,q:"4",i:"53",name:"Bloodshot Battle Greaves",p:"inv_boots_01",agi:6,str:15,sta:20},{id:220563,type:"Mail",slot:"feet",r:50,q:"3",i:"55",name:"Boots of the Atal'ai Blood Shaman",p:"inv_boots_01",sta:7,hit:1},{id:220648,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Banished Martyr's Plate Boots",p:"inv_boots_plate_05",str:7,sta:19},{id:220656,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Wailing Berserker's Battleboots",p:"inv_boots_wolf",agi:9,sta:13,ap:28},{id:220799,type:"Plate",slot:"feet",r:50,q:"3",i:"51",name:"Sergeant Major's Plate Greaves",p:"inv_boots_plate_08",agi:7,str:8,sta:17},{id:220800,type:"Plate",slot:"feet",r:50,q:"3",i:"51",name:"First Sergeant's Plate Greaves",p:"inv_boots_plate_08",agi:7,str:8,sta:17},{id:221379,type:"Plate",slot:"feet",r:50,q:"3",i:"50",name:"Emerald Dream Sabatons",p:"inv_boots_01",agi:6,str:8,sta:16},{id:223196,type:"Plate",slot:"feet",r:50,q:"3",i:"55",name:"Godslayer's Greaves",p:"inv_boots_plate_09",agi:14,str:14,resist:{nature:5}},{id:223962,type:"Leather",slot:"feet",r:42,q:"3",i:"47",name:"Sandstalker Ankleguards",p:"inv_bracer_04",agi:17,str:8},{id:226487,type:"Plate",slot:"feet",r:60,q:"4",i:"66",name:"Sabatons of Might",p:"inv_boots_plate_04",agi:8,str:15,sta:26,resist:{fire:7},block:12},{id:226496,type:"Plate",slot:"feet",r:60,q:"4",i:"66",name:"Treads of Might",p:"inv_boots_plate_04",str:21,sta:20,resist:{fire:7},hit:1},{id:226764,type:"Plate",slot:"feet",r:54,q:"3",i:"59",name:"Boots of Valor",p:"inv_boots_plate_03",agi:7,str:18,sta:11},{id:226857,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Battleboots of Heroism",p:"inv_boots_plate_03",str:25,sta:12,hit:1},{id:226871,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Sabatons of Heroism",p:"inv_boots_plate_03",str:15,sta:20,hit:1,d:7},{id:226879,type:"Plate",slot:"feet",r:0,q:"4",i:"60",name:"Boots of Heroism",p:"inv_boots_plate_03",str:20,sta:20,hit:1},{id:227051,type:"Plate",slot:"feet",r:60,q:"3",i:"66",name:"Blood Guard's Plate Greaves",p:"inv_boots_plate_09",agi:9,str:10,sta:23},{id:227052,type:"Plate",slot:"feet",r:60,q:"3",i:"66",name:"Knight-Lieutenant's Plate Greaves",p:"inv_boots_plate_09",agi:9,str:10,sta:23},{id:227810,type:"Mail",slot:"feet",r:59,q:"3",i:"64",name:"Dense Timbermaw Boots",p:"inv_boots_chain_10",sta:23,ap:20},{id:227822,type:"Leather",slot:"feet",r:54,q:"4",i:"59",name:"Thick Corehound Boots",p:"inv_boots_07",agi:13,sta:10,resist:{fire:24}},{id:227829,type:"Mail",slot:"feet",r:56,q:"4",i:"61",name:"Hardened Black Dragonscale Boots",p:"inv_boots_plate_09",sta:10,resist:{fire:24},ap:28},{id:227957,type:"Mail",slot:"feet",r:52,q:"3",i:"57",name:"Savage Gladiator Greaves",p:"inv_boots_01",agi:15,str:10,sta:13},{id:227992,type:"Plate",slot:"feet",r:54,q:"3",i:"59",name:"Death Knight Sabatons",p:"inv_boots_plate_08",str:11,sta:11},{id:227998,type:"Mail",slot:"feet",r:56,q:"3",i:"61",name:"Bloodmail Boots",p:"inv_boots_01",agi:9,str:9,sta:10,hit:1},{id:227999,type:"Plate",slot:"feet",r:56,q:"3",i:"61",name:"Deathbone Sabatons",p:"inv_boots_01",sta:9,d:10},{id:228004,type:"Mail",slot:"feet",r:56,q:"3",i:"61",name:"Windreaver Greaves",p:"inv_boots_plate_04",agi:20,hit:1},{id:228253,type:"Mail",slot:"feet",r:60,q:"4",i:"68",name:"Sabatons of the Flamewalker",p:"inv_boots_chain_05",sta:24,resist:{fire:11},ap:34}],finger1:[{id:1076,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Defias Renegade Ring",p:"inv_jewelry_ring_02",agi:3,sta:3},{id:1156,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Lavishly Jeweled Ring",p:"inv_jewelry_ring_09",agi:2},{id:1189,type:"Miscellaneous",slot:"finger",r:15,q:"2",i:"20",name:"Overseer's Ring",p:"inv_jewelry_ring_03",str:3},{id:1491,type:"Miscellaneous",slot:"finger",r:20,q:"3",i:"25",name:"Ring of Precision",p:"inv_jewelry_ring_14",agi:6},{id:2246,type:"Miscellaneous",slot:"finger",r:53,q:"4",i:"58",name:"Myrmidon's Signet",p:"inv_jewelry_ring_05",agi:7,str:10,sta:17},{id:2262,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Mark of Kern",p:"inv_jewelry_ring_15",sta:4,ap:20},{id:2933,type:"Miscellaneous",slot:"finger",r:16,q:"3",i:"31",name:"Seal of Wrynn",p:"inv_jewelry_ring_05",agi:3,str:3,sta:4},{id:2951,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Ring of the Underwood",p:"inv_jewelry_ring_12",agi:10,str:2,sta:3},{id:4549,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"46",name:"Seafire Band",p:"inv_jewelry_ring_04",agi:2,str:2,sta:10},{id:5010,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"40",name:"Inscribed Gold Ring",p:"inv_jewelry_ring_03",str:2,sta:8},{id:5351,type:"Miscellaneous",slot:"finger",r:11,q:"2",i:"20",name:"Bounty Hunter's Ring",p:"inv_jewelry_ring_01",agi:3,sta:1},{id:6321,type:"Miscellaneous",slot:"finger",r:21,q:"3",i:"26",name:"Silverlaine's Family Seal",p:"inv_belt_29",str:7,sta:3},{id:6414,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"29",name:"Seal of Sylvanas",p:"inv_jewelry_ring_15",str:3,sta:8},{id:6748,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Monkey Ring",p:"inv_jewelry_ring_14",agi:6},{id:6749,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Tiger Band",p:"inv_jewelry_ring_13",str:6},{id:6757,type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"38",name:"Jaina's Signet Ring",p:"inv_jewelry_ring_05",str:3,sta:7},{id:"7426|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"7426|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"7426|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"7547|690",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Tiger",p:"inv_jewelry_ring_15",agi:8,str:8,rand:690},{id:"7547|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_15",sta:8,str:8,rand:1200},{id:"7547|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_15",str:11,rand:192},{id:7552,type:"Miscellaneous",slot:"finger",r:39,q:"2",i:"44",name:"Falcon's Hook",p:"inv_jewelry_ring_10",agi:9,str:3},{id:7686,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Ironspine's Eye",p:"inv_jewelry_ring_04",agi:9,str:4},{id:8350,type:"Miscellaneous",slot:"finger",r:10,q:"2",i:"15",name:"The 1 Ring",p:"inv_jewelry_ring_03",agi:1,str:1,sta:1},{id:"9461|687",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Tiger",p:"inv_misc_gear_01",resist:{nature:5},agi:7,str:7,rand:687},{id:"9461|1197",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Bear",p:"inv_misc_gear_01",resist:{nature:5},sta:7,str:7,rand:1197},{id:"9461|191",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of Strength",p:"inv_misc_gear_01",resist:{nature:5},str:10,rand:191},{id:9533,type:"Miscellaneous",slot:"finger",r:40,q:"3",i:"47",name:"Masons Fraternity Ring",p:"inv_jewelry_ring_03",agi:13,sta:5},{id:9655,type:"Miscellaneous",slot:"finger",r:42,q:"2",i:"50",name:"Seedtime Hoop",p:"inv_jewelry_ring_12",str:4},{id:"10298|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"10298|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"10298|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"10795|696",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Tiger",p:"inv_jewelry_ring_04",d:4,agi:10,str:10,rand:696},{id:"10795|1206",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Bear",p:"inv_jewelry_ring_04",d:4,sta:10,str:10,rand:1206},{id:"10795|307",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of Strength",p:"inv_jewelry_ring_04",d:4,str:15,rand:307},{id:"11118|693",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Tiger",p:"inv_stone_15",agi:9,str:9,rand:693},{id:"11118|1203",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Bear",p:"inv_stone_15",sta:9,str:9,rand:1203},{id:"11118|219",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of Strength",p:"inv_stone_15",str:13,rand:219},{id:11824,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Cyclopean Band",p:"inv_jewelry_ring_08",str:4,sta:8},{id:11862,type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"52",name:"White Bone Band",p:"inv_misc_bone_05",ap:24},{id:"11945|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Tiger",p:"inv_jewelry_ring_15",agi:9,str:9,rand:693},{id:"11945|1203",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Bear",p:"inv_jewelry_ring_15",sta:9,str:9,rand:1203},{id:"11945|219",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of Strength",p:"inv_jewelry_ring_15",str:13,rand:219},{id:"11977|1201",type:"Miscellaneous",slot:"finger",r:50,q:"2",i:"55",name:"Serpentine Loop of the Bear",p:"inv_jewelry_ring_12",sta:9,str:8,rand:1201},{id:"11979|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Peridot Circle of the Bear",p:"inv_jewelry_ring_14",sta:10,str:10,rand:1206},{id:"11980|1206",type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Opal Ring of the Bear",p:"inv_jewelry_ring_05",sta:10,str:10,rand:1206},{id:"11991|1205",type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Quicksilver Ring of the Bear",p:"inv_jewelry_ring_01",sta:9,str:10,rand:1205},{id:"11993|1185",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of the Bear",p:"inv_jewelry_ring_14",sta:3,str:3,rand:1185},{id:"11993|115",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of Strength",p:"inv_jewelry_ring_14",str:5,rand:115},{id:"11994|1188",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"11994|115",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of Strength",p:"inv_jewelry_ring_10",str:5,rand:115},{id:"11995|1188",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of the Bear",p:"inv_jewelry_ring_05",sta:4,str:4,rand:1188},{id:"11995|136",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of Strength",p:"inv_jewelry_ring_05",str:6,rand:136},{id:"11996|1191",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of the Bear",p:"inv_jewelry_ring_13",sta:5,str:5,rand:1191},{id:"11996|189",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of Strength",p:"inv_jewelry_ring_13",str:8,rand:189},{id:"11997|1194",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of the Bear",p:"inv_jewelry_ring_08",sta:6,str:6,rand:1194},{id:"11997|190",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of Strength",p:"inv_jewelry_ring_08",str:9,rand:190},{id:"11998|1194",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of the Bear",p:"inv_jewelry_ring_01",sta:6,str:6,rand:1194},{id:"11998|191",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of Strength",p:"inv_jewelry_ring_01",str:10,rand:191},{id:"11999|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of the Bear",p:"inv_jewelry_ring_02",sta:8,str:8,rand:1200},{id:"11999|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of Strength",p:"inv_jewelry_ring_02",str:11,rand:192},{id:"12001|1200",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_01",sta:8,str:8,rand:1200},{id:"12001|193",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_01",str:12,rand:193},{id:"12002|1203",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of the Bear",p:"inv_jewelry_ring_04",sta:9,str:9,rand:1203},{id:"12002|219",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of Strength",p:"inv_jewelry_ring_04",str:13,rand:219},{id:"12004|1206",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12004|307",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12005|1206",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12005|307",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12006|675",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Meadow Ring of the Tiger",p:"inv_jewelry_ring_12",agi:3,str:3,rand:675},{id:"12007|678",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Prairie Ring of the Tiger",p:"inv_jewelry_ring_02",agi:4,str:4,rand:678},{id:"12008|678",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Savannah Ring of the Tiger",p:"inv_jewelry_ring_03",agi:4,str:4,rand:678},{id:"12009|681",type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"33",name:"Tundra Ring of the Tiger",p:"inv_jewelry_ring_05",agi:5,str:5,rand:681},{id:"12010|684",type:"Miscellaneous",slot:"finger",r:32,q:"2",i:"37",name:"Fen Ring of the Tiger",p:"inv_jewelry_ring_04",agi:6,str:6,rand:684},{id:"12011|684",type:"Miscellaneous",slot:"finger",r:36,q:"2",i:"41",name:"Forest Hoop of the Tiger",p:"inv_jewelry_ring_12",agi:6,str:6,rand:684},{id:"12012|687",type:"Miscellaneous",slot:"finger",r:40,q:"2",i:"45",name:"Marsh Ring of the Tiger",p:"inv_jewelry_ring_08",agi:7,str:7,rand:687},{id:"12013|690",type:"Miscellaneous",slot:"finger",r:44,q:"2",i:"49",name:"Desert Ring of the Tiger",p:"inv_jewelry_ring_14",agi:8,str:8,rand:690},{id:"12014|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Arctic Ring of the Tiger",p:"inv_jewelry_ring_07",agi:9,str:9,rand:693},{id:"12015|693",type:"Miscellaneous",slot:"finger",r:52,q:"2",i:"57",name:"Swamp Ring of the Tiger",p:"inv_jewelry_ring_12",agi:9,str:9,rand:693},{id:"12016|696",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Tiger",p:"inv_jewelry_ring_08",agi:10,str:10,rand:696},{id:"12016|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Bear",p:"inv_jewelry_ring_08",sta:10,str:10,rand:1206},{id:"12017|699",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Tiger",p:"inv_jewelry_ring_09",agi:11,str:11,rand:699},{id:"12017|1209",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Bear",p:"inv_jewelry_ring_09",sta:11,str:11,rand:1209},{id:"12017|308",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of Strength",p:"inv_jewelry_ring_09",str:16,rand:308},{id:12052,type:"Miscellaneous",slot:"finger",r:16,q:"2",i:"21",name:"Ring of the Moon",p:"inv_jewelry_ring_05",str:1,sta:3},{id:12054,type:"Miscellaneous",slot:"finger",r:19,q:"2",i:"24",name:"Demon Band",p:"inv_jewelry_ring_04",str:4,sta:2},{id:12058,type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Demonic Bone Ring",p:"inv_jewelry_ring_01",str:8,sta:5},{id:12544,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"60",name:"Thrall's Resolve",p:"inv_jewelry_ring_05",str:4,sta:7},{id:12548,type:"Miscellaneous",slot:"finger",r:51,q:"3",i:"60",name:"Magni's Will",p:"inv_jewelry_ring_05",str:6,sta:7,crit:1},{id:12985,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Ring of Defense",p:"inv_jewelry_ring_28",d:4},{id:13093,type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Blush Ember Ring",p:"inv_jewelry_ring_25",agi:5,str:4},{id:13095,type:"Miscellaneous",slot:"finger",r:39,q:"3",i:"44",name:"Assault Band",p:"inv_jewelry_ring_04",sta:7,ap:20},{id:13097,type:"Miscellaneous",slot:"finger",r:24,q:"3",i:"29",name:"Thunderbrow Ring",p:"inv_jewelry_ring_09",agi:3,str:8},{id:13098,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Painweaver Band",p:"inv_jewelry_ring_18",sta:7,crit:1,ap:16},{id:13217,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"61",name:"Band of the Penitent",p:"inv_jewelry_ring_30",crit:1},{id:13373,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"60",name:"Band of Flesh",p:"inv_misc_bone_04",agi:3,str:6,sta:16},{id:17063,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"78",name:"Band of Accuria",p:"inv_jewelry_ring_15",agi:16,sta:10,hit:2},{id:17694,type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"25",name:"Band of the Fist",p:"inv_jewelry_ring_02",agi:3,str:3},{id:17713,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Blackstone Ring",p:"inv_jewelry_ring_17",sta:6,ap:20,hit:1},{id:"17982|675",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Tiger",p:"inv_jewelry_ring_25",resist:{fire:18},agi:3,str:3,rand:675},{id:"17982|1185",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Bear",p:"inv_jewelry_ring_25",resist:{fire:18},sta:3,str:3,rand:1185},{id:"17982|115",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of Strength",p:"inv_jewelry_ring_25",resist:{fire:18},str:5,rand:115},{id:18302,type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Band of Vigor",p:"inv_jewelry_ring_20",agi:7,str:8,sta:7},{id:18400,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"57",name:"Ring of Living Stone",p:"inv_jewelry_ring_19",str:10,sta:9},{id:18464,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"60",name:"Gordok Nose Ring",p:"inv_jewelry_ring_06",str:5,sta:9},{id:18500,type:"Miscellaneous",slot:"finger",r:56,q:"3",i:"61",name:"Tarnished Elven Ring",p:"inv_jewelry_ring_13",agi:15,hit:1},{id:18522,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Band of the Ogre King",p:"inv_jewelry_ring_32",str:14,sta:13},{id:18585,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Band of Allegiance",p:"inv_jewelry_ring_09",str:9,sta:4},{id:18674,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Hardened Stone Band",p:"inv_jewelry_ring_14",str:8,sta:8,d:3},{id:18701,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Innervating Band",p:"inv_jewelry_ring_24",agi:15,sta:9},{id:18813,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"73",name:"Ring of Binding",p:"inv_jewelry_ring_13",resist:{fire:10,nature:10,frost:10,shadow:10},d:4},{id:19325,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Don Julio's Band",p:"inv_jewelry_ring_35",sta:11,crit:1,hit:1,ap:16},{id:19384,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"83",name:"Master Dragonslayer's Ring",p:"inv_jewelry_ring_41",sta:14,ap:48,hit:1},{id:19510,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:11,str:12,sta:8},{id:19511,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:9,str:10,sta:6},{id:19512,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:8,str:8,sta:5},{id:19513,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:6,str:6,sta:4},{id:19514,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:11,str:12,sta:8},{id:19515,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:8,str:8,sta:5},{id:19516,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:9,str:10,sta:6},{id:19517,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:6,str:6,sta:4},{id:20429,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:4,str:4,sta:2},{id:20439,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:4,str:4,sta:2},{id:20505,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"52",name:"Chivalrous Signet",p:"inv_jewelry_ring_43",str:7,sta:7},{id:20624,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"72",name:"Ring of the Unliving",p:"inv_jewelry_ring_38",agi:21,sta:16},{id:20721,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Band of the Cultist",p:"inv_jewelry_ring_27",agi:12,str:7,sta:12},{id:21182,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"66",name:"Band of Earthen Might",p:"inv_jewelry_ring_19",str:6,crit:1,hit:1},{id:21189,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"62",name:"Might of Cenarius",p:"inv_jewelry_ring_41",sta:8,hit:1},{id:21196,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:10,sta:18,d:5},{id:21197,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:11,sta:19,d:5},{id:21198,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:21,d:6},{id:21199,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:22,d:6},{id:21200,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:13,sta:24,d:7},{id:21201,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:18,sta:8,hit:1},{id:21202,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:19,sta:9,hit:1},{id:21203,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:21,sta:11,hit:1},{id:21204,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:22,sta:11,hit:1},{id:21205,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:24,sta:13,hit:1},{id:21393,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet of Unyielding Strength",p:"inv_jewelry_ring_ahnqiraj_03",str:11,sta:14,crit:1},{id:22255,type:"Miscellaneous",slot:"finger",r:52,q:"3",i:"57",name:"Magma Forged Band",p:"inv_jewelry_ring_04",agi:12,str:7,sta:7},{id:22331,type:"Miscellaneous",slot:"finger",r:57,q:"3",i:"62",name:"Band of the Steadfast Hero",p:"inv_jewelry_ring_33",str:7,sta:12,d:7},{id:22680,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"66",name:"Band of Resolution",p:"inv_jewelry_ring_01",sta:18,d:5},{id:209565,type:"Miscellaneous",slot:"finger",r:25,q:"3",i:"30",name:"Band of Deep Places",p:"inv_jewelry_ring_05",str:6,sta:6},{id:211467,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"30",name:"Band of the Iron Fist",p:"inv_jewelry_ring_02",agi:7,str:4},{id:213284,type:"Miscellaneous",slot:"finger",r:40,q:"4",i:"45",name:"Hypercharged Gear of Devastation",p:"inv_misc_gear_01",agi:8,str:7,sta:10,resist:{nature:5}},{id:219022,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Hauler's Ring",p:"inv_jewelry_ring_03",str:2,sta:2},{id:219024,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Messenger's Ring",p:"inv_jewelry_ring_03",agi:2,sta:2},{id:220626,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Berserker",p:"inv_jewelry_ring_04",sta:13,hit:1,ap:20},{id:220627,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Stalker",p:"inv_jewelry_ring_04",sta:10,hit:1},{id:220630,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Juggernaut",p:"inv_jewelry_ring_04",sta:16,hit:1},{id:223194,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"55",name:"Band of the Wilds",p:"inv_jewelry_ring_08",sta:6,ap:20,hit:1},{id:223327,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"55",name:"Mark of Hakkar",p:"inv_jewelry_ring_05",str:10,sta:13},{id:224004,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Emerald Ring",p:"inv_jewelry_ring_37",sta:4,ap:6},{id:227455,type:"Miscellaneous",slot:"finger",r:0,q:"4",i:"65",name:"Ocean's Breeze",p:"inv_jewelry_ring_28",sta:8,resist:{fire:20},ap:22},{id:227966,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Naglering",p:"inv_jewelry_ring_05",sta:10,d:5},{id:228046,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Don Mauricio's Band of Domination",p:"inv_jewelry_ring_16",sta:5,crit:1},{id:228047,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Amalgam's Band",p:"inv_jewelry_ring_19",sta:5,crit:1},{id:228242,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"66",name:"Heavy Dark Iron Ring",p:"inv_jewelry_ring_14",sta:20,d:7},{id:228261,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"68",name:"Quick Strike Ring",p:"inv_jewelry_ring_07",str:5,sta:8,crit:1,ap:36}],finger2:[{id:1076,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Defias Renegade Ring",p:"inv_jewelry_ring_02",agi:3,sta:3},{id:1156,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Lavishly Jeweled Ring",p:"inv_jewelry_ring_09",agi:2},{id:1189,type:"Miscellaneous",slot:"finger",r:15,q:"2",i:"20",name:"Overseer's Ring",p:"inv_jewelry_ring_03",str:3},{id:1491,type:"Miscellaneous",slot:"finger",r:20,q:"3",i:"25",name:"Ring of Precision",p:"inv_jewelry_ring_14",agi:6},{id:2246,type:"Miscellaneous",slot:"finger",r:53,q:"4",i:"58",name:"Myrmidon's Signet",p:"inv_jewelry_ring_05",agi:7,str:10,sta:17},{id:2262,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Mark of Kern",p:"inv_jewelry_ring_15",sta:4,ap:20},{id:2933,type:"Miscellaneous",slot:"finger",r:16,q:"3",i:"31",name:"Seal of Wrynn",p:"inv_jewelry_ring_05",agi:3,str:3,sta:4},{id:2951,type:"Miscellaneous",slot:"finger",r:31,q:"3",i:"36",name:"Ring of the Underwood",p:"inv_jewelry_ring_12",agi:10,str:2,sta:3},{id:4549,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"46",name:"Seafire Band",p:"inv_jewelry_ring_04",agi:2,str:2,sta:10},{id:5010,type:"Miscellaneous",slot:"finger",r:35,q:"2",i:"40",name:"Inscribed Gold Ring",p:"inv_jewelry_ring_03",str:2,sta:8},{id:5351,type:"Miscellaneous",slot:"finger",r:11,q:"2",i:"20",name:"Bounty Hunter's Ring",p:"inv_jewelry_ring_01",agi:3,sta:1},{id:6321,type:"Miscellaneous",slot:"finger",r:21,q:"3",i:"26",name:"Silverlaine's Family Seal",p:"inv_belt_29",str:7,sta:3},{id:6414,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"29",name:"Seal of Sylvanas",p:"inv_jewelry_ring_15",str:3,sta:8},{id:6748,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Monkey Ring",p:"inv_jewelry_ring_14",agi:6},{id:6749,type:"Miscellaneous",slot:"finger",r:22,q:"2",i:"31",name:"Tiger Band",p:"inv_jewelry_ring_13",str:6},{id:6757,type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"38",name:"Jaina's Signet Ring",p:"inv_jewelry_ring_05",str:3,sta:7},{id:"7426|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"7426|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"7426|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Cerulean Ring of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"7547|690",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Tiger",p:"inv_jewelry_ring_15",agi:8,str:8,rand:690},{id:"7547|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_15",sta:8,str:8,rand:1200},{id:"7547|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_15",str:11,rand:192},{id:7552,type:"Miscellaneous",slot:"finger",r:39,q:"2",i:"44",name:"Falcon's Hook",p:"inv_jewelry_ring_10",agi:9,str:3},{id:7686,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Ironspine's Eye",p:"inv_jewelry_ring_04",agi:9,str:4},{id:8350,type:"Miscellaneous",slot:"finger",r:10,q:"2",i:"15",name:"The 1 Ring",p:"inv_jewelry_ring_03",agi:1,str:1,sta:1},{id:"9461|687",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Tiger",p:"inv_misc_gear_01",resist:{nature:5},agi:7,str:7,rand:687},{id:"9461|1197",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of the Bear",p:"inv_misc_gear_01",resist:{nature:5},sta:7,str:7,rand:1197},{id:"9461|191",type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Charged Gear of Strength",p:"inv_misc_gear_01",resist:{nature:5},str:10,rand:191},{id:9533,type:"Miscellaneous",slot:"finger",r:40,q:"3",i:"47",name:"Masons Fraternity Ring",p:"inv_jewelry_ring_03",agi:13,sta:5},{id:9655,type:"Miscellaneous",slot:"finger",r:42,q:"2",i:"50",name:"Seedtime Hoop",p:"inv_jewelry_ring_12",str:4},{id:"10298|678",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Tiger",p:"inv_jewelry_ring_10",agi:4,str:4,rand:678},{id:"10298|1188",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"10298|136",type:"Miscellaneous",slot:"finger",r:25,q:"2",i:"30",name:"Gnomeregan Band of Strength",p:"inv_jewelry_ring_10",str:6,rand:136},{id:"10795|696",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Tiger",p:"inv_jewelry_ring_04",d:4,agi:10,str:10,rand:696},{id:"10795|1206",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of the Bear",p:"inv_jewelry_ring_04",d:4,sta:10,str:10,rand:1206},{id:"10795|307",type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Drakeclaw Band of Strength",p:"inv_jewelry_ring_04",d:4,str:15,rand:307},{id:"11118|693",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Tiger",p:"inv_stone_15",agi:9,str:9,rand:693},{id:"11118|1203",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of the Bear",p:"inv_stone_15",sta:9,str:9,rand:1203},{id:"11118|219",type:"Miscellaneous",slot:"finger",r:42,q:"3",i:"47",name:"Archaedic Stone of Strength",p:"inv_stone_15",str:13,rand:219},{id:11824,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Cyclopean Band",p:"inv_jewelry_ring_08",str:4,sta:8},{id:11862,type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"52",name:"White Bone Band",p:"inv_misc_bone_05",ap:24},{id:"11945|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Tiger",p:"inv_jewelry_ring_15",agi:9,str:9,rand:693},{id:"11945|1203",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of the Bear",p:"inv_jewelry_ring_15",sta:9,str:9,rand:1203},{id:"11945|219",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Dark Iron Ring of Strength",p:"inv_jewelry_ring_15",str:13,rand:219},{id:"11977|1201",type:"Miscellaneous",slot:"finger",r:50,q:"2",i:"55",name:"Serpentine Loop of the Bear",p:"inv_jewelry_ring_12",sta:9,str:8,rand:1201},{id:"11979|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Peridot Circle of the Bear",p:"inv_jewelry_ring_14",sta:10,str:10,rand:1206},{id:"11980|1206",type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Opal Ring of the Bear",p:"inv_jewelry_ring_05",sta:10,str:10,rand:1206},{id:"11991|1205",type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Quicksilver Ring of the Bear",p:"inv_jewelry_ring_01",sta:9,str:10,rand:1205},{id:"11993|1185",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of the Bear",p:"inv_jewelry_ring_14",sta:3,str:3,rand:1185},{id:"11993|115",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Clay Ring of Strength",p:"inv_jewelry_ring_14",str:5,rand:115},{id:"11994|1188",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of the Bear",p:"inv_jewelry_ring_10",sta:4,str:4,rand:1188},{id:"11994|115",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Coral Band of Strength",p:"inv_jewelry_ring_10",str:5,rand:115},{id:"11995|1188",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of the Bear",p:"inv_jewelry_ring_05",sta:4,str:4,rand:1188},{id:"11995|136",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Ivory Band of Strength",p:"inv_jewelry_ring_05",str:6,rand:136},{id:"11996|1191",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of the Bear",p:"inv_jewelry_ring_13",sta:5,str:5,rand:1191},{id:"11996|189",type:"Miscellaneous",slot:"finger",r:29,q:"2",i:"34",name:"Basalt Ring of Strength",p:"inv_jewelry_ring_13",str:8,rand:189},{id:"11997|1194",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of the Bear",p:"inv_jewelry_ring_08",sta:6,str:6,rand:1194},{id:"11997|190",type:"Miscellaneous",slot:"finger",r:33,q:"2",i:"38",name:"Greenstone Circle of Strength",p:"inv_jewelry_ring_08",str:9,rand:190},{id:"11998|1194",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of the Bear",p:"inv_jewelry_ring_01",sta:6,str:6,rand:1194},{id:"11998|191",type:"Miscellaneous",slot:"finger",r:37,q:"2",i:"42",name:"Jet Loop of Strength",p:"inv_jewelry_ring_01",str:10,rand:191},{id:"11999|1200",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of the Bear",p:"inv_jewelry_ring_02",sta:8,str:8,rand:1200},{id:"11999|192",type:"Miscellaneous",slot:"finger",r:41,q:"2",i:"46",name:"Lodestone Hoop of Strength",p:"inv_jewelry_ring_02",str:11,rand:192},{id:"12001|1200",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of the Bear",p:"inv_jewelry_ring_01",sta:8,str:8,rand:1200},{id:"12001|193",type:"Miscellaneous",slot:"finger",r:45,q:"2",i:"50",name:"Onyx Ring of Strength",p:"inv_jewelry_ring_01",str:12,rand:193},{id:"12002|1203",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of the Bear",p:"inv_jewelry_ring_04",sta:9,str:9,rand:1203},{id:"12002|219",type:"Miscellaneous",slot:"finger",r:49,q:"2",i:"54",name:"Marble Circle of Strength",p:"inv_jewelry_ring_04",str:13,rand:219},{id:"12004|1206",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12004|307",type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Obsidian Band of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12005|1206",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of the Bear",p:"inv_jewelry_ring_01",sta:10,str:10,rand:1206},{id:"12005|307",type:"Miscellaneous",slot:"finger",r:57,q:"2",i:"62",name:"Granite Ring of Strength",p:"inv_jewelry_ring_01",str:15,rand:307},{id:"12006|675",type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"22",name:"Meadow Ring of the Tiger",p:"inv_jewelry_ring_12",agi:3,str:3,rand:675},{id:"12007|678",type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Prairie Ring of the Tiger",p:"inv_jewelry_ring_02",agi:4,str:4,rand:678},{id:"12008|678",type:"Miscellaneous",slot:"finger",r:23,q:"2",i:"28",name:"Savannah Ring of the Tiger",p:"inv_jewelry_ring_03",agi:4,str:4,rand:678},{id:"12009|681",type:"Miscellaneous",slot:"finger",r:28,q:"2",i:"33",name:"Tundra Ring of the Tiger",p:"inv_jewelry_ring_05",agi:5,str:5,rand:681},{id:"12010|684",type:"Miscellaneous",slot:"finger",r:32,q:"2",i:"37",name:"Fen Ring of the Tiger",p:"inv_jewelry_ring_04",agi:6,str:6,rand:684},{id:"12011|684",type:"Miscellaneous",slot:"finger",r:36,q:"2",i:"41",name:"Forest Hoop of the Tiger",p:"inv_jewelry_ring_12",agi:6,str:6,rand:684},{id:"12012|687",type:"Miscellaneous",slot:"finger",r:40,q:"2",i:"45",name:"Marsh Ring of the Tiger",p:"inv_jewelry_ring_08",agi:7,str:7,rand:687},{id:"12013|690",type:"Miscellaneous",slot:"finger",r:44,q:"2",i:"49",name:"Desert Ring of the Tiger",p:"inv_jewelry_ring_14",agi:8,str:8,rand:690},{id:"12014|693",type:"Miscellaneous",slot:"finger",r:48,q:"2",i:"53",name:"Arctic Ring of the Tiger",p:"inv_jewelry_ring_07",agi:9,str:9,rand:693},{id:"12015|693",type:"Miscellaneous",slot:"finger",r:52,q:"2",i:"57",name:"Swamp Ring of the Tiger",p:"inv_jewelry_ring_12",agi:9,str:9,rand:693},{id:"12016|696",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Tiger",p:"inv_jewelry_ring_08",agi:10,str:10,rand:696},{id:"12016|1206",type:"Miscellaneous",slot:"finger",r:56,q:"2",i:"61",name:"Jungle Ring of the Bear",p:"inv_jewelry_ring_08",sta:10,str:10,rand:1206},{id:"12017|699",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Tiger",p:"inv_jewelry_ring_09",agi:11,str:11,rand:699},{id:"12017|1209",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of the Bear",p:"inv_jewelry_ring_09",sta:11,str:11,rand:1209},{id:"12017|308",type:"Miscellaneous",slot:"finger",r:60,q:"2",i:"65",name:"Prismatic Band of Strength",p:"inv_jewelry_ring_09",str:16,rand:308},{id:12052,type:"Miscellaneous",slot:"finger",r:16,q:"2",i:"21",name:"Ring of the Moon",p:"inv_jewelry_ring_05",str:1,sta:3},{id:12054,type:"Miscellaneous",slot:"finger",r:19,q:"2",i:"24",name:"Demon Band",p:"inv_jewelry_ring_04",str:4,sta:2},{id:12058,type:"Miscellaneous",slot:"finger",r:59,q:"2",i:"64",name:"Demonic Bone Ring",p:"inv_jewelry_ring_01",str:8,sta:5},{id:12544,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"60",name:"Thrall's Resolve",p:"inv_jewelry_ring_05",str:4,sta:7},{id:12548,type:"Miscellaneous",slot:"finger",r:51,q:"3",i:"60",name:"Magni's Will",p:"inv_jewelry_ring_05",str:6,sta:7,crit:1},{id:12985,type:"Miscellaneous",slot:"finger",r:17,q:"3",i:"22",name:"Ring of Defense",p:"inv_jewelry_ring_28",d:4},{id:13093,type:"Miscellaneous",slot:"finger",r:32,q:"3",i:"37",name:"Blush Ember Ring",p:"inv_jewelry_ring_25",agi:5,str:4},{id:13095,type:"Miscellaneous",slot:"finger",r:39,q:"3",i:"44",name:"Assault Band",p:"inv_jewelry_ring_04",sta:7,ap:20},{id:13097,type:"Miscellaneous",slot:"finger",r:24,q:"3",i:"29",name:"Thunderbrow Ring",p:"inv_jewelry_ring_09",agi:3,str:8},{id:13098,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Painweaver Band",p:"inv_jewelry_ring_18",sta:7,crit:1,ap:16},{id:13217,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"61",name:"Band of the Penitent",p:"inv_jewelry_ring_30",crit:1},{id:13373,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"60",name:"Band of Flesh",p:"inv_misc_bone_04",agi:3,str:6,sta:16},{id:17063,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"78",name:"Band of Accuria",p:"inv_jewelry_ring_15",agi:16,sta:10,hit:2},{id:17694,type:"Miscellaneous",slot:"finger",r:17,q:"2",i:"25",name:"Band of the Fist",p:"inv_jewelry_ring_02",agi:3,str:3},{id:17713,type:"Miscellaneous",slot:"finger",r:49,q:"3",i:"54",name:"Blackstone Ring",p:"inv_jewelry_ring_17",sta:6,ap:20,hit:1},{id:"17982|675",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Tiger",p:"inv_jewelry_ring_25",resist:{fire:18},agi:3,str:3,rand:675},{id:"17982|1185",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of the Bear",p:"inv_jewelry_ring_25",resist:{fire:18},sta:3,str:3,rand:1185},{id:"17982|115",type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Ragnaros Core of Strength",p:"inv_jewelry_ring_25",resist:{fire:18},str:5,rand:115},{id:18302,type:"Miscellaneous",slot:"finger",r:53,q:"2",i:"58",name:"Band of Vigor",p:"inv_jewelry_ring_20",agi:7,str:8,sta:7},{id:18400,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"57",name:"Ring of Living Stone",p:"inv_jewelry_ring_19",str:10,sta:9},{id:18464,type:"Miscellaneous",slot:"finger",r:55,q:"2",i:"60",name:"Gordok Nose Ring",p:"inv_jewelry_ring_06",str:5,sta:9},{id:18500,type:"Miscellaneous",slot:"finger",r:56,q:"3",i:"61",name:"Tarnished Elven Ring",p:"inv_jewelry_ring_13",agi:15,hit:1},{id:18522,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Band of the Ogre King",p:"inv_jewelry_ring_32",str:14,sta:13},{id:18585,type:"Miscellaneous",slot:"finger",r:30,q:"3",i:"35",name:"Band of Allegiance",p:"inv_jewelry_ring_09",str:9,sta:4},{id:18674,type:"Miscellaneous",slot:"finger",r:54,q:"2",i:"59",name:"Hardened Stone Band",p:"inv_jewelry_ring_14",str:8,sta:8,d:3},{id:18701,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Innervating Band",p:"inv_jewelry_ring_24",agi:15,sta:9},{id:18813,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"73",name:"Ring of Binding",p:"inv_jewelry_ring_13",resist:{fire:10,nature:10,frost:10,shadow:10},d:4},{id:19325,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Don Julio's Band",p:"inv_jewelry_ring_35",sta:11,crit:1,hit:1,ap:16},{id:19384,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"83",name:"Master Dragonslayer's Ring",p:"inv_jewelry_ring_41",sta:14,ap:48,hit:1},{id:19510,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:11,str:12,sta:8},{id:19511,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:9,str:10,sta:6},{id:19512,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:8,str:8,sta:5},{id:19513,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:6,str:6,sta:4},{id:19514,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:11,str:12,sta:8},{id:19515,type:"Miscellaneous",slot:"finger",r:38,q:"3",i:"43",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:8,str:8,sta:5},{id:19516,type:"Miscellaneous",slot:"finger",r:48,q:"3",i:"53",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:9,str:10,sta:6},{id:19517,type:"Miscellaneous",slot:"finger",r:28,q:"3",i:"33",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:6,str:6,sta:4},{id:20429,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Legionnaire's Band",p:"inv_jewelry_ring_21",agi:4,str:4,sta:2},{id:20439,type:"Miscellaneous",slot:"finger",r:18,q:"3",i:"23",name:"Protector's Band",p:"inv_jewelry_ring_10",agi:4,str:4,sta:2},{id:20505,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"52",name:"Chivalrous Signet",p:"inv_jewelry_ring_43",str:7,sta:7},{id:20624,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"72",name:"Ring of the Unliving",p:"inv_jewelry_ring_38",agi:21,sta:16},{id:20721,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"65",name:"Band of the Cultist",p:"inv_jewelry_ring_27",agi:12,str:7,sta:12},{id:21182,type:"Miscellaneous",slot:"finger",r:60,q:"3",i:"66",name:"Band of Earthen Might",p:"inv_jewelry_ring_19",str:6,crit:1,hit:1},{id:21189,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"62",name:"Might of Cenarius",p:"inv_jewelry_ring_41",sta:8,hit:1},{id:21196,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:10,sta:18,d:5},{id:21197,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:11,sta:19,d:5},{id:21198,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:21,d:6},{id:21199,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:12,sta:22,d:6},{id:21200,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",str:13,sta:24,d:7},{id:21201,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"60",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:18,sta:8,hit:1},{id:21202,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:19,sta:9,hit:1},{id:21203,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"70",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:21,sta:11,hit:1},{id:21204,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"75",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:22,sta:11,hit:1},{id:21205,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"80",name:"Signet Ring of the Bronze Dragonflight",p:"inv_jewelry_ring_40",agi:24,sta:13,hit:1},{id:21393,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"65",name:"Signet of Unyielding Strength",p:"inv_jewelry_ring_ahnqiraj_03",str:11,sta:14,crit:1},{id:22255,type:"Miscellaneous",slot:"finger",r:52,q:"3",i:"57",name:"Magma Forged Band",p:"inv_jewelry_ring_04",agi:12,str:7,sta:7},{id:22331,type:"Miscellaneous",slot:"finger",r:57,q:"3",i:"62",name:"Band of the Steadfast Hero",p:"inv_jewelry_ring_33",str:7,sta:12,d:7},{id:22680,type:"Miscellaneous",slot:"finger",r:55,q:"3",i:"66",name:"Band of Resolution",p:"inv_jewelry_ring_01",sta:18,d:5},{id:209565,type:"Miscellaneous",slot:"finger",r:25,q:"3",i:"30",name:"Band of Deep Places",p:"inv_jewelry_ring_05",str:6,sta:6},{id:211467,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"30",name:"Band of the Iron Fist",p:"inv_jewelry_ring_02",agi:7,str:4},{id:213284,type:"Miscellaneous",slot:"finger",r:40,q:"4",i:"45",name:"Hypercharged Gear of Devastation",p:"inv_misc_gear_01",agi:8,str:7,sta:10,resist:{nature:5}},{id:219022,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Hauler's Ring",p:"inv_jewelry_ring_03",str:2,sta:2},{id:219024,type:"Miscellaneous",slot:"finger",r:0,q:"2",i:"20",name:"Messenger's Ring",p:"inv_jewelry_ring_03",agi:2,sta:2},{id:220626,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Berserker",p:"inv_jewelry_ring_04",sta:13,hit:1,ap:20},{id:220627,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Stalker",p:"inv_jewelry_ring_04",sta:10,hit:1},{id:220630,type:"Miscellaneous",slot:"finger",r:50,q:"4",i:"55",name:"Drakeclaw Band of the Juggernaut",p:"inv_jewelry_ring_04",sta:16,hit:1},{id:223194,type:"Miscellaneous",slot:"finger",r:50,q:"3",i:"55",name:"Band of the Wilds",p:"inv_jewelry_ring_08",sta:6,ap:20,hit:1},{id:223327,type:"Miscellaneous",slot:"finger",r:0,q:"3",i:"55",name:"Mark of Hakkar",p:"inv_jewelry_ring_05",str:10,sta:13},{id:224004,type:"Miscellaneous",slot:"finger",r:20,q:"2",i:"25",name:"Emerald Ring",p:"inv_jewelry_ring_37",sta:4,ap:6},{id:227455,type:"Miscellaneous",slot:"finger",r:0,q:"4",i:"65",name:"Ocean's Breeze",p:"inv_jewelry_ring_28",sta:8,resist:{fire:20},ap:22},{id:227966,type:"Miscellaneous",slot:"finger",r:54,q:"3",i:"59",name:"Naglering",p:"inv_jewelry_ring_05",sta:10,d:5},{id:228046,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Don Mauricio's Band of Domination",p:"inv_jewelry_ring_16",sta:5,crit:1},{id:228047,type:"Miscellaneous",slot:"finger",r:58,q:"3",i:"63",name:"Amalgam's Band",p:"inv_jewelry_ring_19",sta:5,crit:1},{id:228242,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"66",name:"Heavy Dark Iron Ring",p:"inv_jewelry_ring_14",sta:20,d:7},{id:228261,type:"Miscellaneous",slot:"finger",r:60,q:"4",i:"68",name:"Quick Strike Ring",p:"inv_jewelry_ring_07",str:5,sta:8,crit:1,ap:36}],trinket1:[{id:10779,type:"Miscellaneous",slot:"trinket",r:45,q:"2",i:"60",name:"Demon's Blood",p:"spell_shadow_lifedrain",d:3},{id:11810,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"60",name:"Force of Will",p:"inv_jewelry_amulet_01",d:7},{id:13209,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"61",name:"Seal of the Dawn",p:"inv_misc_armorkit_18",ap:81},{id:13965,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"63",name:"Blackhand's Breadth",p:"inv_misc_armorkit_09",crit:2},{id:18406,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"74",name:"Onyxia Blood Talisman",p:"spell_shadow_lifedrain",resist:{fire:15},d:8},{id:18537,type:"Miscellaneous",slot:"trinket",r:58,q:"3",i:"63",name:"Counterattack Lodestone",p:"inv_stone_02",ap:22},{id:19024,type:"Miscellaneous",slot:"trinket",r:0,q:"3",i:"55",name:"Arena Grand Master",p:"inv_misc_armorkit_04"},{id:19120,type:"Miscellaneous",slot:"trinket",r:46,q:"2",i:"51",name:"Rune of the Guard Captain",p:"inv_misc_rune_07",ap:20,hit:1},{id:19289,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Darkmoon Card: Maelstrom",p:"inv_misc_ticket_tarot_maelstrom_01",proc:{magic:!0,dmg:250,chance:2}},{id:19949,type:"Miscellaneous",slot:"trinket",r:58,q:"4",i:"68",name:"Zandalarian Hero Medallion",p:"inv_jewelry_necklace_13"},{id:20130,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"52",name:"Diamond Flask",p:"inv_drink_01"},{id:21180,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Earthstrike",p:"spell_nature_abolishmagic"},{id:21567,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Rune of Duty",p:"inv_misc_rune_02",sta:7},{id:21568,type:"Miscellaneous",slot:"trinket",r:20,q:"3",i:"25",name:"Rune of Duty",p:"inv_misc_rune_02",sta:4},{id:22321,type:"Miscellaneous",slot:"trinket",r:56,q:"3",i:"61",name:"Heart of Wyrmthalak",p:"inv_misc_gem_bloodstone_01",proc:{magic:!0,dmg:150,chance:2}},{id:23206,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"90",name:"Mark of the Champion",p:"inv_misc_token_argentdawn2",ap:150},{id:211449,type:"Miscellaneous",slot:"trinket",r:25,q:"3",i:40,name:"Avenger's Void Pearl",p:"inv_misc_gem_pearl_04",resist:{shadow:10},ap:18},{id:213348,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Gyromatic Experiment 420b",p:"inv_gizmo_05",resist:{frost:10},ap:18},{id:215461,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"40",name:"Domesticated Attack Chicken",p:"spell_magic_polymorphchicken"},{id:219345,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"50",name:"Infernal Lasso",p:"spell_nature_slow",proc:{magic:!0,procgcd:!0,tick:25,interval:"3000",duration:"24000"}},{id:220632,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"55",name:"Atal'ai Blood Ritual Medallion",p:"inv_jewelry_necklace_26"},{id:221442,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"50",name:"Roar of the Guardian",p:"spell_nature_spiritarmor",sta:10},{id:221474,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Chained Essence of Eranikus",p:"inv_stone_03",sta:10,resist:{nature:10},proc:{magic:!0,procgcd:!0,tick:50,interval:"5000",duration:"45000"}},{id:223195,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Breadth of the Beast",p:"inv_jewelcrafting_jadeowl",crit:1,hit:1},{id:227989,type:"Miscellaneous",slot:"trinket",r:53,q:"3",i:"58",name:"Hand of Justice",p:"inv_jewelry_talisman_01",proc:{extra:1,cooldown:2e3,chance:2},ap:20},{id:228078,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Accursed Chalice",p:"spell_shadow_demonictactics",crit:1},{id:228081,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Germinating Poisonseed",p:"inv_misc_herb_nightmareseed",hit:1},{id:228089,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Woodcarved Moonstalker",p:"inv_jewelcrafting_blackpearlpanther"},{id:228122,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"75",name:"The Molten Core",p:"ability_warlock_moltencore",resist:{fire:20}}],trinket2:[{id:10779,type:"Miscellaneous",slot:"trinket",r:45,q:"2",i:"60",name:"Demon's Blood",p:"spell_shadow_lifedrain",d:3},{id:11810,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"60",name:"Force of Will",p:"inv_jewelry_amulet_01",d:7},{id:13209,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"61",name:"Seal of the Dawn",p:"inv_misc_armorkit_18",ap:81},{id:13965,type:"Miscellaneous",slot:"trinket",r:55,q:"3",i:"63",name:"Blackhand's Breadth",p:"inv_misc_armorkit_09",crit:2},{id:18406,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"74",name:"Onyxia Blood Talisman",p:"spell_shadow_lifedrain",resist:{fire:15},d:8},{id:18537,type:"Miscellaneous",slot:"trinket",r:58,q:"3",i:"63",name:"Counterattack Lodestone",p:"inv_stone_02",ap:22},{id:19024,type:"Miscellaneous",slot:"trinket",r:0,q:"3",i:"55",name:"Arena Grand Master",p:"inv_misc_armorkit_04"},{id:19120,type:"Miscellaneous",slot:"trinket",r:46,q:"2",i:"51",name:"Rune of the Guard Captain",p:"inv_misc_rune_07",ap:20,hit:1},{id:19289,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Darkmoon Card: Maelstrom",p:"inv_misc_ticket_tarot_maelstrom_01",proc:{magic:!0,dmg:250,chance:2}},{id:19949,type:"Miscellaneous",slot:"trinket",r:58,q:"4",i:"68",name:"Zandalarian Hero Medallion",p:"inv_jewelry_necklace_13"},{id:20130,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"52",name:"Diamond Flask",p:"inv_drink_01"},{id:21180,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"66",name:"Earthstrike",p:"spell_nature_abolishmagic"},{id:21567,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Rune of Duty",p:"inv_misc_rune_02",sta:7},{id:21568,type:"Miscellaneous",slot:"trinket",r:20,q:"3",i:"25",name:"Rune of Duty",p:"inv_misc_rune_02",sta:4},{id:22321,type:"Miscellaneous",slot:"trinket",r:56,q:"3",i:"61",name:"Heart of Wyrmthalak",p:"inv_misc_gem_bloodstone_01",proc:{magic:!0,dmg:150,chance:2}},{id:23206,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"90",name:"Mark of the Champion",p:"inv_misc_token_argentdawn2",ap:150},{id:211449,type:"Miscellaneous",slot:"trinket",r:25,q:"3",i:40,name:"Avenger's Void Pearl",p:"inv_misc_gem_pearl_04",resist:{shadow:10},ap:18},{id:213348,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"45",name:"Gyromatic Experiment 420b",p:"inv_gizmo_05",resist:{frost:10},ap:18},{id:215461,type:"Miscellaneous",slot:"trinket",r:40,q:"3",i:"40",name:"Domesticated Attack Chicken",p:"spell_magic_polymorphchicken"},{id:219345,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"50",name:"Infernal Lasso",p:"spell_nature_slow",proc:{magic:!0,procgcd:!0,tick:25,interval:"3000",duration:"24000"}},{id:220632,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"55",name:"Atal'ai Blood Ritual Medallion",p:"inv_jewelry_necklace_26"},{id:221442,type:"Miscellaneous",slot:"trinket",r:50,q:"4",i:"50",name:"Roar of the Guardian",p:"spell_nature_spiritarmor",sta:10},{id:221474,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Chained Essence of Eranikus",p:"inv_stone_03",sta:10,resist:{nature:10},proc:{magic:!0,procgcd:!0,tick:50,interval:"5000",duration:"45000"}},{id:223195,type:"Miscellaneous",slot:"trinket",r:50,q:"3",i:"55",name:"Breadth of the Beast",p:"inv_jewelcrafting_jadeowl",crit:1,hit:1},{id:227989,type:"Miscellaneous",slot:"trinket",r:53,q:"3",i:"58",name:"Hand of Justice",p:"inv_jewelry_talisman_01",proc:{extra:1,cooldown:2e3,chance:2},ap:20},{id:228078,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Accursed Chalice",p:"spell_shadow_demonictactics",crit:1},{id:228081,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Germinating Poisonseed",p:"inv_misc_herb_nightmareseed",hit:1},{id:228089,type:"Miscellaneous",slot:"trinket",r:57,q:"3",i:"62",name:"Woodcarved Moonstalker",p:"inv_jewelcrafting_blackpearlpanther"},{id:228122,type:"Miscellaneous",slot:"trinket",r:60,q:"4",i:"75",name:"The Molten Core",p:"ability_warlock_moltencore",resist:{fire:20}}],ranged:[{id:2100,type:"Guns",slot:"ranged",r:43,q:"4",i:"48",name:"Precisely Calibrated Boomstick",speed:1.5,mindmg:38,maxdmg:45,p:"inv_weapon_rifle_06",agi:14},{id:3021,type:"Bows",slot:"ranged",r:20,q:"3",i:"25",name:"Ranger Bow",speed:2.7,mindmg:23,maxdmg:45,p:"inv_weapon_bow_11",agi:1},{id:"3430|678",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of the Tiger",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",agi:4,str:4,rand:678},{id:"3430|1188",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of the Bear",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",sta:4,str:4,rand:1188},{id:"3430|136",type:"Guns",slot:"ranged",r:39,q:"2",i:"44",name:"Sniper Rifle of Strength",speed:3,mindmg:56,maxdmg:65,p:"inv_weapon_rifle_05",str:6,rand:136},{id:"4087|678",type:"Bows",slot:"ranged",r:36,q:"2",i:"41",name:"Trueshot Bow of the Tiger",speed:1.9,mindmg:24,maxdmg:45,p:"inv_weapon_bow_10",agi:4,str:4,rand:678},{id:"4087|115",type:"Bows",slot:"ranged",r:36,q:"2",i:"41",name:"Trueshot Bow of Strength",speed:1.9,mindmg:24,maxdmg:45,p:"inv_weapon_bow_10",str:5,rand:115},{id:"4089|678",type:"Guns",slot:"ranged",r:43,q:"2",i:"48",name:"Ricochet Blunderbuss of the Tiger",speed:2.3,mindmg:36,maxdmg:67,p:"inv_weapon_rifle_03",agi:4,str:4,rand:678},{id:6696,type:"Bows",slot:"ranged",r:27,q:"3",i:"32",name:"Nightstalker Bow",speed:1.7,mindmg:19,maxdmg:36,p:"inv_weapon_bow_12",agi:3},{id:9426,type:"Bows",slot:"ranged",r:36,q:"3",i:"41",name:"Monolithic Bow",speed:2.7,mindmg:41,maxdmg:77,p:"inv_weapon_bow_01",agi:3,str:6},{id:10508,type:"Guns",slot:"ranged",r:36,q:"2",i:"41",name:"Mithril Blunderbuss",speed:2.9,mindmg:36,maxdmg:68,p:"inv_weapon_rifle_07",agi:5},{id:10624,type:"Bows",slot:"ranged",r:42,q:"3",i:"47",name:"Stinging Bow",speed:2.1,mindmg:36,maxdmg:67,p:"inv_weapon_bow_08",str:3,ap:14},{id:12651,type:"Crossbow",slot:"ranged",r:54,q:"3",i:"59",name:"Blackcrow",speed:3.2,mindmg:77,maxdmg:117,p:"inv_weapon_crossbow_04",agi:3,hit:1},{id:12653,type:"Bows",slot:"ranged",r:54,q:"3",i:"59",name:"Riphook",speed:2.2,mindmg:46,maxdmg:87,p:"inv_weapon_bow_08",ap:22},{id:13022,type:"Bows",slot:"ranged",r:50,q:"3",i:"55",name:"Gryphonwing Long Bow",speed:2.7,mindmg:53,maxdmg:100,p:"inv_weapon_bow_11",agi:8,sta:4},{id:13023,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Eaglehorn Long Bow",speed:1.8,mindmg:40,maxdmg:76,p:"inv_weapon_bow_11",agi:10,sta:4},{id:13038,type:"Crossbow",slot:"ranged",r:35,q:"3",i:"40",name:"Swiftwind",speed:2,mindmg:34,maxdmg:51,p:"inv_weapon_crossbow_04",agi:7},{id:13039,type:"Crossbow",slot:"ranged",r:43,q:"3",i:"48",name:"Skull Splitting Crossbow",speed:2.6,mindmg:52,maxdmg:79,p:"inv_weapon_crossbow_04",str:3,ap:14},{id:13040,type:"Crossbow",slot:"ranged",r:51,q:"3",i:"56",name:"Heartseeking Crossbow",speed:3.1,mindmg:71,maxdmg:108,p:"inv_weapon_crossbow_04",agi:9,sta:4},{id:13138,type:"Guns",slot:"ranged",r:37,q:"3",i:"42",name:"The Silencer",speed:2.8,mindmg:43,maxdmg:82,p:"inv_weapon_rifle_08",ap:14},{id:13139,type:"Guns",slot:"ranged",r:45,q:"3",i:"50",name:"Guttbuster",speed:2.7,mindmg:49,maxdmg:92,p:"inv_weapon_rifle_08",agi:8,str:3},{id:13248,type:"Guns",slot:"ranged",r:51,q:"3",i:"56",name:"Burstshot Harquebus",speed:2.6,mindmg:52,maxdmg:98,p:"inv_weapon_rifle_06",sta:8,ap:10},{id:13380,type:"Guns",slot:"ranged",r:56,q:"3",i:"61",name:"Willey's Portable Howitzer",speed:2.9,mindmg:63,maxdmg:118,p:"inv_weapon_rifle_07",sta:9,ap:8},{id:"15287|678",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of the Tiger",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",agi:4,str:4,rand:678},{id:"15287|1188",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of the Bear",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",sta:4,str:4,rand:1188},{id:"15287|136",type:"Bows",slot:"ranged",r:40,q:"2",i:"45",name:"Crusader Bow of Strength",speed:2.2,mindmg:32,maxdmg:60,p:"inv_weapon_bow_02",str:6,rand:136},{id:"15288|189",type:"Bows",slot:"ranged",r:56,q:"2",i:"61",name:"Blasthorn Bow of Strength",speed:2.6,mindmg:51,maxdmg:96,p:"inv_weapon_bow_07",str:8,rand:189},{id:"15289|684",type:"Bows",slot:"ranged",r:60,q:"2",i:"65",name:"Archstrike Bow of the Tiger",speed:2.3,mindmg:48,maxdmg:91,p:"inv_weapon_bow_06",agi:6,str:6,rand:684},{id:"15291|681",type:"Bows",slot:"ranged",r:46,q:"2",i:"51",name:"Harpy Needler of the Tiger",speed:2.7,mindmg:44,maxdmg:84,p:"inv_weapon_bow_08",agi:5,str:5,rand:681},{id:"15294|681",type:"Bows",slot:"ranged",r:48,q:"2",i:"53",name:"Siege Bow of the Tiger",speed:2.8,mindmg:48,maxdmg:90,p:"inv_weapon_bow_07",agi:5,str:5,rand:681},{id:"15295|681",type:"Bows",slot:"ranged",r:50,q:"2",i:"55",name:"Quillfire Bow of the Tiger",speed:2.3,mindmg:41,maxdmg:77,p:"inv_weapon_bow_10",agi:5,str:5,rand:681},{id:"15296|684",type:"Bows",slot:"ranged",r:58,q:"2",i:"63",name:"Hawkeye Bow of the Tiger",speed:1.7,mindmg:35,maxdmg:65,p:"inv_weapon_bow_12",agi:6,str:6,rand:684},{id:"15323|681",type:"Guns",slot:"ranged",r:45,q:"2",i:"50",name:"Percussion Shotgun of the Tiger",speed:2.3,mindmg:37,maxdmg:70,p:"inv_weapon_rifle_01",agi:5,str:5,rand:681},{id:"15324|681",type:"Guns",slot:"ranged",r:51,q:"2",i:"56",name:"Burnside Rifle of the Tiger",speed:2.5,mindmg:45,maxdmg:85,p:"inv_weapon_rifle_01",agi:5,str:5,rand:681},{id:"15325|681",type:"Guns",slot:"ranged",r:55,q:"2",i:"60",name:"Sharpshooter Harquebus of the Tiger",speed:2.2,mindmg:43,maxdmg:80,p:"inv_weapon_rifle_06",agi:5,str:5,rand:681},{id:16996,type:"Bows",slot:"ranged",r:56,q:"3",i:"62",name:"Gorewood Bow",speed:2.5,mindmg:55,maxdmg:104,p:"inv_weapon_bow_04",agi:3,str:2,sta:9},{id:18282,type:"Guns",slot:"ranged",r:60,q:"4",i:"65",name:"Core Marksman Rifle",speed:2.5,mindmg:64,maxdmg:120,p:"inv_weapon_rifle_05",hit:1},{id:18460,type:"Guns",slot:"ranged",r:55,q:"2",i:"60",name:"Unsophisticated Hand Cannon",speed:2.5,mindmg:48,maxdmg:91,p:"inv_weapon_rifle_07",str:8},{id:18482,type:"Bows",slot:"ranged",r:55,q:"2",i:"60",name:"Ogre Toothpick Shooter",speed:2.2,mindmg:61,maxdmg:62,p:"inv_weapon_bow_05",agi:6,sta:5},{id:18738,type:"Crossbow",slot:"ranged",r:56,q:"3",i:"61",name:"Carapace Spine Crossbow",speed:3.3,mindmg:82,maxdmg:124,p:"inv_weapon_crossbow_04",agi:4,sta:9},{id:18755,type:"Guns",slot:"ranged",r:57,q:"3",i:"62",name:"Xorothian Firestick",speed:2.6,mindmg:57,maxdmg:108,p:"inv_weapon_rifle_03",agi:4,sta:6,resist:{shadow:6}},{id:19107,type:"Crossbow",slot:"ranged",r:51,q:"3",i:"63",name:"Bloodseeker",speed:3.3,mindmg:85,maxdmg:128,p:"inv_weapon_crossbow_07",agi:7,str:8},{id:19114,type:"Bows",slot:"ranged",r:46,q:"2",i:"51",name:"Highland Bow",speed:2.5,mindmg:41,maxdmg:77,p:"inv_weapon_bow_08",agi:5,sta:4},{id:19558,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Outrider's Bow",speed:2.4,mindmg:54,maxdmg:101,p:"inv_weapon_bow_06",agi:4,sta:10},{id:19559,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Outrider's Bow",speed:2.4,mindmg:46,maxdmg:86,p:"inv_weapon_bow_06",agi:3,sta:8},{id:19560,type:"Bows",slot:"ranged",r:38,q:"3",i:"43",name:"Outrider's Bow",speed:2.4,mindmg:38,maxdmg:71,p:"inv_weapon_bow_06",agi:3,sta:6},{id:19562,type:"Bows",slot:"ranged",r:58,q:"3",i:"63",name:"Outrunner's Bow",speed:2.4,mindmg:54,maxdmg:101,p:"inv_weapon_bow_02",agi:4,sta:10},{id:19563,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Outrunner's Bow",speed:2.4,mindmg:46,maxdmg:86,p:"inv_weapon_bow_02",agi:3,sta:8},{id:19564,type:"Bows",slot:"ranged",r:38,q:"3",i:"43",name:"Outrunner's Bow",speed:2.4,mindmg:38,maxdmg:71,p:"inv_weapon_bow_02",agi:3,sta:6},{id:20599,type:"Crossbow",slot:"ranged",r:60,q:"4",i:"71",name:"Polished Ironwood Crossbow",speed:3.1,mindmg:101,maxdmg:153,p:"inv_weapon_crossbow_11",sta:5,resist:{nature:7},ap:24},{id:20663,type:"Bows",slot:"ranged",r:55,q:"3",i:"60",name:"Deep Strike Bow",speed:2.7,mindmg:58,maxdmg:108,p:"inv_weapon_bow_10",agi:6,sta:4},{id:20722,type:"Guns",slot:"ranged",r:60,q:"3",i:"65",name:"Crystal Slugthrower",speed:2.8,mindmg:65,maxdmg:122,p:"inv_weapon_rifle_03",sta:4,ap:20},{id:22318,type:"Bows",slot:"ranged",r:56,q:"3",i:"61",name:"Malgen's Long Bow",speed:2.9,mindmg:63,maxdmg:118,p:"inv_weapon_bow_12",sta:4,ap:20},{id:22347,type:"Crossbow",slot:"ranged",r:60,q:"3",i:"65",name:"Fahrad's Reloading Repeater",speed:3.2,mindmg:85,maxdmg:128,p:"inv_weapon_crossbow_04",agi:4,hit:1},{id:22656,type:"Guns",slot:"ranged",r:55,q:"4",i:"60",name:"The Purifier",speed:3,mindmg:71,maxdmg:132,p:"inv_weapon_rifle_06",crit:1},{id:22811,type:"Bows",slot:"ranged",r:60,q:"4",i:"83",name:"Soulstring",speed:2.9,mindmg:103,maxdmg:192,p:"inv_weapon_bow_13",sta:6,crit:1,ap:16},{id:209563,type:"Bows",slot:"ranged",r:25,q:"3",i:40,name:"Naga Heartrender",speed:2.9,mindmg:30,maxdmg:56,p:"inv_weapon_bow_04",str:5},{id:209688,type:"Guns",slot:"ranged",r:25,q:"3",i:"33",name:"Bael Modan Blunderbuss",speed:2.5,mindmg:29,maxdmg:55,p:"inv_weapon_rifle_04",agi:6},{id:209830,type:"Crossbow",slot:"ranged",r:25,q:"3",i:"30",name:"Ironhide Arbalest",speed:1.9,mindmg:19,maxdmg:37,p:"inv_weapon_crossbow_04",d:3},{id:213293,type:"Guns",slot:"ranged",r:40,q:"3",i:"45",name:"Hi-tech Supergun Mk.VII",speed:2.3,mindmg:38,maxdmg:71,p:"inv_weapon_rifle_08",sta:4,ap:12},{id:213355,type:"Crossbow",slot:"ranged",r:40,q:"3",i:"45",name:"Falco's Sting",speed:2,mindmg:33,maxdmg:62,p:"inv_weapon_crossbow_04",agi:8},{id:220571,type:"Bows",slot:"ranged",r:50,q:"4",i:"55",name:"Stinging Longbow",speed:2.9,mindmg:64,maxdmg:118,p:"inv_weapon_bow_08",str:3,sta:5,ap:18},{id:220572,type:"Crossbow",slot:"ranged",r:50,q:"3",i:"55",name:"Rinzo's Rapid Repeater",speed:2,mindmg:46,maxdmg:68,p:"inv_weapon_crossbow_08",agi:4,sta:8},{id:220573,type:"Bows",slot:"ranged",r:50,q:"4",i:"55",name:"Dreadstalker's Hunting Bow",speed:3,mindmg:66,maxdmg:122,p:"inv_waepon_bow_zulgrub_d_02",agi:8},{id:223540,type:"Bows",slot:"ranged",r:48,q:"3",i:"53",name:"Houndmaster's Bow",speed:2.8,mindmg:54,maxdmg:100,p:"inv_weapon_bow_04",agi:3},{id:223982,type:"Guns",slot:"ranged",r:48,q:"3",i:"53",name:"Houndmaster's Rifle",speed:3.1,mindmg:60,maxdmg:111,p:"inv_weapon_rifle_07",agi:3},{id:227849,type:"Guns",slot:"ranged",r:60,q:"4",i:"65",name:"Fiery Core Sharpshooter Rifle",speed:2.5,mindmg:64,maxdmg:120,p:"inv_weapon_rifle_05",hit:1},{id:227996,type:"Bows",slot:"ranged",r:56,q:"3",i:"61",name:"Ancient Bone Bow",speed:2.8,mindmg:61,maxdmg:114,p:"inv_weapon_bow_08",agi:11},{id:228050,type:"Bows",slot:"ranged",r:53,q:"3",i:"58",name:"Satyr's Bow",speed:2.4,mindmg:50,maxdmg:93,p:"inv_weapon_bow_03",agi:3,hit:1},{id:228107,type:"Bows",slot:"ranged",r:0,q:"3",i:"62",name:"Fallen Huntress' Longbow",speed:3,mindmg:66,maxdmg:124,p:"inv_weapon_bow_04",agi:8,sta:7},{id:228252,type:"Bows",slot:"ranged",r:60,q:"4",i:"71",name:"Striker's Mark",speed:3.2,mindmg:92,maxdmg:171,p:"inv_weapon_bow_08",hit:1,ap:22},{id:228270,type:"Guns",slot:"ranged",r:60,q:"4",i:"71",name:"Blastershot Launcher",speed:3.1,mindmg:87,maxdmg:162,p:"inv_weapon_rifle_09",sta:6,crit:1}],mainhand:[{id:"727|6",type:"Sword",slot:"onehand",r:5,q:"2",i:"10",name:"Notched Shortsword of Strength",speed:2.1,mindmg:8,maxdmg:15,p:"inv_sword_04",str:1,rand:6},{id:754,type:"Sword",slot:"onehand",r:42,q:"3",i:"47",name:"Shortsword of Vengeance",speed:2.4,mindmg:53,maxdmg:99,p:"inv_sword_14",proc:{magic:!0,procgcd:!0,dmg:30}},{id:776,type:"Dagger",slot:"onehand",r:26,q:"3",i:"31",name:"Vendetta",speed:1.3,mindmg:17,maxdmg:33,p:"inv_weapon_shortblade_02",agi:6},{id:"789|672",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of the Tiger",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",agi:2,str:2,rand:672},{id:"789|1182",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of the Bear",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",sta:2,str:2,rand:1182},{id:"789|24",type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Stout Battlehammer of Strength",speed:2.3,mindmg:17,maxdmg:33,p:"inv_hammer_08",str:3,rand:24},{id:"790|675",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of the Tiger",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:3,str:3,rand:675},{id:"790|1185",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of the Bear",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:3,str:3,rand:1185},{id:"790|97",type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Forester's Axe of Strength",speed:2.5,mindmg:20,maxdmg:38,p:"inv_axe_14",str:4,rand:97},{id:809,type:"Sword",slot:"mainhand",r:45,q:"4",i:"50",name:"Bloodrazor",speed:2.7,mindmg:70,maxdmg:130,p:"inv_sword_28",proc:{tick:12,interval:"3000",duration:"30000",bleed:!0}},{id:810,type:"Mace",slot:"mainhand",r:49,q:"4",i:"54",name:"Hammer of the Northern Wind",speed:2.1,mindmg:58,maxdmg:108,p:"inv_hammer_11",proc:{magic:!0,procgcd:!0,dmg:25}},{id:811,type:"Axe",slot:"mainhand",r:52,q:"4",i:"57",name:"Axe of the Deep Woods",speed:2.7,mindmg:78,maxdmg:146,p:"inv_axe_07",proc:{magic:!0,dmg:108,ppm:.8}},{id:816,type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Small Hand Blade",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_01",agi:1},{id:820,type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"Slicer Blade",speed:1.5,mindmg:9,maxdmg:17,p:"inv_weapon_shortblade_01",agi:2},{id:826,type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Brutish Riverpaw Axe",speed:2.8,mindmg:15,maxdmg:29,p:"inv_axe_01",str:1},{id:827,type:"Mace",slot:"mainhand",r:12,q:"2",i:"17",name:"Wicked Blackjack",speed:2.3,mindmg:14,maxdmg:26,p:"inv_mace_01",str:2},{id:"863|678",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Tiger",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"863|1188",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Bear",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"863|155",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of Strength",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",str:7,rand:155},{id:"864|681",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Tiger",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",agi:5,str:5,rand:681},{id:"864|1191",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Bear",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",sta:5,str:5,rand:1191},{id:"864|155",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of Strength",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",str:7,rand:155},{id:"865|678",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Tiger",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",agi:4,str:4,rand:678},{id:"865|1188",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Bear",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",sta:4,str:4,rand:1188},{id:"865|115",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of Strength",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",str:5,rand:115},{id:868,type:"Mace",slot:"mainhand",r:38,q:"4",i:"43",name:"Ardent Custodian",speed:2.1,mindmg:48,maxdmg:90,p:"inv_mace_13",d:5},{id:869,type:"Sword",slot:"mainhand",r:36,q:"4",i:"41",name:"Dazzling Longsword",speed:1.7,mindmg:37,maxdmg:70,p:"inv_sword_25",proc:{spell:"Vibroblade"}},{id:871,type:"Axe",slot:"onehand",r:42,q:"4",i:"47",name:"Flurry Axe",speed:1.5,mindmg:37,maxdmg:69,p:"inv_axe_17",proc:{extra:1,ppm:1.8}},{id:885,type:"Axe",slot:"mainhand",r:19,q:"2",i:"24",name:"Black Metal Axe",speed:2.1,mindmg:18,maxdmg:34,p:"inv_axe_14",str:2,sta:2},{id:899,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Venom Web Fang",speed:1.5,mindmg:10,maxdmg:19,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:3,interval:"3000",duration:"15000"}},{id:920,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Wicked Spiked Mace",speed:2.5,mindmg:22,maxdmg:42,p:"inv_mace_11",agi:4},{id:934,type:"Axe",slot:"onehand",r:32,q:"3",i:"37",name:"Stalvan's Reaper",speed:2.9,mindmg:50,maxdmg:94,p:"inv_axe_14"},{id:935,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Night Watch Shortsword",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",sta:4},{id:936,type:"Mace",slot:"onehand",r:33,q:"3",i:"38",name:"Midnight Mace",speed:2.5,mindmg:46,maxdmg:94,p:"inv_misc_bone_elfskull_01",resist:{shadow:10}},{id:"1207|681",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Tiger",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",agi:5,str:5,rand:681},{id:"1207|1191",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Bear",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",sta:5,str:5,rand:1191},{id:"1207|155",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of Strength",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",str:7,rand:155},{id:1214,type:"Mace",slot:"mainhand",r:12,q:"2",i:"17",name:"Gnoll Punisher",speed:2.4,mindmg:14,maxdmg:27,p:"inv_hammer_09",str:2},{id:1265,type:"Sword",slot:"onehand",r:34,q:"3",i:"39",name:"Scorpion Sting",speed:2.4,mindmg:44,maxdmg:83,p:"inv_sword_12",proc:{magic:!0,tick:13,interval:"5000",duration:"25000"}},{id:1292,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Butcher's Cleaver",speed:1.7,mindmg:23,maxdmg:32,p:"inv_axe_23",agi:2,str:5},{id:1296,type:"Mace",slot:"mainhand",r:16,q:"2",i:"21",name:"Blackrock Mace",speed:2.5,mindmg:18,maxdmg:35,p:"inv_mace_06",str:3},{id:1440,type:"Mace",slot:"mainhand",r:14,q:"2",i:"19",name:"Gnoll Skull Basher",speed:2.7,mindmg:18,maxdmg:34,p:"inv_hammer_11",str:2,sta:2},{id:1454,type:"Axe",slot:"onehand",r:22,q:"3",i:"27",name:"Axe of the Enforcer",speed:2.6,mindmg:31,maxdmg:58,p:"inv_axe_21",str:4,sta:3},{id:1459,type:"Axe",slot:"mainhand",r:19,q:"2",i:"24",name:"Shadowhide Scalper",speed:2.9,mindmg:25,maxdmg:47,p:"inv_throwingaxe_03",str:3},{id:1469,type:"Sword",slot:"mainhand",r:14,q:"2",i:"19",name:"Scimitar of Atun",speed:2.6,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2},{id:1480,type:"Mace",slot:"mainhand",r:9,q:"2",i:"17",name:"Fist of the People's Militia",speed:1.6,mindmg:9,maxdmg:18,p:"inv_hammer_20",str:2},{id:1481,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Grimclaw",speed:2,mindmg:22,maxdmg:42,p:"inv_axe_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1482,type:"Sword",slot:"mainhand",r:19,q:"3",i:"24",name:"Shadowfang",speed:2.7,mindmg:33,maxdmg:63,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1483,type:"Mace",slot:"onehand",r:16,q:"3",i:"21",name:"Face Smasher",speed:2.6,mindmg:25,maxdmg:48,p:"inv_hammer_08",str:3,sta:3},{id:1493,type:"Sword",slot:"mainhand",r:22,q:"3",i:"27",name:"Heavy Marauder Scimitar",speed:2.4,mindmg:28,maxdmg:54,p:"inv_sword_24",str:4,sta:3},{id:1602,type:"Axe",slot:"onehand",r:34,q:"3",i:"39",name:"Sickle Axe",speed:2.6,mindmg:48,maxdmg:90,p:"inv_axe_06",agi:5,str:6,sta:3},{id:"1608|684",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Tiger",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"1608|1194",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Bear",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"1608|189",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of Strength",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",str:8,rand:189},{id:1721,type:"Mace",slot:"mainhand",r:49,q:"3",i:"54",name:"Viking Warhammer",speed:2.4,mindmg:60,maxdmg:112,p:"inv_hammer_09",str:5,sta:11},{id:1727,type:"Sword",slot:"mainhand",r:23,q:"3",i:"28",name:"Sword of Decay",speed:2.7,mindmg:33,maxdmg:62,p:"inv_sword_26"},{id:1728,type:"Sword",slot:"mainhand",r:60,q:"4",i:"65",name:"Teebu's Blazing Longsword",speed:2.9,mindmg:96,maxdmg:178,p:"inv_sword_22",proc:{magic:!0,procgcd:!0,dmg:150}},{id:1925,type:"Sword",slot:"mainhand",r:11,q:"2",i:"16",name:"Defias Rapier",speed:1.6,mindmg:9,maxdmg:17,p:"inv_sword_30",agi:2},{id:1926,type:"Mace",slot:"mainhand",r:10,q:"2",i:"15",name:"Weighted Sap",speed:2.2,mindmg:12,maxdmg:22,p:"inv_mace_06",str:1},{id:1935,type:"Dagger",slot:"onehand",r:19,q:"3",i:"24",name:"Assassin's Blade",speed:1.9,mindmg:20,maxdmg:39,p:"inv_weapon_shortblade_24",agi:4,str:3},{id:1936,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Goblin Screwdriver",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_05",agi:2},{id:1937,type:"Sword",slot:"onehand",r:16,q:"2",i:"21",name:"Buzz Saw",speed:2.4,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2,str:2},{id:1951,type:"Sword",slot:"onehand",r:14,q:"2",i:"19",name:"Blackwater Cutlass",speed:1.9,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:2},{id:"1994|684",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Tiger",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"1994|1194",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Bear",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"1994|190",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of Strength",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",str:9,rand:190},{id:2011,type:"Sword",slot:"mainhand",r:21,q:"3",i:"26",name:"Twisted Sabre",speed:1.8,mindmg:21,maxdmg:39,p:"inv_sword_24",sta:2},{id:2020,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Hollowfang Blade",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_16",str:2},{id:2035,type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Sword of the Night Sky",speed:1.7,mindmg:14,maxdmg:27,p:"inv_sword_20",agi:2,str:2},{id:2046,type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Bluegill Kukri",speed:2.8,mindmg:24,maxdmg:45,p:"inv_weapon_shortblade_26",str:3},{id:"2073|1181",type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Dwarven Hatchet of the Bear",speed:2,mindmg:10,maxdmg:20,p:"inv_axe_04",sta:1,str:2,rand:1181},{id:"2073|6",type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Dwarven Hatchet of Strength",speed:2,mindmg:10,maxdmg:20,p:"inv_axe_04",str:1,rand:6},{id:2074,type:"Sword",slot:"onehand",r:14,q:"2",i:"18",name:"Solid Shortblade",speed:2.5,mindmg:16,maxdmg:30,p:"inv_sword_23",str:1,sta:1},{id:"2075|23",type:"Mace",slot:"mainhand",r:7,q:"2",i:"12",name:"Priest's Mace of Strength",speed:2,mindmg:9,maxdmg:17,p:"inv_mace_06",str:2,rand:23},{id:"2078|23",type:"Sword",slot:"onehand",r:13,q:"2",i:"18",name:"Northern Shortsword of Strength",speed:2.2,mindmg:14,maxdmg:26,p:"inv_sword_20",str:2,rand:23},{id:"2079|1181",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of the Bear",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",sta:1,str:2,rand:1181},{id:"2079|23",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of Strength",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",str:2,rand:23},{id:"2080|678",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Tiger",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",agi:4,str:4,rand:678},{id:"2080|1188",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Bear",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",sta:4,str:4,rand:1188},{id:"2080|136",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of Strength",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",str:6,rand:136},{id:"2140|1179",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of the Bear",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2140|23",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of Strength",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2163,type:"Dagger",slot:"onehand",r:48,q:"4",i:"53",name:"Shadowblade",speed:1.4,mindmg:38,maxdmg:71,p:"inv_sword_12",proc:{magic:!0,procgcd:!0,dmg:125}},{id:2164,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Gut Ripper",speed:1.8,mindmg:42,maxdmg:80,p:"inv_sword_13",proc:{dmg:108}},{id:2194,type:"Mace",slot:"onehand",r:20,q:"3",i:"25",name:"Diamond Hammer",speed:2.5,mindmg:28,maxdmg:53,p:"inv_hammer_06",str:3,sta:4},{id:2218,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Craftsman's Dagger",speed:1.7,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_05",agi:1},{id:2235,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Brackclaw",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_15",agi:1,str:1},{id:2236,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Blackfang",speed:1.5,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_02",resist:{shadow:5}},{id:2243,type:"Mace",slot:"onehand",r:57,q:"4",i:"62",name:"Hand of Edward the Odd",speed:1.6,mindmg:50,maxdmg:94,p:"inv_mace_14"},{id:2244,type:"Sword",slot:"mainhand",r:51,q:"4",i:"56",name:"Krol Blade",speed:2.8,mindmg:80,maxdmg:149,p:"inv_sword_18",str:7,sta:5,crit:1},{id:2256,type:"Mace",slot:"mainhand",r:19,q:"3",i:"24",name:"Skeletal Club",speed:2.6,mindmg:28,maxdmg:53,p:"inv_misc_bone_elfskull_01",proc:{magic:!0,procgcd:!0,dmg:30}},{id:2263,type:"Sword",slot:"mainhand",r:20,q:"2",i:"25",name:"Phytoblade",speed:2.8,mindmg:25,maxdmg:47,p:"inv_sword_20",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2265,type:"Axe",slot:"mainhand",r:8,q:"2",i:"13",name:"Stonesplinter Axe",speed:2.2,mindmg:10,maxdmg:20,p:"inv_axe_19",str:1},{id:2266,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Stonesplinter Dagger",speed:1.5,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_08",agi:1},{id:2567,type:"Dagger",slot:"onehand",r:18,q:"3",i:"23",name:"Evocator's Blade",speed:1.6,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_15"},{id:"2632|1179",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of the Bear",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2632|23",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of Strength",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2807,type:"Axe",slot:"mainhand",r:18,q:"3",i:"23",name:"Guillotine Axe",speed:2.7,mindmg:28,maxdmg:53,p:"inv_axe_24",agi:3,str:3},{id:2815,type:"Axe",slot:"mainhand",r:40,q:"3",i:"45",name:"Curve-bladed Ripper",speed:1.9,mindmg:40,maxdmg:75,p:"inv_axe_23",str:8,sta:5},{id:2816,type:"Mace",slot:"mainhand",r:28,q:"3",i:"33",name:"Death Speaker Scepter",speed:2.8,mindmg:33,maxdmg:63,p:"inv_mace_07"},{id:"2819|675",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Tiger",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",agi:3,str:3,rand:675},{id:"2819|1185",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Bear",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",sta:3,str:3,rand:1185},{id:"2819|115",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of Strength",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",str:5,rand:115},{id:2821,type:"Mace",slot:"mainhand",r:13,q:"2",i:"18",name:"Mo'grosh Masher",speed:2.5,mindmg:16,maxdmg:30,p:"inv_hammer_15",str:2},{id:2878,type:"Axe",slot:"mainhand",r:25,q:"3",i:"30",name:"Bearded Boneaxe",speed:1.9,mindmg:25,maxdmg:47,p:"inv_axe_14",agi:4,str:4},{id:2908,type:"Dagger",slot:"onehand",r:16,q:"2",i:"20",name:"Thornblade",speed:1.6,mindmg:11,maxdmg:21,p:"inv_weapon_shortblade_15",agi:3},{id:2912,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Claw of the Shadowmancer",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_16",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2941,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Prison Shank",speed:1.8,mindmg:21,maxdmg:39,p:"inv_weapon_shortblade_18",agi:5,sta:2},{id:2942,type:"Fist",slot:"onehand",r:21,q:"3",i:"26",name:"Iron Knuckles",speed:1.7,mindmg:19,maxdmg:37,p:"inv_gauntlets_04",proc:{dmg:4}},{id:3154,type:"Axe",slot:"mainhand",r:13,q:"2",i:"18",name:"Thelsamar Axe",speed:2.1,mindmg:13,maxdmg:25,p:"inv_axe_11",agi:2},{id:"3184|24",type:"Dagger",slot:"onehand",r:15,q:"2",i:"20",name:"Hook Dagger of Strength",speed:1.5,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_01",str:3,rand:24},{id:"3186|677",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of the Tiger",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",agi:3,str:4,rand:677},{id:"3186|1187",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of the Bear",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",sta:3,str:4,rand:1187},{id:"3186|115",type:"Sword",slot:"mainhand",r:25,q:"2",i:"30",name:"Viking Sword of Strength",speed:2.7,mindmg:29,maxdmg:55,p:"inv_sword_33",str:5,rand:115},{id:"3187|681",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Tiger",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",agi:5,str:5,rand:681},{id:"3187|1191",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Bear",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",sta:5,str:5,rand:1191},{id:"3187|189",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of Strength",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",str:8,rand:189},{id:3222,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Wicked Dagger",speed:1.6,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_04",agi:1,str:1},{id:3336,type:"Dagger",slot:"onehand",r:24,q:"2",i:"29",name:"Flesh Piercer",speed:2,mindmg:21,maxdmg:40,p:"inv_weapon_shortblade_10",proc:{tick:6,interval:"6000",duration:"30000",bleed:!0}},{id:3413,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Doomspike",speed:1.5,mindmg:17,maxdmg:32,p:"inv_sword_29",str:3,sta:3},{id:3414,type:"Mace",slot:"mainhand",r:22,q:"3",i:"27",name:"Crested Scepter",speed:2.6,mindmg:31,maxdmg:58,p:"inv_mace_08",sta:5},{id:3462,type:"Sword",slot:"mainhand",r:10,q:"2",i:"24",name:"Talonstrike",speed:1.6,mindmg:13,maxdmg:26,p:"inv_sword_12",agi:3},{id:3489,type:"Axe",slot:"mainhand",r:12,q:"2",i:"17",name:"Thick War Axe",speed:2.5,mindmg:15,maxdmg:28,p:"inv_throwingaxe_01",str:1,sta:1},{id:3490,type:"Dagger",slot:"onehand",r:20,q:"2",i:"25",name:"Deadly Bronze Poniard",speed:1.8,mindmg:16,maxdmg:30,p:"inv_weapon_shortblade_05",agi:4},{id:3491,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Heavy Bronze Mace",speed:2.8,mindmg:25,maxdmg:47,p:"inv_mace_08",str:4},{id:3492,type:"Mace",slot:"mainhand",r:25,q:"2",i:"30",name:"Mighty Iron Hammer",speed:2.8,mindmg:30,maxdmg:57,p:"inv_hammer_04",str:5},{id:3570,type:"Mace",slot:"mainhand",r:9,q:"2",i:"16",name:"Bonegrinding Pestle",speed:2.4,mindmg:13,maxdmg:26,p:"inv_mace_06",str:2},{id:3572,type:"Sword",slot:"onehand",r:11,q:"2",i:"17",name:"Daryl's Shortsword",speed:2.3,mindmg:14,maxdmg:26,p:"inv_sword_04",agi:2},{id:3581,type:"Dagger",slot:"onehand",r:12,q:"2",i:"18",name:"Serrated Knife",speed:1.6,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_01",agi:1,sta:1},{id:"3740|672",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of the Tiger",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",agi:2,str:2,rand:672},{id:"3740|1182",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of the Bear",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",sta:2,str:2,rand:1182},{id:"3740|24",type:"Sword",slot:"mainhand",r:19,q:"2",i:"24",name:"Decapitating Sword of Strength",speed:2.6,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_26",str:3,rand:24},{id:3850,type:"Sword",slot:"onehand",r:30,q:"2",i:"35",name:"Jade Serpentblade",speed:2.6,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:4,str:4},{id:"4088|684",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Tiger",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"4088|1194",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Bear",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"4088|189",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of Strength",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",str:8,rand:189},{id:4090,type:"Mace",slot:"onehand",r:41,q:"3",i:"46",name:"Mug O' Hurt",speed:1.7,mindmg:37,maxdmg:69,p:"inv_drink_03"},{id:4091,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Widowmaker",speed:1.9,mindmg:42,maxdmg:78,p:"inv_weapon_shortblade_03",agi:8,str:7},{id:4126,type:"Axe",slot:"mainhand",r:30,q:"2",i:"34",name:"Guerrilla Cleaver",speed:2.8,mindmg:34,maxdmg:65,p:"inv_axe_21",agi:3,sta:4},{id:4303,type:"Mace",slot:"mainhand",r:7,q:"2",i:"12",name:"Cranial Thumper",speed:2.8,mindmg:12,maxdmg:24,p:"inv_hammer_17",str:1},{id:4439,type:"Mace",slot:"mainhand",r:17,q:"2",i:"22",name:"Bruiser Club",speed:2.2,mindmg:17,maxdmg:32,p:"inv_mace_10",str:2,sta:2},{id:4445,type:"Axe",slot:"mainhand",r:18,q:"2",i:"23",name:"Flesh Carver",speed:2.3,mindmg:18,maxdmg:35,p:"inv_axe_16",agi:2,sta:2},{id:4446,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Blackvenom Blade",speed:1.8,mindmg:22,maxdmg:46,p:"inv_weapon_shortblade_02",agi:1,proc:{magic:!0,tick:5,interval:"3000",duration:"15000"}},{id:4449,type:"Dagger",slot:"onehand",r:22,q:"2",i:"27",name:"Naraxis' Fang",speed:1.6,mindmg:15,maxdmg:29,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:4454,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Talon of Vultros",speed:2,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_16",agi:5},{id:4511,type:"Mace",slot:"mainhand",r:35,q:"2",i:"40",name:"Black Water Hammer",speed:2.7,mindmg:42,maxdmg:78,p:"inv_hammer_07",str:7},{id:"4561|1181",type:"Axe",slot:"mainhand",r:6,q:"2",i:"11",name:"Scalping Tomahawk of the Bear",speed:1.8,mindmg:7,maxdmg:14,p:"inv_axe_19",sta:1,str:2,rand:1181},{id:"4561|6",type:"Axe",slot:"mainhand",r:6,q:"2",i:"11",name:"Scalping Tomahawk of Strength",speed:1.8,mindmg:7,maxdmg:14,p:"inv_axe_19",str:1,rand:6},{id:"4568|24",type:"Axe",slot:"onehand",r:16,q:"2",i:"21",name:"Grunt Axe of Strength",speed:2.3,mindmg:17,maxdmg:32,p:"inv_axe_12",str:3,rand:24},{id:"4569|23",type:"Mace",slot:"mainhand",r:9,q:"2",i:"14",name:"Staunch Hammer of Strength",speed:2.2,mindmg:11,maxdmg:21,p:"inv_hammer_08",str:2,rand:23},{id:"4571|670",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of the Tiger",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",agi:2,str:1,rand:670},{id:"4571|23",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of Strength",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",str:2,rand:23},{id:4765,type:"Sword",slot:"mainhand",r:9,q:"2",i:"14",name:"Enamelled Broadsword",speed:2.4,mindmg:12,maxdmg:23,p:"inv_sword_20",str:1},{id:4766,type:"Sword",slot:"mainhand",r:8,q:"2",i:"13",name:"Feral Blade",speed:2.6,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:1},{id:4824,type:"Axe",slot:"mainhand",r:22,q:"2",i:"27",name:"Blurred Axe",speed:1.7,mindmg:16,maxdmg:31,p:"inv_axe_14",agi:4},{id:4825,type:"Axe",slot:"onehand",r:24,q:"2",i:"29",name:"Callous Axe",speed:2.8,mindmg:29,maxdmg:55,p:"inv_axe_21",ap:8},{id:4947,type:"Dagger",slot:"onehand",r:4,q:"2",i:"11",name:"Jagged Dagger",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_02",str:1},{id:4948,type:"Mace",slot:"mainhand",r:4,q:"2",i:"11",name:"Stinging Mace",speed:2.3,mindmg:9,maxdmg:18,p:"inv_mace_01",str:1},{id:4949,type:"Axe",slot:"mainhand",r:16,q:"2",i:"21",name:"Orcish Cleaver",speed:1.8,mindmg:13,maxdmg:25,p:"inv_axe_20",str:1},{id:4971,type:"Mace",slot:"mainhand",r:6,q:"2",i:"12",name:"Skorn's Hammer",speed:2.7,mindmg:12,maxdmg:23,p:"inv_hammer_09",str:1},{id:4974,type:"Dagger",slot:"onehand",r:5,q:"2",i:"12",name:"Compact Fighting Knife",speed:1.5,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_05",agi:1},{id:4977,type:"Sword",slot:"mainhand",r:30,q:"2",i:"41",name:"Sword of Hammerfall",speed:2.3,mindmg:37,maxdmg:69,p:"inv_sword_40",str:4,sta:5},{id:4978,type:"Mace",slot:"mainhand",r:35,q:"2",i:"36",name:"Ryedol's Hammer",speed:2.5,mindmg:33,maxdmg:62,p:"inv_hammer_04",str:6},{id:5112,type:"Dagger",slot:"onehand",r:10,q:"2",i:"15",name:"Ritual Blade",speed:1.4,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_02",agi:1},{id:5191,type:"Sword",slot:"onehand",r:19,q:"3",i:"24",name:"Cruel Barb",speed:2.8,mindmg:30,maxdmg:57,p:"inv_sword_24",ap:12},{id:5192,type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Thief's Blade",speed:1.7,mindmg:13,maxdmg:25,p:"inv_sword_24",agi:3},{id:5196,type:"Axe",slot:"onehand",r:17,q:"2",i:"22",name:"Smite's Reaver",speed:1.9,mindmg:14,maxdmg:28,p:"inv_axe_22",str:2,sta:1},{id:5197,type:"Mace",slot:"onehand",r:16,q:"2",i:"21",name:"Cookie's Tenderizer",speed:2.8,mindmg:20,maxdmg:39,p:"inv_fabric_silk_02",str:3},{id:5255,type:"Axe",slot:"mainhand",r:10,q:"2",i:"15",name:"Quilboar Tomahawk",speed:2.5,mindmg:13,maxdmg:26,p:"inv_throwingaxe_03",agi:1},{id:5256,type:"Mace",slot:"onehand",r:30,q:"2",i:"35",name:"Kovork's Rattle",speed:3,mindmg:38,maxdmg:72,p:"inv_mace_16",agi:5,str:2},{id:5267,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Scarlet Kris",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_03",agi:10,sta:10},{id:5279,type:"Dagger",slot:"onehand",r:12,q:"2",i:"20",name:"Harpy Skinner",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_14",agi:3},{id:5344,type:"Axe",slot:"mainhand",r:9,q:"2",i:"14",name:"Pointed Axe",speed:1.9,mindmg:9,maxdmg:18,p:"inv_throwingaxe_01",agi:1},{id:5426,type:"Axe",slot:"onehand",r:15,q:"3",i:"20",name:"Serpent's Kiss",speed:2.5,mindmg:23,maxdmg:44,p:"inv_axe_23",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:5540,type:"Dagger",slot:"onehand",r:18,q:"2",i:"23",name:"Pearl-handled Dagger",speed:1.7,mindmg:13,maxdmg:26,p:"inv_weapon_shortblade_05",agi:2,sta:2},{id:5541,type:"Mace",slot:"onehand",r:23,q:"2",i:"28",name:"Iridescent Hammer",speed:1.8,mindmg:18,maxdmg:34,p:"inv_hammer_05",str:3,sta:3},{id:5616,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gutwrencher",speed:1.6,mindmg:35,maxdmg:66,p:"inv_sword_31",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:5752,type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Wyvern Tailspike",speed:1.8,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_16",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:5756,type:"Dagger",slot:"onehand",r:32,q:"3",i:"37",name:"Sliverblade",speed:1.4,mindmg:24,maxdmg:46,p:"inv_weapon_shortblade_24",proc:{magic:!0,dmg:45}},{id:5757,type:"Mace",slot:"mainhand",r:12,q:"2",i:"20",name:"Hardwood Cudgel",speed:2.6,mindmg:18,maxdmg:34,p:"inv_mace_11",str:2,sta:2},{id:6220,type:"Dagger",slot:"onehand",r:24,q:"3",i:"29",name:"Meteor Shard",speed:1.8,mindmg:23,maxdmg:43,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:35}},{id:6323,type:"Mace",slot:"mainhand",r:20,q:"2",i:"25",name:"Baron's Scepter",speed:2.4,mindmg:21,maxdmg:40,p:"inv_mace_02",str:4},{id:6331,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Howling Blade",speed:1.4,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_15"},{id:6333,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Spikelash Dagger",speed:1.9,mindmg:14,maxdmg:28,p:"inv_weapon_shortblade_10",agi:2,sta:2},{id:6360,type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Steelscale Crushfish",speed:2.5,mindmg:22,maxdmg:42,p:"inv_misc_fish_04",str:4},{id:6448,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Tail Spike",speed:1.8,mindmg:14,maxdmg:26,p:"inv_weapon_shortblade_10",agi:2,str:2},{id:6472,type:"Mace",slot:"onehand",r:19,q:"3",i:"24",name:"Stinging Viper",speed:2.8,mindmg:30,maxdmg:57,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:6504,type:"Sword",slot:"mainhand",r:10,q:"3",i:"24",name:"Wingblade",speed:2.2,mindmg:24,maxdmg:45,p:"inv_sword_16",agi:5,sta:2},{id:6622,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Sword of Zeal",speed:2.8,mindmg:81,maxdmg:151,p:"inv_sword_39",proc:{spell:"Zeal",ppm:1.8}},{id:6633,type:"Sword",slot:"onehand",r:18,q:"2",i:"23",name:"Butcher's Slicer",speed:2.9,mindmg:23,maxdmg:44,p:"inv_sword_16",str:2,sta:2},{id:6660,type:"Dagger",slot:"onehand",r:50,q:"3",i:"55",name:"Julie's Dagger",speed:1.3,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_07"},{id:6691,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Swinetusk Shank",speed:1.5,mindmg:24,maxdmg:45,p:"inv_misc_bone_06",sta:6},{id:6692,type:"Axe",slot:"onehand",r:31,q:"3",i:"36",name:"Pronged Reaver",speed:2.4,mindmg:40,maxdmg:75,p:"inv_axe_18",str:6},{id:6738,type:"Axe",slot:"mainhand",r:28,q:"2",i:"35",name:"Bleeding Crescent",speed:2.4,mindmg:30,maxdmg:57,p:"inv_axe_12",proc:{tick:9,interval:"6000",duration:"30000",bleed:!0}},{id:6802,type:"Sword",slot:"onehand",r:33,q:"3",i:"44",name:"Sword of Omen",speed:1.9,mindmg:39,maxdmg:74,p:"inv_sword_19",agi:3,str:9,sta:4},{id:6804,type:"Mace",slot:"mainhand",r:26,q:"2",i:"40",name:"Windstorm Hammer",speed:2.1,mindmg:32,maxdmg:61,p:"inv_hammer_05",str:4,sta:5},{id:6829,type:"Sword",slot:"onehand",r:34,q:"3",i:"44",name:"Sword of Serenity",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_27",sta:9},{id:6831,type:"Dagger",slot:"onehand",r:34,q:"3",i:"44",name:"Black Menace",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:6904,type:"Dagger",slot:"onehand",r:23,q:"3",i:"28",name:"Bite of Serra'kis",speed:1.3,mindmg:16,maxdmg:30,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:7682,type:"Dagger",slot:"onehand",r:29,q:"3",i:"34",name:"Torturing Poker",speed:1.7,mindmg:26,maxdmg:46,p:"inv_spear_01"},{id:7687,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Ironspine's Fist",speed:2.4,mindmg:38,maxdmg:72,p:"inv_hammer_19",str:7},{id:7714,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"Hypnotic Blade",speed:1.4,mindmg:26,maxdmg:49,p:"inv_weapon_shortblade_07"},{id:7721,type:"Mace",slot:"mainhand",r:39,q:"3",i:"44",name:"Hand of Righteousness",speed:2.7,mindmg:56,maxdmg:105,p:"inv_hammer_02"},{id:7736,type:"Mace",slot:"onehand",r:34,q:"3",i:"39",name:"Fight Club",speed:2.2,mindmg:41,maxdmg:76,p:"inv_mace_11",str:6,sta:6},{id:7752,type:"Mace",slot:"mainhand",r:28,q:"3",i:"33",name:"Dreamslayer",speed:2.1,mindmg:31,maxdmg:59,p:"inv_hammer_17",str:7},{id:7761,type:"Axe",slot:"mainhand",r:33,q:"3",i:"38",name:"Steelclaw Reaver",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_06",agi:3,sta:8},{id:7786,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Headsplitter",speed:2.3,mindmg:30,maxdmg:57,p:"inv_axe_14",str:3,sta:5},{id:7942,type:"Axe",slot:"onehand",r:39,q:"2",i:"44",name:"Blue Glittering Axe",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_03",agi:8},{id:7943,type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Wicked Mithril Blade",speed:2.3,mindmg:43,maxdmg:80,p:"inv_sword_10",agi:4,str:6},{id:7944,type:"Sword",slot:"mainhand",r:43,q:"2",i:"48",name:"Dazzling Mithril Rapier",speed:1.7,mindmg:34,maxdmg:63,p:"inv_sword_30",agi:8},{id:7945,type:"Mace",slot:"mainhand",r:41,q:"2",i:"46",name:"Big Black Mace",speed:2.4,mindmg:46,maxdmg:86,p:"inv_mace_15",str:8},{id:7946,type:"Mace",slot:"mainhand",r:44,q:"2",i:"49",name:"Runed Mithril Hammer",speed:2,mindmg:41,maxdmg:76,p:"inv_hammer_17",str:7,sta:4},{id:7947,type:"Dagger",slot:"onehand",r:46,q:"2",i:"51",name:"Ebon Shiv",speed:1.5,mindmg:32,maxdmg:59,p:"inv_weapon_shortblade_14",agi:9},{id:7954,type:"Mace",slot:"mainhand",r:42,q:"3",i:"47",name:"The Shatterer",speed:2.4,mindmg:53,maxdmg:99,p:"inv_hammer_18"},{id:7961,type:"Sword",slot:"mainhand",r:44,q:"3",i:"49",name:"Phantom Blade",speed:2.6,mindmg:59,maxdmg:111,p:"inv_sword_40",proc:{spell:"Vibroblade"}},{id:8006,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"The Ziggler",speed:1.7,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:15}},{id:8190,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Hanzo Sword",speed:1.5,mindmg:38,maxdmg:71,p:"inv_sword_10",proc:{dmg:75}},{id:"8194|681",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Tiger",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",agi:5,str:5,rand:681},{id:"8194|1191",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Bear",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",sta:5,str:5,rand:1191},{id:"8194|155",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of Strength",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",str:7,rand:155},{id:"8196|681",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Tiger",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:5,str:5,rand:681},{id:"8196|1191",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Bear",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",sta:5,str:5,rand:1191},{id:"8196|189",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of Strength",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",str:8,rand:189},{id:8223,type:"Sword",slot:"onehand",r:32,q:"3",i:"37",name:"Blade of the Basilisk",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_43"},{id:8224,type:"Sword",slot:"mainhand",r:31,q:"2",i:"36",name:"Silithid Ripper",speed:2.3,mindmg:30,maxdmg:57,p:"inv_weapon_shortblade_26",proc:{tick:9,interval:"6000",duration:"30000",bleed:!0}},{id:8225,type:"Sword",slot:"onehand",r:31,q:"3",i:"36",name:"Tainted Pierce",speed:1.9,mindmg:32,maxdmg:60,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,tick:15,interval:"1000",duration:"3000"}},{id:8226,type:"Sword",slot:"mainhand",r:26,q:"3",i:"31",name:"The Butcher",speed:2.8,mindmg:38,maxdmg:72,p:"inv_sword_18",agi:5,sta:4},{id:8708,type:"Mace",slot:"mainhand",r:40,q:"4",i:"50",name:"Hammer of Expertise",speed:2.1,mindmg:54,maxdmg:101,p:"inv_hammer_24"},{id:9359,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Southsea Lamp",speed:2.3,mindmg:49,maxdmg:91,p:"inv_misc_flute_01",agi:9,sta:4},{id:9378,type:"Axe",slot:"onehand",r:33,q:"3",i:"38",name:"Shovelphlange's Mining Axe",speed:2.8,mindmg:50,maxdmg:94,p:"inv_pick_02",str:6,ap:10},{id:9379,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Sang'thraze the Deflector",speed:1.7,mindmg:34,maxdmg:65,p:"inv_sword_45"},{id:9384,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Stonevault Shiv",speed:1.5,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_18",agi:7,sta:3},{id:9386,type:"Mace",slot:"onehand",r:31,q:"3",i:"36",name:"Excavator's Brand",speed:2.6,mindmg:43,maxdmg:82,p:"inv_torch_lit",proc:{magic:!0,procgcd:!0,dmg:40,tick:3,interval:"2000",duration:"6000"}},{id:9392,type:"Sword",slot:"onehand",r:35,q:"3",i:"40",name:"Annealed Blade",speed:1.8,mindmg:34,maxdmg:64,p:"inv_sword_26",str:6,sta:6},{id:9401,type:"Sword",slot:"onehand",r:38,q:"3",i:"43",name:"Nordic Longshank",speed:2.2,mindmg:45,maxdmg:84,p:"inv_sword_24",agi:8,sta:5},{id:9419,type:"Mace",slot:"onehand",r:41,q:"2",i:"46",name:"Galgann's Firehammer",speed:2.2,mindmg:42,maxdmg:79,p:"inv_hammer_17",proc:{magic:!0,dmg:96}},{id:9424,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Ginn-su Sword",speed:1.7,mindmg:33,maxdmg:62,p:"inv_sword_42",agi:8,str:4},{id:9427,type:"Mace",slot:"onehand",r:37,q:"3",i:"42",name:"Stonevault Bonebreaker",speed:2.7,mindmg:54,maxdmg:101,p:"inv_misc_bone_01",agi:4,str:8},{id:9446,type:"Sword",slot:"mainhand",r:29,q:"3",i:"34",name:"Electrocutioner Leg",speed:1.7,mindmg:26,maxdmg:49,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,dmg:15}},{id:9453,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Toxic Revenger",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:5,interval:"5000",duration:"15000"}},{id:9457,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Royal Diplomatic Scepter",speed:2.3,mindmg:37,maxdmg:69,p:"inv_mace_08",sta:2},{id:9465,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Digmaster 5000",speed:1.8,mindmg:38,maxdmg:71,p:"inv_pick_01",agi:4,proc:{spell:"Vibroblade"}},{id:9478,type:"Axe",slot:"mainhand",r:45,q:"3",i:"50",name:"Ripsaw",speed:2.7,mindmg:63,maxdmg:117,p:"inv_axe_07",proc:{dmg:75}},{id:9485,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Vibroblade",speed:1.6,mindmg:21,maxdmg:40,p:"inv_axe_14",proc:{spell:"Vibroblade"}},{id:9488,type:"Mace",slot:"onehand",r:23,q:"3",i:"28",name:"Oscillating Power Hammer",speed:2,mindmg:24,maxdmg:46,p:"inv_hammer_08",str:5,sta:1},{id:9511,type:"Sword",slot:"onehand",r:41,q:"3",i:"46",name:"Bloodletter Scalpel",speed:1.8,mindmg:39,maxdmg:73,p:"inv_sword_40",proc:{dmg:65}},{id:9520,type:"Dagger",slot:"onehand",r:30,q:"2",i:"41",name:"Silent Hunter",speed:1.8,mindmg:29,maxdmg:54,p:"inv_weapon_shortblade_18",agi:7},{id:9639,type:"Mace",slot:"mainhand",r:43,q:"3",i:"48",name:"The Hand of Antu'sul",speed:2.7,mindmg:61,maxdmg:113,p:"inv_mace_11",proc:{magic:!0,dmg:7}},{id:9651,type:"Mace",slot:"mainhand",r:40,q:"2",i:"53",name:"Gryphon Rider's Stormhammer",speed:2.7,mindmg:59,maxdmg:111,p:"inv_hammer_01",proc:{magic:!0,procgcd:!0,dmg:108}},{id:9680,type:"Dagger",slot:"onehand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Shanker",speed:1.6,mindmg:28,maxdmg:52,p:"inv_weapon_shortblade_18",agi:6,sta:3},{id:9684,type:"Axe",slot:"mainhand",r:40,q:"2",i:"51",name:"Force of the Hippogryph",speed:2.4,mindmg:51,maxdmg:95,p:"inv_axe_12",agi:9},{id:9718,type:"Sword",slot:"onehand",r:33,q:"3",i:"38",name:"Reforged Blade of Heroes",speed:2.2,mindmg:36,maxdmg:69,p:"inv_sword_10",str:3,sta:8},{id:10571,type:"Mace",slot:"onehand",r:32,q:"3",i:"37",name:"Ebony Boneclub",speed:1.8,mindmg:31,maxdmg:59,p:"inv_misc_bone_10",str:5,resist:{shadow:5}},{id:10623,type:"Axe",slot:"mainhand",r:43,q:"3",i:"48",name:"Winter's Bite",speed:2.1,mindmg:47,maxdmg:88,p:"inv_axe_07",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10625,type:"Dagger",slot:"onehand",r:44,q:"3",i:"49",name:"Stealthblade",speed:1.4,mindmg:32,maxdmg:60,p:"inv_sword_41"},{id:10703,type:"Dagger",slot:"onehand",r:38,q:"2",i:"45",name:"Fiendish Skiv",speed:1.9,mindmg:35,maxdmg:66,p:"inv_sword_21",str:8},{id:10744,type:"Axe",slot:"mainhand",r:40,q:"2",i:"51",name:"Axe of the Ebon Drake",speed:1.9,mindmg:40,maxdmg:75,p:"inv_axe_12",str:9},{id:10761,type:"Dagger",slot:"onehand",r:39,q:"3",i:"44",name:"Coldrage Dagger",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_34",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10772,type:"Axe",slot:"onehand",r:36,q:"2",i:"41",name:"Glutton's Cleaver",speed:2,mindmg:32,maxdmg:60,p:"inv_axe_23",proc:{tick:10,interval:"6000",duration:"30000",bleed:!0}},{id:10797,type:"Sword",slot:"onehand",r:48,q:"3",i:"53",name:"Firebreather",speed:2.2,mindmg:54,maxdmg:101,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:10803,type:"Sword",slot:"mainhand",r:49,q:"2",i:"54",name:"Blade of the Wretched",speed:2.1,mindmg:47,maxdmg:88,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"}},{id:10804,type:"Mace",slot:"onehand",r:49,q:"2",i:"54",name:"Fist of the Damned",speed:1.9,mindmg:42,maxdmg:80,p:"inv_hammer_11",proc:{magic:!0,dmg:30,coeff:1}},{id:10805,type:"Axe",slot:"mainhand",r:49,q:"2",i:"54",name:"Eater of the Dead",speed:2.2,mindmg:49,maxdmg:92,p:"inv_axe_12",ap:30},{id:10823,type:"Sword",slot:"onehand",r:37,q:"3",i:"44",name:"Vanquisher's Sword",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_35",ap:28},{id:"10828|690",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Tiger",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},agi:8,str:8,rand:690},{id:"10828|1200",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Bear",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},sta:8,str:8,rand:1200},{id:"10828|193",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of Strength",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},str:12,rand:193},{id:10837,type:"Axe",slot:"mainhand",r:51,q:"3",i:"56",name:"Tooth of Eranikus",speed:2.4,mindmg:62,maxdmg:116,p:"inv_axe_07",str:6,hit:1},{id:10838,type:"Mace",slot:"mainhand",r:49,q:"3",i:"54",name:"Might of Hakkar",speed:2.4,mindmg:60,maxdmg:112,p:"inv_mace_11",sta:11},{id:10847,type:"Sword",slot:"onehand",r:52,q:"4",i:"57",name:"Dragon's Call",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_38"},{id:11086,type:"Sword",slot:"mainhand",r:45,q:"3",i:"50",name:"Jang'thraze the Protector",speed:1.9,mindmg:44,maxdmg:83,p:"inv_sword_43"},{id:11120,type:"Mace",slot:"mainhand",r:44,q:"2",i:"55",name:"Belgrom's Hammer",speed:2.8,mindmg:64,maxdmg:120,p:"inv_hammer_10",str:10},{id:11121,type:"Sword",slot:"mainhand",r:21,q:"2",i:"26",name:"Darkwater Talwar",speed:2.2,mindmg:20,maxdmg:39,p:"inv_sword_36",proc:{magic:!0,procgcd:!0,dmg:25}},{id:11603,type:"Fist",slot:"mainhand",r:46,q:"3",i:"51",name:"Vilerend Slicer",speed:1.4,mindmg:33,maxdmg:62,p:"ability_whirlwind",proc:{dmg:75}},{id:11635,type:"Dagger",slot:"onehand",r:49,q:"3",i:"54",name:"Hookfang Shanker",speed:1.4,mindmg:35,maxdmg:65,p:"inv_weapon_shortblade_10",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:11702,type:"Axe",slot:"mainhand",r:50,q:"3",i:"55",name:"Grizzle's Skinner",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",agi:6,str:8,sta:5},{id:11856,type:"Dagger",slot:"onehand",r:40,q:"2",i:"45",name:"Ceremonial Elven Blade",speed:1.8,mindmg:33,maxdmg:63,p:"inv_sword_13",agi:6,sta:3},{id:11902,type:"Sword",slot:"mainhand",r:47,q:"2",i:"56",name:"Linken's Sword of Mastery",speed:1.8,mindmg:42,maxdmg:78,p:"inv_sword_39",proc:{magic:!0,procgcd:!0,dmg:60}},{id:11964,type:"Mace",slot:"mainhand",r:50,q:"2",i:"55",name:"Swiftstrike Cudgel",speed:1.6,mindmg:36,maxdmg:68,p:"inv_mace_08",hit:1},{id:12061,type:"Sword",slot:"onehand",r:50,q:"2",i:"60",name:"Blade of Reckoning",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_26",ap:22},{id:12062,type:"Dagger",slot:"onehand",r:50,q:"2",i:"60",name:"Skilled Fighting Blade",speed:1.4,mindmg:35,maxdmg:65,p:"inv_sword_21",skill:4},{id:12248,type:"Dagger",slot:"onehand",r:29,q:"2",i:"34",name:"Daring Dirk",speed:1.6,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_15",agi:5},{id:12259,type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Glinting Steel Dagger",speed:1.5,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_05",ap:12},{id:"12527|687",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of the Tiger",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,agi:7,str:7,rand:687},{id:"12527|1197",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of the Bear",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,sta:7,str:7,rand:1197},{id:"12527|192",type:"Axe",slot:"mainhand",r:48,q:"3",i:"53",name:"Ribsplitter of Strength",speed:2.7,mindmg:66,maxdmg:124,p:"inv_axe_13",ap:10,str:11,rand:192},{id:12531,type:"Dagger",slot:"onehand",r:46,q:"3",i:"51",name:"Searing Needle",speed:1.8,mindmg:42,maxdmg:80,p:"inv_weapon_shortblade_03",proc:{magic:!0,dmg:60}},{id:12535,type:"Sword",slot:"onehand",r:49,q:"3",i:"54",name:"Doomforged Straightedge",speed:1.9,mindmg:47,maxdmg:89,p:"inv_sword_41",str:10,ap:12},{id:12582,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Keris of Zul'Serak",speed:1.8,mindmg:49,maxdmg:93,p:"inv_weapon_shortblade_12",proc:{magic:!0,procgcd:!0,tick:10,interval:"2000",duration:"10000"}},{id:12584,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Longsword",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:12590,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Felstriker",speed:1.7,mindmg:54,maxdmg:101,p:"inv_weapon_shortblade_25",proc:{spell:"Felstriker"}},{id:12621,type:"Axe",slot:"mainhand",r:54,q:"3",i:"59",name:"Demonfork",speed:2.8,mindmg:76,maxdmg:142,p:"inv_weapon_halberd_11"},{id:12709,type:"Dagger",slot:"mainhand",r:58,q:"3",i:"63",name:"Pip's Skinner",speed:1.3,mindmg:37,maxdmg:70,p:"inv_sword_33"},{id:12773,type:"Axe",slot:"mainhand",r:50,q:"2",i:"55",name:"Ornate Thorium Handaxe",speed:1.9,mindmg:43,maxdmg:81,p:"inv_axe_12",str:10},{id:12774,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Dawn's Edge",speed:2.1,mindmg:53,maxdmg:100,p:"inv_axe_05",crit:1},{id:12777,type:"Sword",slot:"onehand",r:51,q:"3",i:"56",name:"Blazing Rapier",speed:1.7,mindmg:44,maxdmg:82,p:"inv_sword_30",proc:{magic:!0,tick:10,interval:"3000",duration:"30000"}},{id:12779,type:"Axe",slot:"mainhand",r:52,q:"2",i:"57",name:"Rune Edge",speed:2.3,mindmg:54,maxdmg:102,p:"inv_axe_17",agi:5,str:5,sta:5},{id:12781,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Serenity",speed:2,mindmg:52,maxdmg:98,p:"inv_mace_02"},{id:12783,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:12791,type:"Dagger",slot:"mainhand",r:50,q:"3",i:"55",name:"Barman Shanker",speed:2,mindmg:51,maxdmg:95,p:"inv_drink_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:12792,type:"Mace",slot:"mainhand",r:53,q:"2",i:"58",name:"Volcanic Hammer",speed:2.5,mindmg:60,maxdmg:113,p:"inv_hammer_06",proc:{magic:!0,procgcd:!0,dmg:114,tick:6,interval:"2000",duration:"6000"}},{id:12794,type:"Mace",slot:"mainhand",r:57,q:"3",i:"63",name:"Masterwork Stormhammer",speed:2,mindmg:58,maxdmg:108,p:"inv_hammer_04",proc:{magic:!0,dmg:125}},{id:12795,type:"Fist",slot:"mainhand",r:55,q:"3",i:"60",name:"Blood Talon",speed:1.3,mindmg:35,maxdmg:67,p:"inv_weapon_shortblade_27",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:12797,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Frostguard",speed:2.3,mindmg:66,maxdmg:124,p:"inv_sword_11"},{id:12798,type:"Axe",slot:"mainhand",r:58,q:"3",i:"63",name:"Annihilator",speed:1.7,mindmg:49,maxdmg:92,p:"inv_axe_12",proc:{spell:"Annihilator"}},{id:12940,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Dal'Rend's Sacred Charge",speed:2.8,mindmg:81,maxdmg:151,p:"inv_sword_43",str:4,crit:1},{id:12974,type:"Sword",slot:"mainhand",r:26,q:"3",i:"31",name:"The Black Knight",speed:1.9,mindmg:26,maxdmg:49,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:40}},{id:12976,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Ironpatch Blade",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",str:4,sta:2},{id:12990,type:"Axe",slot:"onehand",r:18,q:"3",i:"23",name:"Razor's Edge",speed:2.4,mindmg:25,maxdmg:48,p:"inv_weapon_halberd_08",str:4},{id:13006,type:"Mace",slot:"mainhand",r:57,q:"3",i:"62",name:"Mass of McGowan",speed:2.8,mindmg:80,maxdmg:149,p:"inv_hammer_17",str:10,sta:10},{id:13014,type:"Axe",slot:"onehand",r:48,q:"3",i:"53",name:"Axe of Rin'ji",speed:1.9,mindmg:46,maxdmg:87,p:"inv_axe_21",agi:5,sta:11},{id:13015,type:"Axe",slot:"onehand",r:56,q:"3",i:"61",name:"Serathil",speed:1.9,mindmg:53,maxdmg:99,p:"inv_axe_08",str:9},{id:13024,type:"Mace",slot:"mainhand",r:24,q:"3",i:"29",name:"Beazel's Basher",speed:2.5,mindmg:32,maxdmg:60,p:"inv_hammer_04",str:6},{id:13025,type:"Mace",slot:"mainhand",r:32,q:"3",i:"37",name:"Deadwood Sledge",speed:1.9,mindmg:33,maxdmg:62,p:"inv_hammer_16",sta:2},{id:13026,type:"Mace",slot:"mainhand",r:40,q:"3",i:"45",name:"Heaven's Light",speed:2.7,mindmg:57,maxdmg:107,p:"inv_hammer_04",agi:4,str:4,sta:4},{id:13027,type:"Mace",slot:"mainhand",r:48,q:"3",i:"53",name:"Bonesnapper",speed:2.7,mindmg:66,maxdmg:124,p:"inv_hammer_20",str:11,sta:5},{id:13028,type:"Mace",slot:"mainhand",r:56,q:"3",i:"61",name:"Bludstone Hammer",speed:2.1,mindmg:59,maxdmg:110,p:"inv_hammer_19",sta:5},{id:13032,type:"Sword",slot:"onehand",r:22,q:"3",i:"27",name:"Sword of Corruption",speed:2.1,mindmg:25,maxdmg:47,p:"inv_sword_26",proc:{magic:!0,procgcd:!0,tick:10,interval:"1000",duration:"3000"}},{id:13033,type:"Sword",slot:"onehand",r:29,q:"3",i:"34",name:"Zealot Blade",speed:2.8,mindmg:43,maxdmg:81,p:"inv_sword_15"},{id:13034,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Speedsteel Rapier",speed:1.8,mindmg:35,maxdmg:66,p:"inv_sword_30",agi:8,sta:3},{id:13035,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Serpent Slicer",speed:2.5,mindmg:57,maxdmg:107,p:"inv_sword_33",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:13036,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Assassination Blade",speed:2.7,mindmg:71,maxdmg:132,p:"inv_sword_42",str:3,crit:1},{id:13048,type:"Mace",slot:"mainhand",r:26,q:"3",i:"31",name:"Looming Gavel",speed:2.4,mindmg:33,maxdmg:62,p:"inv_hammer_04",agi:3,sta:6},{id:13182,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Phase Blade",speed:2.1,mindmg:55,maxdmg:103,p:"inv_sword_36",str:7,sta:12},{id:13183,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Venomspitter",speed:1.9,mindmg:52,maxdmg:98,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"2000",duration:"30000"}},{id:13198,type:"Fist",slot:"onehand",r:55,q:"3",i:"60",name:"Hurd Smasher",speed:1.8,mindmg:49,maxdmg:93,p:"inv_gauntlets_11"},{id:13204,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Bashguuder",speed:1.8,mindmg:49,maxdmg:93,p:"inv_mace_15",str:9,proc:{spell:"Rivenspike"}},{id:13218,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Fang of the Crystal Spider",speed:1.6,mindmg:45,maxdmg:84,p:"inv_weapon_shortblade_16"},{id:13246,type:"Sword",slot:"onehand",r:55,q:"3",i:"62",name:"Argent Avenger",speed:2.2,mindmg:71,maxdmg:108,p:"inv_sword_05",proc:{spell:"Avenger"}},{id:13286,type:"Axe",slot:"onehand",r:53,q:"3",i:"58",name:"Rivenspike",speed:2.9,mindmg:77,maxdmg:144,p:"inv_pick_05",proc:{spell:"Rivenspike"}},{id:13349,type:"Mace",slot:"mainhand",r:58,q:"3",i:"63",name:"Scepter of the Unholy",speed:2.4,mindmg:69,maxdmg:129,p:"inv_mace_07",sta:5},{id:13360,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Gift of the Elven Magi",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_15",sta:5},{id:13361,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Skullforge Reaver",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_12",proc:{magic:!0,tick:2,interval:"1000",duration:"30000"}},{id:13368,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Bonescraper",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_12",ap:30},{id:13401,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Cruel Hand of Timmy",speed:1.8,mindmg:50,maxdmg:94,p:"inv_misc_bone_elfskull_01"},{id:13408,type:"Axe",slot:"mainhand",r:52,q:"3",i:"57",name:"Soul Breaker",speed:1.6,mindmg:42,maxdmg:78,p:"inv_weapon_halberd_05",proc:{magic:!0,procgcd:!0,tick:12,interval:"3000",duration:"30000"}},{id:13984,type:"Dagger",slot:"onehand",r:57,q:"3",i:"63",name:"Darrowspike",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_21",proc:{magic:!0,dmg:90}},{id:14151,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Chanting Blade",speed:1.5,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_25",agi:1,sta:1},{id:14487,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Bonechill Hammer",speed:2.4,mindmg:68,maxdmg:127,p:"inv_hammer_13",proc:{magic:!0,dmg:90}},{id:14555,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Alcor's Sunrazor",speed:1.3,mindmg:41,maxdmg:77,p:"inv_sword_34",resist:{fire:10},proc:{magic:!0,dmg:90}},{id:"15210|23",type:"Sword",slot:"onehand",r:11,q:"2",i:"16",name:"Raider Shortsword of Strength",speed:1.9,mindmg:11,maxdmg:20,p:"inv_sword_04",str:2,rand:23},{id:"15211|672",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Tiger",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",agi:2,str:2,rand:672},{id:"15211|1182",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Bear",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",sta:2,str:2,rand:1182},{id:"15211|24",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of Strength",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",str:3,rand:24},{id:"15212|675",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of the Tiger",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",agi:3,str:3,rand:675},{id:"15212|1185",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of the Bear",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",sta:3,str:3,rand:1185},{id:"15212|97",type:"Sword",slot:"mainhand",r:22,q:"2",i:"27",name:"Fighter Broadsword of Strength",speed:2.8,mindmg:27,maxdmg:51,p:"inv_sword_46",str:4,rand:97},{id:"15213|678",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Tiger",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",agi:4,str:4,rand:678},{id:"15213|1188",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Bear",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",sta:4,str:4,rand:1188},{id:"15213|136",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of Strength",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",str:6,rand:136},{id:"15214|681",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Tiger",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",agi:5,str:5,rand:681},{id:"15214|1191",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Bear",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",sta:5,str:5,rand:1191},{id:"15214|155",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of Strength",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",str:7,rand:155},{id:"15215|681",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of the Tiger",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",agi:5,str:5,rand:681},{id:"15215|1191",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of the Bear",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",sta:5,str:5,rand:1191},{id:"15215|189",type:"Sword",slot:"mainhand",r:40,q:"2",i:"45",name:"Furious Falchion of Strength",speed:2.5,mindmg:46,maxdmg:87,p:"inv_sword_16",str:8,rand:189},{id:"15216|684",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Tiger",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15216|1194",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Bear",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15216|190",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of Strength",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",str:9,rand:190},{id:"15217|684",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Tiger",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15217|1194",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Bear",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15217|191",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of Strength",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",str:10,rand:191},{id:"15218|687",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Tiger",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",agi:7,str:7,rand:687},{id:"15218|1197",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Bear",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",sta:7,str:7,rand:1197},{id:"15218|191",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of Strength",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",str:10,rand:191},{id:"15219|687",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Tiger",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",agi:7,str:7,rand:687},{id:"15219|1197",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Bear",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",sta:7,str:7,rand:1197},{id:"15219|192",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of Strength",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",str:11,rand:192},{id:"15220|690",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of the Tiger",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",agi:8,str:8,rand:690},{id:"15220|1200",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of the Bear",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",sta:8,str:8,rand:1200},{id:"15220|193",type:"Sword",slot:"mainhand",r:57,q:"2",i:"62",name:"Battlefell Sabre of Strength",speed:2.2,mindmg:57,maxdmg:106,p:"inv_sword_36",str:12,rand:193},{id:"15221|690",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Tiger",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",agi:8,str:8,rand:690},{id:"15221|1200",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Bear",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",sta:8,str:8,rand:1200},{id:"15221|193",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of Strength",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",str:12,rand:193},{id:"15222|24",type:"Mace",slot:"mainhand",r:14,q:"2",i:"19",name:"Barbed Club of Strength",speed:2.3,mindmg:15,maxdmg:29,p:"inv_hammer_08",str:3,rand:24},{id:"15223|672",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of the Tiger",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:2,str:2,rand:672},{id:"15223|1182",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of the Bear",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:2,str:2,rand:1182},{id:"15223|24",type:"Mace",slot:"mainhand",r:19,q:"2",i:"24",name:"Jagged Star of Strength",speed:2.8,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:3,rand:24},{id:"15224|675",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Tiger",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:3,str:3,rand:675},{id:"15224|1185",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Bear",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:3,str:3,rand:1185},{id:"15224|97",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of Strength",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:4,rand:97},{id:"15225|678",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of the Tiger",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",agi:4,str:4,rand:678},{id:"15225|1188",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of the Bear",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",sta:4,str:4,rand:1188},{id:"15225|115",type:"Mace",slot:"mainhand",r:28,q:"2",i:"33",name:"Sequoia Hammer of Strength",speed:2.7,mindmg:32,maxdmg:60,p:"inv_hammer_08",str:5,rand:115},{id:"15226|681",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Tiger",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",agi:5,str:5,rand:681},{id:"15226|1191",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Bear",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",sta:5,str:5,rand:1191},{id:"15226|155",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of Strength",speed:1.9,mindmg:26,maxdmg:49,p:"inv_hammer_16",str:7,rand:155},{id:"15227|684",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Tiger",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",agi:6,str:6,rand:684},{id:"15227|1194",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Bear",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",sta:6,str:6,rand:1194},{id:"15227|190",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of Strength",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",str:9,rand:190},{id:"15228|684",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Tiger",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"15228|1194",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Bear",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"15228|191",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of Strength",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",str:10,rand:191},{id:"15229|687",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Tiger",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",agi:7,str:7,rand:687},{id:"15229|1197",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Bear",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",sta:7,str:7,rand:1197},{id:"15229|191",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of Strength",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",str:10,rand:191},{id:"15230|675",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of the Tiger",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",agi:3,str:3,rand:675},{id:"15230|1185",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of the Bear",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",sta:3,str:3,rand:1185},{id:"15230|97",type:"Axe",slot:"mainhand",r:20,q:"2",i:"25",name:"Ridge Cleaver of Strength",speed:2.2,mindmg:19,maxdmg:37,p:"inv_axe_21",str:4,rand:97},{id:"15231|678",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Tiger",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:4,str:4,rand:678},{id:"15231|1188",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Bear",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:4,str:4,rand:1188},{id:"15231|115",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of Strength",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",str:5,rand:115},{id:"15232|678",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Tiger",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",agi:4,str:4,rand:678},{id:"15232|1188",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Bear",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",sta:4,str:4,rand:1188},{id:"15232|115",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of Strength",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",str:5,rand:115},{id:"15233|678",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of the Tiger",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"15233|1188",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of the Bear",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"15233|155",type:"Axe",slot:"mainhand",r:34,q:"2",i:"39",name:"Savage Axe of Strength",speed:2.8,mindmg:42,maxdmg:78,p:"inv_axe_08",str:7,rand:155},{id:"15234|681",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of the Tiger",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",agi:5,str:5,rand:681},{id:"15234|1191",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of the Bear",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",sta:5,str:5,rand:1191},{id:"15234|155",type:"Axe",slot:"mainhand",r:35,q:"2",i:"40",name:"Greater Scythe of Strength",speed:2.8,mindmg:43,maxdmg:81,p:"inv_axe_03",str:7,rand:155},{id:"15235|684",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Tiger",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15235|1194",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Bear",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15235|190",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of Strength",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",str:9,rand:190},{id:"15236|684",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Tiger",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15236|1194",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Bear",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15236|191",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of Strength",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",str:10,rand:191},{id:"15237|687",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Tiger",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15237|1197",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Bear",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15237|191",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of Strength",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",str:10,rand:191},{id:"15238|687",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Tiger",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15238|1197",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Bear",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15238|192",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of Strength",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",str:11,rand:192},{id:"15239|690",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Tiger",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",agi:8,str:8,rand:690},{id:"15239|1200",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Bear",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",sta:8,str:8,rand:1200},{id:"15239|193",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of Strength",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",str:12,rand:193},{id:"15240|690",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Tiger",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",agi:8,str:8,rand:690},{id:"15240|1200",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Bear",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",sta:8,str:8,rand:1200},{id:"15240|193",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of Strength",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",str:12,rand:193},{id:"15241|675",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Tiger",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15241|1185",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Bear",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15241|97",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of Strength",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",str:4,rand:97},{id:"15242|675",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Tiger",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15242|1185",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Bear",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15242|115",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of Strength",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",str:5,rand:115},{id:"15243|678",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Tiger",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",agi:4,str:4,rand:678},{id:"15243|1188",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Bear",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",sta:4,str:4,rand:1188},{id:"15243|136",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of Strength",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",str:6,rand:136},{id:"15244|681",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Tiger",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",agi:5,str:5,rand:681},{id:"15244|1191",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Bear",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",sta:5,str:5,rand:1191},{id:"15244|155",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of Strength",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",str:7,rand:155},{id:"15245|684",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Tiger",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",agi:6,str:6,rand:684},{id:"15245|1194",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Bear",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",sta:6,str:6,rand:1194},{id:"15245|190",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of Strength",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",str:9,rand:190},{id:"15246|690",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Tiger",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15246|1200",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Bear",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15246|193",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of Strength",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15247|690",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Tiger",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15247|1200",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Bear",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15247|193",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of Strength",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:15445,type:"Mace",slot:"mainhand",r:9,q:"2",i:"18",name:"Hammer of Orgrimmar",speed:2.9,mindmg:18,maxdmg:35,p:"inv_hammer_23",str:1,sta:1},{id:15705,type:"Sword",slot:"onehand",r:49,q:"2",i:"57",name:"Tidecrest Blade",speed:2.6,mindmg:62,maxdmg:115,p:"inv_sword_39",str:8},{id:15706,type:"Dagger",slot:"onehand",r:49,q:"2",i:"57",name:"Hunt Tracker Blade",speed:1.5,mindmg:35,maxdmg:66,p:"inv_weapon_shortblade_15",agi:8},{id:15806,type:"Sword",slot:"onehand",r:55,q:"3",i:"61",name:"Mirah's Song",speed:1.8,mindmg:57,maxdmg:87,p:"inv_sword_34",agi:9,str:9},{id:15814,type:"Sword",slot:"onehand",r:54,q:"2",i:"60",name:"Hameya's Slayer",speed:2,mindmg:57,maxdmg:86,p:"inv_sword_34",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:15853,type:"Axe",slot:"onehand",r:57,q:"3",i:"60",name:"Windreaper",speed:2.3,mindmg:63,maxdmg:118,p:"inv_axe_08",proc:{magic:!0,tick:10,interval:"2000",duration:"20000"}},{id:15862,type:"Axe",slot:"onehand",r:50,q:"2",i:"54",name:"Blitzcleaver",speed:2.2,mindmg:49,maxdmg:92,p:"inv_weapon_halberd_06",ap:20},{id:16345,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:"16792|681",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Tiger",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",agi:5,str:5,rand:681},{id:"16792|1191",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of the Bear",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",sta:5,str:5,rand:1191},{id:"16792|155",type:"Mace",slot:"mainhand",r:32,q:"2",i:"37",name:"Giant Club of Strength",speed:1.9,mindmg:26,maxdmg:49,p:"inv_mace_10",str:7,rand:155},{id:16886,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Outlaw Sabre",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_33",ap:15},{id:16890,type:"Sword",slot:"onehand",r:20,q:"2",i:"24",name:"Slatemetal Cutlass",speed:2.2,mindmg:19,maxdmg:35,p:"inv_sword_33",agi:2,str:2},{id:17002,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Ichor Spitter",speed:2.4,mindmg:61,maxdmg:114,p:"inv_weapon_halberd_05",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:17015,type:"Sword",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Reaver",speed:2.4,mindmg:71,maxdmg:134,p:"inv_sword_48",sta:10,resist:{fire:6}},{id:17016,type:"Axe",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Destroyer",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_12",str:10,resist:{fire:6}},{id:17046,type:"Axe",slot:"onehand",r:18,q:"2",i:"31",name:"Gutterblade",speed:2.2,mindmg:25,maxdmg:46,p:"inv_axe_23",str:3,sta:3},{id:17054,type:"Sword",slot:"onehand",r:45,q:"3",i:"50",name:"Joonho's Mercy",speed:2.1,mindmg:49,maxdmg:91,p:"inv_sword_41",proc:{magic:!0,dmg:70}},{id:17055,type:"Mace",slot:"onehand",r:45,q:"3",i:"50",name:"Changuk Smasher",speed:1.9,mindmg:44,maxdmg:83,p:"inv_hammer_17",sta:6},{id:17068,type:"Axe",slot:"onehand",r:60,q:"4",i:"75",name:"Deathbringer",speed:2.9,mindmg:114,maxdmg:213,p:"inv_axe_09",proc:{magic:!0,procgcd:!0,dmg:125,ppm:.8}},{id:17070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Fang of the Mystics",speed:1.5,mindmg:39,maxdmg:86,p:"inv_weapon_shortblade_06"},{id:17075,type:"Sword",slot:"onehand",r:60,q:"4",i:"74",name:"Vis'kag the Bloodletter",speed:2.6,mindmg:100,maxdmg:187,p:"inv_sword_18",proc:{dmg:240,ppm:.6}},{id:17112,type:"Mace",slot:"mainhand",r:60,q:"4",i:"66",name:"Empyrean Demolisher",speed:2.8,mindmg:94,maxdmg:175,p:"inv_hammer_05",proc:{spell:"Empyrean"}},{id:17704,type:"Axe",slot:"mainhand",r:33,q:"2",i:"38",name:"Edge of Winter",speed:2.1,mindmg:30,maxdmg:56,p:"inv_axe_06",sta:3,proc:{magic:!0,dmg:30}},{id:17705,type:"Sword",slot:"onehand",r:45,q:"3",i:"53",name:"Thrash Blade",speed:2.7,mindmg:66,maxdmg:124,p:"inv_sword_36",proc:{extra:1}},{id:17752,type:"Dagger",slot:"onehand",r:45,q:"3",i:"50",name:"Satyr's Lash",speed:1.7,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_09",proc:{magic:!0,procgcd:!0,dmg:70}},{id:18044,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Hurley's Tankard",speed:2.7,mindmg:71,maxdmg:132,p:"inv_drink_04",agi:5,sta:12},{id:18048,type:"Mace",slot:"mainhand",r:55,q:"3",i:"60",name:"Mastersmith's Hammer",speed:2.4,mindmg:66,maxdmg:123,p:"inv_hammer_06"},{id:18203,type:"Fist",slot:"mainhand",r:60,q:"4",i:"66",name:"Eskhandar's Right Claw",speed:1.5,mindmg:50,maxdmg:94,p:"inv_misc_monsterclaw_04",agi:4,proc:{spell:"Eskhandar"}},{id:18321,type:"Mace",slot:"mainhand",r:54,q:"3",i:"59",name:"Energetic Rod",speed:2.3,mindmg:71,maxdmg:107,p:"inv_mace_13"},{id:18347,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Well Balanced Axe",speed:1.9,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:11},{id:18348,type:"Sword",slot:"mainhand",r:60,q:"4",i:"71",name:"Quel'Serrar",speed:2,mindmg:84,maxdmg:126,p:"inv_sword_01",sta:12},{id:18372,type:"Dagger",slot:"mainhand",r:57,q:"3",i:"62",name:"Blade of the New Moon",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_18",sta:5},{id:18376,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Timeworn Mace",speed:2.2,mindmg:62,maxdmg:117,p:"inv_mace_07",str:7,sta:11},{id:18396,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Mind Carver",speed:2,mindmg:57,maxdmg:106,p:"inv_weapon_shortblade_22"},{id:18462,type:"Fist",slot:"mainhand",r:55,q:"2",i:"60",name:"Jagged Bone Fist",speed:1.8,mindmg:51,maxdmg:78,p:"inv_gauntlets_13",str:8,sta:7},{id:18463,type:"Sword",slot:"onehand",r:55,q:"2",i:"60",name:"Ogre Pocket Knife",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_04",sta:7,ap:16},{id:18484,type:"Sword",slot:"onehand",r:56,q:"3",i:"61",name:"Cho'Rush's Blade",speed:2.4,mindmg:67,maxdmg:125,p:"inv_weapon_shortblade_04",ap:28},{id:18491,type:"Dagger",slot:"mainhand",r:54,q:"3",i:"57",name:"Lorespinner",speed:1.5,mindmg:45,maxdmg:68,p:"inv_weapon_shortblade_21",sta:5},{id:18498,type:"Axe",slot:"onehand",r:55,q:"3",i:"60",name:"Hedgecutter",speed:1.9,mindmg:60,maxdmg:90,p:"inv_axe_11",str:5,sta:12},{id:18671,type:"Mace",slot:"mainhand",r:54,q:"3",i:"59",name:"Baron Charr's Sceptre",speed:2.6,mindmg:70,maxdmg:132,p:"inv_mace_08",str:5,proc:{magic:!0,procgcd:!0,dmg:35}},{id:18683,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"Hammer of the Vesper",speed:2.5,mindmg:70,maxdmg:131,p:"inv_hammer_13",str:7,sta:12},{id:18737,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Bone Slicing Hatchet",speed:1.7,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:13,sta:5},{id:18758,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Specter's Blade",speed:1.8,mindmg:51,maxdmg:96,p:"inv_weapon_shortblade_18",ap:45},{id:18805,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Core Hound Tooth",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9,crit:1,ap:20},{id:18816,type:"Dagger",slot:"onehand",r:60,q:"4",i:"77",name:"Perdition's Blade",speed:1.8,mindmg:73,maxdmg:137,p:"inv_sword_48",proc:{magic:!0,dmg:48}},{id:18827,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Handaxe",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_24",sta:7,crit:1,ap:28},{id:18828,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Cleaver",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_02",sta:7,crit:1,ap:28},{id:18838,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Dirk",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_26",sta:7,crit:1,ap:28},{id:18840,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Razor",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_13",sta:7,crit:1,ap:28},{id:18843,type:"Fist",slot:"mainhand",r:60,q:"4",i:"78",name:"Grand Marshal's Right Hand Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_weapon_shortblade_07",sta:7,crit:1,ap:28},{id:18844,type:"Fist",slot:"mainhand",r:60,q:"4",i:"78",name:"High Warlord's Right Claw",speed:2.9,mindmg:138,maxdmg:207,p:"inv_misc_monsterclaw_03",sta:7,crit:1,ap:28},{id:18865,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Punisher",speed:2.9,mindmg:138,maxdmg:207,p:"inv_mace_13",sta:7,crit:1,ap:28},{id:18866,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Bludgeon",speed:2.9,mindmg:138,maxdmg:207,p:"inv_hammer_20",sta:7,crit:1,ap:28},{id:19019,type:"Sword",slot:"onehand",r:60,q:"5",i:"80",name:"Thunderfury Blessed Blade of the Windseeker",speed:1.9,mindmg:60,maxdmg:145,p:"inv_sword_39",agi:5,sta:8,resist:{fire:8,nature:9},proc:{magic:!0,binaryspell:!0,dmg:300,ppm:6}},{id:19040,type:"Sword",slot:"onehand",r:45,q:"2",i:"48",name:"Zorbin's Mega-Slicer",speed:2.3,mindmg:46,maxdmg:86,p:"inv_sword_36",agi:6,sta:5},{id:19099,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Glacial Blade",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_06",agi:10,proc:{magic:!0,dmg:45}},{id:19100,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Electrified Dagger",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_15",agi:10,proc:{magic:!0,procgcd:!0,dmg:45}},{id:19103,type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Frostbite",speed:2.7,mindmg:80,maxdmg:150,p:"inv_axe_22",str:15},{id:19104,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"Stormstrike Hammer",speed:2.7,mindmg:80,maxdmg:150,p:"inv_hammer_21",str:15},{id:19110,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Cold Forged Blade",speed:2.6,mindmg:75,maxdmg:140,p:"inv_sword_47",agi:5,sta:13},{id:19166,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:19168,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:19170,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Hand",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200,ppm:.4}},{id:19324,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"The Lobotomizer",speed:1.8,mindmg:59,maxdmg:111,p:"inv_sword_29",proc:{dmg:250,binaryspell:!0}},{id:"19921|690",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Tiger",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,agi:8,str:8,rand:690},{id:"19921|1200",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Bear",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,sta:8,str:8,rand:1200},{id:"19921|193",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of Strength",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,str:12,rand:193},{id:20035,type:"Dagger",slot:"onehand",r:50,q:"3",i:"52",name:"Glacial Spike",speed:1.3,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_06"},{id:20070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Sageclaw",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20214,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Mindfang",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20577,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Nightmare Blade",speed:2.7,mindmg:99,maxdmg:185,p:"inv_sword_44",sta:9,ap:32},{id:20578,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Emerald Dragonfang",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_22",agi:12,proc:{magic:!0,dmg:96}},{id:20580,type:"Mace",slot:"mainhand",r:60,q:"4",i:"71",name:"Hammer of Bestial Fury",speed:1.9,mindmg:69,maxdmg:130,p:"inv_mace_20",str:13,sta:12},{id:20648,type:"Mace",slot:"mainhand",r:51,q:"3",i:"63",name:"Cold Forged Hammer",speed:2.5,mindmg:72,maxdmg:135,p:"inv_hammer_22",sta:5},{id:20657,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Crystal Tipped Stiletto",speed:1.9,mindmg:52,maxdmg:98,p:"inv_weapon_shortblade_27",sta:5,ap:24},{id:20666,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Hardened Steel Warhammer",speed:2.6,mindmg:74,maxdmg:138,p:"inv_hammer_14",sta:10},{id:20675,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Soulrender",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:20698,type:"Sword",slot:"mainhand",r:58,q:"4",i:"63",name:"Elemental Attuned Blade",speed:2.1,mindmg:59,maxdmg:117,p:"inv_sword_22"},{id:20720,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Whisper Blade",speed:1.4,mindmg:40,maxdmg:77,p:"inv_weapon_shortblade_16",sta:6},{id:20723,type:"Axe",slot:"mainhand",r:58,q:"2",i:"62",name:"Brann's Trusty Pick",speed:2.7,mindmg:70,maxdmg:130,p:"inv_pick_03",str:11},{id:21242,type:"Axe",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Axe",speed:2.6,mindmg:110,maxdmg:205,p:"inv_axe_26",sta:9,crit:1,ap:14},{id:21244,type:"Dagger",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji Pugio",speed:1.7,mindmg:72,maxdmg:134,p:"inv_weapon_shortblade_35",sta:7,crit:1,hit:1,ap:18},{id:21268,type:"Mace",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Hammer",speed:2.1,mindmg:89,maxdmg:166,p:"inv_mace_24",str:10,sta:12,d:8},{id:21392,type:"Axe",slot:"onehand",r:60,q:"4",i:"70",name:"Sickle of Unyielding Strength",speed:2.1,mindmg:75,maxdmg:141,p:"inv_axe_15",agi:6,str:15,sta:9,d:4},{id:21520,type:"Sword",slot:"onehand",r:60,q:"4",i:"76",name:"Ravencrest's Legacy",speed:2.1,mindmg:84,maxdmg:157,p:"inv_sword_49",agi:9,str:13,sta:14},{id:21521,type:"Sword",slot:"mainhand",r:60,q:"4",i:"76",name:"Runesword of the Red",speed:2.2,mindmg:53,maxdmg:129,p:"inv_sword_51",sta:17},{id:21522,type:"Dagger",slot:"onehand",r:60,q:"4",i:"76",name:"Shadowsong's Sorrow",speed:1.7,mindmg:68,maxdmg:127,p:"inv_weapon_shortblade_25",agi:13,str:9,sta:14},{id:21523,type:"Dagger",slot:"mainhand",r:60,q:"4",i:"76",name:"Fang of Korialstrasz",speed:1.8,mindmg:44,maxdmg:107,p:"inv_weapon_shortblade_29",sta:9},{id:22315,type:"Mace",slot:"mainhand",r:56,q:"3",i:"61",name:"Hammer of Revitalization",speed:2.7,mindmg:75,maxdmg:141,p:"inv_hammer_02",sta:5},{id:22317,type:"Fist",slot:"onehand",r:56,q:"3",i:"61",name:"Lefty's Brass Knuckle",speed:1.5,mindmg:42,maxdmg:78,p:"inv_gauntlets_11",agi:12,str:5},{id:22322,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Jaw Breaker",speed:1.6,mindmg:45,maxdmg:84,p:"inv_mace_15",crit:1},{id:22377,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"The Thunderwood Poker",speed:1.8,mindmg:53,maxdmg:100,p:"inv_sword_17",agi:13,sta:6},{id:22378,type:"Sword",slot:"onehand",r:60,q:"3",i:"65",name:"Ravenholdt Slicer",speed:2.8,mindmg:83,maxdmg:156,p:"inv_sword_38",sta:6,ap:26},{id:22379,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Shivsprocket's Shiv",speed:1.5,mindmg:43,maxdmg:83,p:"inv_sword_21",sta:13},{id:22380,type:"Mace",slot:"mainhand",r:60,q:"3",i:"65",name:"Simone's Cultivating Hammer",speed:1.8,mindmg:51,maxdmg:98,p:"inv_hammer_05"},{id:22383,type:"Sword",slot:"mainhand",r:59,q:"4",i:"64",name:"Sageblade",speed:1.8,mindmg:49,maxdmg:100,p:"inv_sword_51",sta:14},{id:22384,type:"Mace",slot:"mainhand",r:58,q:"4",i:"63",name:"Persuader",speed:2.7,mindmg:86,maxdmg:161,p:"inv_hammer_08",hit:1,crit:1},{id:22404,type:"Fist",slot:"mainhand",r:56,q:"3",i:"61",name:"Willey's Back Scratcher",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_shortblade_16",sta:12,ap:10},{id:22688,type:"Dagger",slot:"mainhand",r:55,q:"3",i:"66",name:"Verimonde's Last Resort",speed:1.4,mindmg:40,maxdmg:77,p:"inv_weapon_shortblade_03",sta:7},{id:22736,type:"Sword",slot:"mainhand",r:60,q:"5",i:"100",name:"Andonisus Reaper of Souls",speed:2.8,mindmg:177,maxdmg:329,p:"inv_sword_61",ap:600},{id:23132,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Lord Blackwood's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:23168,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Scorn's Focal Dagger",speed:1.4,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_07"},{id:23451,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Mageblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23454,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Warhammer",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23456,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Swiftblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:23464,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Battle Mace",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23466,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Spellblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23467,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Quickblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:24222,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"The Shadowfoot Stabber",speed:1.8,mindmg:47,maxdmg:88,p:"inv_weapon_shortblade_18",sta:8,ap:18},{id:209436,type:"Dagger",slot:"onehand",r:25,q:"3",i:"35",name:"Chipped Bite of Serra'kis",speed:1.8,mindmg:29,maxdmg:55,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:209525,type:"Sword",slot:"mainhand",r:25,q:"3",i:"35",name:"Honed Darkwater Talwar",speed:2.7,mindmg:43,maxdmg:82,p:"inv_sword_36",proc:{magic:!0,procgcd:!0,dmg:30}},{id:209560,type:"Mace",slot:"mainhand",r:25,q:"3",i:"30",name:"Hammer of Righteous Judgement",speed:1.3,mindmg:17,maxdmg:32,p:"inv_hammer_21",str:3,sta:2},{id:209579,type:"Fist",slot:"mainhand",r:25,q:"3",i:"30",name:"Crashing Thunder",speed:1.4,mindmg:18,maxdmg:35,p:"inv_gauntlets_04",proc:{magic:!0,dmg:16}},{id:209694,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"31",name:"Blackfathom Ritual Dagger",speed:1.2,mindmg:16,maxdmg:31,p:"inv_weapon_shortblade_12",sta:2},{id:209818,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"30",name:"Sun-Touched Crescent",speed:1.2,mindmg:15,maxdmg:30,p:"inv_weapon_shortblade_23",sta:3},{id:209822,type:"Mace",slot:"mainhand",r:25,q:"3",i:"30",name:"Strength of Purpose",speed:2,mindmg:26,maxdmg:50,p:"inv_hammer_17",sta:2},{id:211456,type:"Dagger",slot:"mainhand",r:25,q:"3",i:"33",name:"Dagger of Willing Sacrifice",speed:1.5,mindmg:13,maxdmg:28,p:"inv_weapon_shortblade_02",sta:4},{id:212582,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Protector's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_27",str:6,sta:3},{id:212583,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Sentinel's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_14",agi:6,sta:3},{id:212586,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Legionnaire's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_31",str:6,sta:3},{id:212587,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Scout's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_15",agi:6,sta:3},{id:213105,type:"Mace",slot:"onehand",r:40,q:"3",i:"40",name:"Shawarmageddon",speed:2.6,mindmg:50,maxdmg:93,p:"inv_misc_food_13",proc:{spell:"Spicy"}},{id:213286,type:"Sword",slot:"mainhand",r:40,q:"4",i:"45",name:"Electrocutioner's Needle",speed:1.7,mindmg:41,maxdmg:75,p:"inv_sword_30",proc:{magic:!0,dmg:30}},{id:213291,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Toxic Revenger II",speed:1.8,mindmg:43,maxdmg:80,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:31,interval:"5000",duration:"15000"}},{id:213295,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Ultrasonic Vibroblade",speed:2.3,mindmg:49,maxdmg:91,p:"inv_axe_14",proc:{spell:"Ultrasonic"}},{id:213297,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Oscillating Blasthammer",speed:2.4,mindmg:52,maxdmg:94,p:"inv_hammer_08",str:5,sta:7,d:4},{id:213352,type:"Mace",slot:"mainhand",r:40,q:"3",i:"45",name:"Gear-Mender's Grace",speed:2.5,mindmg:53,maxdmg:99,p:"inv_gizmo_02"},{id:213409,type:"Fist",slot:"mainhand",r:40,q:"4",i:"45",name:"Mekkatorque's Arcano-Shredder",speed:2.6,mindmg:62,maxdmg:115,p:"inv_weapon_hand_08",agi:3,str:2,proc:{magic:!0,dmg:31,ppm:5}},{id:213410,type:"Dagger",slot:"mainhand",r:40,q:"4",i:"45",name:"Glimmering Gizmoblade",speed:1.2,mindmg:21,maxdmg:42,p:"inv_weapon_shortblade_06",sta:7},{id:213560,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Mechanostrider Muffler",speed:2.4,mindmg:51,maxdmg:95,p:"inv_gizmo_pipe_04",sta:7,ap:16},{id:216496,type:"Mace",slot:"onehand",r:40,q:"4",i:"40",name:"Sanguine Skullcrusher",speed:2.3,mindmg:50,maxdmg:93,p:"inv_misc_bone_humanskull_01",agi:6,str:10},{id:216497,type:"Sword",slot:"mainhand",r:40,q:"4",i:"40",name:"Exsanguinar",speed:2,mindmg:44,maxdmg:81,p:"inv_sword_35",sta:6,proc:{tick:6,interval:"2000",duration:"30000",bleed:!0,dmg:66,magic:!0}},{id:217497,type:"Sword",slot:"mainhand",r:34,q:"3",i:"42",name:"Narpas Sword",speed:2,mindmg:40,maxdmg:75,p:"inv_weapon_shortblade_79"},{id:220574,type:"Axe",slot:"onehand",r:50,q:"4",i:"55",name:"Sharpened Tooth of Eranikus",speed:2.5,mindmg:70,maxdmg:131,p:"inv_axe_07",str:11,hit:1},{id:220575,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Eater of the Damned",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",ap:39},{id:220576,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Axe of the Atal'ai Executioner",speed:2.7,mindmg:69,maxdmg:128,p:"inv_axe_21",sta:6,ap:20},{id:220577,type:"Mace",slot:"onehand",r:50,q:"4",i:"55",name:"Might of the Blood Loa",speed:2.4,mindmg:68,maxdmg:125,p:"inv_mace_11",str:6,sta:15},{id:220578,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Fist of the Forsaken",speed:1.4,mindmg:38,maxdmg:72,p:"inv_hammer_11",proc:{magic:!0,dmg:40,coeff:1}},{id:220579,type:"Mace",slot:"mainhand",r:50,q:"4",i:"55",name:"Witch Doctor's Stick of Mojo",speed:2.6,mindmg:61,maxdmg:124,p:"inv_waepon_bow_zulgrub_d_01",sta:9},{id:220580,type:"Mace",slot:"mainhand",r:50,q:"4",i:"55",name:"Madness of the Avatar",speed:2.4,mindmg:57,maxdmg:114,p:"inv_mace_04",hit:1},{id:220581,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Snake Clobberer",speed:2.7,mindmg:74,maxdmg:137,p:"inv_wand_10",agi:8,str:10,sta:6},{id:220582,type:"Sword",slot:"onehand",r:50,q:"4",i:"55",name:"Dragon's Cry",speed:2.6,mindmg:73,maxdmg:136,p:"inv_sword_38",sta:8,ap:16},{id:220583,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Vile Blade of the Wretched",speed:2.1,mindmg:54,maxdmg:100,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"},hit:1},{id:220584,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Flamebreath Blade",speed:2.2,mindmg:56,maxdmg:104,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:220585,type:"Dagger",slot:"onehand",r:50,q:"4",i:"55",name:"Degraded Dire Nail",speed:1.7,mindmg:48,maxdmg:89,p:"inv_weapon_shortblade_30",agi:11,str:11},{id:220586,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"58",name:"Hubris the Bandit Brander",speed:1.8,mindmg:40,maxdmg:86,p:"inv_spear_01",sta:12},{id:220587,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"53",name:"Sacrificial Dream Dagger",speed:1.6,mindmg:44,maxdmg:81,p:"inv_weapon_shortblade_22"},{id:220588,type:"Fist",slot:"mainhand",r:50,q:"4",i:"55",name:"Cobra Fang Claw",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_hand_01",proc:{extra:1}},{id:220674,type:"Dagger",slot:"onehand",r:50,q:"4",i:"53",name:"Debased Stealthblade",speed:1.3,mindmg:35,maxdmg:65,p:"inv_sword_41"},{id:223198,type:"Dagger",slot:"mainhand",r:50,q:"4",i:"55",name:"Modas Karkun",speed:1.3,mindmg:31,maxdmg:62,p:"inv_sword_02",sta:12},{id:223329,type:"Dagger",slot:"onehand",r:0,q:"3",i:"55",name:"Lifeforce Dirk",speed:1.6,mindmg:41,maxdmg:76,p:"inv_sword_21",agi:4,sta:11},{id:223518,type:"Dagger",slot:"mainhand",r:49,q:"3",i:"57",name:"Charstone Dirk",speed:1.6,mindmg:37,maxdmg:72,p:"inv_weapon_shortblade_14"},{id:223520,type:"Sword",slot:"onehand",r:48,q:"3",i:"56",name:"Inventor's Focal Sword",speed:1.4,mindmg:32,maxdmg:61,p:"inv_sword_14",crit:1},{id:223524,type:"Mace",slot:"mainhand",r:48,q:"3",i:"56",name:"Fist of Stone",speed:1.5,mindmg:34,maxdmg:66,p:"inv_hammer_17"},{id:223527,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gahz'rilla Fang",speed:1.8,mindmg:40,maxdmg:74,p:"inv_misc_monsterfang_01"},{id:223964,type:"Dagger",slot:"mainhand",r:49,q:"4",i:"54",name:"Blade of Eternal Darkness",speed:1.5,mindmg:34,maxdmg:70,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:100}},{id:223983,type:"Sword",slot:"mainhand",r:48,q:"3",i:"56",name:"Arbiter's Blade",speed:2.4,mindmg:57,maxdmg:111,p:"inv_sword_23",sta:11},{id:227825,type:"Axe",slot:"mainhand",r:60,q:"3",i:"65",name:"Molten Dark Iron Destroyer",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_12",str:10,resist:{fire:6}},{id:227826,type:"Sword",slot:"mainhand",r:60,q:"3",i:"65",name:"Dark Iron Flame Reaver",speed:2.4,mindmg:71,maxdmg:134,p:"inv_sword_48",sta:10,resist:{fire:6}},{id:227832,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Tempered Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:227840,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Implacable Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:227842,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Fist",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200}},{id:227850,type:"Sword",slot:"mainhand",r:59,q:"4",i:"64",name:"Sageblade of the Archmagus",speed:1.8,mindmg:49,maxdmg:100,p:"inv_sword_51",sta:14},{id:227881,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"Tranquility",speed:2,mindmg:52,maxdmg:98,p:"inv_mace_02"},{id:227884,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Deadly Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:227886,type:"Mace",slot:"mainhand",r:57,q:"3",i:"63",name:"Skyrider's Masterwork Stormhammer",speed:2,mindmg:58,maxdmg:108,p:"inv_hammer_04",proc:{magic:!0,dmg:125}},{id:227887,type:"Sword",slot:"mainhand",r:58,q:"3",i:"63",name:"Hardened Frostguard",speed:2.3,mindmg:66,maxdmg:124,p:"inv_sword_11"},{id:227935,type:"Mace",slot:"mainhand",r:0,q:"3",i:"62",name:"Hammer of the Fallen Thane",speed:1.5,mindmg:31,maxdmg:58,p:"inv_misc_bone_03",str:12,sta:15,proc:{magic:!0,dmg:40,coeff:1}},{id:227940,type:"Sword",slot:"mainhand",r:55,q:"3",i:"60",name:"Lord General's Sword",speed:2.6,mindmg:67,maxdmg:125,p:"inv_sword_25",proc:{spell:"LordGeneral"}},{id:227941,type:"Axe",slot:"mainhand",r:55,q:"3",i:"60",name:"Wraith Scythe",speed:2.2,mindmg:57,maxdmg:106,p:"inv_axe_13",proc:{magic:!0,dmg:45,coeff:1}},{id:227946,type:"Mace",slot:"mainhand",r:51,q:"3",i:"56",name:"Rubidium Hammer",speed:2,mindmg:51,maxdmg:96,p:"inv_hammer_09",str:5},{id:227951,type:"Fist",slot:"onehand",r:51,q:"3",i:"56",name:"Bloodfist",speed:1.5,mindmg:38,maxdmg:72,p:"inv_gauntlets_11",proc:{dmg:20}},{id:227953,type:"Mace",slot:"mainhand",r:52,q:"3",i:"57",name:"The Hammer of Grace",speed:2.7,mindmg:71,maxdmg:132,p:"inv_hammer_07"},{id:227962,type:"Dagger",slot:"mainhand",r:58,q:"3",i:"63",name:"Flarethorn",speed:1.8,mindmg:47,maxdmg:88,p:"inv_spear_01"},{id:227963,type:"Dagger",slot:"mainhand",r:52,q:"3",i:"57",name:"Blood-etched Blade",speed:1.5,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_15",sta:12},{id:227968,type:"Fist",slot:"onehand",r:50,q:"3",i:"56",name:"Rockfist",speed:1.4,mindmg:32,maxdmg:60,p:"inv_gauntlets_11",str:10},{id:227991,type:"Mace",slot:"mainhand",r:58,q:"4",i:"63",name:"Ironfoe",speed:2.4,mindmg:77,maxdmg:143,p:"spell_frost_frostbrand",proc:{extra:2,ppm:.8},ap:18},{id:227993,type:"Sword",slot:"mainhand",r:54,q:"3",i:"59",name:"Ebon Hilt of Marduk",speed:2.7,mindmg:73,maxdmg:137,p:"inv_sword_15",proc:{magic:!0,procgcd:!0,tick:70,interval:"1000",duration:"3000"}},{id:228015,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Frightalon",speed:1.4,mindmg:39,maxdmg:73,p:"inv_weapon_shortblade_16"},{id:228021,type:"Dagger",slot:"mainhand",r:57,q:"3",i:"62",name:"Witchblade",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25"},{id:228024,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Silent Fang",speed:1.6,mindmg:45,maxdmg:85,p:"inv_sword_41"},{id:228026,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Blade of Blackwood",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:228027,type:"Axe",slot:"mainhand",r:57,q:"3",i:"62",name:"Iceblade Hacker",speed:2,mindmg:58,maxdmg:111,p:"inv_axe_03"},{id:228028,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Blade of Necromancy",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_25",sta:4},{id:228056,type:"Sword",slot:"onehand",r:54,q:"3",i:"59",name:"Fiendish Machete",speed:2.4,mindmg:74,maxdmg:112,p:"inv_sword_18",agi:5},{id:228082,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Warsong Axe",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:228090,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Cenarion Ritual Dagger",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25",sta:4},{id:228094,type:"Sword",slot:"mainhand",r:57,q:"3",i:"62",name:"Dreadlord's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_25",sta:4},{id:228128,type:"Mace",slot:"mainhand",r:60,q:"4",i:"69",name:"Hammer of The Black Anvil",speed:2.7,mindmg:79,maxdmg:162,p:"inv_hammer_03",sta:10},{id:228139,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Fist of the Firesworn",speed:2.7,mindmg:95,maxdmg:178,p:"spell_fire_flametounge",sta:10},{id:228143,type:"Sword",slot:"mainhand",r:60,q:"4",i:"70",name:"Shadowflame Sword",speed:2.5,mindmg:90,maxdmg:168,p:"inv_sword_15",agi:9,str:9},{id:228145,type:"Fist",slot:"mainhand",r:60,q:"4",i:"66",name:"Magmadar's Right Claw",speed:2.5,mindmg:84,maxdmg:156,p:"inv_misc_monsterclaw_03",sta:10,hit:1,ap:20},{id:228162,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Deceit",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9},{id:228168,type:"Mace",slot:"mainhand",r:60,q:"3",i:"65",name:"Goblin Gear Grinder",speed:2.5,mindmg:53,maxdmg:99,p:"inv_gizmo_02"},{id:228169,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"The Attitude Adjustor",speed:2.5,mindmg:53,maxdmg:99,p:"inv_misc_wrench_01"},{id:228185,type:"Dagger",slot:"mainhand",r:60,q:"3",i:"65",name:"Broken Bottle of Goblino Noir",speed:2,mindmg:51,maxdmg:95,p:"inv_drink_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:228263,type:"Dagger",slot:"mainhand",r:60,q:"4",i:"68",name:"Sorcerous Dagger",speed:1.4,mindmg:37,maxdmg:79,p:"inv_weapon_shortblade_07",sta:8},{id:228264,type:"Mace",slot:"mainhand",r:60,q:"4",i:"68",name:"Aurastone Hammer",speed:2.7,mindmg:72,maxdmg:153,p:"inv_hammer_05",sta:10},{id:228265,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Brutality Blade",speed:2.5,mindmg:92,maxdmg:171,p:"inv_sword_15",agi:10,str:10,crit:1},{id:228267,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Gutgore Ripper",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_18",proc:{magic:!0,dmg:151}},{id:228269,type:"Sword",slot:"mainhand",r:60,q:"4",i:"71",name:"Azuresong Mageblade",speed:2.4,mindmg:64,maxdmg:140,p:"inv_sword_39",sta:8,crit:1}],offhand:[{id:"727|6",type:"Sword",slot:"onehand",r:5,q:"2",i:"10",name:"Notched Shortsword of Strength",speed:2.1,mindmg:8,maxdmg:15,p:"inv_sword_04",str:1,rand:6},{id:754,type:"Sword",slot:"onehand",r:42,q:"3",i:"47",name:"Shortsword of Vengeance",speed:2.4,mindmg:53,maxdmg:99,p:"inv_sword_14",proc:{magic:!0,procgcd:!0,dmg:30}},{id:776,type:"Dagger",slot:"onehand",r:26,q:"3",i:"31",name:"Vendetta",speed:1.3,mindmg:17,maxdmg:33,p:"inv_weapon_shortblade_02",agi:6},{id:816,type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Small Hand Blade",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_01",agi:1},{id:820,type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"Slicer Blade",speed:1.5,mindmg:9,maxdmg:17,p:"inv_weapon_shortblade_01",agi:2},{id:"863|678",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Tiger",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",agi:4,str:4,rand:678},{id:"863|1188",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of the Bear",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",sta:4,str:4,rand:1188},{id:"863|155",type:"Axe",slot:"onehand",r:32,q:"2",i:"37",name:"Gloom Reaper of Strength",speed:2.7,mindmg:37,maxdmg:69,p:"inv_axe_08",str:7,rand:155},{id:"864|681",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Tiger",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",agi:5,str:5,rand:681},{id:"864|1191",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of the Bear",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",sta:5,str:5,rand:1191},{id:"864|155",type:"Sword",slot:"onehand",r:33,q:"2",i:"38",name:"Knightly Longsword of Strength",speed:1.5,mindmg:21,maxdmg:40,p:"inv_sword_27",str:7,rand:155},{id:"865|678",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Tiger",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",agi:4,str:4,rand:678},{id:"865|1188",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of the Bear",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",sta:4,str:4,rand:1188},{id:"865|115",type:"Mace",slot:"onehand",r:26,q:"2",i:"31",name:"Leaden Mace of Strength",speed:2.9,mindmg:32,maxdmg:61,p:"inv_mace_03",str:5,rand:115},{id:871,type:"Axe",slot:"onehand",r:42,q:"4",i:"47",name:"Flurry Axe",speed:1.5,mindmg:37,maxdmg:69,p:"inv_axe_17",proc:{extra:1,ppm:1.8}},{id:899,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Venom Web Fang",speed:1.5,mindmg:10,maxdmg:19,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:3,interval:"3000",duration:"15000"}},{id:934,type:"Axe",slot:"onehand",r:32,q:"3",i:"37",name:"Stalvan's Reaper",speed:2.9,mindmg:50,maxdmg:94,p:"inv_axe_14"},{id:935,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Night Watch Shortsword",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",sta:4},{id:936,type:"Mace",slot:"onehand",r:33,q:"3",i:"38",name:"Midnight Mace",speed:2.5,mindmg:46,maxdmg:94,p:"inv_misc_bone_elfskull_01",resist:{shadow:10}},{id:1168,type:"Shield",slot:"offhand",r:54,q:"4",i:"59",name:"Skullflame Shield",p:"inv_shield_01",resist:{fire:10,shadow:10},block:40},{id:1169,type:"Shield",slot:"offhand",r:41,q:"4",i:"46",name:"Blackskull Shield",p:"spell_shadow_grimward",sta:5,resist:{shadow:10},block:30},{id:1203,type:"Shield",slot:"offhand",r:49,q:"3",i:"54",name:"Aegis of Stormwind",p:"inv_shield_06",str:6,sta:15,block:33},{id:1204,type:"Shield",slot:"offhand",r:36,q:"4",i:"41",name:"The Green Tower",p:"inv_shield_06",sta:13,block:25},{id:"1207|681",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Tiger",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",agi:5,str:5,rand:681},{id:"1207|1191",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of the Bear",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",sta:5,str:5,rand:1191},{id:"1207|155",type:"Mace",slot:"onehand",r:34,q:"2",i:"39",name:"Murphstar of Strength",speed:2.1,mindmg:31,maxdmg:59,p:"inv_mace_15",str:7,rand:155},{id:1265,type:"Sword",slot:"onehand",r:34,q:"3",i:"39",name:"Scorpion Sting",speed:2.4,mindmg:44,maxdmg:83,p:"inv_sword_12",proc:{magic:!0,tick:13,interval:"5000",duration:"25000"}},{id:1292,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Butcher's Cleaver",speed:1.7,mindmg:23,maxdmg:32,p:"inv_axe_23",agi:2,str:5},{id:1454,type:"Axe",slot:"onehand",r:22,q:"3",i:"27",name:"Axe of the Enforcer",speed:2.6,mindmg:31,maxdmg:58,p:"inv_axe_21",str:4,sta:3},{id:1481,type:"Axe",slot:"onehand",r:20,q:"3",i:"25",name:"Grimclaw",speed:2,mindmg:22,maxdmg:42,p:"inv_axe_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:1483,type:"Mace",slot:"onehand",r:16,q:"3",i:"21",name:"Face Smasher",speed:2.6,mindmg:25,maxdmg:48,p:"inv_hammer_08",str:3,sta:3},{id:1602,type:"Axe",slot:"onehand",r:34,q:"3",i:"39",name:"Sickle Axe",speed:2.6,mindmg:48,maxdmg:90,p:"inv_axe_06",agi:5,str:6,sta:3},{id:"1608|684",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Tiger",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"1608|1194",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of the Bear",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"1608|189",type:"Mace",slot:"onehand",r:42,q:"2",i:"47",name:"Skullcrusher Mace of Strength",speed:2.7,mindmg:53,maxdmg:99,p:"inv_misc_bone_elfskull_01",str:8,rand:189},{id:1935,type:"Dagger",slot:"onehand",r:19,q:"3",i:"24",name:"Assassin's Blade",speed:1.9,mindmg:20,maxdmg:39,p:"inv_weapon_shortblade_24",agi:4,str:3},{id:1936,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Goblin Screwdriver",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_05",agi:2},{id:1937,type:"Sword",slot:"onehand",r:16,q:"2",i:"21",name:"Buzz Saw",speed:2.4,mindmg:17,maxdmg:33,p:"inv_sword_24",agi:2,str:2},{id:1951,type:"Sword",slot:"onehand",r:14,q:"2",i:"19",name:"Blackwater Cutlass",speed:1.9,mindmg:12,maxdmg:24,p:"inv_sword_24",agi:2},{id:1979,type:"Shield",slot:"offhand",r:45,q:"4",i:"50",name:"Wall of the Dead",p:"inv_shield_02",str:10,sta:15,block:34},{id:"1994|684",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Tiger",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"1994|1194",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of the Bear",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"1994|190",type:"Axe",slot:"onehand",r:41,q:"2",i:"46",name:"Ebonclaw Reaver of Strength",speed:1.8,mindmg:34,maxdmg:64,p:"inv_axe_16",str:9,rand:190},{id:2020,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Hollowfang Blade",speed:1.4,mindmg:8,maxdmg:17,p:"inv_weapon_shortblade_16",str:2},{id:2040,type:"Shield",slot:"offhand",r:43,q:"3",i:"48",name:"Troll Protector",p:"inv_shield_16",sta:10,block:27},{id:2074,type:"Sword",slot:"onehand",r:14,q:"2",i:"18",name:"Solid Shortblade",speed:2.5,mindmg:16,maxdmg:30,p:"inv_sword_23",str:1,sta:1},{id:"2078|23",type:"Sword",slot:"onehand",r:13,q:"2",i:"18",name:"Northern Shortsword of Strength",speed:2.2,mindmg:14,maxdmg:26,p:"inv_sword_20",str:2,rand:23},{id:"2079|1181",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of the Bear",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",sta:1,str:2,rand:1181},{id:"2079|23",type:"Mace",slot:"onehand",r:12,q:"2",i:"17",name:"Sergeant's Warhammer of Strength",speed:2.1,mindmg:12,maxdmg:24,p:"inv_hammer_11",str:2,rand:23},{id:"2080|678",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Tiger",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",agi:4,str:4,rand:678},{id:"2080|1188",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of the Bear",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",sta:4,str:4,rand:1188},{id:"2080|136",type:"Axe",slot:"onehand",r:29,q:"2",i:"34",name:"Hillborne Axe of Strength",speed:2.2,mindmg:27,maxdmg:51,p:"inv_axe_11",str:6,rand:136},{id:"2140|1179",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of the Bear",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2140|23",type:"Dagger",slot:"onehand",r:6,q:"2",i:"11",name:"Carving Knife of Strength",speed:1.6,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:2163,type:"Dagger",slot:"onehand",r:48,q:"4",i:"53",name:"Shadowblade",speed:1.4,mindmg:38,maxdmg:71,p:"inv_sword_12",proc:{magic:!0,procgcd:!0,dmg:125}},{id:2164,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Gut Ripper",speed:1.8,mindmg:42,maxdmg:80,p:"inv_sword_13",proc:{dmg:108}},{id:2194,type:"Mace",slot:"onehand",r:20,q:"3",i:"25",name:"Diamond Hammer",speed:2.5,mindmg:28,maxdmg:53,p:"inv_hammer_06",str:3,sta:4},{id:2218,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Craftsman's Dagger",speed:1.7,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_05",agi:1},{id:2235,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Brackclaw",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_15",agi:1,str:1},{id:2236,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Blackfang",speed:1.5,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_02",resist:{shadow:5}},{id:2243,type:"Mace",slot:"onehand",r:57,q:"4",i:"62",name:"Hand of Edward the Odd",speed:1.6,mindmg:50,maxdmg:94,p:"inv_mace_14"},{id:2266,type:"Dagger",slot:"onehand",r:8,q:"2",i:"13",name:"Stonesplinter Dagger",speed:1.5,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_08",agi:1},{id:2567,type:"Dagger",slot:"onehand",r:18,q:"3",i:"23",name:"Evocator's Blade",speed:1.6,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_15"},{id:"2632|1179",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of the Bear",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",sta:1,str:1,rand:1179},{id:"2632|23",type:"Dagger",slot:"onehand",r:9,q:"2",i:"14",name:"Curved Dagger of Strength",speed:1.6,mindmg:8,maxdmg:15,p:"inv_weapon_shortblade_01",str:2,rand:23},{id:"2819|675",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Tiger",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",agi:3,str:3,rand:675},{id:"2819|1185",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of the Bear",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",sta:3,str:3,rand:1185},{id:"2819|115",type:"Dagger",slot:"onehand",r:23,q:"2",i:"28",name:"Cross Dagger of Strength",speed:1.3,mindmg:13,maxdmg:25,p:"inv_weapon_shortblade_05",str:5,rand:115},{id:2908,type:"Dagger",slot:"onehand",r:16,q:"2",i:"20",name:"Thornblade",speed:1.6,mindmg:11,maxdmg:21,p:"inv_weapon_shortblade_15",agi:3},{id:2912,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Claw of the Shadowmancer",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_16",proc:{magic:!0,procgcd:!0,dmg:35}},{id:2916,type:"Shield",slot:"offhand",r:26,q:"2",i:"34",name:"Gold Lion Shield",p:"inv_shield_02",str:2,sta:5,block:13},{id:2941,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Prison Shank",speed:1.8,mindmg:21,maxdmg:39,p:"inv_weapon_shortblade_18",agi:5,sta:2},{id:2942,type:"Fist",slot:"onehand",r:21,q:"3",i:"26",name:"Iron Knuckles",speed:1.7,mindmg:19,maxdmg:37,p:"inv_gauntlets_04",proc:{dmg:4}},{id:"3184|24",type:"Dagger",slot:"onehand",r:15,q:"2",i:"20",name:"Hook Dagger of Strength",speed:1.5,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_01",str:3,rand:24},{id:"3187|681",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Tiger",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",agi:5,str:5,rand:681},{id:"3187|1191",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of the Bear",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",sta:5,str:5,rand:1191},{id:"3187|189",type:"Dagger",slot:"onehand",r:39,q:"2",i:"44",name:"Sacrificial Kris of Strength",speed:1.4,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_03",str:8,rand:189},{id:3222,type:"Dagger",slot:"onehand",r:14,q:"2",i:"19",name:"Wicked Dagger",speed:1.6,mindmg:10,maxdmg:20,p:"inv_weapon_shortblade_04",agi:1,str:1},{id:3336,type:"Dagger",slot:"onehand",r:24,q:"2",i:"29",name:"Flesh Piercer",speed:2,mindmg:21,maxdmg:40,p:"inv_weapon_shortblade_10",proc:{tick:6,interval:"6000",duration:"30000",bleed:!0}},{id:3413,type:"Dagger",slot:"onehand",r:20,q:"3",i:"25",name:"Doomspike",speed:1.5,mindmg:17,maxdmg:32,p:"inv_sword_29",str:3,sta:3},{id:3450,type:"Shield",slot:"offhand",r:12,q:"2",i:"15",name:"Faerleia's Shield",p:"inv_shield_04",str:2,block:5},{id:3490,type:"Dagger",slot:"onehand",r:20,q:"2",i:"25",name:"Deadly Bronze Poniard",speed:1.8,mindmg:16,maxdmg:30,p:"inv_weapon_shortblade_05",agi:4},{id:3572,type:"Sword",slot:"onehand",r:11,q:"2",i:"17",name:"Daryl's Shortsword",speed:2.3,mindmg:14,maxdmg:26,p:"inv_sword_04",agi:2},{id:3581,type:"Dagger",slot:"onehand",r:12,q:"2",i:"18",name:"Serrated Knife",speed:1.6,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_01",agi:1,sta:1},{id:3651,type:"Shield",slot:"offhand",r:10,q:"2",i:"15",name:"Veteran Shield",p:"inv_shield_09",str:2,block:5},{id:3654,type:"Shield",slot:"offhand",r:9,q:"2",i:"14",name:"Brackwater Shield",p:"inv_shield_09",agi:1,sta:1,block:5},{id:3655,type:"Shield",slot:"offhand",r:16,q:"2",i:"21",name:"Burnished Shield",p:"inv_shield_03",str:2,sta:3,block:7},{id:3656,type:"Shield",slot:"offhand",r:22,q:"2",i:"27",name:"Lambent Scale Shield",p:"inv_shield_03",str:4,sta:2,block:10},{id:3761,type:"Shield",slot:"offhand",r:19,q:"2",i:"32",name:"Deadskull Shield",p:"inv_shield_01",str:1,sta:7,block:12},{id:3763,type:"Shield",slot:"offhand",r:30,q:"2",i:"40",name:"Lunar Buckler",p:"inv_shield_10",str:3,block:17},{id:3850,type:"Sword",slot:"onehand",r:30,q:"2",i:"35",name:"Jade Serpentblade",speed:2.6,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:4,str:4},{id:4065,type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Combat Shield",p:"inv_shield_05",str:7,sta:2,block:14},{id:"4088|684",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Tiger",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"4088|1194",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of the Bear",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"4088|189",type:"Dagger",slot:"onehand",r:42,q:"2",i:"47",name:"Dreadblade of Strength",speed:1.5,mindmg:29,maxdmg:55,p:"inv_sword_41",str:8,rand:189},{id:4090,type:"Mace",slot:"onehand",r:41,q:"3",i:"46",name:"Mug O' Hurt",speed:1.7,mindmg:37,maxdmg:69,p:"inv_drink_03"},{id:4091,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Widowmaker",speed:1.9,mindmg:42,maxdmg:78,p:"inv_weapon_shortblade_03",agi:8,str:7},{id:4115,type:"Shield",slot:"offhand",r:33,q:"2",i:"37",name:"Grom'gol Buckler",p:"inv_shield_02",str:2,sta:3,block:15},{id:4129,type:"Shield",slot:"offhand",r:30,q:"2",i:"44",name:"Collection Plate",p:"inv_shield_06",str:2,sta:9,block:20},{id:4290,type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Dust Bowl",p:"inv_shield_09",str:2,block:6},{id:4446,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Blackvenom Blade",speed:1.8,mindmg:22,maxdmg:46,p:"inv_weapon_shortblade_02",agi:1,proc:{magic:!0,tick:5,interval:"3000",duration:"15000"}},{id:4449,type:"Dagger",slot:"onehand",r:22,q:"2",i:"27",name:"Naraxis' Fang",speed:1.6,mindmg:15,maxdmg:29,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:4454,type:"Dagger",slot:"onehand",r:21,q:"3",i:"26",name:"Talon of Vultros",speed:2,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_16",agi:5},{id:4477,type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Nefarious Buckler",p:"inv_shield_02",str:3,sta:6,block:13},{id:4507,type:"Shield",slot:"offhand",r:32,q:"2",i:"42",name:"Pit Fighter's Shield",p:"inv_shield_07",str:8,sta:3,block:18},{id:"4568|24",type:"Axe",slot:"onehand",r:16,q:"2",i:"21",name:"Grunt Axe of Strength",speed:2.3,mindmg:17,maxdmg:32,p:"inv_axe_12",str:3,rand:24},{id:"4571|670",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of the Tiger",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",agi:2,str:1,rand:670},{id:"4571|23",type:"Dagger",slot:"onehand",r:12,q:"2",i:"17",name:"War Knife of Strength",speed:1.7,mindmg:10,maxdmg:19,p:"inv_weapon_shortblade_15",str:2,rand:23},{id:4652,type:"Shield",slot:"offhand",r:35,q:"2",i:"45",name:"Salbac Shield",p:"inv_shield_11",str:9,block:20},{id:4821,type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Bear Buckler",p:"inv_shield_09",str:3,sta:3,block:8},{id:4825,type:"Axe",slot:"onehand",r:24,q:"2",i:"29",name:"Callous Axe",speed:2.8,mindmg:29,maxdmg:55,p:"inv_axe_21",ap:8},{id:4947,type:"Dagger",slot:"onehand",r:4,q:"2",i:"11",name:"Jagged Dagger",speed:1.5,mindmg:6,maxdmg:12,p:"inv_weapon_shortblade_02",str:1},{id:4974,type:"Dagger",slot:"onehand",r:5,q:"2",i:"12",name:"Compact Fighting Knife",speed:1.5,mindmg:6,maxdmg:13,p:"inv_weapon_shortblade_05",agi:1},{id:5112,type:"Dagger",slot:"onehand",r:10,q:"2",i:"15",name:"Ritual Blade",speed:1.4,mindmg:7,maxdmg:14,p:"inv_weapon_shortblade_02",agi:1},{id:5191,type:"Sword",slot:"onehand",r:19,q:"3",i:"24",name:"Cruel Barb",speed:2.8,mindmg:30,maxdmg:57,p:"inv_sword_24",ap:12},{id:5192,type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Thief's Blade",speed:1.7,mindmg:13,maxdmg:25,p:"inv_sword_24",agi:3},{id:5196,type:"Axe",slot:"onehand",r:17,q:"2",i:"22",name:"Smite's Reaver",speed:1.9,mindmg:14,maxdmg:28,p:"inv_axe_22",str:2,sta:1},{id:5197,type:"Mace",slot:"onehand",r:16,q:"2",i:"21",name:"Cookie's Tenderizer",speed:2.8,mindmg:20,maxdmg:39,p:"inv_fabric_silk_02",str:3},{id:5256,type:"Mace",slot:"onehand",r:30,q:"2",i:"35",name:"Kovork's Rattle",speed:3,mindmg:38,maxdmg:72,p:"inv_mace_16",agi:5,str:2},{id:5267,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Scarlet Kris",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_03",agi:10,sta:10},{id:5279,type:"Dagger",slot:"onehand",r:12,q:"2",i:"20",name:"Harpy Skinner",speed:1.4,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_14",agi:3},{id:5426,type:"Axe",slot:"onehand",r:15,q:"3",i:"20",name:"Serpent's Kiss",speed:2.5,mindmg:23,maxdmg:44,p:"inv_axe_23",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:5443,type:"Shield",slot:"offhand",r:15,q:"3",i:"20",name:"Gold-plated Buckler",p:"inv_shield_02",agi:2,sta:5,block:9},{id:5540,type:"Dagger",slot:"onehand",r:18,q:"2",i:"23",name:"Pearl-handled Dagger",speed:1.7,mindmg:13,maxdmg:26,p:"inv_weapon_shortblade_05",agi:2,sta:2},{id:5541,type:"Mace",slot:"onehand",r:23,q:"2",i:"28",name:"Iridescent Hammer",speed:1.8,mindmg:18,maxdmg:34,p:"inv_hammer_05",str:3,sta:3},{id:5616,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gutwrencher",speed:1.6,mindmg:35,maxdmg:66,p:"inv_sword_31",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:5752,type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Wyvern Tailspike",speed:1.8,mindmg:17,maxdmg:32,p:"inv_weapon_shortblade_16",proc:{magic:!0,tick:6,interval:"3000",duration:"15000"}},{id:5756,type:"Dagger",slot:"onehand",r:32,q:"3",i:"37",name:"Sliverblade",speed:1.4,mindmg:24,maxdmg:46,p:"inv_weapon_shortblade_24",proc:{magic:!0,dmg:45}},{id:6220,type:"Dagger",slot:"onehand",r:24,q:"3",i:"29",name:"Meteor Shard",speed:1.8,mindmg:23,maxdmg:43,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:35}},{id:6223,type:"Shield",slot:"offhand",r:20,q:"2",i:"35",name:"Crest of Darkshire",p:"inv_shield_05",str:2,sta:7,block:14},{id:6320,type:"Shield",slot:"offhand",r:23,q:"3",i:"28",name:"Commander's Crest",p:"inv_shield_03",str:6,sta:3,block:13},{id:6331,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Howling Blade",speed:1.4,mindmg:23,maxdmg:44,p:"inv_weapon_shortblade_15"},{id:6333,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Spikelash Dagger",speed:1.9,mindmg:14,maxdmg:28,p:"inv_weapon_shortblade_10",agi:2,sta:2},{id:6360,type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Steelscale Crushfish",speed:2.5,mindmg:22,maxdmg:42,p:"inv_misc_fish_04",str:4},{id:6400,type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Glimmering Shield",p:"inv_shield_05",str:4,sta:3,block:12},{id:6448,type:"Dagger",slot:"onehand",r:17,q:"2",i:"22",name:"Tail Spike",speed:1.8,mindmg:14,maxdmg:26,p:"inv_weapon_shortblade_10",agi:2,str:2},{id:6472,type:"Mace",slot:"onehand",r:19,q:"3",i:"24",name:"Stinging Viper",speed:2.8,mindmg:30,maxdmg:57,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"3000",duration:"15000"}},{id:"6559|672",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of the Tiger",p:"inv_shield_09",block:6,agi:2,str:2,rand:672},{id:"6559|1182",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of the Bear",p:"inv_shield_09",block:6,sta:2,str:2,rand:1182},{id:"6559|24",type:"Shield",slot:"offhand",r:11,q:"2",i:"16",name:"Bard's Buckler of Strength",p:"inv_shield_09",block:6,str:3,rand:24},{id:"6560|672",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of the Tiger",p:"inv_shield_10",block:6,agi:2,str:2,rand:672},{id:"6560|1182",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of the Bear",p:"inv_shield_10",block:6,sta:2,str:2,rand:1182},{id:"6560|24",type:"Shield",slot:"offhand",r:12,q:"2",i:"17",name:"Soldier's Shield of Strength",p:"inv_shield_10",block:6,str:3,rand:24},{id:"6571|675",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of the Tiger",p:"inv_shield_02",block:8,agi:3,str:3,rand:675},{id:"6571|1185",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of the Bear",p:"inv_shield_02",block:8,sta:3,str:3,rand:1185},{id:"6571|115",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Scouting Buckler of Strength",p:"inv_shield_02",block:8,str:5,rand:115},{id:"6572|675",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of the Tiger",p:"inv_shield_06",block:8,agi:3,str:3,rand:675},{id:"6572|1185",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of the Bear",p:"inv_shield_06",block:8,sta:3,str:3,rand:1185},{id:"6572|115",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Defender Shield of Strength",p:"inv_shield_06",block:8,str:5,rand:115},{id:"6598|678",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of the Tiger",p:"inv_shield_10",block:10,agi:4,str:4,rand:678},{id:"6598|1188",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of the Bear",p:"inv_shield_10",block:10,sta:4,str:4,rand:1188},{id:"6598|136",type:"Shield",slot:"offhand",r:23,q:"2",i:"28",name:"Dervish Buckler of Strength",p:"inv_shield_10",block:10,str:6,rand:136},{id:"6599|678",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of the Tiger",p:"inv_shield_05",block:11,agi:4,str:4,rand:678},{id:"6599|1188",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of the Bear",p:"inv_shield_05",block:11,sta:4,str:4,rand:1188},{id:"6599|136",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Battleforge Shield of Strength",p:"inv_shield_05",block:11,str:6,rand:136},{id:6630,type:"Shield",slot:"offhand",r:20,q:"3",i:"25",name:"Seedcloud Buckler",p:"inv_shield_10",block:11},{id:6633,type:"Sword",slot:"onehand",r:18,q:"2",i:"23",name:"Butcher's Slicer",speed:2.9,mindmg:23,maxdmg:44,p:"inv_sword_16",str:2,sta:2},{id:6660,type:"Dagger",slot:"onehand",r:50,q:"3",i:"55",name:"Julie's Dagger",speed:1.3,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_07"},{id:6691,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Swinetusk Shank",speed:1.5,mindmg:24,maxdmg:45,p:"inv_misc_bone_06",sta:6},{id:6692,type:"Axe",slot:"onehand",r:31,q:"3",i:"36",name:"Pronged Reaver",speed:2.4,mindmg:40,maxdmg:75,p:"inv_axe_18",str:6},{id:6694,type:"Shield",slot:"offhand",r:31,q:"3",i:"36",name:"Heart of Agamaggan",p:"inv_shield_02",sta:7,block:17},{id:6725,type:"Shield",slot:"offhand",r:29,q:"3",i:"36",name:"Marbled Buckler",p:"inv_shield_10",agi:5,str:5,sta:5,block:17},{id:6746,type:"Shield",slot:"offhand",r:25,q:"2",i:"40",name:"Basalt Buckler",p:"inv_shield_10",sta:2,block:17},{id:6802,type:"Sword",slot:"onehand",r:33,q:"3",i:"44",name:"Sword of Omen",speed:1.9,mindmg:39,maxdmg:74,p:"inv_sword_19",agi:3,str:9,sta:4},{id:6829,type:"Sword",slot:"onehand",r:34,q:"3",i:"44",name:"Sword of Serenity",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_27",sta:9},{id:6831,type:"Dagger",slot:"onehand",r:34,q:"3",i:"44",name:"Black Menace",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_13",proc:{magic:!0,procgcd:!0,dmg:30}},{id:6904,type:"Dagger",slot:"onehand",r:23,q:"3",i:"28",name:"Bite of Serra'kis",speed:1.3,mindmg:16,maxdmg:30,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:6970,type:"Shield",slot:"offhand",r:20,q:"2",i:"20",name:"Furen's Favor",p:"inv_shield_05",str:3,block:7},{id:7002,type:"Shield",slot:"offhand",r:18,q:"3",i:"29",name:"Arctic Buckler",p:"inv_shield_02",sta:3,resist:{frost:5},block:13},{id:"7108|669",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of the Tiger",p:"inv_shield_09",block:4,agi:1,str:1,rand:669},{id:"7108|1179",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of the Bear",p:"inv_shield_09",block:4,sta:1,str:1,rand:1179},{id:"7108|6",type:"Shield",slot:"offhand",r:6,q:"2",i:"11",name:"Infantry Shield of Strength",p:"inv_shield_09",block:4,str:1,rand:6},{id:7120,type:"Shield",slot:"offhand",r:20,q:"2",i:"20",name:"Ruga's Bulwark",p:"inv_shield_14",str:3,block:7},{id:7188,type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Stormwind Guard Shield",p:"inv_shield_04",str:2,sta:4,block:9},{id:"7330|681",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"7330|1191",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"7330|155",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Infiltrator Buckler of Strength",p:"inv_shield_09",block:13,str:7,rand:155},{id:"7331|681",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of the Tiger",p:"inv_shield_07",block:13,agi:5,str:5,rand:681},{id:"7331|1191",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of the Bear",p:"inv_shield_07",block:13,sta:5,str:5,rand:1191},{id:"7331|189",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Phalanx Shield of Strength",p:"inv_shield_07",block:13,str:8,rand:189},{id:"7463|684",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of the Tiger",p:"inv_shield_10",block:15,agi:6,str:6,rand:684},{id:"7463|1194",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of the Bear",p:"inv_shield_10",block:15,sta:6,str:6,rand:1194},{id:"7463|190",type:"Shield",slot:"offhand",r:33,q:"2",i:"38",name:"Sentinel Buckler of Strength",p:"inv_shield_10",block:15,str:9,rand:190},{id:"7465|684",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of the Tiger",p:"inv_shield_06",block:16,agi:6,str:6,rand:684},{id:"7465|1194",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of the Bear",p:"inv_shield_06",block:16,sta:6,str:6,rand:1194},{id:"7465|190",type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Knight's Crest of Strength",p:"inv_shield_06",block:16,str:9,rand:190},{id:"7495|687",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of the Tiger",p:"inv_shield_10",block:20,agi:7,str:7,rand:687},{id:"7495|1197",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of the Bear",p:"inv_shield_10",block:20,sta:7,str:7,rand:1197},{id:"7495|191",type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Captain's Buckler of Strength",p:"inv_shield_10",block:20,str:10,rand:191},{id:"7496|687",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of the Tiger",p:"inv_shield_05",block:19,agi:7,str:7,rand:687},{id:"7496|1197",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of the Bear",p:"inv_shield_05",block:19,sta:7,str:7,rand:1197},{id:"7496|191",type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Field Plate Shield of Strength",p:"inv_shield_05",block:19,str:10,rand:191},{id:"7536|690",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of the Tiger",p:"inv_shield_03",block:23,agi:8,str:8,rand:690},{id:"7536|1200",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of the Bear",p:"inv_shield_03",block:23,sta:8,str:8,rand:1200},{id:"7536|192",type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Champion's Wall Shield of Strength",p:"inv_shield_03",block:23,str:11,rand:192},{id:"7537|690",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of the Tiger",p:"inv_shield_07",block:23,agi:8,str:8,rand:690},{id:"7537|1200",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of the Bear",p:"inv_shield_07",block:23,sta:8,str:8,rand:1200},{id:"7537|193",type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Gothic Shield of Strength",p:"inv_shield_07",block:23,str:12,rand:193},{id:7682,type:"Dagger",slot:"onehand",r:29,q:"3",i:"34",name:"Torturing Poker",speed:1.7,mindmg:26,maxdmg:46,p:"inv_spear_01"},{id:7687,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Ironspine's Fist",speed:2.4,mindmg:38,maxdmg:72,p:"inv_hammer_19",str:7},{id:7714,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"Hypnotic Blade",speed:1.4,mindmg:26,maxdmg:49,p:"inv_weapon_shortblade_07"},{id:7726,type:"Shield",slot:"offhand",r:39,q:"3",i:"44",name:"Aegis of the Scarlet Commander",p:"inv_shield_05",str:7,sta:8,block:23},{id:7736,type:"Mace",slot:"onehand",r:34,q:"3",i:"39",name:"Fight Club",speed:2.2,mindmg:41,maxdmg:76,p:"inv_mace_11",str:6,sta:6},{id:7747,type:"Shield",slot:"offhand",r:28,q:"2",i:"41",name:"Vile Protector",p:"inv_shield_02",str:4,block:17},{id:7786,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Headsplitter",speed:2.3,mindmg:30,maxdmg:57,p:"inv_axe_14",str:3,sta:5},{id:7787,type:"Shield",slot:"offhand",r:26,q:"3",i:"31",name:"Resplendent Guardian",p:"inv_shield_02",sta:7,block:14},{id:7942,type:"Axe",slot:"onehand",r:39,q:"2",i:"44",name:"Blue Glittering Axe",speed:1.8,mindmg:32,maxdmg:61,p:"inv_axe_03",agi:8},{id:7947,type:"Dagger",slot:"onehand",r:46,q:"2",i:"51",name:"Ebon Shiv",speed:1.5,mindmg:32,maxdmg:59,p:"inv_weapon_shortblade_14",agi:9},{id:8006,type:"Dagger",slot:"onehand",r:34,q:"3",i:"39",name:"The Ziggler",speed:1.7,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_25",proc:{magic:!0,procgcd:!0,dmg:15}},{id:8134,type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Myrmidon's Defender",p:"inv_shield_02",agi:2,sta:2,block:25},{id:8135,type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Chromite Shield",p:"inv_shield_04",str:3,sta:10,block:21},{id:8190,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Hanzo Sword",speed:1.5,mindmg:38,maxdmg:71,p:"inv_sword_10",proc:{dmg:75}},{id:"8194|681",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Tiger",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",agi:5,str:5,rand:681},{id:"8194|1191",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of the Bear",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",sta:5,str:5,rand:1191},{id:"8194|155",type:"Mace",slot:"onehand",r:38,q:"2",i:"43",name:"Goblin Nutcracker of Strength",speed:2.2,mindmg:38,maxdmg:72,p:"inv_hammer_06",str:7,rand:155},{id:"8196|681",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Tiger",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",agi:5,str:5,rand:681},{id:"8196|1191",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of the Bear",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",sta:5,str:5,rand:1191},{id:"8196|189",type:"Sword",slot:"onehand",r:38,q:"2",i:"43",name:"Ebon Scimitar of Strength",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_36",str:8,rand:189},{id:8223,type:"Sword",slot:"onehand",r:32,q:"3",i:"37",name:"Blade of the Basilisk",speed:1.9,mindmg:33,maxdmg:62,p:"inv_sword_43"},{id:8225,type:"Sword",slot:"onehand",r:31,q:"3",i:"36",name:"Tainted Pierce",speed:1.9,mindmg:32,maxdmg:60,p:"inv_sword_30",proc:{magic:!0,procgcd:!0,tick:15,interval:"1000",duration:"3000"}},{id:8282,type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Valorous Shield",p:"inv_shield_02",str:6,sta:9,block:25},{id:8313,type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Hero's Buckler",p:"inv_shield_07",str:7,block:36},{id:8320,type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Alabaster Shield",p:"inv_shield_04",str:3,sta:13,block:31},{id:9359,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Southsea Lamp",speed:2.3,mindmg:49,maxdmg:91,p:"inv_misc_flute_01",agi:9,sta:4},{id:9378,type:"Axe",slot:"onehand",r:33,q:"3",i:"38",name:"Shovelphlange's Mining Axe",speed:2.8,mindmg:50,maxdmg:94,p:"inv_pick_02",str:6,ap:10},{id:9379,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Sang'thraze the Deflector",speed:1.7,mindmg:34,maxdmg:65,p:"inv_sword_45"},{id:9384,type:"Dagger",slot:"onehand",r:31,q:"3",i:"36",name:"Stonevault Shiv",speed:1.5,mindmg:25,maxdmg:47,p:"inv_weapon_shortblade_18",agi:7,sta:3},{id:9386,type:"Mace",slot:"onehand",r:31,q:"3",i:"36",name:"Excavator's Brand",speed:2.6,mindmg:43,maxdmg:82,p:"inv_torch_lit",proc:{magic:!0,procgcd:!0,dmg:40,tick:3,interval:"2000",duration:"6000"}},{id:9392,type:"Sword",slot:"onehand",r:35,q:"3",i:"40",name:"Annealed Blade",speed:1.8,mindmg:34,maxdmg:64,p:"inv_sword_26",str:6,sta:6},{id:9401,type:"Sword",slot:"onehand",r:38,q:"3",i:"43",name:"Nordic Longshank",speed:2.2,mindmg:45,maxdmg:84,p:"inv_sword_24",agi:8,sta:5},{id:9404,type:"Shield",slot:"offhand",r:37,q:"3",i:"42",name:"Olaf's All Purpose Shield",p:"inv_shield_02",sta:11,block:22},{id:9419,type:"Mace",slot:"onehand",r:41,q:"2",i:"46",name:"Galgann's Firehammer",speed:2.2,mindmg:42,maxdmg:79,p:"inv_hammer_17",proc:{magic:!0,dmg:96}},{id:9424,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Ginn-su Sword",speed:1.7,mindmg:33,maxdmg:62,p:"inv_sword_42",agi:8,str:4},{id:9427,type:"Mace",slot:"onehand",r:37,q:"3",i:"42",name:"Stonevault Bonebreaker",speed:2.7,mindmg:54,maxdmg:101,p:"inv_misc_bone_01",agi:4,str:8},{id:9453,type:"Dagger",slot:"onehand",r:27,q:"3",i:"32",name:"Toxic Revenger",speed:1.9,mindmg:27,maxdmg:51,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:5,interval:"5000",duration:"15000"}},{id:9457,type:"Mace",slot:"onehand",r:30,q:"3",i:"35",name:"Royal Diplomatic Scepter",speed:2.3,mindmg:37,maxdmg:69,p:"inv_mace_08",sta:2},{id:9458,type:"Shield",slot:"offhand",r:32,q:"3",i:"37",name:"Thermaplugg's Central Core",p:"inv_shield_10",block:18},{id:9465,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Digmaster 5000",speed:1.8,mindmg:38,maxdmg:71,p:"inv_pick_01",agi:4,proc:{spell:"Vibroblade"}},{id:9485,type:"Axe",slot:"onehand",r:25,q:"3",i:"30",name:"Vibroblade",speed:1.6,mindmg:21,maxdmg:40,p:"inv_axe_14",proc:{spell:"Vibroblade"}},{id:9488,type:"Mace",slot:"onehand",r:23,q:"3",i:"28",name:"Oscillating Power Hammer",speed:2,mindmg:24,maxdmg:46,p:"inv_hammer_08",str:5,sta:1},{id:9511,type:"Sword",slot:"onehand",r:41,q:"3",i:"46",name:"Bloodletter Scalpel",speed:1.8,mindmg:39,maxdmg:73,p:"inv_sword_40",proc:{dmg:65}},{id:9520,type:"Dagger",slot:"onehand",r:30,q:"2",i:"41",name:"Silent Hunter",speed:1.8,mindmg:29,maxdmg:54,p:"inv_weapon_shortblade_18",agi:7},{id:9643,type:"Shield",slot:"offhand",r:43,q:"2",i:"51",name:"Optomatic Deflector",p:"inv_shield_02",str:5,block:25},{id:9680,type:"Dagger",slot:"onehand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Shanker",speed:1.6,mindmg:28,maxdmg:52,p:"inv_weapon_shortblade_18",agi:6,sta:3},{id:9718,type:"Sword",slot:"onehand",r:33,q:"3",i:"38",name:"Reforged Blade of Heroes",speed:2.2,mindmg:36,maxdmg:69,p:"inv_sword_10",str:3,sta:8},{id:"9753|669",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of the Tiger",p:"inv_shield_10",block:4,agi:1,str:1,rand:669},{id:"9753|1179",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of the Bear",p:"inv_shield_10",block:4,sta:1,str:1,rand:1179},{id:"9753|6",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"Gypsy Buckler of Strength",p:"inv_shield_10",block:4,str:1,rand:6},{id:"9764|669",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of the Tiger",p:"inv_shield_09",block:5,agi:1,str:1,rand:669},{id:"9764|1179",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of the Bear",p:"inv_shield_09",block:5,sta:1,str:1,rand:1179},{id:"9764|23",type:"Shield",slot:"offhand",r:8,q:"2",i:"13",name:"Cadet Shield of Strength",p:"inv_shield_09",block:5,str:2,rand:23},{id:"9778|672",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"9778|1182",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"9778|97",type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"Bandit Buckler of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:"9790|672",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"9790|1182",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"9790|97",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Raider's Shield of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:"9804|678",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of the Tiger",p:"inv_shield_09",block:9,agi:4,str:4,rand:678},{id:"9804|1188",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of the Bear",p:"inv_shield_09",block:9,sta:4,str:4,rand:1188},{id:"9804|115",type:"Shield",slot:"offhand",r:21,q:"2",i:"26",name:"Superior Buckler of Strength",p:"inv_shield_09",block:9,str:5,rand:115},{id:"9816|678",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of the Tiger",p:"inv_shield_07",block:9,agi:4,str:4,rand:678},{id:"9816|1188",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of the Bear",p:"inv_shield_07",block:9,sta:4,str:4,rand:1188},{id:"9816|115",type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Fortified Shield of Strength",p:"inv_shield_07",block:9,str:5,rand:115},{id:"9843|681",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"9843|1191",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"9843|155",type:"Shield",slot:"offhand",r:28,q:"2",i:"33",name:"Banded Shield of Strength",p:"inv_shield_09",block:13,str:7,rand:155},{id:"9858|681",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of the Tiger",p:"inv_shield_09",block:14,agi:5,str:5,rand:681},{id:"9858|1191",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of the Bear",p:"inv_shield_09",block:14,sta:5,str:5,rand:1191},{id:"9858|189",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Archer's Buckler of Strength",p:"inv_shield_09",block:14,str:8,rand:189},{id:"9873|684",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of the Tiger",p:"inv_shield_07",block:15,agi:6,str:6,rand:684},{id:"9873|1194",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of the Bear",p:"inv_shield_07",block:15,sta:6,str:6,rand:1194},{id:"9873|190",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Renegade Shield of Strength",p:"inv_shield_07",block:15,str:9,rand:190},{id:"9899|684",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of the Tiger",p:"inv_shield_05",block:18,agi:6,str:6,rand:684},{id:"9899|1194",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of the Bear",p:"inv_shield_05",block:18,sta:6,str:6,rand:1194},{id:"9899|191",type:"Shield",slot:"offhand",r:37,q:"2",i:"42",name:"Jazeraint Shield of Strength",p:"inv_shield_05",block:18,str:10,rand:191},{id:"9918|687",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of the Tiger",p:"inv_shield_03",block:20,agi:7,str:7,rand:687},{id:"9918|1197",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of the Bear",p:"inv_shield_03",block:20,sta:7,str:7,rand:1197},{id:"9918|191",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Brigade Defender of Strength",p:"inv_shield_03",block:20,str:10,rand:191},{id:"9935|687",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of the Tiger",p:"inv_shield_05",block:20,agi:7,str:7,rand:687},{id:"9935|1197",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of the Bear",p:"inv_shield_05",block:20,sta:7,str:7,rand:1197},{id:"9935|191",type:"Shield",slot:"offhand",r:40,q:"2",i:"45",name:"Embossed Plate Shield of Strength",p:"inv_shield_05",block:20,str:10,rand:191},{id:"9958|690",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of the Tiger",p:"inv_shield_02",block:24,agi:8,str:8,rand:690},{id:"9958|1200",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of the Bear",p:"inv_shield_02",block:24,sta:8,str:8,rand:1200},{id:"9958|193",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Warmonger's Buckler of Strength",p:"inv_shield_02",block:24,str:12,rand:193},{id:"9974|693",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of the Tiger",p:"spell_holy_sealofwrath",block:26,agi:9,str:9,rand:693},{id:"9974|1203",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of the Bear",p:"spell_holy_sealofwrath",block:26,sta:9,str:9,rand:1203},{id:"9974|219",type:"Shield",slot:"offhand",r:47,q:"2",i:"52",name:"Overlord's Shield of Strength",p:"spell_holy_sealofwrath",block:26,str:13,rand:219},{id:"10078|693",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of the Tiger",p:"spell_holy_sealofprotection",block:27,agi:9,str:9,rand:693},{id:"10078|1203",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of the Bear",p:"spell_holy_sealofprotection",block:27,sta:9,str:9,rand:1203},{id:"10078|219",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Lord's Crest of Strength",p:"spell_holy_sealofprotection",block:27,str:13,rand:219},{id:"10093|693",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of the Tiger",p:"inv_shield_06",block:28,agi:9,str:9,rand:693},{id:"10093|1203",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of the Bear",p:"inv_shield_06",block:28,sta:9,str:9,rand:1203},{id:"10093|219",type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Revenant Deflector of Strength",p:"inv_shield_06",block:28,str:13,rand:219},{id:"10158|699",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of the Tiger",p:"inv_shield_05",block:37,agi:11,str:11,rand:699},{id:"10158|1209",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of the Bear",p:"inv_shield_05",block:37,sta:11,str:11,rand:1209},{id:"10158|308",type:"Shield",slot:"offhand",r:59,q:"2",i:"64",name:"Mercurial Guard of Strength",p:"inv_shield_05",block:37,str:16,rand:308},{id:"10195|693",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of the Tiger",p:"inv_shield_10",block:29,agi:9,str:9,rand:693},{id:"10195|1203",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of the Bear",p:"inv_shield_10",block:29,sta:9,str:9,rand:1203},{id:"10195|220",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Crusader's Shield of Strength",p:"inv_shield_10",block:29,str:14,rand:220},{id:"10204|693",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of the Tiger",p:"inv_shield_09",block:29,agi:9,str:9,rand:693},{id:"10204|1203",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of the Bear",p:"inv_shield_09",block:29,sta:9,str:9,rand:1203},{id:"10204|220",type:"Shield",slot:"offhand",r:50,q:"2",i:"55",name:"Heavy Lamellar Shield of Strength",p:"inv_shield_09",block:29,str:14,rand:220},{id:"10271|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of the Tiger",p:"inv_shield_02",block:38,agi:11,str:11,rand:699},{id:"10271|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of the Bear",p:"inv_shield_02",block:38,sta:11,str:11,rand:1209},{id:"10271|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Masterwork Shield of Strength",p:"inv_shield_02",block:38,str:16,rand:308},{id:"10362|696",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of the Tiger",p:"spell_holy_powerwordshield",block:32,agi:10,str:10,rand:696},{id:"10362|1206",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of the Bear",p:"spell_holy_powerwordshield",block:32,sta:10,str:10,rand:1206},{id:"10362|307",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Ornate Shield of Strength",p:"spell_holy_powerwordshield",block:32,str:15,rand:307},{id:"10363|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of the Tiger",p:"inv_shield_03",block:34,agi:10,str:10,rand:696},{id:"10363|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of the Bear",p:"inv_shield_03",block:34,sta:10,str:10,rand:1206},{id:"10363|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Engraved Wall of Strength",p:"inv_shield_03",block:34,str:15,rand:307},{id:"10364|696",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of the Tiger",p:"inv_shield_05",block:32,agi:10,str:10,rand:696},{id:"10364|1206",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of the Bear",p:"inv_shield_05",block:32,sta:10,str:10,rand:1206},{id:"10364|307",type:"Shield",slot:"offhand",r:53,q:"2",i:"58",name:"Templar Shield of Strength",p:"inv_shield_05",block:32,str:15,rand:307},{id:"10365|696",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of the Tiger",p:"inv_shield_04",block:33,agi:10,str:10,rand:696},{id:"10365|1206",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of the Bear",p:"inv_shield_04",block:33,sta:10,str:10,rand:1206},{id:"10365|307",type:"Shield",slot:"offhand",r:54,q:"2",i:"59",name:"Emerald Shield of Strength",p:"inv_shield_04",block:33,str:15,rand:307},{id:"10366|696",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of the Tiger",p:"spell_shadow_ragingscream",block:36,agi:10,str:10,rand:696},{id:"10366|1206",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of the Bear",p:"spell_shadow_ragingscream",block:36,sta:10,str:10,rand:1206},{id:"10366|307",type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Demon Guard of Strength",p:"spell_shadow_ragingscream",block:36,str:15,rand:307},{id:"10367|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of the Tiger",p:"spell_holy_powerwordshield",block:38,agi:11,str:11,rand:699},{id:"10367|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of the Bear",p:"spell_holy_powerwordshield",block:38,sta:11,str:11,rand:1209},{id:"10367|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Hyperion Shield of Strength",p:"spell_holy_powerwordshield",block:38,str:16,rand:308},{id:10571,type:"Mace",slot:"onehand",r:32,q:"3",i:"37",name:"Ebony Boneclub",speed:1.8,mindmg:31,maxdmg:59,p:"inv_misc_bone_10",str:5,resist:{shadow:5}},{id:10625,type:"Dagger",slot:"onehand",r:44,q:"3",i:"49",name:"Stealthblade",speed:1.4,mindmg:32,maxdmg:60,p:"inv_sword_41"},{id:10686,type:"Shield",slot:"offhand",r:40,q:"2",i:"55",name:"Aegis of Battle",p:"inv_shield_02",agi:6,sta:10,block:29},{id:10703,type:"Dagger",slot:"onehand",r:38,q:"2",i:"45",name:"Fiendish Skiv",speed:1.9,mindmg:35,maxdmg:66,p:"inv_sword_21",str:8},{id:10761,type:"Dagger",slot:"onehand",r:39,q:"3",i:"44",name:"Coldrage Dagger",speed:1.5,mindmg:31,maxdmg:58,p:"inv_sword_34",proc:{magic:!0,procgcd:!0,dmg:25}},{id:10767,type:"Shield",slot:"offhand",r:37,q:"3",i:"42",name:"Savage Boar's Guard",p:"inv_shield_17",str:11,sta:6,block:22},{id:10772,type:"Axe",slot:"onehand",r:36,q:"2",i:"41",name:"Glutton's Cleaver",speed:2,mindmg:32,maxdmg:60,p:"inv_axe_23",proc:{tick:10,interval:"6000",duration:"30000",bleed:!0}},{id:10797,type:"Sword",slot:"onehand",r:48,q:"3",i:"53",name:"Firebreather",speed:2.2,mindmg:54,maxdmg:101,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:10804,type:"Mace",slot:"onehand",r:49,q:"2",i:"54",name:"Fist of the Damned",speed:1.9,mindmg:42,maxdmg:80,p:"inv_hammer_11",proc:{magic:!0,dmg:30,coeff:1}},{id:10823,type:"Sword",slot:"onehand",r:37,q:"3",i:"44",name:"Vanquisher's Sword",speed:2.2,mindmg:46,maxdmg:86,p:"inv_sword_35",ap:28},{id:"10828|690",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Tiger",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},agi:8,str:8,rand:690},{id:"10828|1200",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of the Bear",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},sta:8,str:8,rand:1200},{id:"10828|193",type:"Dagger",slot:"onehand",r:51,q:"3",i:"56",name:"Dire Nail of Strength",speed:1.5,mindmg:38,maxdmg:72,p:"inv_weapon_shortblade_16",resist:{shadow:5},str:12,rand:193},{id:10835,type:"Shield",slot:"offhand",r:51,q:"3",i:"56",name:"Crest of Supremacy",p:"inv_shield_04",agi:6,str:6,sta:7,block:35},{id:10847,type:"Sword",slot:"onehand",r:52,q:"4",i:"57",name:"Dragon's Call",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_38"},{id:11631,type:"Shield",slot:"offhand",r:47,q:"3",i:"52",name:"Stoneshell Guard",p:"inv_shield_02",str:6,sta:9,block:31},{id:11635,type:"Dagger",slot:"onehand",r:49,q:"3",i:"54",name:"Hookfang Shanker",speed:1.4,mindmg:35,maxdmg:65,p:"inv_weapon_shortblade_10",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:11785,type:"Shield",slot:"offhand",r:53,q:"3",i:"58",name:"Rock Golem Bulwark",p:"inv_shield_06",sta:10,resist:{nature:10},block:36},{id:11856,type:"Dagger",slot:"onehand",r:40,q:"2",i:"45",name:"Ceremonial Elven Blade",speed:1.8,mindmg:33,maxdmg:63,p:"inv_sword_13",agi:6,sta:3},{id:11863,type:"Fist",slot:"offhand",r:48,q:"2",i:"52",name:"White Bone Shredder",speed:1.4,mindmg:30,maxdmg:57,p:"ability_whirlwind",agi:7,str:4},{id:11915,type:"Shield",slot:"offhand",r:49,q:"2",i:"55",name:"Shizzle's Drizzle Blocker",p:"inv_shield_07",str:13,sta:1,block:29},{id:11922,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"Blood-etched Blade",speed:1.5,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_15",sta:12},{id:12061,type:"Sword",slot:"onehand",r:50,q:"2",i:"60",name:"Blade of Reckoning",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_26",ap:22},{id:12062,type:"Dagger",slot:"onehand",r:50,q:"2",i:"60",name:"Skilled Fighting Blade",speed:1.4,mindmg:35,maxdmg:65,p:"inv_sword_21",skill:4},{id:12248,type:"Dagger",slot:"onehand",r:29,q:"2",i:"34",name:"Daring Dirk",speed:1.6,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_15",agi:5},{id:12259,type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Glinting Steel Dagger",speed:1.5,mindmg:19,maxdmg:37,p:"inv_weapon_shortblade_05",ap:12},{id:12531,type:"Dagger",slot:"onehand",r:46,q:"3",i:"51",name:"Searing Needle",speed:1.8,mindmg:42,maxdmg:80,p:"inv_weapon_shortblade_03",proc:{magic:!0,dmg:60}},{id:12535,type:"Sword",slot:"onehand",r:49,q:"3",i:"54",name:"Doomforged Straightedge",speed:1.9,mindmg:47,maxdmg:89,p:"inv_sword_41",str:10,ap:12},{id:12582,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Keris of Zul'Serak",speed:1.8,mindmg:49,maxdmg:93,p:"inv_weapon_shortblade_12",proc:{magic:!0,procgcd:!0,tick:10,interval:"2000",duration:"10000"}},{id:12584,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Longsword",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:12590,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Felstriker",speed:1.7,mindmg:54,maxdmg:101,p:"inv_weapon_shortblade_25",proc:{spell:"Felstriker"}},{id:12602,type:"Shield",slot:"offhand",r:58,q:"3",i:"63",name:"Draconian Deflector",p:"inv_shield_20",sta:7,resist:{fire:10},d:10,block:40},{id:12774,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Dawn's Edge",speed:2.1,mindmg:53,maxdmg:100,p:"inv_axe_05",crit:1},{id:12777,type:"Sword",slot:"onehand",r:51,q:"3",i:"56",name:"Blazing Rapier",speed:1.7,mindmg:44,maxdmg:82,p:"inv_sword_30",proc:{magic:!0,tick:10,interval:"3000",duration:"30000"}},{id:12783,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:12939,type:"Sword",slot:"offhand",r:58,q:"3",i:"63",name:"Dal'Rend's Tribal Guardian",speed:1.8,mindmg:52,maxdmg:97,p:"inv_sword_40",d:7},{id:12976,type:"Sword",slot:"onehand",r:15,q:"3",i:"20",name:"Ironpatch Blade",speed:2.6,mindmg:24,maxdmg:46,p:"inv_sword_26",str:4,sta:2},{id:12990,type:"Axe",slot:"onehand",r:18,q:"3",i:"23",name:"Razor's Edge",speed:2.4,mindmg:25,maxdmg:48,p:"inv_weapon_halberd_08",str:4},{id:12997,type:"Shield",slot:"offhand",r:19,q:"3",i:"24",name:"Redbeard Crest",p:"inv_shield_02",str:6,sta:3,block:11},{id:13014,type:"Axe",slot:"onehand",r:48,q:"3",i:"53",name:"Axe of Rin'ji",speed:1.9,mindmg:46,maxdmg:87,p:"inv_axe_21",agi:5,sta:11},{id:13015,type:"Axe",slot:"onehand",r:56,q:"3",i:"61",name:"Serathil",speed:1.9,mindmg:53,maxdmg:99,p:"inv_axe_08",str:9},{id:13032,type:"Sword",slot:"onehand",r:22,q:"3",i:"27",name:"Sword of Corruption",speed:2.1,mindmg:25,maxdmg:47,p:"inv_sword_26",proc:{magic:!0,procgcd:!0,tick:10,interval:"1000",duration:"3000"}},{id:13033,type:"Sword",slot:"onehand",r:29,q:"3",i:"34",name:"Zealot Blade",speed:2.8,mindmg:43,maxdmg:81,p:"inv_sword_15"},{id:13034,type:"Sword",slot:"onehand",r:36,q:"3",i:"41",name:"Speedsteel Rapier",speed:1.8,mindmg:35,maxdmg:66,p:"inv_sword_30",agi:8,sta:3},{id:13035,type:"Sword",slot:"onehand",r:44,q:"3",i:"49",name:"Serpent Slicer",speed:2.5,mindmg:57,maxdmg:107,p:"inv_sword_33",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:13036,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Assassination Blade",speed:2.7,mindmg:71,maxdmg:132,p:"inv_sword_42",str:3,crit:1},{id:13079,type:"Shield",slot:"offhand",r:25,q:"3",i:"30",name:"Shield of Thorsen",p:"inv_shield_10",str:7,block:14},{id:13081,type:"Shield",slot:"offhand",r:33,q:"3",i:"38",name:"Skullance Shield",p:"inv_shield_02",agi:4,str:8,sta:5,block:19},{id:13082,type:"Shield",slot:"offhand",r:41,q:"3",i:"46",name:"Mountainside Buckler",p:"inv_shield_15",block:25},{id:13083,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Garrett Family Crest",p:"inv_shield_05",agi:5,block:39},{id:13182,type:"Sword",slot:"onehand",r:52,q:"3",i:"57",name:"Phase Blade",speed:2.1,mindmg:55,maxdmg:103,p:"inv_sword_36",str:7,sta:12},{id:13183,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Venomspitter",speed:1.9,mindmg:52,maxdmg:98,p:"inv_wand_10",proc:{magic:!0,tick:7,interval:"2000",duration:"30000"}},{id:13198,type:"Fist",slot:"onehand",r:55,q:"3",i:"60",name:"Hurd Smasher",speed:1.8,mindmg:49,maxdmg:93,p:"inv_gauntlets_11"},{id:13204,type:"Mace",slot:"onehand",r:55,q:"3",i:"60",name:"Bashguuder",speed:1.8,mindmg:49,maxdmg:93,p:"inv_mace_15",str:9,proc:{spell:"Rivenspike"}},{id:13205,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Rhombeard Protector",p:"inv_shield_14",block:38},{id:13218,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Fang of the Crystal Spider",speed:1.6,mindmg:45,maxdmg:84,p:"inv_weapon_shortblade_16"},{id:13243,type:"Shield",slot:"offhand",r:55,q:"3",i:"62",name:"Argent Defender",p:"inv_shield_05",block:39},{id:13245,type:"Shield",slot:"offhand",r:15,q:"3",i:"20",name:"Kresh's Back",p:"inv_shield_18",d:4,block:9},{id:13246,type:"Sword",slot:"onehand",r:55,q:"3",i:"62",name:"Argent Avenger",speed:2.2,mindmg:71,maxdmg:108,p:"inv_sword_05",proc:{spell:"Avenger"}},{id:13254,type:"Shield",slot:"offhand",r:51,q:"3",i:"56",name:"Astral Guard",p:"inv_shield_12",sta:6,block:35},{id:13286,type:"Axe",slot:"onehand",r:53,q:"3",i:"58",name:"Rivenspike",speed:2.9,mindmg:77,maxdmg:144,p:"inv_pick_05",proc:{spell:"Rivenspike"}},{id:13360,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Gift of the Elven Magi",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_15",sta:5},{id:13361,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Skullforge Reaver",speed:2.5,mindmg:72,maxdmg:135,p:"inv_sword_12",proc:{magic:!0,tick:2,interval:"1000",duration:"30000"}},{id:13368,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Bonescraper",speed:1.4,mindmg:40,maxdmg:74,p:"inv_weapon_shortblade_12",ap:30},{id:13375,type:"Shield",slot:"offhand",r:55,q:"3",i:"60",name:"Crest of Retribution",p:"inv_shield_19",block:38},{id:13399,type:"Fist",slot:"offhand",r:54,q:"3",i:"59",name:"Gargoyle Shredder Talons",speed:1.8,mindmg:49,maxdmg:91,p:"inv_gauntlets_11",proc:{tick:11,interval:"3000",duration:"30000",bleed:!0}},{id:13401,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Cruel Hand of Timmy",speed:1.8,mindmg:50,maxdmg:94,p:"inv_misc_bone_elfskull_01"},{id:13529,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Husk of Nerub'enkan",p:"inv_shield_02",sta:10,resist:{nature:15},block:38},{id:13964,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Witchblade",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25"},{id:13984,type:"Dagger",slot:"onehand",r:57,q:"3",i:"63",name:"Darrowspike",speed:1.5,mindmg:43,maxdmg:81,p:"inv_weapon_shortblade_21",proc:{magic:!0,dmg:90}},{id:14002,type:"Shield",slot:"offhand",r:57,q:"3",i:"63",name:"Darrowshire Strongguard",p:"inv_shield_05",sta:8,resist:{nature:10,frost:10},block:40},{id:14151,type:"Dagger",slot:"onehand",r:13,q:"2",i:"18",name:"Chanting Blade",speed:1.5,mindmg:9,maxdmg:18,p:"inv_weapon_shortblade_25",agi:1,sta:1},{id:14487,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Bonechill Hammer",speed:2.4,mindmg:68,maxdmg:127,p:"inv_hammer_13",proc:{magic:!0,dmg:90}},{id:14555,type:"Dagger",slot:"onehand",r:58,q:"4",i:"63",name:"Alcor's Sunrazor",speed:1.3,mindmg:41,maxdmg:77,p:"inv_sword_34",resist:{fire:10},proc:{magic:!0,dmg:90}},{id:14607,type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Hawkeye's Buckler",p:"inv_shield_10",str:5,block:15},{id:14729,type:"Shield",slot:"offhand",r:15,q:"2",i:"20",name:"War Paint Shield",p:"inv_shield_18",str:2,block:7},{id:14777,type:"Shield",slot:"offhand",r:39,q:"2",i:"44",name:"Ravager's Shield",p:"inv_shield_02",str:3,block:20},{id:14780,type:"Shield",slot:"offhand",r:44,q:"2",i:"49",name:"Khan's Buckler",p:"inv_shield_05",agi:3,sta:5,block:23},{id:14790,type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Protector Buckler",p:"inv_shield_02",agi:3,block:28},{id:14825,type:"Shield",slot:"offhand",r:38,q:"2",i:"43",name:"Symbolic Crest",p:"inv_shield_15",str:4,sta:7,block:19},{id:14842,type:"Shield",slot:"offhand",r:43,q:"2",i:"48",name:"Tyrant's Shield",p:"inv_shield_17",str:9,sta:5,block:23},{id:14852,type:"Shield",slot:"offhand",r:49,q:"2",i:"54",name:"Sunscale Shield",p:"inv_shield_02",str:5,sta:10,block:28},{id:"14902|684",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of the Tiger",p:"inv_shield_12",block:17,agi:6,str:6,rand:684},{id:"14902|1194",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of the Bear",p:"inv_shield_12",block:17,sta:6,str:6,rand:1194},{id:"14902|191",type:"Shield",slot:"offhand",r:36,q:"2",i:"41",name:"Saltstone Shield of Strength",p:"inv_shield_12",block:17,str:10,rand:191},{id:"14912|690",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of the Tiger",p:"inv_shield_02",block:24,agi:8,str:8,rand:690},{id:"14912|1200",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of the Bear",p:"inv_shield_02",block:24,sta:8,str:8,rand:1200},{id:"14912|193",type:"Shield",slot:"offhand",r:45,q:"2",i:"50",name:"Brutish Shield of Strength",p:"inv_shield_02",block:24,str:12,rand:193},{id:"14916|693",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of the Tiger",p:"inv_shield_21",block:27,agi:9,str:9,rand:693},{id:"14916|1203",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of the Bear",p:"inv_shield_21",block:27,sta:9,str:9,rand:1203},{id:"14916|219",type:"Shield",slot:"offhand",r:48,q:"2",i:"53",name:"Jade Deflector of Strength",p:"inv_shield_21",block:27,str:13,rand:219},{id:"14930|693",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of the Tiger",p:"inv_shield_17",block:31,agi:9,str:9,rand:693},{id:"14930|1203",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of the Bear",p:"inv_shield_17",block:31,sta:9,str:9,rand:1203},{id:"14930|220",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Lofty Shield of Strength",p:"inv_shield_17",block:31,str:14,rand:220},{id:"14947|690",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of the Tiger",p:"inv_shield_19",block:21,agi:8,str:8,rand:690},{id:"14947|1200",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of the Bear",p:"inv_shield_19",block:21,sta:8,str:8,rand:1200},{id:"14947|192",type:"Shield",slot:"offhand",r:41,q:"2",i:"46",name:"Warbringer's Shield of Strength",p:"inv_shield_19",block:21,str:11,rand:192},{id:"14954|690",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of the Tiger",p:"inv_shield_05",block:25,agi:8,str:8,rand:690},{id:"14954|1200",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of the Bear",p:"inv_shield_05",block:25,sta:8,str:8,rand:1200},{id:"14954|193",type:"Shield",slot:"offhand",r:46,q:"2",i:"51",name:"Bloodforged Shield of Strength",p:"inv_shield_05",block:25,str:12,rand:193},{id:"14964|693",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of the Tiger",p:"inv_shield_20",block:30,agi:9,str:9,rand:693},{id:"14964|1203",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of the Bear",p:"inv_shield_20",block:30,sta:9,str:9,rand:1203},{id:"14964|220",type:"Shield",slot:"offhand",r:51,q:"2",i:"56",name:"High Chief's Shield of Strength",p:"inv_shield_20",block:30,str:14,rand:220},{id:"14973|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of the Tiger",p:"inv_shield_15",block:34,agi:10,str:10,rand:696},{id:"14973|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of the Bear",p:"inv_shield_15",block:34,sta:10,str:10,rand:1206},{id:"14973|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Glorious Shield of Strength",p:"inv_shield_15",block:34,str:15,rand:307},{id:"14982|699",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of the Tiger",p:"inv_shield_02",block:38,agi:11,str:11,rand:699},{id:"14982|1209",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of the Bear",p:"inv_shield_02",block:38,sta:11,str:11,rand:1209},{id:"14982|308",type:"Shield",slot:"offhand",r:60,q:"2",i:"65",name:"Exalted Shield of Strength",p:"inv_shield_02",block:38,str:16,rand:308},{id:"15113|675",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of the Tiger",p:"inv_shield_09",block:8,agi:3,str:3,rand:675},{id:"15113|1185",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of the Bear",p:"inv_shield_09",block:8,sta:3,str:3,rand:1185},{id:"15113|115",type:"Shield",slot:"offhand",r:18,q:"2",i:"23",name:"Rigid Buckler of Strength",p:"inv_shield_09",block:8,str:5,rand:115},{id:15207,type:"Shield",slot:"offhand",r:17,q:"2",i:"20",name:"Steelcap Shield",p:"inv_shield_11",str:2,sta:2,block:7},{id:"15210|23",type:"Sword",slot:"onehand",r:11,q:"2",i:"16",name:"Raider Shortsword of Strength",speed:1.9,mindmg:11,maxdmg:20,p:"inv_sword_04",str:2,rand:23},{id:"15211|672",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Tiger",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",agi:2,str:2,rand:672},{id:"15211|1182",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of the Bear",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",sta:2,str:2,rand:1182},{id:"15211|24",type:"Sword",slot:"onehand",r:17,q:"2",i:"22",name:"Militant Shortsword of Strength",speed:2.5,mindmg:19,maxdmg:36,p:"inv_sword_20",str:3,rand:24},{id:"15213|678",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Tiger",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",agi:4,str:4,rand:678},{id:"15213|1188",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of the Bear",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",sta:4,str:4,rand:1188},{id:"15213|136",type:"Sword",slot:"onehand",r:31,q:"2",i:"36",name:"Mercenary Blade of Strength",speed:2.4,mindmg:31,maxdmg:59,p:"inv_sword_36",str:6,rand:136},{id:"15214|681",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Tiger",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",agi:5,str:5,rand:681},{id:"15214|1191",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of the Bear",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",sta:5,str:5,rand:1191},{id:"15214|155",type:"Sword",slot:"onehand",r:35,q:"2",i:"40",name:"Nobles Brand of Strength",speed:2.1,mindmg:32,maxdmg:61,p:"inv_sword_20",str:7,rand:155},{id:"15216|684",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Tiger",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15216|1194",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of the Bear",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15216|190",type:"Sword",slot:"onehand",r:46,q:"2",i:"51",name:"Rune Sword of Strength",speed:1.6,mindmg:34,maxdmg:63,p:"inv_sword_41",str:9,rand:190},{id:"15217|684",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Tiger",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",agi:6,str:6,rand:684},{id:"15217|1194",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of the Bear",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",sta:6,str:6,rand:1194},{id:"15217|191",type:"Sword",slot:"onehand",r:49,q:"2",i:"54",name:"Widow Blade of Strength",speed:2,mindmg:45,maxdmg:84,p:"inv_sword_41",str:10,rand:191},{id:"15218|687",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Tiger",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",agi:7,str:7,rand:687},{id:"15218|1197",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of the Bear",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",sta:7,str:7,rand:1197},{id:"15218|191",type:"Sword",slot:"onehand",r:52,q:"2",i:"57",name:"Crystal Sword of Strength",speed:2.3,mindmg:54,maxdmg:102,p:"inv_sword_39",str:10,rand:191},{id:"15219|687",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Tiger",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",agi:7,str:7,rand:687},{id:"15219|1197",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of the Bear",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",sta:7,str:7,rand:1197},{id:"15219|192",type:"Sword",slot:"onehand",r:54,q:"2",i:"59",name:"Dimensional Blade of Strength",speed:1.6,mindmg:39,maxdmg:73,p:"inv_sword_23",str:11,rand:192},{id:"15221|690",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Tiger",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",agi:8,str:8,rand:690},{id:"15221|1200",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of the Bear",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",sta:8,str:8,rand:1200},{id:"15221|193",type:"Sword",slot:"onehand",r:60,q:"2",i:"65",name:"Holy War Sword of Strength",speed:2.2,mindmg:59,maxdmg:111,p:"inv_sword_06",str:12,rand:193},{id:"15224|675",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Tiger",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",agi:3,str:3,rand:675},{id:"15224|1185",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of the Bear",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",sta:3,str:3,rand:1185},{id:"15224|97",type:"Mace",slot:"onehand",r:20,q:"2",i:"25",name:"Battlesmasher of Strength",speed:2.7,mindmg:24,maxdmg:45,p:"inv_hammer_08",str:4,rand:97},{id:"15227|684",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Tiger",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",agi:6,str:6,rand:684},{id:"15227|1194",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of the Bear",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",sta:6,str:6,rand:1194},{id:"15227|190",type:"Mace",slot:"onehand",r:44,q:"2",i:"49",name:"Diamond-Tip Bludgeon of Strength",speed:2.4,mindmg:49,maxdmg:91,p:"inv_mace_15",str:9,rand:190},{id:"15228|684",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Tiger",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",agi:6,str:6,rand:684},{id:"15228|1194",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of the Bear",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",sta:6,str:6,rand:1194},{id:"15228|191",type:"Mace",slot:"onehand",r:48,q:"2",i:"53",name:"Smashing Star of Strength",speed:2.8,mindmg:62,maxdmg:115,p:"inv_misc_bone_elfskull_01",str:10,rand:191},{id:"15229|687",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Tiger",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",agi:7,str:7,rand:687},{id:"15229|1197",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of the Bear",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",sta:7,str:7,rand:1197},{id:"15229|191",type:"Mace",slot:"onehand",r:50,q:"2",i:"55",name:"Blesswind Hammer of Strength",speed:2.1,mindmg:48,maxdmg:90,p:"inv_hammer_02",str:10,rand:191},{id:"15231|678",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Tiger",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",agi:4,str:4,rand:678},{id:"15231|1188",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of the Bear",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",sta:4,str:4,rand:1188},{id:"15231|115",type:"Axe",slot:"onehand",r:26,q:"2",i:"31",name:"Splitting Hatchet of Strength",speed:1.8,mindmg:20,maxdmg:38,p:"inv_axe_14",str:5,rand:115},{id:"15232|678",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Tiger",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",agi:4,str:4,rand:678},{id:"15232|1188",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of the Bear",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",sta:4,str:4,rand:1188},{id:"15232|115",type:"Axe",slot:"onehand",r:28,q:"2",i:"33",name:"Hacking Cleaver of Strength",speed:1.9,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_13",str:5,rand:115},{id:"15235|684",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Tiger",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15235|1194",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of the Bear",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15235|190",type:"Axe",slot:"onehand",r:43,q:"2",i:"48",name:"Crescent Edge of Strength",speed:2.1,mindmg:42,maxdmg:78,p:"inv_axe_16",str:9,rand:190},{id:"15236|684",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Tiger",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",agi:6,str:6,rand:684},{id:"15236|1194",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of the Bear",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",sta:6,str:6,rand:1194},{id:"15236|191",type:"Axe",slot:"onehand",r:47,q:"2",i:"52",name:"Moon Cleaver of Strength",speed:2.2,mindmg:47,maxdmg:89,p:"inv_axe_16",str:10,rand:191},{id:"15237|687",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Tiger",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15237|1197",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of the Bear",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15237|191",type:"Axe",slot:"onehand",r:50,q:"2",i:"55",name:"Corpse Harvester of Strength",speed:2.6,mindmg:59,maxdmg:111,p:"inv_axe_16",str:10,rand:191},{id:"15238|687",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Tiger",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",agi:7,str:7,rand:687},{id:"15238|1197",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of the Bear",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",sta:7,str:7,rand:1197},{id:"15238|192",type:"Axe",slot:"onehand",r:53,q:"2",i:"58",name:"Warlord's Axe of Strength",speed:2.3,mindmg:55,maxdmg:104,p:"inv_axe_16",str:11,rand:192},{id:"15239|690",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Tiger",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",agi:8,str:8,rand:690},{id:"15239|1200",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of the Bear",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",sta:8,str:8,rand:1200},{id:"15239|193",type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Felstone Reaver of Strength",speed:2,mindmg:51,maxdmg:95,p:"inv_axe_10",str:12,rand:193},{id:"15240|690",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Tiger",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",agi:8,str:8,rand:690},{id:"15240|1200",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of the Bear",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",sta:8,str:8,rand:1200},{id:"15240|193",type:"Axe",slot:"onehand",r:59,q:"2",i:"64",name:"Demon's Claw of Strength",speed:2.3,mindmg:61,maxdmg:115,p:"inv_axe_16",str:12,rand:193},{id:"15241|675",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Tiger",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15241|1185",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of the Bear",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15241|97",type:"Dagger",slot:"onehand",r:21,q:"2",i:"26",name:"Battle Knife of Strength",speed:1.6,mindmg:15,maxdmg:28,p:"inv_weapon_shortblade_01",str:4,rand:97},{id:"15242|675",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Tiger",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",agi:3,str:3,rand:675},{id:"15242|1185",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of the Bear",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",sta:3,str:3,rand:1185},{id:"15242|115",type:"Dagger",slot:"onehand",r:25,q:"2",i:"30",name:"Honed Stiletto of Strength",speed:1.4,mindmg:15,maxdmg:29,p:"inv_weapon_shortblade_01",str:5,rand:115},{id:"15243|678",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Tiger",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",agi:4,str:4,rand:678},{id:"15243|1188",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of the Bear",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",sta:4,str:4,rand:1188},{id:"15243|136",type:"Dagger",slot:"onehand",r:31,q:"2",i:"36",name:"Deadly Kris of Strength",speed:1.4,mindmg:18,maxdmg:35,p:"inv_weapon_shortblade_01",str:6,rand:136},{id:"15244|681",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Tiger",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",agi:5,str:5,rand:681},{id:"15244|1191",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of the Bear",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",sta:5,str:5,rand:1191},{id:"15244|155",type:"Dagger",slot:"onehand",r:37,q:"2",i:"42",name:"Razor Blade of Strength",speed:1.7,mindmg:28,maxdmg:53,p:"inv_weapon_shortblade_01",str:7,rand:155},{id:"15245|684",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Tiger",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",agi:6,str:6,rand:684},{id:"15245|1194",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of the Bear",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",sta:6,str:6,rand:1194},{id:"15245|190",type:"Dagger",slot:"onehand",r:45,q:"2",i:"50",name:"Vorpal Dagger of Strength",speed:1.6,mindmg:33,maxdmg:62,p:"inv_weapon_shortblade_03",str:9,rand:190},{id:"15246|690",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Tiger",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15246|1200",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of the Bear",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15246|193",type:"Dagger",slot:"onehand",r:57,q:"2",i:"62",name:"Demon Blade of Strength",speed:1.8,mindmg:46,maxdmg:87,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15247|690",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Tiger",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",agi:8,str:8,rand:690},{id:"15247|1200",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of the Bear",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",sta:8,str:8,rand:1200},{id:"15247|193",type:"Dagger",slot:"onehand",r:59,q:"2",i:"64",name:"Bloodstrike Dagger of Strength",speed:1.7,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_03",str:12,rand:193},{id:"15307|672",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of the Tiger",p:"inv_shield_09",block:7,agi:2,str:2,rand:672},{id:"15307|1182",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of the Bear",p:"inv_shield_09",block:7,sta:2,str:2,rand:1182},{id:"15307|97",type:"Shield",slot:"offhand",r:14,q:"2",i:"19",name:"Feral Buckler of Strength",p:"inv_shield_09",block:7,str:4,rand:97},{id:15466,type:"Shield",slot:"offhand",r:24,q:"2",i:"28",name:"Clink Shield",p:"inv_shield_21",agi:2,str:3,sta:4,block:10},{id:"15486|669",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of the Tiger",p:"inv_shield_08",block:4,agi:1,str:1,rand:669},{id:"15486|1179",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of the Bear",p:"inv_shield_08",block:4,sta:1,str:1,rand:1179},{id:"15486|6",type:"Shield",slot:"offhand",r:7,q:"2",i:"12",name:"War Torn Shield of Strength",p:"inv_shield_08",block:4,str:1,rand:6},{id:"15494|672",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of the Tiger",p:"inv_shield_14",block:6,agi:2,str:2,rand:672},{id:"15494|1182",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of the Bear",p:"inv_shield_14",block:6,sta:2,str:2,rand:1182},{id:"15494|24",type:"Shield",slot:"offhand",r:13,q:"2",i:"18",name:"Bloodspattered Shield of Strength",p:"inv_shield_14",block:6,str:3,rand:24},{id:"15504|675",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of the Tiger",p:"inv_shield_10",block:8,agi:3,str:3,rand:675},{id:"15504|1185",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of the Bear",p:"inv_shield_10",block:8,sta:3,str:3,rand:1185},{id:"15504|115",type:"Shield",slot:"offhand",r:17,q:"2",i:"22",name:"Outrunner's Shield of Strength",p:"inv_shield_10",block:8,str:5,rand:115},{id:"15512|675",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of the Tiger",p:"inv_shield_11",block:9,agi:3,str:3,rand:675},{id:"15512|1185",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of the Bear",p:"inv_shield_11",block:9,sta:3,str:3,rand:1185},{id:"15512|115",type:"Shield",slot:"offhand",r:19,q:"2",i:"24",name:"Grunt's Shield of Strength",p:"inv_shield_11",block:9,str:5,rand:115},{id:"15522|678",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of the Tiger",p:"inv_shield_07",block:11,agi:4,str:4,rand:678},{id:"15522|1188",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of the Bear",p:"inv_shield_07",block:11,sta:4,str:4,rand:1188},{id:"15522|136",type:"Shield",slot:"offhand",r:24,q:"2",i:"29",name:"Spiked Chain Shield of Strength",p:"inv_shield_07",block:11,str:6,rand:136},{id:"15530|681",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of the Tiger",p:"inv_shield_09",block:12,agi:5,str:5,rand:681},{id:"15530|1191",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of the Bear",p:"inv_shield_09",block:12,sta:5,str:5,rand:1191},{id:"15530|155",type:"Shield",slot:"offhand",r:26,q:"2",i:"31",name:"Sentry's Shield of Strength",p:"inv_shield_09",block:12,str:7,rand:155},{id:"15543|681",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of the Tiger",p:"inv_shield_09",block:13,agi:5,str:5,rand:681},{id:"15543|1191",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of the Bear",p:"inv_shield_09",block:13,sta:5,str:5,rand:1191},{id:"15543|189",type:"Shield",slot:"offhand",r:29,q:"2",i:"34",name:"Wicked Chain Shield of Strength",p:"inv_shield_09",block:13,str:8,rand:189},{id:"15552|681",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of the Tiger",p:"inv_shield_07",block:14,agi:5,str:5,rand:681},{id:"15552|1191",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of the Bear",p:"inv_shield_07",block:14,sta:5,str:5,rand:1191},{id:"15552|189",type:"Shield",slot:"offhand",r:31,q:"2",i:"36",name:"Thick Scale Shield of Strength",p:"inv_shield_07",block:14,str:8,rand:189},{id:"15563|684",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of the Tiger",p:"inv_shield_07",block:15,agi:6,str:6,rand:684},{id:"15563|1194",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of the Bear",p:"inv_shield_07",block:15,sta:6,str:6,rand:1194},{id:"15563|190",type:"Shield",slot:"offhand",r:32,q:"2",i:"37",name:"Pillager's Shield of Strength",p:"inv_shield_07",block:15,str:9,rand:190},{id:"15569|684",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of the Tiger",p:"inv_shield_06",block:17,agi:6,str:6,rand:684},{id:"15569|1194",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of the Bear",p:"inv_shield_06",block:17,sta:6,str:6,rand:1194},{id:"15569|191",type:"Shield",slot:"offhand",r:35,q:"2",i:"40",name:"Marauder's Crest of Strength",p:"inv_shield_06",block:17,str:10,rand:191},{id:15695,type:"Shield",slot:"offhand",r:32,q:"2",i:"38",name:"Studded Ring Shield",p:"inv_shield_07",str:6,sta:4,block:15},{id:15705,type:"Sword",slot:"onehand",r:49,q:"2",i:"57",name:"Tidecrest Blade",speed:2.6,mindmg:62,maxdmg:115,p:"inv_sword_39",str:8},{id:15706,type:"Dagger",slot:"onehand",r:49,q:"2",i:"57",name:"Hunt Tracker Blade",speed:1.5,mindmg:35,maxdmg:66,p:"inv_weapon_shortblade_15",agi:8},{id:15806,type:"Sword",slot:"onehand",r:55,q:"3",i:"61",name:"Mirah's Song",speed:1.8,mindmg:57,maxdmg:87,p:"inv_sword_34",agi:9,str:9},{id:15814,type:"Sword",slot:"onehand",r:54,q:"2",i:"60",name:"Hameya's Slayer",speed:2,mindmg:57,maxdmg:86,p:"inv_sword_34",proc:{tick:8,interval:"3000",duration:"30000",bleed:!0}},{id:15853,type:"Axe",slot:"onehand",r:57,q:"3",i:"60",name:"Windreaper",speed:2.3,mindmg:63,maxdmg:118,p:"inv_axe_08",proc:{magic:!0,tick:10,interval:"2000",duration:"20000"}},{id:15862,type:"Axe",slot:"onehand",r:50,q:"2",i:"54",name:"Blitzcleaver",speed:2.2,mindmg:49,maxdmg:92,p:"inv_weapon_halberd_06",ap:20},{id:"15887|696",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of the Tiger",p:"inv_shield_04",block:36,agi:10,str:10,rand:696},{id:"15887|1206",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of the Bear",p:"inv_shield_04",block:36,sta:10,str:10,rand:1206},{id:"15887|307",type:"Shield",slot:"offhand",r:57,q:"2",i:"62",name:"Heroic Guard of Strength",p:"inv_shield_04",block:36,str:15,rand:307},{id:"15888|696",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of the Tiger",p:"inv_misc_head_dragon_01",block:34,agi:10,str:10,rand:696},{id:"15888|1206",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of the Bear",p:"inv_misc_head_dragon_01",block:34,sta:10,str:10,rand:1206},{id:"15888|307",type:"Shield",slot:"offhand",r:55,q:"2",i:"60",name:"Deprecated Glorious Shield of Strength",p:"inv_misc_head_dragon_01",block:34,str:15,rand:307},{id:"15889|696",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of the Tiger",p:"spell_nature_lightningshield",block:31,agi:10,str:10,rand:696},{id:"15889|1206",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of the Bear",p:"spell_nature_lightningshield",block:31,sta:10,str:10,rand:1206},{id:"15889|307",type:"Shield",slot:"offhand",r:52,q:"2",i:"57",name:"Deprecated Jademir Scale Shield of Strength",p:"spell_nature_lightningshield",block:31,str:15,rand:307},{id:15892,type:"Shield",slot:"offhand",r:27,q:"2",i:"32",name:"Slayer's Shield",p:"inv_shield_15",agi:3,str:6,block:12},{id:15894,type:"Shield",slot:"offhand",r:20,q:"2",i:"25",name:"Bristlebark Buckler",p:"inv_shield_09",agi:2,block:9},{id:15943,type:"Shield",slot:"offhand",r:56,q:"2",i:"61",name:"Imbued Shield",p:"inv_shield_10",str:3,sta:14,block:35},{id:15990,type:"Shield",slot:"offhand",r:34,q:"2",i:"39",name:"Enduring Shield",p:"inv_shield_05",agi:3,str:6,sta:4,block:16},{id:15991,type:"Shield",slot:"offhand",r:58,q:"2",i:"63",name:"Warleader's Shield",p:"inv_shield_07",agi:4,sta:14,block:36},{id:16345,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Blade",speed:2.9,mindmg:138,maxdmg:207,p:"inv_sword_11",sta:7,crit:1,ap:28},{id:16660,type:"Shield",slot:"offhand",r:23,q:"2",i:"27",name:"Driftmire Shield",p:"inv_shield_16",str:2,sta:3,block:10},{id:16886,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Outlaw Sabre",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_33",ap:15},{id:16890,type:"Sword",slot:"onehand",r:20,q:"2",i:"24",name:"Slatemetal Cutlass",speed:2.2,mindmg:19,maxdmg:35,p:"inv_sword_33",agi:2,str:2},{id:16998,type:"Shield",slot:"offhand",r:56,q:"3",i:"62",name:"Sacred Protector",p:"inv_shield_06",sta:15,block:39},{id:17002,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Ichor Spitter",speed:2.4,mindmg:61,maxdmg:114,p:"inv_weapon_halberd_05",proc:{magic:!0,tick:8,interval:"2000",duration:"20000"}},{id:17046,type:"Axe",slot:"onehand",r:18,q:"2",i:"31",name:"Gutterblade",speed:2.2,mindmg:25,maxdmg:46,p:"inv_axe_23",str:3,sta:3},{id:17054,type:"Sword",slot:"onehand",r:45,q:"3",i:"50",name:"Joonho's Mercy",speed:2.1,mindmg:49,maxdmg:91,p:"inv_sword_41",proc:{magic:!0,dmg:70}},{id:17055,type:"Mace",slot:"onehand",r:45,q:"3",i:"50",name:"Changuk Smasher",speed:1.9,mindmg:44,maxdmg:83,p:"inv_hammer_17",sta:6},{id:17068,type:"Axe",slot:"onehand",r:60,q:"4",i:"75",name:"Deathbringer",speed:2.9,mindmg:114,maxdmg:213,p:"inv_axe_09",proc:{magic:!0,procgcd:!0,dmg:125,ppm:.8}},{id:17070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Fang of the Mystics",speed:1.5,mindmg:39,maxdmg:86,p:"inv_weapon_shortblade_06"},{id:17075,type:"Sword",slot:"onehand",r:60,q:"4",i:"74",name:"Vis'kag the Bloodletter",speed:2.6,mindmg:100,maxdmg:187,p:"inv_sword_18",proc:{dmg:240,ppm:.6}},{id:17105,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Aurastone Hammer",speed:2.7,mindmg:79,maxdmg:162,p:"inv_hammer_05",sta:10},{id:17106,type:"Shield",slot:"offhand",r:60,q:"4",i:"75",name:"Malistar's Defender",p:"inv_shield_08",sta:9,block:52},{id:17705,type:"Sword",slot:"onehand",r:45,q:"3",i:"53",name:"Thrash Blade",speed:2.7,mindmg:66,maxdmg:124,p:"inv_sword_36",proc:{extra:1}},{id:17738,type:"Fist",slot:"offhand",r:47,q:"3",i:"52",name:"Claw of Celebras",speed:1.8,mindmg:43,maxdmg:81,p:"ability_whirlwind",proc:{magic:!0,tick:9,interval:"2000",duration:"20000"}},{id:17752,type:"Dagger",slot:"onehand",r:45,q:"3",i:"50",name:"Satyr's Lash",speed:1.7,mindmg:39,maxdmg:74,p:"inv_weapon_shortblade_09",proc:{magic:!0,procgcd:!0,dmg:70}},{id:18168,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"Force Reactive Disk",p:"spell_arcane_portaldarnassus",sta:11,block:44},{id:18202,type:"Fist",slot:"offhand",r:60,q:"4",i:"66",name:"Eskhandar's Left Claw",speed:1.5,mindmg:50,maxdmg:94,p:"inv_misc_monsterclaw_04",agi:4,proc:{tick:15,interval:"3000",duration:"30000"}},{id:18347,type:"Axe",slot:"onehand",r:56,q:"2",i:"61",name:"Well Balanced Axe",speed:1.9,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:11},{id:18376,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Timeworn Mace",speed:2.2,mindmg:62,maxdmg:117,p:"inv_mace_07",str:7,sta:11},{id:18392,type:"Dagger",slot:"offhand",r:57,q:"3",i:"62",name:"Distracting Dagger",speed:1.3,mindmg:42,maxdmg:64,p:"inv_weapon_shortblade_05",skill:6},{id:18463,type:"Sword",slot:"onehand",r:55,q:"2",i:"60",name:"Ogre Pocket Knife",speed:2.4,mindmg:60,maxdmg:112,p:"inv_sword_04",sta:7,ap:16},{id:18484,type:"Sword",slot:"onehand",r:56,q:"3",i:"61",name:"Cho'Rush's Blade",speed:2.4,mindmg:67,maxdmg:125,p:"inv_weapon_shortblade_04",ap:28},{id:18498,type:"Axe",slot:"onehand",r:55,q:"3",i:"60",name:"Hedgecutter",speed:1.9,mindmg:60,maxdmg:90,p:"inv_axe_11",str:5,sta:12},{id:18499,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Barrier Shield",p:"inv_shield_10",block:39},{id:18535,type:"Shield",slot:"offhand",r:56,q:"3",i:"59",name:"Milli's Shield",p:"inv_shield_12",sta:7,block:37},{id:18673,type:"Shield",slot:"offhand",r:54,q:"3",i:"59",name:"Avalanchion's Stony Hide",p:"inv_shield_03",sta:16,block:37},{id:18683,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"Hammer of the Vesper",speed:2.5,mindmg:70,maxdmg:131,p:"inv_hammer_13",str:7,sta:12},{id:18696,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Intricately Runed Shield",p:"inv_shield_02",sta:8,block:39},{id:18737,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Bone Slicing Hatchet",speed:1.7,mindmg:48,maxdmg:90,p:"inv_axe_11",agi:13,sta:5},{id:18756,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Dreadguard's Protector",p:"inv_shield_17",str:18,sta:5,block:39},{id:18758,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Specter's Blade",speed:1.8,mindmg:51,maxdmg:96,p:"inv_weapon_shortblade_18",ap:45},{id:18805,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Core Hound Tooth",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9,crit:1,ap:20},{id:18816,type:"Dagger",slot:"onehand",r:60,q:"4",i:"77",name:"Perdition's Blade",speed:1.8,mindmg:73,maxdmg:137,p:"inv_sword_48",proc:{magic:!0,dmg:48}},{id:18825,type:"Shield",slot:"offhand",r:60,q:"4",i:"78",name:"Grand Marshal's Aegis",p:"inv_shield_05",str:10,sta:23,block:55},{id:18826,type:"Shield",slot:"offhand",r:60,q:"4",i:"78",name:"High Warlord's Shield Wall",p:"inv_shield_19",str:10,sta:23,block:55},{id:18827,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Handaxe",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_24",sta:7,crit:1,ap:28},{id:18828,type:"Axe",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Cleaver",speed:2.9,mindmg:138,maxdmg:207,p:"inv_axe_02",sta:7,crit:1,ap:28},{id:18838,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Dirk",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_26",sta:7,crit:1,ap:28},{id:18840,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Razor",speed:2,mindmg:95,maxdmg:143,p:"inv_weapon_shortblade_13",sta:7,crit:1,ap:28},{id:18847,type:"Fist",slot:"offhand",r:60,q:"4",i:"78",name:"Grand Marshal's Left Hand Blade",speed:2.9,mindmg:138,maxdmg:207,p:"ability_rogue_rupture",sta:7,crit:1,ap:28},{id:18848,type:"Fist",slot:"offhand",r:60,q:"4",i:"78",name:"High Warlord's Left Claw",speed:2.9,mindmg:138,maxdmg:207,p:"inv_misc_monsterclaw_04",sta:7,crit:1,ap:28},{id:18865,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Punisher",speed:2.9,mindmg:138,maxdmg:207,p:"inv_mace_13",sta:7,crit:1,ap:28},{id:18866,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Bludgeon",speed:2.9,mindmg:138,maxdmg:207,p:"inv_hammer_20",sta:7,crit:1,ap:28},{id:19019,type:"Sword",slot:"onehand",r:60,q:"5",i:"80",name:"Thunderfury Blessed Blade of the Windseeker",speed:1.9,mindmg:60,maxdmg:145,p:"inv_sword_39",agi:5,sta:8,resist:{fire:8,nature:9},proc:{magic:!0,binaryspell:!0,dmg:300,ppm:6}},{id:19040,type:"Sword",slot:"onehand",r:45,q:"2",i:"48",name:"Zorbin's Mega-Slicer",speed:2.3,mindmg:46,maxdmg:86,p:"inv_sword_36",agi:6,sta:5},{id:19099,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Glacial Blade",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_06",agi:10,proc:{magic:!0,dmg:45}},{id:19100,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"Electrified Dagger",speed:1.8,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_15",agi:10,proc:{magic:!0,procgcd:!0,dmg:45}},{id:19103,type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Frostbite",speed:2.7,mindmg:80,maxdmg:150,p:"inv_axe_22",str:15},{id:19104,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"Stormstrike Hammer",speed:2.7,mindmg:80,maxdmg:150,p:"inv_hammer_21",str:15},{id:19110,type:"Sword",slot:"onehand",r:58,q:"3",i:"63",name:"Cold Forged Blade",speed:2.6,mindmg:75,maxdmg:140,p:"inv_sword_47",agi:5,sta:13},{id:19166,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:19168,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:19170,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Hand",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200,ppm:.4}},{id:19321,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"The Immovable Object",p:"spell_frost_chillingarmor",sta:15,block:44},{id:19324,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"The Lobotomizer",speed:1.8,mindmg:59,maxdmg:111,p:"inv_sword_29",proc:{dmg:250,binaryspell:!0}},{id:"19921|690",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Tiger",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,agi:8,str:8,rand:690},{id:"19921|1200",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of the Bear",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,sta:8,str:8,rand:1200},{id:"19921|193",type:"Axe",slot:"onehand",r:60,q:"3",i:"65",name:"Zulian Hacker of Strength",speed:2.4,mindmg:71,maxdmg:134,p:"inv_axe_08",skill:2,str:12,rand:193},{id:20035,type:"Dagger",slot:"onehand",r:50,q:"3",i:"52",name:"Glacial Spike",speed:1.3,mindmg:31,maxdmg:59,p:"inv_weapon_shortblade_06"},{id:20070,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Sageclaw",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20214,type:"Dagger",slot:"onehand",r:60,q:"4",i:"65",name:"Mindfang",speed:1.7,mindmg:47,maxdmg:96,p:"inv_sword_13",sta:8},{id:20577,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Nightmare Blade",speed:2.7,mindmg:99,maxdmg:185,p:"inv_sword_44",sta:9,ap:32},{id:20578,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Emerald Dragonfang",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_22",agi:12,proc:{magic:!0,dmg:96}},{id:20657,type:"Dagger",slot:"onehand",r:55,q:"3",i:"60",name:"Crystal Tipped Stiletto",speed:1.9,mindmg:52,maxdmg:98,p:"inv_weapon_shortblade_27",sta:5,ap:24},{id:20666,type:"Mace",slot:"onehand",r:57,q:"3",i:"62",name:"Hardened Steel Warhammer",speed:2.6,mindmg:74,maxdmg:138,p:"inv_hammer_14",sta:10},{id:20675,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Soulrender",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:20688,type:"Shield",slot:"offhand",r:60,q:"4",i:"65",name:"Earthen Guard",p:"inv_shield_15",sta:19,d:7,block:44},{id:21242,type:"Axe",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Axe",speed:2.6,mindmg:110,maxdmg:205,p:"inv_axe_26",sta:9,crit:1,ap:14},{id:21244,type:"Dagger",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji Pugio",speed:1.7,mindmg:72,maxdmg:134,p:"inv_weapon_shortblade_35",sta:7,crit:1,hit:1,ap:18},{id:21268,type:"Mace",slot:"onehand",r:60,q:"4",i:"79",name:"Blessed Qiraji War Hammer",speed:2.1,mindmg:89,maxdmg:166,p:"inv_mace_24",str:10,sta:12,d:8},{id:21269,type:"Shield",slot:"offhand",r:60,q:"4",i:"79",name:"Blessed Qiraji Bulwark",p:"inv_shield_23",sta:20,block:55,d:8},{id:21392,type:"Axe",slot:"onehand",r:60,q:"4",i:"70",name:"Sickle of Unyielding Strength",speed:2.1,mindmg:75,maxdmg:141,p:"inv_axe_15",agi:6,str:15,sta:9,d:4},{id:21520,type:"Sword",slot:"onehand",r:60,q:"4",i:"76",name:"Ravencrest's Legacy",speed:2.1,mindmg:84,maxdmg:157,p:"inv_sword_49",agi:9,str:13,sta:14},{id:21522,type:"Dagger",slot:"onehand",r:60,q:"4",i:"76",name:"Shadowsong's Sorrow",speed:1.7,mindmg:68,maxdmg:127,p:"inv_weapon_shortblade_25",agi:13,str:9,sta:14},{id:22198,type:"Shield",slot:"offhand",r:60,q:"4",i:"70",name:"Jagged Obsidian Shield",p:"inv_shield_22",block:48},{id:22266,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"Flarethorn",speed:1.8,mindmg:47,maxdmg:88,p:"inv_spear_01"},{id:22317,type:"Fist",slot:"onehand",r:56,q:"3",i:"61",name:"Lefty's Brass Knuckle",speed:1.5,mindmg:42,maxdmg:78,p:"inv_gauntlets_11",agi:12,str:5},{id:22322,type:"Mace",slot:"onehand",r:56,q:"3",i:"61",name:"The Jaw Breaker",speed:1.6,mindmg:45,maxdmg:84,p:"inv_mace_15",crit:1},{id:22336,type:"Shield",slot:"offhand",r:58,q:"3",i:"63",name:"Draconian Aegis of the Legion",p:"inv_shield_02",sta:7,block:40},{id:22377,type:"Dagger",slot:"onehand",r:60,q:"3",i:"65",name:"The Thunderwood Poker",speed:1.8,mindmg:53,maxdmg:100,p:"inv_sword_17",agi:13,sta:6},{id:22378,type:"Sword",slot:"onehand",r:60,q:"3",i:"65",name:"Ravenholdt Slicer",speed:2.8,mindmg:83,maxdmg:156,p:"inv_sword_38",sta:6,ap:26},{id:23132,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Lord Blackwood's Blade",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:23168,type:"Dagger",slot:"onehand",r:30,q:"3",i:"35",name:"Scorn's Focal Dagger",speed:1.4,mindmg:22,maxdmg:42,p:"inv_weapon_shortblade_07"},{id:23451,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Mageblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23454,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Warhammer",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23456,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"Grand Marshal's Swiftblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:23464,type:"Mace",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Battle Mace",speed:2.9,mindmg:86,maxdmg:155,p:"inv_hammer_02",sta:14},{id:23466,type:"Dagger",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Spellblade",speed:2,mindmg:59,maxdmg:107,p:"inv_weapon_shortblade_26",sta:14},{id:23467,type:"Sword",slot:"onehand",r:60,q:"4",i:"78",name:"High Warlord's Quickblade",speed:1.8,mindmg:85,maxdmg:129,p:"inv_sword_05",sta:7,crit:1,ap:28},{id:24222,type:"Dagger",slot:"onehand",r:52,q:"3",i:"57",name:"The Shadowfoot Stabber",speed:1.8,mindmg:47,maxdmg:88,p:"inv_weapon_shortblade_18",sta:8,ap:18},{id:209424,type:"Shield",slot:"offhand",r:25,q:"3",i:"30",name:"Shell Plate Barrier",p:"inv_shield_18",str:12,block:14},{id:209436,type:"Dagger",slot:"onehand",r:25,q:"3",i:"35",name:"Chipped Bite of Serra'kis",speed:1.8,mindmg:29,maxdmg:55,p:"inv_misc_monsterfang_01",proc:{magic:!0,tick:4,interval:"2000",duration:"20000"}},{id:209580,type:"Fist",slot:"offhand",r:25,q:"3",i:"33",name:"Gusting Wind",speed:1.4,mindmg:21,maxdmg:38,p:"inv_gauntlets_04",proc:{magic:!0,dmg:16}},{id:209691,type:"Dagger",slot:"offhand",r:25,q:"3",i:"33",name:"Vampiric Boot Knife",speed:1.3,mindmg:20,maxdmg:35,p:"inv_weapon_shortblade_02",proc:{magic:!0,dmg:11,coeff:1}},{id:211460,type:"Shield",slot:"offhand",r:0,q:"3",i:"33",name:"Ancient Arctic Buckler",p:"inv_shield_02",sta:7,resist:{frost:5},block:15},{id:212582,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Protector's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_27",str:6,sta:3},{id:212583,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Sentinel's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_14",agi:6,sta:3},{id:212586,type:"Sword",slot:"onehand",r:25,q:"3",i:"30",name:"Legionnaire's Sword",speed:2.7,mindmg:35,maxdmg:67,p:"inv_sword_31",str:6,sta:3},{id:212587,type:"Dagger",slot:"onehand",r:25,q:"3",i:"30",name:"Scout's Blade",speed:1.7,mindmg:22,maxdmg:43,p:"inv_weapon_shortblade_15",agi:6,sta:3},{id:213105,type:"Mace",slot:"onehand",r:40,q:"3",i:"40",name:"Shawarmageddon",speed:2.6,mindmg:50,maxdmg:93,p:"inv_misc_food_13",proc:{spell:"Spicy"}},{id:213291,type:"Dagger",slot:"onehand",r:40,q:"4",i:"45",name:"Toxic Revenger II",speed:1.8,mindmg:43,maxdmg:80,p:"inv_weapon_shortblade_02",proc:{magic:!0,procgcd:!0,tick:31,interval:"5000",duration:"15000"}},{id:213295,type:"Axe",slot:"onehand",r:40,q:"3",i:"45",name:"Ultrasonic Vibroblade",speed:2.3,mindmg:49,maxdmg:91,p:"inv_axe_14",proc:{spell:"Ultrasonic"}},{id:213297,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Oscillating Blasthammer",speed:2.4,mindmg:52,maxdmg:94,p:"inv_hammer_08",str:5,sta:7,d:4},{id:213351,type:"Shield",slot:"offhand",r:40,q:"3",i:"45",name:"Irradiated Tower Shield",p:"inv_misc_ticket_tarot_twistingnether_01",sta:5,block:24},{id:213390,type:"Shield",slot:"offhand",r:40,q:"4",i:"45",name:"Whirling Truesilver Gearwall",p:"ability_warrior_criticalblock",str:9,sta:10,block:29},{id:213412,type:"Shield",slot:"offhand",r:40,q:"4",i:"45",name:"Dielectric Safety Shield",speed:2,p:"trade_engineering",block:29},{id:213442,type:"Fist",slot:"offhand",r:40,q:"3",i:"45",name:"Cogmaster's Claw",speed:2.8,mindmg:60,maxdmg:111,p:"inv_gauntlets_11",agi:6,str:6,sta:5},{id:213560,type:"Mace",slot:"onehand",r:40,q:"3",i:"45",name:"Mechanostrider Muffler",speed:2.4,mindmg:51,maxdmg:95,p:"inv_gizmo_pipe_04",sta:7,ap:16},{id:216496,type:"Mace",slot:"onehand",r:40,q:"4",i:"40",name:"Sanguine Skullcrusher",speed:2.3,mindmg:50,maxdmg:93,p:"inv_misc_bone_humanskull_01",agi:6,str:10},{id:216679,type:"Axe",slot:"offhand",r:0,q:"3",i:"40",name:"Shoni's Dismantling Tool",speed:1.9,mindmg:37,maxdmg:68,p:"inv_misc_wrench_01"},{id:220574,type:"Axe",slot:"onehand",r:50,q:"4",i:"55",name:"Sharpened Tooth of Eranikus",speed:2.5,mindmg:70,maxdmg:131,p:"inv_axe_07",str:11,hit:1},{id:220575,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Eater of the Damned",speed:2.4,mindmg:61,maxdmg:114,p:"inv_axe_12",ap:39},{id:220576,type:"Axe",slot:"onehand",r:50,q:"3",i:"55",name:"Axe of the Atal'ai Executioner",speed:2.7,mindmg:69,maxdmg:128,p:"inv_axe_21",sta:6,ap:20},{id:220577,type:"Mace",slot:"onehand",r:50,q:"4",i:"55",name:"Might of the Blood Loa",speed:2.4,mindmg:68,maxdmg:125,p:"inv_mace_11",str:6,sta:15},{id:220578,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Fist of the Forsaken",speed:1.4,mindmg:38,maxdmg:72,p:"inv_hammer_11",proc:{magic:!0,dmg:40,coeff:1}},{id:220581,type:"Mace",slot:"onehand",r:50,q:"4",i:"53",name:"Snake Clobberer",speed:2.7,mindmg:74,maxdmg:137,p:"inv_wand_10",agi:8,str:10,sta:6},{id:220582,type:"Sword",slot:"onehand",r:50,q:"4",i:"55",name:"Dragon's Cry",speed:2.6,mindmg:73,maxdmg:136,p:"inv_sword_38",sta:8,ap:16},{id:220583,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Vile Blade of the Wretched",speed:2.1,mindmg:54,maxdmg:100,p:"inv_sword_38",proc:{magic:!0,procgcd:!0,tick:30,interval:"1000",duration:"3000"},hit:1},{id:220584,type:"Sword",slot:"onehand",r:50,q:"3",i:"55",name:"Flamebreath Blade",speed:2.2,mindmg:56,maxdmg:104,p:"inv_sword_09",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:220585,type:"Dagger",slot:"onehand",r:50,q:"4",i:"55",name:"Degraded Dire Nail",speed:1.7,mindmg:48,maxdmg:89,p:"inv_weapon_shortblade_30",agi:11,str:11},{id:220589,type:"Fist",slot:"offhand",r:50,q:"4",i:"55",name:"Serpent's Striker",speed:1.5,mindmg:42,maxdmg:78,p:"inv_weapon_hand_01",agi:9,sta:7,proc:{magic:!0,dmg:51}},{id:220600,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Crest of Preeminence",p:"inv_shield_04",str:8,sta:11,block:36},{id:220601,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Hakkari Witch Doctor's Guard",p:"inv_shield_12",block:36},{id:220602,type:"Shield",slot:"offhand",r:50,q:"4",i:"53",name:"Sewer Turtle Half-Shell",p:"inv_shield_18",sta:8,block:36},{id:220674,type:"Dagger",slot:"onehand",r:50,q:"4",i:"53",name:"Debased Stealthblade",speed:1.3,mindmg:35,maxdmg:65,p:"inv_sword_41"},{id:221468,type:"Shield",slot:"offhand",r:50,q:"4",i:"50",name:"Wall of Whispers",p:"inv_shield_12",sta:6,block:34},{id:223197,type:"Shield",slot:"offhand",r:50,q:"3",i:"55",name:"Defender of the Wilds",p:"inv_shield_04",sta:12,block:34},{id:223329,type:"Dagger",slot:"onehand",r:0,q:"3",i:"55",name:"Lifeforce Dirk",speed:1.6,mindmg:41,maxdmg:76,p:"inv_sword_21",agi:4,sta:11},{id:223520,type:"Sword",slot:"onehand",r:48,q:"3",i:"56",name:"Inventor's Focal Sword",speed:1.4,mindmg:32,maxdmg:61,p:"inv_sword_14",crit:1},{id:223527,type:"Dagger",slot:"onehand",r:42,q:"3",i:"47",name:"Gahz'rilla Fang",speed:1.8,mindmg:40,maxdmg:74,p:"inv_misc_monsterfang_01"},{id:223545,type:"Shield",slot:"offhand",r:48,q:"3",i:"53",name:"Gizlock's Hypertech Buckler",p:"inv_shield_10",sta:5,block:32},{id:224409,type:"Fist",slot:"offhand",r:50,q:"4",i:"55",name:"Serpent's Striker",speed:2.6,mindmg:73,maxdmg:136,p:"inv_weapon_hand_01",agi:9,sta:7,proc:{magic:!0,dmg:51}},{id:227832,type:"Dagger",slot:"onehand",r:60,q:"4",i:"66",name:"Tempered Black Amnesty",speed:1.6,mindmg:53,maxdmg:100,p:"inv_weapon_shortblade_12"},{id:227840,type:"Sword",slot:"onehand",r:60,q:"4",i:"70",name:"Implacable Blackguard",speed:1.8,mindmg:65,maxdmg:121,p:"inv_sword_39",sta:9},{id:227842,type:"Mace",slot:"onehand",r:60,q:"4",i:"70",name:"Ebon Fist",speed:2.5,mindmg:90,maxdmg:168,p:"inv_hammer_19",sta:9,resist:{fire:7},proc:{magic:!0,procgcd:!0,dmg:200}},{id:227884,type:"Dagger",slot:"onehand",r:58,q:"3",i:"63",name:"Deadly Heartseeker",speed:1.7,mindmg:49,maxdmg:92,p:"inv_sword_17",str:4,crit:1},{id:227951,type:"Fist",slot:"onehand",r:51,q:"3",i:"56",name:"Bloodfist",speed:1.5,mindmg:38,maxdmg:72,p:"inv_gauntlets_11",proc:{dmg:20}},{id:227968,type:"Fist",slot:"onehand",r:50,q:"3",i:"56",name:"Rockfist",speed:1.4,mindmg:32,maxdmg:60,p:"inv_gauntlets_11",str:10},{id:228015,type:"Dagger",slot:"onehand",r:56,q:"3",i:"61",name:"Frightalon",speed:1.4,mindmg:39,maxdmg:73,p:"inv_weapon_shortblade_16"},{id:228026,type:"Sword",slot:"onehand",r:57,q:"3",i:"62",name:"Blade of Blackwood",speed:1.5,mindmg:42,maxdmg:80,p:"inv_sword_05",sta:14},{id:228035,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Lord Blackwood's Buckler",p:"inv_shield_02",sta:10,block:39},{id:228037,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Rattlecage Buckler",p:"inv_shield_02",sta:7,resist:{shadow:7},block:39},{id:228056,type:"Sword",slot:"onehand",r:54,q:"3",i:"59",name:"Fiendish Machete",speed:2.4,mindmg:74,maxdmg:112,p:"inv_sword_18",agi:5},{id:228064,type:"Shield",slot:"offhand",r:56,q:"3",i:"61",name:"Observer's Shield",p:"inv_shield_13",sta:9,block:38},{id:228082,type:"Axe",slot:"onehand",r:57,q:"3",i:"62",name:"Warsong Axe",speed:2.5,mindmg:71,maxdmg:133,p:"inv_axe_13",ap:28},{id:228090,type:"Dagger",slot:"onehand",r:57,q:"3",i:"62",name:"Cenarion Ritual Dagger",speed:1.6,mindmg:45,maxdmg:85,p:"inv_weapon_shortblade_25",sta:4},{id:228106,type:"Shield",slot:"offhand",r:57,q:"3",i:"62",name:"Shield of Life and Death",p:"inv_shield_02",sta:8,resist:{shadow:7},block:39},{id:228139,type:"Mace",slot:"onehand",r:60,q:"4",i:"69",name:"Fist of the Firesworn",speed:2.7,mindmg:95,maxdmg:178,p:"spell_fire_flametounge",sta:10},{id:228142,type:"Shield",slot:"offhand",r:60,q:"4",i:"67",name:"Earth and Fire",p:"inv_shield_10",sta:9,block:46},{id:228146,type:"Fist",slot:"offhand",r:60,q:"4",i:"66",name:"Magmadar's Left Claw",speed:2.5,mindmg:84,maxdmg:156,p:"inv_misc_monsterclaw_03",agi:6,sta:8,crit:1},{id:228162,type:"Dagger",slot:"onehand",r:60,q:"4",i:"70",name:"Deceit",speed:1.6,mindmg:57,maxdmg:107,p:"inv_weapon_shortblade_11",sta:9},{id:228169,type:"Mace",slot:"onehand",r:60,q:"3",i:"65",name:"The Attitude Adjustor",speed:2.5,mindmg:53,maxdmg:99,p:"inv_misc_wrench_01"},{id:228265,type:"Sword",slot:"onehand",r:60,q:"4",i:"71",name:"Brutality Blade",speed:2.5,mindmg:92,maxdmg:171,p:"inv_sword_15",agi:10,str:10,crit:1},{id:228266,type:"Shield",slot:"offhand",r:60,q:"4",i:"68",name:"Drillborer Disk",p:"inv_shield_10",sta:11,block:47},{id:228267,type:"Dagger",slot:"onehand",r:60,q:"4",i:"71",name:"Gutgore Ripper",speed:1.8,mindmg:66,maxdmg:123,p:"inv_weapon_shortblade_18",proc:{magic:!0,dmg:151}}],twohand:[{id:647,type:"Sword",slot:"twohand",r:52,q:"4",i:"57",name:"Destiny",speed:2.6,mindmg:112,maxdmg:168,p:"inv_sword_19",proc:{spell:"Destiny"}},{id:756,type:"Axe",slot:"twohand",r:24,q:"2",i:"29",name:"Tunnel Pick",speed:3.1,mindmg:49,maxdmg:74,p:"inv_pick_02",agi:7,sta:7},{id:791,type:"Staff",slot:"twohand",r:26,q:"3",i:"31",name:"Gnarled Ash Staff",speed:3.2,mindmg:65,maxdmg:99,p:"inv_staff_02",sta:6},{id:812,type:"Staff",slot:"twohand",r:49,q:"4",i:"54",name:"Glowing Brightwood Staff",speed:3.1,mindmg:127,maxdmg:191,p:"inv_staff_29",sta:15,resist:{nature:15}},{id:"866|702",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of the Tiger",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",agi:12,str:12,rand:702},{id:"866|1209",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of the Bear",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",sta:11,str:11,rand:1209},{id:"866|311",type:"Staff",slot:"twohand",r:37,q:"2",i:"42",name:"Monk's Staff of Strength",speed:2.4,mindmg:60,maxdmg:90,p:"inv_staff_08",str:19,rand:311},{id:870,type:"Axe",slot:"twohand",r:35,q:"4",i:"40",name:"Fiery War Axe",speed:2.9,mindmg:93,maxdmg:141,p:"inv_axe_02",proc:{magic:!0,procgcd:!0,dmg:176,tick:8,interval:"2000",duration:"6000"}},{id:872,type:"Axe",slot:"twohand",r:16,q:"2",i:"21",name:"Rockslicer",speed:3.3,mindmg:36,maxdmg:55,p:"inv_throwingaxe_01",str:7},{id:873,type:"Staff",slot:"twohand",r:35,q:"4",i:"40",name:"Staff of Jordan",speed:3.7,mindmg:119,maxdmg:180,p:"inv_staff_13"},{id:890,type:"Staff",slot:"twohand",r:19,q:"3",i:"24",name:"Twisted Chanter's Staff",speed:3.4,mindmg:55,maxdmg:84,p:"inv_staff_04",sta:6},{id:911,type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Ironwood Treebranch",speed:3.4,mindmg:45,maxdmg:69,p:"inv_mace_01",str:8,sta:2},{id:913,type:"Sword",slot:"twohand",r:24,q:"2",i:"29",name:"Huge Ogre Sword",speed:3.8,mindmg:60,maxdmg:90,p:"inv_sword_13",str:11},{id:937,type:"Staff",slot:"twohand",r:33,q:"3",i:"38",name:"Black Duskwood Staff",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_13",proc:{magic:!0,procgcd:!0,dmg:125}},{id:943,type:"Staff",slot:"twohand",r:43,q:"4",i:"48",name:"Warden Staff",speed:2.4,mindmg:89,maxdmg:134,p:"inv_staff_29",sta:11,d:10},{id:944,type:"Staff",slot:"twohand",r:56,q:"4",i:"61",name:"Elemental Mage Staff",speed:3.2,mindmg:147,maxdmg:221,p:"inv_staff_07",resist:{fire:20,frost:20}},{id:1155,type:"Staff",slot:"twohand",r:24,q:"3",i:"29",name:"Rod of the Sleepwalker",speed:2.8,mindmg:53,maxdmg:80,p:"inv_staff_06"},{id:1218,type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Heavy Gnoll War Club",speed:3.7,mindmg:40,maxdmg:61,p:"inv_mace_14",agi:-10,str:10},{id:1220,type:"Axe",slot:"twohand",r:15,q:"2",i:"20",name:"Lupine Axe",speed:2.3,mindmg:24,maxdmg:36,p:"inv_axe_14",agi:6},{id:1263,type:"Axe",slot:"twohand",r:55,q:"4",i:"60",name:"Brain Hacker",speed:2.1,mindmg:95,maxdmg:143,p:"inv_weapon_halberd_10",proc:{dmg:250}},{id:1264,type:"Mace",slot:"twohand",r:22,q:"2",i:"26",name:"Headbasher",speed:2.3,mindmg:32,maxdmg:49,p:"inv_mace_07",str:8,sta:3},{id:1317,type:"Staff",slot:"twohand",r:22,q:"2",i:"25",name:"Hardened Root Staff",speed:3.3,mindmg:44,maxdmg:67,p:"inv_staff_16",str:1},{id:1318,type:"Axe",slot:"twohand",r:18,q:"3",i:"23",name:"Night Reaver",speed:3.3,mindmg:53,maxdmg:83,p:"inv_throwingaxe_06",proc:{magic:!0,procgcd:!0,dmg:75}},{id:1387,type:"Sword",slot:"twohand",r:14,q:"2",i:"19",name:"Ghoulfang",speed:3.6,mindmg:36,maxdmg:54,p:"inv_sword_07",proc:{magic:!0,procgcd:!0,dmg:35}},{id:1406,type:"Polearm",slot:"twohand",r:20,q:"2",i:"21",name:"Pearl-encrusted Spear",speed:3.2,mindmg:35,maxdmg:53,p:"inv_spear_06",agi:6,sta:3},{id:1455,type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Blackrock Champion's Axe",speed:3.2,mindmg:41,maxdmg:62,p:"inv_weapon_halbard_01",str:8},{id:1458,type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Shadowhide Maul",speed:3,mindmg:36,maxdmg:55,p:"inv_hammer_16",str:6,sta:3},{id:1460,type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Shadowhide Two-handed Sword",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_46",str:4,sta:4},{id:1461,type:"Axe",slot:"twohand",r:20,q:"2",i:"25",name:"Slayer's Battle Axe",speed:2.9,mindmg:39,maxdmg:59,p:"inv_throwingaxe_06",agi:5,str:6},{id:1484,type:"Staff",slot:"twohand",r:17,q:"3",i:"22",name:"Witching Stave",speed:3.6,mindmg:55,maxdmg:83,p:"inv_wand_04"},{id:1521,type:"Axe",slot:"twohand",r:39,q:"2",i:"44",name:"Lumbering Ogre Axe",speed:3.9,mindmg:105,maxdmg:158,p:"inv_axe_18",str:15,sta:7},{id:1522,type:"Polearm",slot:"twohand",r:31,q:"2",i:"36",name:"Headhunting Spear",speed:3.2,mindmg:63,maxdmg:95,p:"inv_spear_05",agi:11},{id:1607,type:"Staff",slot:"twohand",r:49,q:"3",i:"54",name:"Soulkeeper",speed:3.8,mindmg:141,maxdmg:213,p:"spell_shadow_haunting"},{id:"1613|703",type:"Staff",slot:"twohand",r:39,q:"2",i:"44",name:"Spiritchaser Staff of the Tiger",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_03",agi:13,str:12,rand:703},{id:"1613|1212",type:"Staff",slot:"twohand",r:39,q:"2",i:"44",name:"Spiritchaser Staff of the Bear",speed:2.8,mindmg:75,maxdmg:113,p:"inv_staff_03",sta:12,str:12,rand:1212},{id:"1625|699",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of the Tiger",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",agi:11,str:11,rand:699},{id:"1625|1211",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of the Bear",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",sta:11,str:12,rand:1211},{id:"1625|310",type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Exquisite Flamberge of Strength",speed:3,mindmg:72,maxdmg:109,p:"inv_sword_46",str:18,rand:310},{id:"1639|708",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of the Tiger",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",agi:14,str:14,rand:708},{id:"1639|1218",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of the Bear",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",sta:14,str:14,rand:1218},{id:"1639|314",type:"Axe",slot:"twohand",r:44,q:"2",i:"49",name:"Grinning Axe of Strength",speed:2.8,mindmg:85,maxdmg:128,p:"inv_axe_04",str:22,rand:314},{id:"1640|702",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of the Tiger",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",agi:12,str:12,rand:702},{id:"1640|1211",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of the Bear",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",sta:11,str:12,rand:1211},{id:"1640|311",type:"Axe",slot:"twohand",r:37,q:"2",i:"42",name:"Monstrous War Axe of Strength",speed:3.7,mindmg:92,maxdmg:139,p:"inv_axe_18",str:19,rand:311},{id:1679,type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Korg Bat",speed:3.1,mindmg:61,maxdmg:92,p:"inv_mace_01",str:12,sta:5},{id:1680,type:"Axe",slot:"twohand",r:39,q:"2",i:"44",name:"Headchopper",speed:2.9,mindmg:78,maxdmg:117,p:"inv_axe_17",str:9,crit:1},{id:1720,type:"Staff",slot:"twohand",r:41,q:"3",i:"46",name:"Tanglewood Staff",speed:3.4,mindmg:109,maxdmg:165,p:"inv_staff_25",str:9},{id:1722,type:"Mace",slot:"twohand",r:37,q:"3",i:"42",name:"Thornstone Sledgehammer",speed:3.2,mindmg:95,maxdmg:143,p:"inv_hammer_04",str:20,resist:{nature:10}},{id:1726,type:"Polearm",slot:"twohand",r:31,q:"3",i:"36",name:"Poison-tipped Bone Spear",speed:2.3,mindmg:57,maxdmg:87,p:"inv_spear_02",proc:{magic:!0,tick:30,interval:"6000",duration:"30000"}},{id:1975,type:"Sword",slot:"twohand",r:23,q:"3",i:"28",name:"Pysan's Old Greatsword",speed:3.3,mindmg:60,maxdmg:91,p:"inv_sword_25",str:5},{id:1976,type:"Mace",slot:"twohand",r:24,q:"3",i:"29",name:"Slaghammer",speed:2.8,mindmg:53,maxdmg:80,p:"inv_hammer_16",str:11,sta:10},{id:1982,type:"Sword",slot:"twohand",r:39,q:"4",i:"44",name:"Nightblade",speed:2.8,mindmg:97,maxdmg:146,p:"inv_sword_02",proc:{magic:!0,procgcd:!0,dmg:200}},{id:1986,type:"Sword",slot:"twohand",r:36,q:"2",i:"41",name:"Gutrender",speed:2.6,mindmg:62,maxdmg:94,p:"inv_sword_15",proc:{dmg:102}},{id:"1990|695",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of the Tiger",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",agi:9,str:10,rand:695},{id:"1990|1206",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of the Bear",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",sta:10,str:10,rand:1206},{id:"1990|308",type:"Mace",slot:"twohand",r:31,q:"2",i:"36",name:"Ballast Maul of Strength",speed:3.4,mindmg:67,maxdmg:101,p:"inv_mace_06",str:16,rand:308},{id:1991,type:"Mace",slot:"twohand",r:29,q:"2",i:"34",name:"Goblin Power Shovel",speed:3.3,mindmg:60,maxdmg:91,p:"inv_misc_shovel_02",agi:10,str:6},{id:2e3,type:"Sword",slot:"twohand",r:28,q:"2",i:"35",name:"Archeus",speed:3.3,mindmg:63,maxdmg:95,p:"inv_sword_08",proc:{magic:!0,dmg:85}},{id:2013,type:"Staff",slot:"twohand",r:21,q:"2",i:"26",name:"Cryptbone Staff",speed:2.9,mindmg:40,maxdmg:61,p:"inv_staff_26",str:4},{id:2014,type:"Sword",slot:"twohand",r:24,q:"2",i:"29",name:"Black Metal Greatsword",speed:3.3,mindmg:52,maxdmg:78,p:"inv_sword_15",str:7,sta:7},{id:2015,type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Black Metal War Axe",speed:2.9,mindmg:44,maxdmg:66,p:"inv_axe_17",str:10},{id:2042,type:"Staff",slot:"twohand",r:14,q:"3",i:"24",name:"Staff of Westfall",speed:3,mindmg:49,maxdmg:74,p:"inv_staff_10"},{id:2058,type:"Mace",slot:"twohand",r:22,q:"2",i:"27",name:"Kazon's Maul",speed:3.4,mindmg:49,maxdmg:75,p:"inv_hammer_16",str:8,sta:4},{id:"2072|687",type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Dwarven Magestaff of the Tiger",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_04",agi:7,str:7,rand:687},{id:"2072|1199",type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Dwarven Magestaff of the Bear",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_04",sta:7,str:8,rand:1199},{id:"2077|1197",type:"Staff",slot:"twohand",r:24,q:"2",i:"29",name:"Magician Staff of the Bear",speed:3,mindmg:47,maxdmg:71,p:"inv_wand_06",sta:7,str:7,rand:1197},{id:"2077|193",type:"Staff",slot:"twohand",r:24,q:"2",i:"29",name:"Magician Staff of Strength",speed:3,mindmg:47,maxdmg:71,p:"inv_wand_06",str:12,rand:193},{id:2084,type:"Sword",slot:"twohand",r:25,q:"2",i:"30",name:"Darksteel Bastard Sword",speed:3.2,mindmg:52,maxdmg:79,p:"inv_sword_13",str:8},{id:2175,type:"Axe",slot:"twohand",r:18,q:"2",i:"23",name:"Shadowhide Battle Axe",speed:3.2,mindmg:39,maxdmg:59,p:"inv_throwingaxe_06",str:6,sta:3},{id:2203,type:"Axe",slot:"twohand",r:14,q:"2",i:"19",name:"Brashclaw's Chopper",speed:3.4,mindmg:34,maxdmg:51,p:"inv_axe_23",str:6},{id:2205,type:"Sword",slot:"twohand",r:20,q:"3",i:"25",name:"Duskbringer",speed:3.4,mindmg:57,maxdmg:86,p:"inv_sword_41",proc:{magic:!0,procgcd:!0,dmg:80}},{id:2226,type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Ogremage Staff",speed:3.4,mindmg:49,maxdmg:75,p:"inv_wand_06",str:11},{id:2227,type:"Axe",slot:"twohand",r:22,q:"2",i:"27",name:"Heavy Ogre War Axe",speed:3.8,mindmg:55,maxdmg:84,p:"inv_weapon_halbard_01",str:7,sta:5},{id:2254,type:"Mace",slot:"twohand",r:7,q:"2",i:"12",name:"Icepane Warhammer",speed:3.3,mindmg:22,maxdmg:34,p:"inv_hammer_04",str:2},{id:2271,type:"Staff",slot:"twohand",r:18,q:"3",i:"23",name:"Staff of the Blessed Seer",speed:3,mindmg:47,maxdmg:71,p:"inv_staff_31",sta:2},{id:2280,type:"Staff",slot:"twohand",r:22,q:"2",i:"27",name:"Kam's Walking Stick",speed:2.8,mindmg:41,maxdmg:62,p:"inv_staff_06",agi:3},{id:2291,type:"Axe",slot:"twohand",r:44,q:"4",i:"49",name:"Kang the Decapitator",speed:3.6,mindmg:136,maxdmg:205,p:"inv_axe_15",proc:{tick:56,interval:"3000",duration:"30000",bleed:!0}},{id:2299,type:"Axe",slot:"twohand",r:28,q:"3",i:"33",name:"Burning War Axe",speed:3.3,mindmg:73,maxdmg:110,p:"inv_axe_02",proc:{magic:!0,procgcd:!0,dmg:98,tick:6,interval:"2000",duration:"6000"}},{id:2549,type:"Staff",slot:"twohand",r:22,q:"3",i:"27",name:"Staff of the Shade",speed:2.6,mindmg:46,maxdmg:70,p:"inv_staff_25"},{id:2823,type:"Axe",slot:"twohand",r:14,q:"2",i:"19",name:"Mo'grosh Can Opener",speed:3.2,mindmg:32,maxdmg:48,p:"inv_axe_06",str:6},{id:2877,type:"Sword",slot:"twohand",r:28,q:"3",i:"33",name:"Combatant Claymore",speed:2.9,mindmg:64,maxdmg:97,p:"inv_sword_23",sta:10},{id:2907,type:"Axe",slot:"twohand",r:16,q:"2",i:"20",name:"Dwarven Tree Chopper",speed:3.3,mindmg:34,maxdmg:52,p:"inv_throwingaxe_01",skill:2},{id:2915,type:"Mace",slot:"twohand",r:47,q:"4",i:"52",name:"Taran Icebreaker",speed:2.3,mindmg:91,maxdmg:137,p:"inv_hammer_02",proc:{magic:!0,procgcd:!0,dmg:200,tick:9,interval:"2000",duration:"8000"}},{id:3103,type:"Mace",slot:"twohand",r:6,q:"2",i:"12",name:"Coldridge Hammer",speed:2.7,mindmg:18,maxdmg:27,p:"inv_hammer_15",str:1},{id:"3185|1203",type:"Staff",slot:"twohand",r:29,q:"2",i:"34",name:"Acrobatic Staff of the Bear",speed:2.2,mindmg:40,maxdmg:61,p:"inv_staff_10",sta:9,str:9,rand:1203},{id:3191,type:"Axe",slot:"twohand",r:21,q:"2",i:"26",name:"Arced War Axe",speed:3.3,mindmg:46,maxdmg:70,p:"inv_axe_06",str:6,sta:6},{id:"3192|672",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of the Tiger",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",agi:2,str:2,rand:672},{id:"3192|1182",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of the Bear",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",sta:2,str:2,rand:1182},{id:"3192|97",type:"Sword",slot:"twohand",r:7,q:"2",i:"12",name:"Short Bastard Sword of Strength",speed:3,mindmg:20,maxdmg:30,p:"inv_sword_40",str:4,rand:97},{id:"3193|683",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of the Tiger",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",agi:5,str:6,rand:683},{id:"3193|1188",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of the Bear",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",sta:4,str:4,rand:1188},{id:"3193|155",type:"Mace",slot:"twohand",r:16,q:"2",i:"21",name:"Oak Mallet of Strength",speed:3.5,mindmg:38,maxdmg:58,p:"inv_hammer_15",str:7,rand:155},{id:3194,type:"Mace",slot:"twohand",r:16,q:"3",i:"21",name:"Black Malice",speed:3.3,mindmg:49,maxdmg:79,p:"inv_mace_01",proc:{magic:!0,procgcd:!0,dmg:70}},{id:"3195|675",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of the Tiger",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",agi:3,str:3,rand:675},{id:"3195|1185",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of the Bear",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",sta:3,str:3,rand:1185},{id:"3195|115",type:"Axe",slot:"twohand",r:13,q:"2",i:"18",name:"Barbaric Battle Axe of Strength",speed:3.6,mindmg:34,maxdmg:52,p:"inv_axe_10",str:5,rand:115},{id:"3196|679",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of the Tiger",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",agi:5,str:4,rand:679},{id:"3196|1185",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of the Bear",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",sta:3,str:3,rand:1185},{id:"3196|115",type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Edged Bastard Sword of Strength",speed:3.1,mindmg:29,maxdmg:44,p:"inv_sword_23",str:5,rand:115},{id:"3197|695",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of the Tiger",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",agi:9,str:10,rand:695},{id:"3197|1204",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of the Bear",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",sta:10,str:9,rand:1204},{id:"3197|220",type:"Sword",slot:"twohand",r:30,q:"2",i:"35",name:"Stonecutter Claymore of Strength",speed:3.1,mindmg:59,maxdmg:89,p:"inv_sword_47",str:14,rand:220},{id:"3198|681",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of the Tiger",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",agi:5,str:5,rand:681},{id:"3198|1191",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of the Bear",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",sta:5,str:5,rand:1191},{id:"3198|189",type:"Mace",slot:"twohand",r:18,q:"2",i:"23",name:"Battering Hammer of Strength",speed:3.1,mindmg:37,maxdmg:57,p:"inv_hammer_16",str:8,rand:189},{id:"3199|681",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of the Tiger",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",agi:5,str:5,rand:681},{id:"3199|1191",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of the Bear",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",sta:5,str:5,rand:1191},{id:"3199|189",type:"Axe",slot:"twohand",r:17,q:"2",i:"22",name:"Battle Slayer of Strength",speed:3.3,mindmg:38,maxdmg:58,p:"inv_throwingaxe_06",str:8,rand:189},{id:"3201|687",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of the Tiger",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",agi:7,str:7,rand:687},{id:"3201|1197",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of the Bear",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",sta:7,str:7,rand:1197},{id:"3201|193",type:"Axe",slot:"twohand",r:23,q:"2",i:"28",name:"Barbarian War Axe of Strength",speed:3.1,mindmg:47,maxdmg:71,p:"inv_axe_17",str:12,rand:193},{id:3203,type:"Mace",slot:"twohand",r:23,q:"3",i:"28",name:"Dense Triangle Mace",speed:2.4,mindmg:44,maxdmg:66,p:"inv_mace_13",str:10,sta:10},{id:"3206|687",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of the Tiger",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",agi:7,str:7,rand:687},{id:"3206|1197",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of the Bear",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",sta:7,str:7,rand:1197},{id:"3206|192",type:"Sword",slot:"twohand",r:23,q:"2",i:"28",name:"Cavalier Two-hander of Strength",speed:2.9,mindmg:44,maxdmg:66,p:"inv_sword_20",str:11,rand:192},{id:"3208|705",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of the Tiger",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",agi:13,str:13,rand:705},{id:"3208|1215",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of the Bear",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",sta:13,str:13,rand:1215},{id:"3208|312",type:"Mace",slot:"twohand",r:43,q:"2",i:"48",name:"Conk Hammer of Strength",speed:3.5,mindmg:104,maxdmg:157,p:"inv_mace_04",str:20,rand:312},{id:3209,type:"Sword",slot:"twohand",r:23,q:"2",i:"32",name:"Ancient War Sword",speed:3.3,mindmg:57,maxdmg:86,p:"inv_sword_10",str:9,sta:6},{id:"3210|687",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of the Tiger",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",agi:7,str:7,rand:687},{id:"3210|1197",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of the Bear",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",sta:7,str:7,rand:1197},{id:"3210|193",type:"Axe",slot:"twohand",r:25,q:"2",i:"30",name:"Brutal War Axe of Strength",speed:3.6,mindmg:58,maxdmg:88,p:"inv_axe_17",str:12,rand:193},{id:3415,type:"Staff",slot:"twohand",r:19,q:"3",i:"24",name:"Staff of the Friar",speed:2.6,mindmg:42,maxdmg:64,p:"inv_staff_32",sta:4},{id:3417,type:"Sword",slot:"twohand",r:21,q:"3",i:"26",name:"Onyx Claymore",speed:2.8,mindmg:48,maxdmg:73,p:"inv_sword_13",str:9,sta:5},{id:3440,type:"Mace",slot:"twohand",r:7,q:"2",i:"13",name:"Bonecracker",speed:3.2,mindmg:23,maxdmg:35,p:"inv_mace_04",str:3},{id:3586,type:"Axe",slot:"twohand",r:9,q:"2",i:"16",name:"Logsplitter",speed:3.6,mindmg:31,maxdmg:47,p:"inv_axe_11",str:3,sta:2},{id:3822,type:"Sword",slot:"twohand",r:19,q:"2",i:"32",name:"Runic Darkblade",speed:3.3,mindmg:57,maxdmg:86,p:"inv_sword_02",proc:{magic:!0,procgcd:!0,dmg:35}},{id:3852,type:"Mace",slot:"twohand",r:29,q:"2",i:"34",name:"Golden Iron Destroyer",speed:2.75,mindmg:50,maxdmg:76,p:"inv_hammer_04",str:11,sta:4},{id:3854,type:"Sword",slot:"twohand",r:35,q:"2",i:"40",name:"Frost Tiger Blade",speed:3.4,mindmg:78,maxdmg:118,p:"inv_sword_05",crit:1,proc:{magic:!0,procgcd:!0,dmg:25}},{id:3855,type:"Axe",slot:"twohand",r:32,q:"2",i:"37",name:"Massive Iron Axe",speed:3.5,mindmg:71,maxdmg:108,p:"inv_throwingaxe_05",str:11,sta:7},{id:3856,type:"Axe",slot:"twohand",r:35,q:"2",i:"40",name:"Shadow Crescent Axe",speed:2.5,mindmg:58,maxdmg:87,p:"inv_axe_17",str:11,sta:10},{id:4548,type:"Mace",slot:"twohand",r:35,q:"2",i:"41",name:"Servomechanic Sledgehammer",speed:2.2,mindmg:53,maxdmg:80,p:"inv_hammer_04",skill:7},{id:"4562|672",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of the Tiger",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",agi:2,str:2,rand:672},{id:"4562|1182",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of the Bear",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",sta:2,str:2,rand:1182},{id:"4562|97",type:"Axe",slot:"twohand",r:5,q:"2",i:"10",name:"Severing Axe of Strength",speed:3.2,mindmg:18,maxdmg:27,p:"inv_throwingaxe_02",str:4,rand:97},{id:"4564|672",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of the Tiger",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",agi:2,str:2,rand:672},{id:"4564|1186",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of the Bear",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",sta:4,str:3,rand:1186},{id:"4564|97",type:"Mace",slot:"twohand",r:8,q:"2",i:"13",name:"Spiked Club of Strength",speed:3.1,mindmg:22,maxdmg:34,p:"inv_mace_14",str:4,rand:97},{id:"4566|675",type:"Staff",slot:"twohand",r:8,q:"2",i:"13",name:"Sturdy Quarterstaff of the Tiger",speed:2.8,mindmg:20,maxdmg:30,p:"inv_staff_08",agi:3,str:3,rand:675},{id:"4566|1182",type:"Staff",slot:"twohand",r:8,q:"2",i:"13",name:"Sturdy Quarterstaff of the Bear",speed:2.8,mindmg:20,maxdmg:30,p:"inv_staff_08",sta:2,str:2,rand:1182},{id:"4567|679",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of the Tiger",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",agi:5,str:4,rand:679},{id:"4567|1185",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of the Bear",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",sta:3,str:3,rand:1185},{id:"4567|115",type:"Sword",slot:"twohand",r:11,q:"2",i:"16",name:"Merc Sword of Strength",speed:2.8,mindmg:24,maxdmg:36,p:"inv_sword_04",str:5,rand:115},{id:"4570|672",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of the Tiger",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",agi:2,str:2,rand:672},{id:"4570|1186",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of the Bear",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",sta:4,str:3,rand:1186},{id:"4570|97",type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Birchwood Maul of Strength",speed:3.3,mindmg:26,maxdmg:40,p:"inv_hammer_15",str:4,rand:97},{id:"4575|1191",type:"Staff",slot:"twohand",r:14,q:"2",i:"19",name:"Medicine Staff of the Bear",speed:2.5,mindmg:25,maxdmg:38,p:"inv_staff_31",sta:5,str:5,rand:1191},{id:4778,type:"Mace",slot:"twohand",r:14,q:"2",i:"19",name:"Heavy Spiked Mace",speed:3.4,mindmg:34,maxdmg:51,p:"inv_mace_01",str:6},{id:4818,type:"Sword",slot:"twohand",r:19,q:"2",i:"24",name:"Executioner's Sword",speed:3.4,mindmg:43,maxdmg:65,p:"inv_sword_28",str:8},{id:4939,type:"Sword",slot:"twohand",r:4,q:"2",i:"11",name:"Steady Bastard Sword",speed:2.7,mindmg:16,maxdmg:25,p:"inv_sword_34",agi:2},{id:4964,type:"Mace",slot:"twohand",r:5,q:"2",i:"12",name:"Goblin Smasher",speed:3.1,mindmg:20,maxdmg:31,p:"inv_hammer_15",str:2},{id:4983,type:"Mace",slot:"twohand",r:30,q:"2",i:"42",name:"Rock Pulverizer",speed:3.7,mindmg:92,maxdmg:139,p:"inv_hammer_17",ap:34},{id:5182,type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Shiver Blade",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_26",proc:{magic:!0,dmg:35}},{id:5194,type:"Axe",slot:"twohand",r:18,q:"3",i:"23",name:"Taskmaster Axe",speed:2.7,mindmg:42,maxdmg:64,p:"inv_throwingaxe_06",sta:8},{id:5200,type:"Polearm",slot:"twohand",r:20,q:"2",i:"22",name:"Impaling Harpoon",speed:2.4,mindmg:27,maxdmg:42,p:"inv_spear_07",agi:7},{id:5201,type:"Staff",slot:"twohand",r:18,q:"3",i:"23",name:"Emberstone Staff",speed:3,mindmg:47,maxdmg:71,p:"inv_staff_13",sta:5},{id:5322,type:"Mace",slot:"twohand",r:17,q:"2",i:"26",name:"Demolition Hammer",speed:2.3,mindmg:32,maxdmg:49,p:"inv_hammer_16",str:9},{id:5423,type:"Axe",slot:"twohand",r:15,q:"3",i:"20",name:"Boahn's Fang",speed:2.5,mindmg:35,maxdmg:53,p:"inv_axe_17",str:9},{id:5614,type:"Sword",slot:"twohand",r:13,q:"2",i:"31",name:"Seraph's Strike",speed:3.2,mindmg:54,maxdmg:81,p:"inv_sword_27",str:3},{id:5615,type:"Sword",slot:"twohand",r:12,q:"2",i:"20",name:"Woodsman Sword",speed:3.3,mindmg:34,maxdmg:52,p:"inv_sword_42",agi:2,sta:5},{id:5626,type:"Axe",slot:"twohand",r:15,q:"2",i:"20",name:"Skullchipper",speed:3.5,mindmg:36,maxdmg:55,p:"inv_axe_23",str:6,sta:1},{id:5749,type:"Axe",slot:"twohand",r:18,q:"2",i:"23",name:"Scythe Axe",speed:3.6,mindmg:43,maxdmg:66,p:"inv_axe_06",agi:6,sta:3},{id:5813,type:"Sword",slot:"twohand",r:24,q:"2",i:"32",name:"Emil's Brand",speed:3.1,mindmg:53,maxdmg:81,p:"inv_sword_10",str:11,sta:3},{id:5815,type:"Mace",slot:"twohand",r:18,q:"2",i:"31",name:"Glacial Stone",speed:3.6,mindmg:60,maxdmg:91,p:"inv_mace_09",proc:{magic:!0,dmg:75}},{id:6093,type:"Mace",slot:"twohand",r:18,q:"2",i:"27",name:"Orc Crusher",speed:3.6,mindmg:52,maxdmg:79,p:"inv_mace_07",str:8,sta:4},{id:6094,type:"Axe",slot:"twohand",r:14,q:"2",i:"18",name:"Piercing Axe",speed:3.3,mindmg:31,maxdmg:47,p:"inv_throwingaxe_01",agi:5},{id:6205,type:"Mace",slot:"twohand",r:10,q:"2",i:"15",name:"Burrowing Shovel",speed:2.3,mindmg:18,maxdmg:28,p:"inv_misc_shovel_01",agi:4},{id:6215,type:"Staff",slot:"twohand",r:5,q:"2",i:"13",name:"Balanced Fighting Stick",speed:2.2,mindmg:18,maxdmg:21,p:"inv_staff_08",agi:2,sta:2},{id:6318,type:"Staff",slot:"twohand",r:21,q:"3",i:"26",name:"Odo's Ley Staff",speed:2.9,mindmg:50,maxdmg:76,p:"inv_staff_27",sta:5},{id:6327,type:"Mace",slot:"twohand",r:32,q:"3",i:"37",name:"The Pacifier",speed:4,mindmg:104,maxdmg:156,p:"inv_mace_09",str:18,sta:7},{id:6365,type:"Fishing Pole",slot:"twohand",r:5,q:"1",i:"10",name:"Strong Fishing Pole",speed:3,mindmg:13,maxdmg:21,p:"inv_fishingpole_02",skill:5},{id:6366,type:"Fishing Pole",slot:"twohand",r:15,q:"1",i:"20",name:"Darkwood Fishing Pole",speed:3,mindmg:28,maxdmg:43,p:"inv_fishingpole_02",skill:15},{id:6367,type:"Fishing Pole",slot:"twohand",r:25,q:"1",i:"30",name:"Big Iron Fishing Pole",speed:3,mindmg:45,maxdmg:69,p:"inv_fishingpole_01",skill:20},{id:6505,type:"Staff",slot:"twohand",r:10,q:"3",i:"24",name:"Crescent Staff",speed:2.9,mindmg:47,maxdmg:71,p:"inv_staff_04",sta:7},{id:6631,type:"Staff",slot:"twohand",r:20,q:"3",i:"25",name:"Living Root",speed:2.9,mindmg:49,maxdmg:74,p:"inv_staff_25",sta:2,resist:{nature:5}},{id:6679,type:"Polearm",slot:"twohand",r:24,q:"2",i:"29",name:"Armor Piercer",speed:2.6,mindmg:41,maxdmg:62,p:"inv_spear_05",agi:11},{id:6687,type:"Axe",slot:"twohand",r:29,q:"3",i:"34",name:"Corpsemaker",speed:3.8,mindmg:88,maxdmg:132,p:"inv_weapon_halbard_01",str:15,sta:8},{id:6689,type:"Staff",slot:"twohand",r:27,q:"3",i:"32",name:"Wind Spirit Staff",speed:3.3,mindmg:70,maxdmg:106,p:"inv_staff_01",sta:3},{id:6830,type:"Axe",slot:"twohand",r:34,q:"3",i:"44",name:"Bonebiter",speed:3.4,mindmg:105,maxdmg:159,p:"inv_axe_04",str:20,sta:10},{id:6909,type:"Sword",slot:"twohand",r:26,q:"3",i:"31",name:"Strike of the Hydra",speed:3.3,mindmg:67,maxdmg:102,p:"inv_sword_42",proc:{magic:!0,tick:7,interval:"3000",duration:"30000"}},{id:6975,type:"Axe",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Axe",speed:3.6,mindmg:102,maxdmg:154,p:"inv_axe_12",str:15,sta:14},{id:6976,type:"Mace",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Warhammer",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_08",str:15,sta:14},{id:6977,type:"Sword",slot:"twohand",r:30,q:"3",i:"40",name:"Whirlwind Sword",speed:2.9,mindmg:82,maxdmg:124,p:"inv_sword_15",str:15,sta:14},{id:7230,type:"Mace",slot:"twohand",r:18,q:"3",i:"23",name:"Smite's Mighty Hammer",speed:3.5,mindmg:55,maxdmg:83,p:"inv_hammer_09",agi:4,str:11},{id:7689,type:"Sword",slot:"twohand",r:30,q:"3",i:"35",name:"Morbid Dawn",speed:2.9,mindmg:70,maxdmg:105,p:"inv_sword_12",str:10,sta:15},{id:7710,type:"Staff",slot:"twohand",r:31,q:"3",i:"36",name:"Loksey's Training Stick",speed:3.1,mindmg:77,maxdmg:117,p:"inv_staff_18"},{id:7717,type:"Axe",slot:"twohand",r:37,q:"3",i:"42",name:"Ravager",speed:3.5,mindmg:104,maxdmg:157,p:"inv_weapon_halberd_05"},{id:7730,type:"Mace",slot:"twohand",r:29,q:"3",i:"34",name:"Cobalt Crusher",speed:3.2,mindmg:79,maxdmg:116,p:"inv_hammer_04",proc:{magic:!0,dmg:115}},{id:7753,type:"Axe",slot:"twohand",r:27,q:"3",i:"32",name:"Bloodspiller",speed:2.7,mindmg:57,maxdmg:87,p:"inv_axe_10",proc:{tick:13,interval:"3000",duration:"30000",bleed:!0}},{id:7757,type:"Staff",slot:"twohand",r:32,q:"3",i:"37",name:"Windweaver Staff",speed:3.1,mindmg:80,maxdmg:121,p:"inv_wand_07",sta:7},{id:7758,type:"Polearm",slot:"twohand",r:34,q:"3",i:"39",name:"Ruthless Shiv",speed:2.7,mindmg:75,maxdmg:113,p:"inv_spear_08",str:19,sta:8},{id:7959,type:"Polearm",slot:"twohand",r:45,q:"3",i:"50",name:"Blight",speed:2.7,mindmg:93,maxdmg:141,p:"inv_spear_07",proc:{magic:!0,dmg:50,tick:15,interval:"5000",duration:"60000"}},{id:7960,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Truesilver Champion",speed:3,mindmg:108,maxdmg:162,p:"inv_sword_19"},{id:"8178|672",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of the Tiger",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",agi:2,str:2,rand:672},{id:"8178|1182",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of the Bear",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",sta:2,str:2,rand:1182},{id:"8178|97",type:"Sword",slot:"twohand",r:5,q:"2",i:"10",name:"Training Sword of Strength",speed:3.5,mindmg:20,maxdmg:30,p:"inv_sword_45",str:4,rand:97},{id:"8199|705",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of the Tiger",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",agi:13,str:13,rand:705},{id:"8199|1215",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of the Bear",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",sta:13,str:13,rand:1215},{id:"8199|312",type:"Sword",slot:"twohand",r:42,q:"2",i:"47",name:"Battlefield Destroyer of Strength",speed:3.1,mindmg:90,maxdmg:136,p:"inv_sword_26",str:20,rand:312},{id:9383,type:"Axe",slot:"twohand",r:35,q:"3",i:"40",name:"Obsidian Cleaver",speed:3.3,mindmg:94,maxdmg:141,p:"inv_axe_14",agi:5,str:6,sta:19},{id:9385,type:"Sword",slot:"twohand",r:31,q:"3",i:"36",name:"Archaic Defender",speed:3.1,mindmg:77,maxdmg:117,p:"inv_sword_41",d:10},{id:9391,type:"Mace",slot:"twohand",r:32,q:"3",i:"37",name:"The Shoveler",speed:3.4,mindmg:88,maxdmg:133,p:"inv_misc_shovel_02",sta:15,ap:20},{id:9413,type:"Mace",slot:"twohand",r:44,q:"3",i:"49",name:"The Rockpounder",speed:3.7,mindmg:126,maxdmg:190,p:"inv_hammer_12",str:5,crit:2},{id:9418,type:"Sword",slot:"twohand",r:44,q:"3",i:"49",name:"Stoneslayer",speed:3.9,mindmg:133,maxdmg:200,p:"inv_sword_47",proc:{spell:"Stoneslayer"}},{id:9423,type:"Mace",slot:"twohand",r:40,q:"3",i:"45",name:"The Jackhammer",speed:2.5,mindmg:79,maxdmg:119,p:"inv_hammer_07",proc:{spell:"Jackhammer"}},{id:9425,type:"Axe",slot:"twohand",r:39,q:"3",i:"44",name:"Pendulum of Doom",speed:4,mindmg:124,maxdmg:187,p:"inv_weapon_halberd_08",proc:{dmg:300,ppm:.5}},{id:9449,type:"Mace",slot:"twohand",r:29,q:"3",i:"34",name:"Manual Crowd Pummeler",speed:2,mindmg:46,maxdmg:70,p:"inv_mace_14",agi:5,str:16},{id:9452,type:"Staff",slot:"twohand",r:27,q:"3",i:"32",name:"Hydrocane",speed:2.8,mindmg:48,maxdmg:73,p:"inv_staff_15",resist:{frost:15}},{id:9459,type:"Axe",slot:"twohand",r:32,q:"3",i:"37",name:"Thermaplugg's Left Arm",speed:2.7,mindmg:70,maxdmg:106,p:"inv_axe_03",str:18,sta:7},{id:9475,type:"Polearm",slot:"twohand",r:44,q:"3",i:"49",name:"Diabolic Skiver",speed:2.9,mindmg:99,maxdmg:149,p:"inv_spear_01",proc:{dmg:170}},{id:9477,type:"Staff",slot:"twohand",r:45,q:"3",i:"50",name:"The Chief's Enforcer",speed:3.4,mindmg:118,maxdmg:178,p:"inv_staff_goldfeathered_01"},{id:9480,type:"Polearm",slot:"twohand",r:43,q:"3",i:"48",name:"Eyegouger",speed:3,mindmg:100,maxdmg:151,p:"inv_spear_05",agi:23,str:10},{id:9481,type:"Axe",slot:"twohand",r:44,q:"3",i:"49",name:"The Minotaur",speed:3.2,mindmg:109,maxdmg:164,p:"inv_axe_03",str:8,sta:24},{id:9482,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Witch Doctor's Cane",speed:2.3,mindmg:75,maxdmg:114,p:"inv_staff_31"},{id:9486,type:"Axe",slot:"twohand",r:23,q:"3",i:"28",name:"Supercharger Battle Axe",speed:2.8,mindmg:51,maxdmg:78,p:"inv_axe_21",proc:{magic:!0,procgcd:!0,dmg:90}},{id:9490,type:"Sword",slot:"twohand",r:24,q:"3",i:"29",name:"Gizmotron Megachopper",speed:3.2,mindmg:61,maxdmg:92,p:"inv_sword_37",agi:5,str:14},{id:9521,type:"Axe",slot:"twohand",r:30,q:"2",i:"41",name:"Skullsplitter",speed:2.9,mindmg:70,maxdmg:105,p:"inv_axe_06",str:15,sta:4},{id:9626,type:"Axe",slot:"twohand",r:35,q:"2",i:"42",name:"Dwarven Charge",speed:2.9,mindmg:72,maxdmg:109,p:"inv_axe_09",str:12,sta:11},{id:9679,type:"Axe",slot:"twohand",r:35,q:"2",i:"43",name:"Tok'kar's Murloc Chopper",speed:3.2,mindmg:83,maxdmg:125,p:"inv_weapon_halbard_01",str:15,sta:6},{id:10570,type:"Axe",slot:"twohand",r:34,q:"3",i:"39",name:"Manslayer",speed:3.2,mindmg:88,maxdmg:133,p:"inv_axe_04",sta:8,ap:38},{id:10573,type:"Sword",slot:"twohand",r:32,q:"3",i:"37",name:"Boneslasher",speed:2.7,mindmg:70,maxdmg:106,p:"inv_sword_41",agi:5,str:16,sta:7},{id:10626,type:"Mace",slot:"twohand",r:45,q:"3",i:"50",name:"Ragehammer",speed:3.7,mindmg:128,maxdmg:193,p:"inv_hammer_06",proc:{spell:"Ragehammer"}},{id:10627,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Bludgeon of the Grinning Dog",speed:3.4,mindmg:112,maxdmg:168,p:"inv_staff_28"},{id:10628,type:"Sword",slot:"twohand",r:43,q:"3",i:"48",name:"Deathblow",speed:2.8,mindmg:94,maxdmg:141,p:"inv_sword_31",proc:{dmg:160}},{id:10652,type:"Axe",slot:"twohand",r:40,q:"2",i:"51",name:"Will of the Mountain Giant",speed:2.8,mindmg:88,maxdmg:133,p:"inv_weapon_halberd_05",str:15,sta:14},{id:10758,type:"Sword",slot:"twohand",r:35,q:"3",i:"42",name:"X'caliboar",speed:3.3,mindmg:98,maxdmg:148,p:"inv_sword_45",str:20,sta:8},{id:10799,type:"Polearm",slot:"twohand",r:46,q:"3",i:"51",name:"Headspike",speed:3,mindmg:106,maxdmg:159,p:"inv_spear_06",str:15,sta:18},{id:10844,type:"Staff",slot:"twohand",r:49,q:"3",i:"54",name:"Spire of Hakkar",speed:3.4,mindmg:126,maxdmg:190,p:"inv_staff_32",sta:16},{id:11607,type:"Axe",slot:"twohand",r:52,q:"3",i:"57",name:"Dark Iron Sunderer",speed:2.6,mindmg:101,maxdmg:153,p:"inv_weapon_halberd_02",proc:{spell:"CleaveArmor"}},{id:11608,type:"Mace",slot:"twohand",r:50,q:"3",i:"55",name:"Dark Iron Pulverizer",speed:3.7,mindmg:140,maxdmg:211,p:"inv_hammer_09"},{id:12e3,type:"Axe",slot:"twohand",r:50,q:"2",i:"55",name:"Limb Cleaver",speed:2.4,mindmg:82,maxdmg:123,p:"inv_axe_02",str:21,sta:6},{id:12225,type:"Fishing Pole",slot:"twohand",r:10,q:"1",i:"10",name:"Blump Family Fishing Pole",speed:3,mindmg:13,maxdmg:21,p:"inv_fishingpole_02",skill:3},{id:12243,type:"Polearm",slot:"twohand",r:49,q:"3",i:"54",name:"Smoldering Claw",speed:2.9,mindmg:108,maxdmg:162,p:"inv_weapon_halberd_04",resist:{fire:10},proc:{magic:!0,procgcd:!0,dmg:135,tick:5,interval:"2000",duration:"6000"}},{id:12249,type:"Axe",slot:"twohand",r:26,q:"2",i:"31",name:"Merciless Axe",speed:3.2,mindmg:54,maxdmg:81,p:"inv_axe_17",str:12},{id:12250,type:"Axe",slot:"twohand",r:29,q:"2",i:"34",name:"Midnight Axe",speed:2.7,mindmg:49,maxdmg:75,p:"inv_axe_17",proc:{magic:!0,procgcd:!0,dmg:30}},{id:12251,type:"Staff",slot:"twohand",r:32,q:"2",i:"37",name:"Big Stick",speed:3,mindmg:61,maxdmg:93,p:"inv_staff_21",str:15},{id:12463,type:"Sword",slot:"twohand",r:48,q:"3",i:"53",name:"Drakefang Butcher",speed:2.7,mindmg:99,maxdmg:149,p:"inv_sword_19",str:15,proc:{tick:15,interval:"3000",duration:"30000",bleed:!0}},{id:12469,type:"Sword",slot:"twohand",r:42,q:"3",i:"47",name:"Mutilator",speed:2.5,mindmg:82,maxdmg:124,p:"inv_sword_02"},{id:12528,type:"Mace",slot:"twohand",r:47,q:"3",i:"52",name:"The Judge's Gavel",speed:3.4,mindmg:122,maxdmg:184,p:"inv_hammer_07"},{id:12532,type:"Staff",slot:"twohand",r:51,q:"3",i:"56",name:"Spire of the Stoneshaper",speed:3.4,mindmg:131,maxdmg:197,p:"inv_wand_07",sta:20},{id:12583,type:"Polearm",slot:"twohand",r:58,q:"3",i:"63",name:"Blackhand Doomsaw",speed:3.5,mindmg:151,maxdmg:227,p:"inv_weapon_halberd_04",proc:{dmg:432}},{id:12592,type:"Sword",slot:"twohand",r:58,q:"4",i:"63",name:"Blackblade of Shahram",speed:3.5,mindmg:166,maxdmg:250,p:"inv_sword_29"},{id:12764,type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Thorium Greatsword",speed:3.6,mindmg:116,maxdmg:175,p:"inv_sword_22",str:22},{id:12769,type:"Axe",slot:"twohand",r:49,q:"3",i:"54",name:"Bleakwood Hew",speed:2.7,mindmg:100,maxdmg:151,p:"inv_axe_24",str:11,sta:5},{id:12772,type:"Mace",slot:"twohand",r:49,q:"2",i:"54",name:"Inlaid Thorium Hammer",speed:3,mindmg:100,maxdmg:151,p:"inv_hammer_09",str:23},{id:12775,type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Huge Thorium Battleaxe",speed:3.3,mindmg:114,maxdmg:172,p:"inv_weapon_halberd_11",skill:10},{id:12776,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Enchanted Battlehammer",speed:2.6,mindmg:100,maxdmg:150,p:"inv_hammer_05",hit:2},{id:12782,type:"Sword",slot:"twohand",r:53,q:"3",i:"58",name:"Corruption",speed:3,mindmg:119,maxdmg:179,p:"inv_sword_07",str:30,sta:30},{id:12784,type:"Axe",slot:"twohand",r:58,q:"3",i:"63",name:"Arcanite Reaper",speed:3.8,mindmg:153,maxdmg:256,p:"inv_axe_09",sta:13,ap:62},{id:12790,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Arcanite Champion",speed:3,mindmg:129,maxdmg:194,p:"inv_sword_39",proc:{spell:"StrengthChampion"}},{id:12796,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Titans",speed:3.8,mindmg:163,maxdmg:246,p:"inv_hammer_09",str:15},{id:12969,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Seeping Willow",speed:3.6,mindmg:155,maxdmg:233,p:"inv_hammer_17",proc:{magic:!0,procgcd:!0,tick:20,interval:"3000",duration:"30000"}},{id:12975,type:"Axe",slot:"twohand",r:15,q:"3",i:"20",name:"Prospector Axe",speed:2.4,mindmg:33,maxdmg:51,p:"inv_axe_03",str:7,sta:8},{id:12983,type:"Mace",slot:"twohand",r:16,q:"3",i:"21",name:"Rakzur Club",speed:2.6,mindmg:38,maxdmg:57,p:"inv_hammer_09",str:4,sta:8},{id:12989,type:"Polearm",slot:"twohand",r:20,q:"3",i:"22",name:"Gargoyle's Bite",speed:2.9,mindmg:44,maxdmg:66,p:"inv_spear_05",str:10},{id:12992,type:"Sword",slot:"twohand",r:18,q:"3",i:"23",name:"Searing Blade",speed:2.5,mindmg:39,maxdmg:59,p:"inv_sword_21",proc:{magic:!0,procgcd:!0,dmg:70,tick:3,interval:"2000",duration:"6000"}},{id:13e3,type:"Staff",slot:"twohand",r:57,q:"3",i:"62",name:"Staff of Hale Magefire",speed:3.3,mindmg:140,maxdmg:210,p:"inv_staff_23"},{id:13003,type:"Axe",slot:"twohand",r:51,q:"3",i:"56",name:"Lord Alexander's Battle Axe",speed:3.2,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_02",agi:17,str:16,sta:16},{id:13016,type:"Axe",slot:"twohand",r:21,q:"3",i:"26",name:"Killmaim",speed:3.2,mindmg:55,maxdmg:84,p:"inv_axe_10",proc:{tick:10,interval:"3000",duration:"30000",bleed:!0}},{id:13017,type:"Axe",slot:"twohand",r:35,q:"3",i:"40",name:"Hellslayer Battle Axe",speed:2.9,mindmg:82,maxdmg:124,p:"inv_axe_24",ap:66},{id:13018,type:"Axe",slot:"twohand",r:43,q:"3",i:"48",name:"Executioner's Cleaver",speed:3.8,mindmg:127,maxdmg:191,p:"inv_axe_24",str:23,hit:1},{id:13041,type:"Sword",slot:"twohand",r:21,q:"3",i:"26",name:"Guardian Blade",speed:2.9,mindmg:50,maxdmg:76,p:"inv_sword_25",d:9},{id:13042,type:"Sword",slot:"twohand",r:36,q:"3",i:"41",name:"Sword of the Magistrate",speed:3.3,mindmg:96,maxdmg:145,p:"inv_sword_41",str:8,sta:15},{id:13043,type:"Sword",slot:"twohand",r:44,q:"3",i:"49",name:"Blade of the Titans",speed:3.3,mindmg:112,maxdmg:169,p:"inv_sword_07",str:10,sta:24},{id:13044,type:"Sword",slot:"twohand",r:52,q:"3",i:"57",name:"Demonslayer",speed:3.1,mindmg:121,maxdmg:182,p:"inv_sword_03"},{id:13045,type:"Mace",slot:"twohand",r:30,q:"3",i:"35",name:"Viscous Hammer",speed:2.9,mindmg:70,maxdmg:105,p:"inv_mace_13",str:3,sta:6,ap:34},{id:13046,type:"Mace",slot:"twohand",r:45,q:"3",i:"50",name:"Blanchard's Stout",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_04",str:20,sta:15,resist:{fire:5}},{id:13047,type:"Mace",slot:"twohand",r:53,q:"3",i:"58",name:"Twig of the World Tree",speed:3.7,mindmg:147,maxdmg:221,p:"inv_mace_13",str:14,sta:21},{id:13049,type:"Sword",slot:"twohand",r:26,q:"3",i:"29",name:"Deanship Claymore",speed:2.8,mindmg:53,maxdmg:80,p:"inv_sword_46",d:10},{id:13051,type:"Sword",slot:"twohand",r:39,q:"3",i:"44",name:"Witchfury",speed:2.8,mindmg:87,maxdmg:131,p:"inv_sword_35",proc:{magic:!0,procgcd:!0,dmg:150}},{id:13052,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Warmonger",speed:3,mindmg:108,maxdmg:162,p:"inv_sword_46",str:3,hit:3},{id:13053,type:"Sword",slot:"twohand",r:55,q:"3",i:"60",name:"Doombringer",speed:2.8,mindmg:115,maxdmg:173,p:"inv_sword_01",proc:{magic:!0,procgcd:!0,dmg:200}},{id:13054,type:"Polearm",slot:"twohand",r:35,q:"3",i:"40",name:"Grim Reaper",speed:3.1,mindmg:88,maxdmg:133,p:"inv_spear_02",proc:{dmg:130}},{id:13055,type:"Polearm",slot:"twohand",r:43,q:"3",i:"48",name:"Bonechewer",speed:2.8,mindmg:94,maxdmg:141,p:"inv_spear_06",str:23,sta:10},{id:13056,type:"Polearm",slot:"twohand",r:51,q:"3",i:"56",name:"Frenzied Striker",speed:2.8,mindmg:108,maxdmg:162,p:"inv_spear_07",hit:2},{id:13057,type:"Polearm",slot:"twohand",r:23,q:"3",i:"28",name:"Bloodpike",speed:3.2,mindmg:59,maxdmg:89,p:"inv_spear_02",proc:{tick:11,interval:"3000",duration:"30000",bleed:!0}},{id:13058,type:"Polearm",slot:"twohand",r:39,q:"3",i:"44",name:"Khoo's Point",speed:2.5,mindmg:77,maxdmg:117,p:"inv_spear_02",sta:20},{id:13059,type:"Polearm",slot:"twohand",r:47,q:"3",i:"52",name:"Stoneraven",speed:3.3,mindmg:118,maxdmg:178,p:"inv_spear_07",agi:13,str:13,sta:15},{id:13060,type:"Polearm",slot:"twohand",r:55,q:"3",i:"60",name:"The Needler",speed:2.2,mindmg:90,maxdmg:136,p:"inv_spear_08",proc:{dmg:75}},{id:13148,type:"Polearm",slot:"twohand",r:56,q:"3",i:"61",name:"Chillpike",speed:2.8,mindmg:117,maxdmg:176,p:"inv_spear_05",proc:{magic:!0,dmg:205}},{id:13161,type:"Staff",slot:"twohand",r:56,q:"3",i:"61",name:"Trindlehaven Staff",speed:2.1,mindmg:87,maxdmg:132,p:"inv_staff_29",sta:12},{id:13163,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Relentless Scythe",speed:3.3,mindmg:140,maxdmg:210,p:"inv_sword_18",agi:8,str:20,sta:8},{id:13167,type:"Mace",slot:"twohand",r:55,q:"3",i:"60",name:"Fist of Omokk",speed:3.3,mindmg:135,maxdmg:204,p:"inv_hammer_04",str:29,sta:12},{id:13249,type:"Staff",slot:"twohand",r:55,q:"3",i:"62",name:"Argent Crusader",speed:3,mindmg:127,maxdmg:191,p:"inv_staff_13",sta:6},{id:13285,type:"Axe",slot:"twohand",r:53,q:"3",i:"58",name:"The Blackrock Slicer",speed:4,mindmg:159,maxdmg:239,p:"inv_weapon_halberd_11",proc:{dmg:100,tick:6,interval:"1000",duration:"25000"}},{id:13348,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Demonshear",speed:3.8,mindmg:163,maxdmg:246,p:"inv_sword_14",proc:{magic:!0,dmg:150,tick:40,interval:"2000",duration:"6000"}},{id:13372,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Slavedriver's Cane",speed:3.9,mindmg:160,maxdmg:241,p:"inv_staff_08",str:29,sta:12},{id:13393,type:"Mace",slot:"twohand",r:56,q:"3",i:"61",name:"Malown's Slam",speed:3.8,mindmg:158,maxdmg:238,p:"inv_mace_01"},{id:13505,type:"Sword",slot:"twohand",r:58,q:"4",i:"63",name:"Runeblade of Baron Rivendare",speed:3.6,mindmg:171,maxdmg:257,p:"inv_sword_17"},{id:13982,type:"Sword",slot:"twohand",r:57,q:"3",i:"63",name:"Warblade of Caer Darrow",speed:3.3,mindmg:143,maxdmg:236,p:"inv_sword_39"},{id:"15248|678",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of the Tiger",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",agi:4,str:4,rand:678},{id:"15248|1188",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of the Bear",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",sta:4,str:4,rand:1188},{id:"15248|155",type:"Sword",slot:"twohand",r:15,q:"2",i:"20",name:"Gleaming Claymore of Strength",speed:2.9,mindmg:30,maxdmg:46,p:"inv_sword_23",str:7,rand:155},{id:"15249|684",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of the Tiger",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",agi:6,str:6,rand:684},{id:"15249|1194",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of the Bear",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",sta:6,str:6,rand:1194},{id:"15249|191",type:"Sword",slot:"twohand",r:21,q:"2",i:"26",name:"Polished Zweihander of Strength",speed:3.6,mindmg:50,maxdmg:76,p:"inv_sword_23",str:10,rand:191},{id:"15250|690",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of the Tiger",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",agi:8,str:8,rand:690},{id:"15250|1200",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of the Bear",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",sta:8,str:8,rand:1200},{id:"15250|219",type:"Sword",slot:"twohand",r:27,q:"2",i:"32",name:"Glimmering Flamberge of Strength",speed:3.2,mindmg:55,maxdmg:84,p:"inv_sword_20",str:13,rand:219},{id:"15251|702",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of the Tiger",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",agi:12,str:12,rand:702},{id:"15251|1212",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of the Bear",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",sta:12,str:12,rand:1212},{id:"15251|311",type:"Sword",slot:"twohand",r:38,q:"2",i:"43",name:"Headstriker Sword of Strength",speed:2.4,mindmg:62,maxdmg:94,p:"inv_sword_42",str:19,rand:311},{id:"15252|708",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of the Tiger",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",agi:14,str:14,rand:708},{id:"15252|1218",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of the Bear",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",sta:14,str:14,rand:1218},{id:"15252|314",type:"Sword",slot:"twohand",r:44,q:"2",i:"49",name:"Tusker Sword of Strength",speed:3.7,mindmg:112,maxdmg:169,p:"inv_sword_45",str:22,rand:314},{id:"15253|711",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of the Tiger",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",agi:15,str:15,rand:711},{id:"15253|1221",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of the Bear",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",sta:15,str:15,rand:1221},{id:"15253|315",type:"Sword",slot:"twohand",r:47,q:"2",i:"52",name:"Beheading Blade of Strength",speed:3.5,mindmg:113,maxdmg:170,p:"inv_sword_29",str:23,rand:315},{id:"15254|711",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of the Tiger",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",agi:15,str:15,rand:711},{id:"15254|1221",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of the Bear",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",sta:15,str:15,rand:1221},{id:"15254|315",type:"Sword",slot:"twohand",r:49,q:"2",i:"54",name:"Dark Espadon of Strength",speed:3.3,mindmg:110,maxdmg:166,p:"inv_sword_26",str:23,rand:315},{id:"15255|715",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of the Tiger",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",agi:17,str:16,rand:715},{id:"15255|1224",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of the Bear",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",sta:16,str:16,rand:1224},{id:"15255|317",type:"Sword",slot:"twohand",r:52,q:"2",i:"57",name:"Gallant Flamberge of Strength",speed:3.4,mindmg:120,maxdmg:181,p:"inv_sword_08",str:25,rand:317},{id:"15256|717",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of the Tiger",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",agi:17,str:17,rand:717},{id:"15256|1227",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of the Bear",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",sta:17,str:17,rand:1227},{id:"15256|318",type:"Sword",slot:"twohand",r:54,q:"2",i:"59",name:"Massacre Sword of Strength",speed:3.8,mindmg:139,maxdmg:209,p:"inv_sword_26",str:26,rand:318},{id:"15257|720",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of the Tiger",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",agi:18,str:18,rand:720},{id:"15257|1230",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of the Bear",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",sta:18,str:18,rand:1230},{id:"15257|320",type:"Sword",slot:"twohand",r:57,q:"2",i:"62",name:"Shin Blade of Strength",speed:2.2,mindmg:84,maxdmg:127,p:"inv_sword_10",str:28,rand:320},{id:"15258|723",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of the Tiger",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",agi:19,str:19,rand:723},{id:"15258|1233",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of the Bear",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",sta:19,str:19,rand:1233},{id:"15258|321",type:"Sword",slot:"twohand",r:60,q:"2",i:"65",name:"Divine Warblade of Strength",speed:2.7,mindmg:109,maxdmg:164,p:"inv_sword_26",str:29,rand:321},{id:"15259|684",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of the Tiger",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",agi:6,str:6,rand:684},{id:"15259|1194",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of the Bear",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",sta:6,str:6,rand:1194},{id:"15259|191",type:"Mace",slot:"twohand",r:20,q:"2",i:"25",name:"Hefty Battlehammer of Strength",speed:3.2,mindmg:43,maxdmg:65,p:"inv_hammer_16",str:10,rand:191},{id:"15260|696",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of the Tiger",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",agi:10,str:10,rand:696},{id:"15260|1206",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of the Bear",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",sta:10,str:10,rand:1206},{id:"15260|308",type:"Mace",slot:"twohand",r:33,q:"2",i:"38",name:"Stone Hammer of Strength",speed:3,mindmg:64,maxdmg:96,p:"inv_hammer_17",str:16,rand:308},{id:"15261|699",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of the Tiger",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",agi:11,str:11,rand:699},{id:"15261|1209",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of the Bear",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",sta:11,str:11,rand:1209},{id:"15261|309",type:"Mace",slot:"twohand",r:35,q:"2",i:"40",name:"Sequoia Branch of Strength",speed:3.8,mindmg:88,maxdmg:132,p:"inv_hammer_16",str:17,rand:309},{id:"15262|705",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of the Tiger",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",agi:13,str:13,rand:705},{id:"15262|1215",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of the Bear",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",sta:13,str:13,rand:1215},{id:"15262|312",type:"Mace",slot:"twohand",r:41,q:"2",i:"46",name:"Greater Maul of Strength",speed:3.4,mindmg:97,maxdmg:146,p:"inv_hammer_19",str:20,rand:312},{id:"15263|708",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of the Tiger",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",agi:14,str:14,rand:708},{id:"15263|1218",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of the Bear",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",sta:14,str:14,rand:1218},{id:"15263|314",type:"Mace",slot:"twohand",r:45,q:"2",i:"50",name:"Royal Mallet of Strength",speed:2.7,mindmg:83,maxdmg:126,p:"inv_hammer_11",str:22,rand:314},{id:"15264|714",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of the Tiger",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",agi:16,str:16,rand:714},{id:"15264|1224",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of the Bear",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",sta:16,str:16,rand:1224},{id:"15264|317",type:"Mace",slot:"twohand",r:51,q:"2",i:"56",name:"Backbreaker of Strength",speed:3.1,mindmg:107,maxdmg:162,p:"inv_hammer_16",str:25,rand:317},{id:"15265|717",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of the Tiger",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",agi:17,str:17,rand:717},{id:"15265|1227",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of the Bear",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",sta:17,str:17,rand:1227},{id:"15265|318",type:"Mace",slot:"twohand",r:53,q:"2",i:"58",name:"Painbringer of Strength",speed:2.8,mindmg:100,maxdmg:151,p:"inv_hammer_10",str:26,rand:318},{id:"15266|720",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of the Tiger",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",agi:18,str:18,rand:720},{id:"15266|1230",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of the Bear",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",sta:18,str:18,rand:1230},{id:"15266|320",type:"Mace",slot:"twohand",r:56,q:"2",i:"61",name:"Fierce Mauler of Strength",speed:3.3,mindmg:125,maxdmg:188,p:"inv_hammer_08",str:28,rand:320},{id:"15267|720",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of the Tiger",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",agi:18,str:18,rand:720},{id:"15267|1230",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of the Bear",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",sta:18,str:18,rand:1230},{id:"15267|320",type:"Mace",slot:"twohand",r:58,q:"2",i:"63",name:"Brutehammer of Strength",speed:3.4,mindmg:133,maxdmg:200,p:"inv_hammer_10",str:28,rand:320},{id:"15268|675",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of the Tiger",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",agi:3,str:3,rand:675},{id:"15268|1185",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of the Bear",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",sta:3,str:3,rand:1185},{id:"15268|115",type:"Axe",slot:"twohand",r:11,q:"2",i:"16",name:"Twin-bladed Axe of Strength",speed:2.7,mindmg:23,maxdmg:35,p:"inv_axe_09",str:5,rand:115},{id:"15269|681",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of the Tiger",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",agi:5,str:5,rand:681},{id:"15269|1191",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of the Bear",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",sta:5,str:5,rand:1191},{id:"15269|189",type:"Axe",slot:"twohand",r:19,q:"2",i:"24",name:"Massive Battle Axe of Strength",speed:3.3,mindmg:42,maxdmg:64,p:"inv_axe_21",str:8,rand:189},{id:"15270|705",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of the Tiger",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",agi:13,str:13,rand:705},{id:"15270|1215",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of the Bear",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",sta:13,str:13,rand:1215},{id:"15270|312",type:"Axe",slot:"twohand",r:41,q:"2",i:"46",name:"Gigantic War Axe of Strength",speed:3.2,mindmg:91,maxdmg:137,p:"inv_axe_17",str:20,rand:312},{id:"15271|714",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of the Tiger",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",agi:16,str:16,rand:714},{id:"15271|1224",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of the Bear",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",sta:16,str:16,rand:1224},{id:"15271|317",type:"Axe",slot:"twohand",r:51,q:"2",i:"56",name:"Colossal Great Axe of Strength",speed:3.8,mindmg:132,maxdmg:198,p:"inv_axe_12",str:25,rand:317},{id:"15272|717",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of the Tiger",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",agi:17,str:17,rand:717},{id:"15272|1227",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of the Bear",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",sta:17,str:17,rand:1227},{id:"15272|318",type:"Axe",slot:"twohand",r:54,q:"2",i:"59",name:"Razor Axe of Strength",speed:2.5,mindmg:91,maxdmg:138,p:"inv_axe_17",str:26,rand:318},{id:"15273|720",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of the Tiger",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",agi:18,str:18,rand:720},{id:"15273|1230",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of the Bear",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",sta:18,str:18,rand:1230},{id:"15273|320",type:"Axe",slot:"twohand",r:58,q:"2",i:"63",name:"Death Striker of Strength",speed:2.8,mindmg:109,maxdmg:165,p:"inv_axe_18",str:28,rand:320},{id:"15274|1221",type:"Staff",slot:"twohand",r:47,q:"2",i:"52",name:"Diviner Long Staff of the Bear",speed:2.6,mindmg:84,maxdmg:126,p:"inv_staff_26",sta:15,str:15,rand:1221},{id:"15275|1221",type:"Staff",slot:"twohand",r:49,q:"2",i:"54",name:"Thaumaturgist Staff of the Bear",speed:3.6,mindmg:120,maxdmg:181,p:"inv_staff_03",sta:15,str:15,rand:1221},{id:"15276|1227",type:"Staff",slot:"twohand",r:53,q:"2",i:"58",name:"Magus Long Staff of the Bear",speed:3.4,mindmg:122,maxdmg:184,p:"inv_staff_14",sta:17,str:17,rand:1227},{id:"15278|1227",type:"Staff",slot:"twohand",r:55,q:"2",i:"60",name:"Solstice Staff of the Bear",speed:2.6,mindmg:97,maxdmg:146,p:"inv_staff_03",sta:17,str:17,rand:1227},{id:15418,type:"Mace",slot:"twohand",r:52,q:"3",i:"63",name:"Shimmering Platinum Warhammer",speed:3.1,mindmg:142,maxdmg:192,p:"inv_hammer_07",proc:{magic:!0,procgcd:!0,dmg:215}},{id:15424,type:"Axe",slot:"twohand",r:9,q:"2",i:"18",name:"Axe of Orgrimmar",speed:3.3,mindmg:31,maxdmg:47,p:"inv_axe_04",str:3,sta:3},{id:15464,type:"Mace",slot:"twohand",r:24,q:"2",i:"28",name:"Brute Hammer",speed:3.3,mindmg:50,maxdmg:76,p:"inv_hammer_16",agi:1,str:4,sta:8},{id:15854,type:"Staff",slot:"twohand",r:57,q:"3",i:"60",name:"Dancing Sliver",speed:2.4,mindmg:98,maxdmg:148,p:"inv_staff_07"},{id:16039,type:"Sword",slot:"twohand",r:52,q:"3",i:"57",name:"Ta'Kierthan Songblade",speed:3.3,mindmg:130,maxdmg:214,p:"inv_sword_41"},{id:17076,type:"Sword",slot:"twohand",r:60,q:"4",i:"77",name:"Bonereaver's Edge",speed:3.4,mindmg:206,maxdmg:310,p:"inv_sword_12",sta:16,proc:{spell:"Bonereaver",ppm:2},crit:1},{id:17104,type:"Axe",slot:"twohand",r:60,q:"4",i:"76",name:"Spinal Reaper",speed:3.4,mindmg:203,maxdmg:305,p:"inv_axe_09",ap:34},{id:17113,type:"Staff",slot:"twohand",r:60,q:"4",i:"67",name:"Amberseal Keeper",speed:3.3,mindmg:145,maxdmg:229,p:"inv_staff_goldfeathered_01",resist:{fire:5,nature:5,frost:5,shadow:5}},{id:17730,type:"Axe",slot:"twohand",r:48,q:"3",i:"53",name:"Gatorbite Axe",speed:3.2,mindmg:117,maxdmg:176,p:"inv_axe_04",proc:{tick:23,interval:"3000",duration:"30000",bleed:!0}},{id:17743,type:"Staff",slot:"twohand",r:45,q:"3",i:"53",name:"Resurgence Rod",speed:3.8,mindmg:139,maxdmg:209,p:"inv_staff_goldfeathered_01"},{id:18082,type:"Staff",slot:"twohand",r:42,q:"3",i:"47",name:"Zum'rah's Vexing Cane",speed:2.7,mindmg:88,maxdmg:133,p:"inv_staff_10",sta:10},{id:18420,type:"Mace",slot:"twohand",r:57,q:"3",i:"63",name:"Bonecrusher",speed:3,mindmg:129,maxdmg:194,p:"inv_mace_02",str:30,crit:1},{id:18481,type:"Mace",slot:"twohand",r:55,q:"2",i:"60",name:"Skullcracking Mace",speed:3.2,mindmg:119,maxdmg:179,p:"inv_mace_05",agi:10,str:22},{id:18502,type:"Polearm",slot:"twohand",r:57,q:"3",i:"62",name:"Monstrous Glaive",speed:2.9,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_09",sta:23,d:7},{id:18520,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Barbarous Blade",speed:3.2,mindmg:138,maxdmg:207,p:"inv_sword_11",crit:1,ap:60},{id:18531,type:"Mace",slot:"twohand",r:57,q:"3",i:"62",name:"Unyielding Maul",speed:3.2,mindmg:135,maxdmg:204,p:"inv_hammer_22",sta:12,d:8},{id:18534,type:"Staff",slot:"twohand",r:58,q:"3",i:"63",name:"Rod of the Ogre Magi",speed:2.7,mindmg:116,maxdmg:175,p:"inv_staff_32",sta:11},{id:18538,type:"Axe",slot:"twohand",r:58,q:"4",i:"63",name:"Treant's Bane",speed:2.7,mindmg:128,maxdmg:193,p:"inv_axe_10",str:25,sta:15,crit:2},{id:18542,type:"Sword",slot:"twohand",r:60,q:"4",i:"68",name:"Typhoon",speed:2.9,mindmg:150,maxdmg:225,p:"inv_sword_41",agi:20,str:14,sta:10},{id:18717,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Grand Crusader",speed:2.7,mindmg:116,maxdmg:175,p:"inv_hammer_06",sta:10},{id:18725,type:"Polearm",slot:"twohand",r:54,q:"3",i:"59",name:"Peacemaker",speed:3.4,mindmg:137,maxdmg:206,p:"inv_spear_07",crit:1,ap:56},{id:18803,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Hyperthermically Insulated Lava Dredger",speed:2.9,mindmg:155,maxdmg:234,p:"inv_gizmo_02",sta:25,resist:{fire:15}},{id:18830,type:"Axe",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Sunderer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_axe_10",str:26,sta:41,crit:1},{id:18831,type:"Axe",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Battle Axe",speed:3.8,mindmg:235,maxdmg:353,p:"inv_axe_21",str:26,sta:41,crit:1},{id:18867,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Battle Hammer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_03",str:26,sta:41,crit:1},{id:18868,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Pulverizer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_10",str:26,sta:41,crit:1},{id:18869,type:"Polearm",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Glaive",speed:3.8,mindmg:235,maxdmg:353,p:"inv_spear_08",str:26,sta:41,crit:1},{id:18871,type:"Polearm",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Pig Sticker",speed:3.8,mindmg:235,maxdmg:353,p:"inv_spear_01",str:26,sta:41,crit:1},{id:18873,type:"Staff",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Stave",speed:3,mindmg:131,maxdmg:225,p:"inv_staff_14",sta:41},{id:18874,type:"Staff",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's War Staff",speed:3,mindmg:131,maxdmg:225,p:"inv_misc_bone_elfskull_01",sta:41},{id:18876,type:"Sword",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Claymore",speed:3.8,mindmg:235,maxdmg:353,p:"inv_sword_39",str:26,sta:41,crit:1},{id:18877,type:"Sword",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Greatsword",speed:3.8,mindmg:235,maxdmg:353,p:"inv_sword_48",str:26,sta:41,crit:1},{id:19022,type:"Fishing Pole",slot:"twohand",r:44,q:"2",i:"50",name:"Nat Pagle's Extreme Angler FC-5000",speed:3,mindmg:93,maxdmg:140,p:"inv_fishingpole_01",skill:25},{id:19101,type:"Staff",slot:"twohand",r:60,q:"3",i:"65",name:"Whiteout Staff",speed:3.1,mindmg:138,maxdmg:207,p:"inv_staff_30",sta:25},{id:19102,type:"Staff",slot:"twohand",r:60,q:"3",i:"65",name:"Crackling Staff",speed:3.1,mindmg:138,maxdmg:207,p:"inv_staff_20",sta:25},{id:19106,type:"Polearm",slot:"twohand",r:51,q:"3",i:"63",name:"Ice Barbed Spear",speed:3.6,mindmg:155,maxdmg:233,p:"inv_spear_04",agi:21,str:13,sta:20},{id:19167,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Blackfury",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10},crit:1},{id:19169,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Nightfall",speed:3.5,mindmg:187,maxdmg:282,p:"inv_axe_12"},{id:19323,type:"Mace",slot:"twohand",r:60,q:"4",i:"65",name:"The Unstoppable Force",speed:3.8,mindmg:175,maxdmg:292,p:"inv_hammer_13",str:19,sta:15,crit:2},{id:19970,type:"Fishing Pole",slot:"twohand",r:35,q:"3",i:"20",name:"Arcanite Fishing Pole",speed:3,mindmg:42,maxdmg:63,p:"inv_fishingpole_01",skill:35},{id:20069,type:"Staff",slot:"twohand",r:60,q:"4",i:"65",name:"Ironbark Staff",speed:3.4,mindmg:137,maxdmg:243,p:"inv_wand_04",sta:19},{id:20083,type:"Polearm",slot:"twohand",r:50,q:"3",i:"52",name:"Hunting Spear",speed:3.1,mindmg:111,maxdmg:168,p:"inv_spear_02",sta:17,crit:1},{id:20220,type:"Staff",slot:"twohand",r:60,q:"4",i:"65",name:"Ironbark Staff",speed:3.4,mindmg:137,maxdmg:243,p:"inv_wand_04",sta:19},{id:20504,type:"Sword",slot:"twohand",r:47,q:"3",i:"52",name:"Lightforged Blade",speed:3.3,mindmg:118,maxdmg:178,p:"inv_sword_39",str:9,sta:9,resist:{fire:10,frost:10,shadow:10}},{id:20536,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Soul Harvester",speed:3.3,mindmg:118,maxdmg:178,p:"inv_sword_48",sta:16},{id:20556,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Wildstaff",speed:2.5,mindmg:90,maxdmg:135,p:"inv_staff_goldfeathered_01",str:10,sta:10,hit:1,crit:1},{id:20581,type:"Staff",slot:"twohand",r:60,q:"4",i:"71",name:"Staff of Rampant Growth",speed:2.6,mindmg:114,maxdmg:185,p:"inv_staff_36",sta:12,resist:{nature:20}},{id:20654,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Amethyst War Staff",speed:2.9,mindmg:119,maxdmg:179,p:"inv_staff_11",sta:6},{id:20660,type:"Polearm",slot:"twohand",r:55,q:"3",i:"60",name:"Stonecutting Glaive",speed:3.7,mindmg:152,maxdmg:228,p:"inv_spear_06",agi:12,str:29},{id:20669,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Darkstone Claymore",speed:3.6,mindmg:152,maxdmg:229,p:"inv_sword_35",sta:17,ap:54},{id:20696,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Crystal Spiked Maul",speed:3.9,mindmg:168,maxdmg:252,p:"inv_hammer_10",str:16,crit:2},{id:21125,type:"Staff",slot:"twohand",r:60,q:"4",i:"75",name:"Ahn'Qiraj Staff [PH]",speed:2.9,mindmg:170,maxdmg:255,p:"inv_staff_01"},{id:21188,type:"Mace",slot:"twohand",r:60,q:"4",i:"66",name:"Fist of Cenarius",speed:3.5,mindmg:175,maxdmg:263,p:"inv_hammer_23"},{id:21273,type:"Staff",slot:"twohand",r:60,q:"4",i:"79",name:"Blessed Qiraji Acolyte Staff",speed:3,mindmg:132,maxdmg:227,p:"inv_staff_20",sta:32},{id:21275,type:"Staff",slot:"twohand",r:60,q:"4",i:"79",name:"Blessed Qiraji Augur Staff",speed:3,mindmg:132,maxdmg:227,p:"inv_staff_20",sta:23},{id:22314,type:"Polearm",slot:"twohand",r:56,q:"3",i:"61",name:"Huntsman's Harpoon",speed:3.6,mindmg:150,maxdmg:226,p:"inv_spear_06",agi:35},{id:22335,type:"Staff",slot:"twohand",r:58,q:"3",i:"63",name:"Lord Valthalak's Staff of Command",speed:2.1,mindmg:90,maxdmg:136,p:"inv_staff_07",sta:11},{id:22348,type:"Mace",slot:"twohand",r:60,q:"3",i:"65",name:"Doomulus Prime",speed:3.8,mindmg:158,maxdmg:265,p:"inv_hammer_10",str:22,sta:22,hit:1},{id:22394,type:"Staff",slot:"twohand",r:57,q:"3",i:"62",name:"Staff of Metanoia",speed:2.1,mindmg:89,maxdmg:134,p:"inv_staff_29",sta:15},{id:22406,type:"Staff",slot:"twohand",r:56,q:"3",i:"61",name:"Redemption",speed:2.1,mindmg:87,maxdmg:132,p:"inv_staff_23"},{id:22458,type:"Staff",slot:"twohand",r:50,q:"3",i:"52",name:"Moonshadow Stave",speed:3.7,mindmg:133,maxdmg:200,p:"inv_staff_28"},{id:22691,type:"Sword",slot:"twohand",r:60,q:"4",i:"86",name:"Corrupted Ashbringer",speed:3.6,mindmg:259,maxdmg:389,p:"inv_sword_2h_ashbringercorrupt",sta:-25,crit:2,hit:1,proc:{magic:!0,dmg:200,coeff:1}},{id:22809,type:"Mace",slot:"twohand",r:60,q:"4",i:"83",name:"Maul of the Redeemed Crusader",speed:3.6,mindmg:244,maxdmg:367,p:"inv_mace_26",sta:29},{id:23124,type:"Staff",slot:"twohand",r:55,q:"3",i:"60",name:"Staff of Balzaphon",speed:3.9,mindmg:160,maxdmg:241,p:"inv_staff_07",sta:8},{id:23171,type:"Axe",slot:"twohand",r:20,q:"3",i:"25",name:"The Axe of Severing",speed:3,mindmg:50,maxdmg:76,p:"inv_axe_03",str:14},{id:23455,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"Grand Marshal's Demolisher",speed:3.8,mindmg:235,maxdmg:353,p:"inv_hammer_23",sta:28},{id:23465,type:"Mace",slot:"twohand",r:60,q:"4",i:"78",name:"High Warlord's Destroyer",speed:3.8,mindmg:235,maxdmg:353,p:"inv_mace_09",sta:28},{id:204807,type:"Sword",slot:"twohand",r:25,q:"3",i:"30",name:"Fathomblade",speed:3.6,mindmg:71,maxdmg:107,p:"inv_sword_41",proc:{magic:!0,dmg:50},hit:1},{id:209559,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Twilight Sage's Walking Stick",speed:2.6,mindmg:51,maxdmg:78,p:"inv_staff_26",sta:5},{id:209561,type:"Staff",slot:"twohand",r:25,q:"4",i:"30",name:"Rod of the Ancient Sleepwalker",speed:2,mindmg:37,maxdmg:63,p:"inv_staff_06",resist:{shadow:5}},{id:209562,type:"Sword",slot:"twohand",r:25,q:"4",i:"30",name:"Deadly Strike of the Hydra",speed:3.5,mindmg:87,maxdmg:132,p:"inv_sword_42",proc:{magic:!0,tick:21,interval:"3000",duration:"15000",dmg:21}},{id:209564,type:"Polearm",slot:"twohand",r:25,q:"3",i:"30",name:"Guardian's Trident",speed:3,mindmg:59,maxdmg:90,p:"inv_spear_04",agi:12,sta:11},{id:209567,type:"Axe",slot:"twohand",r:25,q:"3",i:"30",name:"Coral Reef Axe",speed:3.3,mindmg:65,maxdmg:98,p:"inv_weapon_halberd_06",sta:9},{id:209573,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Wrathful Spire",speed:2.8,mindmg:55,maxdmg:84,p:"inv_staff_10",sta:11},{id:209577,type:"Mace",slot:"twohand",r:25,q:"3",i:"30",name:"Fist of the Wild",speed:2.8,mindmg:44,maxdmg:72,p:"inv_hammer_10",agi:6,str:6,sta:6,ap:0},{id:211443,type:"Sword",slot:"twohand",r:13,q:"2",i:"18",name:"Blade of Rage",speed:3.5,mindmg:31,maxdmg:47,p:"inv_sword_26",str:3},{id:211940,type:"Polearm",slot:"twohand",r:59,q:"3",i:"64",name:"Ecks'av's Tribal Guardian",speed:3.7,mindmg:154,maxdmg:230,p:"inv_weapon_halberd_04"},{id:211941,type:"Polearm",slot:"twohand",r:58,q:"3",i:"66",name:"Windwalker's Yari",speed:3.6,mindmg:148,maxdmg:224,p:"inv_weapon_halberd_04"},{id:211944,type:"Polearm",slot:"twohand",r:58,q:"3",i:"63",name:"Tojara's Karma",speed:3.5,mindmg:158,maxdmg:234,p:"inv_weapon_halberd_04",proc:{magic:!0,dmg:221}},{id:212580,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Lorekeeper's Staff",speed:2.9,mindmg:57,maxdmg:87,p:"inv_staff_28",sta:10},{id:212584,type:"Staff",slot:"twohand",r:25,q:"3",i:"30",name:"Advisor's Gnarled Staff",speed:2.9,mindmg:57,maxdmg:87,p:"inv_staff_25",sta:10},{id:213289,type:"Staff",slot:"twohand",r:40,q:"3",i:"45",name:"Hydrostaff",speed:2.8,mindmg:78,maxdmg:117,p:"inv_staff_15",resist:{frost:23}},{id:213292,type:"Sword",slot:"twohand",r:40,q:"3",i:"45",name:"Gizmotron Gigachopper",speed:3.2,mindmg:102,maxdmg:153,p:"inv_sword_37",agi:9,str:22},{id:213296,type:"Axe",slot:"twohand",r:40,q:"3",i:"45",name:"Supercharged Headchopper",speed:2.8,mindmg:89,maxdmg:133,p:"inv_axe_21",str:13,proc:{magic:!0,procgcd:!0,dmg:90}},{id:213353,type:"Staff",slot:"twohand",r:40,q:"4",i:"45",name:"Defibrillating Staff",speed:3.3,mindmg:102,maxdmg:160,p:"inv_staff_07",sta:11},{id:213354,type:"Staff",slot:"twohand",r:40,q:"3",i:"45",name:"Staff of the Evil Genius",speed:3.3,mindmg:80,maxdmg:121,p:"inv_staff_14",sta:4,hit:1},{id:213408,type:"Polearm",slot:"twohand",r:40,q:"3",i:"45",name:"Gyromatic Macro-Adjustor",speed:3.2,mindmg:101,maxdmg:152,p:"inv_spear_05",agi:15,sta:9},{id:213416,type:"Axe",slot:"twohand",r:40,q:"4",i:"45",name:"Thermaplugg's Rocket Cleaver",speed:3.3,mindmg:117,maxdmg:175,p:"inv_axe_03",str:29,sta:12},{id:216495,type:"Mace",slot:"twohand",r:40,q:"4",i:"40",name:"Sanguine Crusher",speed:3.4,mindmg:110,maxdmg:165,p:"inv_misc_bone_orcskull_01",str:18,sta:12,crit:1},{id:216884,type:"Sword",slot:"twohand",r:125,q:"4",i:"100",name:"Bloodthirst Blade",speed:4.2,mindmg:649,maxdmg:764,p:"inv_sword_50",str:333},{id:217006,type:"Mace",slot:"twohand",r:0,q:"3",i:"40",name:"Mechanic's Pipehammer",speed:2.8,mindmg:80,maxdmg:112,p:"inv_mace_04",sta:21},{id:217299,type:"Staff",slot:"twohand",r:34,q:"3",i:"39",name:"Illusionary Rod",speed:3.4,mindmg:94,maxdmg:142,p:"inv_wand_04",sta:7},{id:217302,type:"Mace",slot:"twohand",r:39,q:"3",i:"44",name:"Mograine's Might",speed:3.2,mindmg:100,maxdmg:149,p:"inv_mace_13",str:17},{id:217704,type:"Staff",slot:"twohand",r:37,q:"3",i:"42",name:"Ironshod Bludgeon",speed:2.5,mindmg:68,maxdmg:106,p:"inv_staff_28",str:8,sta:20},{id:219223,type:"Sword",slot:"twohand",r:50,q:"3",i:"50",name:"Blademaster's Fury",speed:3,mindmg:104,maxdmg:157,p:"inv_sword_137",str:17,sta:10},{id:220173,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Parasomnia",speed:3.4,mindmg:142,maxdmg:213,p:"inv_sword_50",agi:11,str:15,sta:28},{id:220566,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Smolder Claw",speed:3.9,mindmg:158,maxdmg:237,p:"inv_weapon_halberd_04",agi:28,proc:{magic:!0,procgcd:!0,dmg:135,tick:5,interval:"2000",duration:"6000"}},{id:220567,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Bloodied Headspike",speed:3.6,mindmg:146,maxdmg:219,p:"inv_spear_06",agi:22,sta:15,crit:1,hit:1},{id:220568,type:"Axe",slot:"twohand",r:50,q:"4",i:"53",name:"Temple Explorer's Gun Axe",speed:3.5,mindmg:142,maxdmg:213,p:"inv_weapon_rifle_06",str:18,sta:15},{id:220569,type:"Mace",slot:"twohand",r:50,q:"4",i:"53",name:"Blistering Ragehammer",speed:3.7,mindmg:150,maxdmg:225,p:"inv_hammer_06",proc:{spell:"BlisteringRagehammer",ppm:2.7}},{id:220590,type:"Staff",slot:"twohand",r:50,q:"4",i:"55",name:"Spire of Hakkari Worship",speed:3.8,mindmg:135,maxdmg:214,p:"inv_waepon_bow_zulgrub_d_01",sta:13,crit:3},{id:220591,type:"Staff",slot:"twohand",r:50,q:"4",i:"53",name:"Mijan's Restorative Rod",speed:2.5,mindmg:101,maxdmg:152,p:"inv_staff_goldfeathered_01",sta:11},{id:220594,type:"Polearm",slot:"twohand",r:50,q:"4",i:"53",name:"Scythe of the Dream",speed:3.6,mindmg:146,maxdmg:219,p:"inv_sword_48",agi:11,str:26,sta:13,hit:1},{id:220595,type:"Staff",slot:"twohand",r:50,q:"4",i:"58",name:"Nightmare Focus Staff",speed:2.1,mindmg:74,maxdmg:120,p:"inv_staff_07",sta:30},{id:220596,type:"Staff",slot:"twohand",r:50,q:"4",i:"58",name:"Ancient Divining Rod",speed:2,mindmg:72,maxdmg:116,p:"inv_staff_goldfeathered_01",agi:19,str:31,sta:13},{id:220686,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Chieftain's Bane",speed:3.5,mindmg:146,maxdmg:219,p:"inv_sword_45",str:35,crit:1},{id:220965,type:"Axe",slot:"twohand",r:50,q:"4",i:"53",name:"Scalebane Greataxe",speed:3.4,mindmg:138,maxdmg:207,p:"inv_axe_34"},{id:221441,type:"Mace",slot:"twohand",r:43,q:"3",i:"50",name:"Warden of the Dream",speed:2,mindmg:60,maxdmg:94,p:"inv_hammer_10",agi:14,str:18,sta:10},{id:221518,type:"Mace",slot:"twohand",r:0,q:"3",i:"55",name:"Whisper",speed:2.6,mindmg:109,maxdmg:163,p:"inv_hammer_05",str:20,sta:12,crit:1},{id:221780,type:"Mace",slot:"twohand",r:46,q:"3",i:"54",name:"Princess Theradras' Scepter",speed:3.4,mindmg:111,maxdmg:174,p:"inv_hammer_10",agi:10,str:13,sta:15,proc:{spell:"Vibroblade"}},{id:223526,type:"Sword",slot:"twohand",r:50,q:"4",i:"55",name:"Sul'thraze the Lasher",speed:2,mindmg:84,maxdmg:125,p:"inv_sword_40",str:23,sta:8,proc:{magic:!0,dmg:150,tick:25,interval:"3000",duration:"15000"}},{id:223536,type:"Polearm",slot:"twohand",r:42,q:"3",i:"47",name:"Grimlok's Charge",speed:3.4,mindmg:112,maxdmg:168,p:"inv_spear_08",agi:15,str:10,sta:15},{id:223538,type:"Staff",slot:"twohand",r:48,q:"3",i:"53",name:"Kindling Stave",speed:2.9,mindmg:106,maxdmg:160,p:"inv_staff_18",sta:10,resist:{fire:10},crit:1},{id:225893,type:"Sword",slot:"twohand",r:125,q:"4",i:"100",name:"Epoch's End",speed:4.2,mindmg:649,maxdmg:764,p:"inv_sword_50",str:333},{id:227683,type:"Mace",slot:"twohand",r:60,q:"5",i:"80",name:"Sulfuras Hand of Ragnaros",speed:3.8,mindmg:229,maxdmg:382,p:"inv_hammer_unique_sulfuras",str:12,sta:12,resist:{fire:32},proc:{magic:!0,dmg:303,tick:15,interval:"2000",duration:"10000",spell:"MeltArmor",ppm:.7}},{id:227684,type:"Mace",slot:"twohand",r:60,q:"4",i:"67",name:"Sulfuron Hammer",speed:3.8,mindmg:181,maxdmg:303,p:"inv_hammer_unique_sulfuras",str:10,sta:10,resist:{fire:30},proc:{magic:!0,procgcd:!0,dmg:92,tick:4,interval:"2000",duration:"8000"}},{id:227691,type:"Sword",slot:"twohand",r:59,q:"4",i:"64",name:"Blade of Hanna",speed:2.1,mindmg:101,maxdmg:152,p:"inv_sword_10",agi:11,str:11,sta:11},{id:227833,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Glaive of Obsidian Fury",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10},crit:1},{id:227843,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Reaving Nightfall",speed:3.5,mindmg:187,maxdmg:282,p:"inv_axe_12"},{id:227845,type:"Axe",slot:"twohand",r:60,q:"4",i:"70",name:"Refined Arcanite Reaper",speed:4,mindmg:215,maxdmg:322,p:"inv_axe_09",sta:18,ap:84},{id:227857,type:"Sword",slot:"twohand",r:53,q:"3",i:"58",name:"Desecration",speed:3,mindmg:119,maxdmg:179,p:"inv_sword_07",str:30,sta:30},{id:227858,type:"Mace",slot:"twohand",r:58,q:"3",i:"63",name:"Hammer of the Wild Gods",speed:3.8,mindmg:163,maxdmg:246,p:"inv_hammer_09",str:15},{id:227880,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Finely-Enchanted Battlehammer",speed:2.6,mindmg:100,maxdmg:150,p:"inv_hammer_05",hit:2},{id:227934,type:"Polearm",slot:"twohand",r:51,q:"3",i:"56",name:"Flame Wrath",speed:3.3,mindmg:127,maxdmg:191,p:"inv_spear_01",proc:{magic:!0,dmg:150}},{id:227948,type:"Axe",slot:"twohand",r:51,q:"3",i:"56",name:"Angerforge's Battle Axe",speed:2.6,mindmg:100,maxdmg:150,p:"inv_weapon_halberd_06",str:27,sta:11},{id:227949,type:"Mace",slot:"twohand",r:51,q:"3",i:"56",name:"Force of Magma",speed:3.2,mindmg:123,maxdmg:185,p:"inv_hammer_09",str:14,proc:{magic:!0,procgcd:!0,dmg:150}},{id:227950,type:"Sword",slot:"twohand",r:51,q:"3",i:"56",name:"Stone of the Earth",speed:3.2,mindmg:123,maxdmg:185,p:"inv_sword_47",sta:12},{id:227960,type:"Mace",slot:"twohand",r:52,q:"3",i:"57",name:"Impervious Giant",speed:2.7,mindmg:105,maxdmg:159,p:"inv_hammer_08",hit:1,crit:2},{id:227974,type:"Mace",slot:"twohand",r:53,q:"3",i:"58",name:"Lavastone Hammer",speed:3.4,mindmg:135,maxdmg:203,p:"inv_hammer_10",str:10,sta:14},{id:227981,type:"Axe",slot:"twohand",r:54,q:"3",i:"59",name:"Dreadforge Retaliator",speed:3.7,mindmg:149,maxdmg:225,p:"inv_axe_22",crit:1,ap:30},{id:227982,type:"Staff",slot:"twohand",r:54,q:"3",i:"59",name:"Guiding Stave of Wisdom",speed:3.3,mindmg:133,maxdmg:200,p:"inv_staff_30",sta:11,resist:{frost:10}},{id:227994,type:"Mace",slot:"twohand",r:54,q:"3",i:"59",name:"Frightskull Shaft",speed:3.4,mindmg:137,maxdmg:206,p:"inv_hammer_13",proc:{magic:!0,tick:8,interval:"2000",duration:"30000"}},{id:227997,type:"Sword",slot:"twohand",r:56,q:"3",i:"61",name:"Barovian Family Sword",speed:2.1,mindmg:87,maxdmg:132,p:"inv_sword_03",proc:{magic:!0,tick:30,interval:"3000",duration:"15000"}},{id:228022,type:"Staff",slot:"twohand",r:57,q:"4",i:"62",name:"Headmaster's Charge",speed:2.9,mindmg:135,maxdmg:204,p:"inv_jewelry_talisman_12",sta:30},{id:228029,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Gravestone War Axe",speed:3.4,mindmg:144,maxdmg:217,p:"inv_weapon_halberd_09",proc:{magic:!0,tick:55,interval:"3000",duration:"15000"}},{id:228030,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Malicious Axe",speed:3.1,mindmg:131,maxdmg:197,p:"inv_axe_18",sta:30,ap:26},{id:228033,type:"Mace",slot:"twohand",r:57,q:"3",i:"62",name:"Hammer of Divine Might",speed:2.1,mindmg:89,maxdmg:134,p:"inv_hammer_04",sta:13},{id:228051,type:"Staff",slot:"twohand",r:53,q:"3",i:"58",name:"Quel'dorai Channeling Rod",speed:2.8,mindmg:111,maxdmg:167,p:"inv_staff_14",sta:8},{id:228052,type:"Axe",slot:"twohand",r:53,q:"3",i:"58",name:"Waveslicer",speed:3.1,mindmg:123,maxdmg:185,p:"inv_axe_17",str:26,crit:1},{id:228075,type:"Polearm",slot:"twohand",r:57,q:"3",i:"62",name:"Spear of Destiny",speed:3.8,mindmg:123,maxdmg:185,p:"inv_weapon_halberd_09",agi:27,str:15,sta:11},{id:228086,type:"Sword",slot:"twohand",r:57,q:"3",i:"62",name:"Repurposed Shredderblade",speed:3.6,mindmg:152,maxdmg:229,p:"inv_sword_35",sta:17,ap:54},{id:228108,type:"Axe",slot:"twohand",r:57,q:"3",i:"62",name:"Shadow of Gorehowl",speed:3.6,mindmg:152,maxdmg:229,p:"inv_weapon_halberd_09",agi:15,str:27,sta:11,proc:{magic:!0,tick:55,interval:"3000",duration:"15000"}},{id:228116,type:"Axe",slot:"twohand",r:58,q:"3",i:"63",name:"Pattern: Synthetic Gordok Ogre Suit",speed:3.8,mindmg:153,maxdmg:256,p:"inv_chest_chain_14",sta:13,ap:62},{id:228125,type:"Sword",slot:"twohand",r:58,q:"3",i:"63",name:"Refined Arcanite Champion",speed:3,mindmg:129,maxdmg:194,p:"inv_sword_39"},{id:228160,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Faithbringer",speed:3.9,mindmg:170,maxdmg:301,p:"inv_hammer_04",sta:21,crit:1},{id:228166,type:"Staff",slot:"twohand",r:60,q:"4",i:"75",name:"Key to the City",speed:3.3,mindmg:145,maxdmg:242,p:"inv_misc_key_15",sta:23},{id:228167,type:"Staff",slot:"twohand",r:54,q:"3",i:"59",name:"Whelpling-Head Trophy",speed:3.3,mindmg:133,maxdmg:200,p:"inv_misc_head_dragon_bronze",sta:11,resist:{frost:10}},{id:228170,type:"Polearm",slot:"twohand",r:60,q:"4",i:"66",name:"Makeshift South Sea Oar",speed:2.1,mindmg:105,maxdmg:158,p:"inv_spear_08",str:35,sta:15,resist:{fire:10}},{id:228229,type:"Sword",slot:"twohand",r:60,q:"4",i:"68",name:"Obsidian Edged Blade",speed:3.6,mindmg:187,maxdmg:280,p:"inv_sword_28",str:42,skill:3,crit:1},{id:228230,type:"Mace",slot:"twohand",r:60,q:"4",i:"70",name:"Refined Hammer of the Titans",speed:2,mindmg:107,maxdmg:161,p:"inv_hammer_09",str:36},{id:228248,type:"Mace",slot:"twohand",r:60,q:"4",i:"66",name:"Earthshaker",speed:3.5,mindmg:175,maxdmg:263,p:"inv_hammer_04",ap:22},{id:228271,type:"Staff",slot:"twohand",r:60,q:"4",i:"71",name:"Staff of Dominance",speed:2.9,mindmg:125,maxdmg:204,p:"inv_staff_13",sta:16,crit:1},{id:228272,type:"Polearm",slot:"twohand",r:58,q:"4",i:"71",name:"Shadowstrike",speed:3.4,mindmg:186,maxdmg:279,p:"inv_spear_08",agi:33,sta:13,proc:{magic:!0,dmg:200,coeff:1}},{id:228273,type:"Polearm",slot:"twohand",r:58,q:"4",i:"71",name:"Thunderstrike",speed:3.4,mindmg:186,maxdmg:279,p:"inv_spear_08",agi:13,sta:33,proc:{magic:!0,dmg:250}}]}; \ No newline at end of file diff --git a/dist/js/data/spells.min.js b/dist/js/data/spells.min.js index 0f85a88e..073cd6f2 100644 --- a/dist/js/data/spells.min.js +++ b/dist/js/data/spells.min.js @@ -1 +1 @@ -var spells=[{id:772,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:4,maxlevel:9,value1:15,value2:3,duration:10,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6546,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:10,maxlevel:19,value1:28,value2:4,duration:13,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6547,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:20,maxlevel:29,value1:45,value2:5,duration:16,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6548,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:30,maxlevel:39,value1:66,value2:6,duration:19,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11572,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:40,maxlevel:49,value1:98,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11573,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:50,maxlevel:59,value1:126,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11574,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:60,value1:147,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:78,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:1,maxlevel:7,value1:11,active:!0},{id:284,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:8,maxlevel:15,value1:21,active:!0},{id:285,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:16,maxlevel:23,value1:32,active:!0},{id:1608,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:24,maxlevel:31,value1:44,active:!0},{id:11564,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:32,maxlevel:39,value1:58,active:!0},{id:11565,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:40,maxlevel:47,value1:80,active:!0},{id:11566,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:48,maxlevel:55,value1:111,active:!0},{id:11567,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:56,value1:138,active:!0,aq:!1},{id:25286,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:60,value1:157,active:!0,aq:!0},{id:845,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:20,maxlevel:29,value1:5},{id:7369,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:30,maxlevel:39,value1:10},{id:11608,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:40,maxlevel:49,value1:18},{id:11609,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:50,maxlevel:59,value1:32},{id:20569,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:60,value1:50},{id:6673,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:15,value2:.5,minlevel:2,maxlevel:11,buff:!0,aura:!0},{id:5242,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:35,value2:.5,minlevel:12,maxlevel:21,buff:!0,aura:!0},{id:6192,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:55,value2:.5,minlevel:22,maxlevel:31,buff:!0,aura:!0},{id:11549,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:85,value2:1,minlevel:32,maxlevel:41,buff:!0,aura:!0},{id:11550,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:130,value2:1,minlevel:42,maxlevel:51,buff:!0,aura:!0},{id:11551,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:185,value2:1,minlevel:52,aq:!1,buff:!0,aura:!0},{id:25289,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:232,value2:1,minlevel:60,aq:!0,buff:!0,aura:!0},{id:2687,name:"Bloodrage",classname:"Bloodrage",iconname:"ability_racial_bloodrage",active:!0,buff:!0},{id:11597,name:"Sunder Armor",classname:"SunderArmor",iconname:"ability_warrior_sunder",minrage:50,minrageactive:!1,duration:15,durationactive:!1,globals:1,globalsactive:!1,active:!1},{id:7384,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:5,minlevel:12,maxlevel:27,active:!1},{id:7887,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:15,minlevel:28,maxlevel:43,active:!1},{id:11584,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:25,minlevel:44,maxlevel:59,active:!1},{id:11585,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:35,minlevel:60,active:!1},{id:1715,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:8,maxlevel:31,value1:5,active:!1},{id:7372,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:32,maxlevel:53,value1:18,active:!1},{id:7373,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:54,value1:45,active:!1},{id:6343,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:10,durationactive:!0,minlevel:6,maxlevel:17,value1:10,active:!1},{id:8198,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:14,durationactive:!0,minlevel:18,maxlevel:27,value1:23,active:!1},{id:8204,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:18,durationactive:!0,minlevel:28,maxlevel:37,value1:37,active:!1},{id:8205,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:22,durationactive:!0,minlevel:38,maxlevel:47,value1:55,active:!1},{id:11580,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:26,durationactive:!0,minlevel:48,maxlevel:57,value1:82,active:!1},{id:11581,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:30,durationactive:!0,minlevel:58,value1:103,active:!1},{id:5308,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:24,maxlevel:31,priorityap:2e3,priorityapactive:2e3,value1:125,value2:3,active:!0},{id:20658,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:32,maxlevel:39,value1:200,value2:6,active:!0},{id:20660,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:40,maxlevel:47,value1:325,value2:9,active:!0},{id:20661,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:48,maxlevel:55,value1:450,value2:12,active:!0},{id:20662,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:56,value1:600,value2:15,active:!0},{id:18499,name:"Berserker Rage",classname:"BerserkerRage",iconname:"spell_nature_ancestralguardian",minlevel:32,maxrage:25,maxrageactive:!1,active:!0,buff:!0,zerkerpriority:!1},{id:1680,name:"Whirlwind",classname:"Whirlwind",iconname:"ability_whirlwind",minrage:50,minrageactive:!1,maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,minlevel:36,active:!1},{id:440488,name:"Shockwave",classname:"Shockwave",iconname:"ability_warrior_shockwave",minrage:50,minrageactive:!1,maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,minlevel:1,active:!1},{id:23894,name:"Bloodthirst",classname:"Bloodthirst",iconname:"spell_nature_bloodlust",minrage:30,minrageactive:!1,active:!1},{id:12294,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:85,minlevel:40,maxlevel:47,active:!1},{id:21551,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:110,minlevel:48,maxlevel:53,active:!1},{id:21552,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:135,minlevel:54,maxlevel:59,active:!1},{id:27580,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:160,minlevel:60,active:!1},{id:1719,name:"Recklessness",classname:"Recklessness",iconname:"ability_criticalstrike",timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:50,aura:!0,active:!0,buff:!0},{id:23922,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:225,value2:235,minlevel:40,maxlevel:47,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23923,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:264,value2:276,minlevel:48,maxlevel:53,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23924,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:303,value2:317,minlevel:54,maxlevel:59,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23925,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:342,value2:358,minlevel:60,duration:15,durationactive:!1,resolve:!1,active:!1},{id:12328,name:"Death Wish",classname:"DeathWish",iconname:"spell_shadow_deathpact",timetoend:31,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,active:!1,buff:!0},{id:6612,name:"Rage Potion",classname:"RagePotion",iconname:"inv_potion_24",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:4,maxlevel:25,value1:20,value2:40,active:!0,buff:!0},{id:6613,name:"Great Rage Potion",classname:"RagePotion",iconname:"inv_potion_21",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:26,value1:30,value2:60,active:!0,buff:!0},{id:17528,name:"Mighty Rage Potion",classname:"MightyRagePotion",iconname:"inv_potion_41",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,minlevel:46,value1:45,value2:75,active:!0,buff:!0},{id:435973,name:"Mildly Irradiated Rejuvenation Potion",classname:"MildlyIrradiated",iconname:"inv_alchemy_elixir_03",minlevel:35,timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,active:!0,aura:!0,buff:!0,sod:!0},{id:26296,name:"Berserking",classname:"Berserking",iconname:"racial_troll_berserk",timetoend:11,timetoendactive:!1,timetostart:0,timetostartactive:!1,haste:30,aura:!0,active:!0,buff:!0},{id:20572,name:"Blood Fury",classname:"BloodFury",iconname:"racial_orc_berserkerstrength",timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,active:!0,buff:!0},{id:1464,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:32,minlevel:30,maxlevel:37,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:8820,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:43,minlevel:38,maxlevel:45,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:11604,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:68,minlevel:46,maxlevel:53,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:11605,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:87,minlevel:54,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:402911,name:"Raging Blow",classname:"RagingBlow",iconname:"ability_hunter_swiftstrike",execute:!0,rune:!0},{id:425418,name:"Consumed by Rage",classname:"ConsumedRage",iconname:"spell_nature_shamanrage",procblock:!0,rageblock:70,rageblockactive:!0,chargeblock:4,chargeblockactive:!1,erageblock:80,erageblockactive:!1,echargeblock:4,echargeblockactive:!1,aura:!0,buff:!0,rune:!0},{id:402927,name:"Victory Rush",classname:"VictoryRush",iconname:"ability_warrior_devastate",rune:!0},{id:429765,name:"Quick Strike",classname:"QuickStrike",iconname:"inv_axe_03",minrage:0,minrageactive:!0,maincd:2,maincdactive:!1,rune:!0},{id:427070,name:"Rampage",classname:"Rampage",iconname:"ability_warrior_rampage",timetoend:31,timetoendactive:!1,timetostart:0,timetostartactive:!0,active:!1,rune:!0,buff:!0,aura:!0},{id:215115,name:"Hyperconductive Goldwrap",classname:"CoinFlip",iconname:"inv_belt_32",item:!0,noitemcd:!0,aura:!0,alwaysheads:!1,alwaystails:!1,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:21670,name:"Badge of the Swarmguard",classname:"Swarmguard",iconname:"inv_misc_ahnqirajtrinket_04",item:!0,noitemcd:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:211423,name:"Void-Touched Leather Gloves",classname:"VoidMadness",iconname:"inv_gauntlets_24",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:20130,name:"Diamond Flask",classname:"Flask",iconname:"inv_drink_01",item:!0,aura:!0,timetoend:60,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:14554,name:"Cloudkeeper Legplates",classname:"Cloudkeeper",iconname:"inv_pants_04",item:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:213348,name:"Gyromatic Experiment 420b",classname:"GyromaticAcceleration",iconname:"inv_gizmo_05",item:!0,noitemcd:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:215166,name:"Glowing Gneuro-Linked Cowl",classname:"GneuroLogical",iconname:"inv_helmet_15",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:215161,name:"Tempered Interference-Negating Helmet",classname:"GneuroLogical",iconname:"inv_helmet_49",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:23041,name:"Slayer's Crest",classname:"Slayer",iconname:"inv_trinket_naxxramas03",item:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:22954,name:"Kiss of the Spider",classname:"Spider",iconname:"inv_trinket_naxxramas04",item:!0,aura:!0,timetoend:15,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:23570,name:"Jom Gabbar",classname:"Gabbar",iconname:"inv_misc_enggizmos_19",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:21180,name:"Earthstrike",classname:"Earthstrike",iconname:"spell_nature_abolishmagic",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:9449,name:"Manual Crowd Pummeler",classname:"Pummeler",iconname:"inv_mace_14",item:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:19949,name:"Zandalarian Hero Medallion",classname:"Zandalarian",iconname:"inv_jewelry_necklace_13",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:8348,name:"Helm of Fire",classname:"Fireball",iconname:"inv_helmet_08",item:!0,noitemcd:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!0},{id:220568,name:"Temple Explorer's Gun Axe",classname:"GunAxe",iconname:"inv_weapon_rifle_06",item:!0,noitemcd:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!0},{id:221442,name:"Roar of the Guardian",classname:"RoarGuardian",iconname:"spell_nature_spiritarmor",item:!0,aura:!0,timetoend:20,timetoendactive:!0,timetostart:0,timetostartactive:!1},{id:219223,name:"Blademaster's Fury",classname:"BlademasterFury",iconname:"inv_sword_137",item:!0,active:!0},{id:220632,name:"Atal'ai Blood Ritual Medallion",classname:"RelentlessStrength",iconname:"inv_jewelry_necklace_26",item:!0,aura:!0,timetoend:20,timetoendactive:!0,timetostart:0,timetostartactive:!1}]; \ No newline at end of file +var spells=[{id:772,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:4,maxlevel:9,value1:15,value2:3,duration:10,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6546,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:10,maxlevel:19,value1:28,value2:4,duration:13,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6547,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:20,maxlevel:29,value1:45,value2:5,duration:16,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:6548,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:30,maxlevel:39,value1:66,value2:6,duration:19,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11572,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:40,maxlevel:49,value1:98,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11573,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:50,maxlevel:59,value1:126,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:11574,name:"Rend",classname:"Rend",iconname:"ability_gouge",minlevel:60,value1:147,value2:7,duration:22,durationactive:!0,maxrage:25,maxrageactive:!1,active:!1,aura:!0},{id:78,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:1,maxlevel:7,value1:11,active:!0},{id:284,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:8,maxlevel:15,value1:21,active:!0},{id:285,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:16,maxlevel:23,value1:32,active:!0},{id:1608,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:24,maxlevel:31,value1:44,active:!0},{id:11564,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:32,maxlevel:39,value1:58,active:!0},{id:11565,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:40,maxlevel:47,value1:80,active:!0},{id:11566,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:48,maxlevel:55,value1:111,active:!0},{id:11567,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:56,value1:138,active:!0,aq:!1},{id:25286,name:"Heroic Strike",classname:"HeroicStrike",iconname:"ability_rogue_ambush",minrage:30,minrageactive:!0,unqueue:15,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:60,value1:157,active:!0,aq:!0},{id:845,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:20,maxlevel:29,value1:5},{id:7369,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:30,maxlevel:39,value1:10},{id:11608,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:40,maxlevel:49,value1:18},{id:11609,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:50,maxlevel:59,value1:32},{id:20569,name:"Cleave",classname:"Cleave",iconname:"ability_warrior_cleave",minrage:40,minrageactive:!0,unqueue:20,unqueueactive:!1,maincd:2,maincdactive:!1,exmacro:!0,minlevel:60,value1:50},{id:6673,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:15,value2:.5,minlevel:2,maxlevel:11,buff:!0,aura:!0},{id:5242,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:35,value2:.5,minlevel:12,maxlevel:21,buff:!0,aura:!0},{id:6192,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:55,value2:.5,minlevel:22,maxlevel:31,buff:!0,aura:!0},{id:11549,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:85,value2:1,minlevel:32,maxlevel:41,buff:!0,aura:!0},{id:11550,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:130,value2:1,minlevel:42,maxlevel:51,buff:!0,aura:!0},{id:11551,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:185,value2:1,minlevel:52,aq:!1,buff:!0,aura:!0},{id:25289,name:"Battle Shout",classname:"BattleShout",iconname:"Ability_Warrior_BattleShout",value1:232,value2:1,minlevel:60,aq:!0,buff:!0,aura:!0},{id:2687,name:"Bloodrage",classname:"Bloodrage",iconname:"ability_racial_bloodrage",active:!0,buff:!0},{id:11597,name:"Sunder Armor",classname:"SunderArmor",iconname:"ability_warrior_sunder",minrage:50,minrageactive:!1,duration:15,durationactive:!1,globals:1,globalsactive:!1,active:!1},{id:7384,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:5,minlevel:12,maxlevel:27,active:!1},{id:7887,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:15,minlevel:28,maxlevel:43,active:!1},{id:11584,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:25,minlevel:44,maxlevel:59,active:!1},{id:11585,name:"Overpower",classname:"Overpower",iconname:"ability_meleedamage",maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,value1:35,minlevel:60,active:!1},{id:1715,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:8,maxlevel:31,value1:5,active:!1},{id:7372,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:32,maxlevel:53,value1:18,active:!1},{id:7373,name:"Hamstring",classname:"Hamstring",iconname:"ability_shockwave",minrage:50,minrageactive:!0,duration:15,durationactive:!1,minlevel:54,value1:45,active:!1},{id:6343,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:10,durationactive:!0,minlevel:6,maxlevel:17,value1:10,active:!1},{id:8198,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:14,durationactive:!0,minlevel:18,maxlevel:27,value1:23,active:!1},{id:8204,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:18,durationactive:!0,minlevel:28,maxlevel:37,value1:37,active:!1},{id:8205,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:22,durationactive:!0,minlevel:38,maxlevel:47,value1:55,active:!1},{id:11580,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:26,durationactive:!0,minlevel:48,maxlevel:57,value1:82,active:!1},{id:11581,name:"Thunder Clap",classname:"ThunderClap",iconname:"spell_nature_thunderclap",cooldown:4,minrage:50,minrageactive:!1,duration:30,durationactive:!0,minlevel:58,value1:103,active:!1},{id:5308,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:24,maxlevel:31,priorityap:2e3,priorityapactive:2e3,value1:125,value2:3,active:!0},{id:20658,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:32,maxlevel:39,value1:200,value2:6,active:!0},{id:20660,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:40,maxlevel:47,value1:325,value2:9,active:!0},{id:20661,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:48,maxlevel:55,value1:450,value2:12,active:!0},{id:20662,name:"Execute",classname:"Execute",iconname:"inv_sword_48",minlevel:56,value1:600,value2:15,active:!0},{id:18499,name:"Berserker Rage",classname:"BerserkerRage",iconname:"spell_nature_ancestralguardian",minlevel:32,maxrage:25,maxrageactive:!1,active:!0,buff:!0,zerkerpriority:!1},{id:1680,name:"Whirlwind",classname:"Whirlwind",iconname:"ability_whirlwind",minrage:50,minrageactive:!1,maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,minlevel:36,active:!1},{id:440488,name:"Shockwave",classname:"Shockwave",iconname:"ability_warrior_shockwave",minrage:50,minrageactive:!1,maxrage:25,maxrageactive:!1,maincd:2,maincdactive:!1,minlevel:1,active:!1},{id:23894,name:"Bloodthirst",classname:"Bloodthirst",iconname:"spell_nature_bloodlust",minrage:30,minrageactive:!1,active:!1},{id:12294,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:85,minlevel:40,maxlevel:47,active:!1},{id:21551,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:110,minlevel:48,maxlevel:53,active:!1},{id:21552,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:135,minlevel:54,maxlevel:59,active:!1},{id:27580,name:"Mortal Strike",classname:"MortalStrike",iconname:"ability_warrior_savageblow",minrage:30,minrageactive:!1,value1:160,minlevel:60,active:!1},{id:1719,name:"Recklessness",classname:"Recklessness",iconname:"ability_criticalstrike",timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:50,aura:!0,active:!0,buff:!0},{id:23922,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:225,value2:235,minlevel:40,maxlevel:47,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23923,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:264,value2:276,minlevel:48,maxlevel:53,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23924,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:303,value2:317,minlevel:54,maxlevel:59,duration:15,durationactive:!1,resolve:!1,active:!1},{id:23925,name:"Shield Slam",classname:"ShieldSlam",iconname:"inv_shield_05",minrage:30,minrageactive:!1,swordboard:!1,value1:342,value2:358,minlevel:60,duration:15,durationactive:!1,resolve:!1,active:!1},{id:12328,name:"Death Wish",classname:"DeathWish",iconname:"spell_shadow_deathpact",timetoend:31,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,active:!1,buff:!0},{id:6612,name:"Rage Potion",classname:"RagePotion",iconname:"inv_potion_24",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:4,maxlevel:25,value1:20,value2:40,active:!0,buff:!0},{id:6613,name:"Great Rage Potion",classname:"RagePotion",iconname:"inv_potion_21",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,minlevel:26,value1:30,value2:60,active:!0,buff:!0},{id:17528,name:"Mighty Rage Potion",classname:"MightyRagePotion",iconname:"inv_potion_41",timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,minlevel:46,value1:45,value2:75,active:!0,buff:!0},{id:435973,name:"Mildly Irradiated Rejuvenation Potion",classname:"MildlyIrradiated",iconname:"inv_alchemy_elixir_03",minlevel:35,timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,active:!0,aura:!0,buff:!0,sod:!0},{id:26296,name:"Berserking",classname:"Berserking",iconname:"racial_troll_berserk",timetoend:11,timetoendactive:!1,timetostart:0,timetostartactive:!1,haste:30,aura:!0,active:!0,buff:!0},{id:20572,name:"Blood Fury",classname:"BloodFury",iconname:"racial_orc_berserkerstrength",timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1,aura:!0,active:!0,buff:!0},{id:1464,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:32,minlevel:30,maxlevel:37,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:8820,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:43,minlevel:38,maxlevel:45,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:11604,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:68,minlevel:46,maxlevel:53,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:11605,name:"Slam",classname:"Slam",iconname:"ability_warrior_decisivestrike",minrage:30,minrageactive:!1,value1:87,minlevel:54,maincd:2,maincdactive:!1,swingreset:!0,afterswing:!0,bloodsurge:!0,active:!1},{id:402911,name:"Raging Blow",classname:"RagingBlow",iconname:"ability_hunter_swiftstrike",execute:!0,rune:!0},{id:425418,name:"Consumed by Rage",classname:"ConsumedRage",iconname:"spell_nature_shamanrage",procblock:!0,rageblock:70,rageblockactive:!0,chargeblock:4,chargeblockactive:!1,erageblock:80,erageblockactive:!1,echargeblock:4,echargeblockactive:!1,aura:!0,buff:!0,rune:!0},{id:402927,name:"Victory Rush",classname:"VictoryRush",iconname:"ability_warrior_devastate",rune:!0},{id:429765,name:"Quick Strike",classname:"QuickStrike",iconname:"inv_axe_03",minrage:0,minrageactive:!0,maincd:2,maincdactive:!1,rune:!0},{id:427070,name:"Rampage",classname:"Rampage",iconname:"ability_warrior_rampage",timetoend:31,timetoendactive:!1,timetostart:0,timetostartactive:!0,active:!1,rune:!0,buff:!0,aura:!0},{id:215115,name:"Hyperconductive Goldwrap",classname:"CoinFlip",iconname:"inv_belt_32",item:!0,noitemcd:!0,aura:!0,alwaysheads:!1,alwaystails:!1,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:21670,name:"Badge of the Swarmguard",classname:"Swarmguard",iconname:"inv_misc_ahnqirajtrinket_04",item:!0,noitemcd:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:211423,name:"Void-Touched Leather Gloves",classname:"VoidMadness",iconname:"inv_gauntlets_24",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:20130,name:"Diamond Flask",classname:"Flask",iconname:"inv_drink_01",item:!0,aura:!0,timetoend:60,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:14554,name:"Cloudkeeper Legplates",classname:"Cloudkeeper",iconname:"inv_pants_04",item:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:213348,name:"Gyromatic Experiment 420b",classname:"GyromaticAcceleration",iconname:"inv_gizmo_05",item:!0,noitemcd:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:215166,name:"Glowing Gneuro-Linked Cowl",classname:"GneuroLogical",iconname:"inv_helmet_15",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:215161,name:"Tempered Interference-Negating Helmet",classname:"GneuroLogical",iconname:"inv_helmet_49",item:!0,noitemcd:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:23041,name:"Slayer's Crest",classname:"Slayer",iconname:"inv_trinket_naxxramas03",item:!0,aura:!0,timetoend:10,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:22954,name:"Kiss of the Spider",classname:"Spider",iconname:"inv_trinket_naxxramas04",item:!0,aura:!0,timetoend:15,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:23570,name:"Jom Gabbar",classname:"Gabbar",iconname:"inv_misc_enggizmos_19",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:21180,name:"Earthstrike",classname:"Earthstrike",iconname:"spell_nature_abolishmagic",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:9449,name:"Manual Crowd Pummeler",classname:"Pummeler",iconname:"inv_mace_14",item:!0,aura:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:19949,name:"Zandalarian Hero Medallion",classname:"Zandalarian",iconname:"inv_jewelry_necklace_13",item:!0,aura:!0,timetoend:20,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:8348,name:"Helm of Fire",classname:"Fireball",iconname:"inv_helmet_08",item:!0,noitemcd:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!0},{id:220568,name:"Temple Explorer's Gun Axe",classname:"GunAxe",iconname:"inv_weapon_rifle_06",item:!0,noitemcd:!0,timetoend:30,timetoendactive:!1,timetostart:0,timetostartactive:!0},{id:221442,name:"Roar of the Guardian",classname:"RoarGuardian",iconname:"spell_nature_spiritarmor",item:!0,aura:!0,timetoend:20,timetoendactive:!0,timetostart:0,timetostartactive:!1},{id:219223,name:"Blademaster's Fury",classname:"BlademasterFury",iconname:"inv_sword_137",item:!0,active:!0},{id:220632,name:"Atal'ai Blood Ritual Medallion",classname:"RelentlessStrength",iconname:"inv_jewelry_necklace_26",item:!0,aura:!0,timetoend:20,timetoendactive:!0,timetostart:0,timetostartactive:!1},{id:228078,name:"Accursed Chalice",classname:"DemonTaintedBlood",iconname:"spell_shadow_demonictactics",item:!0,aura:!0,timetoend:21,timetoendactive:!1,timetostart:0,timetostartactive:!1},{id:228089,name:"Woodcarved Moonstalker",classname:"MoonstalkerFury",iconname:"inv_jewelcrafting_blackpearlpanther",item:!0,aura:!0,timetoend:16,timetoendactive:!1,timetostart:0,timetostartactive:!1}]; \ No newline at end of file diff --git a/gear/index.html b/gear/index.html index ee7f5811..34c58994 100644 --- a/gear/index.html +++ b/gear/index.html @@ -272,6 +272,11 @@ if (obj.id == 215461) include = true; if (obj.id == 221442) include = true; if (obj.id == 220632) include = true; + if (obj.id == 228089) include = true; + if (obj.id == 228122) include = true; + if (obj.id == 228147) include = true; + + if (obj.id == 16336) exclude = true; if (obj.id == 17780) exclude = true; diff --git a/index.html b/index.html index 098d950a..6f177957 100644 --- a/index.html +++ b/index.html @@ -41,29 +41,13 @@