Module:Crafting bench/crafting bench options

From Path of Exile Wiki
Revision as of 18:33, 13 December 2019 by >BotK2 (PyPoE/ExporterBot/1.0.0a0:)
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


Data related to crafting bench.

local data = {
	{
		npc="Niko",
		ordinal=0,
		name="Two Sockets",
		sockets=2,
		recipe_unlock_location="First Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=0,
	},
	{
		npc="Niko",
		ordinal=1,
		name="Three Sockets",
		sockets=3,
		recipe_unlock_location="First Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=1,
	},
	{
		npc="Niko",
		ordinal=2,
		name="Four Sockets",
		sockets=4,
		recipe_unlock_location="Azurite Vault in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=2,
	},
	{
		npc="Niko",
		ordinal=3,
		name="Five Sockets",
		sockets=5,
		recipe_unlock_location="Azurite Fissure in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=3,
	},
	{
		npc="Niko",
		ordinal=4,
		name="Six Sockets",
		sockets=6,
		recipe_unlock_location="Abyssal Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=4,
	},
	{
		npc="Niko",
		ordinal=5,
		name="Two Linked Sockets",
		links=2,
		recipe_unlock_location="Howling Den in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=5,
	},
	{
		npc="Niko",
		ordinal=6,
		name="Three Linked Sockets",
		links=3,
		recipe_unlock_location="Sweltering Burrow in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=6,
	},
	{
		npc="Niko",
		ordinal=7,
		name="Four Linked Sockets",
		links=4,
		recipe_unlock_location="Beast Burrow in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=7,
	},
	{
		npc="Niko",
		ordinal=8,
		name="Five Linked Sockets",
		links=5,
		recipe_unlock_location="Haunted Remains in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=8,
	},
	{
		npc="Niko",
		ordinal=9,
		name="Six Linked Sockets",
		links=6,
		recipe_unlock_location="Primeval Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=9,
	},
	{
		npc="Niko",
		ordinal=10,
		name="At Least One Red Socket",
		socket_colours="R",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet"},
		affix_type="Other",
		id=10,
	},
	{
		npc="Niko",
		ordinal=11,
		name="At Least Two Red Sockets",
		socket_colours="RR",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=11,
	},
	{
		npc="Niko",
		ordinal=12,
		name="At Least Three Red Sockets",
		socket_colours="RRR",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=12,
	},
	{
		npc="Niko",
		ordinal=13,
		name="At Least One Green Socket",
		socket_colours="G",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet"},
		affix_type="Other",
		id=13,
	},
	{
		npc="Niko",
		ordinal=14,
		name="At Least Two Green Sockets",
		socket_colours="GG",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=14,
	},
	{
		npc="Niko",
		ordinal=15,
		name="At Least Three Green Sockets",
		socket_colours="GGG",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=15,
	},
	{
		npc="Niko",
		ordinal=16,
		name="At Least One Blue Socket",
		socket_colours="B",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet"},
		affix_type="Other",
		id=16,
	},
	{
		npc="Niko",
		ordinal=17,
		name="At Least Two Blue Sockets",
		socket_colours="BB",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=17,
	},
	{
		npc="Niko",
		ordinal=18,
		name="At Least Three Blue Sockets",
		socket_colours="BBB",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=18,
	},
	{
		npc="Niko",
		ordinal=19,
		name="At Least One Red and One Green Socket",
		socket_colours="RG",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=19,
	},
	{
		npc="Niko",
		ordinal=20,
		name="At Least One Red and One Blue Socket",
		socket_colours="RB",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=20,
	},
	{
		npc="Niko",
		ordinal=21,
		name="At Least One Green and One Blue Socket",
		socket_colours="GB",
		recipe_unlock_location="Azurite Cavity in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=21,
	},
	{
		npc="Niko",
		ordinal=22,
		name="At Least Two Red and One Green Socket",
		socket_colours="RRG",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=22,
	},
	{
		npc="Niko",
		ordinal=23,
		name="At Least Two Red and One Blue Socket",
		socket_colours="RRB",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=23,
	},
	{
		npc="Niko",
		ordinal=24,
		name="At Least Two Green and One Red Socket",
		socket_colours="GGR",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=24,
	},
	{
		npc="Niko",
		ordinal=25,
		name="At Least Two Green and One Blue Socket",
		socket_colours="GGB",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=25,
	},
	{
		npc="Niko",
		ordinal=26,
		name="At Least Two Blue and One Green Socket",
		socket_colours="BBG",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=26,
	},
	{
		npc="Niko",
		ordinal=27,
		name="At Least Two Blue and One Red Socket",
		socket_colours="BBR",
		recipe_unlock_location="Ruined Chamber in the Azurite Mine",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Other",
		id=27,
	},
	{
		npc="Zana",
		ordinal=0,
		mod_id="StrDexIntMasterMapQuantity1",
		required_level=68,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=28,
	},
	{
		npc="Zana",
		ordinal=1,
		mod_id="StrDexIntMasterMapQuantity2",
		required_level=70,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=29,
	},
	{
		npc="Zana",
		ordinal=2,
		mod_id="StrDexIntMasterMapQuantity3",
		required_level=72,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=30,
	},
	{
		npc="Zana",
		ordinal=3,
		mod_id="StrDexIntMasterMapQuantity4_",
		required_level=74,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=31,
	},
	{
		npc="Zana",
		ordinal=4,
		mod_id="StrDexIntMasterMapQuantity5",
		required_level=76,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=32,
	},
	{
		npc="Zana",
		ordinal=5,
		mod_id="StrDexIntMasterMapQuantity6",
		required_level=78,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=33,
	},
	{
		npc="Zana",
		ordinal=6,
		mod_id="StrDexIntMasterMapQuantity7",
		required_level=80,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=34,
	},
	{
		npc="Zana",
		ordinal=7,
		mod_id="StrDexIntMasterMapQuantity8",
		required_level=82,
		item_classes={"Maps", "Map Fragments"},
		item_classes_ids={"Map", "MapFragment"},
		rank=0,
		mod_group="MapItemDropQuantity",
		crafting_item_class_categories={"Map", "Map Fragment"},
		affix_type="Cannot Be Generated",
		id=35,
	},
	{
		npc="Zana",
		ordinal=8,
		required_level=72,
		name="Fortune Favours the Brave",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		description="One of the options available from this device will be applied at random, including options you have not yet unlocked.",
		rank=0,
		crafting_item_class_categories={"Map"},
		affix_type="Other",
		id=36,
	},
	{
		npc="Zana",
		ordinal=9,
		required_level=101,
		name="Alternate of Same Tier (Tier 1-10)",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		description="Requires a Rare Map of Tier 10 or below. Opens a random Map of the same Tier with random Mods. Excludes the Map placed in the device.",
		rank=0,
		crafting_item_class_categories={"Map"},
		affix_type="Other",
		id=37,
	},
	{
		npc="Zana",
		ordinal=10,
		required_level=101,
		name="Shaped (Tier 1-5)",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		description="Requires a Rare Map of Tier 5 or below. Opens a version of your Map that is 5 Tiers higher, with random Mods.",
		rank=0,
		crafting_item_class_categories={"Map"},
		affix_type="Other",
		id=38,
	},
	{
		npc="Zana",
		ordinal=11,
		required_level=101,
		name="Shaped (Tier 1-10)",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		description="Requires a Rare Map of Tier 10 or below. Opens a version of your Map that is 5 Tiers higher, with random Mods and a chance to be Corrupted.",
		rank=0,
		crafting_item_class_categories={"Map"},
		affix_type="Other",
		id=39,
	},
	{
		npc="Zana",
		ordinal=12,
		required_level=101,
		name="Elder (Tier 1-15)",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		description="Requires a Rare Map of Tier 15 or below. Opens a version of your Map that is set to Tier 16, with random Mods and a chance to be Corrupted.",
		rank=0,
		crafting_item_class_categories={"Map"},
		affix_type="Other",
		id=40,
	},
	{
		npc="Zana",
		ordinal=13,
		mod_id="MapEssenceLeagueCrafted__",
		required_level=69,
		name="Essence",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapEssenceLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=41,
	},
	{
		npc="Zana",
		ordinal=14,
		mod_id="MapAnarchyExiles",
		required_level=71,
		name="Anarchy",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapAnarchyLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=42,
	},
	{
		npc="Zana",
		ordinal=15,
		mod_id="MapExtraShrinesCrafted_",
		required_level=73,
		name="Domination",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapExtraShrines",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=43,
	},
	{
		npc="Zana",
		ordinal=16,
		mod_id="MapBloodlinesLeagueCrafted",
		required_level=76,
		name="Bloodlines",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapBloodlinesLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=44,
	},
	{
		npc="Zana",
		ordinal=17,
		mod_id="MapNemesisZana",
		required_level=79,
		name="Nemesis",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapNemesisExtraRaresZana",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=45,
	},
	{
		npc="Zana",
		ordinal=18,
		mod_id="MapBeyondLeagueCrafted",
		required_level=82,
		name="Beyond",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapBeyondLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=46,
	},
	{
		npc="Zana",
		ordinal=19,
		mod_id="MapLegionLeagueCrafted",
		required_level=83,
		name="Legion",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapLegionLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=47,
	},
	{
		npc="Zana",
		ordinal=20,
		mod_id="MapOnslaught_",
		required_level=101,
		name="Onslaught",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapOnslaught",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=48,
	},
	{
		npc="Zana",
		ordinal=21,
		mod_id="MapExtraStrongBoxes",
		required_level=101,
		name="Ambush",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapExtraStrongBoxes",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=49,
	},
	{
		npc="Zana",
		ordinal=22,
		mod_id="MapWbCrafted_",
		required_level=101,
		name="Warbands",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapWbCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=50,
	},
	{
		npc="Zana",
		ordinal=23,
		mod_id="MapPerandusLeagueCrafted",
		required_level=101,
		name="Perandus",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapPerandusLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=51,
	},
	{
		npc="Zana",
		ordinal=24,
		mod_id="MapBreachLeagueCrafted",
		required_level=101,
		name="Breach",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapBreachLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=52,
	},
	{
		npc="Zana",
		ordinal=25,
		mod_id="MapTormentLeagueCrafted",
		required_level=101,
		name="Torment",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapTormentLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=53,
	},
	{
		npc="Zana",
		ordinal=26,
		mod_id="AbyssLeagueCrafted",
		required_level=101,
		name="Abyss",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="AbyssLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=54,
	},
	{
		npc="Zana",
		ordinal=27,
		mod_id="MapExtraInvasionBosses",
		required_level=101,
		name="Invasion",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapExtraInvasionBosses",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=55,
	},
	{
		npc="Zana",
		ordinal=28,
		mod_id="MapRampageLeagueCrafted",
		required_level=101,
		name="Rampage",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapRampageLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=56,
	},
	{
		npc="Zana",
		ordinal=29,
		mod_id="MapWeatherCrafted",
		required_level=101,
		name="Tempest",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapWeatherCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=57,
	},
	{
		npc="Zana",
		ordinal=30,
		mod_id="MapTalismanLeagueCrafted",
		required_level=101,
		name="Talisman",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapTalismanLeagueCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=58,
	},
	{
		npc="Zana",
		ordinal=31,
		mod_id="MapHarbingerLeagueCrafted",
		required_level=101,
		name="Harbinger",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapSpawnHarbingersCrafted",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=59,
	},
	{
		npc="Zana",
		ordinal=32,
		mod_id="MapMonsterLifeCrafted1",
		required_level=101,
		name="Monster Life I",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterLifeMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=60,
	},
	{
		npc="Zana",
		ordinal=33,
		mod_id="MapMonsterLifeCrafted2",
		required_level=101,
		name="Monster Life II",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterLifeMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=61,
	},
	{
		npc="Zana",
		ordinal=34,
		mod_id="MapMonsterLifeCrafted3",
		required_level=101,
		name="Monster Life III",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterLifeMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=62,
	},
	{
		npc="Zana",
		ordinal=35,
		mod_id="MapMonsterLifeCrafted4",
		required_level=101,
		name="Monster Life IV",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterLifeMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=63,
	},
	{
		npc="Zana",
		ordinal=36,
		mod_id="MapMonsterDamageCrafted1___",
		required_level=101,
		name="Monster Damage I",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterDamageMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=64,
	},
	{
		npc="Zana",
		ordinal=37,
		mod_id="MapMonsterDamageCrafted2",
		required_level=101,
		name="Monster Damage II",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterDamageMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=65,
	},
	{
		npc="Zana",
		ordinal=38,
		mod_id="MapMonsterDamageCrafted3",
		required_level=101,
		name="Monster Damage III",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterDamageMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=66,
	},
	{
		npc="Zana",
		ordinal=39,
		mod_id="MapMonsterDamageCrafted4",
		required_level=101,
		name="Monster Damage IV",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterDamageMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=67,
	},
	{
		npc="Zana",
		ordinal=40,
		mod_id="MapMonsterPacksSpidersMap2Tier",
		required_level=101,
		name="Area is inhabited by Spiders",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterPacksSpidersMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=68,
	},
	{
		npc="Zana",
		ordinal=41,
		mod_id="MapMonsterPacksBlackguardsMap2Tier",
		required_level=101,
		name="Area is inhabited by Blackguards",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterPacksBlackguardsMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=69,
	},
	{
		npc="Zana",
		ordinal=42,
		mod_id="MapMonsterPacksBanditsMap2Tier",
		required_level=101,
		name="Area is inhabited by Bandits",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMonsterPacksBanditsMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Cannot Be Generated",
		id=70,
	},
	{
		npc="Zana",
		ordinal=43,
		mod_id="MapTotemsMap2Tier",
		required_level=101,
		name="Additional Totems",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapTotemsMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Prefix",
		id=71,
	},
	{
		npc="Zana",
		ordinal=44,
		mod_id="MapMultipleExilesMap2Tier",
		required_level=101,
		name="Additional Rogue Exiles",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapMultipleExilesMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Prefix",
		id=72,
	},
	{
		npc="Zana",
		ordinal=45,
		mod_id="MapBeyondLeagueRolledMap2Tier",
		required_level=101,
		name="Monsters from Beyond",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapBeyondLeagueRolledMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Prefix",
		id=73,
	},
	{
		npc="Zana",
		ordinal=46,
		mod_id="MapTwoBossesMap2Tier_",
		required_level=101,
		name="Twinned Unique Bosses",
		item_classes={"Maps"},
		item_classes_ids={"Map"},
		rank=0,
		mod_group="MapTwoBossesMap2Tier",
		crafting_item_class_categories={"Map"},
		affix_type="Prefix",
		id=74,
	},
	{
		npc="Helena",
		ordinal=0,
		mod_id="HelenaMasterIncreasedLife1",
		rank=1,
		mod_group="IncreasedLife",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Prefix",
		id=75,
	},
	{
		npc="Helena",
		ordinal=1,
		mod_id="HelenaMasterFireResist1",
		rank=1,
		mod_group="FireResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=76,
	},
	{
		npc="Helena",
		ordinal=2,
		mod_id="HelenaMasterColdResist1_",
		rank=1,
		mod_group="ColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=77,
	},
	{
		npc="Helena",
		ordinal=3,
		mod_id="HelenaMasterLightningResist1",
		rank=1,
		mod_group="LightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=78,
	},
	{
		npc="Helena",
		ordinal=4,
		mod_id="HelenaMasterStrength1",
		rank=1,
		mod_group="Strength",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=79,
	},
	{
		npc="Helena",
		ordinal=5,
		mod_id="HelenaMasterDexterity1",
		rank=1,
		mod_group="Dexterity",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=80,
	},
	{
		npc="Helena",
		ordinal=6,
		mod_id="HelenaMasterIntelligence1",
		rank=1,
		mod_group="Intelligence",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=81,
	},
	{
		npc="Helena",
		ordinal=7,
		name="Remove Crafted Mods",
		rank=0,
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Other",
		id=82,
	},
	{
		npc="Helena",
		ordinal=8,
		mod_id="EinharMasterFireResist2",
		recipe_unlock_location="The Crystal Veins",
		rank=2,
		mod_group="FireResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=83,
	},
	{
		npc="Helena",
		ordinal=9,
		mod_id="EinharMasterFireResist3_",
		recipe_unlock_location="Doedre's Cesspool",
		rank=3,
		mod_group="FireResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=84,
	},
	{
		npc="Helena",
		ordinal=10,
		mod_id="EinharMasterColdResist2",
		recipe_unlock_location="The Crystal Veins",
		rank=2,
		mod_group="ColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=85,
	},
	{
		npc="Helena",
		ordinal=11,
		mod_id="EinharMasterColdResist3__",
		recipe_unlock_location="Doedre's Cesspool",
		rank=3,
		mod_group="ColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=86,
	},
	{
		npc="Helena",
		ordinal=12,
		mod_id="EinharMasterLightningResist2",
		recipe_unlock_location="The Crystal Veins",
		rank=2,
		mod_group="LightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=87,
	},
	{
		npc="Helena",
		ordinal=13,
		mod_id="EinharMasterLightningResist3_",
		recipe_unlock_location="Doedre's Cesspool",
		rank=3,
		mod_group="LightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=88,
	},
	{
		npc="Helena",
		ordinal=14,
		mod_id="EinharMasterFireAndColdResist1",
		recipe_unlock_location="Labyrinth Trial in The Lower Prison",
		rank=1,
		mod_group="FireAndColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=89,
	},
	{
		npc="Helena",
		ordinal=15,
		mod_id="EinharMasterFireAndColdResist2",
		recipe_unlock_location="Cruel Aspirant's Trial",
		rank=2,
		mod_group="FireAndColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=90,
	},
	{
		npc="Helena",
		ordinal=16,
		mod_id="EinharMasterFireAndColdResist3",
		recipe_unlock_location="Merciless Aspirant's Trial",
		rank=3,
		mod_group="FireAndColdResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=91,
	},
	{
		npc="Helena",
		ordinal=17,
		mod_id="EinharMasterColdAndLightningResist1_",
		recipe_unlock_location="Labyrinth Trial in The Lower Prison",
		rank=1,
		mod_group="ColdAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=92,
	},
	{
		npc="Helena",
		ordinal=18,
		mod_id="EinharMasterColdAndLightningResist2",
		recipe_unlock_location="Cruel Aspirant's Trial",
		rank=2,
		mod_group="ColdAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=93,
	},
	{
		npc="Helena",
		ordinal=19,
		mod_id="EinharMasterColdAndLightningResist3_",
		recipe_unlock_location="Merciless Aspirant's Trial",
		rank=3,
		mod_group="ColdAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=94,
	},
	{
		npc="Helena",
		ordinal=20,
		mod_id="EinharMasterFireAndLightningResist1",
		recipe_unlock_location="Labyrinth Trial in The Lower Prison",
		rank=1,
		mod_group="FireAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=95,
	},
	{
		npc="Helena",
		ordinal=21,
		mod_id="EinharMasterFireAndLightningResist2",
		recipe_unlock_location="Cruel Aspirant's Trial",
		rank=2,
		mod_group="FireAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=96,
	},
	{
		npc="Helena",
		ordinal=22,
		mod_id="EinharMasterFireAndLightningResist3_",
		recipe_unlock_location="Merciless Aspirant's Trial",
		rank=3,
		mod_group="FireAndLightningResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Belt", "Quiver"},
		affix_type="Suffix",
		id=97,
	},
	{
		npc="Helena",
		ordinal=23,
		mod_id="EinharMasterAllResist1",
		recipe_unlock_location="Aspirant's Trial",
		rank=1,
		mod_group="AllResistances",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=98,
	},
	{
		npc="Helena",
		ordinal=24,
		mod_id="EinharMasterAllResist2",
		recipe_unlock_location="Eternal Aspirant's Trial",
		rank=2,
		mod_group="AllResistances",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=99,
	},
	{
		npc="Helena",
		ordinal=25,
		mod_id="EinharMasterAllResistMinionResist1_",
		recipe_unlock_location="Aspirant's Trial",
		rank=1,
		mod_group="AllResistancesMinionResistances",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=100,
	},
	{
		npc="Helena",
		ordinal=26,
		mod_id="EinharMasterAllResistMinionResist2",
		recipe_unlock_location="Eternal Aspirant's Trial",
		rank=2,
		mod_group="AllResistancesMinionResistances",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=101,
	},
	{
		npc="Helena",
		ordinal=27,
		mod_id="EinharMasterStrength2",
		recipe_unlock_location="The Ascent",
		rank=2,
		mod_group="Strength",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=102,
	},
	{
		npc="Helena",
		ordinal=28,
		mod_id="EinharMasterStrength3",
		recipe_unlock_location="The Western Forest",
		rank=3,
		mod_group="Strength",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=103,
	},
	{
		npc="Helena",
		ordinal=29,
		mod_id="EinharMasterDexterity2",
		recipe_unlock_location="The Ascent",
		rank=2,
		mod_group="Dexterity",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=104,
	},
	{
		npc="Helena",
		ordinal=30,
		mod_id="EinharMasterDexterity3",
		recipe_unlock_location="The Western Forest",
		rank=3,
		mod_group="Dexterity",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=105,
	},
	{
		npc="Helena",
		ordinal=31,
		mod_id="EinharMasterIntelligence2__",
		recipe_unlock_location="The Ascent",
		rank=2,
		mod_group="Intelligence",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=106,
	},
	{
		npc="Helena",
		ordinal=32,
		mod_id="EinharMasterIntelligence3",
		recipe_unlock_location="The Western Forest",
		rank=3,
		mod_group="Intelligence",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=107,
	},
	{
		npc="Helena",
		ordinal=33,
		mod_id="EinharMasterAllAttributes1",
		recipe_unlock_location="Labyrinth Trial in The Imperial Gardens",
		rank=1,
		mod_group="AllAttributes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=108,
	},
	{
		npc="Helena",
		ordinal=34,
		mod_id="EinharMasterAllAttributes2",
		recipe_unlock_location="Labyrinth Trial in The Tunnel",
		rank=2,
		mod_group="AllAttributes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver"},
		affix_type="Suffix",
		id=109,
	},
	{
		npc="Helena",
		ordinal=35,
		mod_id="EinharMasterMovementVelocity1",
		recipe_unlock_location="The Caverns",
		rank=1,
		mod_group="MovementVelocity",
		crafting_item_class_categories={"Boots"},
		affix_type="Prefix",
		id=110,
	},
	{
		npc="Helena",
		ordinal=36,
		mod_id="EinharMasterMovementVelocity2",
		recipe_unlock_location="The Chamber of Innocence",
		rank=2,
		mod_group="MovementVelocity",
		crafting_item_class_categories={"Boots"},
		affix_type="Prefix",
		id=111,
	},
	{
		npc="Helena",
		ordinal=37,
		mod_id="EinharMasterMovementVelocity3",
		recipe_unlock_location="Epilogue",
		rank=3,
		mod_group="MovementVelocity",
		crafting_item_class_categories={"Boots"},
		affix_type="Prefix",
		id=112,
	},
	{
		npc="Helena",
		ordinal=38,
		mod_id="EinharMasterIncreasedLife2",
		recipe_unlock_location="The Beacon",
		rank=2,
		mod_group="IncreasedLife",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Prefix",
		id=113,
	},
	{
		npc="Helena",
		ordinal=39,
		mod_id="EinharMasterIncreasedLife3",
		recipe_unlock_location="The Desecrated Chambers",
		rank=3,
		mod_group="IncreasedLife",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Prefix",
		id=114,
	},
	{
		npc="Helena",
		ordinal=40,
		mod_id="EinharMasterIncreasedLife4",
		recipe_unlock_location="Cage Map",
		rank=4,
		mod_group="IncreasedLife",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield"},
		affix_type="Prefix",
		id=115,
	},
	{
		npc="Helena",
		ordinal=41,
		mod_id="EinharMasterIncreasedLife5_",
		recipe_unlock_location="Plateau Map",
		rank=5,
		mod_group="IncreasedLife",
		crafting_item_class_categories={"Body Armour"},
		affix_type="Prefix",
		id=116,
	},
	{
		npc="Helena",
		ordinal=42,
		mod_id="EinharMasterLifeLeechFromAttacksPermyriad1",
		recipe_unlock_location="Atoll Map",
		rank=1,
		mod_group="LifeLeechPermyriad",
		crafting_item_class_categories={"Ring", "Amulet", "Gloves", "Quiver"},
		affix_type="Prefix",
		id=117,
	},
	{
		npc="Helena",
		ordinal=43,
		mod_id="EinharMasterLifeLeechFromAttacksPermyriad2",
		recipe_unlock_location="The Temple of Atzoatl - Pools of Restoration, Sanctum of Vitality or Sanctum of Immortality",
		rank=2,
		mod_group="LifeLeechPermyriad",
		crafting_item_class_categories={"Amulet"},
		affix_type="Prefix",
		id=118,
	},
	{
		npc="Helena",
		ordinal=44,
		mod_id="EinharMasterLocalLifeLeechPermyriad1__",
		recipe_unlock_location="Atoll Map",
		rank=1,
		mod_group="LifeLeechLocalPermyriad",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=119,
	},
	{
		npc="Helena",
		ordinal=45,
		mod_id="EinharMasterLocalLifeLeechPermyriad2",
		recipe_unlock_location="The Temple of Atzoatl - Pools of Restoration, Sanctum of Vitality or Sanctum of Immortality",
		rank=2,
		mod_group="LifeLeechLocalPermyriad",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		affix_type="Suffix",
		id=120,
	},
	{
		npc="Helena",
		ordinal=46,
		mod_id="EinharMasterLocalManaLeechPermyriad1",
		recipe_unlock_location="The Temple of Atzoatl - Pools of Restoration, Sanctum of Vitality or Sanctum of Immortality",
		rank=0,
		mod_group="ManaLeechLocalPermyriad",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=121,
	},
	{
		npc="Helena",
		ordinal=47,
		mod_id="EinharMasterIncreasedManaTwoHandWeapon1___",
		rank=1,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=122,
	},
	{
		npc="Helena",
		ordinal=48,
		mod_id="EinharMasterIncreasedManaTwoHandWeapon2_",
		recipe_unlock_location="The Beacon",
		rank=2,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=123,
	},
	{
		npc="Helena",
		ordinal=49,
		mod_id="EinharMasterIncreasedManaTwoHandWeapon3_",
		recipe_unlock_location="The Desecrated Chambers",
		rank=3,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=124,
	},
	{
		npc="Helena",
		ordinal=50,
		mod_id="EinharMasterIncreasedManaTwoHandWeapon4",
		recipe_unlock_location="Cage Map",
		rank=4,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=125,
	},
	{
		npc="Helena",
		ordinal=51,
		mod_id="EinharMasterIncreasedManaWeapon1__",
		rank=1,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=126,
	},
	{
		npc="Helena",
		ordinal=52,
		mod_id="EinharMasterIncreasedManaWeapon2",
		recipe_unlock_location="The Beacon",
		rank=2,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=127,
	},
	{
		npc="Helena",
		ordinal=53,
		mod_id="EinharMasterIncreasedManaWeapon3_",
		recipe_unlock_location="The Desecrated Chambers",
		rank=3,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=128,
	},
	{
		npc="Helena",
		ordinal=54,
		mod_id="EinharMasterIncreasedManaWeapon4",
		recipe_unlock_location="Cage Map",
		rank=4,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=129,
	},
	{
		npc="Helena",
		ordinal=55,
		mod_id="EinharMasterIncreasedMana1",
		rank=1,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver", "Belt"},
		affix_type="Prefix",
		id=130,
	},
	{
		npc="Helena",
		ordinal=56,
		mod_id="EinharMasterIncreasedMana2",
		recipe_unlock_location="The Beacon",
		rank=2,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver", "Belt"},
		affix_type="Prefix",
		id=131,
	},
	{
		npc="Helena",
		ordinal=57,
		mod_id="EinharMasterIncreasedMana3",
		recipe_unlock_location="The Desecrated Chambers",
		rank=3,
		mod_group="IncreasedMana",
		crafting_item_class_categories={"Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Quiver", "Belt"},
		affix_type="Prefix",
		id=132,
	},
	{
		npc="Helena",
		ordinal=58,
		mod_id="EinharMasterManaRegeneration1",
		recipe_unlock_location="Labyrinth Trial in The Chamber of Sins Level 2",
		rank=1,
		mod_group="ManaRegeneration",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Ring", "Amulet", "Shield"},
		affix_type="Suffix",
		id=133,
	},
	{
		npc="Helena",
		ordinal=59,
		mod_id="EinharMasterManaRegeneration2",
		recipe_unlock_location="Pen Map",
		rank=2,
		mod_group="ManaRegeneration",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Ring", "Amulet", "Shield"},
		affix_type="Suffix",
		id=134,
	},
	{
		npc="Helena",
		ordinal=60,
		mod_id="EinharMasterLocalIncreasedPhysicalDamage1",
		recipe_unlock_location="The Sewers",
		rank=1,
		mod_group="LocalPhysicalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=135,
	},
	{
		npc="Helena",
		ordinal=61,
		mod_id="EinharMasterLocalIncreasedPhysicalDamage2_",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="LocalPhysicalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=136,
	},
	{
		npc="Helena",
		ordinal=62,
		mod_id="EinharMasterLocalIncreasedPhysicalDamage3",
		recipe_unlock_location="The Quarry",
		rank=3,
		mod_group="LocalPhysicalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=137,
	},
	{
		npc="Helena",
		ordinal=63,
		mod_id="EinharMasterLocalIncreasedPhysicalDamage4___",
		recipe_unlock_location="Relic Chambers Map",
		rank=4,
		mod_group="LocalPhysicalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=138,
	},
	{
		npc="Helena",
		ordinal=64,
		mod_id="EinharMasterSpellDamageOnTwoHandWeapon1",
		recipe_unlock_location="The Ancient Pyramid",
		rank=1,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=139,
	},
	{
		npc="Helena",
		ordinal=65,
		mod_id="EinharMasterSpellDamageOnTwoHandWeapon2",
		recipe_unlock_location="Shavronne's Tower",
		rank=2,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=140,
	},
	{
		npc="Helena",
		ordinal=66,
		mod_id="EinharMasterSpellDamageOnTwoHandWeapon3",
		recipe_unlock_location="The Boiling Lake",
		rank=3,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=141,
	},
	{
		npc="Helena",
		ordinal=67,
		mod_id="EinharMasterSpellDamageOnTwoHandWeapon4_",
		recipe_unlock_location="Desert Spring Map",
		rank=4,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=142,
	},
	{
		npc="Helena",
		ordinal=68,
		mod_id="EinharMasterSpellDamageOnWeapon1_",
		recipe_unlock_location="The Ancient Pyramid",
		rank=1,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=143,
	},
	{
		npc="Helena",
		ordinal=69,
		mod_id="EinharMasterSpellDamageOnWeapon2",
		recipe_unlock_location="Shavronne's Tower",
		rank=2,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=144,
	},
	{
		npc="Helena",
		ordinal=70,
		mod_id="EinharMasterSpellDamageOnWeapon3",
		recipe_unlock_location="The Boiling Lake",
		rank=3,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=145,
	},
	{
		npc="Helena",
		ordinal=71,
		mod_id="EinharMasterSpellDamageOnWeapon4",
		recipe_unlock_location="Desert Spring Map",
		rank=4,
		mod_group="WeaponSpellDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=146,
	},
	{
		npc="Helena",
		ordinal=72,
		mod_id="EinharMasterDegenerationDamage1_",
		recipe_unlock_location="Labyrinth Trial in The Crypt",
		rank=1,
		mod_group="DegenerationDamage",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=147,
	},
	{
		npc="Helena",
		ordinal=73,
		mod_id="EinharMasterDegenerationDamage2",
		recipe_unlock_location="Castle Ruins Map",
		rank=2,
		mod_group="DegenerationDamage",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=148,
	},
	{
		npc="Helena",
		ordinal=74,
		mod_id="EinharMasterWeaponElementalDamage1_",
		recipe_unlock_location="Labyrinth Trial in The Catacombs",
		rank=1,
		mod_group="IncreasedWeaponElementalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Prefix",
		id=149,
	},
	{
		npc="Helena",
		ordinal=75,
		mod_id="EinharMasterWeaponElementalDamage2",
		recipe_unlock_location="Academy Map",
		rank=2,
		mod_group="IncreasedWeaponElementalDamagePercent",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Quiver", "Belt"},
		affix_type="Prefix",
		id=150,
	},
	{
		npc="Helena",
		ordinal=76,
		mod_id="EinharMasterLocalIncreasedAttackSpeed1__",
		recipe_unlock_location="The Dried Lake",
		rank=1,
		mod_group="LocalIncreasedAttackSpeed",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=151,
	},
	{
		npc="Helena",
		ordinal=77,
		mod_id="EinharMasterLocalIncreasedAttackSpeed2_",
		recipe_unlock_location="The Vastiri Desert",
		rank=2,
		mod_group="LocalIncreasedAttackSpeed",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		affix_type="Suffix",
		id=152,
	},
	{
		npc="Helena",
		ordinal=78,
		mod_id="EinharMasterLocalIncreasedAttackSpeed3",
		recipe_unlock_location="Crimson Temple Map",
		rank=3,
		mod_group="LocalIncreasedAttackSpeed",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		affix_type="Suffix",
		id=153,
	},
	{
		npc="Helena",
		ordinal=79,
		mod_id="EinharMasterLocalIncreasedAttackSpeedRanged3",
		recipe_unlock_location="Crimson Temple Map",
		rank=3,
		mod_group="LocalIncreasedAttackSpeed",
		crafting_item_class_categories={"One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=154,
	},
	{
		npc="Helena",
		ordinal=80,
		mod_id="EinharMasterAttackSpeed1",
		recipe_unlock_location="The Dried Lake",
		rank=0,
		mod_group="IncreasedAttackSpeed",
		crafting_item_class_categories={"Gloves", "Quiver"},
		affix_type="Suffix",
		id=155,
	},
	{
		npc="Helena",
		ordinal=81,
		mod_id="EinharMasterIncreasedCastSpeedTwoHand1",
		recipe_unlock_location="The Dried Lake",
		rank=1,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Suffix",
		id=156,
	},
	{
		npc="Helena",
		ordinal=82,
		mod_id="EinharMasterIncreasedCastSpeedTwoHand2",
		recipe_unlock_location="The Vastiri Desert",
		rank=2,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Suffix",
		id=157,
	},
	{
		npc="Helena",
		ordinal=83,
		mod_id="EinharMasterIncreasedCastSpeedTwoHand3_",
		recipe_unlock_location="Crimson Temple Map",
		rank=3,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Suffix",
		id=158,
	},
	{
		npc="Helena",
		ordinal=84,
		mod_id="EinharMasterIncreasedCastSpeed1",
		recipe_unlock_location="The Dried Lake",
		rank=1,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=159,
	},
	{
		npc="Helena",
		ordinal=85,
		mod_id="EinharMasterIncreasedCastSpeed2",
		recipe_unlock_location="The Vastiri Desert",
		rank=2,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=160,
	},
	{
		npc="Helena",
		ordinal=86,
		mod_id="EinharMasterIncreasedCastSpeed3",
		recipe_unlock_location="Crimson Temple Map",
		rank=3,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=161,
	},
	{
		npc="Helena",
		ordinal=87,
		mod_id="EinharMasterFireDamageTwoHandPrefix1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=162,
	},
	{
		npc="Helena",
		ordinal=88,
		mod_id="EinharMasterFireDamageTwoHandPrefix2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=163,
	},
	{
		npc="Helena",
		ordinal=89,
		mod_id="EinharMasterFireDamageTwoHandPrefix3",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=164,
	},
	{
		npc="Helena",
		ordinal=90,
		mod_id="EinharMasterFireDamagePrefix1_",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=165,
	},
	{
		npc="Helena",
		ordinal=91,
		mod_id="EinharMasterFireDamagePrefix2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=166,
	},
	{
		npc="Helena",
		ordinal=92,
		mod_id="EinharMasterFireDamagePrefix3_",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="FireDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=167,
	},
	{
		npc="Helena",
		ordinal=93,
		mod_id="EinharMasterFireDamage1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="FireDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=168,
	},
	{
		npc="Helena",
		ordinal=94,
		mod_id="EinharMasterFireDamage2_",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="FireDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=169,
	},
	{
		npc="Helena",
		ordinal=95,
		mod_id="EinharMasterColdDamageTwoHandPrefix1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=170,
	},
	{
		npc="Helena",
		ordinal=96,
		mod_id="EinharMasterColdDamageTwoHandPrefix2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=171,
	},
	{
		npc="Helena",
		ordinal=97,
		mod_id="EinharMasterColdDamageTwoHandPrefix3",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=172,
	},
	{
		npc="Helena",
		ordinal=98,
		mod_id="EinharMasterColdDamagePrefix1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=173,
	},
	{
		npc="Helena",
		ordinal=99,
		mod_id="EinharMasterColdDamagePrefix2__",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=174,
	},
	{
		npc="Helena",
		ordinal=100,
		mod_id="EinharMasterColdDamagePrefix3_",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="ColdDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=175,
	},
	{
		npc="Helena",
		ordinal=101,
		mod_id="EinharMasterColdDamage1_",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="ColdDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=176,
	},
	{
		npc="Helena",
		ordinal=102,
		mod_id="EinharMasterColdDamage2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="ColdDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=177,
	},
	{
		npc="Helena",
		ordinal=103,
		mod_id="EinharMasterLightningDamageTwoHandPrefix1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=178,
	},
	{
		npc="Helena",
		ordinal=104,
		mod_id="EinharMasterLightningDamageTwoHandPrefix2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=179,
	},
	{
		npc="Helena",
		ordinal=105,
		mod_id="EinharMasterLightningDamageTwoHandPrefix3",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=180,
	},
	{
		npc="Helena",
		ordinal=106,
		mod_id="EinharMasterLightningDamagePrefix1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=181,
	},
	{
		npc="Helena",
		ordinal=107,
		mod_id="EinharMasterLightningDamagePrefix2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=182,
	},
	{
		npc="Helena",
		ordinal=108,
		mod_id="EinharMasterLightningDamagePrefix3",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="LightningDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=183,
	},
	{
		npc="Helena",
		ordinal=109,
		mod_id="EinharMasterLightningDamage1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LightningDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=184,
	},
	{
		npc="Helena",
		ordinal=110,
		mod_id="EinharMasterLightningDamage2_",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LightningDamagePercentage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=185,
	},
	{
		npc="Helena",
		ordinal=111,
		mod_id="EinharMasterChaosDamageTwoHandPrefix1",
		recipe_unlock_location="The Belly of the Beast Level 2",
		rank=1,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=186,
	},
	{
		npc="Helena",
		ordinal=112,
		mod_id="EinharMasterChaosDamageTwoHandPrefix2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=187,
	},
	{
		npc="Helena",
		ordinal=113,
		mod_id="EinharMasterChaosDamageTwoHandPrefix3_",
		recipe_unlock_location="The Temple of Atzoatl - Poison Garden, Cultivar Chamber or Toxic Grove",
		rank=3,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=188,
	},
	{
		npc="Helena",
		ordinal=114,
		mod_id="EinharMasterChaosDamagePrefix1",
		recipe_unlock_location="The Belly of the Beast Level 2",
		rank=1,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=189,
	},
	{
		npc="Helena",
		ordinal=115,
		mod_id="EinharMasterChaosDamagePrefix2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=190,
	},
	{
		npc="Helena",
		ordinal=116,
		mod_id="EinharMasterChaosDamagePrefix3",
		recipe_unlock_location="The Temple of Atzoatl - Poison Garden, Cultivar Chamber or Toxic Grove",
		rank=3,
		mod_group="ChaosDamageWeaponPrefix",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=191,
	},
	{
		npc="Helena",
		ordinal=117,
		mod_id="EinharMasterChaosDamage1",
		recipe_unlock_location="The Belly of the Beast Level 2",
		rank=1,
		mod_group="IncreasedChaosDamage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=192,
	},
	{
		npc="Helena",
		ordinal=118,
		mod_id="EinharMasterChaosDamage2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="IncreasedChaosDamage",
		crafting_item_class_categories={"Ring", "Amulet", "One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=193,
	},
	{
		npc="Helena",
		ordinal=119,
		mod_id="EinharMasterLocalAccuracyRating1",
		recipe_unlock_location="The Reliquary",
		rank=1,
		mod_group="LocalAccuracyRating",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=194,
	},
	{
		npc="Helena",
		ordinal=120,
		mod_id="EinharMasterLocalAccuracyRating2",
		recipe_unlock_location="The Temple of Decay Level 2",
		rank=2,
		mod_group="LocalAccuracyRating",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=195,
	},
	{
		npc="Helena",
		ordinal=121,
		mod_id="EinharMasterLocalAccuracyRating3",
		recipe_unlock_location="The Temple of Atzoatl - Sparring Room, Arena of Valour or Hall of Champions",
		rank=3,
		mod_group="LocalAccuracyRating",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=196,
	},
	{
		npc="Helena",
		ordinal=122,
		mod_id="EinharMasterAccuracyRating1",
		recipe_unlock_location="The Reliquary",
		rank=1,
		mod_group="IncreasedAccuracy",
		crafting_item_class_categories={"Gloves", "Helmet", "Ring", "Amulet", "Quiver", "Shield"},
		affix_type="Suffix",
		id=197,
	},
	{
		npc="Helena",
		ordinal=123,
		mod_id="EinharMasterAccuracyRating2_",
		recipe_unlock_location="The Temple of Decay Level 2",
		rank=2,
		mod_group="IncreasedAccuracy",
		crafting_item_class_categories={"Gloves", "Helmet", "Ring", "Amulet", "Quiver", "Shield"},
		affix_type="Suffix",
		id=198,
	},
	{
		npc="Helena",
		ordinal=124,
		mod_id="EinharMasterAccuracyRating3",
		recipe_unlock_location="The Temple of Atzoatl - Sparring Room, Arena of Valour or Hall of Champions",
		rank=3,
		mod_group="IncreasedAccuracy",
		crafting_item_class_categories={"Gloves", "Helmet", "Ring", "Amulet", "Quiver", "Shield"},
		affix_type="Suffix",
		id=199,
	},
	{
		npc="Helena",
		ordinal=125,
		mod_id="EinharMasterPhysicalDamage1_",
		recipe_unlock_location="The Sewers",
		rank=1,
		mod_group="PhysicalDamagePercent",
		crafting_item_class_categories={"Shield", "Amulet"},
		affix_type="Suffix",
		id=200,
	},
	{
		npc="Helena",
		ordinal=126,
		mod_id="EinharMasterPhysicalDamage2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="PhysicalDamagePercent",
		crafting_item_class_categories={"Shield", "Amulet"},
		affix_type="Suffix",
		id=201,
	},
	{
		npc="Helena",
		ordinal=127,
		mod_id="EinharMasterArmourPercent1_",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalPhysicalDamageReductionRatingPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=202,
	},
	{
		npc="Helena",
		ordinal=128,
		mod_id="EinharMasterArmourPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalPhysicalDamageReductionRatingPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=203,
	},
	{
		npc="Helena",
		ordinal=129,
		mod_id="EinharMasterArmourPercent3_",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalPhysicalDamageReductionRatingPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=204,
	},
	{
		npc="Helena",
		ordinal=130,
		mod_id="EinharMasterFlatArmour1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalPhysicalDamageReductionRating",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=205,
	},
	{
		npc="Helena",
		ordinal=131,
		mod_id="EinharMasterFlatArmour2_",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalPhysicalDamageReductionRating",
		crafting_item_class_categories={"Body Armour", "Helmet", "Shield"},
		affix_type="Prefix",
		id=206,
	},
	{
		npc="Helena",
		ordinal=132,
		mod_id="EinharMasterFlatArmour3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalPhysicalDamageReductionRating",
		crafting_item_class_categories={"Body Armour", "Shield"},
		affix_type="Prefix",
		id=207,
	},
	{
		npc="Helena",
		ordinal=133,
		mod_id="EinharMasterEvasionPercent1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalEvasionRatingIncreasePercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=208,
	},
	{
		npc="Helena",
		ordinal=134,
		mod_id="EinharMasterEvasionPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalEvasionRatingIncreasePercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=209,
	},
	{
		npc="Helena",
		ordinal=135,
		mod_id="EinharMasterEvasionPercent3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalEvasionRatingIncreasePercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=210,
	},
	{
		npc="Helena",
		ordinal=136,
		mod_id="EinharMasterFlatEvasion1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalEvasionRating",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=211,
	},
	{
		npc="Helena",
		ordinal=137,
		mod_id="EinharMasterFlatEvasion2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalEvasionRating",
		crafting_item_class_categories={"Body Armour", "Helmet", "Shield"},
		affix_type="Prefix",
		id=212,
	},
	{
		npc="Helena",
		ordinal=138,
		mod_id="EinharMasterFlatEvasion3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalEvasionRating",
		crafting_item_class_categories={"Body Armour", "Shield"},
		affix_type="Prefix",
		id=213,
	},
	{
		npc="Helena",
		ordinal=139,
		mod_id="EinharMasterEnergyShieldPercent1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalEnergyShieldPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=214,
	},
	{
		npc="Helena",
		ordinal=140,
		mod_id="EinharMasterEnergyShieldPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalEnergyShieldPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=215,
	},
	{
		npc="Helena",
		ordinal=141,
		mod_id="EinharMasterEnergyShieldPercent3_",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalEnergyShieldPercent",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=216,
	},
	{
		npc="Helena",
		ordinal=142,
		mod_id="EinharMasterFlatEnergyShield1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=217,
	},
	{
		npc="Helena",
		ordinal=143,
		mod_id="EinharMasterFlatEnergyShield2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalEnergyShield",
		crafting_item_class_categories={"Body Armour", "Helmet", "Shield"},
		affix_type="Prefix",
		id=218,
	},
	{
		npc="Helena",
		ordinal=144,
		mod_id="EinharMasterFlatEnergyShield3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalEnergyShield",
		crafting_item_class_categories={"Body Armour", "Shield"},
		affix_type="Prefix",
		id=219,
	},
	{
		npc="Helena",
		ordinal=145,
		mod_id="EinharMasterGlobalEnergyShield1",
		recipe_unlock_location="Laboratory Map",
		rank=1,
		mod_group="GlobalEnergyShieldPercent",
		crafting_item_class_categories={"Amulet"},
		affix_type="Prefix",
		id=220,
	},
	{
		npc="Helena",
		ordinal=146,
		mod_id="EinharMasterGlobalEnergyShield2",
		recipe_unlock_location="Lava Lake Map",
		rank=2,
		mod_group="GlobalEnergyShieldPercent",
		crafting_item_class_categories={"Amulet"},
		affix_type="Prefix",
		id=221,
	},
	{
		npc="Helena",
		ordinal=147,
		mod_id="EinharMasterMaximumEnergyShield1_",
		recipe_unlock_location="Laboratory Map",
		rank=1,
		mod_group="EnergyShield",
		crafting_item_class_categories={"Amulet", "Ring"},
		affix_type="Prefix",
		id=222,
	},
	{
		npc="Helena",
		ordinal=148,
		mod_id="EinharMasterMaximumEnergyShield2_",
		recipe_unlock_location="Lava Lake Map",
		rank=2,
		mod_group="EnergyShield",
		crafting_item_class_categories={"Amulet", "Ring"},
		affix_type="Prefix",
		id=223,
	},
	{
		npc="Helena",
		ordinal=149,
		mod_id="EinharMasterArmourAndEvasionPercent1_",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalArmourAndEvasion",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=224,
	},
	{
		npc="Helena",
		ordinal=150,
		mod_id="EinharMasterArmourAndEvasionPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalArmourAndEvasion",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=225,
	},
	{
		npc="Helena",
		ordinal=151,
		mod_id="EinharMasterArmourAndEvasionPercent3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalArmourAndEvasion",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=226,
	},
	{
		npc="Helena",
		ordinal=152,
		mod_id="EinharMasterArmourAndEnergyShieldPercent1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalArmourAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=227,
	},
	{
		npc="Helena",
		ordinal=153,
		mod_id="EinharMasterArmourAndEnergyShieldPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalArmourAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=228,
	},
	{
		npc="Helena",
		ordinal=154,
		mod_id="EinharMasterArmourAndEnergyShieldPercent3_",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalArmourAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=229,
	},
	{
		npc="Helena",
		ordinal=155,
		mod_id="EinharMasterEvasionAndEnergyShieldPercent1",
		recipe_unlock_location="The Karui Fortress",
		rank=1,
		mod_group="LocalEvasionAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=230,
	},
	{
		npc="Helena",
		ordinal=156,
		mod_id="EinharMasterEvasionAndEnergyShieldPercent2",
		recipe_unlock_location="The Feeding Trough",
		rank=2,
		mod_group="LocalEvasionAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=231,
	},
	{
		npc="Helena",
		ordinal=157,
		mod_id="EinharMasterEvasionAndEnergyShieldPercent3",
		recipe_unlock_location="Waterways Map",
		rank=3,
		mod_group="LocalEvasionAndEnergyShield",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield"},
		affix_type="Prefix",
		id=232,
	},
	{
		npc="Helena",
		ordinal=158,
		mod_id="EinharMasterLocalFireDamageTwoHand1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=233,
	},
	{
		npc="Helena",
		ordinal=159,
		mod_id="EinharMasterLocalFireDamageTwoHand2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=234,
	},
	{
		npc="Helena",
		ordinal=160,
		mod_id="EinharMasterLocalFireDamageTwoHand3",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=235,
	},
	{
		npc="Helena",
		ordinal=161,
		mod_id="EinharMasterLocalFireDamage1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=236,
	},
	{
		npc="Helena",
		ordinal=162,
		mod_id="EinharMasterLocalFireDamage2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=237,
	},
	{
		npc="Helena",
		ordinal=163,
		mod_id="EinharMasterLocalFireDamage3",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="LocalFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=238,
	},
	{
		npc="Helena",
		ordinal=164,
		mod_id="EinharMasterAddedFireDamage1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="FireDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=239,
	},
	{
		npc="Helena",
		ordinal=165,
		mod_id="EinharMasterAddedFireDamage2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="FireDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=240,
	},
	{
		npc="Helena",
		ordinal=166,
		mod_id="EinharMasterLocalColdDamageTwoHand1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=241,
	},
	{
		npc="Helena",
		ordinal=167,
		mod_id="EinharMasterLocalColdDamageTwoHand2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=242,
	},
	{
		npc="Helena",
		ordinal=168,
		mod_id="EinharMasterLocalColdDamageTwoHand3",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=243,
	},
	{
		npc="Helena",
		ordinal=169,
		mod_id="EinharMasterLocalColdDamage1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=244,
	},
	{
		npc="Helena",
		ordinal=170,
		mod_id="EinharMasterLocalColdDamage2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=245,
	},
	{
		npc="Helena",
		ordinal=171,
		mod_id="EinharMasterLocalColdDamage3",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="LocalColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=246,
	},
	{
		npc="Helena",
		ordinal=172,
		mod_id="EinharMasterAddedColdDamage1_",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="ColdDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=247,
	},
	{
		npc="Helena",
		ordinal=173,
		mod_id="EinharMasterAddedColdDamage2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="ColdDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=248,
	},
	{
		npc="Helena",
		ordinal=174,
		mod_id="EinharMasterLocalLightningDamageTwoHand1_",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=249,
	},
	{
		npc="Helena",
		ordinal=175,
		mod_id="EinharMasterLocalLightningDamageTwoHand2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=250,
	},
	{
		npc="Helena",
		ordinal=176,
		mod_id="EinharMasterLocalLightningDamageTwoHand3",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=251,
	},
	{
		npc="Helena",
		ordinal=177,
		mod_id="EinharMasterLocalLightningDamage1_",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=252,
	},
	{
		npc="Helena",
		ordinal=178,
		mod_id="EinharMasterLocalLightningDamage2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=253,
	},
	{
		npc="Helena",
		ordinal=179,
		mod_id="EinharMasterLocalLightningDamage3",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="LocalLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Prefix",
		id=254,
	},
	{
		npc="Helena",
		ordinal=180,
		mod_id="EinharMasterAddedLightningDamage1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="LightningDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=255,
	},
	{
		npc="Helena",
		ordinal=181,
		mod_id="EinharMasterAddedLightningDamage2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="LightningDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=256,
	},
	{
		npc="Helena",
		ordinal=182,
		mod_id="EinharMasterLocalPhysicalDamageTwoHand1",
		recipe_unlock_location="The Sewers",
		rank=1,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=257,
	},
	{
		npc="Helena",
		ordinal=183,
		mod_id="EinharMasterLocalPhysicalDamageTwoHand2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=258,
	},
	{
		npc="Helena",
		ordinal=184,
		mod_id="EinharMasterLocalPhysicalDamageTwoHand3",
		recipe_unlock_location="The Quarry",
		rank=3,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=259,
	},
	{
		npc="Helena",
		ordinal=185,
		mod_id="EinharMasterLocalPhysicalDamage1",
		recipe_unlock_location="The Sewers",
		rank=1,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=260,
	},
	{
		npc="Helena",
		ordinal=186,
		mod_id="EinharMasterLocalPhysicalDamage2_",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=261,
	},
	{
		npc="Helena",
		ordinal=187,
		mod_id="EinharMasterLocalPhysicalDamage3",
		recipe_unlock_location="The Quarry",
		rank=3,
		mod_group="LocalPhysicalDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=262,
	},
	{
		npc="Helena",
		ordinal=188,
		mod_id="EinharMasterAddedPhysicalDamage1",
		recipe_unlock_location="The Sewers",
		rank=1,
		mod_group="PhysicalDamage",
		crafting_item_class_categories={"Ring", "Amulet", "Quiver", "Gloves"},
		affix_type="Prefix",
		id=263,
	},
	{
		npc="Helena",
		ordinal=189,
		mod_id="EinharMasterAddedPhysicalDamage2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="PhysicalDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=264,
	},
	{
		npc="Helena",
		ordinal=190,
		mod_id="EinharMasterAddedChaosDamage1",
		recipe_unlock_location="The Belly of the Beast Level 2",
		rank=1,
		mod_group="ChaosDamage",
		crafting_item_class_categories={"Ring", "Amulet", "Quiver", "Gloves"},
		affix_type="Prefix",
		id=265,
	},
	{
		npc="Helena",
		ordinal=191,
		mod_id="EinharMasterAddedChaosDamage2",
		recipe_unlock_location="The Ossuary",
		rank=2,
		mod_group="ChaosDamage",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Prefix",
		id=266,
	},
	{
		npc="Helena",
		ordinal=192,
		mod_id="EinharMasterSpellAddedFireDamageTwoHand1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=267,
	},
	{
		npc="Helena",
		ordinal=193,
		mod_id="EinharMasterSpellAddedFireDamageTwoHand2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=268,
	},
	{
		npc="Helena",
		ordinal=194,
		mod_id="EinharMasterSpellAddedFireDamageTwoHand3",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=269,
	},
	{
		npc="Helena",
		ordinal=195,
		mod_id="EinharMasterSpellAddedFireDamage1",
		recipe_unlock_location="The Crematorium",
		rank=1,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=270,
	},
	{
		npc="Helena",
		ordinal=196,
		mod_id="EinharMasterSpellAddedFireDamage2",
		recipe_unlock_location="The Dread Thicket",
		rank=2,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=271,
	},
	{
		npc="Helena",
		ordinal=197,
		mod_id="EinharMasterSpellAddedFireDamage3",
		recipe_unlock_location="Excavation Map",
		rank=3,
		mod_group="SpellAddedFireDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=272,
	},
	{
		npc="Helena",
		ordinal=198,
		mod_id="EinharMasterSpellAddedColdDamageTwoHand1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=273,
	},
	{
		npc="Helena",
		ordinal=199,
		mod_id="EinharMasterSpellAddedColdDamageTwoHand2_",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=274,
	},
	{
		npc="Helena",
		ordinal=200,
		mod_id="EinharMasterSpellAddedColdDamageTwoHand3",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=275,
	},
	{
		npc="Helena",
		ordinal=201,
		mod_id="EinharMasterSpellAddedColdDamage1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=276,
	},
	{
		npc="Helena",
		ordinal=202,
		mod_id="EinharMasterSpellAddedColdDamage2",
		recipe_unlock_location="The Causeway",
		rank=2,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=277,
	},
	{
		npc="Helena",
		ordinal=203,
		mod_id="EinharMasterSpellAddedColdDamage3",
		recipe_unlock_location="Arid Lake Map",
		rank=3,
		mod_group="SpellAddedColdDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=278,
	},
	{
		npc="Helena",
		ordinal=204,
		mod_id="EinharMasterSpellAddedLightningDamageTwoHand1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=279,
	},
	{
		npc="Helena",
		ordinal=205,
		mod_id="EinharMasterSpellAddedLightningDamageTwoHand2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=280,
	},
	{
		npc="Helena",
		ordinal=206,
		mod_id="EinharMasterSpellAddedLightningDamageTwoHand3",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Prefix",
		id=281,
	},
	{
		npc="Helena",
		ordinal=207,
		mod_id="EinharMasterSpellAddedLightningDamage1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=282,
	},
	{
		npc="Helena",
		ordinal=208,
		mod_id="EinharMasterSpellAddedLightningDamage2",
		recipe_unlock_location="The Chamber of Sins Level 1",
		rank=2,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=283,
	},
	{
		npc="Helena",
		ordinal=209,
		mod_id="EinharMasterSpellAddedLightningDamage3_",
		recipe_unlock_location="Beach Map",
		rank=3,
		mod_group="SpellAddedLightningDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=284,
	},
	{
		npc="Helena",
		ordinal=210,
		mod_id="EinharMasterLocalCriticalStrikeChance1_",
		recipe_unlock_location="Port Map",
		rank=1,
		mod_group="LocalCriticalStrikeChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=285,
	},
	{
		npc="Helena",
		ordinal=211,
		mod_id="EinharMasterLocalCriticalStrikeChance2",
		recipe_unlock_location="Dungeon Map",
		rank=2,
		mod_group="LocalCriticalStrikeChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=286,
	},
	{
		npc="Helena",
		ordinal=212,
		mod_id="EinharMasterLocalCriticalStrikeChance3_",
		recipe_unlock_location="The Temple of Atzoatl - Workshop, Engineering Department or Factory",
		rank=3,
		mod_group="LocalCriticalStrikeChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=287,
	},
	{
		npc="Helena",
		ordinal=213,
		mod_id="EinharMasterCriticalStrikeMultiplier1",
		recipe_unlock_location="Port Map",
		rank=1,
		mod_group="CriticalStrikeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=288,
	},
	{
		npc="Helena",
		ordinal=214,
		mod_id="EinharMasterCriticalStrikeMultiplier2",
		recipe_unlock_location="Dungeon Map",
		rank=2,
		mod_group="CriticalStrikeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=289,
	},
	{
		npc="Helena",
		ordinal=215,
		mod_id="EinharMasterCriticalStrikeMultiplier3",
		recipe_unlock_location="The Temple of Atzoatl - Workshop, Engineering Department or Factory",
		rank=3,
		mod_group="CriticalStrikeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		affix_type="Suffix",
		id=290,
	},
	{
		npc="Helena",
		ordinal=216,
		mod_id="EinharMasterCriticalStrikeChanceSpells2h1",
		recipe_unlock_location="Port Map",
		rank=1,
		mod_group="SpellCriticalStrikeChance",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Suffix",
		id=291,
	},
	{
		npc="Helena",
		ordinal=217,
		mod_id="EinharMasterCriticalStrikeChanceSpells2h2_",
		recipe_unlock_location="Dungeon Map",
		rank=2,
		mod_group="SpellCriticalStrikeChance",
		crafting_item_class_categories={"Two Hand Melee"},
		affix_type="Suffix",
		id=292,
	},
	{
		npc="Helena",
		ordinal=218,
		mod_id="EinharMasterCriticalStrikeChanceSpells1",
		recipe_unlock_location="Port Map",
		rank=1,
		mod_group="SpellCriticalStrikeChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=293,
	},
	{
		npc="Helena",
		ordinal=219,
		mod_id="EinharMasterCriticalStrikeChanceSpells2",
		recipe_unlock_location="Dungeon Map",
		rank=2,
		mod_group="SpellCriticalStrikeChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=294,
	},
	{
		npc="Helena",
		ordinal=220,
		mod_id="EinharMasterGlobalCriticalStrikeChance1",
		recipe_unlock_location="Port Map",
		rank=1,
		mod_group="CriticalStrikeChance",
		crafting_item_class_categories={"Quiver", "Amulet"},
		affix_type="Suffix",
		id=295,
	},
	{
		npc="Helena",
		ordinal=221,
		mod_id="EinharMasterGlobalCriticalStrikeChance2",
		recipe_unlock_location="Dungeon Map",
		rank=2,
		mod_group="CriticalStrikeChance",
		crafting_item_class_categories={"Quiver", "Amulet"},
		affix_type="Suffix",
		id=296,
	},
	{
		npc="Helena",
		ordinal=222,
		mod_id="EinharMasterFlaskEffectDuration1",
		recipe_unlock_location="Labyrinth Trial in The Bath House",
		rank=1,
		mod_group="BeltIncreasedFlaskDuration",
		crafting_item_class_categories={"Belt"},
		affix_type="Suffix",
		id=297,
	},
	{
		npc="Helena",
		ordinal=223,
		mod_id="EinharMasterFlaskEffectDuration2",
		recipe_unlock_location="Carcass Map",
		rank=2,
		mod_group="BeltIncreasedFlaskDuration",
		crafting_item_class_categories={"Belt"},
		affix_type="Suffix",
		id=298,
	},
	{
		npc="Helena",
		ordinal=224,
		mod_id="EinharMasterAvoidStun1",
		recipe_unlock_location="Bazaar Map",
		rank=1,
		mod_group="AvoidStun",
		crafting_item_class_categories={"Helmet", "Gloves"},
		affix_type="Suffix",
		id=299,
	},
	{
		npc="Helena",
		ordinal=225,
		mod_id="EinharMasterAvoidStun2",
		recipe_unlock_location="Siege Map",
		rank=2,
		mod_group="AvoidStun",
		crafting_item_class_categories={"Helmet", "Gloves"},
		affix_type="Suffix",
		id=300,
	},
	{
		npc="Helena",
		ordinal=226,
		mod_id="EinharMasterAvoidElementalAilments1",
		recipe_unlock_location="Bazaar Map",
		rank=1,
		mod_group="AvoidElementalStatusAilments",
		crafting_item_class_categories={"Helmet", "Gloves"},
		affix_type="Suffix",
		id=301,
	},
	{
		npc="Helena",
		ordinal=227,
		mod_id="EinharMasterAvoidElementalAilments2_",
		recipe_unlock_location="Siege Map",
		rank=2,
		mod_group="AvoidElementalStatusAilments",
		crafting_item_class_categories={"Helmet", "Gloves"},
		affix_type="Suffix",
		id=302,
	},
	{
		npc="Helena",
		ordinal=228,
		mod_id="EinharMasterShieldAttackBlock1",
		recipe_unlock_location="Dig Map",
		rank=1,
		mod_group="IncreasedShieldBlockPercentage",
		crafting_item_class_categories={"Shield"},
		affix_type="Suffix",
		id=303,
	},
	{
		npc="Helena",
		ordinal=229,
		mod_id="EinharMasterShieldAttackBlock2",
		recipe_unlock_location="Dark Forest Map",
		rank=2,
		mod_group="IncreasedShieldBlockPercentage",
		crafting_item_class_categories={"Shield"},
		affix_type="Suffix",
		id=304,
	},
	{
		npc="Helena",
		ordinal=230,
		mod_id="EinharMasterShieldSpellBlock1",
		recipe_unlock_location="Dig Map",
		rank=1,
		mod_group="SpellBlockPercentage",
		crafting_item_class_categories={"Shield"},
		affix_type="Suffix",
		id=305,
	},
	{
		npc="Helena",
		ordinal=231,
		mod_id="EinharMasterShieldSpellBlock2",
		recipe_unlock_location="Dark Forest Map",
		rank=2,
		mod_group="SpellBlockPercentage",
		crafting_item_class_categories={"Shield"},
		affix_type="Suffix",
		id=306,
	},
	{
		npc="Helena",
		ordinal=232,
		mod_id="EinharMasterFasterStartOfRecharge1",
		recipe_unlock_location="Lookout Map",
		rank=1,
		mod_group="EnergyShieldDelay",
		crafting_item_class_categories={"Ring"},
		affix_type="Prefix",
		id=307,
	},
	{
		npc="Helena",
		ordinal=233,
		mod_id="EinharMasterFasterStartOfRecharge2",
		recipe_unlock_location="Belfry Map",
		rank=2,
		mod_group="EnergyShieldDelay",
		crafting_item_class_categories={"Ring"},
		affix_type="Prefix",
		id=308,
	},
	{
		npc="Helena",
		ordinal=234,
		mod_id="EinharMasterReducedDamageOverTimeTaken1",
		recipe_unlock_location="The Temple of Atzoatl - Corruption Chamber, Catalyst of Corruption or Locus of Corruption",
		rank=0,
		mod_group="DegenDamageTaken",
		crafting_item_class_categories={"Shield"},
		affix_type="Suffix",
		id=309,
	},
	{
		npc="Helena",
		ordinal=235,
		mod_id="EinharMasterItemDropsOnGuardianDeath1",
		recipe_unlock_location="The Temple of Atzoatl - Armourer's Workshop, Armoury or Chamber of Iron",
		rank=0,
		mod_group="ItemDropsOnGuardianDeath",
		crafting_item_class_categories={"Body Armour"},
		affix_type="Prefix",
		id=310,
	},
	{
		npc="Helena",
		ordinal=236,
		mod_id="EinharMasterMinionLife1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="MinionLife",
		crafting_item_class_categories={"Helmet"},
		affix_type="Suffix",
		id=311,
	},
	{
		npc="Helena",
		ordinal=237,
		mod_id="EinharMasterMinionLife2",
		recipe_unlock_location="Burial Chambers Map",
		rank=2,
		mod_group="MinionLife",
		crafting_item_class_categories={"Helmet"},
		affix_type="Suffix",
		id=312,
	},
	{
		npc="Helena",
		ordinal=238,
		mod_id="EinharMasterMinionDamage1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=0,
		mod_group="MinionDamage",
		crafting_item_class_categories={"Gloves"},
		affix_type="Prefix",
		id=313,
	},
	{
		npc="Helena",
		ordinal=239,
		mod_id="EinharMasterMinionMovementSpeed1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="MinionRunSpeed",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=314,
	},
	{
		npc="Helena",
		ordinal=240,
		mod_id="EinharMasterMinionMovementSpeed2",
		recipe_unlock_location="Burial Chambers Map",
		rank=2,
		mod_group="MinionRunSpeed",
		crafting_item_class_categories={"Ring", "Amulet"},
		affix_type="Suffix",
		id=315,
	},
	{
		npc="Helena",
		ordinal=241,
		mod_id="EinharMasterMinionDamageOnWeapon2h1_",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=316,
	},
	{
		npc="Helena",
		ordinal=242,
		mod_id="EinharMasterMinionDamageOnWeapon2h2",
		recipe_unlock_location="Burial Chambers Map",
		rank=2,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=317,
	},
	{
		npc="Helena",
		ordinal=243,
		mod_id="EinharMasterMinionDamageOnWeapon2h3",
		recipe_unlock_location="The Temple of Atzoatl - Hatchery, Automaton Lab or Hybridisation Chamber",
		rank=3,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=318,
	},
	{
		npc="Helena",
		ordinal=244,
		mod_id="EinharMasterMinionDamageOnWeapon1h1",
		recipe_unlock_location="The Lunaris Temple Level 2",
		rank=1,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=319,
	},
	{
		npc="Helena",
		ordinal=245,
		mod_id="EinharMasterMinionDamageOnWeapon1h2",
		recipe_unlock_location="Burial Chambers Map",
		rank=2,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=320,
	},
	{
		npc="Helena",
		ordinal=246,
		mod_id="EinharMasterMinionDamageOnWeapon1h3",
		recipe_unlock_location="The Temple of Atzoatl - Hatchery, Automaton Lab or Hybridisation Chamber",
		rank=3,
		mod_group="MinionDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=321,
	},
	{
		npc="Helena",
		ordinal=247,
		mod_id="EinharMasterTrapDamageOnWeapon2h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="TrapDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=322,
	},
	{
		npc="Helena",
		ordinal=248,
		mod_id="EinharMasterTrapDamageOnWeapon2h2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="TrapDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=323,
	},
	{
		npc="Helena",
		ordinal=249,
		mod_id="EinharMasterTrapDamageOnWeapon1h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="TrapDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=324,
	},
	{
		npc="Helena",
		ordinal=250,
		mod_id="EinharMasterTrapDamageOnWeapon1h2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="TrapDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=325,
	},
	{
		npc="Helena",
		ordinal=251,
		mod_id="EinharMasterMineDamageOnWeapon2h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="MineDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=326,
	},
	{
		npc="Helena",
		ordinal=252,
		mod_id="EinharMasterMineDamageOnWeapon2h2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="MineDamageOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Prefix",
		id=327,
	},
	{
		npc="Helena",
		ordinal=253,
		mod_id="EinharMasterMineDamageOnWeapon1h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="MineDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=328,
	},
	{
		npc="Helena",
		ordinal=254,
		mod_id="EinharMasterMineDamageOnWeapon1h2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="MineDamageOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Prefix",
		id=329,
	},
	{
		npc="Helena",
		ordinal=255,
		mod_id="EinharMasterTrapThrowingSpeed2h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="TrapThrowSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Suffix",
		id=330,
	},
	{
		npc="Helena",
		ordinal=256,
		mod_id="EinharMasterTrapThrowingSpeed2h2_",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="TrapThrowSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Suffix",
		id=331,
	},
	{
		npc="Helena",
		ordinal=257,
		mod_id="EinharMasterTrapThrowingSpeed1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="TrapThrowSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=332,
	},
	{
		npc="Helena",
		ordinal=258,
		mod_id="EinharMasterTrapThrowingSpeed2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="TrapThrowSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=333,
	},
	{
		npc="Helena",
		ordinal=259,
		mod_id="EinharMasterMineLayingSpeed2h1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="MineLayingSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Suffix",
		id=334,
	},
	{
		npc="Helena",
		ordinal=260,
		mod_id="EinharMasterMineLayingSpeed2h2_",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="MineLayingSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		affix_type="Suffix",
		id=335,
	},
	{
		npc="Helena",
		ordinal=261,
		mod_id="EinharMasterMineLayingSpeed1",
		recipe_unlock_location="The Solaris Temple Level 2",
		rank=1,
		mod_group="MineLayingSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=336,
	},
	{
		npc="Helena",
		ordinal=262,
		mod_id="EinharMasterMineLayingSpeed2",
		recipe_unlock_location="The Temple of Atzoatl - Trap Workshop, Temple Defense Workshop or Defense Research Lab",
		rank=2,
		mod_group="MineLayingSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		affix_type="Suffix",
		id=337,
	},
	{
		npc="Helena",
		ordinal=263,
		mod_id="EinharMasterAttackSpeedJewelry1",
		recipe_unlock_location="The Dried Lake",
		rank=0,
		mod_group="IncreasedAttackSpeed",
		crafting_item_class_categories={"Shield", "Ring"},
		affix_type="Suffix",
		id=338,
	},
	{
		npc="Helena",
		ordinal=264,
		mod_id="EinharMasterIncreasedCastSpeedJewelry1",
		recipe_unlock_location="The Dried Lake",
		rank=1,
		mod_group="IncreasedCastSpeed",
		crafting_item_class_categories={"Shield", "Amulet"},
		affix_type="Suffix",
		id=339,
	},
	{
		npc="Jun",
		ordinal=0,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndImpaleCrafted1",
		rank=1,
		mod_group="LocalIncreasedPhysicalDamageAndImpaleChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Impale - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=340,
	},
	{
		npc="Jun",
		ordinal=1,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndImpaleCrafted2",
		rank=2,
		mod_group="LocalIncreasedPhysicalDamageAndImpaleChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Impale - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=341,
	},
	{
		npc="Jun",
		ordinal=2,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndImpaleCrafted3",
		rank=3,
		mod_group="LocalIncreasedPhysicalDamageAndImpaleChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Impale - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=342,
	},
	{
		npc="Jun",
		ordinal=3,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBleedChanceCrafted1",
		rank=1,
		mod_group="LocalIncreasedPhysicalDamageAndBleedChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to cause Bleeding - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=343,
	},
	{
		npc="Jun",
		ordinal=4,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBleedChanceCrafted2",
		rank=2,
		mod_group="LocalIncreasedPhysicalDamageAndBleedChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to cause Bleeding - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=344,
	},
	{
		npc="Jun",
		ordinal=5,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBleedChanceCrafted3",
		rank=3,
		mod_group="LocalIncreasedPhysicalDamageAndBleedChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to cause Bleeding - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=345,
	},
	{
		npc="Jun",
		ordinal=6,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBlindChanceCrafted1_",
		rank=1,
		mod_group="LocalIncreasedPhysicalDamageAndBlindChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Blind - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=346,
	},
	{
		npc="Jun",
		ordinal=7,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBlindChanceCrafted2",
		rank=2,
		mod_group="LocalIncreasedPhysicalDamageAndBlindChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Blind - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=347,
	},
	{
		npc="Jun",
		ordinal=8,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndBlindChanceCrafted3",
		rank=3,
		mod_group="LocalIncreasedPhysicalDamageAndBlindChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Blind - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=348,
	},
	{
		npc="Jun",
		ordinal=9,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndPoisonChanceCrafted1",
		rank=1,
		mod_group="LocalIncreasedPhysicalDamageAndPoisonChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Poison - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=349,
	},
	{
		npc="Jun",
		ordinal=10,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndPoisonChanceCrafted2_",
		rank=2,
		mod_group="LocalIncreasedPhysicalDamageAndPoisonChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Poison - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=350,
	},
	{
		npc="Jun",
		ordinal=11,
		mod_id="JunMaster2LocalIncreasedPhysicalDamageAndPoisonChanceCrafted3",
		rank=3,
		mod_group="LocalIncreasedPhysicalDamageAndPoisonChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged"},
		crafting_bench_unlock_category="Physical Damage and chance to Poison - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=351,
	},
	{
		npc="Jun",
		ordinal=12,
		mod_id="JunMaster2FireDamageAndChanceToIgnite2h1",
		rank=1,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=352,
	},
	{
		npc="Jun",
		ordinal=13,
		mod_id="JunMaster2FireDamageAndChanceToIgnite2h2",
		rank=2,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=353,
	},
	{
		npc="Jun",
		ordinal=14,
		mod_id="JunMaster2FireDamageAndChanceToIgnite2h3",
		rank=3,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=354,
	},
	{
		npc="Jun",
		ordinal=15,
		mod_id="JunMaster2FireDamageAndChanceToIgnite1h1",
		rank=1,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=355,
	},
	{
		npc="Jun",
		ordinal=16,
		mod_id="JunMaster2FireDamageAndChanceToIgnite1h2",
		rank=2,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=356,
	},
	{
		npc="Jun",
		ordinal=17,
		mod_id="JunMaster2FireDamageAndChanceToIgnite1h3",
		rank=3,
		mod_group="FireDamageAndChanceToIgnite",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire Damage and Chance to Ignite - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=357,
	},
	{
		npc="Jun",
		ordinal=18,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze2h1",
		rank=1,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=358,
	},
	{
		npc="Jun",
		ordinal=19,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze2h2",
		rank=2,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=359,
	},
	{
		npc="Jun",
		ordinal=20,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze2h3_",
		rank=3,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=360,
	},
	{
		npc="Jun",
		ordinal=21,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze1h1",
		rank=1,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=361,
	},
	{
		npc="Jun",
		ordinal=22,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze1h2__",
		rank=2,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=362,
	},
	{
		npc="Jun",
		ordinal=23,
		mod_id="JunMaster2ColdDamageAndBaseChanceToFreeze1h3",
		rank=3,
		mod_group="ColdDamageAndBaseChanceToFreeze",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cold Damage and Chance to Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=363,
	},
	{
		npc="Jun",
		ordinal=24,
		mod_id="JunMaster2LightningDamageAndChanceToShock2h1",
		rank=1,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=364,
	},
	{
		npc="Jun",
		ordinal=25,
		mod_id="JunMaster2LightningDamageAndChanceToShock2h2",
		rank=2,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=365,
	},
	{
		npc="Jun",
		ordinal=26,
		mod_id="JunMaster2LightningDamageAndChanceToShock2h3",
		rank=3,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=366,
	},
	{
		npc="Jun",
		ordinal=27,
		mod_id="JunMaster2LightningDamageAndChanceToShock1h1_",
		rank=1,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=367,
	},
	{
		npc="Jun",
		ordinal=28,
		mod_id="JunMaster2LightningDamageAndChanceToShock1h2",
		rank=2,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=368,
	},
	{
		npc="Jun",
		ordinal=29,
		mod_id="JunMaster2LightningDamageAndChanceToShock1h3",
		rank=3,
		mod_group="LightningDamageAndChanceToShock",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Lightning Damage and Chance to Shock - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=369,
	},
	{
		npc="Jun",
		ordinal=30,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration2h1",
		rank=1,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=370,
	},
	{
		npc="Jun",
		ordinal=31,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration2h2",
		rank=2,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=371,
	},
	{
		npc="Jun",
		ordinal=32,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration2h3_",
		rank=3,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=372,
	},
	{
		npc="Jun",
		ordinal=33,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration1h1",
		rank=1,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=373,
	},
	{
		npc="Jun",
		ordinal=34,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration1h2",
		rank=2,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=374,
	},
	{
		npc="Jun",
		ordinal=35,
		mod_id="JunMaster2ChaosDamageAndChaosSkillDuration1h3",
		rank=3,
		mod_group="ChaosDamageAndChaosSkillDuration",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage and Chaos Skill Effect Duration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=375,
	},
	{
		npc="Jun",
		ordinal=36,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate2h1_",
		rank=1,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=376,
	},
	{
		npc="Jun",
		ordinal=37,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate2h2_",
		rank=2,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=377,
	},
	{
		npc="Jun",
		ordinal=38,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate2h3_",
		rank=3,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=378,
	},
	{
		npc="Jun",
		ordinal=39,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate1h1",
		rank=1,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=379,
	},
	{
		npc="Jun",
		ordinal=40,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate1h2",
		rank=2,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=380,
	},
	{
		npc="Jun",
		ordinal=41,
		mod_id="JunMaster2SpellDamageAndManaRegenerationRate1h3",
		rank=3,
		mod_group="SpellDamageAndManaRegenerationRate",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Mana Regeneration Rate - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=381,
	},
	{
		npc="Jun",
		ordinal=42,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage2h1",
		rank=1,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=382,
	},
	{
		npc="Jun",
		ordinal=43,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage2h2",
		rank=2,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=383,
	},
	{
		npc="Jun",
		ordinal=44,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage2h3",
		rank=3,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=384,
	},
	{
		npc="Jun",
		ordinal=45,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage1h1",
		rank=1,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=385,
	},
	{
		npc="Jun",
		ordinal=46,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage1h2",
		rank=2,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=386,
	},
	{
		npc="Jun",
		ordinal=47,
		mod_id="JunMaster2SpellDamageAndNonChaosDamageToAddAsChaosDamage1h3",
		rank=3,
		mod_group="SpellDamageAndNonChaosDamageToAddAsChaosDamage",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Spell Damage and Non-Chaos as Extra Chaos - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=387,
	},
	{
		npc="Jun",
		ordinal=48,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife2h1",
		rank=1,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=388,
	},
	{
		npc="Jun",
		ordinal=49,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife2h2_",
		rank=2,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=389,
	},
	{
		npc="Jun",
		ordinal=50,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife2h3",
		rank=3,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=390,
	},
	{
		npc="Jun",
		ordinal=51,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife1h1",
		rank=1,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=391,
	},
	{
		npc="Jun",
		ordinal=52,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife1h2",
		rank=2,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=392,
	},
	{
		npc="Jun",
		ordinal=53,
		mod_id="JunMaster2MinionDamageAndMinionMaximumLife1h3",
		rank=3,
		mod_group="MinionDamageAndMinionMaximumLife",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Damage and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=393,
	},
	{
		npc="Jun",
		ordinal=54,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon2h1_",
		rank=1,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=394,
	},
	{
		npc="Jun",
		ordinal=55,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon2h2",
		rank=2,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=395,
	},
	{
		npc="Jun",
		ordinal=56,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon2h3_",
		rank=3,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=396,
	},
	{
		npc="Jun",
		ordinal=57,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon1h1",
		rank=1,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=397,
	},
	{
		npc="Jun",
		ordinal=58,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon1h2",
		rank=2,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=398,
	},
	{
		npc="Jun",
		ordinal=59,
		mod_id="JunMaster2MinionAttackAndCastSpeedOnWeapon1h3",
		rank=3,
		mod_group="MinionAttackAndCastSpeedOnWeapon",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Minion Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=399,
	},
	{
		npc="Jun",
		ordinal=60,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier2h1",
		rank=1,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=400,
	},
	{
		npc="Jun",
		ordinal=61,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier2h2",
		rank=2,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=401,
	},
	{
		npc="Jun",
		ordinal=62,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier2h3__",
		rank=3,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=402,
	},
	{
		npc="Jun",
		ordinal=63,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier1h1",
		rank=1,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=403,
	},
	{
		npc="Jun",
		ordinal=64,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier1h2",
		rank=2,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=404,
	},
	{
		npc="Jun",
		ordinal=65,
		mod_id="JunMaster2ChaosNonAilmentDamageOverTimeMultiplier1h3",
		rank=3,
		mod_group="ChaosDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Chaos Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=405,
	},
	{
		npc="Jun",
		ordinal=66,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier2h1_",
		rank=1,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=406,
	},
	{
		npc="Jun",
		ordinal=67,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier2h2",
		rank=2,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=407,
	},
	{
		npc="Jun",
		ordinal=68,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier2h3",
		rank=3,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=408,
	},
	{
		npc="Jun",
		ordinal=69,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier1h1",
		rank=1,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=409,
	},
	{
		npc="Jun",
		ordinal=70,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier1h2",
		rank=2,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=410,
	},
	{
		npc="Jun",
		ordinal=71,
		mod_id="JunMaster2ColdDamageOverTimeMultiplier1h3",
		rank=3,
		mod_group="ColdDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=411,
	},
	{
		npc="Jun",
		ordinal=72,
		mod_id="JunMaster2FireDamageOverTimeMultiplier2h1",
		rank=1,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=412,
	},
	{
		npc="Jun",
		ordinal=73,
		mod_id="JunMaster2FireDamageOverTimeMultiplier2h2",
		rank=2,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=413,
	},
	{
		npc="Jun",
		ordinal=74,
		mod_id="JunMaster2FireDamageOverTimeMultiplier2h3",
		rank=3,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"Two Hand Melee"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=414,
	},
	{
		npc="Jun",
		ordinal=75,
		mod_id="JunMaster2FireDamageOverTimeMultiplier1h1",
		rank=1,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=415,
	},
	{
		npc="Jun",
		ordinal=76,
		mod_id="JunMaster2FireDamageOverTimeMultiplier1h2",
		rank=2,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=416,
	},
	{
		npc="Jun",
		ordinal=77,
		mod_id="JunMaster2FireDamageOverTimeMultiplier1h3",
		rank=3,
		mod_group="FireDamageOverTimeMultiplier",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Fire and Cold Damage over Time Multiplier - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=417,
	},
	{
		npc="Jun",
		ordinal=78,
		mod_id="JunMaster2ElementalPenetrationWithAttacks1",
		rank=1,
		mod_group="LocalAttackReduceEnemyElementalResistance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Elemental Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=418,
	},
	{
		npc="Jun",
		ordinal=79,
		mod_id="JunMaster2ElementalPenetrationWithAttacks2",
		rank=2,
		mod_group="LocalAttackReduceEnemyElementalResistance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Elemental Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=419,
	},
	{
		npc="Jun",
		ordinal=80,
		mod_id="JunMaster2ElementalPenetrationWithAttacks3",
		rank=3,
		mod_group="LocalAttackReduceEnemyElementalResistance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Elemental Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=420,
	},
	{
		npc="Jun",
		ordinal=81,
		mod_id="JunMaster2ChaosPenetrationWithAttacks1",
		rank=1,
		mod_group="LocalChaosPenetration",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Chaos Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Prefix",
		id=421,
	},
	{
		npc="Jun",
		ordinal=82,
		mod_id="JunMaster2ChaosPenetrationWithAttacks2",
		rank=2,
		mod_group="LocalChaosPenetration",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Chaos Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Prefix",
		id=422,
	},
	{
		npc="Jun",
		ordinal=83,
		mod_id="JunMaster2ChaosPenetrationWithAttacks3_",
		rank=3,
		mod_group="LocalChaosPenetration",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged", "One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Weapon Chaos Resistance Penetration - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Prefix",
		id=423,
	},
	{
		npc="Jun",
		ordinal=84,
		mod_id="JunMaster2DoubleDamageChance2h1",
		rank=1,
		mod_group="DoubleDamageChance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chance to deal Double Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=424,
	},
	{
		npc="Jun",
		ordinal=85,
		mod_id="JunMaster2DoubleDamageChance2h2",
		rank=2,
		mod_group="DoubleDamageChance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chance to deal Double Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=425,
	},
	{
		npc="Jun",
		ordinal=86,
		mod_id="JunMaster2DoubleDamageChance1h1",
		rank=1,
		mod_group="DoubleDamageChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Chance to deal Double Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=426,
	},
	{
		npc="Jun",
		ordinal=87,
		mod_id="JunMaster2DoubleDamageChance1h2",
		rank=2,
		mod_group="DoubleDamageChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Chance to deal Double Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=427,
	},
	{
		npc="Jun",
		ordinal=88,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLife1",
		rank=1,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=428,
	},
	{
		npc="Jun",
		ordinal=89,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLife2",
		rank=2,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=429,
	},
	{
		npc="Jun",
		ordinal=90,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLife3",
		rank=3,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=430,
	},
	{
		npc="Jun",
		ordinal=91,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLife1",
		rank=1,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=431,
	},
	{
		npc="Jun",
		ordinal=92,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLife2",
		rank=2,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=432,
	},
	{
		npc="Jun",
		ordinal=93,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLife3__",
		rank=3,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=433,
	},
	{
		npc="Jun",
		ordinal=94,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLife1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=434,
	},
	{
		npc="Jun",
		ordinal=95,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLife2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=435,
	},
	{
		npc="Jun",
		ordinal=96,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLife3",
		rank=3,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=436,
	},
	{
		npc="Jun",
		ordinal=97,
		mod_id="JunMaster2LocalIncreasedArmourAndLife1",
		rank=1,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=437,
	},
	{
		npc="Jun",
		ordinal=98,
		mod_id="JunMaster2LocalIncreasedArmourAndLife2",
		rank=2,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=438,
	},
	{
		npc="Jun",
		ordinal=99,
		mod_id="JunMaster2LocalIncreasedArmourAndLife3",
		rank=3,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=439,
	},
	{
		npc="Jun",
		ordinal=100,
		mod_id="JunMaster2LocalIncreasedEvasionAndLife1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=440,
	},
	{
		npc="Jun",
		ordinal=101,
		mod_id="JunMaster2LocalIncreasedEvasionAndLife2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=441,
	},
	{
		npc="Jun",
		ordinal=102,
		mod_id="JunMaster2LocalIncreasedEvasionAndLife3",
		rank=3,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=442,
	},
	{
		npc="Jun",
		ordinal=103,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLife1",
		rank=1,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=443,
	},
	{
		npc="Jun",
		ordinal=104,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLife2",
		rank=2,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=444,
	},
	{
		npc="Jun",
		ordinal=105,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLife3",
		rank=3,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=445,
	},
	{
		npc="Jun",
		ordinal=106,
		mod_id="JunMaster2LocalIncreasedDefencesAndLife1_",
		rank=1,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=446,
	},
	{
		npc="Jun",
		ordinal=107,
		mod_id="JunMaster2LocalIncreasedDefencesAndLife2_",
		rank=2,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=447,
	},
	{
		npc="Jun",
		ordinal=108,
		mod_id="JunMaster2LocalIncreasedDefencesAndLife3_",
		rank=3,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=448,
	},
	{
		npc="Jun",
		ordinal=109,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeMed1__",
		rank=1,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=449,
	},
	{
		npc="Jun",
		ordinal=110,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeMed2_",
		rank=2,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=450,
	},
	{
		npc="Jun",
		ordinal=111,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeMed3",
		rank=3,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=451,
	},
	{
		npc="Jun",
		ordinal=112,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeMed1__",
		rank=1,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=452,
	},
	{
		npc="Jun",
		ordinal=113,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=453,
	},
	{
		npc="Jun",
		ordinal=114,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeMed3_",
		rank=3,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=454,
	},
	{
		npc="Jun",
		ordinal=115,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeMed1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=455,
	},
	{
		npc="Jun",
		ordinal=116,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=456,
	},
	{
		npc="Jun",
		ordinal=117,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeMed3",
		rank=3,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=457,
	},
	{
		npc="Jun",
		ordinal=118,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeMed1",
		rank=1,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=458,
	},
	{
		npc="Jun",
		ordinal=119,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=459,
	},
	{
		npc="Jun",
		ordinal=120,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeMed3",
		rank=3,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=460,
	},
	{
		npc="Jun",
		ordinal=121,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeMed1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=461,
	},
	{
		npc="Jun",
		ordinal=122,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=462,
	},
	{
		npc="Jun",
		ordinal=123,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeMed3_",
		rank=3,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=463,
	},
	{
		npc="Jun",
		ordinal=124,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeMed1",
		rank=1,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=464,
	},
	{
		npc="Jun",
		ordinal=125,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=465,
	},
	{
		npc="Jun",
		ordinal=126,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeMed3",
		rank=3,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=466,
	},
	{
		npc="Jun",
		ordinal=127,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeMed1_",
		rank=1,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=467,
	},
	{
		npc="Jun",
		ordinal=128,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeMed2",
		rank=2,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=468,
	},
	{
		npc="Jun",
		ordinal=129,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeMed3",
		rank=3,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Helmet", "Shield"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=469,
	},
	{
		npc="Jun",
		ordinal=130,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=470,
	},
	{
		npc="Jun",
		ordinal=131,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=471,
	},
	{
		npc="Jun",
		ordinal=132,
		mod_id="JunMaster2LocalIncreasedArmourAndEvasionAndLifeHigh3",
		rank=3,
		mod_group="LocalIncreasedArmourAndEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=472,
	},
	{
		npc="Jun",
		ordinal=133,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=473,
	},
	{
		npc="Jun",
		ordinal=134,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=474,
	},
	{
		npc="Jun",
		ordinal=135,
		mod_id="JunMaster2LocalIncreasedArmourAndEnergyShieldAndLifeHigh3",
		rank=3,
		mod_group="LocalIncreasedArmourAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=475,
	},
	{
		npc="Jun",
		ordinal=136,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=476,
	},
	{
		npc="Jun",
		ordinal=137,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=477,
	},
	{
		npc="Jun",
		ordinal=138,
		mod_id="JunMaster2LocalIncreasedEvasionAndEnergyShieldAndLifeHigh3",
		rank=3,
		mod_group="LocalIncreasedEvasionAndEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=478,
	},
	{
		npc="Jun",
		ordinal=139,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=479,
	},
	{
		npc="Jun",
		ordinal=140,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=480,
	},
	{
		npc="Jun",
		ordinal=141,
		mod_id="JunMaster2LocalIncreasedArmourAndLifeHigh3",
		rank=3,
		mod_group="LocalIncreasedArmourAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=481,
	},
	{
		npc="Jun",
		ordinal=142,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=482,
	},
	{
		npc="Jun",
		ordinal=143,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=483,
	},
	{
		npc="Jun",
		ordinal=144,
		mod_id="JunMaster2LocalIncreasedEvasionAndLifeHigh3",
		rank=3,
		mod_group="LocalIncreasedEvasionAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=484,
	},
	{
		npc="Jun",
		ordinal=145,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeHigh1_",
		rank=1,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=485,
	},
	{
		npc="Jun",
		ordinal=146,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=486,
	},
	{
		npc="Jun",
		ordinal=147,
		mod_id="JunMaster2LocalIncreasedEnergyShieldAndLifeHigh3_",
		rank=3,
		mod_group="LocalIncreasedEnergyShieldAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=487,
	},
	{
		npc="Jun",
		ordinal=148,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeHigh1",
		rank=1,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=488,
	},
	{
		npc="Jun",
		ordinal=149,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeHigh2",
		rank=2,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=489,
	},
	{
		npc="Jun",
		ordinal=150,
		mod_id="JunMaster2LocalIncreasedDefencesAndLifeHigh3_",
		rank=3,
		mod_group="LocalIncreasedDefencesAndLife",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Defences and Life - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=490,
	},
	{
		npc="Jun",
		ordinal=151,
		mod_id="JunMaster2StrengthAndDexterity1__",
		rank=1,
		mod_group="StrengthAndDexterity",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Dexterity - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=491,
	},
	{
		npc="Jun",
		ordinal=152,
		mod_id="JunMaster2StrengthAndDexterity2",
		rank=2,
		mod_group="StrengthAndDexterity",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Dexterity - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=492,
	},
	{
		npc="Jun",
		ordinal=153,
		mod_id="JunMaster2StrengthAndDexterity3_",
		rank=3,
		mod_group="StrengthAndDexterity",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Dexterity - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=493,
	},
	{
		npc="Jun",
		ordinal=154,
		mod_id="JunMaster2DexterityAndIntelligence1_",
		rank=1,
		mod_group="DexterityAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Dexterity and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=494,
	},
	{
		npc="Jun",
		ordinal=155,
		mod_id="JunMaster2DexterityAndIntelligence2",
		rank=2,
		mod_group="DexterityAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Dexterity and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=495,
	},
	{
		npc="Jun",
		ordinal=156,
		mod_id="JunMaster2DexterityAndIntelligence3__",
		rank=3,
		mod_group="DexterityAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Dexterity and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=496,
	},
	{
		npc="Jun",
		ordinal=157,
		mod_id="JunMaster2StrengthAndIntelligence1",
		rank=1,
		mod_group="StrengthAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=497,
	},
	{
		npc="Jun",
		ordinal=158,
		mod_id="JunMaster2StrengthAndIntelligence2",
		rank=2,
		mod_group="StrengthAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=498,
	},
	{
		npc="Jun",
		ordinal=159,
		mod_id="JunMaster2StrengthAndIntelligence3",
		rank=3,
		mod_group="StrengthAndIntelligence",
		crafting_item_class_categories={"Body Armour", "Boots", "Gloves", "Helmet", "Shield", "Amulet", "Belt", "Ring", "Quiver"},
		crafting_bench_unlock_category="Strength and Intelligence - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour, boots, gloves, helmets, shields, amulets, belts, rings or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=499,
	},
	{
		npc="Jun",
		ordinal=160,
		mod_id="JunMaster2MinimumEnduranceCharges1",
		rank=0,
		mod_group="MinimumEnduranceCharges",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Minimum Endurance Charges",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=3,
		affix_type="Suffix",
		id=500,
	},
	{
		npc="Jun",
		ordinal=161,
		mod_id="JunMaster2MinimumPowerCharges1",
		rank=0,
		mod_group="MinimumPowerCharges",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Minimum Power Charges",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=3,
		affix_type="Suffix",
		id=501,
	},
	{
		npc="Jun",
		ordinal=162,
		mod_id="JunMaster2MinimumFrenzyCharges1_",
		rank=0,
		mod_group="MinimumFrenzyCharges",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Minimum Frenzy Charges",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=3,
		affix_type="Suffix",
		id=502,
	},
	{
		npc="Jun",
		ordinal=163,
		mod_id="JunMaster2IncreasedManaAndRegen1",
		rank=1,
		mod_group="IncreasedManaAndRegen",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Regenerated per Second - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=503,
	},
	{
		npc="Jun",
		ordinal=164,
		mod_id="JunMaster2IncreasedManaAndRegen2",
		rank=2,
		mod_group="IncreasedManaAndRegen",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Regenerated per Second - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=504,
	},
	{
		npc="Jun",
		ordinal=165,
		mod_id="JunMaster2IncreasedManaAndRegen3",
		rank=3,
		mod_group="IncreasedManaAndRegen",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Regenerated per Second - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=505,
	},
	{
		npc="Jun",
		ordinal=166,
		mod_id="JunMaster2ManaAndManaCostPercent1",
		rank=1,
		mod_group="ManaAndManaCostPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=506,
	},
	{
		npc="Jun",
		ordinal=167,
		mod_id="JunMaster2ManaAndManaCostPercent2_",
		rank=2,
		mod_group="ManaAndManaCostPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=507,
	},
	{
		npc="Jun",
		ordinal=168,
		mod_id="JunMaster2ManaAndManaCostPercent3",
		rank=3,
		mod_group="ManaAndManaCostPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=508,
	},
	{
		npc="Jun",
		ordinal=169,
		mod_id="JunMaster2ManaAndDamageTakenGoesToManaPercent1",
		rank=1,
		mod_group="ManaAndDamageTakenGoesToManaPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Damage taken gained as Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=509,
	},
	{
		npc="Jun",
		ordinal=170,
		mod_id="JunMaster2ManaAndDamageTakenGoesToManaPercent2",
		rank=2,
		mod_group="ManaAndDamageTakenGoesToManaPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Damage taken gained as Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=510,
	},
	{
		npc="Jun",
		ordinal=171,
		mod_id="JunMaster2ManaAndDamageTakenGoesToManaPercent3",
		rank=3,
		mod_group="ManaAndDamageTakenGoesToManaPercent",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana and Damage taken gained as Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling rings or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=511,
	},
	{
		npc="Jun",
		ordinal=172,
		mod_id="JunMaster2AttackAndCastSpeed1",
		rank=1,
		mod_group="AttackAndCastSpeed",
		crafting_item_class_categories={"Amulet", "Quiver"},
		crafting_bench_unlock_category="Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling rings, amulets or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=512,
	},
	{
		npc="Jun",
		ordinal=173,
		mod_id="JunMaster2AttackAndCastSpeed2_",
		rank=2,
		mod_group="AttackAndCastSpeed",
		crafting_item_class_categories={"Amulet", "Quiver"},
		crafting_bench_unlock_category="Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling rings, amulets or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=513,
	},
	{
		npc="Jun",
		ordinal=174,
		mod_id="JunMaster2AttackAndCastSpeed3",
		rank=3,
		mod_group="AttackAndCastSpeed",
		crafting_item_class_categories={"Amulet", "Quiver"},
		crafting_bench_unlock_category="Attack and Cast Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling rings, amulets or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=514,
	},
	{
		npc="Jun",
		ordinal=175,
		mod_id="JunMaster2MovementVelocityAndMovementVelocityIfNotHitRecently1__",
		rank=1,
		mod_group="MovementVelocityAndMovementVelocityIfNotHitRecently",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Movement Speed when not Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=2,
		affix_type="Prefix",
		id=515,
	},
	{
		npc="Jun",
		ordinal=176,
		mod_id="JunMaster2MovementVelocityAndMovementVelocityIfNotHitRecently2__",
		rank=2,
		mod_group="MovementVelocityAndMovementVelocityIfNotHitRecently",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Movement Speed when not Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=4,
		affix_type="Prefix",
		id=516,
	},
	{
		npc="Jun",
		ordinal=177,
		mod_id="JunMaster2MovementVelocityAndMovementVelocityIfNotHitRecently3",
		rank=3,
		mod_group="MovementVelocityAndMovementVelocityIfNotHitRecently",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Movement Speed when not Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=8,
		affix_type="Prefix",
		id=517,
	},
	{
		npc="Jun",
		ordinal=178,
		mod_id="JunMaster2MovementVelocityAndOnslaughtOnKill1",
		rank=1,
		mod_group="MovementVelocityAndOnslaughtOnKill",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Onslaught on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=2,
		affix_type="Prefix",
		id=518,
	},
	{
		npc="Jun",
		ordinal=179,
		mod_id="JunMaster2MovementVelocityAndOnslaughtOnKill2",
		rank=2,
		mod_group="MovementVelocityAndOnslaughtOnKill",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Onslaught on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=4,
		affix_type="Prefix",
		id=519,
	},
	{
		npc="Jun",
		ordinal=180,
		mod_id="JunMaster2MovementVelocityAndOnslaughtOnKill3_",
		rank=3,
		mod_group="MovementVelocityAndOnslaughtOnKill",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Onslaught on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=8,
		affix_type="Prefix",
		id=520,
	},
	{
		npc="Jun",
		ordinal=181,
		mod_id="JunMaster2MovementVelocityAndCannotBeChilled1_",
		rank=1,
		mod_group="MovementVelocityAndCannotBeChilled",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Cannot be Chilled - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=2,
		affix_type="Prefix",
		id=521,
	},
	{
		npc="Jun",
		ordinal=182,
		mod_id="JunMaster2MovementVelocityAndCannotBeChilled2",
		rank=2,
		mod_group="MovementVelocityAndCannotBeChilled",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Cannot be Chilled - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=4,
		affix_type="Prefix",
		id=522,
	},
	{
		npc="Jun",
		ordinal=183,
		mod_id="JunMaster2MovementVelocityAndCannotBeChilled3",
		rank=3,
		mod_group="MovementVelocityAndCannotBeChilled",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Movement Speed and Cannot be Chilled - Rank",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=8,
		affix_type="Prefix",
		id=523,
	},
	{
		npc="Jun",
		ordinal=184,
		mod_id="JunMaster2ArmourAndEvasionRating1_",
		rank=1,
		mod_group="ArmourAndEvasionRating",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Armour and Evasion Rating - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=524,
	},
	{
		npc="Jun",
		ordinal=185,
		mod_id="JunMaster2ArmourAndEvasionRating2",
		rank=2,
		mod_group="ArmourAndEvasionRating",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Armour and Evasion Rating - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=525,
	},
	{
		npc="Jun",
		ordinal=186,
		mod_id="JunMaster2ArmourAndEvasionRating3",
		rank=3,
		mod_group="ArmourAndEvasionRating",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Armour and Evasion Rating - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=526,
	},
	{
		npc="Jun",
		ordinal=187,
		mod_id="JunMaster2ArmourAndEnergyShield1",
		rank=1,
		mod_group="ArmourAndEnergyShield",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Armour and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Prefix",
		id=527,
	},
	{
		npc="Jun",
		ordinal=188,
		mod_id="JunMaster2ArmourAndEnergyShield2__",
		rank=2,
		mod_group="ArmourAndEnergyShield",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Armour and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Prefix",
		id=528,
	},
	{
		npc="Jun",
		ordinal=189,
		mod_id="JunMaster2ArmourAndEnergyShield3",
		rank=3,
		mod_group="ArmourAndEnergyShield",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Armour and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=8,
		affix_type="Prefix",
		id=529,
	},
	{
		npc="Jun",
		ordinal=190,
		mod_id="JunMaster2EvasionRatingAndEnergyShield1__",
		rank=1,
		mod_group="EvasionRatingAndEnergyShield",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Evasion Rating and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=530,
	},
	{
		npc="Jun",
		ordinal=191,
		mod_id="JunMaster2EvasionRatingAndEnergyShield2",
		rank=2,
		mod_group="EvasionRatingAndEnergyShield",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Evasion Rating and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=531,
	},
	{
		npc="Jun",
		ordinal=192,
		mod_id="JunMaster2EvasionRatingAndEnergyShield3",
		rank=3,
		mod_group="EvasionRatingAndEnergyShield",
		crafting_item_class_categories={"Belt", "Quiver"},
		crafting_bench_unlock_category="Evasion Rating and Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling belts or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=532,
	},
	{
		npc="Jun",
		ordinal=193,
		mod_id="JunMaster2FlaskEffect1",
		rank=1,
		mod_group="FlaskEffect",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Prefix",
		id=533,
	},
	{
		npc="Jun",
		ordinal=194,
		mod_id="JunMaster2FlaskEffect2_",
		rank=2,
		mod_group="FlaskEffect",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Prefix",
		id=534,
	},
	{
		npc="Jun",
		ordinal=195,
		mod_id="JunMaster2FlaskEffect3",
		rank=3,
		mod_group="FlaskEffect",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=8,
		affix_type="Prefix",
		id=535,
	},
	{
		npc="Jun",
		ordinal=196,
		mod_id="JunMaster2ChanceToNotConsumeFlaskCharges1",
		rank=1,
		mod_group="FlaskChanceToNotConsumeCharges",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Chance for Flasks to not Consume Charges - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Prefix",
		id=536,
	},
	{
		npc="Jun",
		ordinal=197,
		mod_id="JunMaster2ChanceToNotConsumeFlaskCharges2",
		rank=2,
		mod_group="FlaskChanceToNotConsumeCharges",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Chance for Flasks to not Consume Charges - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Prefix",
		id=537,
	},
	{
		npc="Jun",
		ordinal=198,
		mod_id="JunMaster2FlaskEffectAndFlaskChargesGained1",
		rank=1,
		mod_group="FlaskEffectAndFlaskChargesGained",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Flask Effect and reduced Flask Charges Gained - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Prefix",
		id=538,
	},
	{
		npc="Jun",
		ordinal=199,
		mod_id="JunMaster2FlaskEffectAndFlaskChargesGained2",
		rank=2,
		mod_group="FlaskEffectAndFlaskChargesGained",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Flask Effect and reduced Flask Charges Gained - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Prefix",
		id=539,
	},
	{
		npc="Jun",
		ordinal=200,
		mod_id="JunMaster2GlobalCooldownRecovery1",
		rank=1,
		mod_group="GlobalCooldownRecovery",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Cooldown Recovery Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Suffix",
		id=540,
	},
	{
		npc="Jun",
		ordinal=201,
		mod_id="JunMaster2GlobalCooldownRecovery2",
		rank=2,
		mod_group="GlobalCooldownRecovery",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Cooldown Recovery Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Suffix",
		id=541,
	},
	{
		npc="Jun",
		ordinal=202,
		mod_id="JunMaster2DamagePerEnduranceCharge2h1",
		rank=0,
		mod_group="DamagePerEnduranceCharge",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage per Endurance Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=542,
	},
	{
		npc="Jun",
		ordinal=203,
		mod_id="JunMaster2DamagePerEnduranceCharge1h1_",
		rank=0,
		mod_group="DamagePerEnduranceCharge",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Damage per Endurance Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=543,
	},
	{
		npc="Jun",
		ordinal=204,
		mod_id="JunMaster2DamagePerFrenzyCharge2h1",
		rank=0,
		mod_group="DamagePerFrenzyCharge",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage per Frenzy Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=544,
	},
	{
		npc="Jun",
		ordinal=205,
		mod_id="JunMaster2DamagePerFrenzyCharge1h1",
		rank=0,
		mod_group="DamagePerFrenzyCharge",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Damage per Frenzy Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=545,
	},
	{
		npc="Jun",
		ordinal=206,
		mod_id="JunMaster2DamagePerPowerCharge2h1__",
		rank=0,
		mod_group="IncreasedDamagePerPowerCharge",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage per Power Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=546,
	},
	{
		npc="Jun",
		ordinal=207,
		mod_id="JunMaster2DamagePerPowerCharge1h1",
		rank=0,
		mod_group="IncreasedDamagePerPowerCharge",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Damage per Power Charge",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=547,
	},
	{
		npc="Jun",
		ordinal=208,
		mod_id="JunMaster2PhysicalDamageConvertedToFire1",
		rank=0,
		mod_group="ConvertPhysicalToFire",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Physical Damage Converted to Fire Damage",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=3,
		affix_type="Prefix",
		id=548,
	},
	{
		npc="Jun",
		ordinal=209,
		mod_id="JunMaster2PhysicalDamageConvertedToCold1",
		rank=0,
		mod_group="ConvertPhysicalToCold",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Physical Damage Converted to Cold Damage",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=3,
		affix_type="Prefix",
		id=549,
	},
	{
		npc="Jun",
		ordinal=210,
		mod_id="JunMaster2PhysicalDamageConvertedToLightning1",
		rank=0,
		mod_group="ConvertPhysicalToLightning",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Physical Damage Converted to Lightning Damage",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=3,
		affix_type="Prefix",
		id=550,
	},
	{
		npc="Jun",
		ordinal=211,
		mod_id="JunMaster2MaximumZombieAndSkeleton1_",
		rank=0,
		mod_group="MaximumMinionCount",
		crafting_item_class_categories={"Helmet", "Body Armour"},
		crafting_bench_unlock_category="Number of Zombies and Skeletons",
		crafting_bench_unlock_category_description="Unveiling helmets or body armour",
		unveils_required=3,
		affix_type="Prefix",
		id=551,
	},
	{
		npc="Jun",
		ordinal=212,
		mod_id="JunMaster2EffectOfAilments1_",
		rank=1,
		mod_group="IncreasedAilmentEffectOnEnemies",
		crafting_item_class_categories={"Boots", "Amulet"},
		crafting_bench_unlock_category="Effect of non-Damaging Ailments - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or amulets",
		unveils_required=2,
		affix_type="Suffix",
		id=552,
	},
	{
		npc="Jun",
		ordinal=213,
		mod_id="JunMaster2EffectOfAilments2",
		rank=2,
		mod_group="IncreasedAilmentEffectOnEnemies",
		crafting_item_class_categories={"Boots", "Amulet"},
		crafting_bench_unlock_category="Effect of non-Damaging Ailments - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or amulets",
		unveils_required=4,
		affix_type="Suffix",
		id=553,
	},
	{
		npc="Jun",
		ordinal=214,
		mod_id="JunMaster2CurseEffect1",
		rank=1,
		mod_group="CurseEffectiveness",
		crafting_item_class_categories={"Shield"},
		crafting_bench_unlock_category="Curse Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling shields",
		unveils_required=2,
		affix_type="Suffix",
		id=554,
	},
	{
		npc="Jun",
		ordinal=215,
		mod_id="JunMaster2CurseEffect2",
		rank=2,
		mod_group="CurseEffectiveness",
		crafting_item_class_categories={"Shield"},
		crafting_bench_unlock_category="Curse Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling shields",
		unveils_required=4,
		affix_type="Suffix",
		id=555,
	},
	{
		npc="Jun",
		ordinal=216,
		mod_id="JunMaster2LifeRegeneration1",
		rank=1,
		mod_group="LifeRegenerationRatePercentage",
		crafting_item_class_categories={"Amulet", "Shield"},
		crafting_bench_unlock_category="Life Regeneration - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or shields",
		unveils_required=2,
		affix_type="Suffix",
		id=556,
	},
	{
		npc="Jun",
		ordinal=217,
		mod_id="JunMaster2LifeRegeneration2",
		rank=2,
		mod_group="LifeRegenerationRatePercentage",
		crafting_item_class_categories={"Amulet", "Shield"},
		crafting_bench_unlock_category="Life Regeneration - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or shields",
		unveils_required=4,
		affix_type="Suffix",
		id=557,
	},
	{
		npc="Jun",
		ordinal=218,
		mod_id="JunMaster2AvoidElementalDamageChanceDuringSoulGainPrevention1",
		rank=1,
		mod_group="AvoidElementalDamageChanceDuringSoulGainPrevention",
		crafting_item_class_categories={"Body Armour", "Helmet"},
		crafting_bench_unlock_category="Avoid Elemental Damage during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or helmets",
		unveils_required=2,
		affix_type="Suffix",
		id=558,
	},
	{
		npc="Jun",
		ordinal=219,
		mod_id="JunMaster2AvoidElementalDamageChanceDuringSoulGainPrevention2",
		rank=2,
		mod_group="AvoidElementalDamageChanceDuringSoulGainPrevention",
		crafting_item_class_categories={"Body Armour", "Helmet"},
		crafting_bench_unlock_category="Avoid Elemental Damage during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or helmets",
		unveils_required=4,
		affix_type="Suffix",
		id=559,
	},
	{
		npc="Jun",
		ordinal=220,
		mod_id="JunMaster2PhysicalDamageReductionRatingDuringSoulGainPrevention1_",
		rank=1,
		mod_group="PhysicalDamageReductionRatingDuringSoulGainPrevention",
		crafting_item_class_categories={"Body Armour", "Shield"},
		crafting_bench_unlock_category="Armour during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or shields",
		unveils_required=2,
		affix_type="Prefix",
		id=560,
	},
	{
		npc="Jun",
		ordinal=221,
		mod_id="JunMaster2PhysicalDamageReductionRatingDuringSoulGainPrevention2",
		rank=2,
		mod_group="PhysicalDamageReductionRatingDuringSoulGainPrevention",
		crafting_item_class_categories={"Body Armour", "Shield"},
		crafting_bench_unlock_category="Armour during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or shields",
		unveils_required=4,
		affix_type="Prefix",
		id=561,
	},
	{
		npc="Jun",
		ordinal=222,
		mod_id="JunMaster2PhysicalDamageReductionRatingDuringSoulGainPrevention3___",
		rank=3,
		mod_group="PhysicalDamageReductionRatingDuringSoulGainPrevention",
		crafting_item_class_categories={"Body Armour", "Shield"},
		crafting_bench_unlock_category="Armour during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or shields",
		unveils_required=8,
		affix_type="Prefix",
		id=562,
	},
	{
		npc="Jun",
		ordinal=223,
		mod_id="JunMaster2GainOnslaughtDuringSoulGainPrevention1",
		rank=0,
		mod_group="GainOnslaughtDuringSoulGainPrevention",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Onslaught during Soul Gain Prevention",
		crafting_bench_unlock_category_description="Unveiling boots or gloves",
		unveils_required=3,
		affix_type="Suffix",
		id=563,
	},
	{
		npc="Jun",
		ordinal=224,
		mod_id="JunMaster2DamageWithNonVaalSkillsDuringSoulGainPrevention1",
		rank=1,
		mod_group="DamageWithNonVaalSkillsDuringSoulGainPrevention",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Damage with Non-Vaal Skills during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or gloves",
		unveils_required=2,
		affix_type="Suffix",
		id=564,
	},
	{
		npc="Jun",
		ordinal=225,
		mod_id="JunMaster2DamageWithNonVaalSkillsDuringSoulGainPrevention2",
		rank=2,
		mod_group="DamageWithNonVaalSkillsDuringSoulGainPrevention",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Damage with Non-Vaal Skills during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or gloves",
		unveils_required=4,
		affix_type="Suffix",
		id=565,
	},
	{
		npc="Jun",
		ordinal=226,
		mod_id="JunMaster2DamageWithNonVaalSkillsDuringSoulGainPrevention3",
		rank=3,
		mod_group="DamageWithNonVaalSkillsDuringSoulGainPrevention",
		crafting_item_class_categories={"Boots", "Gloves"},
		crafting_bench_unlock_category="Damage with Non-Vaal Skills during Soul Gain Prevention - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or gloves",
		unveils_required=8,
		affix_type="Suffix",
		id=566,
	},
	{
		npc="Jun",
		ordinal=227,
		mod_id="JunMaster2SkillAreaOfEffectPercentAndAreaOfEffectGemLevel1-",
		rank=0,
		mod_group="SkillAreaOfEffectPercentAndAreaOfEffectGemLevel",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Area of Effect and Area Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=567,
	},
	{
		npc="Jun",
		ordinal=228,
		mod_id="JunMaster2ProjectilePierceAndProjectileGemLevel1",
		rank=0,
		mod_group="ProjectilePierceAndProjectileGemLevel",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Projectile Pierce and Projectile Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=568,
	},
	{
		npc="Jun",
		ordinal=229,
		mod_id="JunMaster2MeleeRangeAndMeleeGemLevel1_",
		rank=0,
		mod_group="MeleeRangeAndMeleeGemLevel",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Melee Range and Melee Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=569,
	},
	{
		npc="Jun",
		ordinal=230,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby2h1_",
		rank=1,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=570,
	},
	{
		npc="Jun",
		ordinal=231,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby2h2",
		rank=2,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=571,
	},
	{
		npc="Jun",
		ordinal=232,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby2h3",
		rank=3,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=572,
	},
	{
		npc="Jun",
		ordinal=233,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby1h1",
		rank=1,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=573,
	},
	{
		npc="Jun",
		ordinal=234,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby1h2",
		rank=2,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=574,
	},
	{
		npc="Jun",
		ordinal=235,
		mod_id="JunMaster2CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby1h3",
		rank=3,
		mod_group="CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Multiplier while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=575,
	},
	{
		npc="Jun",
		ordinal=236,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby2h1",
		rank=1,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=576,
	},
	{
		npc="Jun",
		ordinal=237,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby2h2_",
		rank=2,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=577,
	},
	{
		npc="Jun",
		ordinal=238,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby2h3",
		rank=3,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=578,
	},
	{
		npc="Jun",
		ordinal=239,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby1h1",
		rank=1,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=579,
	},
	{
		npc="Jun",
		ordinal=240,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby1h2_",
		rank=2,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=580,
	},
	{
		npc="Jun",
		ordinal=241,
		mod_id="JunMaster2AttackSpeedPercentIfRareOrUniqueEnemyNearby1h3",
		rank=3,
		mod_group="AttackSpeedPercentIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=581,
	},
	{
		npc="Jun",
		ordinal=242,
		mod_id="JunMaster2EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby1",
		rank=1,
		mod_group="EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Body Armour", "Belt"},
		crafting_bench_unlock_category="Energy Shield Regeneration while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or belts",
		unveils_required=2,
		affix_type="Suffix",
		id=582,
	},
	{
		npc="Jun",
		ordinal=243,
		mod_id="JunMaster2EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby2_",
		rank=2,
		mod_group="EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Body Armour", "Belt"},
		crafting_bench_unlock_category="Energy Shield Regeneration while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or belts",
		unveils_required=4,
		affix_type="Suffix",
		id=583,
	},
	{
		npc="Jun",
		ordinal=244,
		mod_id="JunMaster2EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby3_",
		rank=3,
		mod_group="EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby",
		crafting_item_class_categories={"Body Armour", "Belt"},
		crafting_bench_unlock_category="Energy Shield Regeneration while a Rare or Unique Enemy is Nearby - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour or belts",
		unveils_required=8,
		affix_type="Suffix",
		id=584,
	},
	{
		npc="Jun",
		ordinal=245,
		mod_id="JunMaster2CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent1",
		rank=1,
		mod_group="CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent",
		crafting_item_class_categories={"Quiver"},
		crafting_bench_unlock_category="Critical Chance and Gain Frenzy Charge on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=585,
	},
	{
		npc="Jun",
		ordinal=246,
		mod_id="JunMaster2CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent2",
		rank=2,
		mod_group="CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent",
		crafting_item_class_categories={"Quiver"},
		crafting_bench_unlock_category="Critical Chance and Gain Frenzy Charge on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=586,
	},
	{
		npc="Jun",
		ordinal=247,
		mod_id="JunMaster2CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent3",
		rank=3,
		mod_group="CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent",
		crafting_item_class_categories={"Quiver"},
		crafting_bench_unlock_category="Critical Chance and Gain Frenzy Charge on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=587,
	},
	{
		npc="Jun",
		ordinal=248,
		mod_id="JunMaster2CriticalChanceAndElementalDamagePercentIfHaveCritRecently1_",
		rank=1,
		mod_group="CriticalChanceAndElementalDamagePercentIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Elemental Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=588,
	},
	{
		npc="Jun",
		ordinal=249,
		mod_id="JunMaster2CriticalChanceAndElementalDamagePercentIfHaveCritRecently2",
		rank=2,
		mod_group="CriticalChanceAndElementalDamagePercentIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Elemental Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=589,
	},
	{
		npc="Jun",
		ordinal=250,
		mod_id="JunMaster2CriticalChanceAndElementalDamagePercentIfHaveCritRecently3",
		rank=3,
		mod_group="CriticalChanceAndElementalDamagePercentIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Elemental Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=590,
	},
	{
		npc="Jun",
		ordinal=251,
		mod_id="JunMaster2CriticalChanceAndAddedChaosDamageIfHaveCritRecently1",
		rank=1,
		mod_group="CriticalChanceAndAddedChaosDamageIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Added Chaos Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=591,
	},
	{
		npc="Jun",
		ordinal=252,
		mod_id="JunMaster2CriticalChanceAndAddedChaosDamageIfHaveCritRecently2",
		rank=2,
		mod_group="CriticalChanceAndAddedChaosDamageIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Added Chaos Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=592,
	},
	{
		npc="Jun",
		ordinal=253,
		mod_id="JunMaster2CriticalChanceAndAddedChaosDamageIfHaveCritRecently3",
		rank=3,
		mod_group="CriticalChanceAndAddedChaosDamageIfHaveCritRecently",
		crafting_item_class_categories={"Gloves", "Quiver"},
		crafting_bench_unlock_category="Critical Chance and Added Chaos Damage on Critical Strike - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=593,
	},
	{
		npc="Jun",
		ordinal=254,
		mod_id="JunMaster2BaseLifeAndManaRegen1",
		rank=1,
		mod_group="BaseLifeAndManaRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=594,
	},
	{
		npc="Jun",
		ordinal=255,
		mod_id="JunMaster2BaseLifeAndManaRegen2_",
		rank=2,
		mod_group="BaseLifeAndManaRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=595,
	},
	{
		npc="Jun",
		ordinal=256,
		mod_id="JunMaster2BaseLifeAndManaRegen3",
		rank=3,
		mod_group="BaseLifeAndManaRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=596,
	},
	{
		npc="Jun",
		ordinal=257,
		mod_id="JunMaster2BaseManaAndLifeRegen1",
		rank=1,
		mod_group="BaseManaAndLifeRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=597,
	},
	{
		npc="Jun",
		ordinal=258,
		mod_id="JunMaster2BaseManaAndLifeRegen2",
		rank=2,
		mod_group="BaseManaAndLifeRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=598,
	},
	{
		npc="Jun",
		ordinal=259,
		mod_id="JunMaster2BaseManaAndLifeRegen3",
		rank=3,
		mod_group="BaseManaAndLifeRegen",
		crafting_item_class_categories={"Helmet", "Gloves", "Boots", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Life and Mana - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves, boots, rings, amulets, belts or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=599,
	},
	{
		npc="Jun",
		ordinal=260,
		mod_id="JunMaster2SummonTotemCastSpeed1",
		rank=1,
		mod_group="SummonTotemCastSpeed",
		crafting_item_class_categories={"Boots", "Amulet"},
		crafting_bench_unlock_category="Totem Placement Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or amulets",
		unveils_required=2,
		affix_type="Suffix",
		id=600,
	},
	{
		npc="Jun",
		ordinal=261,
		mod_id="JunMaster2SummonTotemCastSpeed2",
		rank=2,
		mod_group="SummonTotemCastSpeed",
		crafting_item_class_categories={"Boots", "Amulet"},
		crafting_bench_unlock_category="Totem Placement Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or amulets",
		unveils_required=4,
		affix_type="Suffix",
		id=601,
	},
	{
		npc="Jun",
		ordinal=262,
		mod_id="JunMaster2SummonTotemCastSpeed3",
		rank=3,
		mod_group="SummonTotemCastSpeed",
		crafting_item_class_categories={"Boots", "Amulet"},
		crafting_bench_unlock_category="Totem Placement Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling boots or amulets",
		unveils_required=8,
		affix_type="Suffix",
		id=602,
	},
	{
		npc="Jun",
		ordinal=263,
		mod_id="JunMaster2AddedFireAndColdDamage1",
		rank=1,
		mod_group="AddedFireAndColdDamage",
		crafting_item_class_categories={"Shield", "Ring", "Quiver"},
		crafting_bench_unlock_category="Added Fire and Cold Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=603,
	},
	{
		npc="Jun",
		ordinal=264,
		mod_id="JunMaster2AddedFireAndColdDamage2__",
		rank=2,
		mod_group="AddedFireAndColdDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Fire and Cold Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=604,
	},
	{
		npc="Jun",
		ordinal=265,
		mod_id="JunMaster2AddedFireAndColdDamage3",
		rank=3,
		mod_group="AddedFireAndColdDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Fire and Cold Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=605,
	},
	{
		npc="Jun",
		ordinal=266,
		mod_id="JunMaster2AddedFireAndLightningDamage1",
		rank=1,
		mod_group="AddedFireAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring", "Quiver"},
		crafting_bench_unlock_category="Added Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=606,
	},
	{
		npc="Jun",
		ordinal=267,
		mod_id="JunMaster2AddedFireAndLightningDamage2___",
		rank=2,
		mod_group="AddedFireAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=607,
	},
	{
		npc="Jun",
		ordinal=268,
		mod_id="JunMaster2AddedFireAndLightningDamage3",
		rank=3,
		mod_group="AddedFireAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=608,
	},
	{
		npc="Jun",
		ordinal=269,
		mod_id="JunMaster2AddedColdAndLightningDamage1",
		rank=1,
		mod_group="AddedColdAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring", "Quiver"},
		crafting_bench_unlock_category="Added Cold and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=2,
		affix_type="Prefix",
		id=609,
	},
	{
		npc="Jun",
		ordinal=270,
		mod_id="JunMaster2AddedColdAndLightningDamage2",
		rank=2,
		mod_group="AddedColdAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Cold and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=4,
		affix_type="Prefix",
		id=610,
	},
	{
		npc="Jun",
		ordinal=271,
		mod_id="JunMaster2AddedColdAndLightningDamage3_",
		rank=3,
		mod_group="AddedColdAndLightningDamage",
		crafting_item_class_categories={"Shield", "Ring"},
		crafting_bench_unlock_category="Added Cold and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling shields, rings or quivers",
		unveils_required=8,
		affix_type="Prefix",
		id=611,
	},
	{
		npc="Jun",
		ordinal=272,
		mod_id="JunMaster2LuckyCriticalsDuringFocus1",
		rank=0,
		mod_group="LuckyCriticalsDuringFocus",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Critical Strike Chance is Lucky while Focussed",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=3,
		affix_type="Suffix",
		id=612,
	},
	{
		npc="Jun",
		ordinal=273,
		mod_id="JunMaster2DodgeChanceDuringFocus1_",
		rank=1,
		mod_group="DodgeChanceDuringFocus",
		crafting_item_class_categories={"Helmet", "Boots"},
		crafting_bench_unlock_category="Dodge Chance while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or boots",
		unveils_required=2,
		affix_type="Prefix",
		id=613,
	},
	{
		npc="Jun",
		ordinal=274,
		mod_id="JunMaster2DodgeChanceDuringFocus2",
		rank=2,
		mod_group="DodgeChanceDuringFocus",
		crafting_item_class_categories={"Helmet", "Boots"},
		crafting_bench_unlock_category="Dodge Chance while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or boots",
		unveils_required=4,
		affix_type="Prefix",
		id=614,
	},
	{
		npc="Jun",
		ordinal=275,
		mod_id="JunMaster2DodgeChanceDuringFocus3",
		rank=3,
		mod_group="DodgeChanceDuringFocus",
		crafting_item_class_categories={"Helmet", "Boots"},
		crafting_bench_unlock_category="Dodge Chance while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or boots",
		unveils_required=8,
		affix_type="Prefix",
		id=615,
	},
	{
		npc="Jun",
		ordinal=276,
		mod_id="JunMaster2PhysicalDamageReductionDuringFocus1",
		rank=1,
		mod_group="PhysicalDamageReductionDuringFocus",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Physical Damage Reduction while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or gloves",
		unveils_required=2,
		affix_type="Prefix",
		id=616,
	},
	{
		npc="Jun",
		ordinal=277,
		mod_id="JunMaster2PhysicalDamageReductionDuringFocus2__",
		rank=2,
		mod_group="PhysicalDamageReductionDuringFocus",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Physical Damage Reduction while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or gloves",
		unveils_required=4,
		affix_type="Prefix",
		id=617,
	},
	{
		npc="Jun",
		ordinal=278,
		mod_id="JunMaster2PhysicalDamageReductionDuringFocus3_",
		rank=3,
		mod_group="PhysicalDamageReductionDuringFocus",
		crafting_item_class_categories={"Helmet", "Gloves"},
		crafting_bench_unlock_category="Physical Damage Reduction while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets or gloves",
		unveils_required=8,
		affix_type="Prefix",
		id=618,
	},
	{
		npc="Jun",
		ordinal=279,
		mod_id="JunMaster2ShockNearbyEnemiesOnFocus1",
		rank=1,
		mod_group="ShockNearbyEnemiesOnFocus",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Shock nearby Enemies when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=2,
		affix_type="Suffix",
		id=619,
	},
	{
		npc="Jun",
		ordinal=280,
		mod_id="JunMaster2ShockNearbyEnemiesOnFocus2",
		rank=2,
		mod_group="ShockNearbyEnemiesOnFocus",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Shock nearby Enemies when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=4,
		affix_type="Suffix",
		id=620,
	},
	{
		npc="Jun",
		ordinal=281,
		mod_id="JunMaster2ShockNearbyEnemiesOnFocus3",
		rank=3,
		mod_group="ShockNearbyEnemiesOnFocus",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Shock nearby Enemies when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=8,
		affix_type="Suffix",
		id=621,
	},
	{
		npc="Jun",
		ordinal=282,
		mod_id="JunMaster2LifeRegenerationPerEvasionDuringFocus1",
		rank=0,
		mod_group="LifeRegenerationPerEvasionDuringFocus",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Evasion Rating Regenerated as Life while Focussed",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Suffix",
		id=622,
	},
	{
		npc="Jun",
		ordinal=283,
		mod_id="JunMaster2RestoreManaAndEnergyShieldOnFocus1",
		rank=1,
		mod_group="RestoreManaAndEnergyShieldOnFocus",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Mana and Energy Shield when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=2,
		affix_type="Suffix",
		id=623,
	},
	{
		npc="Jun",
		ordinal=284,
		mod_id="JunMaster2RestoreManaAndEnergyShieldOnFocus2",
		rank=2,
		mod_group="RestoreManaAndEnergyShieldOnFocus",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Mana and Energy Shield when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=4,
		affix_type="Suffix",
		id=624,
	},
	{
		npc="Jun",
		ordinal=285,
		mod_id="JunMaster2RestoreManaAndEnergyShieldOnFocus3",
		rank=3,
		mod_group="RestoreManaAndEnergyShieldOnFocus",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Mana and Energy Shield when you Focus - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=8,
		affix_type="Suffix",
		id=625,
	},
	{
		npc="Jun",
		ordinal=286,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused2h1_",
		rank=1,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=626,
	},
	{
		npc="Jun",
		ordinal=287,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused2h2",
		rank=2,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=627,
	},
	{
		npc="Jun",
		ordinal=288,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused2h3",
		rank=3,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=628,
	},
	{
		npc="Jun",
		ordinal=289,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused1h1",
		rank=1,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=629,
	},
	{
		npc="Jun",
		ordinal=290,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused1h2",
		rank=2,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=630,
	},
	{
		npc="Jun",
		ordinal=291,
		mod_id="JunMaster2ChanceToDealDoubleDamageWhileFocused1h3",
		rank=3,
		mod_group="ChanceToDealDoubleDamageWhileFocused",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Chance to Deal Double Damage while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=631,
	},
	{
		npc="Jun",
		ordinal=292,
		mod_id="JunMaster2AttackAndCastSpeedWhileFocused1",
		rank=1,
		mod_group="AttackAndCastSpeedWhileFocused",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Attack and Cast Speed while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=2,
		affix_type="Suffix",
		id=632,
	},
	{
		npc="Jun",
		ordinal=293,
		mod_id="JunMaster2AttackAndCastSpeedWhileFocused2_",
		rank=2,
		mod_group="AttackAndCastSpeedWhileFocused",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Attack and Cast Speed while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=4,
		affix_type="Suffix",
		id=633,
	},
	{
		npc="Jun",
		ordinal=294,
		mod_id="JunMaster2AttackAndCastSpeedWhileFocused3",
		rank=3,
		mod_group="AttackAndCastSpeedWhileFocused",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Attack and Cast Speed while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=8,
		affix_type="Suffix",
		id=634,
	},
	{
		npc="Jun",
		ordinal=295,
		mod_id="JunMaster2StatusAilmentsYouInflictDurationWhileFocused1",
		rank=1,
		mod_group="StatusAilmentsYouInflictDurationWhileFocused",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Duration of Ailments while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets",
		unveils_required=2,
		affix_type="Suffix",
		id=635,
	},
	{
		npc="Jun",
		ordinal=296,
		mod_id="JunMaster2StatusAilmentsYouInflictDurationWhileFocused2",
		rank=2,
		mod_group="StatusAilmentsYouInflictDurationWhileFocused",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Duration of Ailments while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets",
		unveils_required=4,
		affix_type="Suffix",
		id=636,
	},
	{
		npc="Jun",
		ordinal=297,
		mod_id="JunMaster2StatusAilmentsYouInflictDurationWhileFocused3",
		rank=3,
		mod_group="StatusAilmentsYouInflictDurationWhileFocused",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Duration of Ailments while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets",
		unveils_required=8,
		affix_type="Suffix",
		id=637,
	},
	{
		npc="Jun",
		ordinal=298,
		mod_id="JunMaster2ImmuneToStatusAilmentsWhileFocused1",
		rank=0,
		mod_group="ImmuneToStatusAilmentsWhileFocused",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Immune to Ailments while Focussed",
		crafting_bench_unlock_category_description="Unveiling boots",
		unveils_required=3,
		affix_type="Suffix",
		id=638,
	},
	{
		npc="Jun",
		ordinal=299,
		mod_id="JunMaster2LifeLeechFromAnyDamageAndVaalPactWhileFocused1",
		rank=0,
		mod_group="LifeLeechFromAnyDamagePermyriadWhileFocusedAndVaalPact",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Vaal Pact and Damage Leeched as Life while Focussed",
		crafting_bench_unlock_category_description="Unveiling amulets",
		unveils_required=3,
		affix_type="Suffix",
		id=639,
	},
	{
		npc="Jun",
		ordinal=300,
		mod_id="JunMaster2FortifyEffectWhileFocused1_",
		rank=1,
		mod_group="FortifyEffectWhileFocused",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Effect of Fortify while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=2,
		affix_type="Suffix",
		id=640,
	},
	{
		npc="Jun",
		ordinal=301,
		mod_id="JunMaster2FortifyEffectWhileFocused2",
		rank=2,
		mod_group="FortifyEffectWhileFocused",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Effect of Fortify while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=4,
		affix_type="Suffix",
		id=641,
	},
	{
		npc="Jun",
		ordinal=302,
		mod_id="JunMaster2FortifyEffectWhileFocused3",
		rank=3,
		mod_group="FortifyEffectWhileFocused",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Effect of Fortify while Focussed - Rank",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=8,
		affix_type="Suffix",
		id=642,
	},
	{
		npc="Jun",
		ordinal=303,
		mod_id="JunMaster2TriggerSocketedSpellWhenYouFocus1",
		rank=0,
		mod_group="TriggerSocketedSpellWhenYouFocus",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Trigger Socketed Spells when you Focus",
		crafting_bench_unlock_category_description="Unveiling helmets",
		unveils_required=3,
		affix_type="Suffix",
		id=643,
	},
	{
		npc="Jun",
		ordinal=304,
		mod_id="JunMaster2DamageRemovedFromManaBeforeLifeWhileFocused1_",
		rank=0,
		mod_group="DamageRemovedFromManaBeforeLifeWhileFocused",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Damage taken from Mana before Life while Focussed",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Suffix",
		id=644,
	},
	{
		npc="Jun",
		ordinal=305,
		mod_id="JunMaster2MinionsRecoverMaximumLifeWhenYouFocus1_",
		rank=0,
		mod_group="MinionsRecoverMaximumLifeWhenYouFocus",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Minions Recover Life when you Focus",
		crafting_bench_unlock_category_description="Unveiling gloves",
		unveils_required=3,
		affix_type="Suffix",
		id=645,
	},
	{
		npc="Jun",
		ordinal=306,
		mod_id="JunMaster2SkillsCostNoManaWhileFocused1",
		rank=0,
		mod_group="SkillsCostNoManaWhileFocused",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Skills Cost no Mana while Focussed",
		crafting_bench_unlock_category_description="Unveiling amulets",
		unveils_required=3,
		affix_type="Suffix",
		id=646,
	},
	{
		npc="Jun",
		ordinal=307,
		mod_id="JunMaster2AllDamage1",
		rank=1,
		mod_group="AllDamage",
		crafting_item_class_categories={"Ring", "Belt"},
		crafting_bench_unlock_category="Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or belts from Leo",
		unveils_required=1,
		affix_type="Prefix",
		id=647,
	},
	{
		npc="Jun",
		ordinal=308,
		mod_id="JunMaster2AllDamage2_",
		rank=2,
		mod_group="AllDamage",
		crafting_item_class_categories={"Ring", "Belt"},
		crafting_bench_unlock_category="Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or belts from Leo",
		unveils_required=2,
		affix_type="Prefix",
		id=648,
	},
	{
		npc="Jun",
		ordinal=309,
		mod_id="JunMaster2AllDamage3",
		rank=3,
		mod_group="AllDamage",
		crafting_item_class_categories={"Ring", "Belt"},
		crafting_bench_unlock_category="Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or belts from Leo",
		unveils_required=4,
		affix_type="Prefix",
		id=649,
	},
	{
		npc="Jun",
		ordinal=310,
		mod_id="JunMaster2LocalIncreaseSocketedSupportGemLevel1",
		rank=1,
		mod_group="LocalIncreaseSocketedSupportGemLevel",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Level of Support Gems - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from the Syndicate Mastermind",
		unveils_required=1,
		affix_type="Prefix",
		id=650,
	},
	{
		npc="Jun",
		ordinal=311,
		mod_id="JunMaster2LocalIncreaseSocketedSupportGemLevel2",
		rank=2,
		mod_group="LocalIncreaseSocketedSupportGemLevel",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Level of Support Gems - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from the Syndicate Mastermind",
		unveils_required=2,
		affix_type="Prefix",
		id=651,
	},
	{
		npc="Jun",
		ordinal=312,
		mod_id="JunMaster2ReduceGlobalFlatManaCostChannelling1",
		rank=1,
		mod_group="ManaCostTotalChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=2,
		affix_type="Prefix",
		id=652,
	},
	{
		npc="Jun",
		ordinal=313,
		mod_id="JunMaster2ReduceGlobalFlatManaCostChannelling2",
		rank=2,
		mod_group="ManaCostTotalChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=4,
		affix_type="Prefix",
		id=653,
	},
	{
		npc="Jun",
		ordinal=314,
		mod_id="JunMaster2ReduceGlobalFlatManaCostChannelling3",
		rank=3,
		mod_group="ManaCostTotalChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=8,
		affix_type="Prefix",
		id=654,
	},
	{
		npc="Jun",
		ordinal=315,
		mod_id="JunMaster2ReduceGlobalFlatManaCostNonChannelling1",
		rank=1,
		mod_group="ManaCostTotalNonChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=2,
		affix_type="Prefix",
		id=655,
	},
	{
		npc="Jun",
		ordinal=316,
		mod_id="JunMaster2ReduceGlobalFlatManaCostNonChannelling2",
		rank=2,
		mod_group="ManaCostTotalNonChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=4,
		affix_type="Prefix",
		id=656,
	},
	{
		npc="Jun",
		ordinal=317,
		mod_id="JunMaster2ReduceGlobalFlatManaCostNonChannelling3",
		rank=3,
		mod_group="ManaCostTotalNonChannelled",
		crafting_item_class_categories={"Ring", "Amulet"},
		crafting_bench_unlock_category="Mana Cost of Skills - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings or amulets from Elreon",
		unveils_required=8,
		affix_type="Prefix",
		id=657,
	},
	{
		npc="Jun",
		ordinal=318,
		mod_id="JunMaster2DamageWhileLeeching1",
		rank=1,
		mod_group="DamageWhileLeeching",
		crafting_item_class_categories={"Gloves", "Amulet"},
		crafting_bench_unlock_category="Damage while Leeching - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves or amulets from Vorici",
		unveils_required=1,
		affix_type="Prefix",
		id=658,
	},
	{
		npc="Jun",
		ordinal=319,
		mod_id="JunMaster2DamageWhileLeeching2",
		rank=2,
		mod_group="DamageWhileLeeching",
		crafting_item_class_categories={"Gloves", "Amulet"},
		crafting_bench_unlock_category="Damage while Leeching - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves or amulets from Vorici",
		unveils_required=2,
		affix_type="Prefix",
		id=659,
	},
	{
		npc="Jun",
		ordinal=320,
		mod_id="JunMaster2DamageWhileLeeching3",
		rank=3,
		mod_group="DamageWhileLeeching",
		crafting_item_class_categories={"Gloves", "Amulet"},
		crafting_bench_unlock_category="Damage while Leeching - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves or amulets from Vorici",
		unveils_required=4,
		affix_type="Prefix",
		id=660,
	},
	{
		npc="Jun",
		ordinal=321,
		mod_id="JunMaster2SocketedGemQuality1_",
		rank=1,
		mod_group="SocketedGemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Quality of Gems - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from Haku",
		unveils_required=1,
		affix_type="Prefix",
		id=661,
	},
	{
		npc="Jun",
		ordinal=322,
		mod_id="JunMaster2SocketedGemQuality2",
		rank=2,
		mod_group="SocketedGemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Quality of Gems - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from Haku",
		unveils_required=2,
		affix_type="Prefix",
		id=662,
	},
	{
		npc="Jun",
		ordinal=323,
		mod_id="JunMaster2SocketedGemQuality3",
		rank=3,
		mod_group="SocketedGemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Quality of Gems - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from Haku",
		unveils_required=4,
		affix_type="Prefix",
		id=663,
	},
	{
		npc="Jun",
		ordinal=324,
		mod_id="JunMaster2BleedOnHitGained2h1",
		rank=1,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=1,
		affix_type="Prefix",
		id=664,
	},
	{
		npc="Jun",
		ordinal=325,
		mod_id="JunMaster2BleedOnHitGained2h2",
		rank=2,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=2,
		affix_type="Prefix",
		id=665,
	},
	{
		npc="Jun",
		ordinal=326,
		mod_id="JunMaster2BleedOnHitGained2h3_",
		rank=3,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=4,
		affix_type="Prefix",
		id=666,
	},
	{
		npc="Jun",
		ordinal=327,
		mod_id="JunMaster2BleedOnHitGained1h1",
		rank=1,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=1,
		affix_type="Prefix",
		id=667,
	},
	{
		npc="Jun",
		ordinal=328,
		mod_id="JunMaster2BleedOnHitGained1h2_",
		rank=2,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=2,
		affix_type="Prefix",
		id=668,
	},
	{
		npc="Jun",
		ordinal=329,
		mod_id="JunMaster2BleedOnHitGained1h3_",
		rank=3,
		mod_group="LocalAddedPhysicalDamageAndCausesBleeding",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Added Physical Damage and Bleeding on Hit - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons from Tora",
		unveils_required=4,
		affix_type="Prefix",
		id=669,
	},
	{
		npc="Jun",
		ordinal=330,
		mod_id="JunMaster2AlwaysHits1",
		rank=0,
		mod_group="AlwaysHits",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		crafting_bench_unlock_category="Hits can't be Evaded",
		crafting_bench_unlock_category_description="Unveiling certain melee weapons from Vagan",
		unveils_required=1,
		affix_type="Prefix",
		id=670,
	},
	{
		npc="Jun",
		ordinal=331,
		mod_id="JunMaster2DamageDuringFlaskEffect1",
		rank=1,
		mod_group="DamageDuringFlaskEffect",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Damage during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves from Guff Grenn",
		unveils_required=1,
		affix_type="Prefix",
		id=671,
	},
	{
		npc="Jun",
		ordinal=332,
		mod_id="JunMaster2DamageDuringFlaskEffect2_",
		rank=2,
		mod_group="DamageDuringFlaskEffect",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Damage during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves from Guff Grenn",
		unveils_required=2,
		affix_type="Prefix",
		id=672,
	},
	{
		npc="Jun",
		ordinal=333,
		mod_id="JunMaster2DamageDuringFlaskEffect3",
		rank=3,
		mod_group="DamageDuringFlaskEffect",
		crafting_item_class_categories={"Gloves"},
		crafting_bench_unlock_category="Damage during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling certain gloves from Guff Grenn",
		unveils_required=4,
		affix_type="Prefix",
		id=673,
	},
	{
		npc="Jun",
		ordinal=334,
		mod_id="JunMaster2ItemRarityFromRareAndUniqueEnemies1_",
		rank=1,
		mod_group="RareOrUniqueMonsterDroppedItemRarity",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Rarity of Items from Rare and Unique Enemies - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Janus Perandus",
		unveils_required=1,
		affix_type="Suffix",
		id=674,
	},
	{
		npc="Jun",
		ordinal=335,
		mod_id="JunMaster2ItemRarityFromRareAndUniqueEnemies2",
		rank=2,
		mod_group="RareOrUniqueMonsterDroppedItemRarity",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Rarity of Items from Rare and Unique Enemies - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Janus Perandus",
		unveils_required=2,
		affix_type="Suffix",
		id=675,
	},
	{
		npc="Jun",
		ordinal=336,
		mod_id="JunMaster2ItemRarityFromRareAndUniqueEnemies3",
		rank=3,
		mod_group="RareOrUniqueMonsterDroppedItemRarity",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Rarity of Items from Rare and Unique Enemies - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Janus Perandus",
		unveils_required=4,
		affix_type="Suffix",
		id=676,
	},
	{
		npc="Jun",
		ordinal=337,
		mod_id="JunMaster2FireAddedAsChaos2h1_",
		rank=1,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=677,
	},
	{
		npc="Jun",
		ordinal=338,
		mod_id="JunMaster2FireAddedAsChaos2h2",
		rank=2,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=678,
	},
	{
		npc="Jun",
		ordinal=339,
		mod_id="JunMaster2FireAddedAsChaos2h3_",
		rank=3,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=679,
	},
	{
		npc="Jun",
		ordinal=340,
		mod_id="JunMaster2FireAddedAsChaos1h1",
		rank=1,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=680,
	},
	{
		npc="Jun",
		ordinal=341,
		mod_id="JunMaster2FireAddedAsChaos1h2",
		rank=2,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=681,
	},
	{
		npc="Jun",
		ordinal=342,
		mod_id="JunMaster2FireAddedAsChaos1h3_",
		rank=3,
		mod_group="FireAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=682,
	},
	{
		npc="Jun",
		ordinal=343,
		mod_id="JunMaster2ColdAddedAsChaos2h1",
		rank=1,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=683,
	},
	{
		npc="Jun",
		ordinal=344,
		mod_id="JunMaster2ColdAddedAsChaos2h2",
		rank=2,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=684,
	},
	{
		npc="Jun",
		ordinal=345,
		mod_id="JunMaster2ColdAddedAsChaos2h3",
		rank=3,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=685,
	},
	{
		npc="Jun",
		ordinal=346,
		mod_id="JunMaster2ColdAddedAsChaos1h1",
		rank=1,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=686,
	},
	{
		npc="Jun",
		ordinal=347,
		mod_id="JunMaster2ColdAddedAsChaos1h2",
		rank=2,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=687,
	},
	{
		npc="Jun",
		ordinal=348,
		mod_id="JunMaster2ColdAddedAsChaos1h3",
		rank=3,
		mod_group="ColdAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=688,
	},
	{
		npc="Jun",
		ordinal=349,
		mod_id="JunMaster2LightningAddedAsChaos2h1_",
		rank=1,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=689,
	},
	{
		npc="Jun",
		ordinal=350,
		mod_id="JunMaster2LightningAddedAsChaos2h2",
		rank=2,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=690,
	},
	{
		npc="Jun",
		ordinal=351,
		mod_id="JunMaster2LightningAddedAsChaos2h3___",
		rank=3,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=691,
	},
	{
		npc="Jun",
		ordinal=352,
		mod_id="JunMaster2LightningAddedAsChaos1h1_",
		rank=1,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=692,
	},
	{
		npc="Jun",
		ordinal=353,
		mod_id="JunMaster2LightningAddedAsChaos1h2__",
		rank=2,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=693,
	},
	{
		npc="Jun",
		ordinal=354,
		mod_id="JunMaster2LightningAddedAsChaos1h3",
		rank=3,
		mod_group="LightningAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=694,
	},
	{
		npc="Jun",
		ordinal=355,
		mod_id="JunMaster2PhysicalAddedAsChaos2h1",
		rank=1,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=695,
	},
	{
		npc="Jun",
		ordinal=356,
		mod_id="JunMaster2PhysicalAddedAsChaos2h2",
		rank=2,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=696,
	},
	{
		npc="Jun",
		ordinal=357,
		mod_id="JunMaster2PhysicalAddedAsChaos2h3",
		rank=3,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=697,
	},
	{
		npc="Jun",
		ordinal=358,
		mod_id="JunMaster2PhysicalAddedAsChaos1h1_",
		rank=1,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=1,
		affix_type="Prefix",
		id=698,
	},
	{
		npc="Jun",
		ordinal=359,
		mod_id="JunMaster2PhysicalAddedAsChaos1h2_",
		rank=2,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=2,
		affix_type="Prefix",
		id=699,
	},
	{
		npc="Jun",
		ordinal=360,
		mod_id="JunMaster2PhysicalAddedAsChaos1h3",
		rank=3,
		mod_group="PhysicalAddedAsChaos",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Shield"},
		crafting_bench_unlock_category="Damage as Extra Chaos Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain weapons or shields from It That Fled",
		unveils_required=4,
		affix_type="Prefix",
		id=700,
	},
	{
		npc="Jun",
		ordinal=361,
		mod_id="JunMaster2PercentageAllAttributes1",
		rank=1,
		mod_group="PercentageAllAttributes",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Attributes - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Hillock, the Blacksmith",
		unveils_required=1,
		affix_type="Suffix",
		id=701,
	},
	{
		npc="Jun",
		ordinal=362,
		mod_id="JunMaster2PercentageAllAttributes2",
		rank=2,
		mod_group="PercentageAllAttributes",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Attributes - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Hillock, the Blacksmith",
		unveils_required=2,
		affix_type="Suffix",
		id=702,
	},
	{
		npc="Jun",
		ordinal=363,
		mod_id="JunMaster2PercentageAllAttributes3",
		rank=3,
		mod_group="PercentageAllAttributes",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Attributes - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Hillock, the Blacksmith",
		unveils_required=4,
		affix_type="Suffix",
		id=703,
	},
	{
		npc="Jun",
		ordinal=364,
		mod_id="JunMaster2LifeAddedAsEnergyShield1",
		rank=1,
		mod_group="LifeAddedAsEnergyShield",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Maximum Life as Extra Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Gravicius Reborn",
		unveils_required=1,
		affix_type="Prefix",
		id=704,
	},
	{
		npc="Jun",
		ordinal=365,
		mod_id="JunMaster2LifeAddedAsEnergyShield2",
		rank=2,
		mod_group="LifeAddedAsEnergyShield",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Maximum Life as Extra Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Gravicius Reborn",
		unveils_required=2,
		affix_type="Prefix",
		id=705,
	},
	{
		npc="Jun",
		ordinal=366,
		mod_id="JunMaster2LifeAddedAsEnergyShield3",
		rank=3,
		mod_group="LifeAddedAsEnergyShield",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Maximum Life as Extra Energy Shield - Rank",
		crafting_bench_unlock_category_description="Unveiling certain body armour from Gravicius Reborn",
		unveils_required=4,
		affix_type="Prefix",
		id=706,
	},
	{
		npc="Jun",
		ordinal=367,
		mod_id="JunMaster2WolfOnKill1",
		rank=0,
		mod_group="SummonWolfOnKill",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Summon Spectral Wolf on Kill",
		crafting_bench_unlock_category_description="Unveiling certain amulets from Thane Jorgin",
		unveils_required=1,
		affix_type="Suffix",
		id=707,
	},
	{
		npc="Jun",
		ordinal=368,
		mod_id="JunMaster2PhysicalDamageTakenAsFirePercent1_",
		rank=1,
		mod_group="PhysicalDamageTakenAsFirePercent",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Physical Damage Taken As Fire Percent - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Korell Goya",
		unveils_required=1,
		affix_type="Prefix",
		id=708,
	},
	{
		npc="Jun",
		ordinal=369,
		mod_id="JunMaster2PhysicalDamageTakenAsFirePercent2_",
		rank=2,
		mod_group="PhysicalDamageTakenAsFirePercent",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Physical Damage Taken As Fire Percent - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Korell Goya",
		unveils_required=2,
		affix_type="Prefix",
		id=709,
	},
	{
		npc="Jun",
		ordinal=370,
		mod_id="JunMaster2PhysicalDamageTakenAsFirePercent3",
		rank=3,
		mod_group="PhysicalDamageTakenAsFirePercent",
		crafting_item_class_categories={"Helmet"},
		crafting_bench_unlock_category="Physical Damage Taken As Fire Percent - Rank",
		crafting_bench_unlock_category_description="Unveiling certain helmets from Korell Goya",
		unveils_required=4,
		affix_type="Prefix",
		id=710,
	},
	{
		npc="Jun",
		ordinal=371,
		mod_id="JunMaster2AvoidFreeze1",
		rank=1,
		mod_group="AvoidFreeze",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Avoid Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling certain boots from Rin Yuushu",
		unveils_required=1,
		affix_type="Prefix",
		id=711,
	},
	{
		npc="Jun",
		ordinal=372,
		mod_id="JunMaster2AvoidFreeze2_",
		rank=2,
		mod_group="AvoidFreeze",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Avoid Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling certain boots from Rin Yuushu",
		unveils_required=2,
		affix_type="Prefix",
		id=712,
	},
	{
		npc="Jun",
		ordinal=373,
		mod_id="JunMaster2AvoidFreeze3",
		rank=3,
		mod_group="AvoidFreeze",
		crafting_item_class_categories={"Boots"},
		crafting_bench_unlock_category="Avoid Freeze - Rank",
		crafting_bench_unlock_category_description="Unveiling certain boots from Rin Yuushu",
		unveils_required=4,
		affix_type="Prefix",
		id=713,
	},
	{
		npc="Jun",
		ordinal=374,
		mod_id="JunMaster2CriticalMultiplierOnShatter1",
		rank=1,
		mod_group="CritChanceAndCriticalStrikeMultiplierIfEnemyShatteredRecently",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Critical Strike Chance and Critical Multiplier on Shatter - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Cameria the Coldblooded",
		unveils_required=1,
		affix_type="Suffix",
		id=714,
	},
	{
		npc="Jun",
		ordinal=375,
		mod_id="JunMaster2CriticalMultiplierOnShatter2",
		rank=2,
		mod_group="CritChanceAndCriticalStrikeMultiplierIfEnemyShatteredRecently",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Critical Strike Chance and Critical Multiplier on Shatter - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Cameria the Coldblooded",
		unveils_required=2,
		affix_type="Suffix",
		id=715,
	},
	{
		npc="Jun",
		ordinal=376,
		mod_id="JunMaster2CriticalMultiplierOnShatter3",
		rank=3,
		mod_group="CritChanceAndCriticalStrikeMultiplierIfEnemyShatteredRecently",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Critical Strike Chance and Critical Multiplier on Shatter - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Cameria the Coldblooded",
		unveils_required=4,
		affix_type="Suffix",
		id=716,
	},
	{
		npc="Jun",
		ordinal=377,
		mod_id="JunMaster2IncreasedChaosAndPhysicalDamage1",
		rank=1,
		mod_group="IncreasedChaosAndPhysicalDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Chaos and Physical Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Aisling Laffrey",
		unveils_required=1,
		affix_type="Suffix",
		id=717,
	},
	{
		npc="Jun",
		ordinal=378,
		mod_id="JunMaster2IncreasedChaosAndPhysicalDamage2",
		rank=2,
		mod_group="IncreasedChaosAndPhysicalDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Chaos and Physical Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Aisling Laffrey",
		unveils_required=2,
		affix_type="Suffix",
		id=718,
	},
	{
		npc="Jun",
		ordinal=379,
		mod_id="JunMaster2IncreasedChaosAndPhysicalDamage3_",
		rank=3,
		mod_group="IncreasedChaosAndPhysicalDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Chaos and Physical Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Aisling Laffrey",
		unveils_required=4,
		affix_type="Suffix",
		id=719,
	},
	{
		npc="Jun",
		ordinal=380,
		mod_id="JunMaster2IncreasedFireAndLightningDamage1_",
		rank=1,
		mod_group="IncreasedFireAndLightningDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Riker Maloney",
		unveils_required=1,
		affix_type="Suffix",
		id=720,
	},
	{
		npc="Jun",
		ordinal=381,
		mod_id="JunMaster2IncreasedFireAndLightningDamage2",
		rank=2,
		mod_group="IncreasedFireAndLightningDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Riker Maloney",
		unveils_required=2,
		affix_type="Suffix",
		id=721,
	},
	{
		npc="Jun",
		ordinal=382,
		mod_id="JunMaster2IncreasedFireAndLightningDamage3_",
		rank=3,
		mod_group="IncreasedFireAndLightningDamage",
		crafting_item_class_categories={"Ring"},
		crafting_bench_unlock_category="Fire and Lightning Damage - Rank",
		crafting_bench_unlock_category_description="Unveiling certain rings from Riker Maloney",
		unveils_required=4,
		affix_type="Suffix",
		id=722,
	},
	{
		npc="Jun",
		ordinal=383,
		mod_id="JunMaster2LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect1_",
		rank=0,
		mod_group="LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Life Regeneration during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=723,
	},
	{
		npc="Jun",
		ordinal=384,
		mod_id="JunMaster2LocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect1__",
		rank=0,
		mod_group="LocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Movement Speed and Chance to Avoid Stun during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=724,
	},
	{
		npc="Jun",
		ordinal=385,
		mod_id="JunMaster2LocalFlaskSkillManaCostDuringFlaskEffect1",
		rank=0,
		mod_group="LocalFlaskSkillManaCostDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Mana Cost of Skills during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=725,
	},
	{
		npc="Jun",
		ordinal=386,
		mod_id="JunMaster2LocalFlaskItemFoundRarityDuringFlaskEffect1",
		rank=0,
		mod_group="LocalFlaskItemFoundRarityDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Rarity of Items found during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=726,
	},
	{
		npc="Jun",
		ordinal=387,
		mod_id="JunMaster2LocalFlaskCriticalStrikeChanceDuringFlaskEffect1",
		rank=0,
		mod_group="LocalFlaskCriticalStrikeChanceDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Critical Strike Chance during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=727,
	},
	{
		npc="Jun",
		ordinal=388,
		mod_id="JunMaster2LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect1",
		rank=0,
		mod_group="LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect",
		crafting_item_class_categories={"Flask"},
		crafting_bench_unlock_category="Damage Taken Leeched as Life during Flask Effect",
		crafting_bench_unlock_category_description="Unveiling flasks",
		unveils_required=1,
		affix_type="Suffix",
		id=728,
	},
	{
		npc="Jun",
		ordinal=389,
		mod_id="JunMaster2LocalAttackSpeedAndLocalItemQuality1",
		rank=1,
		mod_group="LocalAttackSpeedAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Local Attack Speed and Local Item Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=729,
	},
	{
		npc="Jun",
		ordinal=390,
		mod_id="JunMaster2LocalAttackSpeedAndLocalItemQuality2",
		rank=2,
		mod_group="LocalAttackSpeedAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		crafting_bench_unlock_category="Local Attack Speed and Local Item Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=730,
	},
	{
		npc="Jun",
		ordinal=391,
		mod_id="JunMaster2LocalCriticalStrikeChanceAndLocalItemQuality1",
		rank=1,
		mod_group="LocalCriticalStrikeChanceAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Chance and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=731,
	},
	{
		npc="Jun",
		ordinal=392,
		mod_id="JunMaster2LocalCriticalStrikeChanceAndLocalItemQuality2_",
		rank=2,
		mod_group="LocalCriticalStrikeChanceAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Critical Strike Chance and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=732,
	},
	{
		npc="Jun",
		ordinal=393,
		mod_id="JunMaster2LocalAccuracyRatingAndLocalItemQuality1",
		rank=1,
		mod_group="LocalAccuracyRatingAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Accuracy Rating and Item Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=733,
	},
	{
		npc="Jun",
		ordinal=394,
		mod_id="JunMaster2LocalAccuracyRatingAndLocalItemQuality2_",
		rank=2,
		mod_group="LocalAccuracyRatingAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Accuracy Rating and Item Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=734,
	},
	{
		npc="Jun",
		ordinal=395,
		mod_id="JunMaster2LocalAccuracyRatingAndLocalItemQuality3__",
		rank=3,
		mod_group="LocalAccuracyRatingAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Accuracy Rating and Item Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=735,
	},
	{
		npc="Jun",
		ordinal=396,
		mod_id="JunMaster2LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance1_",
		rank=1,
		mod_group="LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Attack Speed and Trigger Blood Rage on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=736,
	},
	{
		npc="Jun",
		ordinal=397,
		mod_id="JunMaster2LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance2",
		rank=2,
		mod_group="LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee"},
		crafting_bench_unlock_category="Attack Speed and Trigger Blood Rage on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=737,
	},
	{
		npc="Jun",
		ordinal=398,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance2h1_",
		rank=1,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=738,
	},
	{
		npc="Jun",
		ordinal=399,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance2h2_",
		rank=2,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=739,
	},
	{
		npc="Jun",
		ordinal=400,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance2h3",
		rank=3,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=740,
	},
	{
		npc="Jun",
		ordinal=401,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance1h1",
		rank=1,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=2,
		affix_type="Suffix",
		id=741,
	},
	{
		npc="Jun",
		ordinal=402,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance1h2",
		rank=2,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=4,
		affix_type="Suffix",
		id=742,
	},
	{
		npc="Jun",
		ordinal=403,
		mod_id="JunMaster2CastSpeedAndGainArcaneSurgeOnKillChance1h3",
		rank=3,
		mod_group="CastSpeedAndGainArcaneSurgeOnKillChance",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged"},
		crafting_bench_unlock_category="Cast Speed and gain Arcane Surge on Kill - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=8,
		affix_type="Suffix",
		id=743,
	},
	{
		npc="Jun",
		ordinal=404,
		mod_id="JunMaster2TriggerSocketedSpellOnSkillUse1",
		rank=0,
		mod_group="TriggerSocketedSpellOnSkillUse",
		crafting_item_class_categories={"One Hand Melee", "One Hand Ranged", "Two Hand Melee", "Two Hand Ranged"},
		crafting_bench_unlock_category="Trigger a Socketed Spell when you Use a Skill",
		crafting_bench_unlock_category_description="Unveiling weapons",
		unveils_required=3,
		affix_type="Suffix",
		id=744,
	},
	{
		npc="Jun",
		ordinal=405,
		mod_id="JunMaster2FireAndChaosDamageResistance1_",
		rank=1,
		mod_group="FireAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Fire and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=745,
	},
	{
		npc="Jun",
		ordinal=406,
		mod_id="JunMaster2FireAndChaosDamageResistance2_",
		rank=2,
		mod_group="FireAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Fire and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=746,
	},
	{
		npc="Jun",
		ordinal=407,
		mod_id="JunMaster2FireAndChaosDamageResistance3",
		rank=3,
		mod_group="FireAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Fire and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=747,
	},
	{
		npc="Jun",
		ordinal=408,
		mod_id="JunMaster2LightningAndChaosDamageResistance1",
		rank=1,
		mod_group="LightningAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Lightning and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=748,
	},
	{
		npc="Jun",
		ordinal=409,
		mod_id="JunMaster2LightningAndChaosDamageResistance2_",
		rank=2,
		mod_group="LightningAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Lightning and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=749,
	},
	{
		npc="Jun",
		ordinal=410,
		mod_id="JunMaster2LightningAndChaosDamageResistance3",
		rank=3,
		mod_group="LightningAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Lightning and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=750,
	},
	{
		npc="Jun",
		ordinal=411,
		mod_id="JunMaster2ColdAndChaosDamageResistance1_",
		rank=1,
		mod_group="ColdAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Cold and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=2,
		affix_type="Suffix",
		id=751,
	},
	{
		npc="Jun",
		ordinal=412,
		mod_id="JunMaster2ColdAndChaosDamageResistance2_",
		rank=2,
		mod_group="ColdAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Cold and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=4,
		affix_type="Suffix",
		id=752,
	},
	{
		npc="Jun",
		ordinal=413,
		mod_id="JunMaster2ColdAndChaosDamageResistance3",
		rank=3,
		mod_group="ColdAndChaosDamageResistance",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		crafting_bench_unlock_category="Cold and Chaos Resistance - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour, gloves, boots, helmets, shields, rings, amulets, belts or quivers",
		unveils_required=8,
		affix_type="Suffix",
		id=753,
	},
	{
		npc="Jun",
		ordinal=414,
		mod_id="JunMaster2StrengthAndLocalItemQuality1_",
		rank=1,
		mod_group="StrengthAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Strength and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=2,
		affix_type="Suffix",
		id=754,
	},
	{
		npc="Jun",
		ordinal=415,
		mod_id="JunMaster2StrengthAndLocalItemQuality2",
		rank=2,
		mod_group="StrengthAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Strength and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=4,
		affix_type="Suffix",
		id=755,
	},
	{
		npc="Jun",
		ordinal=416,
		mod_id="JunMaster2StrengthAndLocalItemQuality3",
		rank=3,
		mod_group="StrengthAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Strength and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=8,
		affix_type="Suffix",
		id=756,
	},
	{
		npc="Jun",
		ordinal=417,
		mod_id="JunMaster2DexterityAndLocalItemQuality1",
		rank=1,
		mod_group="DexterityAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Dexterity and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=2,
		affix_type="Suffix",
		id=757,
	},
	{
		npc="Jun",
		ordinal=418,
		mod_id="JunMaster2DexterityAndLocalItemQuality2",
		rank=2,
		mod_group="DexterityAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Dexterity and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=4,
		affix_type="Suffix",
		id=758,
	},
	{
		npc="Jun",
		ordinal=419,
		mod_id="JunMaster2DexterityAndLocalItemQuality3",
		rank=3,
		mod_group="DexterityAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Dexterity and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=8,
		affix_type="Suffix",
		id=759,
	},
	{
		npc="Jun",
		ordinal=420,
		mod_id="JunMaster2IntelligenceAndLocalItemQuality1",
		rank=1,
		mod_group="IntelligenceAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Intelligence and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=2,
		affix_type="Suffix",
		id=760,
	},
	{
		npc="Jun",
		ordinal=421,
		mod_id="JunMaster2IntelligenceAndLocalItemQuality2",
		rank=2,
		mod_group="IntelligenceAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Intelligence and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=4,
		affix_type="Suffix",
		id=761,
	},
	{
		npc="Jun",
		ordinal=422,
		mod_id="JunMaster2IntelligenceAndLocalItemQuality3",
		rank=3,
		mod_group="IntelligenceAndLocalItemQuality",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Shield"},
		crafting_bench_unlock_category="Intelligence and Quality - Rank",
		crafting_bench_unlock_category_description="Unveiling weapons, body armour or shields",
		unveils_required=8,
		affix_type="Suffix",
		id=762,
	},
	{
		npc="Jun",
		ordinal=423,
		mod_id="JunMaster2LifeRegenerationRatePerMinuteWhileUsingFlask1",
		rank=1,
		mod_group="LifeRegenerationRatePerMinuteWhileUsingFlask",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Life Regeneration Rate during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=2,
		affix_type="Suffix",
		id=763,
	},
	{
		npc="Jun",
		ordinal=424,
		mod_id="JunMaster2LifeRegenerationRatePerMinuteWhileUsingFlask2_",
		rank=2,
		mod_group="LifeRegenerationRatePerMinuteWhileUsingFlask",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Life Regeneration Rate during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=4,
		affix_type="Suffix",
		id=764,
	},
	{
		npc="Jun",
		ordinal=425,
		mod_id="JunMaster2LifeRegenerationRatePerMinuteWhileUsingFlask3",
		rank=3,
		mod_group="LifeRegenerationRatePerMinuteWhileUsingFlask",
		crafting_item_class_categories={"Belt"},
		crafting_bench_unlock_category="Life Regeneration Rate during Flask Effect - Rank",
		crafting_bench_unlock_category_description="Unveiling belts",
		unveils_required=8,
		affix_type="Suffix",
		id=765,
	},
	{
		npc="Jun",
		ordinal=426,
		mod_id="JunMaster2TrapThrowSpeed1",
		rank=1,
		mod_group="TrapThrowSpeed",
		crafting_item_class_categories={"Amulet", "Belt"},
		crafting_bench_unlock_category="Trap Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or belts",
		unveils_required=2,
		affix_type="Suffix",
		id=766,
	},
	{
		npc="Jun",
		ordinal=427,
		mod_id="JunMaster2TrapThrowSpeed2_",
		rank=2,
		mod_group="TrapThrowSpeed",
		crafting_item_class_categories={"Amulet", "Belt"},
		crafting_bench_unlock_category="Trap Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or belts",
		unveils_required=4,
		affix_type="Suffix",
		id=767,
	},
	{
		npc="Jun",
		ordinal=428,
		mod_id="JunMaster2TrapThrowSpeed3",
		rank=3,
		mod_group="TrapThrowSpeed",
		crafting_item_class_categories={"Amulet", "Belt"},
		crafting_bench_unlock_category="Trap Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or belts",
		unveils_required=8,
		affix_type="Suffix",
		id=768,
	},
	{
		npc="Jun",
		ordinal=429,
		mod_id="JunMaster2MineLayingSpeed1",
		rank=1,
		mod_group="MineLayingSpeed",
		crafting_item_class_categories={"Amulet", "Helmet"},
		crafting_bench_unlock_category="Mine Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or helmets",
		unveils_required=2,
		affix_type="Suffix",
		id=769,
	},
	{
		npc="Jun",
		ordinal=430,
		mod_id="JunMaster2MineLayingSpeed2",
		rank=2,
		mod_group="MineLayingSpeed",
		crafting_item_class_categories={"Amulet", "Helmet"},
		crafting_bench_unlock_category="Mine Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or helmets",
		unveils_required=4,
		affix_type="Suffix",
		id=770,
	},
	{
		npc="Jun",
		ordinal=431,
		mod_id="JunMaster2MineLayingSpeed3",
		rank=3,
		mod_group="MineLayingSpeed",
		crafting_item_class_categories={"Amulet", "Helmet"},
		crafting_bench_unlock_category="Mine Throwing Speed - Rank",
		crafting_bench_unlock_category_description="Unveiling amulets or helmets",
		unveils_required=8,
		affix_type="Suffix",
		id=771,
	},
	{
		npc="Jun",
		ordinal=432,
		mod_id="JunMaster2BrandAttachmentRange1",
		rank=1,
		mod_group="BrandAttachmentRange",
		crafting_item_class_categories={"Amulet", "Gloves"},
		crafting_bench_unlock_category="Brand Attachment Range - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=2,
		affix_type="Suffix",
		id=772,
	},
	{
		npc="Jun",
		ordinal=433,
		mod_id="JunMaster2BrandAttachmentRange2_",
		rank=2,
		mod_group="BrandAttachmentRange",
		crafting_item_class_categories={"Amulet", "Gloves"},
		crafting_bench_unlock_category="Brand Attachment Range - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=4,
		affix_type="Suffix",
		id=773,
	},
	{
		npc="Jun",
		ordinal=434,
		mod_id="JunMaster2BrandAttachmentRange3_",
		rank=3,
		mod_group="BrandAttachmentRange",
		crafting_item_class_categories={"Amulet", "Gloves"},
		crafting_bench_unlock_category="Brand Attachment Range - Rank",
		crafting_bench_unlock_category_description="Unveiling rings",
		unveils_required=8,
		affix_type="Suffix",
		id=774,
	},
	{
		npc="Jun",
		ordinal=435,
		mod_id="JunMaster2PercentageLifeAndMana1",
		rank=0,
		mod_group="PercentageLifeAndMana",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Increased Life and Mana",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Prefix",
		id=775,
	},
	{
		npc="Jun",
		ordinal=436,
		mod_id="JunMaster2BlockPercent1",
		rank=0,
		mod_group="BodyBlockPercent",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Chance to Block Attack Damage",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Prefix",
		id=776,
	},
	{
		npc="Jun",
		ordinal=437,
		mod_id="JunMaster2SpellDodgePercentage1",
		rank=0,
		mod_group="SpellDodgePercentage",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Chance to Dodge Spell Damage",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Prefix",
		id=777,
	},
	{
		npc="Jun",
		ordinal=438,
		mod_id="JunMaster2AvoidStunAndElementalStatusAilments1__",
		rank=0,
		mod_group="AvoidStunAndElementalStatusAilments",
		crafting_item_class_categories={"Body Armour"},
		crafting_bench_unlock_category="Avoid Stun and Elemental Status Ailments",
		crafting_bench_unlock_category_description="Unveiling body armour",
		unveils_required=3,
		affix_type="Prefix",
		id=778,
	},
	{
		npc="Jun",
		ordinal=439,
		mod_id="JunMaster2AreaDamageAndAreaOfEffect1",
		rank=1,
		mod_group="AreaDamageAndAreaOfEffect",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Area of Effect and Area Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=779,
	},
	{
		npc="Jun",
		ordinal=440,
		mod_id="JunMaster2AreaDamageAndAreaOfEffect2_",
		rank=2,
		mod_group="AreaDamageAndAreaOfEffect",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Area of Effect and Area Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=780,
	},
	{
		npc="Jun",
		ordinal=441,
		mod_id="JunMaster2AreaDamageAndAreaOfEffect3",
		rank=3,
		mod_group="AreaDamageAndAreaOfEffect",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Area of Effect and Area Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=781,
	},
	{
		npc="Jun",
		ordinal=442,
		mod_id="JunMaster2ProjectileDamageAndProjectileSpeed1_",
		rank=1,
		mod_group="ProjectileDamageAndProjectileSpeed",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Projectile Pierce and Projectile Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=782,
	},
	{
		npc="Jun",
		ordinal=443,
		mod_id="JunMaster2ProjectileDamageAndProjectileSpeed2_",
		rank=2,
		mod_group="ProjectileDamageAndProjectileSpeed",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Projectile Pierce and Projectile Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=783,
	},
	{
		npc="Jun",
		ordinal=444,
		mod_id="JunMaster2ProjectileDamageAndProjectileSpeed3",
		rank=3,
		mod_group="ProjectileDamageAndProjectileSpeed",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Projectile Pierce and Projectile Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=784,
	},
	{
		npc="Jun",
		ordinal=445,
		mod_id="JunMaster2MeleeDamageAndMeleeRange1",
		rank=1,
		mod_group="MeleeDamageAndMeleeRange",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Melee Range and Melee Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=2,
		affix_type="Prefix",
		id=785,
	},
	{
		npc="Jun",
		ordinal=446,
		mod_id="JunMaster2MeleeDamageAndMeleeRange2_",
		rank=2,
		mod_group="MeleeDamageAndMeleeRange",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Melee Range and Melee Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=4,
		affix_type="Prefix",
		id=786,
	},
	{
		npc="Jun",
		ordinal=447,
		mod_id="JunMaster2MeleeDamageAndMeleeRange3_",
		rank=3,
		mod_group="MeleeDamageAndMeleeRange",
		crafting_item_class_categories={"Amulet"},
		crafting_bench_unlock_category="Melee Range and Melee Modifiers - Rank",
		crafting_bench_unlock_category_description="Unveiling helmets, gloves or amulets",
		unveils_required=8,
		affix_type="Prefix",
		id=787,
	},
	{
		npc="Navali",
		ordinal=0,
		mod_id="StrMasterItemGenerationCannotChangePrefixes",
		recipe_unlock_location="Unbearable Whispers V Prophecy",
		rank=0,
		mod_group="ItemGenerationCannotChangePrefixes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=788,
	},
	{
		npc="Navali",
		ordinal=1,
		mod_id="DexMasterItemGenerationCannotChangeSuffixes",
		recipe_unlock_location="The Unbreathing Queen V Prophecy",
		rank=0,
		mod_group="ItemGenerationCannotChangeSuffixes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Prefix",
		id=789,
	},
	{
		npc="Navali",
		ordinal=2,
		mod_id="StrIntMasterItemGenerationCanHaveMultipleCraftedMods",
		recipe_unlock_location="The Pale Court",
		rank=0,
		mod_group="ItemGenerationCanHaveMultipleCraftedMods",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=790,
	},
	{
		npc="Navali",
		ordinal=3,
		mod_id="IntMasterItemGenerationCannotRollAttackAffixes",
		recipe_unlock_location="The Plaguemaw V Prophecy",
		rank=0,
		mod_group="ItemGenerationCannotRollAttackAffixes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=791,
	},
	{
		npc="Navali",
		ordinal=4,
		mod_id="StrDexMasterItemGenerationCannotRollCasterAffixes",
		recipe_unlock_location="The Feral Lord V Prophecy",
		rank=0,
		mod_group="ItemGenerationCannotRollCasterAffixes",
		crafting_item_class_categories={"One Hand Melee", "Two Hand Melee", "One Hand Ranged", "Two Hand Ranged", "Body Armour", "Gloves", "Boots", "Helmet", "Shield", "Ring", "Amulet", "Belt", "Quiver"},
		affix_type="Suffix",
		id=792,
	},

}
return data