Module:Talents/data
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Talents/data/doc
---@class Talent
---@field category table
---@field description string
---@field id number
---@field name string
---@field talentCost number
---@field abilities table|nil Optional
---@field automaticallyChosen boolean|nil Optional
---@field enchantments table|nil Optional
---@field hideIfUnmetRequirements boolean|nil Optional
---@field inactive boolean|nil Optional
---@field incompatibleTalents table|nil Optional
---@field questRequirements table|nil Optional
---@field skillRequirements table|nil Optional
---@field talentIcon string|nil Optional
---@field talentRequirements table|nil Optional
---@type table<string, Talent>
return {
["1"] = {
id = 1,
name = "Gathering Master",
description = "Your mastery of gathering gives you a chance to gather more resources! Gives +1 strength of Empowered Gathering.",
enchantments = { {
id = 69,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 99
}, {
mastery = false,
skill = "foraging",
level = 99
}, {
mastery = false,
skill = "fishing",
level = 99
} },
category = { "gathering" }
},
["2"] = {
id = 2,
name = "Gathering Grandmaster",
description = "Your mastery of gathering gives you a chance to gather more resources! Gives +1 strength of Empowered Gathering.",
enchantments = { {
id = 69,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 9
}, {
mastery = true,
skill = "foraging",
level = 9
}, {
mastery = true,
skill = "fishing",
level = 9
} },
talentRequirements = { 1 },
category = { "gathering" }
},
["3"] = {
id = 3,
name = "Dwarven Student",
description = "Deep study into the technology of the dwarves has given you insight into rock and stone. Increases your effective mining level by 30 but decreases your foraging and fishing levels by 10.",
enchantments = { {
id = 501,
strength = 1
} },
talentRequirements = { 9 },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 15
} },
category = { "gathering" }
},
["4"] = {
id = 4,
name = "Elven Student",
description = "Deep study into the way of the elves has given you insight into nature. Increases your effective foraging level by 30 but decreases your mining and fishing levels by 10.",
enchantments = { {
id = 502,
strength = 1
} },
talentRequirements = { 10 },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 15
} },
category = { "gathering" }
},
["5"] = {
id = 5,
name = "Shrimp Student",
description = "Deep study of the true rulers of the sea has given you an insight to the fickle nature of the waters. Increases your effective fishing level by 30 but decreases your mining and foraging levels by 10.",
enchantments = { {
id = 503,
strength = 1
} },
talentRequirements = { 11 },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 15
} },
talentIcon = "/images/fishing/raw_shrimp.png",
category = { "gathering" }
},
["6"] = {
id = 6,
name = "Hamster Hunter",
description = "Increases your speed in the Underground Mines by 20%.",
enchantments = { {
id = 504,
strength = 4
} },
talentCost = 1,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 60
} },
talentIcon = "/images/combat/monsters/elite/hamster.png",
category = { "gathering" }
},
["7"] = {
id = 7,
name = "Melter Smelter",
description = "Gives a 1% chance to instantly smelt an ore when mining.",
enchantments = { {
id = 505,
strength = 2
} },
talentRequirements = { 9, 2011 },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 9
}, {
mastery = true,
skill = "smithing",
level = 9
} },
category = { "gathering" }
},
["8"] = {
id = 8,
name = "Fresh Forager",
description = "Gives a 1% chance to instantly prepare an ingredient.",
enchantments = { {
id = 506,
strength = 1
} },
talentRequirements = { 10, 2012 },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 9
}, {
mastery = true,
skill = "cooking",
level = 9
} },
category = { "gathering" }
},
["9"] = {
id = 9,
name = "Mining Prodigy",
description = "You're a natural at mining! Increases your mining effective level by 10.",
enchantments = { {
id = 507,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 3
} },
category = { "gathering" }
},
["10"] = {
id = 10,
name = "Foraging Prodigy",
description = "You're a natural at foraging! Increases your foraging effective level by 10.",
enchantments = { {
id = 508,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 3
} },
category = { "gathering" }
},
["11"] = {
id = 11,
name = "Fishing Prodigy",
description = "You're a natural at fishing! Increases your fishing effective level by 10.",
enchantments = { {
id = 509,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 3
} },
category = { "gathering" }
},
["12"] = {
id = 12,
name = "Mining Grandmaster",
description = "You're the uncontested master of mining. Increases your mining effective level by 5% from boosts and equipment.",
enchantments = { {
id = 510,
strength = 1
} },
talentRequirements = { 9 },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 9
} },
category = { "gathering" }
},
["13"] = {
id = 13,
name = "Foraging Grandmaster",
description = "You're the uncontested master of foraging. Increases your foraging effective level by 5% from boosts and equipment.",
enchantments = { {
id = 511,
strength = 1
} },
talentRequirements = { 10 },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 9
} },
category = { "gathering" }
},
["14"] = {
id = 14,
name = "Fishing Grandmaster",
description = "You're the uncontested master of fishing. Increases your fishing effective level by 5% from boosts and equipment.",
enchantments = { {
id = 512,
strength = 1
} },
talentRequirements = { 11 },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 9
} },
category = { "gathering" }
},
["15"] = {
id = 15,
name = "Forest Cleaner",
description = "Gives a 1% chance while foraging tree seeds to also receive 5 matching logs.",
enchantments = { {
id = 577,
strength = 1
} },
talentRequirements = { 10 },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 6
} },
category = { "gathering" }
},
["16"] = {
id = 16,
name = "Snowman",
description = "Triples all snow drops.",
enchantments = { {
id = 579,
strength = 3
} },
talentCost = 1,
skillRequirements = { {
mastery = false,
skill = "foraging",
level = 50
} },
category = { "gathering" }
},
["17"] = {
id = 17,
name = "Tea Break",
description = "Gain roughly 25% more uses from each buff stack on average.",
enchantments = { {
id = 31,
strength = 1
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 9
}, {
mastery = true,
skill = "cooking",
level = 9
} },
category = { "gathering", "production" }
},
["18"] = {
id = 18,
name = "Fleet Fungi",
description = "Gives a 1% chance whilst Foraging in the Fungal Grotto to grant 40 stacks of Haste 2",
enchantments = { {
id = 580,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 12
} },
category = { "gathering" }
},
["19"] = {
id = 19,
name = "It Belongs in a Museum",
description = "Grants you 1 level of Archaeology, giving you access to an additional loot table while Gathering.",
enchantments = { {
id = 67,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 3
}, {
mastery = true,
skill = "foraging",
level = 3
}, {
mastery = true,
skill = "fishing",
level = 3
} },
category = { "gathering" }
},
["20"] = {
id = 20,
name = "Rough Seas Fishing",
description = "Grants you 1 level of Fishing, increasing your fish catch chance by 2.5%.",
enchantments = { {
id = 23,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 1
} },
category = { "gathering" }
},
["21"] = {
id = 21,
name = "Oil Rig",
description = "Grants you 1 level of Oil Spill, giving you a 7.5% chance to try and extract fish oil from a caught fish.",
enchantments = { {
id = 52,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 3
} },
category = { "gathering" }
},
["22"] = {
id = 22,
name = "Mining Shard Mastery I",
description = "Grants you +2 levels of Mining Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 586,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 1
} },
category = { "gathering" }
},
["23"] = {
id = 23,
name = "Mining Shard Mastery II",
description = "Grants you +1 level of Mining Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 586,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 3
} },
talentRequirements = { 22 },
category = { "gathering" }
},
["24"] = {
id = 24,
name = "Mining Shard Mastery III",
description = "Grants you +1 level of Mining Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 586,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 6
} },
talentRequirements = { 23 },
category = { "gathering" }
},
["25"] = {
id = 25,
name = "Fishing Shard Mastery I",
description = "Grants you +2 levels of Fishing Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 587,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 1
} },
category = { "gathering" }
},
["26"] = {
id = 26,
name = "Fishing Shard Mastery II",
description = "Grants you +1 level of Fishing Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 587,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 3
} },
talentRequirements = { 25 },
category = { "gathering" }
},
["27"] = {
id = 27,
name = "Fishing Shard Mastery III",
description = "Grants you +1 level of Fishing Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 587,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 6
} },
talentRequirements = { 26 },
category = { "gathering" }
},
["28"] = {
id = 28,
name = "Foraging Shard Mastery I",
description = "Grants you +2 levels of Foraging Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 588,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 1
} },
category = { "gathering" }
},
["29"] = {
id = 29,
name = "Foraging Shard Mastery II",
description = "Grants you +1 level of Foraging Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 588,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 3
} },
talentRequirements = { 28 },
category = { "gathering" }
},
["30"] = {
id = 30,
name = "Foraging Shard Mastery III",
description = "Grants you +1 level of Foraging Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 588,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 6
} },
talentRequirements = { 29 },
category = { "gathering" }
},
["31"] = {
id = 31,
name = "Mining Mastery I",
description = "Grants you +1 level of Mining Mastery, increasing your mining effective level by +1% from boosts and equipment.",
enchantments = { {
id = 593,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 1
} },
questRequirements = { 11012 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["32"] = {
id = 32,
name = "Mining Mastery II",
description = "Grants you +2 levels of Mining Mastery, increasing your mining effective level by +2% from boosts and equipment. Also grants +1 Empowered Prospector.",
enchantments = { {
id = 593,
strength = 2
}, {
id = 68,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 1
} },
questRequirements = { 11013 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["33"] = {
id = 33,
name = "Mining Mastery III",
description = "Grants you +4 level of Mining Mastery, increasing your mining effective level by +4% from boosts and equipment. Also grants +1 Melter Smelter.",
enchantments = { {
id = 593,
strength = 4
}, {
id = 505,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 1
} },
questRequirements = { 11014 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["34"] = {
id = 34,
name = "Foraging Mastery I",
description = "Grants you +1 level of Foraging Mastery, increasing your foraging effective level by +1% from boosts and equipment.",
enchantments = { {
id = 594,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "foraging",
level = 1
} },
questRequirements = { 11015 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["35"] = {
id = 35,
name = "Foraging Mastery II",
description = "Grants you +2 levels of Foraging Mastery, increasing your foraging effective level by +2% from boosts and equipment. Also grants +1 Fresh Forager.",
enchantments = { {
id = 594,
strength = 2
}, {
id = 506,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "foraging",
level = 1
} },
questRequirements = { 11016 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["36"] = {
id = 36,
name = "Foraging Mastery III",
description = "Grants you +4 level of Foraging Mastery, increasing your foraging effective level by +4% from boosts and equipment. Also grants +1 Forest Cleaning, giving a chance while foraging tree seeds to also receive 5 matching logs.",
enchantments = { {
id = 594,
strength = 4
}, {
id = 577,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "foraging",
level = 1
} },
questRequirements = { 11017 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["37"] = {
id = 37,
name = "Fishing Mastery I",
description = "Grants you +1 level of Fishing Mastery, increasing your fishing stats by +1% from boosts and equipment.",
enchantments = { {
id = 595,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "fishing",
level = 1
} },
questRequirements = { 11018 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["38"] = {
id = 38,
name = "Fishing Mastery II",
description = "Grants you +2 levels of Fishing Mastery, increasing your fishing stats by +2% from boosts and equipment. Also grants +1 Fishy Fortune.",
enchantments = { {
id = 595,
strength = 2
}, {
id = 107,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "fishing",
level = 1
} },
questRequirements = { 11019 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["39"] = {
id = 39,
name = "Fishing Mastery III",
description = "Grants you +4 level of Fishing Mastery, increasing your fishing stats by +4% from boosts and equipment. Also grants +1 Fishy Fortune.",
enchantments = { {
id = 595,
strength = 4
}, {
id = 107,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "fishing",
level = 1
} },
questRequirements = { 11020 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "gathering" }
},
["40"] = {
id = 40,
name = "Researcher of the Past - Fishing",
description = "Grants you the ability to find Skilling Dungeon Fragments while Gathering.",
enchantments = { {
id = 124,
strength = 1
} },
talentCost = 20,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 30
} },
category = { "gathering" },
inactive = true
},
["41"] = {
id = 41,
name = "Researcher of the Past - Mining",
description = "Grants you the ability to find Skilling Dungeon Fragments while Gathering.",
enchantments = { {
id = 124,
strength = 1
} },
talentCost = 20,
skillRequirements = { {
mastery = true,
skill = "mining",
level = 30
} },
category = { "gathering" },
inactive = true
},
["42"] = {
id = 42,
name = "Researcher of the Past - Foraging",
description = "Grants you the ability to find Skilling Dungeon Fragments while Gathering.",
enchantments = { {
id = 124,
strength = 1
} },
talentCost = 20,
skillRequirements = { {
mastery = true,
skill = "foraging",
level = 30
} },
category = { "gathering" },
inactive = true
},
["1000"] = {
id = 1000,
name = "Precision",
description = "Increases your accuracy by 5%. Nice and basic!",
enchantments = { {
id = 13,
strength = 2
} },
talentCost = 1,
talentIcon = "/images/magic/buffs/accuracy_icon.png",
skillRequirements = { {
mastery = true,
skill = "attack",
level = 1
} },
category = { "combat" }
},
["1001"] = {
id = 1001,
name = "Bound Anger",
description = "Do up to 1.2x max damage when your health drops below 33%, scaling with your missing health. Stacks with other similar effects",
enchantments = { {
id = 513,
strength = 4
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
category = { "combat" }
},
["1002"] = {
id = 1002,
name = "Infernal Knowledge",
description = "Grants you access to the Infernal Lance abilities without needing the weapon equipped.",
abilities = { 36, 61, 135 },
talentCost = 5,
talentIcon = "/images/combat/equipment/infernal_lance_icon.png",
skillRequirements = { {
mastery = true,
skill = "strength",
level = 15
} },
category = { "combat" }
},
["1003"] = {
id = 1003,
name = "Mercenary Guild Trainer",
description = "Increases your mercenaries base stats by 10%, but increases their junk split by 10% as well.",
enchantments = { {
id = 13,
strength = 1
} },
talentCost = 5,
inactive = true,
category = { "combat" }
},
["1004"] = {
id = 1004,
name = "Mercenary Guild Paymaster",
description = "Decreases your mercenaries junk split by 15%.",
enchantments = { {
id = 13,
strength = 1
} },
talentCost = 10,
talentRequirements = { 1003 },
inactive = true,
category = { "combat" }
},
["1005"] = {
id = 1005,
name = "Lucky Looter",
description = "Gives a 1% chance to double junk drops before any other modifiers.",
enchantments = { {
id = 514,
strength = 2
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 10
} },
category = { "combat" }
},
["1006"] = {
id = 1006,
name = "Critical Weakpoint",
description = "Gives a 5% chance on crit to apply 1 stack of Enhanced Vulnerability 2 to a hit target, increasing their damage taken by 20% for the next hit.",
enchantments = { {
id = 515,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
category = { "combat" }
},
["1007"] = {
id = 1007,
name = "Careful Criticals",
description = "Halves your crit chance, but doubles your crit damage.",
enchantments = { {
id = 516,
strength = 2
} },
talentCost = 2,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 99
} },
category = { "combat" }
},
["1008"] = {
id = 1008,
name = "Unbound Rage",
description = "Do up to 1.4x max damage when your health drops below 33%, scaling with your missing health, but sacrifices a flat 40% defensive affinities to melee, magic, and range. Stacks with other similar effects, such as Bound Anger. Incompatible with Silent Fury.",
enchantments = { {
id = 517,
strength = 8
} },
talentCost = 6,
talentRequirements = { 1001 },
incompatibleTalents = { 1045 },
skillRequirements = { {
mastery = true,
skill = "attack",
level = 12
} },
category = { "combat" }
},
["1009"] = {
id = 1009,
name = "Unadorned Agility",
description = "Each empty primary armor slot (helmet, torso, legs) additively increases agility by 100. If all three are empty then agility is increased by an additional 100 for a total of 400.",
enchantments = { {
id = 546,
strength = 4
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 6
} },
category = { "combat" }
},
["1010"] = {
id = 1010,
name = "Arsonist",
description = "Increases your offensive and defensive affinities to fire by 25%, but decreases your defensive affinities to the primary affinities (melee/range/magic) by 25%.",
enchantments = { {
id = 518,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 6
} },
incompatibleTalents = { 1014, 1054, 1055 },
category = { "combat" }
},
["1011"] = {
id = 1011,
name = "Giant's Blood",
description = "Giant's blood runs through your veins! Increases your stamina and strength by 10% but decreases your agility and healing gained through consumables by 10%.",
enchantments = { {
id = 519,
strength = 1
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 10
}, {
mastery = true,
skill = "strength",
level = 10
} },
category = { "combat" }
},
["1012"] = {
id = 1012,
name = "Featherweight Fighter",
description = "Your attacks come out 5% faster and your agility is increased by 10%, but your damage is decreased by 15%.",
enchantments = { {
id = 547,
strength = 1
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 10
}, {
mastery = true,
skill = "attack",
level = 10
} },
category = { "combat" }
},
["1013"] = {
id = 1013,
name = "Nine-Lives",
description = "Gives you a flat 0.9% chance to survive a lethal hit with 1 hp left. This chance is increased by 0.09% for every 0.9% of health you had before the hit, up to a maximum of 9% at full health.",
enchantments = { {
id = 548,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 12
} },
category = { "combat" }
},
["1014"] = {
id = 1014,
name = "Cold-Blooded",
description = "Increases your offensive and defensive affinities to ice by 25%, but decreases your defensive affinities to the primary affinities (melee/range/magic) by 25%.",
enchantments = { {
id = 520,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 6
} },
incompatibleTalents = { 1010, 1054, 1055 },
category = { "combat" }
},
["1015"] = {
id = 1015,
name = "Goblin Hunter",
description = "Increases your accuracy and damage against Goblins by 5%.",
enchantments = { {
id = 524,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1016"] = {
id = 1016,
name = "Demon Hunter",
description = "Increases your accuracy and damage against Demonic entities by 5%.",
enchantments = { {
id = 525,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1017"] = {
id = 1017,
name = "Undead Hunter",
description = "Increases your accuracy and damage against Undead creatures by 5%.",
enchantments = { {
id = 529,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1018"] = {
id = 1018,
name = "Goblin Slayer",
description = "Increases your accuracy and damage against Goblins by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 524,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1015 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1019"] = {
id = 1019,
name = "Demon Slayer",
description = "Increases your accuracy and damage against Demonic entities by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 525,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1016 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1042, 1044 },
category = { "combat" }
},
["1020"] = {
id = 1020,
name = "Undead Slayer",
description = "Increases your accuracy and damage against Undead creatures by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 529,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1017 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1021"] = {
id = 1021,
name = "Featherweight Champion",
description = "20% of your agility is converted into strength, dexterity, and intellect. Only works if agility is positive.",
enchantments = { {
id = 549,
strength = 4
} },
talentCost = 10,
talentRequirements = { 1012 },
skillRequirements = { {
mastery = true,
skill = "attack",
level = 20
} },
category = { "combat" }
},
["1022"] = {
id = 1022,
name = "Were-Druid",
description = "Gain up to 20% healing power based on the moon phase. Maximum effect at full moon.",
enchantments = { {
id = 13,
strength = 1
} },
talentCost = 9,
inactive = true,
category = { "combat" }
},
["1023"] = {
id = 1023,
name = "Were-Elf",
description = "Gain up to 20% agility based on the moon phase. Maximum effect at new moon.",
enchantments = { {
id = 13,
strength = 1
} },
talentCost = 9,
inactive = true,
category = { "combat" }
},
["1024"] = {
id = 1024,
name = "Loaded Dice",
description = "Upgrade for Lucky Looter- gives an additional 0.5% chance to double junk drops.",
enchantments = { {
id = 514,
strength = 1
} },
talentCost = 10,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 10
} },
talentRequirements = { 1005 },
category = { "combat" }
},
["1025"] = {
id = 1025,
name = "Human Hunter",
description = "Increases your accuracy and damage against Humans by 5%.",
enchantments = { {
id = 526,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1026"] = {
id = 1026,
name = "Human Slayer",
description = "Increases your accuracy and damage against Humans by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 526,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1025 },
incompatibleTalents = { 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1027"] = {
id = 1027,
name = "Elf Hunter",
description = "Increases your accuracy and damage against Elves by 5%.",
enchantments = { {
id = 530,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1028"] = {
id = 1028,
name = "Elf Slayer",
description = "Increases your accuracy and damage against Elves by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 530,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1027 },
incompatibleTalents = { 1026, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1029"] = {
id = 1029,
name = "Dwarf Hunter",
description = "Increases your accuracy and damage against Dwarves by 5%.",
enchantments = { {
id = 536,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1030"] = {
id = 1030,
name = "Dwarf Slayer",
description = "Increases your accuracy and damage against Dwarves by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 536,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1029 },
incompatibleTalents = { 1026, 1028, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1031"] = {
id = 1031,
name = "Giant Hunter",
description = "Increases your accuracy and damage against Giants by 5%.",
enchantments = { {
id = 531,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1032"] = {
id = 1032,
name = "Giant Slayer",
description = "Increases your accuracy and damage against Giants by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 531,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1031 },
incompatibleTalents = { 1026, 1028, 1030, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1033"] = {
id = 1033,
name = "Golem Hunter",
description = "Increases your accuracy and damage against Golems by 5%.",
enchantments = { {
id = 535,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1034"] = {
id = 1034,
name = "Golem Slayer",
description = "Increases your accuracy and damage against Golems by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 535,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1033 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1020, 1018, 1036, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1035"] = {
id = 1035,
name = "Beast Hunter",
description = "Increases your accuracy and damage against Beasts by 5%.",
enchantments = { {
id = 528,
strength = 5
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1036"] = {
id = 1036,
name = "Beast Slayer",
description = "Increases your accuracy and damage against Beasts by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 528,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1035 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1038, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1037"] = {
id = 1037,
name = "Shrimp Hunter",
description = "Increases your accuracy and damage against Shrimp by 5%.",
enchantments = { {
id = 533,
strength = 5
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1038"] = {
id = 1038,
name = "Shrimp Slayer",
description = "Increases your accuracy and damage against Shrimp by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 533,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1037 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1040, 1019, 1042, 1044 },
category = { "combat" }
},
["1039"] = {
id = 1039,
name = "Chaotic Hunter",
description = "Increases your accuracy and damage against Chaotic entities by 5%.",
enchantments = { {
id = 532,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1040"] = {
id = 1040,
name = "Chaotic Slayer",
description = "Increases your accuracy and damage against Chaotic entities by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 532,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1039 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1019, 1042, 1044 },
category = { "combat" }
},
["1041"] = {
id = 1041,
name = "Corrupted Hunter",
description = "Increases your accuracy and damage against Corrupted entities by 5%.",
enchantments = { {
id = 527,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1042"] = {
id = 1042,
name = "Corrupted Slayer",
description = "Increases your accuracy and damage against Corrupted entities by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 527,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1041 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1044 },
category = { "combat" }
},
["1043"] = {
id = 1043,
name = "Woodlike Hunter",
description = "Increases your accuracy and damage against Woodlike entities by 5%.",
enchantments = { {
id = 534,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1044"] = {
id = 1044,
name = "Woodlike Slayer",
description = "Increases your accuracy and damage against Woodlike entities by 10%, stacking with the previous tier for a total of 15%. ONLY ONE SLAYER TALENT CAN BE TAKEN.",
enchantments = { {
id = 534,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
talentRequirements = { 1043 },
incompatibleTalents = { 1026, 1028, 1030, 1032, 1034, 1020, 1018, 1036, 1038, 1040, 1019, 1042 },
category = { "combat" }
},
["1045"] = {
id = 1045,
name = "Silent Fury",
description = "When determining your current health for effects that change in potency, such as bonus damage at low health, your health will be considered 25% lower, making the effect become more potent at higher health. This only affects checks where lower health is better. Incompatible with Unbound Rage.",
enchantments = { {
id = 558,
strength = 5
} },
talentCost = 6,
talentRequirements = { 1001 },
incompatibleTalents = { 1008 },
skillRequirements = { {
mastery = true,
skill = "attack",
level = 12
} },
category = { "combat" }
},
["1046"] = {
id = 1046,
name = "Arrow Expenditure",
description = "Ranged attacks that do not consume ammunition will now do so and use the increased damage and accuracy from them.",
enchantments = { {
id = 559,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 3
} },
category = { "combat" }
},
["1047"] = {
id = 1047,
name = "Elven Exaltation",
description = "Adds an additional level of Royal Reverence, increasing your agility by 2.5% and adding a 2.5% chance to gain a stack of Acrobatics 5.",
enchantments = { {
id = 10021,
strength = 1
} },
talentCost = 7,
skillRequirements = { {
mastery = true,
skill = "range",
level = 15
} },
category = { "combat" }
},
["1048"] = {
id = 1048,
name = "Piercing Ammo Specialization",
description = "Unlocks the enhanced variant of the Piercing Ammo auto-attack that has +10% piercing affinity and no base stat maluses; incompatible with Serrated and Heavy Ammo Specializations.",
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 6
} },
category = { "combat" },
abilities = { 151 }
},
["1049"] = {
id = 1049,
name = "Serrated Ammo Specialization",
description = "Unlocks the enhanced variant of the Serrated Ammo auto-attack that has +10% slashing affinity and no base stat maluses; incompatible with Piercing and Heavy Ammo Specializations.",
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 6
} },
category = { "combat" },
abilities = { 153 }
},
["1050"] = {
id = 1050,
name = "Heavy Ammo Specialization",
description = "Unlocks the enhanced variant of the Heavy Ammo auto-attack that has +10% blunt affinity and no base stat maluses; incompatible with Piercing and Serrated Ammo Specializations.",
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 6
} },
category = { "combat" },
abilities = { 152 }
},
["1051"] = {
id = 1051,
name = "Mark II",
description = "Unlocks the enhanced variant of the Mark ability that applies the Marked debuff with twice as many stacks and double the strength of the original without marking yourself; this will generally force your party members to attack your marked target.",
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 3
} },
category = { "combat" },
abilities = { 154 }
},
["1052"] = {
id = 1052,
name = "Ammunition Overload",
description = "Decreases your chance to preserve ammunition by a flat 25% and increases the ammo stat buffs by 5% which enhancing the ammunition by half a tier.",
talentCost = 3,
enchantments = { {
id = 560,
strength = 5
} },
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1053"] = {
id = 1053,
name = "Ammunition Over-overload",
description = "Decreases your chance to preserve ammunition by an additional 25%, for a total of 50%, and increases the ammo stat buffs by 5%, for a total of 10% which enhances the ammunition by a full tier",
talentCost = 3,
enchantments = { {
id = 560,
strength = 5
} },
talentRequirements = { 1052 },
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
category = { "combat" }
},
["1054"] = {
id = 1054,
name = "Poisoner",
description = "Increases your offensive and defensive affinities to poison by 25%, but decreases your defensive affinities to the primary affinities (melee/range/magic) by 25%.",
enchantments = { {
id = 561,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 6
} },
incompatibleTalents = { 1055, 1010, 1014 },
category = { "combat" }
},
["1055"] = {
id = 1055,
name = "Druidism",
description = "Increases your offensive and defensive affinities to nature by 25%, but decreases your defensive affinities to the primary affinities (melee/range/magic) by 25%.",
enchantments = { {
id = 562,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 6
} },
incompatibleTalents = { 1054, 1010, 1014 },
category = { "combat" }
},
["1056"] = {
id = 1056,
name = "Novice Treasure Hunter",
description = "Grants you 1 level of Treasure Hunter, multiplicatively increasing your chance to find items in combat by 3%.",
enchantments = { {
id = 32,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1057"] = {
id = 1057,
name = "Master Treasure Hunter",
description = "Grants you 1 level of Treasure Hunter, multiplicatively increasing your chance to find items in combat by 3%.",
enchantments = { {
id = 32,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 9
} },
talentRequirements = { 1056 },
category = { "combat" }
},
["1058"] = {
id = 1058,
name = "Critical Striker",
description = "Grants you 1 level of Critical Strike, increasing your critical chance and damage multiplier by an additive 2.5%.",
enchantments = { {
id = 11,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 6
} },
category = { "combat" }
},
["1059"] = {
id = 1059,
name = "Thick Skinned",
description = "Grants you 1 level of Demon Skin, reducing damage taken by 9 or 2%, whichever decreases damage more.",
enchantments = { {
id = 2001,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 6
} },
category = { "combat" }
},
["1060"] = {
id = 1060,
name = "Lightfooted",
description = "Grants you 1 level of Nimble, multiplicatively increasing your defense rolls in dodge calculations by 10%.",
enchantments = { {
id = 2000,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 6
} },
category = { "combat" }
},
["1061"] = {
id = 1061,
name = "Fortitude I",
description = "Grants you 1 level of Fortitude, increasing your Stamina by 10.",
enchantments = { {
id = 44,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 1
} },
category = { "combat" }
},
["1062"] = {
id = 1062,
name = "Fortitude II",
description = "Grants you 2 levels of Fortitude, increasing your Stamina by 20.",
enchantments = { {
id = 44,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 6
} },
talentRequirements = { 1061 },
category = { "combat" }
},
["1063"] = {
id = 1063,
name = "Reckless Attacker",
description = "Grants you 1 level of Recklessness, increasing your offensive magic, range, and melee affinity by 2% but reducing the same amount for the respective defensive affinities.",
enchantments = { {
id = 74,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 3
} },
category = { "combat" }
},
["1064"] = {
id = 1064,
name = "Elemental Stability",
description = "Grants you 5 levels of Elemental Stabilization, neutralizing negative offensive and defensive affinities by a flat 10%, but never exceeding a neutral state.",
enchantments = { {
id = 75,
strength = 5
} },
talentCost = 7,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 15
}, {
mastery = true,
skill = "defense",
level = 15
} },
category = { "combat" }
},
["1065"] = {
id = 1065,
name = "Force I",
description = "Grants you 3 level of Force, boosting your strength by 3% of your protection.",
enchantments = { {
id = 15,
strength = 3
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "strength",
level = 5
} },
category = { "combat" }
},
["1066"] = {
id = 1066,
name = "Force II",
description = "Grants you 10 levels of Overpowering Force, converting 10% of your protection to strength.",
enchantments = { {
id = 571,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "strength",
level = 10
} },
talentRequirements = { 1065 },
category = { "combat" }
},
["1067"] = {
id = 1067,
name = "Force III",
description = "Grants you 5 levels of Overpowering Force, converting an additional 5% of your protection to strength, for a total of 15%.",
enchantments = { {
id = 571,
strength = 5
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "strength",
level = 15
} },
talentRequirements = { 1066 },
category = { "combat" }
},
["1068"] = {
id = 1068,
name = "Convergence I",
description = "Grants you 3 levels of Convergence, boosting your intellect by 3% of your resistance.",
enchantments = { {
id = 87,
strength = 3
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 5
} },
category = { "combat" }
},
["1069"] = {
id = 1069,
name = "Convergence II",
description = "Grants you 10 levels of Overpowering Convergence, converting 10% of your resistance to intellect.",
enchantments = { {
id = 572,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 10
} },
talentRequirements = { 1068 },
category = { "combat" }
},
["1070"] = {
id = 1070,
name = "Convergence III",
description = "Grants you 5 levels of Overpowering Convergence, converting an additional 5% of your resistance to intellect, for a total of 15%.",
enchantments = { {
id = 572,
strength = 5
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 15
} },
talentRequirements = { 1069 },
category = { "combat" }
},
["1071"] = {
id = 1071,
name = "Finesse I",
description = "Grants you 3 levels of Finesse, boosting your dexterity by 3% of your agility.",
enchantments = { {
id = 88,
strength = 3
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "range",
level = 5
} },
category = { "combat" }
},
["1072"] = {
id = 1072,
name = "Finesse II",
description = "Grants you 10 levels of Overpowering Finesse, converting 10% of your agility to dexterity.",
enchantments = { {
id = 573,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "range",
level = 10
} },
talentRequirements = { 1071 },
category = { "combat" }
},
["1073"] = {
id = 1073,
name = "Finesse III",
description = "Grants you 5 levels of Overpowering Finesse, converting an additional 5% of your agility to dexterity, for a total of 15%.",
enchantments = { {
id = 573,
strength = 5
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "range",
level = 15
} },
talentRequirements = { 1072 },
category = { "combat" }
},
["1074"] = {
id = 1074,
name = "Messy Eater",
description = "Reduces all food related cooldowns by 15%, but decreases healing from food by the same amount.",
enchantments = { {
id = 574,
strength = 15
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "constitution",
level = 1
} },
category = { "combat" }
},
["1075"] = {
id = 1075,
name = "Wild Magic I",
description = "Gives a 1% chance to apply a random debuff or damage over time effect when hitting a Magic attack.",
enchantments = { {
id = 578,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 3
} },
category = { "combat" }
},
["1076"] = {
id = 1076,
name = "Wild Magic II",
description = "Gives an additional 1% chance to apply a random debuff or damage over time effect when hitting a Magic attack.",
enchantments = { {
id = 578,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 9
} },
talentRequirements = { 1075 },
category = { "combat" }
},
["1077"] = {
id = 1077,
name = "Wild Magic III",
description = "Gives an additional 1% chance to apply a random debuff or damage over time effect when hitting a Magic attack.",
enchantments = { {
id = 578,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 15
} },
talentRequirements = { 1076 },
category = { "combat" }
},
["1078"] = {
id = 1078,
name = "Wild Magic Master",
description = "This research did pay off! Gives a 2% chance to apply a random debuff or damage over time effect when hitting a Magic attack.",
enchantments = { {
id = 578,
strength = 2
} },
talentCost = 0,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 0
} },
questRequirements = { 5007 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1079"] = {
id = 1079,
name = "Deflection",
description = "Grants 5 levels of deflect, reducing damage taken by 5% and reflecting the same amount to the attacker.",
enchantments = { {
id = 583,
strength = 5
} },
talentCost = 20,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 30
} },
category = { "combat" }
},
["1080"] = {
id = 1080,
name = "Giant King's Vitality",
description = "Grants you 1 level of Valley's Vigor, increasing Stamina by 3% and defensive affinities for Ice, Fire, and Nature by 1.5%. Also increases health gained from food by 3%.",
enchantments = { {
id = 10015,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5011 },
category = { "combat" }
},
["1081"] = {
id = 1081,
name = "Vault Hunter",
description = "Grants you 1 level of Loot Goblin, granting you on average 2 encounters with a Loot Goblin in combat a day.",
enchantments = { {
id = 73,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5019 },
category = { "combat" }
},
["1082"] = {
id = 1082,
name = "Shrimp's Blessing",
description = "One can only be exposed to the void for so long without being affected. Is this truly a blessing? Grants you 1 level of Voidblessed, increasing the Chaos scaling of abilities by 10%.",
enchantments = { {
id = 102,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5018 },
category = { "combat" }
},
["1083"] = {
id = 1083,
name = "Deviant Shrimp Studier",
description = "Just a glimpse into the true nature of reality. Grants you +1% accuracy and damage against Shrimps.",
enchantments = { {
id = 533,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5008 },
category = { "combat" }
},
["1084"] = {
id = 1084,
name = "Goblin Tactics",
description = "Study of Goblin tactics has increased your agility by 12.",
enchantments = { {
id = 18,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5009 },
category = { "combat" }
},
["1085"] = {
id = 1085,
name = "Alloyed Joints",
description = "Recovered armor samples has shown you how to better armor the weakspots at your joints, increasing your protection by 20.",
enchantments = { {
id = 19,
strength = 2
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5010 },
category = { "combat" }
},
["1086"] = {
id = 1086,
name = "Elder Error",
description = "Learning from their mistakes is a lot easier than making your own. Your accuracy is increased by 5%.",
enchantments = { {
id = 13,
strength = 2
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5012 },
category = { "combat" }
},
["1087"] = {
id = 1087,
name = "Castle Hunting",
description = "Taking on apex predators have given you a better handle on taking out their lessers. Grants you +1% damage against Beasts.",
enchantments = { {
id = 528,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5013 },
category = { "combat" }
},
["1088"] = {
id = 1088,
name = "Grave Digger",
description = "Gives a 0.5% chance to double junk drops before any other modifiers.",
enchantments = { {
id = 514,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5014 },
category = { "combat" }
},
["1089"] = {
id = 1089,
name = "Sunscreen",
description = "All that time in the palace has led to a novel invention- Sunscreen! Increases defensive fire affinity by 5%.",
enchantments = { {
id = 584,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5015 },
category = { "combat" }
},
["1090"] = {
id = 1090,
name = "Eye of the Shrimpholder",
description = "Grants you +1% accuracy and damage against Shrimps.",
enchantments = { {
id = 533,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5016 },
category = { "combat" }
},
["1091"] = {
id = 1091,
name = "Reap the Storm",
description = "Grants Patience 3, increasing damage of slower abilities by a large amount.",
enchantments = { {
id = 37,
strength = 3
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "strength",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 5017 },
category = { "combat" }
},
["1092"] = {
id = 1092,
name = "Thunderstruck",
description = "Unlocks the spells Thunderclap, Chain Lightning, and Greater Chain Lightning.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 1
} },
category = { "combat" },
abilities = { 172, 173, 174 }
},
["1093"] = {
id = 1093,
name = "Ranger Repertoire I",
description = "Unlocks the abilities Poison Arrow, Double Tap, and Smoke Bomb.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "range",
level = 1
} },
category = { "combat" },
abilities = { 170, 171, 175 }
},
["1094"] = {
id = 1094,
name = "Critical Strikes I",
description = "Unlocks the abilities Critical Strike, Critical Shot, and Critical Bolt.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "attack",
level = 1
} },
category = { "combat" },
abilities = { 176, 177, 178 }
},
["1095"] = {
id = 1095,
name = "Ranger Repertoire II",
description = "Unlocks the abilities Take Aim, Greater Take Aim, and Headshot.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "range",
level = 1
} },
talentRequirements = { 1093 },
category = { "combat" },
abilities = { 179, 180, 184 }
},
["1096"] = {
id = 1096,
name = "Melee Master I",
description = "Unlocks the abilities Backstab and Berserk.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "strength",
level = 1
} },
category = { "combat" },
abilities = { 183, 187 }
},
["1097"] = {
id = 1097,
name = "Mystic Spells I",
description = "Unlocks the spells Stone Skin Party, Stone Skin Self, and Demonic Protection.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 1
} },
category = { "combat" },
abilities = { 182, 181, 185 }
},
["1098"] = {
id = 1098,
name = "Mystic Spells II",
description = "Unlocks the spells Mirror Image, Lesser Soul Theft, and Magic Missile.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 1
} },
talentRequirements = { 1097 },
category = { "combat" },
abilities = { 186, 188, 190 }
},
["1099"] = {
id = 1099,
name = "Mystic Spells III",
description = "Unlocks the spells Greater Soul Theft, Disintegrate, and Cone of Frost.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "magic",
level = 1
} },
talentRequirements = { 1098 },
category = { "combat" },
abilities = { 189, 191, 192 }
},
["1100"] = {
id = 1100,
name = "Constitution Mastery I",
description = "Grants you +1 level of Constitution Mastery, increasing your stamina by +1% from boosts and equipment.",
enchantments = { {
id = 602,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "constitution",
level = 1
} },
questRequirements = { 11036 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1101"] = {
id = 1101,
name = "Constitution Mastery II",
description = "Grants you +1 level of Constitution Mastery, increasing your stamina by +1% from boosts and equipment.",
enchantments = { {
id = 602,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "constitution",
level = 1
} },
questRequirements = { 11037 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1102"] = {
id = 1102,
name = "Constitution Mastery III",
description = "Grants you +1 level of Constitution Mastery, increasing your stamina by +1% from boosts and equipment.",
enchantments = { {
id = 602,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "constitution",
level = 1
} },
questRequirements = { 11038 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1103"] = {
id = 1103,
name = "Attack Mastery I",
description = "Grants you +1 level of Attack Mastery, increasing your primary style accuracy by +1% from boosts and equipment.",
enchantments = { {
id = 603,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
questRequirements = { 11039 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1104"] = {
id = 1104,
name = "Attack Mastery II",
description = "Grants you +1 level of Attack Mastery, increasing your primary style accuracy by +1% from boosts and equipment.",
enchantments = { {
id = 603,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
questRequirements = { 11040 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1105"] = {
id = 1105,
name = "Attack Mastery III",
description = "Grants you +1 level of Attack Mastery, increasing your primary style accuracy by +1% from boosts and equipment.",
enchantments = { {
id = 603,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "attack",
level = 1
} },
questRequirements = { 11041 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1106"] = {
id = 1106,
name = "Defense Mastery I",
description = "Grants you +1 level of Defense Mastery, increasing your resistance and protection by +1% from boosts and equipment.",
enchantments = { {
id = 604,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
questRequirements = { 11042 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1107"] = {
id = 1107,
name = "Defense Mastery II",
description = "Grants you +1 level of Defense Mastery, increasing your resistance and protection by +1% from boosts and equipment.",
enchantments = { {
id = 604,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
questRequirements = { 11043 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1108"] = {
id = 1108,
name = "Defense Mastery III",
description = "Grants you +1 level of Defense Mastery, increasing your resistance and protection by +1% from boosts and equipment.",
enchantments = { {
id = 604,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "defense",
level = 1
} },
questRequirements = { 11044 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1109"] = {
id = 1109,
name = "Strength Mastery I",
description = "Grants you +1 level of Strength Mastery, increasing your strength by +1% from boosts and equipment.",
enchantments = { {
id = 605,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "strength",
level = 1
} },
questRequirements = { 11045 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1110"] = {
id = 1110,
name = "Strength Mastery II",
description = "Grants you +1 level of Strength Mastery, increasing your strength by +1% from boosts and equipment.",
enchantments = { {
id = 605,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "strength",
level = 1
} },
questRequirements = { 11046 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1111"] = {
id = 1111,
name = "Strength Mastery III",
description = "Grants you +1 level of Strength Mastery, increasing your strength by +1% from boosts and equipment.",
enchantments = { {
id = 605,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "strength",
level = 1
} },
questRequirements = { 11047 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1112"] = {
id = 1112,
name = "Magic Mastery I",
description = "Grants you +1 level of Magic Mastery, increasing your intellect by +1% from boosts and equipment.",
enchantments = { {
id = 606,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "magic",
level = 1
} },
questRequirements = { 11048 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1113"] = {
id = 1113,
name = "Magic Mastery II",
description = "Grants you +1 level of Magic Mastery, increasing your intellect by +1% from boosts and equipment.",
enchantments = { {
id = 606,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "magic",
level = 1
} },
questRequirements = { 11049 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1114"] = {
id = 1114,
name = "Magic Mastery III",
description = "Grants you +1 level of Magic Mastery, increasing your intellect by +1% from boosts and equipment.",
enchantments = { {
id = 606,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "magic",
level = 1
} },
questRequirements = { 11050 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1115"] = {
id = 1115,
name = "Range Mastery I",
description = "Grants you +1 level of Range Mastery, increasing your dexterity by +1% from boosts and equipment.",
enchantments = { {
id = 607,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "range",
level = 1
} },
questRequirements = { 11051 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1116"] = {
id = 1116,
name = "Range Mastery II",
description = "Grants you +1 level of Range Mastery, increasing your dexterity by +1% from boosts and equipment.",
enchantments = { {
id = 607,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "range",
level = 1
} },
questRequirements = { 11052 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1117"] = {
id = 1117,
name = "Range Mastery III",
description = "Grants you +1 level of Range Mastery, increasing your dexterity by +1% from boosts and equipment.",
enchantments = { {
id = 607,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "range",
level = 1
} },
questRequirements = { 11053 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "combat" }
},
["1118"] = {
id = 1118,
name = "Anatomic Attacks",
description = "Unlocks the enhanced debuffing melee attacks.",
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "strength",
level = 3
} },
category = { "combat" },
abilities = { 200, 202, 198 }
},
["1119"] = {
id = 1119,
name = "Combat Trapper",
description = "Unlocks a particularly powerful Pitfall ability.",
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "range",
level = 3
} },
category = { "combat" },
abilities = { 204 }
},
["1120"] = {
id = 1120,
name = "Easily Enraged",
description = "Gives a 1.5% chance when hit and damaged to grant you 2 stacks of Enraged 1",
enchantments = { {
id = 608,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 6
} },
category = { "combat" }
},
["1121"] = {
id = 1121,
name = "Very Easily Enraged",
description = "Gives an additional 3% chance, for a total of 4.5%, when hit and damaged to grant you 2 stacks of Enraged 1",
enchantments = { {
id = 608,
strength = 2
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "defense",
level = 12
} },
talentRequirements = { 1120 },
category = { "combat" }
},
["2000"] = {
id = 2000,
name = "Runecrafting Master",
description = "Your mastery of runecrafting has given you insight into how best to optimize your production, giving you +2 strength in Runecrafting and +1 in Engraving enchantments.",
enchantments = { {
id = 27,
strength = 2
}, {
id = 81,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 3
} },
category = { "production" }
},
["2001"] = {
id = 2001,
name = "Augmentation Afficionado II",
description = "Further increases your chance to critically augment an item by 2.5% to 5%.",
enchantments = { {
id = 550,
strength = 5
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "enchanting",
level = 15
} },
talentRequirements = { 2014 },
category = { "production" }
},
["2002"] = {
id = 2002,
name = "Novice Crafter",
description = "Reduces the materials needed to craft items by an additive 2%.",
enchantments = { {
id = 500,
strength = 1
} },
talentCost = 0,
questRequirements = { 205 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2003"] = {
id = 2003,
name = "Apprentice Crafter",
description = "Reduces the materials needed to craft items by an additive 2%.",
enchantments = { {
id = 500,
strength = 1
} },
talentCost = 0,
questRequirements = { 206 },
talentRequirements = { 2002 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2004"] = {
id = 2004,
name = "Journeyman Crafter",
description = "Reduces the materials needed to craft items by an additive 2%.",
enchantments = { {
id = 500,
strength = 1
} },
talentCost = 0,
questRequirements = { 207 },
talentRequirements = { 2003 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2005"] = {
id = 2005,
name = "Master Crafter",
description = "Reduces the materials needed to craft items by an additive 2%.",
enchantments = { {
id = 500,
strength = 1
} },
talentCost = 0,
questRequirements = { 208 },
talentRequirements = { 2004 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2006"] = {
id = 2006,
name = "Grandmaster Crafter",
description = "Reduces the materials needed to craft items by an additive 2%.",
enchantments = { {
id = 500,
strength = 1
} },
talentCost = 0,
questRequirements = { 209 },
talentRequirements = { 2005 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2007"] = {
id = 2007,
name = "Runecrafting Grandmaster",
description = "Your mastery of runecrafting has given you insight into how best to optimize your production, granting an additional +1 strength to Runecrafting and +2 to Engraving enchantments.",
enchantments = { {
id = 27,
strength = 1
}, {
id = 81,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 6
} },
category = { "production" }
},
["2008"] = {
id = 2008,
name = "Slag Refinement",
description = "Gives a 5% chance to re-roll your refining reward if you rolled Metal Slag.",
enchantments = { {
id = 522,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 10
} },
category = { "production" }
},
["2009"] = {
id = 2009,
name = "Seed Sifter",
description = "Gives a 1% chance to produce a seed when preparing a vegetable.",
enchantments = { {
id = 523,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 10
} },
category = { "production" }
},
["2010"] = {
id = 2010,
name = "Pungent Runes",
description = "Gives a 2% chance per runecrafting action to roll a random Fishing droptable.",
enchantments = { {
id = 570,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 3
}, {
mastery = true,
skill = "fishing",
level = 3
} },
category = { "production" }
},
["2011"] = {
id = 2011,
name = "Smithing Master",
description = "Your mastery of smithing has given you insight into how best to optimize your production, giving you +1 Forge Enhancement and Forge Maintenance enchantments.",
enchantments = { {
id = 90,
strength = 1
}, {
id = 91,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 3
} },
category = { "production" }
},
["2012"] = {
id = 2012,
name = "Cooking Master",
description = "Your mastery of cooking has given you insight into how best to optimize your production, giving you +1 Cooking enchantment strength.",
enchantments = { {
id = 24,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 3
} },
category = { "production" }
},
["2013"] = {
id = 2013,
name = "Transformation Talent",
description = "Grants an additional level of Chances, increasing the chance an item transforms.",
enchantments = { {
id = 28,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "enchanting",
level = 3
} },
category = { "production" }
},
["2014"] = {
id = 2014,
name = "Augmentation Afficionado I",
description = "Grants a level of Augmentation Afficionado, increasing your chance to critically augment by 2.5%.",
enchantments = { {
id = 550,
strength = 5
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "enchanting",
level = 3
} },
category = { "production" }
},
["2015"] = {
id = 2015,
name = "Bulk Cooking",
description = "Gain a level of Blitzing and Bulk Cooking, increasing the rate that you will prepare and cook food significantly.",
enchantments = { {
id = 97,
strength = 1
}, {
id = 569,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 9
} },
category = { "production" }
},
["2016"] = {
id = 2016,
name = "Overheating",
description = "Grants 2 levels of Metallurgy, increasing max heat at all forges by 1.",
enchantments = { {
id = 57,
strength = 2
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
} },
category = { "production" }
},
["2017"] = {
id = 2017,
name = "Obsidian Forgery",
description = "Increases chance to produce Obsidian Glass from refining at the City Forge by an additive 3%.",
enchantments = { {
id = 575,
strength = 3
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
} },
category = { "production" }
},
["2018"] = {
id = 2018,
name = "Dwarven Refinement",
description = "Increases your effective refining level by 1 at the Dwarven Forge.",
enchantments = { {
id = 576,
strength = 1
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
} },
category = { "production" }
},
["2019"] = {
id = 2019,
name = "Molten Metal",
description = "Increases your max heat by 2 at the Volcanic Forge.",
enchantments = { {
id = 521,
strength = 2
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
} },
category = { "production" }
},
["2020"] = {
id = 2020,
name = "Pyromania",
description = "Gives you a level of Pyromancy.",
enchantments = { {
id = 6,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
}, {
mastery = true,
skill = "cooking",
level = 6
} },
category = { "production" }
},
["2021"] = {
id = 2021,
name = "Greenest Thumb",
description = "Increases farming growth speed by 10%.",
enchantments = { {
id = 537,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 3
} },
category = { "production" }
},
["2022"] = {
id = 2022,
name = "Totemic Wisdom",
description = "Farming totems give their full effect at half their maximum age.",
enchantments = { {
id = 538,
strength = 10
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 9
} },
category = { "production" }
},
["2023"] = {
id = 2023,
name = "Mysterious Harvest",
description = "Increases maximum harvest roll for all plants by 2% for every Mysterious Seed with a unique size.",
enchantments = { {
id = 539,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 6
} },
category = { "production" }
},
["2024"] = {
id = 2024,
name = "Trapper",
description = "Gives a 10% chance to recover a trap when harvesting.",
enchantments = { {
id = 540,
strength = 5
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 6
} },
category = { "production" }
},
["2025"] = {
id = 2025,
name = "Farm Blitz",
description = "Gives up to 10 Blitzing 3 stacks every time a 1x1 seed is harvested.",
enchantments = { {
id = 541,
strength = 10
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 6
}, {
mastery = true,
skill = "cooking",
level = 6
} },
category = { "production" }
},
["2026"] = {
id = 2026,
name = "Sympathetic Growth",
description = "Increases minimum harvest roll by 1% for a plant for each duplicate plant in your field. For example, if you have 3 potatoes planted, each potato will have a 3% increased minimum harvest roll.",
enchantments = { {
id = 542,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 9
} },
category = { "production" }
},
["2027"] = {
id = 2027,
name = "Crop Rotation",
description = "Increases growth speed of your field by 10% if there are no duplicate plot types.",
enchantments = { {
id = 543,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 1
} },
category = { "production" }
},
["2028"] = {
id = 2028,
name = "Tree Hugger",
description = "Increases harvest from trees by 10%.",
enchantments = { {
id = 544,
strength = 5
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 3
} },
category = { "production" }
},
["2029"] = {
id = 2029,
name = "Heart of the Forest",
description = "Increases the augmentation level of all Heart of the Oak drops in your field by +2. This allows it to exceed its normal cap of +10, moving the cap up to +12.",
enchantments = { {
id = 545,
strength = 2
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 9
} },
category = { "production" }
},
["2030"] = {
id = 2030,
name = "Farming Master",
description = "Increases farm height by 1. Maybe width too? Dunno, WIP!",
enchantments = { {
id = 39,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 1
} },
inactive = true,
category = { "production" }
},
["2031"] = {
id = 2031,
name = "Mysterious Nutrients",
description = "Increases experience and loot from non-quadratic mysterious seeds by 20%.",
enchantments = { {
id = 39,
strength = 2
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 9
} },
inactive = true,
category = { "production" }
},
["2032"] = {
id = 2032,
name = "Research Ready",
description = "Increases the average number of research attempts before an item is destroyed by 5. Incompatible with the Mad Scientist talent.",
enchantments = { {
id = 551,
strength = 1
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "enchanting",
level = 6
} },
incompatibleTalents = { 2033 },
category = { "production" }
},
["2033"] = {
id = 2033,
name = "Mad Scientist",
description = "Decreases the average number of research attempts before an item is destroyed by 3. Incompatible with the Research Ready talent.",
enchantments = { {
id = 552,
strength = 4
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "enchanting",
level = 6
} },
incompatibleTalents = { 2032 },
category = { "production" }
},
["2034"] = {
id = 2034,
name = "Lingering Enlightenment",
description = "Grants 200 stacks of Enlightenment when consuming a talisman, but halves the amount of essence gained when consuming talismans.",
enchantments = { {
id = 553,
strength = 2
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 6
} },
category = { "production" }
},
["2035"] = {
id = 2035,
name = "Spiraling out of Control",
description = "1% faster action speed in Slate Spires for each mastery level in Runecrafting",
enchantments = { {
id = 554,
strength = 4
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 3
}, {
mastery = true,
skill = "mining",
level = 3
} },
category = { "production" }
},
["2036"] = {
id = 2036,
name = "Affix Affinity",
description = "Re-rolls your affixes an additional time for free if a re-roll attempt results in all affixes being worse than the prior roll.",
enchantments = { {
id = 555,
strength = 1
} },
talentCost = 10,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 15
} },
category = { "production" }
},
["2037"] = {
id = 2037,
name = "Fantastic Fiber Finder",
description = "Increases your Fiber Finder by 3.",
enchantments = { {
id = 62,
strength = 3
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "fishing",
level = 3
}, {
mastery = true,
skill = "runecrafting",
level = 3
} },
category = { "production" }
},
["2038"] = {
id = 2038,
name = "Talisman Talent",
description = "Doubles the passive effect of consumed talismans.",
enchantments = { {
id = 556,
strength = 5
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 9
} },
category = { "production" }
},
["2039"] = {
id = 2039,
name = "Essence Concentration Expert",
description = "Reduces the negative impact of Essence Concentration by an additive 30%.",
enchantments = { {
id = 557,
strength = 3
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 6
} },
category = { "production" }
},
["2040"] = {
id = 2040,
name = "Essence Concentration Master",
description = "Reduces the negative impact of Essence Concentration by an additional additive 20%.",
enchantments = { {
id = 557,
strength = 2
} },
talentCost = 5,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 12
} },
category = { "production" }
},
["2041"] = {
id = 2041,
name = "Consistent Chef",
description = "After an hour of continuous cooking, you will always produce the higher quality. After 6 continuous hours, the quality increases by 1. When brewing, the optional bonus potion will always be given after one hour and is increased by another +10 after 6 hours.",
enchantments = { {
id = 563,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 10
} },
category = { "production" }
},
["2042"] = {
id = 2042,
name = "Mass Crafter I",
description = "Increases output of crafting recipes with bulk output (creates more than 1 item per craft, such as ammunition) by 5%.",
enchantments = { {
id = 564,
strength = 5
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "crafting",
level = 3
} },
category = { "production" }
},
["2043"] = {
id = 2043,
name = "Mass Crafter II",
description = "Increases output of crafting recipes with bulk output (creates more than 1 item per craft, such as ammunition) by an additional 3%, stacking to 8% with the first talent.",
enchantments = { {
id = 564,
strength = 3
} },
talentCost = 6,
skillRequirements = { {
mastery = true,
skill = "crafting",
level = 9
} },
talentRequirements = { 2042 },
category = { "production" }
},
["2044"] = {
id = 2044,
name = "Mass Crafter III",
description = "Increases output of crafting recipes with bulk output (creates more than 1 item per craft, such as ammunition) by an additional 2%, stacking to 10% with the first two talents.",
enchantments = { {
id = 564,
strength = 2
} },
talentCost = 9,
skillRequirements = { {
mastery = true,
skill = "crafting",
level = 15
} },
talentRequirements = { 2043 },
category = { "production" }
},
["2045"] = {
id = 2045,
name = "Smithing Grandmaster",
description = "Increases effective Smithing level by 15.",
enchantments = { {
id = 565,
strength = 3
} },
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
talentCost = 0,
questRequirements = { 7008 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2046"] = {
id = 2046,
name = "Smithing Legend",
description = "Increases effective Smithing level by 10%.",
enchantments = { {
id = 566,
strength = 2
} },
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
talentCost = 0,
questRequirements = { 7009 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2047"] = {
id = 2047,
name = "Cooking Grandmaster",
description = "Increases effective Cooking level by 15.",
enchantments = { {
id = 567,
strength = 3
} },
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
talentCost = 0,
questRequirements = { 7010 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2048"] = {
id = 2048,
name = "Cooking Legend",
description = "Increases effective Cooking level by 10% and grants 1 level of Gold Leaf Cook, giving a 2% chance to instantly complete another cooking action when using the Golden Spoon.",
enchantments = { {
id = 568,
strength = 2
}, {
id = 582,
strength = 1
} },
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
talentCost = 0,
questRequirements = { 7011 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2049"] = {
id = 2049,
name = "Runic Racing",
description = "Gives a 4% chance to instantly complete another Runecrafting action, capped at 5 procs.",
enchantments = { {
id = 581,
strength = 1
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 9
} },
category = { "production" }
},
["2050"] = {
id = 2050,
name = "Gold Leaf Cook I",
description = "Gives a 2% chance to instantly complete another Cooking action when using the Golden Spoon.",
enchantments = { {
id = 582,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 5
} },
category = { "production" }
},
["2051"] = {
id = 2051,
name = "Gold Leaf Cook II",
description = "Gives an additional 2% chance to instantly complete another Cooking action when using the Golden Spoon.",
enchantments = { {
id = 582,
strength = 1
} },
talentCost = 4,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 10
} },
talentRequirements = { 2050 },
category = { "production" }
},
["2052"] = {
id = 2052,
name = "Prismatic Power",
description = "Grants an additional level of Chances, increasing the chance for item transforms by 1%, as well as Quick Study, which gives a 4% chance to complete the next Enchanting action instantly.",
enchantments = { {
id = 28,
strength = 1
}, {
id = 103,
strength = 1
} },
skillRequirements = { {
mastery = false,
skill = "enchanting",
level = 1
} },
talentCost = 0,
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 7003 },
category = { "production" }
},
["2053"] = {
id = 2053,
name = "Shrimp Aberrancy",
description = "Grants you 1 level of Shrimp Lord, giving you a 5% chance per cooking action to gain one Raw Shrimp.",
enchantments = { {
id = 29,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 15
} },
category = { "production" }
},
["2054"] = {
id = 2054,
name = "Goblin Recipe Book",
description = "Grants you 1 level of Leftovers, giving you a 1% chance per cooking or brewing action to create a random buff consumable.",
enchantments = { {
id = 96,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 6
} },
category = { "production" }
},
["2055"] = {
id = 2055,
name = "Dark Alloying",
description = "Grants you 1 level of Pure Metals, reducing the amount of materials required to smelt a bar by 2%.",
enchantments = { {
id = 58,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
inactive = true,
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2056"] = {
id = 2056,
name = "Seeds of Doubt",
description = "Grants you 1 level of Cultivation, giving a 2% chance to get a seed back when harvesting.",
enchantments = { {
id = 42,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 15
} },
category = { "production" }
},
["2057"] = {
id = 2057,
name = "Experienced Hunter",
description = "Grants you 1 level of Trapper, giving a 5% chance to recover a trap when harvesting.",
enchantments = { {
id = 540,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 15
} },
category = { "production" }
},
["2058"] = {
id = 2058,
name = "Demonic Architecture",
description = "Grants you 1 level of Engraving, giving a 2% chance to not consume rune slates while Runecrafting.",
enchantments = { {
id = 81,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 15
} },
category = { "production" }
},
["2059"] = {
id = 2059,
name = "Do Ya Membah",
description = "Grants you 1 level of Intuition, increasing experience gain by 5%.",
enchantments = { {
id = 2002,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "farming",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 7012 },
category = { "production" }
},
["2060"] = {
id = 2060,
name = "Flowing Breath I",
description = "Grants you 10 levels of Flowing Breath, giving a +10% chance to double base air essence gathered.",
enchantments = { {
id = 585,
strength = 10
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 1
} },
category = { "production" }
},
["2061"] = {
id = 2061,
name = "Flowing Breath II",
description = "Grants you 5 levels of Flowing Breath, giving a +5% chance to double base air essence gathered.",
enchantments = { {
id = 585,
strength = 5
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "runecrafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 8001 },
category = { "production" }
},
["2062"] = {
id = 2062,
name = "Pungent Runes II",
description = "Gives an additional 2% chance per runecrafting action to roll a random Fishing droptable.",
enchantments = { {
id = 570,
strength = 2
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 9
}, {
mastery = true,
skill = "fishing",
level = 9
} },
talentRequirements = { 2010 },
category = { "production" }
},
["2063"] = {
id = 2063,
name = "Flame Fixation I",
description = "Grants 1 level of Lesser Pyromancy, reducing heat used in Smithing and Cooking by 1%.",
enchantments = { {
id = 109,
strength = 1
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 3
}, {
mastery = true,
skill = "cooking",
level = 3
} },
category = { "production" }
},
["2064"] = {
id = 2064,
name = "Flame Fixation II",
description = "Grants 1 level of Lesser Pyromancy, reducing heat used in Smithing and Cooking by 1%, for a total of 2%.",
enchantments = { {
id = 109,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
}, {
mastery = true,
skill = "cooking",
level = 6
} },
talentRequirements = { 2063 },
category = { "production" }
},
["2065"] = {
id = 2065,
name = "Flame Fixation III",
description = "Grants 1 level of Lesser Pyromancy, reducing heat used in Smithing and Cooking by 1%, for a total of 3%.",
enchantments = { {
id = 109,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 7013 },
category = { "production" }
},
["2066"] = {
id = 2066,
name = "Cooking Shard Mastery I",
description = "Grants you +2 levels of Cooking Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 589,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 1
} },
category = { "production" }
},
["2067"] = {
id = 2067,
name = "Cooking Shard Mastery II",
description = "Grants you +1 level of Cooking Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 589,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 3
} },
talentRequirements = { 2066 },
category = { "production" }
},
["2068"] = {
id = 2068,
name = "Cooking Shard Mastery III",
description = "Grants you +1 level of Cooking Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 589,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "cooking",
level = 6
} },
talentRequirements = { 2067 },
category = { "production" }
},
["2069"] = {
id = 2069,
name = "Runecrafting Shard Mastery I",
description = "Grants you +2 levels of Runecrafting Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 590,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 1
} },
category = { "production" }
},
["2070"] = {
id = 2070,
name = "Runecrafting Shard Mastery II",
description = "Grants you +1 level of Runecrafting Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 590,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 3
} },
talentRequirements = { 2069 },
category = { "production" }
},
["2071"] = {
id = 2071,
name = "Runecrafting Shard Mastery III",
description = "Grants you +1 level of Runecrafting Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 590,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "runecrafting",
level = 6
} },
talentRequirements = { 2070 },
category = { "production" }
},
["2072"] = {
id = 2072,
name = "Smithing Shard Mastery I",
description = "Grants you +2 levels of Smithing Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 592,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 1
} },
category = { "production" }
},
["2073"] = {
id = 2073,
name = "Smithing Shard Mastery II",
description = "Grants you +1 level of Smithing Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 592,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 3
} },
talentRequirements = { 2072 },
category = { "production" }
},
["2074"] = {
id = 2074,
name = "Smithing Shard Mastery III",
description = "Grants you +1 level of Smithing Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 592,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "smithing",
level = 6
} },
talentRequirements = { 2073 },
category = { "production" }
},
["2075"] = {
id = 2075,
name = "Farming Shard Mastery I",
description = "Grants you +2 levels of Farming Shard Master, giving a +60% chance to generate an additional shard.",
enchantments = { {
id = 591,
strength = 2
} },
talentCost = 1,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 1
} },
category = { "production" }
},
["2076"] = {
id = 2076,
name = "Farming Shard Mastery II",
description = "Grants you +1 level of Farming Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 591,
strength = 1
} },
talentCost = 2,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 3
} },
talentRequirements = { 2075 },
category = { "production" }
},
["2077"] = {
id = 2077,
name = "Farming Shard Mastery III",
description = "Grants you +1 level of Farming Shard Master, giving a +30% chance to generate an additional shard.",
enchantments = { {
id = 591,
strength = 1
} },
talentCost = 3,
skillRequirements = { {
mastery = true,
skill = "farming",
level = 6
} },
talentRequirements = { 2076 },
category = { "production" }
},
["2078"] = {
id = 2078,
name = "Total Mastery I",
description = "Grants you +1 level of Lesser Intuition, boosting experience gains by 1%.",
enchantments = { {
id = 2003,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 11007 },
category = { "production" }
},
["2079"] = {
id = 2079,
name = "Total Mastery II",
description = "Grants you an additional +1 level of Lesser Intuition, boosting experience gains by 1%.",
enchantments = { {
id = 2003,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 11008 },
category = { "production" }
},
["2080"] = {
id = 2080,
name = "Total Mastery III",
description = "Grants you an additional +1 level of Lesser Intuition, boosting experience gains by 1%.",
enchantments = { {
id = 2003,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 11009 },
category = { "production" }
},
["2081"] = {
id = 2081,
name = "Total Mastery IV",
description = "Grants you an additional +1 level of Lesser Intuition, boosting experience gains by 1%.",
enchantments = { {
id = 2003,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 11010 },
category = { "production" }
},
["2082"] = {
id = 2082,
name = "Total Mastery V",
description = "Grants you an additional +1 level of Lesser Intuition, boosting experience gains by 1%.",
enchantments = { {
id = 2003,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
questRequirements = { 11011 },
category = { "production" }
},
["2083"] = {
id = 2083,
name = "Farming Mastery I",
description = "Grants you +1 level of Farming Mastery, increasing your farming effective level by +1% from boosts and equipment.",
enchantments = { {
id = 596,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "farming",
level = 1
} },
questRequirements = { 11021 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2084"] = {
id = 2084,
name = "Farming Mastery II",
description = "Grants you +2 levels of Farming Mastery, increasing your farming effective level by +2% from boosts and equipment. Also grants +1 Farming, giving a 2% chance to double farming yield.",
enchantments = { {
id = 596,
strength = 2
}, {
id = 39,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "farming",
level = 1
} },
questRequirements = { 11022 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2085"] = {
id = 2085,
name = "Farming Mastery III",
description = "Grants you +4 level of Farming Mastery, increasing your farming effective level by +4% from boosts and equipment. Also grants +1 level of Greenest Thumb, increasing growth speed by 5%.",
enchantments = { {
id = 596,
strength = 4
}, {
id = 537,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "farming",
level = 1
} },
questRequirements = { 11023 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2086"] = {
id = 2086,
name = "Enchanting Mastery I",
description = "Grants you +1 level of Enchanting Mastery, increasing your enchanting effective level by +1% from boosts and equipment.",
enchantments = { {
id = 597,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "enchanting",
level = 1
} },
questRequirements = { 11024 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2087"] = {
id = 2087,
name = "Enchanting Mastery II",
description = "Grants you +2 levels of Enchanting Mastery, increasing your enchanting effective level by +2% from boosts and equipment. Also grants +1 Augmentation Afficionado, giving an additive +0.5% chance to critically augment an item.",
enchantments = { {
id = 597,
strength = 2
}, {
id = 550,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "enchanting",
level = 1
} },
questRequirements = { 11025 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2088"] = {
id = 2088,
name = "Enchanting Mastery III",
description = "Grants you +4 level of Enchanting Mastery, increasing your enchanting effective level by +4% from boosts and equipment. Also grants +1 Quick Study, giving a 4% chance to automatically do another enchanting action.",
enchantments = { {
id = 597,
strength = 4
}, {
id = 103,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "enchanting",
level = 1
} },
questRequirements = { 11026 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2089"] = {
id = 2089,
name = "Runecrafting Mastery I",
description = "Grants you +1 level of Runecrafting Mastery, increasing your runecrafting effective level by +1% from boosts and equipment.",
enchantments = { {
id = 598,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "runecrafting",
level = 1
} },
questRequirements = { 11027 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2090"] = {
id = 2090,
name = "Runecrafting Mastery II",
description = "Grants you +2 levels of Runecrafting Mastery, increasing your runecrafting effective level by +2% from boosts and equipment. Also grants +1 Talisman Talent, increasing the passive effect of consumed talismans by 20%.",
enchantments = { {
id = 598,
strength = 2
}, {
id = 556,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "runecrafting",
level = 1
} },
questRequirements = { 11028 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2091"] = {
id = 2091,
name = "Runecrafting Mastery III",
description = "Grants you +4 level of Runecrafting Mastery, increasing your runecrafting effective level by +4% from boosts and equipment. Also grants +1 Runic Racing, giving a 4% chance to complete another runecrafting action.",
enchantments = { {
id = 598,
strength = 4
}, {
id = 581,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "runecrafting",
level = 1
} },
questRequirements = { 11029 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2092"] = {
id = 2092,
name = "Smithing Mastery I",
description = "Grants you +1 level of Smithing Mastery, increasing your smithing effective level by +1% from boosts and equipment.",
enchantments = { {
id = 599,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
questRequirements = { 11030 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2093"] = {
id = 2093,
name = "Smithing Mastery II",
description = "Grants you +2 levels of Smithing Mastery, increasing your smithing effective level by +2% from boosts and equipment. Also grants +1 Forge Maintenance.",
enchantments = { {
id = 599,
strength = 2
}, {
id = 91,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
questRequirements = { 11031 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2094"] = {
id = 2094,
name = "Smithing Mastery III",
description = "Grants you +4 level of Smithing Mastery, increasing your smithing effective level by +4% from boosts and equipment. Also grants +1 Refining.",
enchantments = { {
id = 599,
strength = 4
}, {
id = 26,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "smithing",
level = 1
} },
questRequirements = { 11032 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2095"] = {
id = 2095,
name = "Crafting Mastery I",
description = "Grants you +1 level of Crafting Mastery, increasing your crafting effective level by +1% from boosts and equipment. Does not do much (yet).",
enchantments = { {
id = 600,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
questRequirements = { 11033 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2096"] = {
id = 2096,
name = "Crafting Mastery II",
description = "Grants you +2 levels of Crafting Mastery, increasing your crafting effective level by +2% from boosts and equipment. Does not do much (yet).",
enchantments = { {
id = 600,
strength = 2
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
questRequirements = { 11034 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2097"] = {
id = 2097,
name = "Crafting Mastery III",
description = "Grants you +4 level of Crafting Mastery, increasing your crafting effective level by +4% from boosts and equipment. Does not do much (yet). Also grants +1 Mass Crafter, increasing the output of crafting recipes that result in bulk output.",
enchantments = { {
id = 600,
strength = 4
}, {
id = 564,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "crafting",
level = 1
} },
questRequirements = { 11035 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2098"] = {
id = 2098,
name = "Cooking Mastery I",
description = "Grants you +1 level of Cooking Mastery, increasing your cooking effective level by +1% from boosts and equipment.",
enchantments = { {
id = 601,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
questRequirements = { 11054 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2099"] = {
id = 2099,
name = "Cooking Mastery II",
description = "Grants you +2 levels of Cooking Mastery, increasing your cooking effective level by +2% from boosts and equipment. Also grants +1 Bulk Cooking.",
enchantments = { {
id = 601,
strength = 2
}, {
id = 569,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
questRequirements = { 11055 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2100"] = {
id = 2100,
name = "Cooking Mastery III",
description = "Grants you +4 level of Cooking Mastery, increasing your cooking effective level by +4% from boosts and equipment. Also grants +1 Gold Leaf Cook.",
enchantments = { {
id = 601,
strength = 4
}, {
id = 582,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
questRequirements = { 11056 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production" }
},
["2101"] = {
id = 2101,
name = "Academy Archaeologist",
description = "Grants +1 Archaeology, +1 Fishing Shard Master, and +1 Runecrafting Shard Master, giving you an increased chance to find junk while gathering and increasing shard generation in fishing and runecrafting.",
enchantments = { {
id = 67,
strength = 1
}, {
id = 590,
strength = 1
}, {
id = 587,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "fishing",
level = 1
} },
questRequirements = { 5020 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production", "gathering" }
},
["2102"] = {
id = 2102,
name = "All Natural",
description = "Grants +1 Naturalist, +1 Foraging Shard Master, and +1 Farming Shard Master, giving you an increased chance to find chests while gathering and increasing shard generation in foraging and farming.",
enchantments = { {
id = 9,
strength = 1
}, {
id = 588,
strength = 1
}, {
id = 591,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "foraging",
level = 1
} },
questRequirements = { 5021 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production", "gathering" }
},
["2103"] = {
id = 2103,
name = "Dwarven Researcher",
description = "Grants +1 Efficiency, +1 Mining Shard Master, and +1 Smithing Shard Master, giving you a chance to produce an extra item in production and increasing shard generation in mining and smithing.",
enchantments = { {
id = 22,
strength = 1
}, {
id = 586,
strength = 1
}, {
id = 592,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "mining",
level = 1
} },
questRequirements = { 5022 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production", "gathering" }
},
["2104"] = {
id = 2104,
name = "Five Star Chef",
description = "Grants +1 Lesser Pyromancy and +1 Cooking Shard Master, reducing the heat required when cooking and smithing and increasing cooking shard generation.",
enchantments = { {
id = 109,
strength = 1
}, {
id = 589,
strength = 1
} },
talentCost = 0,
skillRequirements = { {
mastery = false,
skill = "cooking",
level = 1
} },
questRequirements = { 5024 },
automaticallyChosen = true,
hideIfUnmetRequirements = true,
category = { "production", "gathering" }
}
}