Stein.world Wiki
Advertisement

This module contains the item information for Module:Item. For information on how to utilize that module, see there.

To add a new item to the database, simply add the required information to the start of the Lua table. The parameters and the necessary syntax are described below. Careful: Parameter names are case-sensitive! Stats are generally capitalized the same way they are ingame and the rest usually has the first letter capitalized. If you're not sure, take a look at other entries for reference.


Syntax

["Item name"]={
    ["File"] = "picture file name",
    ["Book"] = "(1)",
    ["Rarity"] = "(c/u/r/e/l)",
    ["Type of the book"] = "(craft/gather)",
    ["Item of the book"] = "name of the item crafted by the book",
    ["Points"] = "(death/earth/fire/holy/physical/soul/water)",
    ["Amount of points"] = "(1/2/3/4)",
    ["Name"] = "type name of the item",
    ["Obtained"] = "How or where the item is obtained",
    ["Binding"] = "(1/2)",
    ["Category"] = "the text in grey, tool for example",
    ["Function"] = "(other/physical/death/water/fire/holy/physical r/death r/holy r/fire r/water ot/ holy ot/ fire ot/lumbering/herbalism/mining/collectible/backpack/crate/account)",
    ["Energy usage"] = "how much energy does it use",
    ["Mana usage"] = "how much mana you need for it",
    ["Casttime"] = "this should be two words",
    ["Range"] = "(10)",
    ["Cooldown"] = "ditto",
    ["Armor"] = "bonus",
    ["Cooldown Reduction Rating"] = "bonus",
    ["Critical Bonus Rating"] = "bonus",
    ["Critical Chance Rating"] = "bonus",
    ["Death Damage"] = "bonus",
    ["Energy Regeneration"] = "bonus",
    ["Fire Damage"] =  "bonus",
    ["Heal"] =  "bonus",
    ["Life"] = "bonus",
    ["Life Regeneration"] = "bonus",
    ["Magic Damage"] = "bonus",
    ["Mana"] = "bonus",
    ["Mana Regeneration"] = "bonus",
    ["Physical Damage"] =  "bonus",
    ["Threat"] = "bonus",
    ["Water"] Damage=  "bonus",
    ["Flavor"] text = "don't need to put quotation marks here",
    ["Effect"] = "usually a buff, also potions",
    ["Selling value"] = "gold",
    ["Level"] = "because rpg",
    ["Profession"] = "the whole thing",
    ["Learn time"] = "number h number m number s",
    ["Selling value of the book"] = "money"},

File:
Describe the file name of the items icon.

Book:
If this Item is a Book, type 1, otherwise leave empty.
1=SkillBook

Rarity:
Describe the rarity of the item.
c = Common
u = Uncommon
r = Rare
e = Epic
l = Legendary

Type of the book:
If this Item is a Book, describe which type it is, otherwise leave empty.
craft=Learn to craft:
gather=Teaches you to gather:

Item of the book:
If this Item is a craft Book, this should contains the entry's name of the crafted item, otherwise leave empty.
This allows to not fill stats for the item crafted from the book directly inside the book entry.

Points:
Describe the type of points in the Item. Leave empty if there are no points.
death=Damage-type-death
earth=Damage-type-earth
fire=Damage-type-fire
holy=Damage-type-holy
physical=Damage-type-physical
soul=Damage-type-soul
water=Damage-type-water

Amount of points:
Describe the amount of points in the Item. Leave empty if there are no points.
1=Damage-type-death
2=Damage-type-death Damage-type-fire
3=Damage-type-death Damage-type-fire Damage-type-holy
4=Damage-type-death Damage-type-fire Damage-type-holy Damage-type-water

Name:
Describe the name of the item.

Obtained:
Describe briefly how or where the item is obtained.

Binding:
Describe whether the item binds on pickup or on use. Leave empty if the item doesn't bind.
1=Binds on use
2=Binds on pickup

Category:
Describe the category of the item.

Function:
Describe the function of the item. Leave empty if the item serves no function.

Energy usage:
Describe the amount of energy needed to use the item. Leave empty if the item doesn't use energy.

Mana usage:
Describe the amount of mana needed to use the item. Leave empty if the item doesn't use mana.

Casttime:
Describe the amount of seconds needed to pass for the item to be cast. Leave empty if the item cannot be cast.

Range:
Describe if the item has range. Leave empty if the item has no range.
10=Range 10

Cooldown:
Describe the amount of seconds needed to pass for the item to be able to be cast again. Leave empty if the item cannot be cast.

Armor
Cooldown Reduction Rating
Critical Bonus Rating
Critical Chance Rating
Death Damage
Energy Regeneration
Fire Damage
Heal
Life
Life Regeneration
Magic Damage
Mana
Mana Regeneration
Physical Damage
Threat
Water Damage:
Describe the amount of the each bonus the item has. Leave empty if the item doesn't have that bonus.

Flavor text:
Describe the item's flavor text. Leave empty if the item doesn't have flavor text.

Effect:
Describe the item's effect. Leave empty if the item has no effect.

Selling value:
Describe the item's selling value. Leave empty if the item has no selling value.

Level:
Describe the level needed for the item to be used. Leave empty if the item doesn't have that requirement.

Profession:
If this item is a book, describe the profession requirement to learn it, otherwise leave empty.

Learn time:
If this item is a book, describe the amount of time required to learn it, otherwise leave empty.

Selling value of the book:
If this item is a book, describe it's selling value, otherwise leave empty.


return {
    -- ↓ Insert new item information here ↓
    ["DEMO_Sturdy Stick"]={
        ["Rarity"] = "c",
        ["Name"] = "Sturdy Stick",
        ["Category"] = "Tool",
        ["Function"] = "physical",
        ["Amount"] = "2-5",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "1.00",
        ["Level"] = "1",
        ["Type of damage"] = "physical",
        ["Damage"] = "2-5",
        ["Energy"] = "6",
        ["File"] = "Club_wood.png",
        ["Obtained"] = "[[Enemies#Field_Rat|Field Rat]]"},
    ["DEMO_Reos"]={
        ["Rarity"] = "r",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Name"] = "Reos",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "death",
        ["Amount"] = "1027-1908",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.52",
        ["Cooldown"] = "19.12",
        ["Flavor text"] = "Tear",
        ["Effect"] = "Buff yourself with: +22 Death Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Buff"] = "Buff youself with: +22 Death Damage for 10.00 secs",
        ["Type of damage"] = "death",
        ["Damage"] = "1027-1908",
        ["File"] = "Club_wood.png",
        ["Obtained"] = "[[Enemies#Field_Rat|Field Rat]]",
        ["Energy"] = "6"},
    ["DEMO_Used Shirt"]={
        ["Rarity"] = "c",
        ["Name"] = "Used Shirt",
        ["Category"] = "Chest",
        ["File"] = "Club_wood.png",
        ["Armor"] = "1"},
    ["DEMO_Crafted Runebound Legguards"]={
        ["Rarity"] = "r",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Name"] = "Crafted Runebound Legguards",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "25",
        ["Critical Chance Rating"] = "12",
        ["Heal"] = "150",
        ["Life"] = "346",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["File"] = "Club_wood.png",
        ["Obtained"] = "[[Enemies#Field_Rat|Field Rat]]",
        ["Level"] = "30"},
    ["Old Sickle"]={
        ["Rarity"] = "c",
        ["Name"] = "Old Sickle",
        ["Category"] = "Tool",
        ["Function"] = "herbalism",
        ["Amount"] = "2",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Type of damage"] = "lumbering",
        ["Damage"] = "2",
        ["Rarity"] = "r",
        ["Name"] = "Livisum",
        ["Category"] = "Resource",
        ["File"] = "Club_wood.png",
        ["Selling value"] = "20"},
    ["DEMO_Greater Mana Potion"]={
        ["Rarity"] = "c",
        ["Name"] = "Greater Mana Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 26 Mana",
        ["Selling value"] = "2",
        ["Level"] = "5",
        ["Buff"] = "Restores 26 Mana"},
    ["DEMO_Refined"]={
        ["Book"] = "1",
        ["Rarity of the book"] = "u",
        ["Name"] = "Refined",
        ["Binding of the book"] = "2",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Rarity"] = "c",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "death",
        ["Energy usage"] = "1",
        ["Casttime"] = "0.50",
        ["Range"] = "10",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "Test",
        ["Effect"] = "Test",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Profession"] = "Crafting 1",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "1",
        ["Name of the book"] = "Book",
        ["Type of book"] = "craft",
        ["Amount"] = "1"},
    ["Bitterburg Key"]={
        ["Rarity"] = "r",
        ["Name"] = "Bitterburg Key",
        ["File"] = "Club_wood.png",
        ["Category"] = "Key"},
    ["Traveler Backpack"]={
        ["Rarity"] = "u",
        ["Name"] = "Traveler Backpack",
        ["Category"] = [[Consumable<br />
        Use this item in the quickbar.]],
        ["Function"] = "backpack",
        ["Amount"] = "2",
        ["Casttime"] = "0.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1",
        ["Type of damage"] = "backpack",
        ["File"] = "Club_wood.png",
        ["Damage"] = "2"},
    ["Pile of Bones"]={
        ["Rarity"] = "c",
        ["Name"] = "Pile of Bones",
        ["Category"] = "Trash",
        ["File"] = "Club_wood.png",
        ["Selling value"] = "2"},
    ["Banner Armorsmith"]={
        ["Rarity"] = "u",
        ["Name"] = "Banner Armorsmith",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "collectible",
        ["File"] = "Club_wood.png",
        ["Type of damage"] = "collectible"},
    ["Token - 180 Days"]={
        ["Rarity"] = "l",
        ["Name"] = "Token - 180 Days",
        ["Category"] = [[Consumable<br />
        Use this item in the quickbar.]],
        ["Function"] = "account",
        ["Amount"] = "180",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "180 Days of Stein.Account",
        ["Level"] = "1"},
        
--Weapons
        
    ["Sturdy Stick"]={
        ["Rarity"] = "c",
        ["File"] = "Club_wood.png",
        ["Name"] = "Sturdy Stick",
        ["Category"] = "Tool",
        ["Function"] = "2-5 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "1.00",
        ["Level"] = "1",
        ["Obtained"] = "[[Enemies#Drop Template #1|Drops #1]], [[Enemies#Drop Template #2|Drops #2]], [[NPC#Larry Grey|Larry Grey]], [[Quests#Kill rats in the basement|Quest: Kill rats in the basement]]"},
    ["Stone Baton"]={
        ["Rarity"] = "c",
        ["File"] = "Club_stone.png",
        ["Name"] = "Stone Baton",
        ["Category"] = "Tool",
        ["Function"] = "4-7 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Level"] = "2",
        ["Obtained"] = "[[Enemies#Drop Template #1|Drops #1]], [[Enemies#Drop Template #2|Drops #2]], [[NPC#Larry Grey|Larry Grey]]"},
    ["Deluded Warmace"]={
        ["Rarity"] = "c",
        ["File"] = "Club_wood.png",
        ["Name"] = "Deluded Warmace",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[NPC#Firdos Sidi|Firdos Sidi]]"},
    ["Military Knife"]={
        ["Rarity"] = "c",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Military Knife",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "2.00",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Peacekeeper Morning Star"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Peacekeeper Morning Star",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "6-11 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "17",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Good Morning"]={
        ["Rarity"] = "u",
        ["File"] = "Club_iron.png",
        ["Name"] = "Good Morning",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-18 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "17",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Morning Star"]={
        ["Rarity"] = "c",
        ["File"] = "Club_iron.png",
        ["Name"] = "Morning Star",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "2.00",
        ["Selling value"] = "11",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Betrayer"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Betrayer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "23-42 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Obtained"] = "[[Weaponsmith#Betrayer|Crafting]]"},
    ["Frail Sword"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Frail Sword",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "23",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Zealous Steel Sword"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Zealous Steel Sword",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "12-23 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "23",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Malice"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Malice",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "25-48 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Bonus Rating"] = "5",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Weaponsmith#Malice|Crafting]]"},
    ["Promised Prick"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Promised Prick",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.64",
        ["Cooldown"] = "1.56",
        ["Critical Bonus Rating"] = "5",
        ["Selling value"] = "27",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Military Sabre"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Military Sabre",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-18 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "25",
        ["Level"] = "6",
        ["Obtained"] = "[[NPC#Larry Grey|Larry Grey]]"},
    ["Sharpened War Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Sharpened War Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "1.32",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "29",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Quickblade"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Quickblade",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-1 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "1.32",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Smooth Prick"]={
        ["Rarity"] = "c",
        ["File"] = "Spear.png",
        ["Name"] = "Smooth Prick",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Selling value"] = "17",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Harmonized Reaver"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Harmonized Reaver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "8-15 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.65",
        ["Cooldown"] = "1.49",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Thunder"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Thunder",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "8-15 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.54",
        ["Cooldown"] = "1.45",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "35",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Ironbark Axe"]={
        ["Rarity"] = "c",
        ["File"] = "Axe.png",
        ["Name"] = "Ironbark Axe",
        ["Category"] = "Tool",
        ["Function"] = "9-16 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.56",
        ["Cooldown"] = "1.30",
        ["Selling value"] = "21",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Silence"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Silence",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "30-57 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Obtained"] = "[[Weaponsmith#Silence|Crafting]]"},
    ["Ritual Sculptor"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Ritual Sculptor",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-22 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Rusty Needle"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Rusty Needle",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Spike of Death"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Spike of Death",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.68",
        ["Cooldown"] = "1.43",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "42",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["War Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "War Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "1.50",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "42",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[NPC#Hebizh Ervasovy|Hebizh Ervasovy]], [[Cygluln Chamber]]"},
    ["Needle"]={
        ["Rarity"] = "c",
        ["File"] = "Sword.png",
        ["Name"] = "Needle",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.56",
        ["Cooldown"] = "1.55",
        ["Selling value"] = "25",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Feral War Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Feral War Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "18-33 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.55",
        ["Cooldown"] = "1.39",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "50",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Cursed Reaver"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Cursed Reaver",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "19-36 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.64",
        ["Cooldown"] = "1.26",
        ["Critical Bonus Rating"] = "4",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "55",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Greataxe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Greataxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "37-70 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "Crafting"},
    ["Headspike"]={
        ["Rarity"] = "u",
        ["File"] = "Spear_dark.png",
        ["Name"] = "Headspike",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-16 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.64",
        ["Cooldown"] = "1.68",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "58",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Kinslayer"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_dark.png",
        ["Name"] = "Kinslayer",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "31-58 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "2.30",
        ["Critical Bonus Rating"] = "3",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "59",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Desolation Spellblade"]={
        ["Rarity"] = "l",
        ["File"] = "Sword_glow.png",
        ["Name"] = "Desolation Spellblade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "63-118 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.44",
        ["Cooldown"] = "3.22",
        ["Cooldown Reduction Rating"] = "4",
        ["Critical Bonus Rating"] = "7",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "90",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Pure Battle Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Pure Battle Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "39-72 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.71",
        ["Cooldown"] = "2.99",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "49",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Smooth Battle Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Smooth Battle Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "45-84 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "52",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Tyrhung"]={
        ["Rarity"] = "c",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Tyrhung",
        ["Category"] = "Tool",
        ["Function"] = "24-45 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.40",
        ["Cooldown"] = "2.82",
        ["Selling value"] = "41",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Shadowrazor"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Shadowrazor",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "67-126 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Weaponsmith#Shadowrazor|Crafting]]"},
    ["Ghostly Doomblade"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Ghostly Doomblade",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "58-109 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.67",
        ["Cooldown"] = "3.15",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "76",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Putrid Carver"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Putrid Carver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "82-153 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Bonus Rating"] = "9",
        ["Selling value"] = "82",
        ["Level"] = "17",
        ["Obtained"] = "[[Weaponsmith#Putrid Carver|Crafting]]"},
    ["Smooth Ranseur"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Smooth Ranseur",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "61-144 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "77",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Deathraze"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Deathraze",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "66-123 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Bonus Rating"] = "4",
        ["Selling value"] = "70",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Cutting Response"]={
        ["Rarity"] = "c",
        ["File"] = "Axe.png",
        ["Name"] = "Cutting Response",
        ["Category"] = "Tool",
        ["Function"] = "33-62 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "3.00",
        ["Selling value"] = "45",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Brutalizer"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Brutalizer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "74-139 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Silver Reaver"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Silver Reaver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "98-182 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "2.83",
        ["Critical Bonus Rating"] = "10",
        ["Selling value"] = "95",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Warped Mageblade"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow.png",
        ["Name"] = "Warped Mageblade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "112-208 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.55",
        ["Cooldown"] = "2.80",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "93",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Catastrophe"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow.png",
        ["Name"] = "Catastrophe",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "126-233 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.75",
        ["Cooldown"] = "3.17",
        ["Critical Chance Rating"] = "4",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "97",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Catastrophe"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow.png",
        ["Name"] = "Crafted Catastrophe",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "128-237 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Chance Rating"] = "4",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Weaponsmith#Crafted Catastrophe|Crafting]]"},
    ["Honed Greatsword"]={
        ["Rarity"] = "e",
        ["File"] = "Sword_glow.png",
        ["Name"] = "Honed Greatsword",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "159-296 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.40",
        ["Cooldown"] = "2.82",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "141",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Perfect Storm"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Perfect Storm",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "0.72",
        ["Selling value"] = "101",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Bounty: Khouxaqis|Quest: Bounty: Khouxaqis]]"},
    ["Grieving Blade"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Grieving Blade",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "196-364 Death Damage (+100% Bonus)",
        ["Energy usage"] = "15",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "5.76",
        ["Flavor text"] = "Reckless Slam",
        ["Level"] = "23",
        ["Obtained"] = "[[Quests#Omgo Artifact|Quest: Omgo Artifact]]"},
    ["Dark Edge"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Dark Edge",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.66",
        ["Cooldown"] = "0.66",
        ["Selling value"] = "114",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Thirsting Ravager"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Thirsting Ravager",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "169-364 Death Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "2.45",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "119",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Oathbreaker"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Oathbreaker",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "312-579 Death Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.65",
        ["Cooldown"] = "4.92",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "124",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Scourgeborne"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Scourgeborne",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "0.72",
        ["Selling value"] = "123",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Blind Justice"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Blind Justice",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "13-24 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "0.58",
        ["Selling value"] = "129",
        ["Level"] = "27",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]]"},
    ["Warlord's Greataxe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Warlord's Greataxe",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "316-587 Death Damage (+100% Bonus)",
        ["Energy usage"] = "15",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "5.76",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "130",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Warbringer"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Warbringer",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "381-708 Death Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.94",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Obtained"] = "[[Weaponsmith#Warbringer|Crafting]]"},
    ["Severance"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Severance",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "237-440 Death Damage (+100% Bonus)",
        ["Energy usage"] = "10",
        ["Casttime"] = "0.71",
        ["Cooldown"] = "2.61",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "133",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Typhoon"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Typhoon",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "262-487 Death Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "137",
        ["Level"] = "29",
        ["Obtained"] = "[[Weaponsmith#Typhoon|Crafting]]"},
    ["Windreaper"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Windreaper",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "347-646 Death Damage (+100% Bonus)",
        ["Energy usage"] = "15",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "5.76",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "139",
        ["Level"] = "29",
        ["Obtained"] = "[[Quests#Serezith Skeleton Essence|Quest: Serezith Skeleton Essence]]"},
    ["Malicious Reaver"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Malicious Reaver",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "413-767 Death Damage (+100% Bonus)",
        ["Energy usage"] = "15",
        ["Casttime"] = "0.52",
        ["Cooldown"] = "4.74",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "138",
        ["Level"] = "29",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Peacekeeper Edge"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Peacekeeper Edge",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "239-444 Death Damage (+100% Bonus)",
        ["Energy usage"] = "10",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "3.60",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Remorseful Broadaxe"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Remorseful Broadaxe",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "18-35 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Remorseful Broadaxe|Crafting]], [[Windsor Hold]]"},
    ["Nightfall"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_a.png",
        ["Name"] = "Nightfall",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "19-36 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.57",
        ["Cooldown"] = "0.57",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crying Broadaxe"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_1.png",
        ["Name"] = "Crying Broadaxe",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "310-575 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.51",
        ["Cooldown"] = "3.03",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Battle Axe"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_2.png",
        ["Name"] = "Battle Axe",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "473-880 Death Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.62",
        ["Cooldown"] = "4.21",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["The Light"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_3.png",
        ["Name"] = "The Light",
        ["Points"] = "death",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "585-1086 Death Damage (+100% Bonus)",
        ["Energy usage"] = "11",
        ["Casttime"] = "0.49",
        ["Range"] = "10",
        ["Cooldown"] = "4.96",
        ["Flavor text"] = "Breaker",
        ["Effect"] = "Heal yourself for 40-75 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Pendulum"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_4.png",
        ["Name"] = "Pendulum",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "940-1745 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.62",
        ["Cooldown"] = "14.84",
        ["Flavor text"] = "Tear",
        ["Effect"] = "Receive +21 Death Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Dualblade"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_5.png",
        ["Name"] = "Dualblade",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "924-1715 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "29.20",
        ["Flavor text"] = "Shiver",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Nightfall"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_a_c.png",
        ["Name"] = "Crafted Nightfall",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "21-39 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Nightfall|Crafting]]"},
    ["Crafted Crying Broadaxe"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_1_c.png",
        ["Name"] = "Crafted Crying Broadaxe",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "315-586 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Crying Broadaxe|Crafting]]"},
    ["Crafted Battle Axe"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_2_c.png",
        ["Name"] = "Crafted Battle Axe",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "505-938 Death Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Battle Axe|Crafting]]"},
    ["Crafted The Light"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_3_c.png",
        ["Name"] = "Crafted The Light",
        ["Points"] = "death",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "631-1172 Death Damage (+100% Bonus)",
        ["Energy usage"] = "11",
        ["Casttime"] = "0.48",
        ["Range"] = "10",
        ["Cooldown"] = "4.80",
        ["Flavor text"] = "Breaker",
        ["Effect"] = "Heal yourself for 40-75 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted The Light|Crafting]]"},
    ["Crafted Pendulum"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_4_c.png",
        ["Name"] = "Crafted Pendulum",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "947-1760 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Flavor text"] = "Tear",
        ["Effect"] = "Receive +22 Death Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Pendulum|Crafting]]"},
    ["Crafted Dualblade"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_1-5_5_c.png",
        ["Name"] = "Crafted Dualblade",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "947-1760 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Flavor text"] = "Shiver",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Dualblade|Crafting]]"},
    ["Jael"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_a.png",
        ["Name"] = "Jael",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "22-41 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Dorian"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_1.png",
        ["Name"] = "Dorian",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "343-637 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Dragon"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_2.png",
        ["Name"] = "Dragon",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "548-1017 Death Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Demidicus"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_3.png",
        ["Name"] = "Demidicus",
        ["Points"] = "death",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "683-1270 Death Damage (+100% Bonus)",
        ["Energy usage"] = "12",
        ["Casttime"] = "0.48",
        ["Range"] = "10",
        ["Cooldown"] = "4.80",
        ["Flavor text"] = "Breaker",
        ["Effect"] = "Heal yourself for 40-75 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Reos"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_4.png",
        ["Name"] = "Reos",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1027-1908 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Flavor text"] = "Tear",
        ["Effect"] = "Receive +22 Death Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Vance"]={
        ["Rarity"] = "r",
        ["File"] = "Fighter_t_2_5.png",
        ["Name"] = "Vance",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1027-1908 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Flavor text"] = "Shiver",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Sanji"]={
        ["Rarity"] = "e",
        ["File"] = "Fighter_t_2_5.png",
        ["Name"] = "Sanji",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "372-691 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "205",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Sanji|Crafting]]"},
    ["Starshatterer"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Starshatterer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "26-49 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "3.15",
        ["Life Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "48",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Darkness Harpoon"]={
        ["Rarity"] = "u",
        ["File"] = "Spear_dark.png",
        ["Name"] = "Darkness Harpoon",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "28-52 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Cooldown Reduction Rating"] = "1",
        ["Threat"] = "150",
        ["Selling value"] = "51",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Arched Blade"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Arched Blade",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "24-45 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "51",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Ebonsteel Lance"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Ebonsteel Lance",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "44-81 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.52",
        ["Cooldown"] = "3.19",
        ["Life Regeneration"] = "0.4",
        ["Threat"] = "150",
        ["Selling value"] = "75",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Despair"]={
        ["Rarity"] = "u",
        ["File"] = "Spear.png",
        ["Name"] = "Despair",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "44-81 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Weaponsmith#Despair|Crafting]]"},
    ["Rusty Slicer"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Rusty Slicer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "38-71 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.2",
        ["Threat"] = "150",
        ["Selling value"] = "71",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Silver Longsword"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Silver Longsword",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "36-67 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.5",
        ["Threat"] = "150",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Anduril"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Anduril",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "58-109 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Weaponsmith#Anduril|Crafting]]"},
    ["Shadow Strike"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_dark.png",
        ["Name"] = "Shadow Strike",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "44-81 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.6",
        ["Threat"] = "150",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Justifier"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Justifier",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "58-107 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.49",
        ["Cooldown"] = "2.87",
        ["Energy Regeneration"] = "0.6",
        ["Threat"] = "150",
        ["Selling value"] = "94",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Agatha"]={
        ["Rarity"] = "u",
        ["File"] = "Axe.png",
        ["Name"] = "Agatha",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "57-106 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.42",
        ["Cooldown"] = "2.90",
        ["Life Regeneration"] = "0.6",
        ["Threat"] = "150",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Brutal Razor"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow_red.png",
        ["Name"] = "Brutal Razor",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "63-116 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.70",
        ["Cooldown"] = "3.04",
        ["Life Regeneration"] = "0.7",
        ["Threat"] = "150",
        ["Selling value"] = "92",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Cataclysm Mithril Blade"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow_red.png",
        ["Name"] = "Cataclysm Mithril Blade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "69-128 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.65",
        ["Cooldown"] = "3.04",
        ["Cooldown Reduction Rating"] = "2",
        ["Life Regeneration"] = "0.7",
        ["Threat"] = "150",
        ["Level"] = "20",
        ["Selling value"] = "96",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Cataclysm Mithril Blade"]={
        ["Rarity"] = "r",
        ["File"] = "Sword_glow_red.png",
        ["Name"] = "Crafted Cataclysm Mithril Blade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "75-140 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "0.7",
        ["Threat"] = "150",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Weaponsmith#Crafted Cataclysm Mithril Blade|Crafting]]"},
    ["Firestorm Defender"]={
        ["Rarity"] = "e",
        ["File"] = "Sword_glow_red.png",
        ["Name"] = "Firestorm Defender",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "91-170 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.47",
        ["Cooldown"] = "3.05",
        ["Cooldown Reduction Rating"] = "4",
        ["Life Regeneration"] = "0.7",
        ["Threat"] = "150",
        ["Selling value"] = "140",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Glynphyras Eruption"]={
        ["Rarity"] = "e",
        ["File"] = "Spear_water.png",
        ["Name"] = "Glynphyras Eruption",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "93-174 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.63",
        ["Cooldown"] = "15.15",
        ["Cooldown Reduction Rating"] = "4",
        ["Life Regeneration"] = "0.8",
        ["Threat"] = "570",
        ["Selling value"] = "140",
        ["Level"] = "20",
        ["Obtained"] = "[[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Arondite"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Arondite",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "4-7 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "0.72",
        ["Threat"] = "100",
        ["Selling value"] = "101",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Dry Plant|Quest: Dry Plant]]"},
    ["Cursed Etcher"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Cursed Etcher",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.66",
        ["Cooldown"] = "0.66",
        ["Threat"] = "105",
        ["Selling value"] = "114",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Valkyrie"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Valkyrie",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "80-149 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.31",
        ["Threat"] = "101",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "119",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Assurance"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Assurance",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "0.72",
        ["Threat"] = "100",
        ["Selling value"] = "123",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Eclipse"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_dark.png",
        ["Name"] = "Eclipse",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "146-271 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.65",
        ["Cooldown"] = "4.32",
        ["Threat"] = "138",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "124",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Feral Skewer"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Feral Skewer",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.52",
        ["Cooldown"] = "0.52",
        ["Threat"] = "108",
        ["Selling value"] = "129",
        ["Level"] = "27",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]]"},
    ["Cry of Hate"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Cry of Hate",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "158-293 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "15",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "5.76",
        ["Threat"] = "130",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "130",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Furious Etcher"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "Furious Etcher",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "191-354 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.94",
        ["Threat"] = "140",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Obtained"] = "[[Weaponsmith#Furious Etcher|Crafting]]"},
    ["The Unyielding"]={
        ["Rarity"] = "u",
        ["File"] = "Sword.png",
        ["Name"] = "The Unyielding",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "118-219 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.49",
        ["Cooldown"] = "3.00",
        ["Threat"] = "106",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "133",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Stormguard Claymore"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_rusty.png",
        ["Name"] = "Stormguard Claymore",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "130-243 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "110",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "137",
        ["Level"] = "29",
        ["Obtained"] = "[[Weaponsmith#Stormguard Claymore|Crafting]]"},
    ["Blazefury"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_cave.png",
        ["Name"] = "Blazefury",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "200-371 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.49",
        ["Cooldown"] = "5.69",
        ["Threat"] = "133",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "138",
        ["Level"] = "29",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Requiem"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_dark.png",
        ["Name"] = "Requiem",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "119-222 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "10",
        ["Casttime"] = "0.72",
        ["Cooldown"] = "3.60",
        ["Threat"] = "100",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Death"]={
        ["Rarity"] = "u",
        ["File"] = "Sword_dark.png",
        ["Name"] = "Death",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-18 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Threat"] = "110",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Death|Crafting]], [[Windsor Hold]]"},
    ["Treachery"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_a.png",
        ["Name"] = "Treachery",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.61",
        ["Cooldown"] = "0.61",
        ["Threat"] = "118",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Blackout"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_1.png",
        ["Name"] = "Blackout",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "155-288 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "2.74",
        ["Threat"] = "119",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Storm Breaker"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_2.png",
        ["Name"] = "Storm Breaker",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "251-466 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "4.42",
        ["Threat"] = "150",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Barbaric Wacker"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_3.png",
        ["Name"] = "Barbaric Wacker",
        ["Points"] = "physical",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "292-543 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "12",
        ["Casttime"] = "0.49",
        ["Cooldown"] = "5.21",
        ["Range"] = "10",
        ["Threat"] = "198",
        ["Flavor text"] = "Distract",
        ["Effect"] = "Heal yourself for 90-167 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Deluded Guardian"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_4.png",
        ["Name"] = "Deluded Guardian",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "469-872 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.45",
        ["Threat"] = "149",
        ["Flavor text"] = "Warstrike",
        ["Effect"] = "Receive +69 Armor for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Soul Reaper"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_5.png",
        ["Name"] = "Soul Reaper",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "466-865 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.53",
        ["Cooldown"] = "30.29",
        ["Threat"] = "248",
        ["Flavor text"] = "Impale",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Treachery"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_a_c.png",
        ["Name"] = "Crafted Treachery",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Threat"] = "120",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Treachery|Crafting]]"},
    ["Crafted Blackout"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_1_c.png",
        ["Name"] = "Crafted Blackout",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "158-293 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "120",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Blackout|Crafting]]"},
    ["Crafted Storm Breaker"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_2_c.png",
        ["Name"] = "Crafted Storm Breaker",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "252-469 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Threat"] = "150",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Storm Breaker|Crafting]]"},
    ["Crafted Barbaric Wacker"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_3_c.png",
        ["Name"] = "Crafted Barbaric Wacker",
        ["Points"] = "physical",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "315-586 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "11",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "4.80",
        ["Range"] = "10",
        ["Threat"] = "200",
        ["Flavor text"] = "Distract",
        ["Effect"] = "Heal yourself for 95-176 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Barbaric Wacker|Crafting]]"},
    ["Crafted Deluded Guardian"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_4_c.png",
        ["Name"] = "Crafted Deluded Guardian",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "473-880 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Threat"] = "150",
        ["Flavor text"] = "Warstrike",
        ["Effect"] = "Receive +74 Armor for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Deluded Guardian|Crafting]]"},
    ["Crafted Soul Reaper"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_1-5_5_c.png",
        ["Name"] = "Crafted Soul Reaper",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "473-880 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Threat"] = "250",
        ["Flavor text"] = "Impale",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Crafted Soul Reaper|Crafting]]"},
    ["Lauden"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_a.png",
        ["Name"] = "Lauden",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Threat"] = "130",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Niall"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_a.png",
        ["Name"] = "Niall",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "171-318 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "130",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Alexander"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_2.png",
        ["Name"] = "Alexander",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "274-509 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Threat"] = "160",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Asa"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_3.png",
        ["Name"] = "Asa",
        ["Points"] = "physical",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "342-635 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "12",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "4.80",
        ["Range"] = "10",
        ["Threat"] = "210",
        ["Flavor text"] = "Distract",
        ["Effect"] = "Heal yourself for 95-176 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Santiago"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_4.png",
        ["Name"] = "Santiago",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "514-955 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Energy Usage"] = "6",
        ["Threat"] = "160",
        ["Effect"] = "Receive +74 Armor for 10.00 secs",
        ["Flavor text"] = "Warstrike",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Nicu"]={
        ["Rarity"] = "r",
        ["File"] = "Warrior_t_2_5.png",
        ["Name"] = "Nicu",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "514-955 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Threat"] = "260",
        ["Flavor text"] = "Impale",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Urei"]={
        ["Rarity"] = "e",
        ["File"] = "Warrior_t_2_5.png",
        ["Name"] = "Urei",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "186-345 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "140",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "202",
        ["Level"] = "30",
        ["Obtained"] = "[[Weaponsmith#Urei|Crafting]]"},
    ["Lash"]={
        ["Rarity"] = "c",
        ["File"] = "Bow.png",
        ["Name"] = "Lash",
        ["Category"] = "Tool",
        ["Function"] = "5-10 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Range"] = "10",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Old Bow"]={
        ["Rarity"] = "c",
        ["File"] = "Bow.png",
        ["Name"] = "Old Bow",
        ["Category"] = "Tool",
        ["Function"] = "9-16 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Range"] = "10",
        ["Selling value"] = "10",
        ["Level"] = "6",
        ["Obtained"] = "[[NPC#Larry Grey|Larry Grey]]"},
    ["Bullseye"]={
        ["Rarity"] = "u",
        ["File"] = "Bow.png",
        ["Name"] = "Bullseye",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.63",
        ["Cooldown"] = "1.41",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "29",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Oathkeeper"]={
        ["Rarity"] = "u",
        ["File"] = "Bow_2.png",
        ["Name"] = "Oathkeeper",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "28-52 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Obtained"] = "[[Weaponsmith#Oathkeeper|Crafting]]"},
    ["Flatbow"]={
        ["Rarity"] = "c",
        ["File"] = "Bow.png",
        ["Name"] = "Flatbow",
        ["Category"] = "Tool",
        ["Function"] = "7-13 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "1.50",
        ["Range"] = "10",
        ["Life Regeneration"] = "0.0",
        ["Selling value"] = "22",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Ebon Flatbow"]={
        ["Rarity"] = "u",
        ["File"] = "Bow.png",
        ["Name"] = "Ebon Flatbow",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "16-31 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.58",
        ["Cooldown"] = "1.51",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Jugular"]={
        ["Rarity"] = "c",
        ["File"] = "Bow.png",
        ["Name"] = "Jugular",
        ["Category"] = "Tool",
        ["Function"] = "18-33 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Improved Reaver"]={
        ["Rarity"] = "u",
        ["File"] = "Bow.png",
        ["Name"] = "Improved Reaver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "34-63 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "6",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Obtained"] = "[[Weaponsmith#Improved Reaver|Crafting]]"},
    ["Last Vision"]={
        ["Rarity"] = "e",
        ["File"] = "Bow_2.png",
        ["Name"] = "Last Vision",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "41-76 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "10",
        ["Casttime"] = "0.54",
        ["Cooldown"] = "3.40",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "4",
        ["Critical Chance Rating"] = "4",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "88",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Final Whistle"]={
        ["Rarity"] = "u",
        ["File"] = "Bow_2.png",
        ["Name"] = "Final Whistle",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "42-78 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "52",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Gladius"]={
        ["Rarity"] = "u",
        ["File"] = "Bow_2.png",
        ["Name"] = "Gladius",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "61-114 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Weaponsmith#Gladius|Crafting]]"},
    ["Phobia"]={
        ["Rarity"] = "u",
        ["File"] = "Bow_2.png",
        ["Name"] = "Phobia",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "91-169 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Obtained"] = "[[Weaponsmith#Phobia|Crafting]]"},
    ["Arrowsong"]={
        ["Rarity"] = "u",
        ["File"] = "Bow_2.png",
        ["Name"] = "Arrowsong",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "99-184 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.40",
        ["Cooldown"] = "2.81",
        ["Range"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "91",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Dark Thunder"]={
        ["Rarity"] = "e",
        ["File"] = "Bow_void.png",
        ["Name"] = "Dark Thunder",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "159-296 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.40",
        ["Cooldown"] = "2.82",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "135",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Isolation"]={
        ["Rarity"] = "u",
        ["File"] = "Club_wood.png",
        ["Name"] = "Isolation",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "38-71 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "8",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Obtained"] = "[[Enchanter#Isolation|Crafting]]"},
    ["Oblivion"]={
        ["Rarity"] = "u",
        ["File"] = "Club_wood.png",
        ["Name"] = "Oblivion",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "46-85 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "9",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Obtained"] = "[[Enchanter#Oblivion|Crafting]]"},
    ["Vile Scalpel"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Vile Scalpel",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "51-94 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "11",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Obtained"] = "[[Enchanter#Vile Scalpel|Crafting]]"},
    ["Marrowstrike"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Marrowstrike",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "62-115 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "13",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Enchanter#Marrowstrike|Crafting]]"},
    ["Nemesis"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Nemesis",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "35-65 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "22",
        ["Casttime"] = "1.07",
        ["Cooldown"] = "5.63",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "58",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Secret of the Forgotten"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Secret of the Forgotten",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "49-91 Water Damage (+100% Bonus)",
        ["Mana usage"] = "13",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "40",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Blazewing"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Blazewing",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "76-141 Water Damage (+100% Bonus)",
        ["Mana usage"] = "15",
        ["Casttime"] = "0.91",
        ["Cooldown"] = "5.02",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "46",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Invocation"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_2.png",
        ["Name"] = "Invocation",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "70-130 Water Damage (+100% Bonus)",
        ["Mana usage"] = "17",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "53",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Conclusion"]={
        ["Rarity"] = "u",
        ["File"] = "Club_wood.png",
        ["Name"] = "Conclusion",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "84-156 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "21",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Enchanter#Conclusion|Crafting]]"},
    ["Silverlight"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Silverlight",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "122-227 Water Damage (+100% Bonus)",
        ["Mana usage"] = "22",
        ["Casttime"] = "1.04",
        ["Cooldown"] = "5.03",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "79",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Spur"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Spur",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "122-227 Water Damage (+100% Bonus)",
        ["Mana usage"] = "26",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Enchanter#Spur|Crafting]]"},
    ["Foul Bronzed Branch"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Foul Bronzed Branch",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "101-188 Water Damage (+100% Bonus)",
        ["Mana usage"] = "25",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "74",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Ancient War Staff"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_2.png",
        ["Name"] = "Ancient War Staff",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "105-195 Water Damage (+100% Bonus)",
        ["Mana usage"] = "25",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "4",
        ["Selling value"] = "75",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Dark Intent"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_2.png",
        ["Name"] = "Dark Intent",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "149-276 Water Damage (+100% Bonus)",
        ["Mana usage"] = "31",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Obtained"] = "[[Enchanter#Dark Intent|Crafting]]"},
    ["The Taker"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_2.png",
        ["Name"] = "The Taker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "18 Water Damage (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "30",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Dragon's Spire"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_2.png",
        ["Name"] = "Dragon's Spire",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "47 Water Damage (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "31",
        ["Casttime"] = "0.95",
        ["Cooldown"] = "4.85",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "7",
        ["Selling value"] = "96",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Howling Pole"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_water_1.png",
        ["Name"] = "Howling Pole",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "164-305 Water Damage (+100% Bonus)",
        ["Mana usage"] = "29",
        ["Casttime"] = "0.92",
        ["Cooldown"] = "5.10",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "92",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Dark Spiritstaff"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_water_t05.png",
        ["Name"] = "Dark Spiritstaff",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "184-343 Water Damage (+100% Bonus)",
        ["Mana usage"] = "33",
        ["Casttime"] = "0.95",
        ["Cooldown"] = "5.19",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "94",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Waterfall"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_water_t1.png",
        ["Name"] = "Waterfall",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "28 Water Damage (+13% Bonus) every 1.00 sec for 8.00 secs",
        ["Mana usage"] = "38",
        ["Casttime"] = "0.93",
        ["Cooldown"] = "5.03",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "11",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "98",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Waterfall"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_water_t1.png",
        ["Name"] = "Crafted Waterfall",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "210-391 Water Damage (+100% Bonus)",
        ["Mana usage"] = "40",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "12",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Enchanter#Crafted Waterfall|Crafting]]"},
    ["Whisper of Titans"]={
        ["Rarity"] = "e",
        ["File"] = "Staff_water_t1.png",
        ["Name"] = "Whisper of Titans",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "260-484 Water Damage (+100% Bonus)",
        ["Mana usage"] = "35",
        ["Casttime"] = "0.82",
        ["Cooldown"] = "4.97",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "14",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "142",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Glynphyras Mystery"]={
        ["Rarity"] = "e",
        ["File"] = "Bow_water.png",
        ["Name"] = "Glynphyras Mystery",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "133-246 Water Damage (+40% Bonus)",
        ["Mana usage"] = "42",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "20.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "14",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "120",
        ["Level"] = "20",
        ["Obtained"] = "[[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Catarina's Staff"]={
        ["Rarity"] = "l",
        ["File"] = "Staff_void.png",
        ["Name"] = "Catarina's Staff",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "357-663 Death Damage (+100% Bonus)",
        ["Mana usage"] = "37",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.80",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "16",
        ["Mana Regeneration"] = "1.0",
        ["Selling value"] = "160",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Phantom"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Phantom",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "11-20 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "100",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Bounty: Rusty Oswell|Quest: Bounty: Rusty Oswell]]"},
    ["Lightbane"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Lightbane",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "186-345 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "47",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "105",
        ["Level"] = "22",
        ["Obtained"] = "[[Quests#Wihmummeth|Quest: Wihmummeth]]"},
    ["Quicksilver"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Quicksilver",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "326-607 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "83",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "9.60",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "109",
        ["Level"] = "23",
        ["Obtained"] = "[[Quests#Burgeir Bug Cocoon|Quest: Burgeir Bug Cocoon]]"},
    ["Mystery"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Mystery",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "14-27 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "114",
        ["Level"] = "24",
        ["Obtained"] = "[[Quests#Church Rats|Quest: Church Rats]]"},
    ["Dementia"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Dementia",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "15-28 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.09",
        ["Cooldown"] = "1.09",
        ["Range"] = "10",
        ["Selling value"] = "113",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Foul Heart"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Foul Heart",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "247-458 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "63",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "119",
        ["Level"] = "25",
        ["Obtained"] = "[[Quests#Ranch Rats|Quest: Ranch Rats]]"},
    ["Fire"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Fire",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "247-460 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "60",
        ["Casttime"] = "0.82",
        ["Cooldown"] = "4.05",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "118",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Relentless Focus"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Relentless Focus",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "18-33 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "122",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Isolated Orb"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Isolated Orb",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "435-808 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "111",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "9.60",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "124",
        ["Level"] = "26",
        ["Obtained"] = "[[Quests#Old East Mine|Quest: Old East Mine]]"},
    ["Apocalyptic Globe"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Apocalyptic Globe",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "525-974 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "108",
        ["Casttime"] = "1.01",
        ["Cooldown"] = "8.85",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "123",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Ominous Seal"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Ominous Seal",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "20-37 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "129",
        ["Level"] = "27",
        ["Obtained"] = "[[Quests#Sirkez|Quest: Sirkez]]"},
    ["Defiling Baton"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Defiling Baton",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "23-42 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.81",
        ["Cooldown"] = "0.81",
        ["Range"] = "10",
        ["Selling value"] = "128",
        ["Level"] = "27",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]]"},
    ["Nirvana"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Nirvana",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "329-611 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "84",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "133",
        ["Level"] = "28",
        ["Obtained"] = "[[Quests#Polished Wooden Sticks|Quest: Polished Wooden Sticks]]"},
    ["Reforged Globe"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Reforged Globe",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "527-978 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "134",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "9.60",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "128",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Clemence"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Clemence",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "636-1181 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "125",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "131",
        ["Level"] = "28",
        ["Obtained"] = "[[Enchanter#Clemence|Crafting]]"},
    ["Honor's Vessel"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Honor's Vessel",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "389-724 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "79",
        ["Casttime"] = "0.99",
        ["Cooldown"] = "5.17",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Sunshard"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Sunshard",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "437-812 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "86",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "136",
        ["Level"] = "29",
        ["Obtained"] = "[[Enchanter#Sunshard|Crafting]]"},
    ["Netherlight"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Netherlight",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "579-1076 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "147",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "9.60",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "138",
        ["Level"] = "29",
        ["Obtained"] = "[[Quests#Kyaarmes Imps|Quest: Kyaarmes Imps]]"},
    ["Soulsiphon"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Soulsiphon",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "685-1272 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "139",
        ["Casttime"] = "0.87",
        ["Cooldown"] = "6.41",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "137",
        ["Level"] = "29",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Harmonized Bauble"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Harmonized Bauble",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "398-739 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "101",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Consecration"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_fire.png",
        ["Name"] = "Consecration",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "31-58 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Consecration|Crafting]], [[Windsor Hold]]"},
    ["Ebon Fang"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_a.png",
        ["Name"] = "Ebon Fang",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "34-63 Fire Damage (+15% Bonus)",
        ["Casttime"] = "1.05",
        ["Cooldown"] = "1.05",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Mantis"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_1.png",
        ["Name"] = "Mantis",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "525-976 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.97",
        ["Cooldown"] = "4.23",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Forsaken Ripper"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_2.png",
        ["Name"] = "Forsaken Ripper",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "842-1563 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "79",
        ["Casttime"] = "0.99",
        ["Cooldown"] = "7.30",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Bloodsurge Slicer"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_3.png",
        ["Name"] = "Bloodsurge Slicer",
        ["Points"] = "fire",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1004-1865 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "97",
        ["Casttime"] = "0.81",
        ["Cooldown"] = "8.88",
        ["Flavor text"] = "Fire Bomb",
        ["Effect"] = "Heal yourself for 56-104 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Execution"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_4.png",
        ["Name"] = "Execution",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1526-2834 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.91",
        ["Cooldown"] = "24.05",
        ["Flavor text"] = "Sunfire",
        ["Effect"] = "Receive +57 Fire Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Limbo"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_5.png",
        ["Name"] = "Limbo",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "213 Fire Damage (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.92",
        ["Cooldown"] = "48.61",
        ["Flavor text"] = "Flame Rush",
        ["Effect"] = "Receive +6.7 Mana Regeneration for 15.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Ebon Fang"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_a_c.png",
        ["Name"] = "Crafted Ebon Fang",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "35-65 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Ebon Fang|Crafting]]"},
    ["Crafted Mantis"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_1_c.png",
        ["Name"] = "Crafted Mantis",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "525-977 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Mantis|Crafting]]"},
    ["Crafted Forsaken Ripper"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_2_c.png",
        ["Name"] = "Crafted Forsaken Ripper",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "842-1563 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "76",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Forsaken Ripper|Crafting]]"},
    ["Crafted Bloodsurge Slicer"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_3_c.png",
        ["Name"] = "Crafted Bloodsurge Slicer",
        ["Points"] = "fire",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1052-1955 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "95",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Fire Bomb",
        ["Effect"] = "Heal yourself for 56-104 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Bloodsurge Slicer|Crafting]]"},
    ["Crafted Execution"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_4_c.png",
        ["Name"] = "Crafted Execution",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1579-2932 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Flavor text"] = "Sunfire",
        ["Effect"] = "Receive +60 Fire Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Execution|Crafting]]"},
    ["Crafted Limbo"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_1-5_5_c.png",
        ["Name"] = "Crafted Limbo",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "225 Fire Damage (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Flavor text"] = "Flame Rush",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 15.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Limbo|Crafting]]"},
    ["Odolff"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_a.png",
        ["Name"] = "Odolff",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "37-70 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Ozul"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_a.png",
        ["Name"] = "Ozul",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "571-1062 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Dimitri"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_2.png",
        ["Name"] = "Dimitri",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "914-1699 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "77",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Selling value"] = "140",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Sin"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_3.png",
        ["Name"] = "Sin",
        ["Points"] = "fire",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1143-2122 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "98",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Fire Bomb",
        ["Effect"] = "Heal yourself for 56-104 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Quillan"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_4.png",
        ["Name"] = "Quillan",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1715-3185 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Flavor text"] = "Sunfire",
        ["Effect"] = "Receive +60 Fire Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Reyes"]={
        ["Rarity"] = "r",
        ["File"] = "Mage_t_2_5.png",
        ["Name"] = "Reyes",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "245 Fire Damage (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Flavor text"] = "Flame Rush",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 15.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Risato"]={
        ["Rarity"] = "e",
        ["File"] = "Mage_t_2_5.png",
        ["Name"] = "Risato",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "620-1153 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "41",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "200",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Risato|Crafting]]"},
    ["Impaler"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Impaler",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 14-26 (+100% Bonus)",
        ["Mana usage"] = "7",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Enchanter#Impaler|Crafting]]"},
    ["Death Reach"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Death Reach",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 18-33 (+100% Bonus)",
        ["Mana usage"] = "9",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Obtained"] = "[[Enchanter#Death Reach|Crafting]]"},
    ["Delusion"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Delusion",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 5 (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "19",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "60",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Honed Scepter"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Honed Scepter",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 38-71 (+100% Bonus)",
        ["Mana usage"] = "20",
        ["Casttime"] = "1.12",
        ["Cooldown"] = "3.93",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "60",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Lifebinder"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Lifebinder",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 26-49 (+100% Bonus)",
        ["Mana usage"] = "12",
        ["Casttime"] = "0.82",
        ["Cooldown"] = "3.88",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "47",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Ghostwalker"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Ghostwalker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 30-55 (+100% Bonus)",
        ["Mana usage"] = "13",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "55",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Swan Song"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Swan Song",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 26-49 (+100% Bonus)",
        ["Mana usage"] = "13",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "56",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Souldrinker"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Souldrinker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 36-67 (+100% Bonus)",
        ["Mana usage"] = "18",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Enchanter#Souldrinker|Crafting]]"},
    ["Moonlight"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Moonlight",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 37-70 (+100% Bonus)",
        ["Mana usage"] = "18",
        ["Casttime"] = "0.88",
        ["Cooldown"] = "3.86",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "80",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Ebon Energy Staff"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Ebon Energy Staff",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 13 (+33% Bonus) every 2.00 sec for 6.00 secs",
        ["Mana usage"] = "19",
        ["Casttime"] = "0.97",
        ["Cooldown"] = "3.91",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "77",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Hope's Scepter"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Hope's Scepter",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 39-74 (+100% Bonus)",
        ["Mana usage"] = "19",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "72",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Vengeful Striker"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Vengeful Striker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 44-81 (+100% Bonus)",
        ["Mana usage"] = "23",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enchanter#Vengeful Striker|Crafting]]"},
    ["Blackheart"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Blackheart",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 53-98 (+100% Bonus)",
        ["Mana usage"] = "28",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Enchanter#Blackheart|Crafting]]"},
    ["Dying Hope"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Dying Hope",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 53-98 (+100% Bonus)",
        ["Mana usage"] = "23",
        ["Casttime"] = "0.82",
        ["Cooldown"] = "3.97",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "93",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Edge of Insanity"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Edge of Insanity",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 15 (+20% Bonus) every 2.00 sec for 10.00 secs",
        ["Mana usage"] = "24",
        ["Casttime"] = "0.97",
        ["Cooldown"] = "3.91",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "97",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Hubris"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Hubris",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 14 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "23",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "91",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Meditation"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_heal_t05.png",
        ["Name"] = "Meditation",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 13 (+16% Bonus) every 1.00 sec for 6.00 secs",
        ["Mana usage"] = "25",
        ["Casttime"] = "1.16",
        ["Cooldown"] = "4.01",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.6",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Omen"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_heal_t1.png",
        ["Name"] = "Omen",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 9 (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "25",
        ["Casttime"] = "0.90",
        ["Cooldown"] = "3.80",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "2",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "95",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Omen"]={
        ["Rarity"] = "r",
        ["File"] = "Staff_heal_t1.png",
        ["Name"] = "Crafted Omen",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 58-109 (+100% Bonus)",
        ["Mana usage"] = "32",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Enchanter#Crafted Omen|Crafting]]"},
    ["Blood Infused Grand Staff"]={
        ["Rarity"] = "e",
        ["File"] = "Staff_heal_t1.png",
        ["Name"] = "Blood Infused Grand Staff",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 64-119 (+100% Bonus)",
        ["Mana usage"] = "24",
        ["Casttime"] = "0.81",
        ["Cooldown"] = "3.83",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "4",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "145",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Glynphyras Clarity"]={
        ["Rarity"] = "e",
        ["File"] = "Staff_heal_water.png",
        ["Name"] = "Glynphyras Clarity",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 53-98 (+100% Bonus)",
        ["Mana usage"] = "40",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "20.00",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "6",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "103",
        ["Level"] = "20",
        ["Obtained"] = "[[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Insolence"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Insolence",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 11-20 (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "100",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Tavern Rat|Quest: Tavern Rat]]"},
    ["Spellbinder"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Spellbinder",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 186-345 (+100% Bonus)",
        ["Mana usage"] = "47",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "105",
        ["Level"] = "22",
        ["Obtained"] = "[[Quests#Burgeir Bugs|Quest: Burgeir Bugs]]"},
    ["Fate"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Fate",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 18-33 (+15% Bonus)",
        ["Casttime"] = "1.10",
        ["Cooldown"] = "1.10",
        ["Range"] = "10",
        ["Selling value"] = "113",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Thorn"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_water.png",
        ["Name"] = "Thorn",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 297-552 (+100% Bonus)",
        ["Mana usage"] = "59",
        ["Casttime"] = "0.95",
        ["Cooldown"] = "4.20",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "118",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Gaze of Vanity"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_water.png",
        ["Name"] = "Gaze of Vanity",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 18-33 (+15% Bonus)",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "1.20",
        ["Range"] = "10",
        ["Selling value"] = "122",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Barbaric Cane"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_t05.png",
        ["Name"] = "Barbaric Cane",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 137 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "110",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.85",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Polished Cane"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Polished Cane",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 23-42 (+15% Bonus)",
        ["Casttime"] = "0.87",
        ["Cooldown"] = "0.87",
        ["Range"] = "10",
        ["Selling value"] = "128",
        ["Level"] = "27",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]]"},
    ["Desire's Branch"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Desire's Branch",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 151 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "134",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "9.60",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "128",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Twitch"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Twitch",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 182 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "125",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "131",
        ["Level"] = "28",
        ["Obtained"] = "[[Enchanter#Twitch|Crafting]]"},
    ["Midnight"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_2.png",
        ["Name"] = "Midnight",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 390-725 (+100% Bonus)",
        ["Mana usage"] = "80",
        ["Casttime"] = "0.86",
        ["Cooldown"] = "4.32",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Warp Pole"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Warp Pole",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 437-812 (+100% Bonus)",
        ["Mana usage"] = "86",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "136",
        ["Level"] = "29",
        ["Obtained"] = "[[Enchanter#Warp Pole|Crafting]]"},
    ["Fortuity"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_water.png",
        ["Name"] = "Fortuity",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 183 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "141",
        ["Casttime"] = "1.11",
        ["Cooldown"] = "7.63",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "29",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Sacrifice"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal.png",
        ["Name"] = "Sacrifice",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 398-739 (+100% Bonus)",
        ["Mana usage"] = "101",
        ["Casttime"] = "1.20",
        ["Cooldown"] = "6.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Zeke|Trader Zeke]]"},
    ["Gaze of Corruption"]={
        ["Rarity"] = "u",
        ["File"] = "Staff_heal_t05.png",
        ["Name"] = "Gaze of Corruption",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 31-58 (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Gaze of Corruption|Crafting]], [[Windsor Hold]]"},
    ["Lullaby"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_a.png",
        ["Name"] = "Lullaby",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 32-61 (+15% Bonus)",
        ["Casttime"] = "1.06",
        ["Cooldown"] = "1.06",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Hollow Skull"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_1.png",
        ["Name"] = "Hollow Skull",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 522-969 (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.85",
        ["Cooldown"] = "4.01",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Ritual Core"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_2.png",
        ["Name"] = "Ritual Core",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 240 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "76",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.58",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Dusksong"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_3.png",
        ["Name"] = "Dusksong",
        ["Points"] = "holy",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 1003-1864 (+100% Bonus)",
        ["Mana usage"] = "96",
        ["Casttime"] = "1.03",
        ["Cooldown"] = "8.29",
        ["Flavor text"] = "Life Burst",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Fiery Fetish"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_4.png",
        ["Name"] = "Fiery Fetish",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 444 (+20% Bonus) every 2.00 sec for 10.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.89",
        ["Cooldown"] = "25.61",
        ["Range"] = "10",
        ["Flavor text"] = "Holy Barrage",
        ["Effect"] = "Receive +55 Heal for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Solarsong"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_5.png",
        ["Name"] = "Solarsong",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 225 (+10% Bonus) every 2.00 sec for 20.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.88",
        ["Range"] = "10",
        ["Flavor text"] = "Eviction",
        ["Effect"] = "Receive +8.8 Mana Regeneration for 5.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Lullaby"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_a_c.png",
        ["Name"] = "Crafted Lullaby",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 35-65 (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Lullaby|Crafting]]"},
    ["Crafted Hollow Skull"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_1_c.png",
        ["Name"] = "Crafted Hollow Skull",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 526-977 (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Hollow Skull|Crafting]]"},
    ["Crafted Ritual Core"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_2_c.png",
        ["Name"] = "Crafted Ritual Core",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 240 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "76",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Ritual Core|Crafting]]"},
    ["Crafted Dusksong"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_3_c.png",
        ["Name"] = "Crafted Dusksong",
        ["Points"] = "holy",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 1052-1955 (+100% Bonus)",
        ["Mana usage"] = "95",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Life Burst",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Dusksong|Crafting]]"},
    ["Crafted Fiery Fetish"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_4_c.png",
        ["Name"] = "Crafted Fiery Fetish",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 451 (+20% Bonus) every 2.00 sec for 10.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Range"] = "10",
        ["Flavor text"] = "Holy Barrage",
        ["Effect"] = "Receive +60 Heal for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Fiery Fetish|Crafting]]"},
    ["Crafted Solarsong"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_1-5_5_c.png",
        ["Name"] = "Crafted Solarsong",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 225 (+10% Bonus) every 2.00 sec for 20.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Range"] = "10",
        ["Flavor text"] = "Eviction",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 5.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Crafted Solarsong|Crafting]]"},
    ["Phaeron"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_a.png",
        ["Name"] = "Phaeron",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 37-70 (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Simon"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_a.png",
        ["Name"] = "Simon",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 571-1062 (+100% Bonus)",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Isaac"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_2.png",
        ["Name"] = "Isaac",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 261 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "77",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Sirius"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_3.png",
        ["Name"] = "Sirius",
        ["Points"] = "holy",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 1143-2122 (+100% Bonus)",
        ["Mana usage"] = "96",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Life Burst",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Dommik"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_4.png",
        ["Name"] = "Dommik",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 490 (+20% Bonus) every 2.00 sec for 10.00 secs",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Range"] = "10",
        ["Flavor text"] = "Holy Barrage",
        ["Effect"] = "Receive +60 Heal for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Colin"]={
        ["Rarity"] = "r",
        ["File"] = "Priest_t_2_5.png",
        ["Name"] = "Colin",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 245 (+10% Bonus) every 2.00 sec for 20.00 secs",
        ["Mana usage"] = "49",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Range"] = "10",
        ["Flavor text"] = "Eviction",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 5.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Sojiro"]={
        ["Rarity"] = "e",
        ["File"] = "Priest_t_2_5.png",
        ["Name"] = "Sojiro",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 620-1153 (+100% Bonus)",
        ["Mana usage"] = "41",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "204",
        ["Level"] = "30",
        ["Obtained"] = "[[Enchanter#Sojiro|Crafting]]"},
        
--Head
        
    ["Lost Hat"]={
        ["Rarity"] = "c",
        ["File"] = "Farmer_hat_straw.png",
        ["Name"] = "Lost Hat",
        ["Category"] = "Head",
        ["Armor"] = "1",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Old Hat"]={
        ["Rarity"] = "c",
        ["File"] = "Farmer_hat_straw_cloth.png",
        ["Name"] = "Old Hat",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Selling value"] = "16",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Cap of Illusions"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Cap of Illusions",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Life"] = "14",
        ["Selling value"] = "21",
        ["Level"] = "6",
        ["Obtained"] = "[[NPC#Cedrik Baughan|Cedrik Baughan]]"},
    ["Archer Cap"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Archer Cap",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Hunter Cap"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Hunter Cap",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Ranger Cap"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Ranger Cap",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Leather Hat"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_hat_leather.png",
        ["Name"] = "Leather Hat",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Cap of Ending Might"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_green.png",
        ["Name"] = "Cap of Ending Might",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Cap of Sacred Memories"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_green.png",
        ["Name"] = "Cap of Sacred Memories",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Civil Leather Hat"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_hat_leather.png",
        ["Name"] = "Civil Leather Hat",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Scarf of Devotion"]={
        ["Rarity"] = "c",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Scarf of Devotion",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Bandit Mask of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Bandit Mask of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Bandit Mask of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_red.png",
        ["Name"] = "Bandit Mask of Protection",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "2",
        ["Life"] = "20",
        ["Selling value"] = "42",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Cap of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_green.png",
        ["Name"] = "Cap of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Life"] = "18",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Cap of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_hat_straw.png",
        ["Name"] = "Cap of Glory",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Cap of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_hat_straw_cloth.png",
        ["Name"] = "Cap of Voices",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[NPC#Hebizh Ervasovy|Hebizh Ervasovy]], [[Cygluln Chamber]]"},
    ["Bandit Mask of Punishment"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Bandit Mask of Punishment",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "46",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Leather Bandit Bandana"]={
        ["Rarity"] = "r",
        ["File"] = "Bandit_mask_dark_red.png",
        ["Name"] = "Leather Bandit Bandana",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "7",
        ["Life"] = "23",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Birth of Diligence"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_red.png",
        ["Name"] = "Birth of Diligence",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "20",
        ["Mana"] = "22",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Tailor#Birth of Diligence|Crafting]]"},
    ["Visage of Heroes"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal.png",
        ["Name"] = "Visage of Heroes",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Life"] = "65",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Armorsmith#Visage of Heroes|Crafting]]"},
    ["Padded Helm"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Padded Helm",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "4",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Leatherworking#Padded Helm|Crafting]]"},
    ["Cap of Ending"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Cap of Ending",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Soldier Helmet"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal.png",
        ["Name"] = "Soldier Helmet",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "6",
        ["Life"] = "26",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Guard Helmet"]={
        ["Rarity"] = "r",
        ["File"] = "Guard_helmet_metal.png",
        ["Name"] = "Guard Helmet",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Life"] = "29",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Helmet of Regrets"]={
        ["Rarity"] = "r",
        ["File"] = "Cave_helmet_metal.png",
        ["Name"] = "Helmet of Regrets",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "6",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Cap of Dark Bloodlust"]={
        ["Rarity"] = "e",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Cap of Dark Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Heal"] = "4",
        ["Mana"] = "13",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Mithril Visage"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_hat_leather.png",
        ["Name"] = "Mithril Visage",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Selling value"] = "22",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Gift of the Storm"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_red.png",
        ["Name"] = "Gift of the Storm",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Magic Damage"] = "16",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "52",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Pact of the Lost"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Pact of the Lost",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Physical Damage"] = "4",
        ["Selling value"] = "50",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Pact of Anguish"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal.png",
        ["Name"] = "Pact of Anguish",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Life"] = "76",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Helm of Nature"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Helm of Nature",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Heal"] = "22",
        ["Mana"] = "24",
        ["Selling value"] = "51",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Hero of Patience"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Hero of Patience",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "4",
        ["Selling value"] = "52",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Blight of Chaos"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_red.png",
        ["Name"] = "Blight of Chaos",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Magic Damage"] = "17",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "54",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Bane of Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth.png",
        ["Name"] = "Bane of Souls",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "2",
        ["Cooldown Reduction Rating"] = "1",
        ["Heal"] = "24",
        ["Mana"] = "23",
        ["Selling value"] = "55",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Scaled Visage"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal.png",
        ["Name"] = "Scaled Visage",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "6",
        ["Life"] = "78",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "51",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Faithful Padded Cap"]={
        ["Rarity"] = "c",
        ["File"] = "Farmer_hat_straw.png",
        ["Name"] = "Faithful Padded Cap",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Selling value"] = "33",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Ender of Regret"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_metal.png",
        ["Name"] = "Ender of Regret",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Physical Damage"] = "4",
        ["Selling value"] = "70",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Burden of Bravery"]={
        ["Rarity"] = "u",
        ["File"] = "Helmet_metal_red.png",
        ["Name"] = "Burden of Bravery",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "13",
        ["Life"] = "116",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Linen Headpiece"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Linen Headpiece",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Heal"] = "33",
        ["Mana"] = "37",
        ["Selling value"] = "67",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Helm of Bravery"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_red.png",
        ["Name"] = "Helm of Bravery",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Magic Damage"] = "25",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "65",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Bronze Visage"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_metal.png",
        ["Name"] = "Bronze Visage",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "6",
        ["Selling value"] = "73",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Demise of the Forest"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_red.png",
        ["Name"] = "Demise of the Forest",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Magic Damage"] = "24",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "70",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Burden of Serenity"]={
        ["Rarity"] = "u",
        ["File"] = "Helmet_metal_red.png",
        ["Name"] = "Burden of Serenity",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Life"] = "115",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "75",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Glory of Dreams"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Glory of Dreams",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "35",
        ["Mana"] = "34",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Deflector of Thieves"]={
        ["Rarity"] = "c",
        ["File"] = "Farmer_hat_straw_cloth.png",
        ["Name"] = "Deflector of Thieves",
        ["Category"] = "Head",
        ["Armor"] = "6",
        ["Selling value"] = "40",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Dawn of Delirium"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_darkmetal_purple.png",
        ["Name"] = "Dawn of Delirium",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "7",
        ["Selling value"] = "81",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Foe of the Day"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "Foe of the Day",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "20",
        ["Life"] = "152",
        ["Selling value"] = "83",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Foe of Titans"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather_dark.png",
        ["Name"] = "Foe of Titans",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Magic Damage"] = "29",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Fortune of Dragons"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather.png",
        ["Name"] = "Fortune of Dragons",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Heal"] = "44",
        ["Mana"] = "42",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Desolation Hide Coif"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather_dark.png",
        ["Name"] = "Desolation Hide Coif",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "7",
        ["Magic Damage"] = "38",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Favor of Deflection"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather.png",
        ["Name"] = "Favor of Deflection",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "43",
        ["Mana"] = "42",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Fusion Steel Crown"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_darkmetal_purple.png",
        ["Name"] = "Fusion Steel Crown",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "5",
        ["Physical Damage"] = "6",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Gaze of Burdens"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "Gaze of Burdens",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Life"] = "140",
        ["Life Regeneration"] = "0.8",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Coif of Hellish Whispers"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather.png",
        ["Name"] = "Coif of Hellish Whispers",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "52",
        ["Mana"] = "57",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Coif of Hellish Whispers|Crafting]]"},
    ["Headguard of Holy Wars"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "Headguard of Holy Wars",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "22",
        ["Life"] = "172",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Headguard of Holy Wars|Crafting]]"},
    ["Protector of Guardians"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_darkmetal_purple.png",
        ["Name"] = "Protector of Guardians",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "9",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Protector of Guardians|Crafting]]"},
    ["Mask of Wraiths"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_red.png",
        ["Name"] = "Mask of Wraiths",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "2",
        ["Magic Damage"] = "40",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["End of Regret"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "End of Regret",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "21",
        ["Life"] = "171",
        ["Life Regeneration"] = "1",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Fall of Silence"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Fall of Silence",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "49",
        ["Mana"] = "51",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Fall of Deflection"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Fall of Deflection",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "9",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Glynphyras Head"]={
        ["Rarity"] = "e",
        ["File"] = "Head_dragon.png",
        ["Name"] = "Glynphyras Head",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Water Damage"] = "10",
        ["Flavor text"] = "The head of Glynphyra as a trophy.",
        ["Selling value"] = "237",
        ["Level"] = "20",
        ["Obtained"] = "[[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Coif of Silent Kings"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Coif of Silent Kings",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "73",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "104",
        ["Level"] = "24",
        ["Obtained"] = "[[Quests#Spirit of Alma|Quest: Spirit of Alma]]"},
    ["Skeletal Casque"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "Skeletal Casque",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "58",
        ["Life Regeneration"] = "1.5",
        ["Physical Damage"] = "17",
        ["Selling value"] = "114",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Gift of Truth"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather_dark.png",
        ["Name"] = "Gift of Truth",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "1",
        ["Mana"] = "88",
        ["Mana Regeneration"] = "1.4",
        ["Selling value"] = "113",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Conqueror of Stone"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_helmet_darkmetal_purple.png",
        ["Name"] = "Conqueror of Stone",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "17",
        ["Critical Bonus Rating"] = "1",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "114",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Facemask of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Mage_hat_leather.png",
        ["Name"] = "Facemask of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "88",
        ["Mana Regeneration"] = "1.4",
        ["Selling value"] = "113",
        ["Level"] = "26",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Warped Steel Casque"]={
        ["Rarity"] = "u",
        ["File"] = "Head_tank_t05.png",
        ["Name"] = "Warped Steel Casque",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "67",
        ["Life Regeneration"] = "1.6",
        ["Physical Damage"] = "21",
        ["Selling value"] = "113",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Demise of the Boar"]={
        ["Rarity"] = "u",
        ["File"] = "Head_melee_t05.png",
        ["Name"] = "Demise of the Boar",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "21",
        ["Critical Bonus Rating"] = "14",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "113",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Deflector of Anger"]={
        ["Rarity"] = "u",
        ["File"] = "Head_heal_t05.png",
        ["Name"] = "Deflector of Anger",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Critical Chance Rating"] = "5",
        ["Mana"] = "93",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Hope of Dusk"]={
        ["Rarity"] = "u",
        ["File"] = "Head_mage_t05.png",
        ["Name"] = "Hope of Dusk",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "12",
        ["Critical Bonus Rating"] = "14",
        ["Mana"] = "96",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Thunder Hide Mask"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_bright_leather.png",
        ["Name"] = "Thunder Hide Mask",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "11",
        ["Critical Chance Rating"] = "5",
        ["Mana"] = "94",
        ["Mana Regeneration"] = "1.5",
        ["Selling value"] = "120",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Thunder Hide Mask|Crafting]], [[Windsor Hold]]"},
    ["Headguard of Stealth"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_scarf_cloth_red.png",
        ["Name"] = "Headguard of Stealth",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "23",
        ["Mana"] = "140",
        ["Mana Regeneration"] = "2.3",
        ["Selling value"] = "120",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Headguard of Stealth|Crafting]], [[Windsor Hold]]"},
    ["Death of Eternal Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_helmet_metal_dark.png",
        ["Name"] = "Death of Eternal Glory",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "102",
        ["Life Regeneration"] = "2.5",
        ["Physical Damage"] = "31",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Death of Eternal Glory|Crafting]], [[Windsor Hold]]"},
    ["Tribute of the Gladiator"]={
        ["Rarity"] = "u",
        ["File"] = "Bandit_mask_dark_leather.png",
        ["Name"] = "Tribute of the Gladiator",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "36",
        ["Critical Bonus Rating"] = "23",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Tribute of the Gladiator|Crafting]], [[Windsor Hold]]"},
    ["Headguard of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Head_tank_t05.png",
        ["Name"] = "Headguard of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "22",
        ["Life"] = "177",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Headguard of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Head_melee_t05.png",
        ["Name"] = "Headguard of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "10",
        ["Physical Damage"] = "9",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Headguard of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Head_heal_t05.png",
        ["Name"] = "Headguard of Memories",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "3",
        ["Heal"] = "55",
        ["Mana"] = "59",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Headguard of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t05.png",
        ["Name"] = "Headguard of Torment",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "5",
        ["Mana Regeneration"] = "0.9",
        ["Water Damage"] = "54",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Headguard of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Head_tank_t1.png",
        ["Name"] = "Headguard of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "28",
        ["Life"] = "185",
        ["Life Regeneration"] = "1.0",
        ["Physical Damage"] = "5",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Headguard of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Head_melee_t1.png",
        ["Name"] = "Headguard of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "19",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "13",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Headguard of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Head_heal_t1.png",
        ["Name"] = "Headguard of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "3",
        ["Heal"] = "60",
        ["Life"] = "77",
        ["Mana"] = "60",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Headguard of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t1.png",
        ["Name"] = "Headguard of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "13",
        ["Critical Chance Rating"] = "5",
        ["Life"] = "72",
        ["Mana Regeneration"] = "1.0",
        ["Water Damage"] = "68",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#King Tanjin|King Tanjin]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Headguard of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Head_tank_t1_prof.png",
        ["Name"] = "Crafted Headguard of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "33",
        ["Life"] = "189",
        ["Life Regeneration"] = "1.0",
        ["Physical Damage"] = "7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Crafted Headguard of Bloodlust|Crafting]]"},
    ["Crafted Headguard of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Head_melee_t1_prof.png",
        ["Name"] = "Crafted Headguard of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "18",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "13",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Crafted Headguard of Nightmares|Crafting]]"},
    ["Crafted Headguard of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Head_heal_t1_prof.png",
        ["Name"] = "Crafted Headguard of Memories",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "4",
        ["Heal"] = "58",
        ["Life"] = "84",
        ["Mana"] = "69",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Headguard of Memories|Crafting]]"},
    ["Crafted Headguard of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t1_prof.png",
        ["Name"] = "Crafted Headguard of Torment",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "6",
        ["Life"] = "73",
        ["Mana Regeneration"] = "1.1",
        ["Water Damage"] = "70",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Headguard of Torment|Crafting]]"},
    ["Warbringer Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_warrior_t_1-5.png",
        ["Name"] = "Warbringer Headguard",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "108",
        ["Life"] = "465",
        ["Life Regeneration"] = "2.6",
        ["Physical Damage"] = "33",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_fighter_t_1-5.png",
        ["Name"] = "Destroyer Headguard",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "38",
        ["Critical Bonus Rating"] = "23",
        ["Death Damage"] = "64",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_priest_t_1-5.png",
        ["Name"] = "Runebound Headguard",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "18",
        ["Critical Chance Rating"] = "8",
        ["Heal"] = "113",
        ["Mana"] = "145",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Headguard",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "19",
        ["Critical Bonus Rating"] = "25",
        ["Fire Damage"] = "111",
        ["Mana"] = "143",
        ["Mana Regeneration"] = "2.3",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Headguard",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "111",
        ["Life"] = "468",
        ["Life Regeneration"] = "2.6",
        ["Physical Damage"] = "34",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Headguard|Crafting]]"},
    ["Crafted Destroyer Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Headguard",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "38",
        ["Critical Bonus Rating"] = "25",
        ["Death Damage"] = "68",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Headguard|Crafting]]"},
    ["Crafted Runebound Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Headguard",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "18",
        ["Critical Chance Rating"] = "9",
        ["Heal"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Headguard|Crafting]]"},
    ["Crafted Cataclysmic Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Headguard",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "22",
        ["Critical Bonus Rating"] = "25",
        ["Fire Damage"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Headguard|Crafting]]"},
    ["Serezith Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_warrior_t_2.png",
        ["Name"] = "Serezith Headguard",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "121",
        ["Life"] = "490",
        ["Life Regeneration"] = "2.7",
        ["Physical Damage"] = "37",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Serezith Headguard|Crafting]]"},
    ["Grave Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_fighter_t_2.png",
        ["Name"] = "Grave Headguard",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "41",
        ["Critical Bonus Rating"] = "28",
        ["Death Damage"] = "73",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Grave Headguard|Crafting]]"},
    ["Ritual Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_priest_t_2.png",
        ["Name"] = "Ritual Headguard",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "20",
        ["Critical Chance Rating"] = "11",
        ["Heal"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Ritual Headguard|Crafting]]"},
    ["Vampiric Headguard"]={
        ["Rarity"] = "r",
        ["File"] = "Head_mage_t_2.png",
        ["Name"] = "Vampiric Headguard",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "25",
        ["Critical Bonus Rating"] = "28",
        ["Fire Damage"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Vampiric Headguard|Crafting]]"}, 
        
--Chest
        
    ["Used Shirt"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_blue.png",
        ["Name"] = "Used Shirt",
        ["Category"] = "Chest",
        ["Armor"] = "2",
        ["Obtained"] = "[[The Ashamed Pig]]"},
    ["Farmer Shirt"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth.png",
        ["Name"] = "Farmer Shirt",
        ["Category"] = "Chest",
        ["Armor"] = "3",
        ["Selling value"] = "2",
        ["Level"] = "2",
        ["Obtained"] = "[[Enemies#Drop Template #1|Drops #1]], [[Enemies#Drop Template #2|Drops #2]]"},
    ["Robes of Begginings"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_4.png",
        ["Name"] = "Robes of Begginings",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[NPC#Firdos Sidi|Firdos Sidi]]"},
    ["Call of Regret"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_blue_3.png",
        ["Name"] = "Call of Regret",
        ["Category"] = "Chest",
        ["Armor"] = "3",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Guard of Barriers"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_shirt_cloth_2.png",
        ["Name"] = "Guard of Barriers",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Tunic of Eternal Memories"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_shirt_cloth_3.png",
        ["Name"] = "Tunic of Eternal Memories",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Life"] = "23",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Dire Hide"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_green_3.png",
        ["Name"] = "Dire Hide",
        ["Category"] = "Chest",
        ["Armor"] = "3",
        ["Selling value"] = "10",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Heavy Leather Vestment"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_shirt_cloth_red_2.png",
        ["Name"] = "Heavy Leather Vestment",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Vest of Horrors"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_shirt_cloth_red_3.png",
        ["Name"] = "Vest of Horrors",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "3",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Broken Leather Jerkin"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_2.png",
        ["Name"] = "Broken Leather Jerkin",
        ["Category"] = "Chest",
        ["Armor"] = "4",
        ["Selling value"] = "12",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Hide Vest"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_2.png",
        ["Name"] = "Hide Vest",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Vest of Archers"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_cloth_3.png",
        ["Name"] = "Vest of Archers",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Vest of Hunters"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_cloth_4.png",
        ["Name"] = "Vest of Hunters",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Vest of Rangers"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_cloth.png",
        ["Name"] = "Vest of Rangers",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Vest of Visions"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_green_2.png",
        ["Name"] = "Vest of Visions",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Jerkin of Punishment"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_green_4.png",
        ["Name"] = "Jerkin of Punishment",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Physical Damage"] = "1",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Jerkin of Warlords"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_green_3.png",
        ["Name"] = "Jerkin of Warlords",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "9",
        ["Life"] = "31",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Torn Shirt"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_3.png",
        ["Name"] = "Torn Shirt",
        ["Category"] = "Chest",
        ["Armor"] = "4",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Torn blue Shirt"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_blue_3.png",
        ["Name"] = "Torn blue Shirt",
        ["Category"] = "Chest",
        ["Armor"] = "4",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Deflector of Suffering"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Deflector of Suffering",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Fire Damage"] = "33",
        ["Life"] = "42",
        ["Mana"] = "36",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Obtained"] = "[[Tailor#Deflector of Suffering|Crafting]]"},
    ["Cry of Blight"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Cry of Blight",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "14",
        ["Life"] = "107",
        ["Life Regeneration"] = "0.7",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Obtained"] = "[[Armorsmith#Cry of Blight|Crafting]]"},
    ["Defiled Scaled Robes"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Defiled Scaled Robes",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.8",
        ["Physical Damage"] = "6",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Obtained"] = "[[Leatherworking#Defiled Scaled Robes|Crafting]]"},
    ["Chestguard of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_red_2.png",
        ["Name"] = "Chestguard of Voices",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Chestguard of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow.png",
        ["Name"] = "Chestguard of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Life"] = "36",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Chestguard of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow_2.png",
        ["Name"] = "Chestguard of Glory",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[NPC#Hebizh Ervasovy|Hebizh Ervasovy]], [[Cygluln Chamber]]"},
    ["Leather Vest of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_green_3.png",
        ["Name"] = "Leather Vest of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "46",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Leather Vest of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_red_4.png",
        ["Name"] = "Leather Vest of Protection",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "10",
        ["Life"] = "37",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Leather Vest of Vengeance"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow_3.png",
        ["Name"] = "Leather Vest of Vengeance",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "42",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Vestment of Eternal Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Citizen_leathervest_blue_3.png",
        ["Name"] = "Vestment of Eternal Memories",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "7",
        ["Critical Chance Rating"] = "4",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Guard Chestplate"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Guard Chestplate",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "14",
        ["Life"] = "53",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Chestplate of Riddles"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Chestplate of Riddles",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "3",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Chestplate of Thunders"]={
        ["Rarity"] = "r",
        ["File"] = "Citizen_leathervest_red_4.png",
        ["Name"] = "Chestplate of Thunders",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Critical Bonus Rating"] = "6",
        ["Mana"] = "21",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Chestplate of Regrets"]={
        ["Rarity"] = "r",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Chestplate of Regrets",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "5",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Knight Chestplate"]={
        ["Rarity"] = "e",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Knight Chestplate",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "27",
        ["Energy Regeneration"] = "0.8",
        ["Life"] = "60",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Fall of Undoing"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_blue_3.png",
        ["Name"] = "Fall of Undoing",
        ["Category"] = "Chest",
        ["Armor"] = "3",
        ["Selling value"] = "22",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Soul of Nightmares"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Soul of Nightmares",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Physical Damage"] = "8",
        ["Selling value"] = "50",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Soul of the Talon"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Soul of the Talon",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "10",
        ["Life"] = "142",
        ["Life Regeneration"] = "0.7",
        ["Selling value"] = "57",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Incarnation of Fools"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Incarnation of Fools",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Heal"] = "39",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Call of Cunning"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_red.png",
        ["Name"] = "Call of Cunning",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "7",
        ["Magic Damage"] = "34",
        ["Mana"] = "45",
        ["Selling value"] = "52",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Death of Mercy"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Death of Mercy",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "4",
        ["Heal"] = "43",
        ["Life"] = "63",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "55",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Ebon Heavy Hide Vest"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_red.png",
        ["Name"] = "Ebon Heavy Hide Vest",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "4",
        ["Life"] = "55",
        ["Magic Damage"] = "30",
        ["Mana"] = "42",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Ebon Greatplate"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Ebon Greatplate",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "17",
        ["Life"] = "141",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Bond of the Enigma"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Bond of the Enigma",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.6",
        ["Physical Damage"] = "7",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Prime Padded Vestment"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_leathervest_yellow.png",
        ["Name"] = "Prime Padded Vestment",
        ["Category"] = "Chest",
        ["Armor"] = "9",
        ["Selling value"] = "33",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Call of Dreams"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Call of Dreams",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "17",
        ["Life"] = "196",
        ["Selling value"] = "69",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Keeper of Solitude"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Keeper of Solitude",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Heal"] = "62",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "67",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Dawn of Vigor"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Dawn of Vigor",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Physical Damage"] = "10",
        ["Selling value"] = "70",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Tunic of Eternal Sorrow"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_blue_3.png",
        ["Name"] = "Tunic of Eternal Sorrow",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Magic Damage"] = "51",
        ["Mana"] = "61",
        ["Selling value"] = "65",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Terror of the Blessed"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Terror of the Blessed",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Life"] = "210",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "75",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Woeful Scaled Tunic"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Woeful Scaled Tunic",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Heal"] = "64",
        ["Life"] = "93",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "71",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Might of Serenity"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_blue_3.png",
        ["Name"] = "Might of Serenity",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Life"] = "81",
        ["Magic Damage"] = "44",
        ["Mana"] = "62",
        ["Selling value"] = "70",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Burden of Slaughter"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Burden of Slaughter",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "7",
        ["Energy Regeneration"] = "0.6",
        ["Physical Damage"] = "10",
        ["Selling value"] = "73",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Garments of Stone"]={
        ["Rarity"] = "c",
        ["File"] = "Citizen_shirt_cloth_3.png",
        ["Name"] = "Garments of Stone",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Selling value"] = "40",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Pact of Nature"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Pact of Nature",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "31",
        ["Life"] = "280",
        ["Selling value"] = "83",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Judgement Hide Jerkin"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_blue.png",
        ["Name"] = "Judgement Hide Jerkin",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Magic Damage"] = "61",
        ["Mana"] = "93",
        ["Selling value"] = "79",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Call of the Forests"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_cave_metal_purple.png",
        ["Name"] = "Call of the Forests",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "12",
        ["Physical Damage"] = "13",
        ["Selling value"] = "80",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Ghastly Quilted Jerkin"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow_3.png",
        ["Name"] = "Ghastly Quilted Jerkin",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "14",
        ["Heal"] = "78",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "82",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Cloth Chestguard"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_blue_3.png",
        ["Name"] = "Cloth Chestguard",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Life"] = "110",
        ["Mana"] = "94",
        ["Water Damage"] = "89",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Tailor#Cloth Chestguard|Crafting]]"},
    ["Chestpiece of Lost Hells"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Chestpiece of Lost Hells",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "36",
        ["Life"] = "283",
        ["Life Regeneration"] = "1.3",
        ["Selling valu"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Armorsmith#Chestpiece of Lost Hells|Crafting]]"},
    ["Heavy Hide Robe"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Heavy Hide Robe",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Energy Regeneration"] = "0.8",
        ["Physical Damage"] = "16",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Leatherworking#Heavy Hide Robe|Crafting]]"},
    ["Armor of Domination"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Armor of Domination",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "20",
        ["Life"] = "280",
        ["Life Regeneration"] = "1.3",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Dragon Silk Vest"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_blue.png",
        ["Name"] = "Dragon Silk Vest",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Life"] = "109",
        ["Magic Damage"] = "59",
        ["Mana"] = "83",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Token of the West"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_cave_metal_purple.png",
        ["Name"] = "Token of the West",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "9",
        ["Energy Regeneration"] = "0.6",
        ["Physical Damage"] = "13",
        ["Selling value"] = "81",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Quests#Mullong Danger|Quest: Mullong Danger]]"},
    ["Burden of Mists"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow_3.png",
        ["Name"] = "Burden of Mists",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "8",
        ["Heal"] = "86",
        ["Life"] = "125",
        ["Mana Regeneration"] = "1.1",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Tribute of Blight"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Tribute of Blight",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "13",
        ["Energy Regeneration"] = "0.7",
        ["Physical Damage"] = "19",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Foe of Domination"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Foe of Domination",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "18",
        ["Heal"] = "102",
        ["Life"] = "151",
        ["Mana Regeneration"] = "1.4",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Baneful Wool Robes"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_red.png",
        ["Name"] = "Baneful Wool Robes",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "18",
        ["Life"] = "134",
        ["Magic Damage"] = "78",
        ["Mana"] = "109",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Whisper of the Lost"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Whisper of the Lost",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "36",
        ["Life"] = "316",
        ["Life Regeneration"] = "1.6",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Fusion Silk Garments"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_blue_3.png",
        ["Name"] = "Fusion Silk Garments",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "10",
        ["Fire Damage"] = "72",
        ["Life"] = "151",
        ["Mana"] = "110",
        ["Selling value"] = "91",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Kill Pastan Blobs|Quest: Kill Pastan Blobs]]"},
    ["Wrap of Ancient Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Wrap of Ancient Souls",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "10",
        ["Heal"] = "72",
        ["Life"] = "189",
        ["Mana"] = "110",
        ["Selling value"] = "91",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Find Rolmaru|Quest: Find Rolmaru]]"},
    ["Hope the Storm"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_chest_metal.png",
        ["Name"] = "Hope the Storm",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "72",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "340",
        ["Selling value"] = "92",
        ["Level"] = "21",
        ["Obtained"] = "[[Quests#Pastan Blob Slime|Quest: Pastan Blob Slime]]"},
    ["Robes of Ashes"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_red.png",
        ["Name"] = "Robes of Ashes",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "21",
        ["Fire Damage"] = "116",
        ["Life"] = "223",
        ["Mana"] = "158",
        ["Selling value"] = "102",
        ["Level"] = "24",
        ["Obtained"] = "[[Tailor#Robes of Ashes|Crafting]]"},
    ["Fall of Broken Bones"]={
        ["Rarity"] = "u",
        ["File"] = "Farmer_leathertrousers_cloth.png",
        ["Name"] = "Fall of Broken Bones",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "19",
        ["Heal"] = "116",
        ["Life"] = "279",
        ["Mana"] = "158",
        ["Selling value"] = "102",
        ["Level"] = "24",
        ["Obtained"] = "[[Tailor#Fall of Broken Bones|Crafting]]"},
    ["Blessing of Fortitude"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Blessing of Fortitude",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "115",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "503",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Obtained"] = "[[Armorsmith#Blessing of Fortitude|Crafting]]"},
    ["Bone Chestplate"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_chest_metal.png",
        ["Name"] = "Bone Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "40",
        ["Death Damage"] = "70",
        ["Life"] = "279",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Obtained"] = "[[Leatherworking#Bone Chestplate|Crafting]]"},
    ["Chestpiece of Might"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_guard_metal_dark.png",
        ["Name"] = "Chestpiece of Might",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "140",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "663",
        ["Selling value"] = "123",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Warped Robes of Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Merchant_cloth_blue.png",
        ["Name"] = "Warped Robes of Souls",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "20",
        ["Fire Damage"] = "141",
        ["Life"] = "295",
        ["Mana"] = "213",
        ["Selling value"] = "122",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Mithril Cuirass"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_cave_metal_purple.png",
        ["Name"] = "Mithril Cuirass",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "41",
        ["Death Damage"] = "85",
        ["Life"] = "368",
        ["Selling value"] = "123",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Wool Cloak"]={
        ["Rarity"] = "u",
        ["File"] = "Citizen_leathervest_yellow_3.png",
        ["Name"] = "Wool Cloak",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "20",
        ["Heal"] = "141",
        ["Life"] = "368",
        ["Mana"] = "213",
        ["Selling value"] = "122",
        ["Level"] = "28",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Tunic of the Sunwalker"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_tank_t05.png",
        ["Name"] = "Tunic of the Sunwalker",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "203",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "890",
        ["Selling value"] = "131",
        ["Level"] = "30",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Demon Vest"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_melee_t05.png",
        ["Name"] = "Demon Vest",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "35",
        ["Critical Chance Rating"] = "7",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "131",
        ["Level"] = "30",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Primal Scaled Shroud"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_heal_t05.png",
        ["Name"] = "Primal Scaled Shroud",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "26",
        ["Heal"] = "204",
        ["Life"] = "474",
        ["Mana"] = "274",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Endless Honor"]={
        ["Rarity"] = "u",
        ["File"] = "Chest_mage_t05.png",
        ["Name"] = "Endless Honor",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "32",
        ["Fire Damage"] = "206",
        ["Life"] = "382",
        ["Mana"] = "276",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Chestplate of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_tank_t05.png",
        ["Name"] = "Chestplate of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "51",
        ["Life"] = "350",
        ["Life Regeneration"] = "1.6",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Chestplate of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_melee_t05.png",
        ["Name"] = "Chestplate of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "21",
        ["Energy Regeneration"] = "0.8",
        ["Physical Damage"] = "20",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Chestplate of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_heal_t05.png",
        ["Name"] = "Chestplate of Memories",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "20",
        ["Heal"] = "108",
        ["Life"] = "156",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Chestplate of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t05.png",
        ["Name"] = "Chestplate of Torment",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "22",
        ["Life"] = "139",
        ["Mana"] = "115",
        ["Water Damage"] = "123",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Chestplate of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_tank_t1.png",
        ["Name"] = "Chestplate of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "63",
        ["Life"] = "348",
        ["Life Regeneration"] = "1.7",
        ["Energy Regeneration"] = "0.9",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Chestplate of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_melee_t1.png",
        ["Name"] = "Chestplate of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "20",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "195",
        ["Physical Damage"] = "19",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Chestplate of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_heal_t1.png",
        ["Name"] = "Chestplate of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "26",
        ["Critical Bonus Rating"] = "10",
        ["Heal"] = "108",
        ["Life"] = "153",
        ["Mana Regeneration"] = "1.8",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Chestplate of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t1.png",
        ["Name"] = "Chestplate of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "25",
        ["Critical Bonus Rating"] = "31",
        ["Life"] = "139",
        ["Mana"] = "125",
        ["Water Damage"] = "132",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Bonecrusher Irzath|Bonecrusher Irzath]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Crafted Chestplate of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_tank_t1_prof.png",
        ["Name"] = "Crafted Chestplate of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "66",
        ["Life"] = "378",
        ["Life Regeneration"] = "1.7",
        ["Energy Regeneration"] = "0.9",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Crafted Chestplate of Bloodlust|Crafting]]"},
    ["Crafted Chestplate of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_melee_t1_prof.png",
        ["Name"] = "Crafted Chestplate of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "210",
        ["Physical Damage"] = "25",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Crafted Chestplate of Nightmares|Crafting]]"},
    ["Crafted Chestplate of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_heal_t1_prof.png",
        ["Name"] = "Crafted Chestplate of Memories",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Critical Chance Rating"] = "10",
        ["Heal"] = "115",
        ["Life"] = "168",
        ["Mana Regeneration"] = "1.8",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Chestplate of Memories|Crafting]]"},
    ["Crafted Chestplate of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t1_prof.png",
        ["Name"] = "Crafted Chestplate of Torment",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "32",
        ["Life"] = "147",
        ["Mana"] = "137",
        ["Water Damage"] = "139",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Chestplate of Torment|Crafting]]"},
    ["Warbringer Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_warrior_t_1-5.png",
        ["Name"] = "Warbringer Chestplate",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "215",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "912",
        ["Life Regeneration"] = "5.1",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_fighter_t_1-5.png",
        ["Name"] = "Destroyer Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "75",
        ["Death Damage"] = "134",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "516",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_priest_t_1-5.png",
        ["Name"] = "Runebound Chestplate",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "37",
        ["Heal"] = "228",
        ["Life"] = "521",
        ["Mana"] = "297",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Chestplate",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "42",
        ["Fire Damage"] = "216",
        ["Life"] = "407",
        ["Mana"] = "285",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Chestplate",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "223",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "935",
        ["Life Regeneration"] = "5.2",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Chestplate|Crafting]]"},
    ["Crafted Destroyer Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "77",
        ["Death Damage"] = "135",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "520",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Chestplate|Crafting]]"},
    ["Crafted Runebound Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Chestplate",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "37",
        ["Heal"] = "226",
        ["Life"] = "520",
        ["Mana"] = "292",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Chestplate|Crafting]]"},
    ["Crafted Cataclysmic Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Chestplate",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "43",
        ["Fire Damage"] = "226",
        ["Life"] = "416",
        ["Mana"] = "292",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Chestplate|Crafting]]"},
    ["Serezith Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_warrior_t_2.png",
        ["Name"] = "Serezith Chestplate",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "242",
        ["Energy Regeneration"] = "1.1",
        ["Life"] = "980",
        ["Life Regeneration"] = "5.4",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Grave Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_fighter_t_2.png",
        ["Name"] = "Grave Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "83",
        ["Death Damage"] = "147",
        ["Energy Regeneration"] = "1.1",
        ["Life"] = "544",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Ritual Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_priest_t_2.png",
        ["Name"] = "Ritual Chestplate",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "39",
        ["Heal"] = "245",
        ["Life"] = "544",
        ["Mana"] = "308",
        ["Mana Regeneration"] = "4.9",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Vampiric Chestplate"]={
        ["Rarity"] = "r",
        ["File"] = "Chest_mage_t_2.png",
        ["Name"] = "Vampiric Chestplate",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "50",
        ["Fire Damage"] = "245",
        ["Life"] = "438",
        ["Mana"] = "308",
        ["Mana Regeneration"] = "4.9",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
        
--Legs

    ["Used Trousers"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_farmer_leather.png",
        ["Name"] = "Used Trousers",
        ["Category"] = "Legs",
        ["Armor"] = "1",
        ["Obtained"] = "[[The Ashamed Pig]], [[Quests#Talk to the Cleaning Lady|Quest: Talk to the Cleaning Lady]]"},
    ["Workers Pants"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_citizen_leather_green.png",
        ["Name"] = "Workers Pants",
        ["Category"] = "Legs",
        ["Armor"] = "2",
        ["Selling value"] = "3",
        ["Level"] = "2",
        ["Obtained"] = "[[Enemies#Drop Template #1|Drops #1]], [[Enemies#Drop Template #2|Drops #2]]"},
    ["Leather Britches"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_citizen_leather_yellow.png",
        ["Name"] = "Leather Britches",
        ["Category"] = "Legs",
        ["Armor"] = "1",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Gladiator Wool Kilt"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_yellow_4.png",
        ["Name"] = "Gladiator Wool Kilt",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Rugged Leather Breeches"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_yellow.png",
        ["Name"] = "Rugged Leather Breeches",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Pants of Honor"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_citizen_leather_green.png",
        ["Name"] = "Pants of Honor",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Selling value"] = "10",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Rugged Leather Breeches"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_yellow.png",
        ["Name"] = "Rugged Leather Breeches",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Renovated Legguards"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_4.png",
        ["Name"] = "Renovated Legguards",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Vindicator of Mists"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_3.png",
        ["Name"] = "Vindicator of Mists",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "7",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Heavy Leather Kilt"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_farmer_shortleather.png",
        ["Name"] = "Heavy Leather Kilt",
        ["Category"] = "Legs",
        ["Armor"] = "2",
        ["Selling value"] = "12",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Old Padded Pants"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_farmer_leather.png",
        ["Name"] = "Old Padded Pants",
        ["Category"] = "Legs",
        ["Armor"] = "1",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Pants of Visions"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Pants of Visions",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "21",
        ["Level"] = "6",
        ["Obtained"] = "[[NPC#Cedrik Baughan|Cedrik Baughan]]"},
    ["Dawn of Awareness"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Dawn of Awareness",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "20",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Tailor#Dawn of Awareness|Crafting]]"},
    ["Legguards of Comrades"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Legguards of Comrades",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Life"] = "59",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Armorsmith#Legguards of Comrades|Crafting]]"},
    ["Loyal Pants of Thorns"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_bandit_leather_dark.png",
        ["Name"] = "Loyal Pants of Thorns",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "3",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Obtained"] = "[[Leatherworking#Loyal Pants of Thorns|Crafting]]"},
    ["Legwraps of Archers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Legwraps of Archers",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Life"] = "19",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Legwraps of Hunters"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Legwraps of Hunters",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Legwraps of Rangers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Legwraps of Rangers",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Padded Pants"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_farmer_leather_2.png",
        ["Name"] = "Padded Pants",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Curator of Blessings"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_green_4.png",
        ["Name"] = "Curator of Blessings",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Legwraps of Lost Comrades"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_green_2.png",
        ["Name"] = "Legwraps of Lost Comrades",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Life"] = "20",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Rugged Wool Pants"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Rugged Wool Pants",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Wool Pants"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Wool Pants",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Leather Britches of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_blue.png",
        ["Name"] = "Leather Britches of Protection",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "7",
        ["Energy Regeneration"] = "0.2",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "42",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Leather Britches of Vengeance"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_red.png",
        ["Name"] = "Leather Britches of Vengeance",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "27",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Legguards of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_blue.png",
        ["Name"] = "Legguards of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Life"] = "24",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Legguards of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_red.png",
        ["Name"] = "Legguards of Glory",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Legguards of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_yellow.png",
        ["Name"] = "Legguards of Voices",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[NPC#Hebizh Ervasovy|Hebizh Ervasovy]], [[Cygluln Chamber]]"},
    ["Leather Britches of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_merchant_cloth_blue.png",
        ["Name"] = "Leather Britches of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "46",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Britches of the Immortal"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_legs_merchant_cloth_black.png",
        ["Name"] = "Britches of the Immortal",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Legplates of Riddles"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_cave_metal_dark.png",
        ["Name"] = "Legplates of Riddles",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Soldier Legplates"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Soldier Legplates",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Life"] = "35",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Pants of Thunders"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_legs_merchant_cloth_black.png",
        ["Name"] = "Pants of Thunders",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "4",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Guard Legplates"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Guard Legplates",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "13",
        ["Life"] = "37",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Legplates Lost Voices"]={
        ["Rarity"] = "e",
        ["File"] = "Icon_legs_cave_metal_dark.png",
        ["Name"] = "Legplates Lost Voices",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Cooldown Reduction Rating"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Physical Damage"] = "1",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Pact of the Emperor"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_merchant_cloth_white.png",
        ["Name"] = "Pact of the Emperor",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Selling value"] = "22",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Boon of Arcane Resist"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Boon of Arcane Resist",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "10",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Reach of Mystery"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_bandit_leather_dark.png",
        ["Name"] = "Reach of Mystery",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "4",
        ["Selling value"] = "56",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Gift of Infinite Trials"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_bandit_leather_dark.png",
        ["Name"] = "Gift of Infinite Trials",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "56",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Legacy of Dusk"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_farmer_leather_4.png",
        ["Name"] = "Legacy of Dusk",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "51",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Desire's Linen Britches"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_farmer_leather_4.png",
        ["Name"] = "Desire's Linen Britches",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "2",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Fall of Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_2.png",
        ["Name"] = "Fall of Souls",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "4",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "28",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Skirt of Lost Hope"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_2.png",
        ["Name"] = "Skirt of Lost Hope",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "25",
        ["Selling value"] = "52",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Warrior Silver Skirt"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Warrior Silver Skirt",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "7",
        ["Life"] = "95",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "57",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Kilt of Fools"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_merchant_cloth_yellow.png",
        ["Name"] = "Kilt of Fools",
        ["Category"] = "Legs",
        ["Armor"] = "7",
        ["Selling value"] = "33",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Pact of Truth"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_cloth.png",
        ["Name"] = "Pact of Truth",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Cooldown Reduction Rating"] = "2",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "67",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Crying Leather Robes"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Crying Leather Robes",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "42",
        ["Selling value"] = "65",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Ivory Leggings"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_cave_metal_dark.png",
        ["Name"] = "Ivory Leggings",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "70",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Defense of Truth"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Defense of Truth",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "11",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "69",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Kilt of Smite"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_cave_metal_dark.png",
        ["Name"] = "Kilt of Smite",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "6",
        ["Selling value"] = "73",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Ender of Life"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_guard_metal.png",
        ["Name"] = "Ender of Life",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "10",
        ["Life"] = "140",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "75",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Terror of Echoes"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_cloth.png",
        ["Name"] = "Terror of Echoes",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "71",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Conqueror of Dragons"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Conqueror of Dragons",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "5",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "41",
        ["Selling value"] = "70",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Skirt of Conquered Trials"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_yellow.png",
        ["Name"] = "Skirt of Conquered Trials",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "13",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "52",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Tailor#Skirt of Conquered Trials|Crafting]]"},
    ["Leggings of Infinite Fortune"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Leggings of Infinite Fortune",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "20",
        ["Life"] = "155",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Armorsmith#Leggings of Infinite Fortune|Crafting]]"},
    ["Promise of Horrors"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_cave_metal_dark_purple.png",
        ["Name"] = "Promise of Horrors",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "9",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Leatherworking#Promise of Horrors|Crafting]]"},
    ["Token of Prophecies"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_legs_merchant_cloth_red.png",
        ["Name"] = "Token of Prophecies",
        ["Category"] = "Legs",
        ["Armor"] = "11",
        ["Selling value"] = "40",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Promise of Lost Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_yellow.png",
        ["Name"] = "Promise of Lost Souls",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "1",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "82",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Promise of Decay"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_cave_metal_dark_purple.png",
        ["Name"] = "Promise of Decay",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "10",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "80",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Vengeance of Dreams"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Vengeance of Dreams",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "54",
        ["Selling value"] = "81",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Skirt of Fallen Hells"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Skirt of Fallen Hells",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Life Regeneration"] = "0.8",
        ["Selling value"] = "83",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Soul of the Night"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Soul of the Night",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "13",
        ["Life"] = "187",
        ["Life Regeneration"] = "0.8",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Quests#Spy Tim Lendi|Quest: Spy Tim Lendi]]"},
    ["Death of Creation"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_cave_metal_dark_purple.png",
        ["Name"] = "Death of Creation",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "8",
        ["Selling value"] = "81",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Conqueror of Forging"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_yellow.png",
        ["Name"] = "Conqueror of Forging",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Foe of Extinction"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Foe of Extinction",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "5",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "55",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Mail Platelegs"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_bandit_leather_dark.png",
        ["Name"] = "Mail Platelegs",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "11",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "13",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Linen Legguards"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_2.png",
        ["Name"] = "Linen Legguards",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "11",
        ["Critical Bonus Rating"] = "15",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "75",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Ward of Mists"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Ward of Mists",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "24",
        ["Life"] = "216",
        ["Life Regeneration"] = "0.9",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Fall of the Crusader"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_cloth.png",
        ["Name"] = "Fall of the Crusader",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Thunder Quilted Leggings"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_citizen_leather_red_2.png",
        ["Name"] = "Thunder Quilted Leggings",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "17",
        ["Fire Damage"] = "94",
        ["Life"] = "180",
        ["Mana"] = "128",
        ["Selling value"] = "110",
        ["Level"] = "26",
        ["Obtained"] = "[[Tailor#Thunder Quilted Leggings|Crafting]]"},
    ["Kilt of Distant Visions"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_cloth.png",
        ["Name"] = "Kilt of Distant Visions",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Heal"] = "94",
        ["Life"] = "225",
        ["Mana"] = "128",
        ["Selling value"] = "110",
        ["Level"] = "26",
        ["Obtained"] = "[[Tailor#Kilt of Distant Visions|Crafting]]"},
    ["Steward of Fools"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Steward of Fools",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "93",
        ["Energy Regeneration"] = "0.6",
        ["Life"] = "365",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Obtained"] = "[[Armorsmith#Steward of Fools|Crafting]]"},
    ["Promise of Ruins"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_legs_bandit_leather_dark.png",
        ["Name"] = "Promise of Ruins",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "33",
        ["Death Damage"] = "56",
        ["Life"] = "225",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Obtained"] = "[[Leatherworking#Promise of Ruins|Crafting]]"},
    ["Scales of the Scourge"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_tank_t05.png",
        ["Name"] = "Scales of the Scourge",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "111",
        ["Energy Regeneration"] = "0.6",
        ["Life"] = "474",
        ["Selling value"] = "122",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Brutal Steel Kilt"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_melee_t05.png",
        ["Name"] = "Brutal Steel Kilt",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "30",
        ["Death Damage"] = "67",
        ["Life"] = "257",
        ["Selling value"] = "122",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Linen Pants"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_heal_t05.png",
        ["Name"] = "Linen Pants",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Heal"] = "113",
        ["Life"] = "269",
        ["Mana"] = "153",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Oath of Cataclysms"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_t05.png",
        ["Name"] = "Oath of Cataclysms",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "20",
        ["Fire Damage"] = "113",
        ["Life"] = "217",
        ["Mana"] = "154",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Obtained"] = "[[Enemies#Drop Template #12|Drops #12]], [[Windsor Hold]]"},
    ["Engraved Steel Kilt"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_guard_metal_dark.png",
        ["Name"] = "Engraved Steel Kilt",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "113",
        ["Life"] = "474",
        ["Life Regeneration"] = "0.5",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Silk Leggings"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_blue.png",
        ["Name"] = "Silk Leggings",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Fire Damage"] = "114",
        ["Life"] = "238",
        ["Mana"] = "172",
        ["Selling value"] = "131",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Might of Valiance"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_cave_metal_dark_purple.png",
        ["Name"] = "Might of Valiance",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "33",
        ["Death Damage"] = "68",
        ["Life"] = "297",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Skirt of Dreams"]={
        ["Rarity"] = "u",
        ["File"] = "Legs_mage_yellow.png",
        ["Name"] = "Skirt of Dreams",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Heal"] = "114",
        ["Life"] = "297",
        ["Mana"] = "172",
        ["Selling value"] = "131",
        ["Level"] = "30",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]]"},
    ["Legguards of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_tank_t05.png",
        ["Name"] = "Legguards of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "29",
        ["Life"] = "232",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Legguards of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_melee_t05.png",
        ["Name"] = "Legguards of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "13",
        ["Physical Damage"] = "15",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Legguards of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_heal_t05.png",
        ["Name"] = "Legguards of Memories",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "5",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Legguards of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t05.png",
        ["Name"] = "Legguards of Torment",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "13",
        ["Critical Bonus Rating"] = "16",
        ["Critical Chance Rating"] = "5",
        ["Mana"] = "79",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Legguards of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_tank_t1.png",
        ["Name"] = "Legguards of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "35",
        ["Cooldown Reduction Rating"] = "4",
        ["Life"] = "244",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Invigilator Jackson|Invigilator Jackson]]"},
    ["Legguards of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_melee_t1.png",
        ["Name"] = "Legguards of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "12",
        ["Critical Bonus Rating"] = "18",
        ["Physical Damage"] = "13",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Invigilator Jackson|Invigilator Jackson]]"},
    ["Legguards of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_heal_t1.png",
        ["Name"] = "Legguards of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Cooldown Reduction Rating"] = "4",
        ["Critical Chance Rating"] = "6",
        ["Heal"] = "71",
        ["Mana Regeneration"] = "1.0",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Invigilator Jackson|Invigilator Jackson]]"},
    ["Legguards of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t1.png",
        ["Name"] = "Legguards of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "15",
        ["Critical Bonus Rating"] = "18",
        ["Critical Chance Rating"] = "5",
        ["Mana"] = "88",
        ["Water Damage"] = "90",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Invigilator Jackson|Invigilator Jackson]]"},
    ["Crafted Legguards of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_tank_t1_prof.png",
        ["Name"] = "Crafted Legguards of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "44",
        ["Cooldown Reduction Rating"] = "4",
        ["Life"] = "252",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Crafted Legguards of Bloodlust|Crafting]]"},
    ["Crafted Legguards of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_melee_t1_prof.png",
        ["Name"] = "Crafted Legguards of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "19",
        ["Physical Damage"] = "17",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Crafted Legguards of Nightmares|Crafting]]"},
    ["Crafted Legguards of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_heal_t1_prof.png",
        ["Name"] = "Crafted Legguards of Memories",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Cooldown Reduction Rating"] = "4",
        ["Critical Chance Rating"] = "6",
        ["Heal"] = "77",
        ["Mana Regeneration"] = "1.1",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Legguards of Memories|Crafting]]"},
    ["Crafted Legguards of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t1_prof.png",
        ["Name"] = "Crafted Legguards of Torment",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "92",
        ["Water Damage"] = "93",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Legguards of Torment|Crafting]]"},
    ["Warbringer Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_warrior_t_1-5.png",
        ["Name"] = "Warbringer Legguards",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "147",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "613",
        ["Physical Damage"] = "44",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_fighter_t_1-5.png",
        ["Name"] = "Destroyer Legguards",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "50",
        ["Critical Bonus Rating"] = "34",
        ["Death Damage"] = "89",
        ["Life"] = "343",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_priest_t_1-5.png",
        ["Name"] = "Runebound Legguards",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "25",
        ["Critical Chance Rating"] = "11",
        ["Heal"] = "150",
        ["Life"] = "344",
        ["Mana"] = "191",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Legguards",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "29",
        ["Critical Bonus Rating"] = "34",
        ["Fire Damage"] = "150",
        ["Life"] = "275",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Legguards",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "149",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "624",
        ["Physical Damage"] = "45",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Legguards|Crafting]]"},
    ["Crafted Destroyer Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Legguards",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "51",
        ["Critical Bonus Rating"] = "34",
        ["Death Damage"] = "90",
        ["Life"] = "346",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Legguards|Crafting]]"},
    ["Crafted Runebound Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Legguards",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "25",
        ["Critical Chance Rating"] = "12",
        ["Heal"] = "150",
        ["Life"] = "346",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Legguards|Crafting]]"},
    ["Crafted Cataclysmic Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Legguards",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "29",
        ["Critical Bonus Rating"] = "34",
        ["Fire Damage"] = "150",
        ["Life"] = "277",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Legguards|Crafting]]"},
    ["Serezith Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_warrior_t_2.png",
        ["Name"] = "Serezith Legguards",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "161",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "653",
        ["Physical Damage"] = "49",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Grave Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_fighter_t_2.png",
        ["Name"] = "Grave Legguards",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "55",
        ["Critical Bonus Rating"] = "37",
        ["Death Damage"] = "98",
        ["Life"] = "363",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"},
    ["Ritual Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_priest_t_2.png",
        ["Name"] = "Ritual Legguards",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "26",
        ["Critical Chance Rating"] = "15",
        ["Heal"] = "163",
        ["Life"] = "363",
        ["Mana"] = "201",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Vampiric Legguards"]={
        ["Rarity"] = "r",
        ["File"] = "Legs_mage_t_2.png",
        ["Name"] = "Vampiric Legguards",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "33",
        ["Critical Bonus Rating"] = "37",
        ["Fire Damage"] = "163",
        ["Life"] = "289",
        ["Mana"] = "201",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Trenun|Trenun]]"}, 
       
--Shoulders
       
    ["Lost Shoulders"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Lost Shoulders",
        ["Category"] = "Shoulders",
        ["Armor"] = "1",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Old Shoulders"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Old Shoulders",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Selling value"] = "12",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Shoulder Pad's"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Shoulder Pad's",
        ["Category"] = "Shoulders",
        ["Armor"] = "1",
        ["Selling value"] = "10",
        ["Level"] = "6",
        ["Obtained"] = "[[NPC#Cedrik Baughan|Cedrik Baughan]]"},
    ["Shoulders of Archers"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big.png",
        ["Name"] = "Shoulders of Archers",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Shoulders of Hunters"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big.png",
        ["Name"] = "Shoulders of Hunters",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Shoulders of Rangers"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big.png",
        ["Name"] = "Shoulders of Rangers",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Leather Shoulders"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Leather Shoulders",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Heavy Hide Shoulderwraps"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Heavy Hide Shoulderwraps",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Rugged Leather Shoulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Rugged Leather Shoulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Broken Shoulder Pads"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Broken Shoulder Pads",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Bandit Shoulders"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Bandit Shoulders",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Bandit Shoulders of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Bandit Shoulders of Protection",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Life"] = "18",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Bandit Shoulders of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_4.png",
        ["Name"] = "Bandit Shoulders of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Shoulders of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Shoulders of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life"] = "18",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Shoulders of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_3.png",
        ["Name"] = "Shoulders of Glory",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[NPC#Hebizh Ervasovy|Hebizh Ervasovy]], [[Cygluln Chamber]]"},
    ["Shoulders of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Shoulders of Voices",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Scaled Shoulderguards"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Scaled Shoulderguards",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Heal"] = "18",
        ["Life"] = "26",
        ["Mana"] = "20",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Obtained"] = "[[Tailor#Scaled Shoulderguards|Crafting]]"},
    ["Shoulders of Valiance"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Shoulders of Valiance",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "2",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Obtained"] = "[[Armorsmith#Shoulders of Valiance|Crafting]]"},
    ["Embroided Spaulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_dark_big.png",
        ["Name"] = "Embroided Spaulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "3",
        ["Life"] = "33",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Obtained"] = "[[Leatherworking#Embroided Spaulders|Crafting]]"},
    ["Bandit Shoulders of Punishment"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Bandit Shoulders of Punishment",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "6",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "46",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Heavy Leather Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Guard_shoulder_metal_small.png",
        ["Name"] = "Heavy Leather Shoulders",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Life"] = "23",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Shoulders of Ending"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Shoulders of Ending",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Shoulders of Regrets"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Shoulders of Regrets",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Guard Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Guard Shoulders",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "11",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Shoulders of Thunders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Shoulders of Thunders",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana"] = "11",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Shoulders of Lost Voices"]={
        ["Rarity"] = "e",
        ["File"] = "Cave_shoulder_metal.png",
        ["Name"] = "Shoulders of Lost Voices",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "11",
        ["Critical Bonus Rating"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Physical Damage"] = "2",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Silent Wool Spaulders"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small_2.png",
        ["Name"] = "Silent Wool Spaulders",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Dawn of Wonders"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Dawn of Wonders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "10",
        ["Physical Damage"] = "2",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Memory of Inception"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Memory of Inception",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "50",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Last Hope of Secrecy"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Last Hope of Secrecy",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life"] = "29",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "52",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Warped Padded Mantle"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Warped Padded Mantle",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life"] = "33",
        ["Mana"] = "25",
        ["Selling value"] = "51",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["End of the Covenant"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "End of the Covenant",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Heal"] = "24",
        ["Life"] = "35",
        ["Mana"] = "23",
        ["Selling value"] = "55",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Shepherd of the Hunter"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Shepherd of the Hunter",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "2",
        ["Life"] = "30",
        ["Magic Damage"] = "16",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "55",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Holy Mantle of Pride"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Holy Mantle of Pride",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "2",
        ["Selling value"] = "57",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Ward of Valor"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Ward of Valor",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "43",
        ["Selling value"] = "56",
        ["Level"] = "12",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Gift of Devotion"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Gift of Devotion",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Selling value"] = "33",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Bond of Phantoms"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Bond of Phantoms",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "70",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Legacy of the Oracle"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Legacy of the Oracle",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "13",
        ["Physical Damage"] = "3",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Memory of the Wind"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Memory of the Wind",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life"] = "43",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "65",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Conqueror of Denial"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Conqueror of Denial",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "6",
        ["Life"] = "48",
        ["Mana"] = "32",
        ["Selling value"] = "67",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Hero of the Victor"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Hero of the Victor",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Life"] = "64",
        ["Selling value"] = "73",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Might of Dark Souls"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Might of Dark Souls",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Life"] = "45",
        ["Magic Damage"] = "24",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "70",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Voice of Anguish"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_shoulder_metal.png",
        ["Name"] = "Voice of Anguish",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "3",
        ["Selling value"] = "75",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Spaulders of Decay"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Spaulders of Decay",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Heal"] = "35",
        ["Life"] = "51",
        ["Mana"] = "34",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Crying Bone Mantle"]={
        ["Rarity"] = "c",
        ["File"] = "Shoulders_bandit_leather_small.png",
        ["Name"] = "Crying Bone Mantle",
        ["Category"] = "Shoulders",
        ["Armor"] = "9",
        ["Selling value"] = "40",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Bane of Pride"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Bane of Pride",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "17",
        ["Physical Damage"] = "5",
        ["Selling value"] = "83",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Protection of Lost Hope"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_4.png",
        ["Name"] = "Protection of Lost Hope",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Heal"] = "43",
        ["Life"] = "62",
        ["Mana"] = "42",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Fall of Regrets"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_cave_metal_dark_small_purple.png",
        ["Name"] = "Fall of Regrets",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Critical Chance Rating"] = "2",
        ["Life"] = "78",
        ["Selling value"] = "81",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Wit of Vigor"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_4.png",
        ["Name"] = "Wit of Vigor",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Life"] = "69",
        ["Mana"] = "44",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Call of Frozen Hells"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_dark_big.png",
        ["Name"] = "Call of Frozen Hells",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "4",
        ["Life"] = "55",
        ["Magic Damage"] = "29",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Quests#Mullong Danger|Quest: Mullong Danger]]"},
    ["Demon Shoulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Demon Shoulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "10",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "4",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Emissary of the Lost"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_dark_big.png",
        ["Name"] = "Emissary of the Lost",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Life"] = "61",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Favor of Nightmares"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_cave_metal_dark_small_purple.png",
        ["Name"] = "Favor of Nightmares",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Cloth Shoulderwraps"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Cloth Shoulderwraps",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Heal"] = "47",
        ["Life"] = "69",
        ["Mana"] = "52",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Obtained"] = "[[Tailor#Cloth Shoulderwraps|Crafting]]"},
    ["Shoulders of Fortune"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Shoulders of Fortune",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "20",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "5",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Obtained"] = "[[Armorsmith#Shoulders of Fortune|Crafting]]"},
    ["Eternal Spaulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_4.png",
        ["Name"] = "Eternal Spaulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "87",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Obtained"] = "[[Leatherworking#Eternal Spaulders|Crafting]]"},
    ["Voice of the Dragons"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Voice of the Dragons",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "3",
        ["Life"] = "90",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Demise of Darkness"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Demise of Darkness",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "9",
        ["Heal"] = "52",
        ["Life"] = "74",
        ["Mana"] = "50",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Hero of the Gods"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Hero of the Gods",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "18",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "5",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Soul of Thorns"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Soul of Thorns",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "5",
        ["Life"] = "66",
        ["Magic Damage"] = "39",
        ["Mana Regeneration"] = "0.9",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Defiler of the Talon"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Defiler of the Talon",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "48",
        ["Cooldown Reduction Rating"] = "1",
        ["Life Regeneration"] = "1.3",
        ["Selling value"] = "105",
        ["Level"] = "24",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Vindicator of Valiance"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_dark_big.png",
        ["Name"] = "Vindicator of Valiance",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "73",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "104",
        ["Level"] = "24",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Blight of Strength"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_cave_metal_dark_small_purple.png",
        ["Name"] = "Blight of Strength",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "1",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "105",
        ["Level"] = "24",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Terror of the Lionheart"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_4.png",
        ["Name"] = "Terror of the Lionheart",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "1",
        ["Mana"] = "73",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "104",
        ["Level"] = "24",
        ["Obtained"] = "[[NPC#Trader Jediah|Trader Jediah]], [[NPC#Trader Zachariah|Trader Zachariah]]"},
    ["Hatred Steel Shoulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_tank_t05.png",
        ["Name"] = "Hatred Steel Shoulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "52",
        ["Cooldown Reduction Rating"] = "2",
        ["Life Regeneration"] = "1.4",
        ["Selling value"] = "104",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Favor of the Queen"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_melee_t05.png",
        ["Name"] = "Favor of the Queen",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "17",
        ["Critical Chance Rating"] = "1",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "104",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Proud Linen Spaulders"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_heal_t05.png",
        ["Name"] = "Proud Linen Spaulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "2",
        ["Mana"] = "79",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Whisper of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_mage_t05.png",
        ["Name"] = "Whisper of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "75",
        ["Mana Regeneration"] = "1.2",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Obtained"] = "[[Enemies#Drop Template #11|Drops #11]]"},
    ["Voice of the Champion"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_big_2.png",
        ["Name"] = "Voice of the Champion",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana"] = "116",
        ["Mana Regeneration"] = "1.9",
        ["Selling value"] = "119",
        ["Level"] = "28",
        ["Obtained"] = "[[Tailor#Voice of the Champion|Crafting]], [[Windsor Hold]]"},
    ["Demise of Riddles"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_bandit_leather_small_dark.png",
        ["Name"] = "Demise of Riddles",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "15",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "116",
        ["Mana Regeneration"] = "1.9",
        ["Selling value"] = "119",
        ["Level"] = "28",
        ["Obtained"] = "[[Tailor#Demise of Riddles|Crafting]], [[Windsor Hold]]"},
    ["Protector of Arcane Power"]={
        ["Rarity"] = "u",
        ["File"] = "Shoulders_guard_metal_big_dark.png",
        ["Name"] = "Protector of Arcane Power",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "84",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "2.0",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Obtained"] = "[[Armorsmith#Protector of Arcane Power|Crafting]], [[Windsor Hold]]"},
    ["Steel Mantle"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_shoulder_metal_small.png",
        ["Name"] = "Steel Mantle",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "30",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Obtained"] = "[[Leatherworking#Steel Mantle|Crafting]], [[Windsor Hold]]"},
    ["Shoulders of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_tank_t05.png",
        ["Name"] = "Shoulders of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "28",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "6",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Shoulders of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_melee_t05.png",
        ["Name"] = "Shoulders of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "10",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "95",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Shoulders of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_heal_t05.png",
        ["Name"] = "Shoulders of Memories",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "11",
        ["Heal"] = "55",
        ["Life"] = "77",
        ["Mana"] = "62",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Shoulders of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t05.png",
        ["Name"] = "Shoulders of Torment",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "10",
        ["Life"] = "77",
        ["Mana Regeneration"] = "1.0",
        ["Water Damage"] = "65",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Shoulders of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_tank_t1.png",
        ["Name"] = "Shoulders of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "29",
        ["Energy Regeneration"] = "0.5",
        ["Life"] = "183",
        ["Physical Damage"] = "7",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Arasagos|Arasagos]]"},
    ["Shoulders of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_melee_t1.png",
        ["Name"] = "Shoulders of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "12",
        ["Critical Chance Rating"] = "5",
        ["Life"] = "100",
        ["Physical Damage"] = "11",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Arasagos|Arasagos]]"},
    ["Shoulders of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_heal_t1.png",
        ["Name"] = "Shoulders of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "10",
        ["Cooldown Reduction Rating"] = "4",
        ["Heal"] = "53",
        ["Life"] = "77",
        ["Mana"] = "57",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Arasagos|Arasagos]]"},
    ["Shoulders of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t1.png",
        ["Name"] = "Shoulders of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "11",
        ["Critical Chance Rating"] = "5",
        ["Life"] = "69",
        ["Mana Regeneration"] = "1.0",
        ["Water Damage"] = "65",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Arasagos|Arasagos]]"},
    ["Crafted Shoulders of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_tank_t1_prof.png",
        ["Name"] = "Crafted Shoulders of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "33",
        ["Energy Regeneration"] = "0.5",
        ["Life"] = "189",
        ["Physical Damage"] = "7",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Crafted Shoulders of Bloodlust|Crafting]]"},
    ["Crafted Shoulders of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_melee_t1_prof.png",
        ["Name"] = "Crafted Shoulders of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "6",
        ["Life"] = "103",
        ["Physical Damage"] = "13",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Crafted Shoulders of Nightmares|Crafting]]"},
    ["Crafted Shoulders of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_heal_t1_prof.png",
        ["Name"] = "Crafted Shoulders of Memories",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "4",
        ["Heal"] = "58",
        ["Life"] = "84",
        ["Mana"] = "69",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Shoulders of Memories|Crafting]]"},
    ["Crafted Shoulders of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t1_prof.png",
        ["Name"] = "Crafted Shoulders of Torment",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "6",
        ["Life"] = "73",
        ["Mana Regeneration"] = "1.1",
        ["Water Damage"] = "69",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Shoulders of Torment|Crafting]]"},
    ["Warbringer Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_warrior_t_1-5.png",
        ["Name"] = "Warbringer Shoulders",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "110",
        ["Cooldown Reduction Rating"] = "4",
        ["Life"] = "448",
        ["Life Regeneration"] = "2.6",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_fighter_t_1-5.png",
        ["Name"] = "Destroyer Shoulders",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "36",
        ["Critical Chance Rating"] = "9",
        ["Death Damage"] = "63",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_priest_t_1-5.png",
        ["Name"] = "Runebound Shoulders",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "18",
        ["Cooldown Reduction Rating"] = "5",
        ["Heal"] = "113",
        ["Mana"] = "145",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Shoulders",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "22",
        ["Critical Chance Rating"] = "9",
        ["Fire Damage"] = "112",
        ["Mana"] = "143",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Shoulders",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "111",
        ["Cooldown Reduction Rating"] = "5",
        ["Life"] = "468",
        ["Life Regeneration"] = "2.6",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Shoulders|Crafting]]"},
    ["Crafted Destroyer Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Shoulders",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "38",
        ["Critical Chance Rating"] = "9",
        ["Death Damage"] = "68",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Shoulders|Crafting]]"},
    ["Crafted Runebound Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Shoulders",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "18",
        ["Cooldown Reduction Rating"] = "5",
        ["Heal"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Boots|Shoulders]]"},
    ["Crafted Cataclysmic Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Shoulders",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "22",
        ["Critical Chance Rating"] = "9",
        ["Fire Damage"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Shoulders|Crafting]]"},
    ["Serezith Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_warrior_t_2.png",
        ["Name"] = "Serezith Shoulders",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "121",
        ["Cooldown Reduction Rating"] = "7",
        ["Life"] = "490",
        ["Life Regeneration"] = "2.7",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Grave Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_fighter_t_2.png",
        ["Name"] = "Grave Shoulders",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "41",
        ["Critical Chance Rating"] = "11",
        ["Death Damage"] = "73",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
    ["Ritual Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_priest_t_2.png",
        ["Name"] = "Ritual Shoulders",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "20",
        ["Cooldown Reduction Rating"] = "7",
        ["Heal"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Keep#Sedulus Rane|Sedulus Rane]]"},
    ["Vampiric Shoulders"]={
        ["Rarity"] = "r",
        ["File"] = "Shoulders_mage_t_2.png",
        ["Name"] = "Vampiric Shoulders",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "25",
        ["Critical Chance Rating"] = "11",
        ["Fire Damage"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Black'ist|Black'ist]]"},
       
--Hands
        
    ["Farmer Gloves"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth.png",
        ["Name"] = "Farmer Gloves",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Working Gloves"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth.png",
        ["Name"] = "Working Gloves",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Selling value"] = "12",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Archer Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather.png",
        ["Name"] = "Archer Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Ranger Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather.png",
        ["Name"] = "Ranger Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Hunter Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather.png",
        ["Name"] = "Hunter Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Life"] = "10",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Used Gloves"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth_2.png",
        ["Name"] = "Used Gloves",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Touch of Cursed Might"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Touch of Cursed Might",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "13",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Obtained"] = "[[Tailor#Touch of Cursed Might|Crafting]]"},
    ["Bronzed Gauntlets"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_gloves_metal.png",
        ["Name"] = "Bronzed Gauntlets",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Obtained"] = "[[Armorsmith#Bronzed Gauntlets|Crafting]]"},
    ["Fists of Lost Freedom"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Fists of Lost Freedom",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "18",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Obtained"] = "[[Leatherworking#Fists of Lost Freedom|Crafting]]"},
    ["Heavy Leather Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Heavy Leather Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Heavy Leather Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Heavy Leather Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Physical Damage"] = "1",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Cloth Hands"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth.png",
        ["Name"] = "Cloth Hands",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Spite Wool Gloves"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth_2.png",
        ["Name"] = "Spite Wool Gloves",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Heavy Leather Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Heavy Leather Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Physical Damage"] = "1",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Gauntlets of Vengeance"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Gauntlets of Vengeance",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Life"] = "13",
        ["Selling value"] = "42",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gloves of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Gloves of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Life"] = "12",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gloves of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red.png",
        ["Name"] = "Gloves of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "1",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gloves of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red.png",
        ["Name"] = "Gloves of Glory",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gloves of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Gloves of Voices",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gauntlets of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Gauntlets of Protection",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Life"] = "15",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "46",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Gauntlets of Fallen Magic"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Gauntlets of Fallen Magic",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.2",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Faith's Wool Grips"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth_2.png",
        ["Name"] = "Faith's Wool Grips",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Fusion Chain Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Fusion Chain Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Life"] = "23",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Gloves of Ending"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red.png",
        ["Name"] = "Gloves of Ending",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Mana"] = "6",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Yearning Linen Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Yearning Linen Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "16",
        ["Selling value"] = "52",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Warped Demon Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Warped Demon Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Tormented Silk Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather.png",
        ["Name"] = "Tormented Silk Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "19",
        ["Selling value"] = "51",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Gauntlets of Riddles"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_gloves_metal.png",
        ["Name"] = "Gauntlets of Riddles",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Gauntlets of Regrets"]={
        ["Rarity"] = "r",
        ["File"] = "Cave_gloves_metal.png",
        ["Name"] = "Gauntlets of Regrets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Bonus Rating"] = "4",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Guard Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Guard_gloves_metal.png",
        ["Name"] = "Guard Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Life"] = "18",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Gloves of Dark Bloodlust"]={
        ["Rarity"] = "e",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Gloves of Dark Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Fire Damage"] = "4",
        ["Mana"] = "8",
        ["Mana Regeneration"] = "0.1",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Fiery Silk Stranglers"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather.png",
        ["Name"] = "Fiery Silk Stranglers",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "19",
        ["Mana"] = "13",
        ["Selling value"] = "55",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Ominous Chain Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Ominous Chain Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "57",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Relentless Steel Hands"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Relentless Steel Hands",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "1",
        ["Life"] = "24",
        ["Selling value"] = "56",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Rugged Leather Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Rugged Leather Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Critical Bonus Rating"] = "1",
        ["Life"] = "17",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Hero Wool Gauntlets"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_red_2.png",
        ["Name"] = "Hero Wool Gauntlets",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Selling value"] = "33",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Spectral Grips of Auras"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_gloves_metal.png",
        ["Name"] = "Spectral Grips of Auras",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "69",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Frost Bone Gauntlets"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_gloves_metal.png",
        ["Name"] = "Frost Bone Gauntlets",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Life"] = "35",
        ["Selling value"] = "70",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Possessed Silk Touch"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Possessed Silk Touch",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "24",
        ["Selling value"] = "65",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Wretched Wool Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Wretched Wool Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "27",
        ["Selling value"] = "67",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Malignant Cloth Touch"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Malignant Cloth Touch",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Life"] = "25",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "70",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Faithful Bone Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Cave_gloves_metal.png",
        ["Name"] = "Faithful Bone Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "2",
        ["Life"] = "35",
        ["Selling value"] = "73",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Singing Iron Warfists"]={
        ["Rarity"] = "u",
        ["File"] = "Guard_gloves_metal.png",
        ["Name"] = "Singing Iron Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "75",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Loyal Grasps of Ruins"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Loyal Grasps of Ruins",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "28",
        ["Mana"] = "19",
        ["Selling value"] = "71",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Spite Silk Fists"]={
        ["Rarity"] = "c",
        ["File"] = "Gloves_bandit_cloth_2.png",
        ["Name"] = "Spite Silk Fists",
        ["Category"] = "Hands",
        ["Armor"] = "1",
        ["Selling value"] = "40",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Silk Handguards"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Silk Handguards",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Life"] = "33",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Tailor#Silk Handguards|Crafting]]"},
    ["Restored Warfists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Restored Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "11",
        ["Cooldown Reduction Rating"] = "2",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Armorsmith#Restored Warfists|Crafting]]"},
    ["Handguards of Frozen Wars"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Handguards of Frozen Wars",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Life"] = "48",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Obtained"] = "[[Leatherworking#Handguards of Frozen Wars|Crafting]]"},
    ["Ritual Demon Warfists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_cave_metal_dark_purple.png",
        ["Name"] = "Ritual Demon Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Life"] = "52",
        ["Selling value"] = "80",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Banished Iron Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Banished Iron Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "11",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "83",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Silent Silk Grasps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Silent Silk Grasps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Life"] = "40",
        ["Selling value"] = "78",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Touch of Holy Misery"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Touch of Holy Misery",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "7",
        ["Life"] = "37",
        ["Selling value"] = "79",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Prime Chain Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Prime Chain Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Unholy Leather Touch"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Unholy Leather Touch",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "3",
        ["Life"] = "36",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Guard's Mail Warfists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_cave_metal_dark_purple.png",
        ["Name"] = "Guard's Mail Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "3",
        ["Life"] = "52",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Promised Padded Grips"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Promised Padded Grips",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Life"] = "42",
        ["Mana"] = "28",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Cursed Fists of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Cursed Fists of Glory",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "10",
        ["Life"] = "60",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Dragon's Silk Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Dragon's Silk Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Life"] = "44",
        ["Mana"] = "33",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Hands of Lost Misery"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Hands of Lost Misery",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "15",
        ["Cooldown Reduction Rating"] = "2",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Grips of Ending Might"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Grips of Ending Might",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Life"] = "42",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Fists of the Insane"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Fists of the Insane",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "24",
        ["Life Regeneration"] = "0.6",
        ["Physical Damage"] = "7",
        ["Selling value"] = "92",
        ["Level"] = "21",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]]"},
    ["Massive Mithril Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_cave_metal_dark_purple.png",
        ["Name"] = "Massive Mithril Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Critical Bonus Rating"] = "1",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "92",
        ["Level"] = "21",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]], [[Quests#Skywing Hideout|Quest: Skywing Hideout]]"},
    ["Grips of Faded Wars"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Grips of Faded Wars",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "37",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "91",
        ["Level"] = "21",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]], [[Quests#Kill Szitasa|Quest: Kill Szitasa]]"},
    ["Vicious Silk Hands"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Vicious Silk Hands",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "1",
        ["Mana"] = "37",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "91",
        ["Level"] = "21",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]], [[Quests#Bounty Hunter|Quest: Bounty Hunter]]"},
    ["Nightmare Demon Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_tank_t05.png",
        ["Name"] = "Nightmare Demon Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "32",
        ["Life Regeneration"] = "0.8",
        ["Physical Damage"] = "9",
        ["Selling value"] = "100",
        ["Level"] = "23",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Grips of the Talon"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Grips of the Talon",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "11",
        ["Critical Bonus Rating"] = "9",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "100",
        ["Level"] = "23",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Wool Handwraps"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_heal_t05.png",
        ["Name"] = "Wool Handwraps",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Chance Rating"] = "3",
        ["Mana"] = "48",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Touch of Unholy"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_mage_t05.png",
        ["Name"] = "Touch of Unholy",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "5",
        ["Mana"] = "47",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Woeful Scaled Gloves"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Woeful Scaled Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Chance Rating"] = "3",
        ["Mana"] = "48",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "95",
        ["Level"] = "23",
        ["Obtained"] = "[[Tailor#Woeful Scaled Gloves|Crafting]]"},
    ["Hands of Regret"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Hands of Regret",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "11",
        ["Mana"] = "48",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "95",
        ["Level"] = "23",
        ["Obtained"] = "[[Tailor#Hands of Regret|Crafting]]"},
    ["Silver Warfists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_guard_metal_dark.png",
        ["Name"] = "Silver Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "35",
        ["Life Regeneration"] = "0.8",
        ["Physical Damage"] = "11",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Obtained"] = "[[Armorsmith#Silver Warfists|Crafting]]"},
    ["Military Chain Fists"]={
        ["Rarity"] = "u",
        ["File"] = "Gloves_bandit_leather_2.png",
        ["Name"] = "Military Chain Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "12",
        ["Critical Bonus Rating"] = "11",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Obtained"] = "[[Leatherworking#Military Chain Fists|Crafting]]"},
    ["Gauntlets of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_tank_t05.png",
        ["Name"] = "Gauntlets of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "17",
        ["Cooldown Reduction Rating"] = "2",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Gauntlets of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_bandit_leather_dark.png",
        ["Name"] = "Gauntlets of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Critical Bonus Rating"] = "11",
        ["Life"] = "65",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Gauntlets of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_heal_t05.png",
        ["Name"] = "Gauntlets of Memories",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "3",
        ["Life"] = "65",
        ["Mana"] = "35",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Gauntlets of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t05.png",
        ["Name"] = "Gauntlets of Torment",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Critical Bonus Rating"] = "10",
        ["Life"] = "46",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Gauntlets of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_tank_t1.png",
        ["Name"] = "Gauntlets of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "21",
        ["Cooldown Reduction Rating"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Sligo the Stonecutter|Sligo the Stonecutter]]"},
    ["Gauntlets of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_melee_t1.png",
        ["Name"] = "Gauntlets of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "7",
        ["Critical Chance Rating"] = "11",
        ["Energy Regeneration"] = "0.4",
        ["Life"] = "68",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Sligo the Stonecutter|Sligo the Stonecutter]]"},
    ["Gauntlets of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_heal_t1.png",
        ["Name"] = "Gauntlets of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "51",
        ["Mana"] = "42",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Sligo the Stonecutter|Sligo the Stonecutter]]"},
    ["Gauntlets of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t1.png",
        ["Name"] = "Gauntlets of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "11",
        ["Life"] = "47",
        ["Mana"] = "41",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Sligo the Stonecutter|Sligo the Stonecutter]]"},
    ["Crafted Gauntlets of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_tank_t1_prof.png",
        ["Name"] = "Crafted Gauntlets of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "22",
        ["Cooldown Reduction Rating"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Armorsmith#Crafted Gauntlets of Bloodlust|Crafting]]"},
    ["Crafted Gauntlets of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_melee_t1_prof.png",
        ["Name"] = "Crafted Gauntlets of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "12",
        ["Energy Regeneration"] = "0.4",
        ["Life"] = "70",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Leatherworking#Crafted Gauntlets of Nightmares|Crafting]]"},
    ["Crafted Gauntlets of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_heal_t1_prof.png",
        ["Name"] = "Crafted Gauntlets of Memories",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "51",
        ["Mana"] = "42",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Gauntlets of Memories|Crafting]]"},
    ["Crafted Gauntlets of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t1_prof.png",
        ["Name"] = "Crafted Gauntlets of Torment",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "12",
        ["Life"] = "49",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Gauntlets of Torment|Crafting]]"},
    ["Warbringer Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_warrior_t_1-5.png",
        ["Name"] = "Warbringer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "71",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "1.6",
        ["Physical Damage"] = "21",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_fighter_t_1-5.png",
        ["Name"] = "Destroyer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "24",
        ["Critical Bonus Rating"] = "15",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Life"] = "70",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_priest_t_1-5.png",
        ["Name"] = "Runebound Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "74",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "1.7",
        ["Physical Damage"] = "23",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Gauntlets|Crafting]]"},
    ["Crafted Destroyer Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "26",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Gauntlets|Crafting]]"},
    ["Crafted Runebound Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Gauntlets|Crafting]]"},
    ["Crafted Cataclysmic Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Gauntlets|Crafting]]"},
    ["Serezith Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_warrior_t_2.png",
        ["Name"] = "Serezith Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "81",
        ["Cooldown Reduction Rating"] = "5",
        ["Life Regeneration"] = "1.8",
        ["Physical Damage"] = "24",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Grave Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_fighter_t_2.png",
        ["Name"] = "Grave Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Ritual Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_priest_t_2.png",
        ["Name"] = "Ritual Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "13",
        ["Cooldown Reduction Rating"] = "5",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Vampiric Gauntlets"]={
        ["Rarity"] = "r",
        ["File"] = "Gloves_mage_t_2.png",
        ["Name"] = "Vampiric Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "17",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Advanced Serezith Gauntlets"]={
        ["Rarity"] = "e",
        ["File"] = "Gloves_warrior_t_2.png",
        ["Name"] = "Advanced Serezith Gauntlets",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "81",
        ["Cooldown Reduction Rating"] = "5",
        ["Life Regeneration"] = "1.8",
        ["Physical Damage"] = "24",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Grave Gauntlets"]={
        ["Rarity"] = "e",
        ["File"] = "Gloves_fighter_t_2.png",
        ["Name"] = "Advanced Grave Gauntlets",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Ritual Gauntlets"]={
        ["Rarity"] = "e",
        ["File"] = "Gloves_priest_t_2.png",
        ["Name"] = "Advanced Ritual Gauntlets",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "13",
        ["Cooldown Reduction Rating"] = "5",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Vampiric Gauntlets"]={
        ["Rarity"] = "e",
        ["File"] = "Gloves_mage_t_2.png",
        ["Name"] = "Advanced Vampiric Gauntlets",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "17",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
        
--Feet
        
    ["Used Shoes"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Used Shoes",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Obtained"] = "[[The Ashamed Pig]], [[Quests#Talk to the Cleaning Lady|Quest: Talk to the Cleaning Lady]]"},
    ["Wool Footpads"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Wool Footpads",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[NPC#Firdos Sidi|Firdos Sidi]]"},
    ["Silent Linen Feet"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Silent Linen Feet",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Selling value"] = "8",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Wool Treads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Wool Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Feet of Decay"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_3.png",
        ["Name"] = "Feet of Decay",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "15",
        ["Level"] = "4",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Quilted Heels"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Quilted Heels",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Selling value"] = "10",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Padded Walkers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_3.png",
        ["Name"] = "Padded Walkers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Critical Bonus Rating"] = "5",
        ["Mana"] = "9",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Obtained"] = "[[Tailor#Padded Walkers|Crafting]]"},
    ["Footguards of Dread"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_guard_boots_metal.png",
        ["Name"] = "Footguards of Dread",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "1",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Obtained"] = "[[Armorsmith#Footguards of Dread|Crafting]]"},
    ["Rugged Leather Treads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Rugged Leather Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Critical Bonus Rating"] = "5",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Obtained"] = "[[Leatherworking#Rugged Leather Treads|Crafting]]"},
    ["Storm Silk Treads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_blue_3.png",
        ["Name"] = "Storm Silk Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Bonus Rating"] = "1",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["War-Forged Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_blue_4.png",
        ["Name"] = "War-Forged Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Life"] = "9",
        ["Selling value"] = "21",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Drop Template #2|Drops #2]]"},
    ["Rugged Leather Boots"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Rugged Leather Boots",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Selling value"] = "14",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Rugged Leather Footpads"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Rugged Leather Footpads",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Selling value"] = "12",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Archers Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Archers Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "23",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Hunters Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Hunters Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "22",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Rangers Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_3.png",
        ["Name"] = "Rangers Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Life"] = "7",
        ["Selling value"] = "24",
        ["Level"] = "6",
        ["Obtained"] = "[[Enemies#Drop Template #3|Drops #3]], [[Enemies#Drop Template #4|Drops #4]]"},
    ["Sorrow's Footguards"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_3.png",
        ["Name"] = "Sorrow's Footguards",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Selling value"] = "15",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Military Stompers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Military Stompers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "33",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Relentless Stompers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Relentless Stompers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Physical Damage"] = "1",
        ["Selling value"] = "30",
        ["Level"] = "7",
        ["Obtained"] = "[[Enemies#Drop Template #4|Drops #4]], [[Enemies#Drop Template #5|Drops #5]]"},
    ["Heavy Leather Footsteps"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_green_3.png",
        ["Name"] = "Heavy Leather Footsteps",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Selling value"] = "19",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Leather Footsteps"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_green.png",
        ["Name"] = "Leather Footsteps",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Selling value"] = "20",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Footguards of Bloodlust"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_yellow_2.png",
        ["Name"] = "Footguards of Bloodlust",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Chance Rating"] = "1",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "39",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Walkers of Blessing"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_blue_2.png",
        ["Name"] = "Walkers of Blessing",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Life"] = "12",
        ["Selling value"] = "43",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Walkers of Glory"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_blue_4.png",
        ["Name"] = "Walkers of Glory",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.1",
        ["Selling value"] = "40",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Walkers of Voices"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Walkers of Voices",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "41",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Footguards of Vengeance"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Footguards of Vengeance",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Life"] = "13",
        ["Selling value"] = "46",
        ["Level"] = "8",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Footguards of Protection"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_blue_2.png",
        ["Name"] = "Footguards of Protection",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Life"] = "14",
        ["Life Regeneration"] = "0.1",
        ["Selling value"] = "46",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Boots of Eternal Illusions"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Boots of Eternal Illusions",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.2",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "49",
        ["Level"] = "9",
        ["Obtained"] = "[[Enemies#Drop Template #5|Drops #5]], [[Cygluln Chamber]]"},
    ["Storm Mail Boots"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_green.png",
        ["Name"] = "Storm Mail Boots",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Selling value"] = "22",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Woeful Scaled Treads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Woeful Scaled Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Forsaken Hide Sandals"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Forsaken Hide Sandals",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "51",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Soldier Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_guard_boots_metal.png",
        ["Name"] = "Soldier Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "55",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Engraved Skeletal Feet"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_3.png",
        ["Name"] = "Engraved Skeletal Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Footsteps of Ending"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Footsteps of Ending",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Mana"] = "7",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Cygluln Chamber]]"},
    ["Walkers of Twisted Hope"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Walkers of Twisted Hope",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "53",
        ["Level"] = "10",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]]"},
    ["Footsteps of Thunders"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Footsteps of Thunders",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "1",
        ["Heal"] = "1",
        ["Selling value"] = "54",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Boots of Regrets"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_feet_cave_boots_metal.png",
        ["Name"] = "Boots of Regrets",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Bonus Rating"] = "4",
        ["Selling value"] = "56",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Knight Boots"]={
        ["Rarity"] = "e",
        ["File"] = "Icon_feet_guard_boots_metal.png",
        ["Name"] = "Knight Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "3",
        ["Energy Regeneration"] = "0.3",
        ["Life"] = "20",
        ["Selling value"] = "83",
        ["Level"] = "10",
        ["Obtained"] = "[[Cygluln Chamber]]"},
    ["Boots of Ending Sorrow"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Boots of Ending Sorrow",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Critical Chance Rating"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "53",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Hopeless Silk Heels"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_2.png",
        ["Name"] = "Hopeless Silk Heels",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "55",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Bloodied Silk Walkers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Bloodied Silk Walkers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Critical Bonus Rating"] = "1",
        ["Mana"] = "16",
        ["Selling value"] = "54",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Haunted Mail Feet"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_3.png",
        ["Name"] = "Haunted Mail Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "1",
        ["Selling value"] = "57",
        ["Level"] = "11",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Doom Hide Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_3.png",
        ["Name"] = "Doom Hide Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "67",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Bloodsurge Bone Treads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_cave_boots_metal.png",
        ["Name"] = "Bloodsurge Bone Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "3",
        ["Selling value"] = "70",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Boots of Holy Fires"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_guard_boots_metal.png",
        ["Name"] = "Boots of Holy Fires",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Selling value"] = "69",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #6|Drops #6]], [[Enemies#Drop Template #7|Drops #7]]"},
    ["Iron Boots"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_yellow_2.png",
        ["Name"] = "Iron Boots",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Selling value"] = "33",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Hatred Scaled Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Hatred Scaled Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "3",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "65",
        ["Level"] = "13",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]]"},
    ["Wind's Cloth Footsteps"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_3.png",
        ["Name"] = "Wind's Cloth Footsteps",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "71",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Incarnated Hide Feet"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Incarnated Hide Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Mana"] = "23",
        ["Selling value"] = "70",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Battleworn Iron Greaves"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_guard_boots_metal.png",
        ["Name"] = "Battleworn Iron Greaves",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "2",
        ["Selling value"] = "75",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Warrior's Feet of Hatred"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_cave_boots_metal.png",
        ["Name"] = "Warrior's Feet of Hatred",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "2",
        ["Critical Chance Rating"] = "1",
        ["Selling value"] = "73",
        ["Level"] = "14",
        ["Obtained"] = "[[Enemies#Drop Template #7|Drops #7]], [[Enemies#Drop Template #8|Drops #8]], [[NPC#Ottavio Raiola|Ottavio Raiola]], [[NPC#Tiriara Aeren|Tiriara Aeren]], [[NPC#Beato Colella|Beato Colella]]"},
    ["Scaled Footguards"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Scaled Footguards",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "23",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Tailor#Scaled Footguards|Crafting]]"},
    ["Bronzed Greaves"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Bronzed Greaves",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Armorsmith#Bronzed Greaves|Crafting]]"},
    ["Hide Footpads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Hide Footpads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Obtained"] = "[[Leatherworking#Hide Footpads|Crafting]]"},
    ["Silver Feet"]={
        ["Rarity"] = "c",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Silver Feet",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Selling value"] = "40",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies in Rocky Passage]]"},
    ["Timeworn Cloth Footpads"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Timeworn Cloth Footpads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "82",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Feral Spurs of Danger"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_cave_boots_metal_purple.png",
        ["Name"] = "Feral Spurs of Danger",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "6",
        ["Selling value"] = "80",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Boots of Demonic Fire"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black.png",
        ["Name"] = "Boots of Demonic Fire",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "4",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "79",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Spurs of Holy Honor"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Spurs of Holy Honor",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "2",
        ["Selling value"] = "83",
        ["Level"] = "17",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Abandoned Cemetery]]"},
    ["Spite Padded Heels"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Spite Padded Heels",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "79",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Restored Ivory Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Restored Ivory Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "3",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Malicious Heels of Agony"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black.png",
        ["Name"] = "Malicious Heels of Agony",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "35",
        ["Selling value"] = "80",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]], [[Quests#Spy Tim Lendi|Quest: Spy Tim Lendi]]"},
    ["Demon Spurs"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_cave_boots_metal_purple.png",
        ["Name"] = "Demon Spurs",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "3",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "81",
        ["Level"] = "18",
        ["Obtained"] = "[[Enemies#Drop Template #8|Drops #8]], [[Enemies#Drop Template #9|Drops #9]]"},
    ["Primitive Leather Boots"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_3.png",
        ["Name"] = "Primitive Leather Boots",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Critical Chance Rating"] = "1",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Heels of Ancient Fires"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Heels of Ancient Fires",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "38",
        ["Selling value"] = "83",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Wicked Silver Spurs"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Wicked Silver Spurs",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "13",
        ["Cooldown Reduction Rating"] = "2",
        ["Physical Damage"] = "4",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Treads of Kings"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Treads of Kings",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Critical Chance Rating"] = "3",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Enemies#Drop Template #9|Drops #9]]"},
    ["Warboots of the Eagle"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Warboots of the Eagle",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "26",
        ["Life Regeneration"] = "0.7",
        ["Physical Damage"] = "8",
        ["Selling value"] = "97",
        ["Level"] = "22",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]]"},
    ["Scaled Sabatons"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_cave_boots_metal_purple.png",
        ["Name"] = "Scaled Sabatons",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "1",
        ["Energy Regeneration"] = "0.2",
        ["Selling value"] = "97",
        ["Level"] = "22",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]]"},
    ["Leather Feet"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Leather Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Chance Rating​"] = "1",
        ["Mana"] = "40",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "96",
        ["Level"] = "22",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]]"},
    ["Leather Walkers"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black.png",
        ["Name"] = "Leather Walkers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "1",
        ["Mana"] = "40",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "96",
        ["Level"] = "22",
        ["Obtained"] = "[[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Jediah|Trader Jediah]]"},
    ["Boots of Steadiness"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_tank_t05.png",
        ["Name"] = "Boots of Steadiness",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "27",
        ["Life Regeneration"] = "0.8",
        ["Physical Damage"] = "8",
        ["Selling value"] = "96",
        ["Level"] = "22",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Feet of Fools"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Feet of Fools",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "9",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "96",
        ["Level"] = "22",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Feet of Faded Visions"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Feet of Faded Visions",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Critical Chance Rating​"] = "2",
        ["Mana"] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Rugged Leather Footsteps"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_mage_t05.png",
        ["Name"] = "Rugged Leather Footsteps",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "8",
        ["Mana "] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Obtained"] = "[[Enemies#Drop Template #10|Drops #10]]"},
    ["Warped Cloth Heels"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_3.png",
        ["Name"] = "Warped Cloth Heels",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Critical Chance Rating​"] = "3",
        ["Mana"] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "92",
        ["Level"] = "22",
        ["Obtained"] = "[[Tailor#Warped Cloth Heels|Crafting]]"},
    ["Padded Sprinters"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather_black_4.png",
        ["Name"] = "Padded Sprinters",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "10",
        ["Mana"] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "92",
        ["Level"] = "22",
        ["Obtained"] = "[[Tailor#Warped Cloth Heels|Crafting]]"},
    ["Walkers of Dread"]={
        ["Rarity"] = "u",
        ["File"] = "Feet_guard_boots_metal_dark.png",
        ["Name"] = "Walkers of Dread",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "32",
        ["Life Regeneration"] = "0.8",
        ["Physical Damage"] = "10",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Obtained"] = "[[Armorsmith#Warped Cloth Heels|Crafting]]"},
    ["Haunted Bone Feet"]={
        ["Rarity"] = "u",
        ["File"] = "Icon_feet_citizen_leather.png",
        ["Name"] = "Haunted Bone Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "11",
        ["Critical Bonus Rating"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Obtained"] = "[[Leatherworking#Warped Cloth Heels|Crafting]]"},
    ["Warboots of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_tank_t05.png",
        ["Name"] = "Warboots of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "16",
        ["Cooldown Reduction Rating"] = "2",
        ["Physical Damage"] = "3",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Warboots of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_feet_citizen_leather_black_2.png",
        ["Name"] = "Warboots of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "11",
        ["Critical Chance Rating"] = "3",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Warboots of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_feet_citizen_leather_red_4.png",
        ["Name"] = "Warboots of Memories",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "7",
        ["Cooldown Reduction Rating"] = "2",
        ["Critical Chance Rating"] = "3",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Warboots of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t05.png",
        ["Name"] = "Warboots of Torment",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "10",
        ["Critical Chance Rating"] = "3",
        ["Mana"] = "38",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Abandoned Cemetery]]"},
    ["Warboots of Sacred Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_tank_t1.png",
        ["Name"] = "Warboots of Sacred Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "22",
        ["Cooldown Reduction Rating"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "4",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Gugritt the Guard]]"},
    ["Warboots of Dark Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_melee_t1.png",
        ["Name"] = "Warboots of Dark Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "67",
        ["Selling value"] = "87",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Gugritt the Guard]]"},
    ["Warboots of Conquered Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_heal_t1.png",
        ["Name"] = "Warboots of Conquered Memories",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "8",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Gugritt the Guard]]"},
    ["Warboots of Relentless Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t1.png",
        ["Name"] = "Warboots of Relentless Torment",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "85",
        ["Level"] = "20",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Gugritt the Guard]]"},
    ["Crafted Warboots of Bloodlust"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_tank_t1_prof.png",
        ["Name"] = "Crafted Warboots of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "22",
        ["Cooldown Reduction Rating"] = "2",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "5",
        ["Level"] = "20",
        ["Selling value"] = "80",
        ["Obtained"] = "[[Armorsmith#Crafted Warboots of Bloodlust|Crafting]]"},
    ["Crafted Warboots of Nightmares"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_melee_t1_prof.png",
        ["Name"] = "Crafted Warboots of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "70",
        ["Level"] = "20",
        ["Selling value"] = "80",
        ["Obtained"] = "[[Leatherworking#Crafted Warboots of Nightmares|Crafting]]"},
    ["Crafted Warboots of Memories"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_heal_t1_prof.png",
        ["Name"] = "Crafted Warboots of Memories",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Warboots of Memories|Crafting]]"},
    ["Crafted Warboots of Torment"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t1_prof.png",
        ["Name"] = "Crafted Warboots of Torment",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Obtained"] = "[[Tailor#Crafted Warboots of Torment|Crafting]]"},
    ["Warbringer Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_warrior_t_1-5.png",
        ["Name"] = "Warbringer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "73",
        ["Cooldown Reduction Rating"] = "2",
        ["Life Regeneration"] = "1.7",
        ["Physical Damage"] = "23",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Destroyer Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_fighter_t_1-5.png",
        ["Name"] = "Destroyer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "26",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "5",
        ["Energy Regeneration"] = "0.3",
        ["Level"] = "30",
        ["Selling value"] = "122",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Runebound Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_priest_t_1-5.png",
        ["Name"] = "Runebound Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "11",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.5",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Cataclysmic Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t_1-5.png",
        ["Name"] = "Cataclysmic Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "16",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.5",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Windsor Hold]]"},
    ["Crafted Warbringer Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_warrior_t_1-5_c.png",
        ["Name"] = "Crafted Warbringer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "74",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "1.7",
        ["Physical Damage"] = "23",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Armorsmith#Crafted Warbringer Boots|Crafting]]"},
    ["Crafted Destroyer Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_fighter_t_1-5_c.png",
        ["Name"] = "Crafted Destroyer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "26",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Level"] = "30",
        ["Selling value"] = "122",
        ["Obtained"] = "[[Leatherworking#Crafted Destroyer Boots|Crafting]]"},
    ["Crafted Runebound Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_priest_t_1-5_c.png",
        ["Name"] = "Crafted Runebound Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Runebound Boots|Crafting]]"},
    ["Crafted Cataclysmic Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t_1-5_c.png",
        ["Name"] = "Crafted Cataclysmic Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Tailor#Crafted Cataclysmic Boots|Crafting]]"},
    ["Serezith Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_warrior_t_2.png",
        ["Name"] = "Serezith Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "81",
        ["Cooldown Reduction Rating"] = "5",
        ["Life Regeneration"] = "1.8",
        ["Physical Damage"] = "24",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Grave Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_fighter_t_2.png",
        ["Name"] = "Grave Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Energy Regeneration"] = "0.4",
        ["Level"] = "30",
        ["Selling value"] = "122",
        ["Obtained"] = "[[Bitterburg Ruins#Garub|Garub]]"},
    ["Ritual Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_priest_t_2.png",
        ["Name"] = "Ritual Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "13",
        ["Cooldown Reduction Rating"] = "5",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Vampiric Boots"]={
        ["Rarity"] = "r",
        ["File"] = "Feet_mage_t_2.png",
        ["Name"] = "Vampiric Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "17",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Bitterburg Ruins#Inachaus|Inachaus]]"},
    ["Advanced Serezith Boots"]={
        ["Rarity"] = "e",
        ["File"] = "Feet_warrior_t_2.png",
        ["Name"] = "Advanced Serezith Boots",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "81",
        ["Cooldown Reduction Rating"] = "5",
        ["Life Regeneration"] = "1.8",
        ["Physical Damage"] = "24",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Grave Boots"]={
        ["Rarity"] = "e",
        ["File"] = "Feet_fighter_t_2.png",
        ["Name"] = "Advanced Grave Boots",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Ritual Boots"]={
        ["Rarity"] = "e",
        ["File"] = "Feet_priest_t_2.png",
        ["Name"] = "Advanced Ritual Boots",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "13",
        ["Cooldown Reduction Rating"] = "5",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Advanced Vampiric Boots"]={
        ["Rarity"] = "e",
        ["File"] = "Feet_mage_t_2.png",
        ["Name"] = "Advanced Vampiric Boots",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "17",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "7",
        ["Mana"] = "101",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Obtained"] = "[[Consumables#Royal Bears Crate|Royal Bears Crate]]"},  
        
--Crafting Materials
        
    ["Dirty Fiber"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_fiber_dirty.png",
        ["Name"] = "Dirty Fiber",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Field Rat|Lvl 2-10 Enemies]]"},
    ["Dirty Cloth"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_cloth_dirty.png",
        ["Name"] = "Dirty Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Tailor#Dirty Cloth|Crafting]]"},
    ["Dirty Yarn"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_yarn_dirty.png",
        ["Name"] = "Dirty Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Leatherworking#Dirty Yarn|Crafting]]"},
    ["Torn Hide"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_hide_torn.png",
        ["Name"] = "Torn Hide",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Field Rat|Lvl 2-10 Enemies]]"},
    ["Torn Strap"]={
        ["Rarity"] = "c",
        ["File"] = "Pig_strap_torn.png",
        ["Name"] = "Torn Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Armorsmith#Torn Strap|Crafting]]"},
	["Torn Leather"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leather_torn.png",
        ["Name"] = "Torn Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Leatherworking#Torn Leather|Crafting]]"},
    ["Copper Nugget"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_nugget_copper.png",
        ["Name"] = "Copper Nugget",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Copper Vein|Copper Vein]]"},
    ["Copper Ore"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ore_copper.png",
        ["Name"] = "Copper Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Copper Vein|Copper Vein]], [[Mining#Copper Ore|Crafting]]"},
    ["Copper Ingot"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ingot_copper.png",
        ["Name"] = "Copper Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Mining#Copper Ingot|Crafting]]"},
    ["Copper Bar"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bar_copper.png",
        ["Name"] = "Copper Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Weaponsmith#Copper Bar|Crafting]]"},
    ["Copper Plate"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plate_copper.png",
        ["Name"] = "Copper Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Armorsmith#Copper Plate|Crafting]]"},
    ["Tigerseye"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_tigerseye.png",
        ["Name"] = "Tigerseye",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Copper Vein|Copper Vein]]"},
    ["Malachit"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_malachite.png",
        ["Name"] = "Malachit",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Copper Vein|Copper Vein]]"},
    ["Agate"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_agate.png",
        ["Name"] = "Agate",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Copper Vein|Copper Vein]]"},
    ["Vogria Leaf"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leaf_vogria.png",
        ["Name"] = "Vogria Leaf",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Vogria Bush|Vogria Bush]]"},
    ["Bundle of Vogria"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bundle_vogria.png",
        ["Name"] = "Bundle of Vogria",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Vogria Bush|Vogria Bush]], [[Herbalism#Bundle of Vogria|Crafting]]"},
    ["Dried Vogria"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_dried_vogria.png",
        ["Name"] = "Dried Vogria",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Herbalism#Dried Vogria|Crafting]]"},
    ["Vogria Powder"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_powder_vogria.png",
        ["Name"] = "Vogria Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enchanter#Vogria Powder|Crafting]]"},
    ["Vogria Paste"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_paste_vogria.png",
        ["Name"] = "Vogria Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Tailor#Vogria Paste|Crafting]]"},
    ["Vogria Root"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_root_vogria.png",
        ["Name"] = "Vogria Root",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Vogria Bush|Vogria Bush]]"},
    ["Vogria Essence"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_essence_vogria.png",
        ["Name"] = "Vogria Essence",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Vogria Bush|Vogria Bush]]"},
    ["Red Blossom"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_red_blossom.png",
        ["Name"] = "Red Blossom",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Vogria Bush|Vogria Bush]]"},
    ["Beech Twig"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twig_beech.png",
        ["Name"] = "Beech Twig",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Beech Tree|Beech Tree]]"},
    ["Beech Branches"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_branches_beech.png",
        ["Name"] = "Beech Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Professions#Beech Tree|Beech Tree]], [[Lumbering#Beech Branches|Crafting]]"},
    ["Beech Plank"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plank_beech.png",
        ["Name"] = "Beech Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Lumbering#Beech Plank|Crafting]]"},
    ["Beech Handle"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_handle_beech.png",
        ["Name"] = "Beech Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Weaponsmith#Beech Handle|Crafting]]"},
    ["Beech Rod"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rod_beech.png",
        ["Name"] = "Beech Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enchanter#Beech Rod|Crafting]]"},
    ["Eurhinus Resin"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_resin_eurhinus.png",
        ["Name"] = "Eurhinus Resin",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Beech Tree|Beech Tree]]"},
    ["Beechnut"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_beechnut.png",
        ["Name"] = "Beechnut",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Beech Tree|Beech Tree]]"},
    ["Beech Bark"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bark_beech.png",
        ["Name"] = "Beech Bark",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Beech Tree|Beech Tree]]"},
    ["Simple Grindstone"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_grindstone_simple.png",
        ["Name"] = "Simple Grindstone",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Simple Sandpaper"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_sandpaper_simple.png",
        ["Name"] = "Simple Sandpaper",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Simple Button"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_button_simple.png",
        ["Name"] = "Simple Button",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Simple Bolt"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bolt_simple.png",
        ["Name"] = "Simple Bolt",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Simple Rivet"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rivet_simple.png",
        ["Name"] = "Simple Rivet",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Charcoal"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_charcoal.png",
        ["Name"] = "Charcoal",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Twine"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twine.png",
        ["Name"] = "Twine",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Glue"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_glue.png",
        ["Name"] = "Glue",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Fiber"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_fiber.png",
        ["Name"] = "Fiber",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Dangerous Jerry|Lvl 11-20 Enemies]]"},
    ["Cloth"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_cloth.png",
        ["Name"] = "Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Tailor#Cloth|Crafting]]"},
    ["Yarn"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_yarn.png",
        ["Name"] = "Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Leatherworking#Yarn|Crafting]]"},
    ["Hide"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_hide.png",
        ["Name"] = "Hide",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Dangerous Jerry|Lvl 11-20 Enemies]]"},
    ["Strap"]={
        ["Rarity"] = "c",
        ["File"] = "Pig_strap.png",
        ["Name"] = "Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Armorsmith#Strap|Crafting]]"},
	["Leather"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leather.png",
        ["Name"] = "Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Leatherworking#Leather|Crafting]]"},
    ["Tin Nugget"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_nugget_tin.png",
        ["Name"] = "Tin Nugget",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Tin Vein|Tin Vein]]"},
    ["Tin Ore"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ore_tin.png",
        ["Name"] = "Tin Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Tin Vein|Tin Vein]], [[Mining#Tin Ore|Crafting]]"},
    ["Tin Ingot"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ingot_tin.png",
        ["Name"] = "Tin Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Mining#Tin Ingot|Crafting]]"},
    ["Tin Bar"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bar_tin.png",
        ["Name"] = "Tin Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Weaponsmith#Tin Bar|Crafting]]"},
    ["Tin Plate"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plate_tin.png",
        ["Name"] = "Tin Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Armorsmith#Tin Plate|Crafting]]"},
    ["Quartz"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_quartz.png",
        ["Name"] = "Quartz",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Tin Vein|Tin Vein]]"},
    ["Obsidian"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_obsidian.png",
        ["Name"] = "Obsidian",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Tin Vein|Tin Vein]]"},
    ["Jasper"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_jasper.png",
        ["Name"] = "Jasper",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Tin Vein|Tin Vein]]"},
    ["Irruvil Leaf"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leaf_irruvil.png",
        ["Name"] = "Irruvil Leaf",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Irruvil Bush|Irruvil Bush]]"},
    ["Bundle of Irruvil"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bundle_irruvil.png",
        ["Name"] = "Bundle of Irruvil",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Irruvil Bush|Irruvil Bush]], [[Herbalism#Bundle of Irruvil|Crafting]]"},
    ["Dried Irruvil"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_dried_irruvil.png",
        ["Name"] = "Dried Irruvil",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Herbalism#Dried Irruvil|Crafting]]"},
    ["Irruvil Powder"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_powder_irruvil.png",
        ["Name"] = "Irruvil Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enchanter#Irruvil Powder|Crafting]]"},
    ["Irruvil Paste"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_paste_irruvil.png",
        ["Name"] = "Irruvil Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Tailor#Irruvil Paste|Crafting]]"},
    ["Irruvil Root"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_root_irruvil.png",
        ["Name"] = "Irruvil Root",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Irruvil Bush|Irruvil Bush]]"},
    ["Irruvil Essence"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_essence_Irruvil.png",
        ["Name"] = "Irruvil Essence",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Irruvil Bush|Irruvil Bush]]"},
    ["Irruvil Bloom"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_irruvil_bloom.png",
        ["Name"] = "Irruvil Bloom",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Irruvil Bush|Irruvil Bush]]"},
    ["Alder Twig"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twig_alder.png",
        ["Name"] = "Alder Twig",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Alder Tree|Alder Tree]]"},
    ["Alder Branches"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_branches_alder.png",
        ["Name"] = "Alder Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Alder Tree|Alder Tree]], [[Lumbering#Alder Branches|Crafting]]"},
    ["Alder Plank"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plank_alder.png",
        ["Name"] = "Alder Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Lumbering#Alder Plank|Crafting]]"},
    ["Alder Handle"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_handle_alder.png",
        ["Name"] = "Alder Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Weaponsmith#Alder Handle|Crafting]]"},
    ["Alder Rod"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rod_alder.png",
        ["Name"] = "Alder Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enchanter#Alder Rod|Crafting]]"},
    ["Wisdom Bark"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bark_alder.png",
        ["Name"] = "Wisdom Bark",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Alder Tree|Alder Tree]]"},
    ["Alder Resin"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_resin_alder.png",
        ["Name"] = "Alder Resin",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Alder Tree|Alder Tree]]"},
    ["Alder Cones"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_alder_cones.png",
        ["Name"] = "Alder Cones",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Professions#Alder Tree|Alder Tree]]"},
    ["Grindstone"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_grindstone.png",
        ["Name"] = "Grindstone",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Sandpaper"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_sandpaper.png",
        ["Name"] = "Sandpaper",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Button"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_button.png",
        ["Name"] = "Button",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Bolt"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bolt.png",
        ["Name"] = "Bolt",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Rivet"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rivet.png",
        ["Name"] = "Rivet",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Coal"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_coal.png",
        ["Name"] = "Coal",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Fine Twine"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twine_fine.png",
        ["Name"] = "Fine Twine",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Wood Glue"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_glue_wood.png",
        ["Name"] = "Wood Glue",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Forslurite"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_Forslurite.png",
        ["Name"] = "Forslurite",
        ["Category"] = "Resource",
        ["Selling value"] = "10",
        ["Obtained"] = "[[Abandoned Cemetery]], [[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Tooth of a Dragon"]={
        ["Rarity"] = "r",
        ["File"] = "Tooth.png",
        ["Name"] = "Tooth of a Dragon",
        ["Category"] = "Resource",
        ["Selling value"] = "220",
        ["Obtained"] = "[[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Quality Fiber"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_fiber_quality.png",
        ["Name"] = "Quality Fiber",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Quality Cloth"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_cloth_quality.png",
        ["Name"] = "Quality Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Tailor#Quality Cloth|Crafting]]"},
    ["Strong Yarn"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_yarn_strong.png",
        ["Name"] = "Strong Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Leatherworking#Strong Yarn|Crafting]]"},
    ["Strong Hide"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_hide_strong.png",
        ["Name"] = "Strong Hide",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Strong Strap"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_strap_strong.png",
        ["Name"] = "Strong Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Armorsmith#Strong Strap|Crafting]]"},
	["Strong Leather"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leather_strong.png",
        ["Name"] = "Strong Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Leatherworking#Strong Leather|Crafting]]"},
    ["Iron Nugget"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_nugget_iron.png",
        ["Name"] = "Iron Nugget",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Iron Vein|Iron Vein]]"},
    ["Iron Ore"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ore_iron.png",
        ["Name"] = "Iron Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Iron Vein|Iron Vein]], [[Mining#Iron Ore|Crafting]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Iron Ingot"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_ingot_iron.png",
        ["Name"] = "Iron Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Mining#Iron Ingot|Crafting]]"},
    ["Iron Bar"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bar_iron.png",
        ["Name"] = "Iron Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Weaponsmith#Iron Bar|Crafting]]"},
    ["Iron Plate"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plate_iron.png",
        ["Name"] = "Iron Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Armorsmith#Iron Plate|Crafting]]"},
    ["Ruby"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_ruby.png",
        ["Name"] = "Ruby",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Iron Vein|Iron Vein]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Lapis"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_lapis.png",
        ["Name"] = "Lapis",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Iron Vein|Iron Vein]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Amethyst"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_gem_amethyst.png",
        ["Name"] = "Amethyst",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Iron Vein|Iron Vein]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Lavekawa Leaf"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_leaf_lavekawa.png",
        ["Name"] = "Lavekawa Leaf",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Lavekawa Bush|Lavekawa Bush]]"},
    ["Bundle of Lavekawa"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bundle_lavekawa.png",
        ["Name"] = "Bundle of Lavekawa",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Lavekawa Bush|Lavekawa Bush]], [[Herbalism#Bundle of Lavekawa|Crafting]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Dried Lavekawa"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_dried_lavekawa.png",
        ["Name"] = "Dried Lavekawa",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Herbalism#Dried Lavekawa|Crafting]]"},
    ["Lavekawa Powder"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_powder_lavekawa.png",
        ["Name"] = "Lavekawa Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Enchanter#Lavekawa Powder|Crafting]]"},
    ["Lavekawa Paste"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_paste_lavekawa.png",
        ["Name"] = "Lavekawa Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Tailor#Lavekawa Paste|Crafting]]"},
    ["Lavekawa Root"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_root_lavekawa.png",
        ["Name"] = "Lavekawa Root",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Lavekawa Bush|Lavekawa Bush]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Lavekawa Essence"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_essence_lavekawa.png",
        ["Name"] = "Lavekawa Essence",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Lavekawa Bush|Lavekawa Bush]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Lavekawa Bloom"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_lavekawa_bloom.png",
        ["Name"] = "Lavekawa Bloom",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Lavekawa Bush|Lavekawa Bush]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Spruce Twig"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twig_spruce.png",
        ["Name"] = "Spruce Twig",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Spruce Tree|Spruce Tree]]"},
    ["Spruce Branches"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_branches_spruce.png",
        ["Name"] = "Spruce Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Spruce Tree|Spruce Tree]], [[Lumbering#Spruce Branches|Crafting]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Spruce Plank"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_plank_spruce.png",
        ["Name"] = "Spruce Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Lumbering#Spruce Plank|Crafting]]"},
    ["Spruce Handle"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_handle_spruce.png",
        ["Name"] = "Spruce Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Weaponsmith#Spruce Handle|Crafting]]"},
    ["Spruce Rod"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rod_spruce.png",
        ["Name"] = "Spruce Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[Enchanter#Spruce Rod|Crafting]]"},
    ["Spruce Bark"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bark_spruce.png",
        ["Name"] = "Spruce Bark",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Spruce Tree|Spruce Tree]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Spruce Resin"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_resin_spruce.png",
        ["Name"] = "Spruce Resin",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Spruce Tree|Spruce Tree]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Spruce Cones"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_spruce_cones.png",
        ["Name"] = "Spruce Cones",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[Professions#Spruce Tree|Spruce Tree]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Quality Grindstone"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_grindstone_quality.png",
        ["Name"] = "Quality Grindstone",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Junior Duus|Junior Duus]]"},
    ["Quality Sandpaper"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_sandpaper_quality.png",
        ["Name"] = "Quality Sandpaper",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Big Button"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_button_big.png",
        ["Name"] = "Big Button",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Iron Bolt"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_bolt_iron.png",
        ["Name"] = "Iron Bolt",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Tonny Duus|Tonny Duus]]"},
    ["Iron Rivet"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_rivet_iron.png",
        ["Name"] = "Iron Rivet",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Forging Coal"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_coal_forging.png",
        ["Name"] = "Forging Coal",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Brian Vinther|Brian Vinther]]"},
    ["Strong Twine"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_twine_strong.png",
        ["Name"] = "Strong Twine",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Strong Glue"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_glue_strong.png",
        ["Name"] = "Strong Glue",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Obtained"] = "[[NPC#Trader Tzefanyah|Trader Tzefanyah]], [[NPC#Casamir Sapper|Casamir Sapper]], [[NPC#Trader Mathew|Trader Mathew]], [[NPC#Allan Klausen|Allan Klausen]]"},
    ["Livisum"]={
        ["Rarity"] = "r",
        ["File"] = "Prof_Livisum.png",
        ["Name"] = "Livisum",
        ["Category"] = "Resource",
        ["Selling value"] = "20",
        ["Obtained"] = "[[Windsor Hold]], [[Consumables#Royal Bears Crate|Royal Bears Crate]]"},
    ["Broken Crown"]={
        ["Rarity"] = "r",
        ["File"] = "Broken_crown.png",
        ["Name"] = "Broken Crown",
        ["Category"] = "Resource",
        ["Selling value"] = "22",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Geode"]={
        ["Rarity"] = "r",
        ["File"] = "Geode.png",
        ["Name"] = "Geode",
        ["Category"] = "Resource",
        ["Selling value"] = "100",
        ["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Gleaming Aubecyite"]={
        ["Rarity"] = "r",
        ["File"] = "Aubecyte.png",
        ["Name"] = "Gleaming Aubecyite",
        ["Category"] = "Resource",
        ["Selling value"] = "150",
        ["Obtained"] = "[[Consumables#Broken Geode|Broken Geode]]"},
    ["Gleaming Kunnasite"]={
        ["Rarity"] = "r",
        ["File"] = "Crystal_1.png",
        ["Name"] = "Gleaming Kunnasite",
        ["Category"] = "Resource",
        ["Selling value"] = "150",
        ["Obtained"] = "[[Consumables#Broken Geode|Broken Geode]]"},
    ["Gleaming Neptnovite"]={
        ["Rarity"] = "r",
        ["File"] = "Crystal_3.png",
        ["Name"] = "Gleaming Neptnovite",
        ["Category"] = "Resource",
        ["Selling value"] = "150",
        ["Obtained"] = "[[Consumables#Broken Geode|Broken Geode]]"},
    ["Gleaming Sushorite"]={
        ["Rarity"] = "r",
        ["File"] = "Crystal_4.png",
        ["Name"] = "Gleaming Sushorite",
        ["Category"] = "Resource",
        ["Selling value"] = "150",
        ["Obtained"] = "[[Consumables#Broken Geode|Broken Geode]]"},
        
--Consumable
        
    ["Healing Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Healing_potion_small.png",
        ["Name"] = "Healing Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Heals yourself for 35 Health",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[Enemies#Enemies in Farshore Province|Enemies]] and [[Traders#Traders in Farshore Province|Traders]] in [[Farshore Province]], [[Traders|Innkeepers]]"},
    ["Greater Healing Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Healing_potion_medium.png",
        ["Name"] = "Greater Healing Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Heals yourself for 51 Health",
        ["Selling value"] = "2",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Enemies in Farshore Province|Enemies]] and [[Traders#Traders in Farshore Province|Traders]] in [[Farshore Province]], [[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]]"},
    ["Strong Healing Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Healing_potion.png",
        ["Name"] = "Strong Healing Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Heals yourself for 133 Health",
        ["Selling value"] = "6",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]], [[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Lavekawa Healing Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Healing_potion_big.png",
        ["Name"] = "Lavekawa Healing Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Heals yourself for 433 Health",
        ["Selling value"] = "10",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Mana Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Mana_potion_small.png",
        ["Name"] = "Mana Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 15 Mana",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[Enemies#Enemies in Farshore Province|Enemies]] and [[Traders#Traders in Farshore Province|Traders]] in Farshore Province"},
    ["Greater Mana Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Mana_potion_medium.png",
        ["Name"] = "Greater Mana Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 26 Mana",
        ["Selling value"] = "2",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Enemies in Farshore Province|Enemies]] and [[Traders#Traders in Farshore Province|Traders]] in [[Farshore Province]], [[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]]"},
    ["Strong Mana Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Mana_potion.png",
        ["Name"] = "Strong Mana Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 38 Mana",
        ["Selling value"] = "6",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]], [[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Lavekawa Mana Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Mana_potion_big.png",
        ["Name"] = "Lavekawa Mana Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 130 Mana",
        ["Selling value"] = "9",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Greater Energy Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Energy_potion_medium.png",
        ["Name"] = "Greater Energy Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 10 Energy",
        ["Selling value"] = "2",
        ["Level"] = "5",
        ["Obtained"] = "[[Enemies#Enemies in Farshore Province|Enemies]] and [[Traders#Traders in Farshore Province|Traders]] in [[Farshore Province]], [[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]]"},
    ["Strong Energy Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Energy_potion.png",
        ["Name"] = "Strong Energy Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 15 Energy",
        ["Selling value"] = "6",
        ["Level"] = "15",
        ["Obtained"] = "[[Enemies#Enemies in Rocky Passage|Enemies]] and [[Traders#Traders in Rocky Passage|Traders]] in [[Rocky Passage]], [[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Lavekawa Energy Potion"]={
        ["Rarity"] = "c",
        ["File"] = "Energy_potion_big.png",
        ["Name"] = "Lavekawa Energy Potion",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "60.00",
        ["Effect"] = "Restores 20 Energy",
        ["Selling value"] = "8",
        ["Level"] = "25",
        ["Obtained"] = "[[Enemies#Enemies in Waldenbach Shire|Enemies]] and [[Traders#Traders in Waldenbach Shire|Traders]] in [[Waldenbach Shire]]"},
    ["Beer"]={
        ["Rarity"] = "c",
        ["File"] = "Beer.png",
        ["Name"] = "Beer",
        ["Category"] = "Consumable",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "1.00",
        ["Flavor text"] = "A fresh draft beer.",
        ["Effect"] = "Receive 20 Physical Damage",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[Traders|Innkeepers]]"},
    ["Cygluln Chamber Key"]={
        ["File"] = "Key_wave_dungeon_1.png",
        ["Obtained"] = "[[Enemies#Cygluln Keeper|Cygluln Keeper]]",
        ["Name"] = "Cygluln Chamber Key",
        ["Rarity"] = "u",
        ["Category"] = "Key"},
    ["Abandoned Cemetery Key"]={
        ["File"] = "Key_wave_dungeon_2.png",
        ["Obtained"] = "[[Enemies#Skeleton Guard|Skeleton Guard]]",
        ["Name"] = "Abandoned Cemetery Key",
        ["Rarity"] = "u",
        ["Category"] = "Key",
        ["Flavor text"] = "A badly rusted key for a gate."},
    ["Mullong Garrison Key"]={
        ["File"] = "Key_dungeon_1.png",
        ["Obtained"] = "[[Enemies#Mullong Troll Mage|Mullong Troll Mage]]",
        ["Name"] = "Mullong Garrison Key",
        ["Rarity"] = "r",
        ["Category"] = "Key",
        ["Flavor text"] = "A key with inscrisptions of the trolls."},
    ["Windsor Hold Key"]={
        ["File"] = "Key_wave_dungeon_3.png",
        ["Obtained"] = "[[Enemies#Windsor Hold Warrior|Windsor Hold Warrior]]",
        ["Name"] = "Windsor Hold Key",
        ["Rarity"] = "r",
        ["Category"] = "Key"},
    ["Bitterburg Key"]={
        ["File"] = "Key_bitterburg.png",
        ["Obtained"] = "[[Enemies#Serezith Skeleton Mage|Serezith Skeleton Mage]], [[Enemies#Serezith Skeleton Fighter|Serezith Skeleton Fighter]], [[Enemies#Asmodeus|Asmodeus]], [[Enemies#Damascus|Damascus]], [[Enemies#Serezith Skeleton Warrior|Serezith Skeleton Warrior]], [[Enemies#Serezith Skeleton Hunter|Serezith Skeleton Hunter]], [[Enemies#Viktor|Viktor]]",
        ["Name"] = "Bitterburg Key",
        ["Rarity"] = "r",
        ["Category"] = "Key"},
    ["Small Pocket"]={
        ["Rarity"] = "u",
        ["File"] = "Pocket_blue.png",
        ["Name"] = "Small Pocket",
        ["Obtained"] = "[[Game Mechanics#Backpacks|specific Quests]]",
        ["Category"] = "Consumable<br>Use this item in your quickbar.",
        ["Function"] = "Extends your backpack by 1 slot.",
        ["Casttime"] = "0.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Traveler Backpack"]={
        ["Rarity"] = "u",
        ["File"] = "Backpack_traveler.png",
        ["Name"] = "Traveler Backpack",
        ["Obtained"] = "[[Shop#Backpacks|Shop]]",
        ["Category"] = "Consumable<br>Use this item in your quickbar.",
        ["Function"] = "Extends your backpack by 2 slots.",
        ["Casttime"] = "0.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Farmer Backpack"]={
        ["Rarity"] = "r",
        ["File"] = "Backpack_farmer.png",
        ["Name"] = "Farmer Backpack",
        ["Obtained"] = "[[Shop#Backpacks|Shop]]",
        ["Category"] = "Consumable<br>Use this item in your quickbar.",
        ["Function"] = "Extends your backpack by 5 slots.",
        ["Casttime"] = "0.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Guard Backpack"]={
        ["Rarity"] = "e",
        ["File"] = "Backpack_guard.png",
        ["Name"] = "Guard Backpack",
        ["Obtained"] = "[[Shop#Backpacks|Shop]]",
        ["Category"] = "Consumable<br>Use this item in your quickbar.",
        ["Function"] = "Extends your backpack by 10 slots.",
        ["Casttime"] = "0.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Broken Geode"]={
        ["Rarity"] = "r",
        ["File"] = "Broken_geode.png",
        ["Name"] = "Broken Geode",
        ["Binding"] = "2",
        ["Category"] = "Consumable",
        ["Selling value"] = "100",
        ["Obtained"] = "[[Mining#Broken Geode|Crafting]]",
        ["Function"] = "This crate will drop 1 random item(s) at your position.",
        ["Flavor text"] = "Use this item in the quickbar.",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Royal Bears Deco-Crate"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_loot_crate_decoration_royal_bears.png",
        ["Name"] = "Royal Bears Deco-Crate",
        ["Obtained"] = "[[Shop#Decorations|Shop]], [[Traders|Gem Merchants]]",
        ["Category"] = "Consumable",
        ["Function"] = "This crate will drop 1 random item(s) at your position.",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Level"] = "1"},
    ["Glynphyra Deco-Crate"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_loot_crate_decoration_glynphyra.png",
        ["Name"] = "Glynphyra Deco-Crate",
        ["Obtained"] = "[[Shop#Decorations|Shop]], [[Traders|Gem Merchants]]",
        ["Category"] = "Consumable",
        ["Function"] = "This crate will drop 1 random item(s) at your position.",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Royal Bears Crate"]={
        ["Rarity"] = "r",
        ["File"] = "Icon_loot_crate_decoration_royal_bears.png",
        ["Name"] = "Royal Bears Crate",
        ["Obtained"] = "[[Quests#Waldenbach Mission: Cygluln Chamber(Epic)|Lvl 30 Epic Quests]]",
        ["Category"] = "Consumable",
        ["Function"] = "This crate will drop 1 random item(s) at your position.",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "1.00",
        ["Level"] = "1"},
    ["Token - 30 Days"]={
        ["Rarity"] = "r",
        ["File"] = "Acc_1_m.png",
        ["Name"] = "Token - 30 Days",
        ["Obtained"] = "[[Shop#Account|Shop]], [[Traders|Gem Merchants]]",
        ["Category"] = "Consumable<br />Use this item in the quickbar.",
        ["Function"] = "Receive 30 days of Stein.Account time.<br />Can't be used if your Stein.Account is valid for longer than 180 days.",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "30 days of Stein.Account",
        ["Level"] = "1"},
    ["Token - 90 Days"]={
        ["Rarity"] = "e",
        ["File"] = "Acc_3_m.png",
        ["Name"] = "Token - 90 Days",
        ["Obtained"] = "[[Shop#Account|Shop]], [[Traders|Gem Merchants]]",
        ["Category"] = "Consumable<br />Use this item in the quickbar.",
        ["Function"] = "Receive 90 days of Stein.Account time.<br />Can't be used if your Stein.Account is valid for longer than 180 days.",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "90 days of Stein.Account",
        ["Level"] = "1"},
    ["Token - 180 Days"]={
        ["Rarity"] = "l",
        ["File"] = "Acc_6_m.png",
        ["Name"] = "Token - 180 Days",
        ["Obtained"] = "[[Shop#Account|Shop]], [[Traders|Gem Merchants]]",
        ["Category"] = "Consumable<br />Use this item in the quickbar.",
        ["Function"] = "Receive 180 days of Stein.Account time.<br />Can't be used if your Stein.Account is valid for longer than 180 days.",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "180 days of Stein.Account",
        ["Level"] = "1"},
        
--Tools
        
    ["Old Sickle"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_tool_old_sickle.png",
        ["Name"] = "Old Sickle",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 2 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]], [[NPC#Safia Mouhandiz|Safia Mouhandiz]], [[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Copper Sickle"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_copper_sickle.png",
        ["Name"] = "Copper Sickle",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Obtained"] = "[[Herbalism#Copper Sickle|Crafting]]",
        ["Binding"] = "1"},
    ["Tin Sickle"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_tin_sickle.png",
        ["Name"] = "Tin Sickle",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Obtained"] = "[[Herbalism#Tin Sickle|Crafting]]",
        ["Binding"] = "1"},
    ["Iron Sickle"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_old_sickle.png",
        ["Name"] = "Iron Sickle",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Obtained"] = "[[Herbalism#Iron Sickle|Crafting]]",
        ["Binding"] = "1"},
    ["Old Axe"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_tool_old_axe.png",
        ["Name"] = "Old Axe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 2 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]], [[NPC#Turner Bolton|Turner Bolton]], [[NPC#Allan Klausen|Allan Klausen]]"},
    ["Copper Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_copper_axe.png",
        ["Name"] = "Copper Axe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Obtained"] = "[[Lumbering#Copper Axe|Crafting]]",
        ["Binding"] = "1"},
    ["Tin Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_tin_axe.png",
        ["Name"] = "Tin Axe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Obtained"] = "[[Lumbering#Tin Axe|Crafting]]",
        ["Binding"] = "1"},
    ["Iron Axe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_old_axe.png",
        ["Name"] = "Iron Axe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Obtained"] = "[[Lumbering#Iron Axe|Crafting]]",
        ["Binding"] = "1"},
    ["Old Pickaxe"]={
        ["Rarity"] = "c",
        ["File"] = "Prof_tool_old_pickaxe.png",
        ["Name"] = "Old Pickaxe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 2 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "1",
        ["Level"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]], [[NPC#Nigri Njoroge|Nigri Njoroge]], [[NPC#Brian Vinther|Brian Vinther]]",
        ["Binding"] = ""},
        
--Trash
        
    ["Copper Pickaxe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_copper_pickaxe.png",
        ["Name"] = "Copper Pickaxe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Obtained"] = "[[Mining#Copper Pickaxe|Crafting]]",
        ["Binding"] = "1"},
    ["Tin Pickaxe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_tin_pickaxe.png",
        ["Name"] = "Tin Pickaxe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Obtained"] = "[[Mining#Tin Pickaxe|Crafting]]",
        ["Binding"] = "1"},
    ["Iron Pickaxe"]={
        ["Rarity"] = "u",
        ["File"] = "Prof_tool_old_pickaxe.png",
        ["Name"] = "Iron Pickaxe",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Obtained"] = "[[Mining#Iron Pickaxe|Crafting]]",
        ["Binding"] = "1"},
    ["Broken Bones"]={
        ["Rarity"] = "c",
        ["File"] = "Broken_bones.png",
        ["Name"] = "Broken Bones",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.231|Drops#1]]"},
    ["Little Tooth"]={
        ["Rarity"] = "c",
        ["File"] = "Tooth.png",
        ["Name"] = "Little Tooth",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.231|Drops#1]]"},
    ["Old Rope"]={
        ["Rarity"] = "c",
        ["File"] = "Rope.png",
        ["Name"] = "Old Rope",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.231|Drops#1]]"},
    ["Broken Axe"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_axe.png",
        ["Name"] = "Broken Axe",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Broken Hoe"]={
        ["Rarity"] = "c",
        ["File"] = "trash_hoe.png",
        ["Name"] = "Broken Hoe",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Dirt"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_dirt.png",
        ["Name"] = "Dirt",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Fish Trash"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_fish.png",
        ["Name"] = "Fish Trash",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Grass"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_grass.png",
        ["Name"] = "Grass",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Old Bucket"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_bucket.png",
        ["Name"] = "Old Bucket",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Scrub"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_bush.png",
        ["Name"] = "Scrub",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Water Bucket"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_bucket_water.png",
        ["Name"] = "Water Bucket",
        ["Category"] = "Trash",
        ["Selling value"] = "1",
        ["Obtained"] = "[[Enemies#Drop_Template_.232|Drops#2]]"},
    ["Pile of Bones"]={
        ["Rarity"] = "c",
        ["File"] = "Broken_bones.png",
        ["Name"] = "Pile of Bones",
        ["Category"] = "Trash",
        ["Selling value"] = "2",
        ["Obtained"] = "[[Enemies#Drop_Template_.233|Drops#3]]"},
    ["Simple Stone"]={
        ["Rarity"] = "c",
        ["File"] = "Trash_stone.png",
        ["Name"] = "Simple Stone",
        ["Category"] = "Trash",
        ["Selling value"] = "2",
        ["Obtained"] = "[[Enemies#Drop_Template_.233|Drops#3]]"},
    ["Wrong Stein"]={
        ["Rarity"] = "c",
        ["File"] = "Stein.png",
        ["Name"] = "Wrong Stein",
        ["Category"] = "Trash",
        ["Selling value"] = "2",
        ["Obtained"] = "[[Enemies#Drop_Template_.235|Drops#5]]"},
        
--Collectible
        
        ["Banner Weaponsmith"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_weaponsmith.png",
        ["Name"] = "Banner Weaponsmith",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Weaponsmith|Quest: Intermediate Weaponsmith]]"},
    ["Banner Enchanter"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_echanter.png",
        ["Name"] = "Banner Enchanter",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Enchanter|Quest: Intermediate Enchanter]]"},
    ["Banner Tailor"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_tailor.png",
        ["Name"] = "Banner Tailor",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Tailor|Quest: Intermediate Tailor]]"},
    ["Banner Armorsmith"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_armorsmith.png",
        ["Name"] = "Banner Armorsmith",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Armorsmith|Quest: Intermediate Armorsmith]]"},
    ["Banner Leatherworking"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_leatherworking.png",
        ["Name"] = "Banner Leatherworking",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Leatherworking|Quest: Intermediate Leatherworking]]"},
    ["Banner Mining"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_mining.png",
        ["Name"] = "Banner Mining",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Mining|Quest: Intermediate Mining]]"},
    ["Banner Herbalism"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_herbalism.png",
        ["Name"] = "Banner Herbalism",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Herbalism|Quest: Intermediate Herbalism]]"},
    ["Banner Lumbering"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_lumbering.png",
        ["Name"] = "Banner Lumbering",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Effect"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Quests#Intermediate Lumbering|Quest: Intermediate Lumbering]]"},
    ["Serezith's Head"]={
        ["Rarity"] = "e",
        ["File"] = "Collectible_serezith.png",
        ["Name"] = "Serezith's Head",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Effect"] = "Use: Place the item on the ground",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},

    ["Green Bush"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_bush.png",
        ["Name"] = "Green Bush",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A medium sized green bush ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Drying Fish"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_fishes.png",
        ["Name"] = "Drying Fish",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "The fish seems to be almost dry ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Tree Trunk"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_tree_trunk.png",
        ["Name"] = "Tree Trunk",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "An old tree trunk with maggots inside ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Wood Pile "]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_wood_pile.png",
        ["Name"] = "Wood Pile ",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Carefully stacked wood ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Bucket of water"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_bucket_water.png",
        ["Name"] = "Bucket of water",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple wooden bucket with water",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Glynphyra Cult Stone Statue"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_statue_stone_glynphyra.png",
        ["Name"] = "Glynphyra Cult Stone Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple statue of the Glynphyra Cult ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Coffin"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_coffin.png",
        ["Name"] = "Coffin",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "An old coffin with decorations on the side ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Spider Egg"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_spider_egg.png",
        ["Name"] = "Spider Egg",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Something seems to be moving in it ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Gravestone"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_gravestone.png",
        ["Name"] = "Gravestone",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "An old tombstone without a name ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Glynphyra Cult Bronze Statue"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_statue_bronze_glynphyra.png",
        ["Name"] = "Glynphyra Cult Bronze Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A statue of the Glynphyra Cult ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Scarecrow"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_scarecrow.png",
        ["Name"] = "Scarecrow",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple scarecrow with a hat ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Glynphyra Cult Silver Statue"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_statue_silver_glynphyra.png",
        ["Name"] = "Glynphyra Cult Silver Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A beautiful statue of the Glynphyra Cult ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Glowing Flower"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_flower_glow.png",
        ["Name"] = "Glowing Flower",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A mysterious luminous flower ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Glynphyra Cult Gold Statue"]={
        ["Rarity"] = "e",
        ["File"] = "Collectible_statue_gold_glynphyra.png",
        ["Name"] = "Glynphyra Cult Gold Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A magnificient statue of the Glynphyra Cult ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Table with Food"]={
        ["Rarity"] = "e",
        ["File"] = "Collectible_table_food.png",
        ["Name"] = "Table with Food",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A table with food on it ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Campfire"]={
        ["Rarity"] = "l",
        ["File"] = "Collectible_fire.png",
        ["Name"] = "Campfire",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple campfire ",
        ["Obtained"] = "[[Consumables#Glynphyra Deco-Crate|Glynphyra Deco-Crate]]"},
    ["Barrel"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_barrel.png",
        ["Name"] = "Barrel",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "An old barrel of wine ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Wooden Boxes"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_boxes.png",
        ["Name"] = "Wooden Boxes",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Dirty wooden boxes stacked on top of each other ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Bucket"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_bucket_empty.png",
        ["Name"] = "Bucket",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple wooden bucket ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Big Rock"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_stone.png",
        ["Name"] = "Big Rock",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Just a big stone ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Hay Stack"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_hay.png",
        ["Name"] = "Hay Stack",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Stacked hay ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Royal Bears Stone Statue"]={
        ["Rarity"] = "c",
        ["File"] = "Collectible_statue_stone_royal_bears.png",
        ["Name"] = "Royal Bears Stone Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple statue of the Royal Bears ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Royal Bears Bronze Statue"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_statue_bronze_royal_bears.png",
        ["Name"] = "Royal Bears Bronze Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A statue of the Royal Bears",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Anvil"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_anvil.png",
        ["Name"] = "Anvil",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Dirty forging anvil ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Warning Sign"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_sign.png",
        ["Name"] = "Warning Sign",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Sign with a skull on it ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Target"]={
        ["Rarity"] = "u",
        ["File"] = "Collectible_target_red.png",
        ["Name"] = "Target",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Target of the Royal Bears ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Royal Bears Silver Statue"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_statue_silver_royal_bears.png",
        ["Name"] = "Royal Bears Silver Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A beautiful statue of the Royal Bears ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Street Lamp"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_lamp.png",
        ["Name"] = "Street Lamp",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "An old street lamp ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Dummy"]={
        ["Rarity"] = "r",
        ["File"] = "Collectible_dummy_iron.png",
        ["Name"] = "Dummy",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Training doll of the Royal Bears ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Royal Bears Gold Statue"]={
        ["Rarity"] = "e",
        ["File"] = "Collectible_statue_gold_royal_bears.png",
        ["Name"] = "Royal Bears Gold Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A magnificent statue of the Royal Bears ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Table with Drinks"]={
        ["Rarity"] = "e",
        ["File"] = "Collectible_table_drinks.png",
        ["Name"] = "Table with Drinks",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A table with beer on it ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Torch"]={
        ["Rarity"] = "l",
        ["File"] = "torch.png",
        ["Name"] = "Torch",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A simple torch ",
        ["Obtained"] = "[[Consumables#Royal Bears Deco-Crate|Royal Bears Deco-Crate]]"},
    ["Hay Bale"]={
        ["Rarity"] = "r",
        ["File"] = "collectible_hay_bale.png",
        ["Name"] = "Hay Bale",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Perfect for allergy sufferers in summer. ",
        ["Obtained"] = "Shop and Labor Bundle (May 2020 Limited Edition)"},
    ["Palm Tree"]={
        ["Rarity"] = "r",
        ["File"] = "collectible_palm.png",
        ["Name"] = "Palm Tree",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A pretty little palm tree. ",
        ["Obtained"] = "Shop and Summer Bundle (July 2020 Limited Edition)"},
    ["Cooking Oven"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_cooking_oven.png",
        ["Name"] = "Cooking Oven",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "The perfect furnace for all who like hot meals. ",
        ["Obtained"] = "Shop and Labor Bundle (May 2020 Limited edition)"},
    ["Deckchair and Cocktail"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_beach_chair.png",
        ["Name"] = "Deckchair and Cocktail",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Simply relax and enjoy ",
        ["Obtained"] = "Shop and Summer Bundle (July 2020 Limited Edition)"},
    ["Beautiful Thanksgiving Meal"]={
        ["Rarity"] = "e",
        ["File"] = "icon_thanks_big_table.png",
        ["Name"] = "Beautiful Thanksgiving Meal",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A beautifully set table with a feast on it. ",
        ["Obtained"] = "Shop and Thanksgiving Bundle (September 2020 Limited Edition)"},
    ["Dragon Statue"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_dragon_statue.png",
        ["Name"] = "Dragon Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A beautiful but dangerous looking dragon statue in memory of the great dragons. ",
        ["Obtained"] = "Shop and Stein Dragon Bundle (June 2020 Limited edition)"},
    ["Moon Festival Statue"]={
        ["Rarity"] = "e",
        ["File"] = "icon_moon_statue.png",
        ["Name"] = "Moon Festival Statue",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A statue that glows strongly. ",
        ["Obtained"] = "Shop and Moon Festival Bundle (August 2020 Limited edition)"},
    ["Red Carpet"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_red_carpet.png",
        ["Name"] = "Red Carpet",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "A royal red carpet of the finest wool. ",
        ["Obtained"] = "Shop and Royal Bundle"},
    ["Royal Throne"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_throne.png",
        ["Name"] = "Royal Throne",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "The noblest and most royal throne, gilded and covered with the best fabric. ",
        ["Obtained"] = "Shop and Royal Bundle"},
    ["Magic Lanterns"]={
        ["Rarity"] = "l",
        ["File"] = "icon_lantern_float.png",
        ["Name"] = "Magic Lanterns",
        ["Binding"] = "1",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "The lanterns float magically. ",
        ["Obtained"] = "Shop and Moon Festival Bundle (August 2020 Limited edition)"},
    ["Stone Statue of a Bug"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_statue_stone_bug.png",
        ["Name"] = "Stone Statue of a Bug",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Thank you for finding bugs. ",
        ["Obtained"] = "Finding and reporting many bugs (Not obtainable anymore)"},
    ["Gold Statue of a Dice"]={
        ["Rarity"] = "e",
        ["File"] = "collectible_statue_gold_dice.png",
        ["Name"] = "Gold Statue of a Dice",
        ["Binding"] = "2",
        ["Category"] = "Collectible",
        ["Function"] = "Use: Place the item on the ground",
        ["Flavor text"] = "Thank you for finding bugs. ",
        ["Obtained"] = "Finding and reporting many bugs (Not obtainable anymore)"},

    ["Chef's Hat"]={
        ["Rarity"] = "r",
        ["File"] = "cook_hat_white.png",
        ["Name"] = "Chef's Hat",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "There's a rat in the hat that won't come out.",
        ["Obtained"] = "Shop and Labor Bundle (May 2020 Limited Edition)"},
    ["Moon Festival Headgear"]={
        ["Rarity"] = "r",
        ["File"] = "icon_mask_2.png",
        ["Name"] = "Moon Festival Headgear",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "Made of the finest silk for a big holiday.",
        ["Obtained"] = "Shop and Moon Festival Bundle (August 2020 Limited Edition)"},
    ["Thanksgiving Hat"]={
        ["Rarity"] = "r",
        ["File"] = "icon_thanks_hat.png",
        ["Name"] = "Thanksgiving Hat",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Obtained"] = "Shop and Thanksgiving Bundle (September 2020 Limited Edition)"},
    ["Madron's Head"]={
        ["Rarity"] = "e",
        ["File"] = "head_dragon_red.png",
        ["Name"] = "Madron's Head",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "The head of Madron's as a mask. Very nicely made.",
        ["Obtained"] = "Shop and Stein Dragon Bundle (June 2020 Limited Edition)"},
    ["Moon Festival Mask"]={
        ["Rarity"] = "e",
        ["File"] = "icon_mask_1.png",
        ["Name"] = "Moon Festival Mask",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "The mask shines beautifully in the sun.",
        ["Obtained"] = "Shop and Moon Festival Bundle (August 2020 Limited Edition)"},
    ["Red Troll Mask"]={
        ["Rarity"] = "e",
        ["File"] = "troll_purple.png",
        ["Name"] = "Red Troll Mask",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "A beautifully crafted troll mask.",
        ["Obtained"] = "Shop and Mask Bundle"},
    ["Royal Crown"]={
        ["Rarity"] = "e",
        ["File"] = "royal_crown.png",
        ["Name"] = "Royal Crown",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "A crown intended only for kings.",
        ["Obtained"] = "Shop and Royal Bundle"},
    ["Tuni's Head"]={
        ["Rarity"] = "e",
        ["File"] = "head_dragon_green.png",
        ["Name"] = "Tuni's Head",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "The head of Tuni's as a mask. Very scary.",
        ["Obtained"] = "Shop and Stein Dragon Bundle (June 2020 Limited Edition)"},
    ["Blue Troll Mask"]={
        ["Rarity"] = "l",
        ["File"] = "troll_blue_hair.png",
        ["Name"] = "Blue Troll Mask",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "A beautifully processed troll mask with hair.",
        ["Obtained"] = "Shop and Mask Bundle"},
    ["Chicken Hat"]={
        ["Rarity"] = "l",
        ["File"] = "icon_thanks_chicken_white.png",
        ["Name"] = "Chicken Hat",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Obtained"] = "Shop and Thanksgiving Bundle (September 2020 Limited Edition"},
    ["Fluffy"]={
        ["Rarity"] = "l",
        ["File"] = "fluffy.png",
        ["Name"] = "Fluffy",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "A handmade mask from Fluffy. Very soft.",
        ["Obtained"] = "Shop and Mask bundles"},
    ["Wig with Sunglasses"]={
        ["Rarity"] = "l",
        ["File"] = "blond_glasses.png",
        ["Name"] = "Wig with Sunglasses",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Flavor text"] = "The perfect beach look",
        ["Obtained"] = "Shop and Summer Bundle (July 2020 Limited Edition)"},
    ["Frying Pan"]={
        ["Rarity"] = "r",
        ["File"] = "frying_pan.png",
        ["Name"] = "Frying Pan",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "0-1 Physical Damage (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Flavor text"] = "The pan has an engraving: P.. U... B.. C or G, very old and difficult to read.",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Labor Bundle (May 2020 Limited Edition)"},
    ["Waterbomb"]={
        ["Rarity"] = "e",
        ["File"] = "waterbomb.png",
        ["Name"] = "Waterbomb",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Water Damage 0-1 (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fun and cooling guaranteed",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Summer Bundle (July 2020 Limited Edition)"},
    ["Beach Ball"]={
        ["Rarity"] = "l",
        ["File"] = "beach_ball.png",
        ["Name"] = "Beach Ball",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Physical Damage 0-1 (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Flavor text"] = "A giant beach ball",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Summer Bundle (July 2020 Limited Edition)"},
    ["Dragon's Call"]={
        ["Rarity"] = "l",
        ["File"] = "staff_void.png",
        ["Name"] = "Dragon's Call",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "0-1 Soul Damage (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Range"] = "6",
        ["Flavor text"] = "You immediately feel the energy in this Staff.",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Stein Dragon Bundle (June 2020 Limited Edition)"},
    ["Moon Firecracker"]={
        ["Rarity"] = "l",
        ["File"] = "icon_moon_bomb.png",
        ["Name"] = "Moon Firecracker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Earth Damage 0-1 (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Range"] = "6",
        ["Flavor text"] = "A firecracker that ignites immediatly in different colours.",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Moon Festival Bundle (August 2020 Limited Edition)"},
    ["Royal Scepter"]={
        ["Rarity"] = "l",
        ["File"] = "royal_scepter.png",
        ["Name"] = "Royal Scepter",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 0-1 (+0% Bonus)",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "5.00",
        ["Flavor text"] = "A scepter that only kings have. Made of real gold with a huge ruby on top.",
        ["Level"] = "1",
        ["Obtained"] = "Shop and Royal Bundle"},
        
-- Weaponsmith Books
        
    ["Book: Copper Bar"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Copper Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Weaponsmith 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Beech Handle"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Beech Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Weaponsmith 2",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Betrayer"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Betrayer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "23-42 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Profession"] = "Weaponsmith 4",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Malice"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Malice",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "25-48 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Bonus Rating"] = "5",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Profession"] = "Weaponsmith 5",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Oathkeeper"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Oathkeeper",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "28-52 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Profession"] = "Weaponsmith 6",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Silence"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Silence",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "30-57 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Profession"] = "Weaponsmith 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Improved Reaver"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Improved Reaver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "34-63 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Chance Rating"] = "6",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Profession"] = "Weaponsmith 8",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Greataxe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Greataxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "37-70 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Profession"] = "Weaponsmith 9",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Tin Bar"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Tin Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Weaponsmith 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Alder Handle"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Alder Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Weaponsmith 11",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Gladius"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Gladius",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "61-114 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Profession"] = "Weaponsmith 13",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Shadowrazor"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Shadowrazor",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "67-126 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Profession"] = "Weaponsmith 14",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Despair"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Despair",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "44-81 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Profession"] = "Weaponsmith 15",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Putrid Carver"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Putrid Carver",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "82-153 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Bonus Rating"] = "9",
        ["Selling value"] = "82",
        ["Level"] = "17",
        ["Profession"] = "Weaponsmith 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Phobia"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Phobia",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "91-169 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Range"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Profession"] = "Weaponsmith 17",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Anduril"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Anduril",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "58-109 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "7",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Life Regeneration"] = "0.3",
        ["Threat"] = "150",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Profession"] = "Weaponsmith 18",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Commander Loris Ernst|Commander Loris Ernst]]"},
    ["Book: Crafted Catastrophe"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Catastrophe",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "128-237 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Critical Chance Rating"] = "4",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Weaponsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Cataclysm Mithril Blade"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysm Mithril Blade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "75-140 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.60",
        ["Cooldown"] = "3.00",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "0.7",
        ["Threat"] = "150",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Weaponsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Iron Bar"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Iron Bar",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Weaponsmith 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Spruce Handle"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Handle",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Weaponsmith 21",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Furious Etcher"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Name"] = "Furious Etcher",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "191-354 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.94",
        ["Threat"] = "140",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Profession"] = "Weaponsmith 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Warbringer"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Name"] = "Warbringer",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "381-708 Death Damage (+100% Bonus)",
        ["Energy usage"] = "14",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.94",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "132",
        ["Level"] = "28",
        ["Profession"] = "Weaponsmith 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Stormguard Claymore"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Name"] = "Stormguard Claymore",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "130-243 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "110",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "137",
        ["Level"] = "29",
        ["Profession"] = "Weaponsmith 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Typhoon"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Name"] = "Typhoon",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "262-487 Death Damage (+100% Bonus)",
        ["Energy usage"] = "8",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "137",
        ["Level"] = "29",
        ["Profession"] = "Weaponsmith 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Death"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Name"] = "Death",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "9-18 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Threat"] = "110",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Remorseful Broadaxe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Name"] = "Remorseful Broadaxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "18-35 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Junior Duus|Junior Duus]]"},
    ["Book: Crafted Nightfall"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Name"] = "Crafted Nightfall",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "21-39 Death Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Crying Broadaxe"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Name"] = "Crafted Crying Broadaxe",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "315-586 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Battle Axe"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Name"] = "Crafted Battle Axe",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "505-938 Death Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Flavor text"] = "Reckless Slam",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted The Light"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "3",
        ["Name"] = "Crafted The Light",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "631-1172 Death Damage (+100% Bonus)",
        ["Energy usage"] = "11",
        ["Casttime"] = "0.48",
        ["Range"] = "10",
        ["Cooldown"] = "4.80",
        ["Flavor text"] = "Breaker",
        ["Effect"] = "Heal yourself for 40-75 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Pendulum"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Name"] = "Crafted Pendulum",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "947-1760 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Flavor text"] = "Tear",
        ["Effect"] = "Receive +22 Death Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Dualblade"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "4",
        ["Name"] = "Crafted Dualblade",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "947-1760 Death Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Flavor text"] = "Shiver",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Sanji"]={
        ["Rarity"] = "e",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "death",
        ["Amount of points"] = "2",
        ["Name"] = "Sanji",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "372-691 Death Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Flavor text"] = "Cleaving Strike",
        ["Selling value"] = "205",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 30",
        ["Learn time"] = "12h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Quests#Book: Sanji|Quest: Book: Sanji]]"},
    ["Book: Crafted Treachery"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Name"] = "Crafted Treachery",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "10-19 Physical Damage (+15% Bonus)",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "0.48",
        ["Threat"] = "120",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Blackout"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Name"] = "Crafted Blackout",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "158-293 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "120",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Storm Breaker"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Name"] = "Crafted Storm Breaker",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "252-469 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "9",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "3.84",
        ["Threat"] = "150",
        ["Flavor text"] = "Roar",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Barbaric Wacker"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "3",
        ["Name"] = "Crafted Barbaric Wacker",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "315-586 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "11",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "4.80",
        ["Range"] = "10",
        ["Threat"] = "200",
        ["Flavor text"] = "Distract",
        ["Effect"] = "Heal yourself for 95-176 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Deluded Guardian"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Name"] = "Crafted Deluded Guardian",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "473-880 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "14.40",
        ["Threat"] = "150",
        ["Flavor text"] = "Warstrike",
        ["Effect"] = "Receive +74 Armor for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Soul Reaper"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "4",
        ["Name"] = "Crafted Soul Reaper",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "473-880 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "5",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "28.80",
        ["Threat"] = "250",
        ["Flavor text"] = "Impale",
        ["Effect"] = "Receive +1.0 Energy Regeneration for 5.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Urei"]={
        ["Rarity"] = "e",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_weaponsmith.png",
        ["Book"] = "1",
        ["Points"] = "physical",
        ["Amount of points"] = "2",
        ["Name"] = "Urei",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "186-345 Physical Damage (+100% Bonus)",
        ["Energy usage"] = "6",
        ["Casttime"] = "0.48",
        ["Cooldown"] = "2.40",
        ["Threat"] = "140",
        ["Flavor text"] = "Execute",
        ["Selling value"] = "202",
        ["Level"] = "30",
        ["Profession"] = "Weaponsmith 30",
        ["Learn time"] = "12h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Quests#Book: Urei|Quest: Book: Urei]]"},
        
--Enchanter Books
        
    ["Book: Beech Rod"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Beech Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Enchanter 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Vogria Powder"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Vogria Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Enchanter 2",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Isolation"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Isolation",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "38-71 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "8",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Profession"] = "Enchanter 4",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Impaler"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Impaler",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 14-26 (+100% Bonus)",
        ["Mana usage"] = "7",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Profession"] = "Enchanter 5",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Oblivion"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Oblivion",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "46-85 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "9",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Profession"] = "Enchanter 6",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Vile Scalpel"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Vile Scalpel",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "51-94 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "11",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Profession"] = "Enchanter 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Death Reach"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Death Reach",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 18-33 (+100% Bonus)",
        ["Mana usage"] = "9",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.2",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Profession"] = "Enchanter 8",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Marrowstrike"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Marrowstrike",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "62-115 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "13",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Profession"] = "Enchanter 9",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Jonn Haugaard|Jonn Haugaard]]"},
    ["Book: Alder Rod"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Alder Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Enchanter 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Irruvil Powder"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Enchanter 11",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Conclusion"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Conclusion",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "84-156 Physical Damage (+100% Bonus)",
        ["Mana usage"] = "21",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Mana Regeneration"] = "0.3",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Profession"] = "Enchanter 13",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Souldrinker"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Souldrinker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 36-67 (+100% Bonus)",
        ["Mana usage"] = "18",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Profession"] = "Enchanter 14",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Spur"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Spur",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "122-227 Water Damage (+100% Bonus)",
        ["Mana usage"] = "26",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.4",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Profession"] = "Enchanter 15",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Vengeful Striker"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Vengeful Striker",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 44-81 (+100% Bonus)",
        ["Mana usage"] = "23",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Profession"] = "Enchanter 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Dark Intent"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Dark Intent",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "149-276 Water Damage (+100% Bonus)",
        ["Mana usage"] = "31",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Profession"] = "Enchanter 17",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Blackheart"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Blackheart",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 53-98 (+100% Bonus)",
        ["Mana usage"] = "28",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Mana Regeneration"] = "0.6",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Profession"] = "Enchanter 18",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Alex Bechtold|Alex Bechtold]]"},
    ["Book: Crafted Waterfall"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Waterfall",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "210-391 Water Damage (+100% Bonus)",
        ["Mana usage"] = "40",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "5.00",
        ["Range"] = "10",
        ["Critical Bonus Rating"] = "12",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Enchanter 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Omen"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Omen",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 58-109 (+100% Bonus)",
        ["Mana usage"] = "32",
        ["Casttime"] = "1.00",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Enchanter 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Spruce Rod"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Rod",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Enchanter 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Lavekawa Powder"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Powder",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Enchanter 21",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Twitch"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Twitch",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 182 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "125",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "131",
        ["Level"] = "28",
        ["Profession"] = "Enchanter 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Clemence"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Clemence",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "636-1181 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "125",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "131",
        ["Level"] = "28",
        ["Profession"] = "Enchanter 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Warp Pole"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Warp Pole",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 437-812 (+100% Bonus)",
        ["Mana usage"] = "86",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "136",
        ["Level"] = "29",
        ["Profession"] = "Enchanter 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Sunshard"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Sunshard",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "437-812 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "86",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "136",
        ["Level"] = "29",
        ["Profession"] = "Enchanter 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Gaze of Corruption"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Gaze of Corruption",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Heal 31-58 (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Consecration"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Consecration",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "31-58 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "138",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Ong Kwang-Seon|Ong Kwang-Seon]]"},
    ["Book: Crafted Ebon Fang"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Ebon Fang",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "35-65 Fire Damage (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Mantis"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Mantis",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "525-977 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Forsaken Ripper"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Forsaken Ripper",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "842-1563 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "76",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Flamestrike",
        ["Selling value"] = "140",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Bloodsurge Slicer"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Bloodsurge Slicer",
        ["Points"] = "fire",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1052-1955 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "95",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Fire Bomb",
        ["Effect"] = "Heal yourself for 56-104 (+100% Bonus)",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Execution"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Execution",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "1579-2932 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Flavor text"] = "Sunfire",
        ["Effect"] = "Receive +60 Fire Damage for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Limbo"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Limbo",
        ["Points"] = "fire",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "225 Fire Damage (+10% Bonus) every 1.00 sec for 10.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Flavor text"] = "Flame Rush",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 15.00 secs",
        ["Selling value"] = "139",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Risato"]={
        ["Rarity"] = "e",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Risato",
        ["Points"] = "fire",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "620-1153 Fire Damage (+100% Bonus)",
        ["Mana usage"] = "41",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Fireball",
        ["Selling value"] = "200",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 30",
        ["Learn time"] = "12h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Quests#Book: Risato|Quest: Book: Risato]]"},
    ["Book: Crafted Lullaby"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Lullaby",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 35-65 (+15% Bonus)",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "0.80",
        ["Range"] = "10",
        ["Selling value"] = "144",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Hollow Skull"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Hollow Skull",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 526-977 (+100% Bonus)",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "142",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Ritual Core"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Ritual Core",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 240 (+20% Bonus) every 1.00 sec for 5.00 secs",
        ["Mana usage"] = "76",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "6.40",
        ["Range"] = "10",
        ["Flavor text"] = "Blessing",
        ["Selling value"] = "123",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Dusksong"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Dusksong",
        ["Points"] = "holy",
        ["Amount of points"] = "3",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 1052-1955 (+100% Bonus)",
        ["Mana usage"] = "95",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "8.00",
        ["Flavor text"] = "Life Burst",
        ["Selling value"] = "141",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Fiery Fetish"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Fiery Fetish",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 451 (+20% Bonus) every 2.00 sec for 10.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "24.00",
        ["Range"] = "10",
        ["Flavor text"] = "Holy Barrage",
        ["Effect"] = "Receive +60 Heal for 10.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Solarsong"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Solarsong",
        ["Points"] = "holy",
        ["Amount of points"] = "4",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 225 (+10% Bonus) every 2.00 sec for 20.00 secs",
        ["Mana usage"] = "48",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "48.00",
        ["Range"] = "10",
        ["Flavor text"] = "Eviction",
        ["Effect"] = "Receive +10.0 Mana Regeneration for 5.00 secs",
        ["Selling value"] = "143",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Sojiro"]={
        ["Rarity"] = "e",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_enchanter.png",
        ["Book"] = "1",
        ["Name"] = "Sojiro",
        ["Points"] = "holy",
        ["Amount of points"] = "2",
        ["Binding"] = "2",
        ["Category"] = "Tool",
        ["Function"] = "Heal 620-1153 (+100% Bonus)",
        ["Mana usage"] = "41",
        ["Casttime"] = "0.80",
        ["Cooldown"] = "4.00",
        ["Range"] = "10",
        ["Flavor text"] = "Restoration",
        ["Selling value"] = "204",
        ["Level"] = "30",
        ["Profession"] = "Enchanter 30",
        ["Learn time"] = "12h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Quests#Book: Sojiro|Quest: Book: Sojiro]]"},
        
--Tailor Books
        
    ["Book: Dirty Cloth"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Dirty Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Tailor 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Vogria Paste"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Vogria Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Tailor 2",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Padded Walkers"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Padded Walkers",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Critical Bonus Rating"] = "5",
        ["Mana"] = "9",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Profession"] = "Tailor 4",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Dawn of Awareness"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Dawn of Awareness",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "20",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Profession"] = "Tailor 5",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Touch of Cursed Might"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Touch of Cursed Might",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "13",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Profession"] = "Tailor 6",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Deflector of Suffering"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Deflector of Suffering",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Fire Damage"] = "33",
        ["Life"] = "42",
        ["Mana"] = "36",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Profession"] = "Tailor 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Scaled Shoulderguards"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Scaled Shoulderguards",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Heal"] = "18",
        ["Life"] = "26",
        ["Mana"] = "20",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Profession"] = "Tailor 8",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Birth of Diligence"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Birth of Diligence",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "20",
        ["Mana"] = "22",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Profession"] = "Tailor 9",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Karekin Rudyard|Karekin Rudyard]]"},
    ["Book: Cloth"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Tailor 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Irruvil Paste"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Tailor 11",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Scaled Footguards"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Scaled Footguards",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Mana"] = "23",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Profession"] = "Tailor 13",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Skirt of Conquered Trials"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Skirt of Conquered Trials",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Critical Bonus Rating"] = "13",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "52",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Profession"] = "Tailor 14",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Silk Handguards"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Silk Handguards",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Life"] = "33",
        ["Mana Regeneration"] = "0.5",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Profession"] = "Tailor 15",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Cloth Chestguard"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Cloth Chestguard",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Life"] = "110",
        ["Mana"] = "94",
        ["Water Damage"] = "89",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Profession"] = "Tailor 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Cloth Shoulderwraps"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Cloth Shoulderwraps",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Heal"] = "47",
        ["Life"] = "69",
        ["Mana"] = "52",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Profession"] = "Tailor 17",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Coif of Hellish Whispers"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Coif of Hellish Whispers",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "2",
        ["Heal"] = "52",
        ["Mana"] = "57",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Profession"] = "Tailor 18",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Mirella Bechtold|Mirella Bechtold]]"},
    ["Book: Crafted Headguard of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Headguard of Torment",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "6",
        ["Life"] = "73",
        ["Mana Regeneration"] = "1.1",
        ["Water Damage"] = "70",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Chestplate of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Chestplate of Torment",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Critical Bonus Rating"] = "32",
        ["Life"] = "147",
        ["Mana"] = "137",
        ["Water Damage"] = "139",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Legguards of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Legguards of Torment",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "19",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "92",
        ["Water Damage"] = "93",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Shoulders of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Shoulders of Torment",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Critical Chance Rating"] = "6",
        ["Life"] = "73",
        ["Mana Regeneration"] = "1.1",
        ["Water Damage"] = "69",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Gauntlets of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Gauntlets of Torment",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Bonus Rating​​​​​​​​​​​​​​"] = "12",
        ["Life"] = "49",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Warboots of Torment"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warboots of Torment",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Critical Bonus Rating​"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Headguard of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Headguard of Memories",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "4",
        ["Heal"] = "58",
        ["Life"] = "84",
        ["Mana"] = "69",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Chestplate of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Chestplate of Memories",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Critical Chance Rating"] = "10",
        ["Heal"] = "115",
        ["Life"] = "168",
        ["Mana Regeneration"] = "1.8",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Legguards of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Legguards of Memories",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Cooldown Reduction Rating"] = "4",
        ["Critical Chance Rating"] = "6",
        ["Heal"] = "77",
        ["Mana Regeneration"] = "1.1",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Shoulders of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Shoulders of Memories",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "4",
        ["Heal"] = "58",
        ["Life"] = "84",
        ["Mana"] = "69",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Gauntlets of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Gauntlets of Memories",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "51",
        ["Mana"] = "42",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Warboots of Memories"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warboots of Memories",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating​"] = "3",
        ["Critical Chance Rating"] = "4",
        ["Mana"] = "46",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Profession"] = "Tailor 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Quality Cloth"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Quality Cloth",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Tailor 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Lavekawa Paste"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Paste",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Tailor 21",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Warped Cloth Heels"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Warped Cloth Heels",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "5",
        ["Critical Chance Rating​"] = "3",
        ["Mana"] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "92",
        ["Level"] = "22",
        ["Profession"] = "Tailor 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Padded Sprinters"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Padded Sprinters",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "6",
        ["Critical Bonus Rating​"] = "10",
        ["Mana"] = "44",
        ["Mana Regeneration"] = "0.7",
        ["Selling value"] = "92",
        ["Level"] = "22",
        ["Profession"] = "Tailor 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Hands of Regret"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Hands of Regret",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Bonus Rating"] = "11",
        ["Mana"] = "48",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "95",
        ["Level"] = "23",
        ["Profession"] = "Tailor 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Woeful Scaled Gloves"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Woeful Scaled Gloves",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "6",
        ["Critical Chance Rating"] = "3",
        ["Mana"] = "48",
        ["Mana Regeneration"] = "0.8",
        ["Selling value"] = "95",
        ["Level"] = "23",
        ["Profession"] = "Tailor 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Robes of Ashes"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Robes of Ashes",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "21",
        ["Fire Damage"] = "116",
        ["Life"] = "223",
        ["Mana"] = "158",
        ["Selling value"] = "102",
        ["Level"] = "24",
        ["Profession"] = "Tailor 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Fall of Broken Bones"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Fall of Broken Bones",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "19",
        ["Heal"] = "116",
        ["Life"] = "279",
        ["Mana"] = "158",
        ["Selling value"] = "102",
        ["Level"] = "24",
        ["Profession"] = "Tailor 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Thunder Quilted Leggings"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Thunder Quilted Leggings",
        ["Binding"] = "1",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "17",
        ["Fire Damage"] = "94",
        ["Life"] = "180",
        ["Mana"] = "128",
        ["Selling value"] = "110",
        ["Level"] = "26",
        ["Profession"] = "Tailor 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Kilt of Distant Visions"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Kilt of Distant Visions",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "16",
        ["Heal"] = "94",
        ["Life"] = "225",
        ["Mana"] = "128",
        ["Selling value"] = "110",
        ["Level"] = "26",
        ["Profession"] = "Tailor 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Demise of Riddles"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Demise of Riddles",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "15",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "116",
        ["Mana Regeneration"] = "1.9",
        ["Selling value"] = "119",
        ["Level"] = "28",
        ["Profession"] = "Tailor 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Voice of the Champion"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Voice of the Champion",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Cooldown Reduction Rating"] = "3",
        ["Mana"] = "116",
        ["Mana Regeneration"] = "1.9",
        ["Selling value"] = "119",
        ["Level"] = "28",
        ["Profession"] = "Tailor 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Thunder Hide Mask"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Thunder Hide Mask",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "11",
        ["Critical Chance Rating"] = "5",
        ["Mana"] = "94",
        ["Mana Regeneration"] = "1.5",
        ["Selling value"] = "120",
        ["Level"] = "30",
        ["Profession"] = "Tailor 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Headguard of Stealth"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Headguard of Stealth",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "23",
        ["Mana"] = "140",
        ["Mana Regeneration"] = "2.3",
        ["Selling value"] = "120",
        ["Level"] = "30",
        ["Profession"] = "Tailor 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Poul Lorenzen|Poul Lorenzen]]"},
    ["Book: Crafted Cataclysmic Chestplate"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Chestplate",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "43",
        ["Fire Damage"] = "226",
        ["Life"] = "416",
        ["Mana"] = "292",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Cataclysmic Legguards"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Legguards",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "29",
        ["Critical Bonus Rating"] = "34",
        ["Fire Damage"] = "150",
        ["Life"] = "277",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Cataclysmic Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Headguard",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "22",
        ["Critical Bonus Rating"] = "25",
        ["Fire Damage"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Cataclysmic Shoulders"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Shoulders",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "22",
        ["Critical Chance Rating"] = "9",
        ["Fire Damage"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Cataclysmic Gauntlets"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Crafted Cataclysmic Boots"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Cataclysmic Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "14",
        ["Critical Bonus Rating​"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Mage|Royal Bear - Mage]]"},
    ["Book: Vampiric Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Vampiric Headguard",
        ["Points"] = "fire",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "25",
        ["Critical Bonus Rating"] = "28",
        ["Fire Damage"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Tailor 30",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
    ["Book: Crafted Runebound Chestplate"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Chestplate",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "37",
        ["Heal"] = "226",
        ["Life"] = "520",
        ["Mana"] = "292",
        ["Mana Regeneration"] = "4.8",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Runebound Legguards"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Legguards",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "25",
        ["Critical Chance Rating"] = "12",
        ["Heal"] = "150",
        ["Life"] = "346",
        ["Mana"] = "195",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Runebound Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Headguard",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "18",
        ["Critical Chance Rating"] = "9",
        ["Heal"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Runebound Shoulders"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Shoulders",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "18",
        ["Cooldown Reduction Rating"] = "5",
        ["Heal"] = "113",
        ["Mana"] = "146",
        ["Mana Regeneration"] = "2.4",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Runebound Gauntlets"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating"] = "3",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Crafted Runebound Boots"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Runebound Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "12",
        ["Cooldown Reduction Rating​"] = "3",
        ["Critical Chance Rating"] = "6",
        ["Mana"] = "97",
        ["Mana Regeneration"] = "1.6",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Profession"] = "Tailor 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Priest|Royal Bear - Priest]]"},
    ["Book: Ritual Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_tailor.png",
        ["Book"] = "1",
        ["Name"] = "Ritual Headguard",
        ["Points"] = "holy",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "20",
        ["Critical Chance Rating"] = "11",
        ["Heal"] = "122",
        ["Mana"] = "152",
        ["Mana Regeneration"] = "2.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Tailor 30",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
        
-- Armorsmith Books
        
    ["Book: Copper Plate"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Copper Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Armorsmith 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Torn Strap"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Torn Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Armorsmith 2",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Footguards of Dread"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Footguards of Dread",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "1",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Profession"] = "Armorsmith 4",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Legguards of Comrades"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Legguards of Comrades",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "4",
        ["Life"] = "59",
        ["Life Regeneration"] = "0.2",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Profession"] = "Armorsmith 5",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Bronzed Gauntlets"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Bronzed Gauntlets",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "4",
        ["Cooldown Reduction Rating"] = "1",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Profession"] = "Armorsmith 6",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Cry of Blight"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Cry of Blight",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "14",
        ["Life"] = "107",
        ["Life Regeneration"] = "0.7",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Profession"] = "Armorsmith 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Shoulders of Valiance"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Shoulders of Valiance",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "2",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Profession"] = "Armorsmith 8",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Visage of Heroes"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Visage of Heroes",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "8",
        ["Life"] = "65",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Profession"] = "Armorsmith 9",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sirbumri Cavefeet|Sirbumri Cavefeet]]"},
    ["Book: Tin Plate"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Tin Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Armorsmith 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Strap"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Armorsmith 11",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Bronzed Greaves"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Bronzed Greaves",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Cooldown Reduction Rating"] = "1",
        ["Physical Damage"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Profession"] = "Armorsmith 13",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Leggings of Infinite Fortune"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Leggings of Infinite Fortune",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "20",
        ["Life"] = "155",
        ["Life Regeneration"] = "0.6",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Profession"] = "Armorsmith 14",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Restored Warfists"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Restored Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "11",
        ["Cooldown Reduction Rating"] = "2",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Profession"] = "Armorsmith 15",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Chestpiece of Lost Hells"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Chestpiece of Lost Hells",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "36",
        ["Life"] = "283",
        ["Life Regeneration"] = "1.3",
        ["Selling valu"] = "82",
        ["Level"] = "18",
        ["Profession"] = "Armorsmith 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Shoulders of Fortune"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Shoulders of Fortune",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "20",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "5",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Profession"] = "Armorsmith 17",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Headguard of Holy Wars"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Headguard of Holy Wars",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "22",
        ["Life"] = "172",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 18",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Officer Giona Linder|Officer Giona Linder]]"},
    ["Book: Crafted Headguard of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Headguard of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "33",
        ["Life"] = "189",
        ["Life Regeneration"] = "1.0",
        ["Physical Damage"] = "7",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Chestplate of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Chestplate of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "66",
        ["Life"] = "378",
        ["Life Regeneration"] = "1.7",
        ["Energy Regeneration"] = "0.9",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Legguards of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Legguards of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "44",
        ["Cooldown Reduction Rating"] = "4",
        ["Life"] = "252",
        ["Life Regeneration"] = "1.0",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Shoulders of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Shoulders of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "33",
        ["Energy Regeneration"] = "0.5",
        ["Life"] = "189",
        ["Physical Damage"] = "7",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Gauntlets of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Gauntlets of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "22",
        ["Cooldown Reduction Rating"] = "3",
        ["Energy Regeneration"] = "0.4",
        ["Life Regeneration"] = "0.4",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Warboots of Bloodlust"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warboots of Bloodlust",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "22",
        ["Cooldown Reduction Rating​"] = "2",
        ["Energy Regeneration"] = "0.4",
        ["Physical Damage"] = "5",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Profession"] = "Armorsmith 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Iron Plate"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Iron Plate",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Armorsmith 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Strong Strap"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Strong Strap",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Armorsmith 21",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Walkers of Dread"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Walkers of Dread",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "32",
        ["Life Regeneration​"] = "0.8",
        ["Physical Damage"] = "10",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Profession"] = "Armorsmith 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Silver Warfists"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Silver Warfists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "35",
        ["Life Regeneration"] = "0.8",
        ["Physical Damage"] = "11",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Profession"] = "Armorsmith 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Blessing of Fortitude"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Blessing of Fortitude",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "115",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "503",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Profession"] = "Armorsmith 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Steward of Fools"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Steward of Fools",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "93",
        ["Energy Regeneration"] = "0.6",
        ["Life"] = "365",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Profession"] = "Armorsmith 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Protector of Arcane Power"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Protector of Arcane Power",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "84",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "2.0",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Profession"] = "Armorsmith 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Death of Eternal Glory"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Death of Eternal Glory",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "102",
        ["Life Regeneration"] = "2.5",
        ["Physical Damage"] = "31",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Tonny Duus|Tonny Duus]]"},
    ["Book: Crafted Warbringer Chestplate"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Chestplate",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "223",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "935",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Warbringer Legguards"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Legguards",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "149",
        ["Energy Regeneration"] = "0.7",
        ["Life"] = "624",
        ["Physical Damage"] = "45",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Warbringer Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Headguard",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "111",
        ["Life"] = "468",
        ["Life Regeneration"] = "2.6",
        ["Physical Damage"] = "34",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Warbringer Shoulders"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Shoulders",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "111",
        ["Cooldown Reduction Rating"] = "5",
        ["Life"] = "468",
        ["Life Regeneration"] = "2.6",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Warbringer Gauntlets"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "74",
        ["Cooldown Reduction Rating"] = "3",
        ["Life Regeneration"] = "1.7",
        ["Physical Damage"] = "23",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Crafted Warbringer Boots"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warbringer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "74",
        ["Cooldown Reduction Rating​"] = "3",
        ["Life Regeneration"] = "1.7",
        ["Physical Damage"] = "23",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Warrior|Royal Bear - Warrior]]"},
    ["Book: Serezith Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_armorsmith.png",
        ["Book"] = "1",
        ["Name"] = "Serezith Headguard",
        ["Points"] = "physical",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "121",
        ["Life"] = "490",
        ["Life Regeneration"] = "2.7",
        ["Physical Damage"] = "37",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Armorsmith 30",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
        
--Leatherworking Books
        
    ["Book: Torn Leather"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Torn Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Leatherworking 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Dirty Yarn"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Dirty Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Leatherworking 2",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Rugged Leather Treads"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Rugged Leather Treads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "1",
        ["Critical Chance Rating"] = "2",
        ["Critical Bonus Rating"] = "5",
        ["Selling value"] = "25",
        ["Level"] = "5",
        ["Profession"] = "Leatherworking 4",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Loyal Pants of Thorns"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Loyal Pants of Thorns",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "3",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "3",
        ["Selling value"] = "28",
        ["Level"] = "6",
        ["Profession"] = "Leatherworking 5",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Fists of Lost Freedom"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Fists of Lost Freedom",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "2",
        ["Critical Bonus Rating"] = "6",
        ["Life"] = "18",
        ["Selling value"] = "31",
        ["Level"] = "7",
        ["Profession"] = "Leatherworking 6",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Defiled Scaled Robes"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Defiled Scaled Robes",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "6",
        ["Energy Regeneration"] = "0.8",
        ["Physical Damage"] = "6",
        ["Selling value"] = "35",
        ["Level"] = "8",
        ["Profession"] = "Leatherworking 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Embroided Spaulders"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Embroided Spaulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "3",
        ["Critical Chance Rating"] = "3",
        ["Life"] = "33",
        ["Selling value"] = "39",
        ["Level"] = "9",
        ["Profession"] = "Leatherworking 8",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Padded Helm"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Padded Helm",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "4",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "4",
        ["Selling value"] = "50",
        ["Level"] = "10",
        ["Profession"] = "Leatherworking 9",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Sebastian Arias|Sebastian Arias]]"},
    ["Book: Leather"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Leatherworking 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Yarn"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Leatherworking 11",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Hide Footpads"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Hide Footpads",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "4",
        ["Critical Bonus Rating"] = "8",
        ["Critical Chance Rating"] = "2",
        ["Selling value"] = "69",
        ["Level"] = "15",
        ["Profession"] = "Leatherworking 13",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Promise of Horrors"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Promise of Horrors",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "8",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "9",
        ["Selling value"] = "71",
        ["Level"] = "16",
        ["Profession"] = "Leatherworking 14",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Handguards of Frozen Wars"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Handguards of Frozen Wars",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "5",
        ["Critical Bonus Rating"] = "9",
        ["Life"] = "48",
        ["Selling value"] = "76",
        ["Level"] = "17",
        ["Profession"] = "Leatherworking 15",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Heavy Hide Robe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Heavy Hide Robe",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "15",
        ["Energy Regeneration"] = "0.8",
        ["Physical Damage"] = "16",
        ["Selling value"] = "82",
        ["Level"] = "18",
        ["Profession"] = "Leatherworking 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Eternal Spaulders"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Eternal Spaulders",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "8",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "87",
        ["Selling value"] = "85",
        ["Level"] = "19",
        ["Profession"] = "Leatherworking 17",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Protector of Guardians"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Protector of Guardians",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "9",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "9",
        ["Selling value"] = "89",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 18",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Liam Simpson|Liam Simpson]]"},
    ["Book: Crafted Headguard of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Headguard of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "14",
        ["Critical Bonus Rating"] = "18",
        ["Energy Regeneration"] = "0.5",
        ["Physical Damage"] = "13",
        ["Selling value"] = "90",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Chestplate of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Chestplate of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "28",
        ["Energy Regeneration"] = "0.9",
        ["Life"] = "210",
        ["Physical Damage"] = "25",
        ["Selling value"] = "86",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Legguards of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Legguards of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "18",
        ["Critical Bonus Rating"] = "19",
        ["Physical Damage"] = "17",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "82",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Shoulders of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Shoulders of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "14",
        ["Critical Chance Rating​"] = "6",
        ["Life"] = "103",
        ["Physical Damage"] = "13",
        ["Selling value"] = "88",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Gauntlets of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Gauntlets of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "9",
        ["Critical Bonus Rating"] = "12",
        ["Energy Regeneration"] = "0.4",
        ["Life"] = "70",
        ["Selling value"] = "84",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Crafted Warboots of Nightmares"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Warboots of Nightmares",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "9",
        ["Critical Bonus Rating​"] = "12",
        ["Critical Chance Rating"] = "4",
        ["Life"] = "70",
        ["Selling value"] = "80",
        ["Level"] = "20",
        ["Profession"] = "Leatherworking 19",
        ["Learn time"] = "3h",
        ["Book Level"] = "20",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Mullong Garrison#Gugritt the Guard|Mullong Garrison's bosses]], [[Enemies#Catarina Scarletwound|Catarina Scarletwound]], [[Glynphyra's Hort#Glynphyra|Glynphyra]]"},
    ["Book: Strong Leather"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Strong Leather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Leatherworking 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Strong Yarn"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Strong Yarn",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Leatherworking 21",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Haunted Bone Feet"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Haunted Bone Feet",
        ["Binding"] = "1",
        ["Category"] = "Feet",
        ["Armor"] = "11",
        ["Critical Bonus Rating​"] = "10",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "95",
        ["Level"] = "22",
        ["Profession"] = "Leatherworking 23",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Military Chain Fists"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Military Chain Fists",
        ["Binding"] = "1",
        ["Category"] = "Hands",
        ["Armor"] = "12",
        ["Critical Bonus Rating"] = "11",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "99",
        ["Level"] = "23",
        ["Profession"] = "Leatherworking 24",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Bone Chestplate"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Bone Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Chest",
        ["Armor"] = "40",
        ["Death Damage"] = "70",
        ["Life"] = "279",
        ["Selling value"] = "103",
        ["Level"] = "24",
        ["Profession"] = "Leatherworking 25",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Promise of Ruins"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Promise of Ruins",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "1",
        ["Category"] = "Legs",
        ["Armor"] = "33",
        ["Death Damage"] = "56",
        ["Life"] = "225",
        ["Selling value"] = "112",
        ["Level"] = "26",
        ["Profession"] = "Leatherworking 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Steel Mantle"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Steel Mantle",
        ["Binding"] = "1",
        ["Category"] = "Shoulders",
        ["Armor"] = "30",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "121",
        ["Level"] = "28",
        ["Profession"] = "Leatherworking 27",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Tribute of the Gladiator"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Tribute of the Gladiator",
        ["Binding"] = "1",
        ["Category"] = "Head",
        ["Armor"] = "36",
        ["Critical Bonus Rating"] = "23",
        ["Energy Regeneration"] = "0.4",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 28",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Theis Nicolaisen|Theis Nicolaisen]]"},
    ["Book: Crafted Destroyer Chestplate"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Chestplate",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Chest",
        ["Armor"] = "77",
        ["Death Damage"] = "135",
        ["Energy Regeneration"] = "1.0",
        ["Life"] = "520",
        ["Selling value"] = "132",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Destroyer Legguards"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Legguards",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Legs",
        ["Armor"] = "51",
        ["Critical Bonus Rating"] = "34",
        ["Death Damage"] = "90",
        ["Life"] = "346",
        ["Selling value"] = "130",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Destroyer Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Headguard",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "38",
        ["Critical Bonus Rating"] = "25",
        ["Death Damage"] = "68",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Destroyer Shoulders"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Shoulders",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Shoulders",
        ["Armor"] = "38",
        ["Critical Chance Rating"] = "9",
        ["Death Damage"] = "68",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "126",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Destroyer Gauntlets"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Gauntlets",
        ["Binding"] = "2",
        ["Category"] = "Hands",
        ["Armor"] = "26",
        ["Critical Bonus Rating"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "124",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Crafted Destroyer Boots"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Crafted Destroyer Boots",
        ["Binding"] = "2",
        ["Category"] = "Feet",
        ["Armor"] = "26",
        ["Critical Bonus Rating​"] = "17",
        ["Critical Chance Rating"] = "6",
        ["Energy Regeneration"] = "0.3",
        ["Selling value"] = "122",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 29",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[NPC#Royal Bear - Fighter|Royal Bear - Fighter]]"},
    ["Book: Grave Headguard"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_leatherworking.png",
        ["Book"] = "1",
        ["Name"] = "Grave Headguard",
        ["Points"] = "death",
        ["Amount of points"] = "1",
        ["Binding"] = "2",
        ["Category"] = "Head",
        ["Armor"] = "41",
        ["Critical Bonus Rating"] = "28",
        ["Death Damage"] = "73",
        ["Energy Regeneration"] = "0.5",
        ["Selling value"] = "128",
        ["Level"] = "30",
        ["Profession"] = "Leatherworking 30",
        ["Learn time"] = "6h",
        ["Book Level"] = "30",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Bitterburg Keep#Serezith Brakrud|Serezith Brakrud]]"},
        
--Mining Books
        
    ["Book: GATHER: Copper Nugget"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Copper Nugget",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Mining 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: Copper Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Copper Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Mining 3",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: Copper Ingot"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Copper Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Mining 5",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: GATHER: Copper Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Copper Ore",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Mining 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: Copper Pickaxe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Copper Pickaxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Profession"] = "Mining 8",
        ["Learn time"] = "15m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[Enemies#Field Rat|Lvl 2-10 Enemies]]"},
    ["Book: GATHER: Agate"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Agate",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: GATHER: Tigerseye"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tigerseye",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: GATHER: Malachit"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Malachit",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Wanjohi Njoroge|Wanjohi Njoroge]]"},
    ["Book: GATHER: Tin Nugget"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tin Nugget",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: Tin Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tin Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 12",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: Tin Ingot"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tin Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 14",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: GATHER: Tin Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tin Ore",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: Tin Pickaxe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Tin Pickaxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Profession"] = "Mining 17",
        ["Learn time"] = "30m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[Enemies#Dangerous Jerry|Lvl 11-20 Enemies]]"},
    ["Book: GATHER: Jasper"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Jasper",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: GATHER: Quartz"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Quartz",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: GATHER: Obsidian"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Obsidian",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Mining 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Nigri Njoroge|Nigri Njoroge]]"},
    ["Book: GATHER: Iron Nugget"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Iron Nugget",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: Iron Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Iron Ore",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 22",
        ["Learn time"] = "2m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: Iron Ingot"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Iron Ingot",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 24",
        ["Learn time"] = "3m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: GATHER: Iron Ore"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Iron Ore",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: Iron Pickaxe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Iron Pickaxe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Mining resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Profession"] = "Mining 27",
        ["Learn time"] = "35m",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[Enemies#Tavern Rat|Lvl 21-30 Enemies]]"},
    ["Book: GATHER: Ruby"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Ruby",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: GATHER: Amethyst"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Amethyst",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: GATHER: Lapis"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Lapis",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Mining 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Brian Vinther|Brian Vinther]]"},
    ["Book: Broken Geode"]={
        ["Rarity"] = "r",
        ["Rarity of the book"] = "r",
        ["File"] = "Prof_book_mining.png",
        ["Book"] = "1",
        ["Name"] = "Broken Geode",
        ["Binding"] = "2",
        ["Category"] = "Consumable",
        ["Function"] = "The crate will drop 1 random item(s) at your position.",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Flavor text"] = "Use this item in the quickbar",
        ["Selling value"] = "100",
        ["Level"] = "1",
        ["Profession"] = "Mining 28",
        ["Learn time"] = "6h",
        ["Selling value of the book"] = "10",
        ["Obtained"] = "[[Quests#Book: Geode|Quest: Book: Geode]]"},
        
--Herbalism Books
        
    ["Book: GATHER: Vogria Leaf"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Vogria Leaf",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Herbalism 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: Bundle of Vogria"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Vogria",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Herbalism 3",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: Dried Vogria"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Dried Vogria",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Herbalism 5",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: GATHER: Bundle of Vogria"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Vogria",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Herbalism 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: Copper Sickle"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Copper Sickle",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Profession"] = "Herbalism 8",
        ["Learn time"] = "15m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[Enemies#Field Rat|Lvl 2-10 Enemies]]"},
    ["Book: GATHER: Vogria Essence"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Vogria Essence",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: GATHER: Red Blossom"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Red Blossom",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: GATHER: Vogria Root"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Vogria Root",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Holman Wanderfoot|Holman Wanderfoot]]"},
    ["Book: GATHER: Irruvil Leaf"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Leaf",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: Bundle of Irruvil"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Irruvil",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 12",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: Dried Irruvil"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Dried Irruvil",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 14",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: GATHER: Bundle of Irruvil"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Irruvil",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: Tin Sickle"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Tin Sickle",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Profession"] = "Herbalism 17",
        ["Learn time"] = "30m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[Enemies#Dangerous Jerry|Lvl 11-20 Enemies]]"},
    ["Book: GATHER: Irruvil Essence"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Essence",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: GATHER: Irruvil Bloom"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Bloom",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: GATHER: Irruvil Root"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Irruvil Root",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Herbalism 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Safia Mouhandiz|Safia Mouhandiz]]"},
    ["Book: GATHER: Lavekawa Leaf"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Leaf",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: Bundle of Lavekawa"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Lavekawa",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 22",
        ["Learn time"] = "2m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: Dried Lavekawa"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Dried Lavekawa",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 24",
        ["Learn time"] = "3m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: GATHER: Bundle of Lavekawa"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Bundle of Lavekawa",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: Iron Sickle"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Iron Sickle",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Herbalism resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Profession"] = "Herbalism 27",
        ["Learn time"] = "35m",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[Enemies#Tavern Rat|Level 21-30 Enemies]]"},
    ["Book: GATHER: Lavekawa Essence"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Essence",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: GATHER: Lavekawa Bloom"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Bloom",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
    ["Book: GATHER: Lavekawa Root"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_herbalism.png",
        ["Book"] = "1",
        ["Name"] = "Lavekawa Root",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Herbalism 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Anni Abildgaard|Anni Abildgaard]]"},
        
--Lumbering Books
        
    ["Book: GATHER: Beech Twig"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beech Twig",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Lumbering 1",
        ["Learn time"] = "30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: Beech Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beech Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Lumbering 3",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: Beech Plank"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beech Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Lumbering 5",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: GATHER: Beech Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beech Branches",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "1",
        ["Profession"] = "Lumbering 7",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: Copper Axe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Copper Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 3 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "8",
        ["Profession"] = "Lumbering 8",
        ["Learn time"] = "15m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[Enemies#Field Rat|Lvl 2-10 Enemies]]"},
    ["Book: GATHER: Eurhinus Resin"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Eurhinus Resin",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: GATHER: Beech Bark"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beech Bark",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: GATHER: Beechnut"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Beechnut",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 9",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "1",
        ["Obtained"] = "[[NPC#Janus Hammer|Janus Hammer]]"},
    ["Book: GATHER: Alder Twig"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Twig",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 10",
        ["Learn time"] = "1m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: Alder Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 12",
        ["Learn time"] = "2m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: Alder Plank"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 14",
        ["Learn time"] = "3m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: GATHER: Alder Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Branches",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 16",
        ["Learn time"] = "4m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: Tin Axe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Tin Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 4 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "18",
        ["Profession"] = "Lumbering 17",
        ["Learn time"] = "30m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[Enemies#Dangerous Jerry|Lvl 11-20 Enemies]]"},
    ["Book: GATHER: Alder Resin"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Resin",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: GATHER: Wisdom Bark"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Wisdom Bark",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: GATHER: Alder Cones"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Alder Cones",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "3",
        ["Profession"] = "Lumbering 18",
        ["Learn time"] = "6m",
        ["Selling value of the book"] = "3",
        ["Obtained"] = "[[NPC#Turner Bolton|Turner Bolton]]"},
    ["Book: GATHER: Spruce Twig"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Twig",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 20",
        ["Learn time"] = "1m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: Spruce Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Branches",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 22",
        ["Learn time"] = "2m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: Spruce Plank"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Plank",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 24",
        ["Learn time"] = "3m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: GATHER: Spruce Branches"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Branches",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 26",
        ["Learn time"] = "4m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: Iron Axe"]={
        ["Rarity"] = "u",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Iron Axe",
        ["Binding"] = "1",
        ["Category"] = "Tool",
        ["Function"] = "Hit Lumbering resources by 5 points",
        ["Casttime"] = "0.50",
        ["Cooldown"] = "0.50",
        ["Selling value"] = "3",
        ["Level"] = "28",
        ["Profession"] = "Lumbering 27",
        ["Learn time"] = "35m",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[Enemies#Tavern Rat|Lvl 21-30 Enemies]]"},
    ["Book: GATHER: Spruce Resin"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Resin",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: GATHER: Spruce Bark"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Bark",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
    ["Book: GATHER: Spruce Cones"]={
        ["Rarity"] = "c",
        ["Rarity of the book"] = "u",
        ["File"] = "Prof_book_lumbering.png",
        ["Book"] = "1",
        ["Name"] = "Spruce Cones",
        ["Type of the book"] = "gather",
        ["Category"] = "Resource",
        ["Selling value"] = "5",
        ["Profession"] = "Lumbering 28",
        ["Learn time"] = "6m 30s",
        ["Selling value of the book"] = "5",
        ["Obtained"] = "[[NPC#Allan Klausen|Allan Klausen]]"},
        
--Quest Items
    ["Firewood"]={
    	["Rarity"] = "c",
    	["File"] = "Firewood.png",
    	["Name"] = "Firewood",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[The Ashamed Pig]]"},
    ["Bottle of fine wine"]={
    	["Rarity"] = "c",
    	["File"] = "Bottle_wine.png",
    	["Name"] = "Bottle of fine wine",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[The Ashamed Pig]]"},
	["Dirty Dish"]={
    	["Rarity"] = "c",
    	["File"] = "Dirty_dish.png",
    	["Name"] = "Dirty Dish",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[The Ashamed Pig]]"},
	["Aseona Berry"]={
    	["Rarity"] = "c",
    	["File"] = "Berries_red.png",
    	["Name"] = "Aseona Berry",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[Farshore]]"},
	["Big Fish"]={
    	["Rarity"] = "c",
    	["File"] = "Icon_fish.png",
    	["Name"] = "Big Fish",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[Farshore]]"},
	["Bucket of Potatoes"]={
    	["Rarity"] = "c",
    	["File"] = "Icon_bucket_potatoes.png",
    	["Name"] = "Bucket of Potatoes",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[Sirbumri Cavefeet Forge]]"},
	["New Pitchfork"]={
    	["Rarity"] = "c",
    	["File"] = "Icon_pitchfork.png",
    	["Name"] = "New Pitchfork",
    	["Category"] = "Quest Item",
        ["Obtained"] = "[[Quests#Bring Karekin Rudyard his pitchfork|Quest: Bring Karekin Rudyard his pitchfork]]"},
    ["Grave Stone"]={
    	["Rarity"] = "u",
    	["File"] = "Grave_stone.png",
    	["Name"] = "Grave Stone",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Grave Plate"]={
    	["Rarity"] = "u",
    	["File"] = "Grave_stone.png",
    	["Name"] = "Grave Plate",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Tombstone"]={
    	["Rarity"] = "u",
    	["File"] = "Grave_stone.png",
    	["Name"] = "Tombstone",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Memorial Slab"]={
    	["Rarity"] = "u",
    	["File"] = "Grave_stone.png",
    	["Name"] = "Memorial Slab",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Skywing Hideout#Skywing Hideout in Skywing Hideout (zone)|Skywing Hideout]]"},
    ["First Letter"]={
    	["Rarity"] = "u",
    	["File"] = "Letter.png",
    	["Name"] = "First Letter",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Second Letter"]={
    	["Rarity"] = "u",
    	["File"] = "Letter.png",
    	["Name"] = "Second Letter",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Third Letter"]={
    	["Rarity"] = "u",
    	["File"] = "Letter.png",
    	["Name"] = "Third Letter",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Fourth Letter"]={
    	["Rarity"] = "u",
    	["File"] = "Letter.png",
    	["Name"] = "Fourth Letter",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Tower of Aosior#Tower of Aosior|Tower of Aosior]]"},
    ["First Book of Gudmar"]={
    	["Rarity"] = "u",
    	["File"] = "Book.png",
    	["Name"] = "First Book of Gudmar",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Second Book of Gudmar"]={
    	["Rarity"] = "u",
    	["File"] = "Book.png",
    	["Name"] = "Second Book of Gudmar",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Third Book of Gudmar"]={
    	["Rarity"] = "u",
    	["File"] = "Book.png",
    	["Name"] = "Third Book of Gudmar",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Fourth Book of Gudmar"]={
    	["Rarity"] = "u",
    	["File"] = "Book.png",
    	["Name"] = "Fourth Book of Gudmar",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Bitterburg Keep (zone)#Bitterburg Keep (inside)|Bitterburg Keep (zone)]]"},
    ["Diary Page 1"]={
    	["Rarity"] = "u",
    	["File"] = "Diary_page.png",
    	["Name"] = "Diary Page 1",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Diary Page 2"]={
    	["Rarity"] = "u",
    	["File"] = "Diary_page.png",
    	["Name"] = "Diary Page 2",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Diary Page 3"]={
    	["Rarity"] = "u",
    	["File"] = "Diary_page.png",
    	["Name"] = "Diary Page 3",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Enemies#Ranch Pig|Lvl 25-30 Enemies]]"},
    ["Diary Page 4"]={
    	["Rarity"] = "u",
    	["File"] = "Diary_page.png",
    	["Name"] = "Diary Page 4",
    	["Category"] = "Resource",
    	["Selling value"] = "50",
    	["Obtained"] = "[[Old North Mine]]"
    }
}
Advertisement