inkbound
Module:Items
Data
Trinkets
Navboxes

Usage

Database entry stucture. Note that every line (except for '{' ) must end with comma (,)

["Vestige Name"] = {
	Exclude = true, --removes the Vestige from every table
	Unlocked = "Quest Name", --quest that unlocks the Vestige. false if unlocked by default
	Rarity = "", --pick one: Common / Uncommon / Rare / Epic / Legendary
	Required = {["Quest Name"] = true}, --Quests that require this Vestige to complete
	Stats = {{"Stat Name", StatVal}, {"Second Stat Name", StatVal}, },
	Image = "", --alter the file name. Default is 'Vestige Name wiki.png'
	Desc = "Item effect text",
--Encase keywords in #hashtags# (such as #Poison#, #Ability Power# etc), 
--When viewed outside of the Database, hashed keywords will transform into icons and links via Module:Icon
	Tags = {  
		SinglewordTag = true,
		['Multi-word Tag'] = true,
		SupressedTag = false,
	}, 
--Tags are used to sort Vestige into categories, navboxes, etc. Tags are automatically added for every positive Stats and every #Hashed# keyword in Desc
--Use StatName = false to suppress a particular tag (for example "+1 #Shield# when hit with #Poison Damage#" will auto-add both Shield and Poison D tags. Use ['Poison Damage'] = false to suppress it, otherwise it will be shown with +Poison Damage items)
},

Stats

Database Module:Items/Data contains 241 items and 0 tags.

Tags

Icons can be changed via Module:Icons/Data.
Alchemist Alchemist(5) • Ambusher Ambusher(7) • Ancient Wisdom Ancient Wisdom(17) • Attack Binding Attack Binding(5) • Attack Binding Attack Bindings(1) • Cooldown Base Cooldown(4) • Bastion Bastion(14) • Bleed Bleed(6) • Bleed Damage Bleed Damage(1) • Blur Blur(6) • Bounty Hunter Bounty Hunter(9) • Burn Burn(15) • Burn Damage Burn Damage(3) • Burnout Burnout(1) • Chainbreaker Chainbreaker(4) • Clairvoyant Clairvoyant(4) • Combo Combo(3) • Cooldown Cooldown(13) • Cooldown Cooldowns(4) • Cost Discount Cost Discount(5) • Crit Chance Crit Chance(4) • Crit Damage Crit Damage(8) • Critical Charge(5) • Crush Crush(3) • Curios Curios(15) • Damage Modifiers(5) • Damage Resist Damage Resist(5) • Dawn Dawn(1) • Dazed Dazed(6) • Dice of Fate Dice of Fate(1) • Disassembly Prototype Disassembly Prototype(1) • Dusk Dusk(1) • Enchanted Enchanted(19) • End Of Combat(9) • Ensnared Ensnared(1) • Everfrost Everfrost(14) • Eviscerator Eviscerator(7) • Executioner Executioner(6) • Expert Binder Expert Binder(15) • Fabled Fabled(7) • Frost Aura Frost Aura(1) • Frostbite Frostbite(14) • Frostbite Damage Frostbite Damage(3) • Frostfire Frostfire(7) • Gaze Gaze(1) • Godkeeper Godkeeper(4) • HP HP(24) • Haunted Haunted(8) • Heat Heat(4) • Hex Hex(1) • Inventor Inventor(15) • Kwilling Hoarder Kwilling Hoarder(10) • Kwillings Kwillings(9) • Magic Magic(2) • Magic Damage Magic Damage(15) • Magma Miner Magma Miner(4) • Marked Marked(5) • Marking Aura Marking Aura(1) • Martial Master Martial Master(1) • Max HP Max HP(14) • Misc(20) • Molten Molten(17) • Mosscloak Mosscloak(4) • Movement Movement(4) • Movement Speed Movement Per Turn(4) • Movement Speed Movement Speed(1) • Mythos Mythos(33) • Obelisk Obelisk(4) • Omni Damage Omni Damage(31) • On Binding(9) • On Burn(4) • On Consume(4) • On Crit(10) • On Dazed(1) • On Frostbite(3) • On Hit(15) • On Kill(18) • On Orb Pickup(11) • On Poison(4) • Orb Lord Orb Lord(12) • Physical Physical(5) • Physical Damage Physical Damage(14) • Pincushion Pincushion(10) • Poison Poison(12) • Poison Damage Poison Damage(3) • Poisonblood Poisonblood(7) • Precision Precision(19) • Prey Prey(2) • Psionic Charge Psionic Charge(1) • Reaver Reaver(20) • Resistant Resistant(1) • Rooted Rooted(1) • Sentinel Drone Sentinel Drone(3) • Sentinel Drone Sentinel Drone Damage(1) • Shadow Shadow(19) • Shatter Shatter(2) • Shattered Will(7) • Shield Shield(14) • Shielding Shielding(5) • Shocked Shocked(2) • Shuriken Shuriken(4) • Smite(11) • Smite Damage(2) • Spiked Spiked(9) • Spiked Damage Spiked Damage(1) • Star Captain Star Captain(4) • Start Of Combat(13) • Start Of Turn(43) • Start of Combat(7) • Start of Turn(10) • Starwalker Starwalker(13) • Stored Energy Stored Energy(1) • Stormking Stormking(13) • Striker Striker(20) • Sugar Rush Sugar Rush(1) • Swift Swift(8) • Teleport Teleport(1) • Teleport Teleport Binding(2) • Teleport Teleport Bindings(1) • Thaumaturge Thaumaturge(7) • Threaded Threaded(1) • Treasure Hunter Treasure Hunter(9) • Velocity Velocity(3) • Venomous Venomous(11) • Verdant Verdant(13) • Vigor Vigor(3) • Vigorous Vigorous(18) • Warden Warden(14) • Weaver Weaver(4) • When Hit(15) • Will Will(21) • Will Collector Will Collector(19) • Will Per Orb Will Per Orb(1) • Will Reserve Will Reserve(6) • Dice of Fate based on the number rolled(1) • random buff(1) •

local ItemData = {
	
--==Common==

["Braced Belt"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Common",
	Desc = "On your first turn, gain 5 #Shield#.",
	Sets = {
		['Bastion'] = true,
	},
	Tags = {['Start Of Combat'] = true,},
},

["Brambled Dolos"] = {
	Updated = true,
	--Unlocked = "Fishing for Answers",
	Rarity = "Common",
	Desc = "On turn start, inflict 5 stacks of #Bleed# to the nearest Enemy.",
	Sets = {
		['Eviscerator'] = true,
	},
	Tags = {['Start Of Turn'] = true,},
},

["Burnital Gauntlets"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Common",
	Sets = {
		['Molten'] = true,
	},
	Desc = "On hitting Enemies for the first time each turn, inflict 3 stacks of #Burn#.",
	Tags = {['When Hit'] = true,},
},

["Decayed Binding"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Common",
	Sets = {
		['Ambusher'] = true,
	},
	Desc = "On your first turn, your #Attack Bindings# do 50% bonus damage.",
	Tags = {['Start Of Combat'] = true,},
},

["Elusive Whisper"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Ambusher'] = true,
	},
	Desc = "On your first turn, gain 1 stack of #Blur#.",
	Tags = {['Start Of Combat'] = true,},
},

["Ink Flat"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Common",
	Sets = {
		['Expert Binder'] = true,
	},
	Desc = "On your turn, reduce #Cooldown# of your highest #Cooldown# Binding by 1";
},

["Inkneedle Compass"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Precision'] = true,
	},
	Desc = "+20 #Crit Damage#"
},

["Kwilling Catcher"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Common",
	Sets = {
		['Kwilling Hoarder'] = true,
	},
	Desc = "Gain 10% more #Kwillings#",
},

["Liar\'s Dice"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Treasure Hunter'] = true,
	},
	Desc = "On your turn, 33% chance to gain 30 #Omni Damage# until end of turn.",
	Tags = {['Start Of Turn'] = true,},
},

["Misting Bells"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Common",
	Sets = {
		['Bastion'] = true,
	},
	Desc = "On collecting an [[Orb]], gain 1 #Shield#",
	Tags = {['On Orb Pickup'] = true,},
},

["Outlawed Works"] = {
	Updated = true,
	Sets = {
		['Enchanted'] = true,
	},
	--Unlocked = "Fishing for Answers",
	Rarity = "Common",
	Desc = "+25 #Magic Damage#<br>-15 #Movement Per Turn#"
},

["Poison Thorn"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Common",
	Sets = {
		['Venomous'] = true,
		['Verdant'] = true,
	},
	Desc = "On hitting, inflict 2 stacks of #Poison#.",
	Tags = {['On Hit'] = true,},
},

["Powder Monkey\'s Stockpile"] = {
	Updated = true,
	Sets = {
		['Striker'] = true,
	},
	Rarity = "Common",
	Desc = "+25 #Physical Damage#<br>-15 #Movement Per Turn#"
},

["Rosy Thorn"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Common",
	Sets = {
		['Pincushion'] = true,
		['Verdant'] = true,
	},
	--Stats = {},
	Desc = "On your turn, gain 5 stacks of #Spiked#",
	Tags = {['Start Of Turn'] = true,},
},

["Scattered Samples"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Common",
	Sets = {
		['Alchemist'] = true,
	},
	Desc = "On consuming an item in combat, gain 2 #Will# and 25 #Movement#.",
	Tags = {['On Consume'] = true,},
},

["Silenced Metronome"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Common",
	Sets = {
		['Stormking'] = true,
	},
	Desc = "On your turn, #Smite# the nearest Enemy.",
	Tags = {['Start of Turn'] = true,},
},

["Stationgrade Klaxon"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Ambusher'] = true,
	},
	Desc = "On your first turn, gain 50 #Movement#.",
	Tags = {
		['Start of Combat'] = true,
	},
},

["Steady Tortoise"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Common",
	Sets = {
		['Will Collector'] = true,
	},
	--Stats = { },
	Desc = "On your turn, gain 3 stacks of #Shattered Will#",
	Tags = {['Start Of Turn'] = true,
			['Will'] = true,
	},
},

["Stroke Of Genius"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Common",
	Sets = {
		['Enchanted'] = true,
	},
	Desc = "+15 #Magic Damage#",
},

["Training Weights"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Striker'] = true,
	},
	Desc = "+15 #Physical Damage#",
},

["Verdant Seed"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Verdant'] = true,
	},
	Desc = "On combat end, this Vestige gains 2 #Max HP# and restores 2 #HP#.",
	Tags = {['End Of Combat'] = true,},
},

["Voice of Fortunes"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Common",
	Sets = {
		['Will Collector'] = true,
	},
	Desc = "On your turn, 35% chance to gain 1 #Will#.",
	Tags = {['Start Of Turn'] = true,},
},

["Whittling Mitts"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Common",
	Sets = {
		['Everfrost'] = true,
	},
	Desc = "On your turn, inflict 3 stacks of #Frostbite# on the nearest Enemy.",
	Tags = {['Start Of Turn'] = true,},
},


--==Uncommon==

["Alchemist\'s Toolbelt"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Desc = "On consuming an item in combat, gain 70 #Omni Damage# until end of turn.",
	Sets = {
		['Alchemist'] = true,
		['Starwalker'] = true,
	},
	Tags = {
		['On Consume'] = true,
	},
},

["Barbed Bones"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Uncommon",
	Sets = {
		['Pincushion'] = true,
		['Ambusher'] = true,
	},
	Desc = "On your first turn, gain 13 stacks of #Spiked#. ",
	Tags = {['Start Of Combat'] = true,},
},

["Bead of Flame"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Molten'] = true,
		['Orb Lord'] = true,
	},
	Desc = "On collecting an [[Orb]], inflict 7 stacks of #Burn# on the nearest Enemy.",
	Tags = {['On Orb Pickup'] = true,},
},

["Bead of Ice"] = {
	Updated = true,
	--Unlocked = "Fishing for Answers",
	Rarity = "Uncommon",
	Sets = {
		['Everfrost'] = true,
		['Orb Lord'] = true,
	},
	Desc = "On collecting an [[Orb]], inflict 3 stacks of #Frostbite# on the nearest Enemy.",
	Tags = {['On Orb Pickup'] = true,},
},

["Bead of Ivy"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Uncommon",
	Sets = {
		['Venomous'] = true,
		['Orb Lord'] = true,
	},
	Desc = "On collecting an [[Orb]], inflict 15 stacks of #Poison# on the nearest Enemy.",
	Tags = {['On Orb Pickup'] = true,},
},

["Bead of Metal"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Uncommon",
	Sets = {
		['Orb Lord'] = true,
		['Pincushion'] = true,
	},
	Desc = "On collecting an [[Orb]], gain 6 stacks of #Spiked#.",
	Tags = {['On Orb Pickup'] = true,},
},

["Boiling Muck"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Expert Binder'] = true,
	},
	Desc = "On Critting, reduce #Cooldown# of your highest #Cooldown# Binding by 1. Twice per turn.",
	Tags = {
		['On Crit'] = true,
	},
},

['Bone Vest'] = {
	Updated = true,
	Rarity = "Uncommon",
	Sets = {
		['Pincushion'] = true,
		['Warden'] = true,
	},
	Desc = "On being hit without losing #HP#, gain 1 #Spiked Damage# until end of combat.",
	Tags = {
		['When Hit'] = true,
	},
},

["Braided Acacia"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Verdant'] = true,
	},
	Desc = "On being hit, deal 75 #Physical# damage to the attacker.",
	Tags = {['When Hit'] = true,},
},

["Burden of Wisdom"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Uncommon",
	Sets = {
		['Ancient Wisdom'] = true,
		['Enchanted'] = true,
	},
	Desc = "-40 #Physical Damage#<br>+40 #Magic Damage#"
},

["Cheesecards"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Kwilling Hoarder'] = true,
	},
	Desc = "On Critting, gain a small amount of #Kwillings#. Up to five times per combat. ",
	Tags = {['On Crit'] = true,},
},

["Cloak of the Conspirator"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Reaver'] = true,
		['Warden'] = true,
	},
	--Stats = { },
	Desc = "On your turn, if you took no #HP# damage the previous turn, gain a #Critical Charge# on all [[Bindings]].",
	Tags = {['Start Of Turn'] = true,},
},

["Coin of Shadow"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Uncommon",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Shadow'] = true,
	},
	Desc = "On combat end, gain a small amount of #Kwillings#.",
	Tags = {['End Of Combat'] = true,},
},

["Counterassistance"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Uncommon",
	Sets = {
		['Reaver'] = true,
		['Starwalker'] = true,
	},
	Desc = "On your turn, gain #Critical Charge# on a random [[Binding]].",
	Tags = {['Start Of Turn'] = true,},
},

["Cracked Shackles"] = {
	Updated = true,
	Rarity = "Uncommon",
	Sets = {
		['Shadow'] = true,
	},
	Desc = "When gaining #Combo#, gain 40 #Omni Damage# until an #Attack Binding# is used.",
	Tags = {
		['Chainbreaker'] = true,
	},
},

["DARve Replicator"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Uncommon",
	Sets = {
		['Expert Binder'] = true,
	},
	--Stats = {},
	Desc = "Sentinel Drones deal +20 damage. Gain a #Sentinel Drone# at the start of each turn.",
	Tags = {['Star Captain'] = true,
		['Start Of Turn'] = true,
	},
},

["Deceitful Runes"] = {
	Updated = true,
	--Unlocked = "The Weaver",
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Executioner'] = true,
	},
	Desc = "On hitting Enemies for the first time each turn, inflict #Hex#.",
	Tags = {['On Hit'] = true,},
},

["Flamey-O"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Uncommon",
	Sets = {
		['Molten'] = true,
		['Thaumaturge'] = true,
	},
	Desc = "On your turn, inflict 1 stack of #Burn# to all Enemies.",
	Tags = {['Start Of Turn'] = true,},
},

["Flaming Fist"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Uncommon",
	Sets = {
		['Molten'] = true,
		['Thaumaturge'] = true,
	},
	Desc = "On hitting, inflict 1 stack of #Burn#",
	Tags = {['On Hit'] = true,},
},

["Fleece of Gold"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Will Collector'] = true,
		['Bastion'] = true,
	},
	Desc = "On gaining #Shield#, gain 1 stack of #Shattered Will#.",
	Tags = {['Misc'] = true,
			['Will'] = true,
			['Shield'] = false,
	},
},

["Frozen Finger"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Everfrost'] = true,
		['Treasure Hunter'] = true,
	},
	Desc = "On your turn, inflict 1 stack of Frostbite to all Enemies",
	Tags = {
		['Start Of Turn'] = true,
	},
},

["Frozen Heart"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Everfrost'] = true,
		['Frostfire'] = true,
	},
	Desc = "On being hit, inflict 5 stacks of #Frostbite# to the attacker.",
	Tags = {['When Hit'] = true,},
},

["Future-Willer"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Ambusher'] = true,
		['Will Collector'] = true,
	},
	Desc = "On your first turn, gain 12 stacks of #Shattered Will#.",
	Tags = {['Start Of Combat'] = true,},
},

["Golden Egg"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Fabled'] = true,
	},
	Desc = "On being hit, gain a small amount of #Kwillings#. Up to 10 times per combat.",
	Tags = {['When Hit'] = true,},
},

["Gossamer Dream"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Mythos'] = true,
	},
	Desc = "On your turn, if you were not hit in the previous turn, gain 20 #Magic Damage# until end of combat.",
	Tags = {['Start Of Turn'] = true,},
},

["Harmonizing Whistle"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Enchanted'] = true,
	},
	Desc = "After using both a #Magic# and #Physical# Binding on your turn, reduce all #Cooldowns# by 1. Once per turn.",
	Tags = {
		['Cooldown'] = true,
		['Magic'] = false,
		['Misc'] = true,
		['Physical'] = false, 
	},
},

["Herald\'s Sandals"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Swift'] = true,
		['Mythos'] = true,
	},
	Desc = "On your turn, reduce #Teleport Binding# #Cooldowns# to 0.",
	Tags = {
		['Cooldown'] = true,
		['Start Of Turn'] = true,
	},
},

["Kwill Charm"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Uncommon",
	Sets = {
		['Shadow'] = true,
	},
	Desc = "+20 #Omni Damage#"
},

["Laid Rope"] = {
	Updated = true,
	--Unlocked = "Weaver",
	Rarity = "Uncommon",
	Sets = {
		['Warden'] = true,
	},
	Desc = "Each [[Thread]] attached to you grants 3 #Damage Resist#.",
	Tags = {
		['Misc'] = true,
		['Weaver'] = true,
	},
},

["Mark of Retribution"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Bounty Hunter'] = true,
		['Curios'] = true,
	},
	Desc = "Inflict #Marked# on all Enemies who hit you last turn.",
},

["Misery\'s Whip"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Eviscerator'] = true,
		['Thaumaturge'] = true,
	},
	Desc = "On hitting, inflict 1 stack of #Bleed#.",
	Tags = {['On Hit'] = true,},
},

["Mossed Spyglass"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Bounty Hunter'] = true,
	},
	--Stats = {},
	Desc = "On your turn, inflict #Marked# on the furthest Enemy.",
	Tags = {['Start Of Turn'] = true,},
},

["Mossmother\'s Embrace"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Haunted'] = true,
	},
	Desc = "On Critting, gain 1 stack of #Blur#. Once per turn.",
	Tags = {['On Crit'] = true,},
},

["Parsimonious Power Source"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Starwalker'] = true,
		['Inventor'] = true,
	},
	Desc = "On your turn, if your #Omni Damage# is 0, gain 1 #Will#.",
	Tags = {['Misc'] = true,
			['Omni Damage'] = false,
			['Start Of Turn'] = true, },
},

["Portent of Decay"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Uncommon",
	Sets = {
		['Venomous'] = true,
		['Poisonblood'] = true,
	},
	--Stats = {},
	Desc = "On dealing #Poison Damage#, gain 1 #Poison Damage# until end of combat.",
	Tags = {['On Poison'] = true, ['Poison'] = false,},
},

["Pulsar Belt"] = {
	Updated = true,
	--Unlocked = "Searching for the Unbound",
	Rarity = "Uncommon",
	Sets = {
		['Stormking'] = true,
		['Bastion'] = true,
	},
	Desc = "On being hit, if you have #Shield#, #Smite# the attacker.",
	Tags = {
		['When Hit'] = true,
		['Shield'] = false,
	},
},

["Rotting Calzone"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Venomous'] = true,
	},
	Desc = "On inflicting #Poison#, inflict #Dazed#.",
	Tags = {['On Poison'] = true,
		['Poison'] = false,
	},
},

["Ruhnstone Sled"] = {
	Updated = true,
	--Unlocked = "Obelisk",
	Rarity = "Uncommon",
	Sets = {
		['Bastion'] = true,
	},
	Desc = "On dealing #Crush# damage, gain 1 #Shield#. Up to 3 times per turn.",
	Tags = {
		['Misc'] = true,
		['Obelisk'] = true,
	},
},

["Scrying Table"] = {
	Updated = true,
	--Unlocked = "Clairvoyant",
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Orb Lord'] = true,
	},
	Desc = "On your turn, gain 1 #Psionic Charge#",
	Tags = {
		['Start Of Turn'] = true,
		['Clairvoyant'] = true,
	},
},

["Seatrickle"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Ancient Wisdom'] = true,
		['Mythos'] = true,
	},
	Desc = "On defeating an Enemy, 25% chance to gain 1 #Will#.",
	Tags = {['On Kill'] = true,},
},

["Seeking Slime"] = {
	Updated = true,
	Rarity = "Uncommon",
	Sets = {
		['Executioner'] = true,
		['Reaver'] = true,
	},
	--Stats = {},
	Desc = "On defeating an enemy that has #Shatter#, inflict #Shatter# on the nearest enemy.",
	Tags = {['On Kill'] = true},
},

["Shadow Shroud"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Shadow'] = true,
	},
	Desc = "+25 #Magic Damage#",
	Tags = {['Misc'] = true,},
},

["Shadowbook"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Shadow'] = true,
	},
	Desc = "On your first turn, gain 1 #Will# and 50 #Magic Damage# until end of turn.",
	Tags = {['Start Of Combat'] = true,},
},

["Shattered Crown"] = {
	Updated = true,
	--Unlocked = "The Magma Miner",
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Executioner'] = true,
	},
	Desc = "On hitting Enemies for the first time each turn, Inflict #Shatter#.",
	Tags = {['On Hit'] = true,},
},

["Shining Circlet"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Uncommon",
	Sets = {
		['Orb Lord'] = true,
		['Expert Binder'] = true,
	},
	Desc = "On collecting an [[Orb]], reduce your highest #Cooldown# by 1.",
	Tags = {
		['On Orb Pickup'] = true,
	},
},

["Shuriken Pouch"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Reaver'] = true,
	},
	Desc = "On your turn, gain 1 stack of #Shuriken#.",
	Tags = {
		['Mosscloak'] = true,
		['Start Of Turn'] = true,
	},
},

["Softened Wispit"] = {
	Updated = true,
	--Unlocked = "Lost & Found",
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc = "On your turn, gain 15 #Physical Damage# until end of combat",
	Tags = {['Start Of Turn'] = true,},
},

["Spear of the Gods"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Mythos'] = true,
	},
	Desc = "+20 #Physical Damage#<br>+10 #Movement Per Turn#"
},

["Steel-Brella"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Bastion'] = true,
		['Inventor'] = true,
	},
	Desc = "On your first turn, if you are 50% #Max HP# or below, gain 2 #Shielding# for the rest of combat.",
	Tags = {
		['Start of Combat'] = true,
		['Max HP'] = false,
	},
},

["Stonemind"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Uncommon",
	Sets = {
		['Vigorous'] = true,
		['Curios'] = true,
	},
	Desc = "On combat end, restore #HP# until you are at 50% of your #Max HP#.",
	Tags = {['End Of Combat'] = true,
			['Max HP'] = false,
			['HP'] = true,
	},
},

["Survivor Bonsai"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Verdant'] = true,
		['Striker'] = true,
	},
	Desc = "This Vestige gains 10 #Physical Damage# for every 15 #HP# that you lose.",
	Tags = {
		['HP'] = false,
	},
},

["Swift Hare"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Uncommon",
	Sets = {
		['Swift'] = true,
		['Fabled'] = true,
	},
	Desc = "On using a [[Binding]], 50% chance to reduce its #Cooldown# by 1.",
	Tags = {
		['On Binding'] = true,
	},
},

["Tarnished Treasure"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Poisonblood'] = true,
		['Haunted'] = true,
	},
	Desc = "+5 #Burn Damage#<br>+3 #Poison Damage#",
},

["The Lion\'s Share"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Uncommon",
	Sets = {
		['Will Collector'] = true,
		['Fabled'] = true,
	},
	Desc = "On defeating an Enemy, gain 3 stacks of #Shattered Will#.",
	Tags = {
		['On Kill'] = true,
		['Will'] = true,
	},
},

["The Orbulucum"] = {
	Updated = true,
	--Unlocked = "Fishing for Answers",
	Rarity = "Uncommon",
	Sets = {
		['Orb Lord'] = true,
		['Enchanted'] = true,
	},
	Desc = "On collecting an [[Orb]], gain 50 #Magic Damage# until a Binding is used.",
	Tags = {
		['On Orb Pickup'] = true,
	},
},

["Tiny Heartstone"] = {
	Updated = true,
	--Unlocked = "1st Inkwell Dive",
	Rarity = "Uncommon",
	Sets = {
		['Vigorous'] = true,
		['Warden'] = true,
	},
	Desc = "On your turn, restore 1 #HP#.",
	Tags = {['Start Of Turn'] = true,},
},

["Token of Regret"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Uncommon",
	Sets = {
		['Ancient Wisdom'] = true,
		['Haunted'] = true,
	},
	Desc = "+1 #Will Reserve#<br>-20 #Max HP#",
},

["Tracker\'s Cleats"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Uncommon",
	Sets = {
		['Haunted'] = true,
		['Swift'] = true,
	},
	Desc = "On using a #Teleport Binding#, gain 1 stack of #Blur#. Once per turn.",
	Tags = {['On Binding'] = true,},
},

["Traitor\'s Dagger"] = {
	Updated = true,
	--Unlocked = "Fishing for Answers",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Venomous'] = true,
	},
	Desc = "On Critting, inflict 10 stacks of #Poison#.",
	Tags = {['On Crit'] = true,},
},

["Twin Fangs"] = {
	Updated = true,
	--Unlocked = "The Mosscloak",
	Rarity = "Uncommon",
	Sets = {
		['Precision'] = true,
		['Reaver'] = true,
	},
	Desc = "On using a Binding, gain 3 #Crit Chance# until you gain a #Critical Charge#",
	Tags = {['On Binding'] = true,
		['Critical Charge'] = false,
	},
},

["Unstable Effigy"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Uncommon",
	Sets = {
		['Stormking'] = true,
		['Orb Lord'] = true,
	},
	Desc = "On collecting an [[Orb]], #Smite# the nearest Enemy.",
	Tags = {['On Orb Pickup'] = true,},
},

["Verdant Sprout"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Uncommon",
	Sets = {
		['Verdant'] = true,
		['Vigorous'] = true,
	},
	Desc = "On combat end, this Vestige gains 1 #Max HP# and restores 4 #HP#.",
	Tags = {['End Of Combat'] = true,},
},

["Victor\'s Chits"] = {
	Updated = true,
	Rarity = "Uncommon",
	Sets = {
		['Reaver'] = true,
	},
	Desc = " #Velocity# also gives 25 #Crit Damage#.",
	Tags = {
		['Godkeeper'] = true,
	},
},

["Vowmark"] = {
	Updated = true,
	--Unlocked = "Binders of the Atheneum",
	Rarity = "Uncommon",
	Sets = {
		['Striker'] = true,
		['Vigorous'] = true,
	},
	Desc = "On your first turn, if you are above half #HP#, gain 40 #Physical Damage# until end of combat.",
	Tags = {
		['Start Of Combat'] = true,
		['HP'] = false,
	},
},

["Whispered Invitation"] = {
	Updated = true,
	--Unlocked = "How to Anchor a Story",
	Rarity = "Uncommon",
	Sets = {
		['Enchanted'] = true,
		['Shadow'] = true,
	},
	Desc = "-15 #Damage Resist# +30 #Omni Damage#"
},

["Worm Trophy"] = {
	Updated = true,
	--Unlocked = "Magma Miner",
	Rarity = "Uncommon",
	Sets = {
		['Molten'] = true,
	},
	Desc = "On your turn, gain 2 stacks of #Heat#.",
	Tags = {
		['Start Of Turn'] = true,
		['Magma Miner'] = true,
	},
},

--==Rare==

["A Forgotten Name"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Enchanted'] = true,
		['Will Collector'] = true,
	},
	Desc = "On using 3 Bindings, gain 10 #Magic Damage# until the end of combat.",
	Tags = {
		['On Binding'] = true,
	},
},

["Acknowledgement of Exemption"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Rare",
	Sets = {
		['Expert Binder'] = true,
		['Ambusher'] = true,
	},
	Desc = "On your first turn, your [[Bindings]] have no #Base Cooldown# for the first 5 uses. Does not stack.",
	Tags = {['Start Of Combat'] = true,},
},

["All Will\'s Barred"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Rare",
	Sets = {
		['Will Collector'] = true,
		['Precision'] = true,
	},
	Desc = "On Critting, qain 1 #Will#. Once per Turn.",
	Tags = {['On Crit'] = true,},
},

["Amulet of Floral Transposition"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Rare",
	--Stats = {{"Crit Chance",7}, },
	Sets = {
		['Verdant'] = true,
		['Haunted'] = true,
	},
	Desc = "On being hit without taking damage, your next Attack Binding deals double damage.",
	Tags = {['When Hit'] = true,},
},

["Blooming Uhn"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Rare",
	--Stats = {{"Omni Damage",2}, },
	Sets = {
		['Everfrost'] = true,
		['Molten'] = true,
		['Stormking'] = true,
	},
	Desc = "On your turn, #Smite# Enemies inflicted with #Burn# or #Frostbite#.",
	Tags = {
		['Burn'] = false,
		['Frostbite'] = false,
		['Start Of Turn'] = true,
		['On Burn'] = true,
		['On Frostbite'] = true,
	},
},

["Bottled Whirlwind"] = {
	Updated = true,
	--Unlocked = "Fishing for Answers",
	Rarity = "Rare",
	Sets = {
		['Warden'] = true,
		['Haunted'] = true,
	},
	Desc = "On your turn, gain 1 stack of #Blur#.",
	Tags = {['Start Of Turn'] = true,},
},

["Bounty Hunter\'s Pistol"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Rare",
	Sets = {
		['Starwalker'] = true,
		['Bounty Hunter'] = true,
		['Reaver'] = true,
	},
	Desc = "On defeating an Enemy with your damage more than double their #Max HP#, gain a large amount of #Kwillings#.",
	Tags = {
		['On Kill'] = true,
		['Max HP'] = false,
	},
},

["Box of Truffles"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Rare",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Curios'] = true,
	},
	Desc = "On defeating an Enemy, gain a small amount of #Kwillings#.",
	Tags = {['On Kill'] = true,},
},

["Burning Heart"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Rare",
	Sets = {
		['Molten'] = true,
		['Frostfire'] = true,
	},
	Desc = "On inflicting #Burn# for the first time each turn, gain 3 #Shield#.",
	Tags = {
		['Misc'] = true,
		['On Burn'] = true,
		['Burn'] = false,
	},
},

["Chalice of Champions"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Alchemist'] = true,
		['Mythos'] = true,
	},
	Desc = "On consuming an [[Item]] in combat, this Vestige gains 20 #Omni Damage#.",
	Tags = {
		['On Consume'] = true,
		['Misc'] = true,
	},
},

["Chatty Cathy"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Enchanted'] = true,
		['Shadow'] = true,
	},
	Desc = "On defeating an Enemy within a turn of it spawning, this Vestige gains 2 #Magic Damage#",
	Tags = {
		['On Kill'] = true,
	},
},

["Chilling Presence"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Everfrost'] = true,
		['Enchanted'] = true,
	},
	Desc = "+25 #Frostbite Damage#<br> Gain #Frost Aura#.",
	Tags = {['Clairvoyant'] = true,
			['Frostbite'] = true,
	},
	Order = {'Frost Aura'},
},

["Counselor\'s Ledger"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Will Collector'] = true,
		['Curios'] = true,
	},
	Desc = "On your turn, your Bindings cost 2 #Will# less until the first one is used.",
	Tags = {
		Will = false,
	},
},

["Crystalarium"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Rare",
	Sets = {
		['Enchanted'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc = "+50 #Magic Damage#",
},

["Cycle Generator"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Enchanted'] = true,
		['Swift'] = true,
	},
	Desc = "On turn end, any remaining #Movement# converts into #Magic Damage# until the end of the next turn.",
},

["Death\'s Scythe"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Rare",
	Sets = {
		['Vigorous'] = true,
		['Executioner'] = true,
	},
	Desc = "On defeating an Enemy, this Vestige gains 1 #Max HP#.<br>Twice per turn.",
	Tags = {['On Kill'] = true,},
},

["Defense Matrix"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Bastion'] = true,
		['Starwalker'] = true,
	},
	Desc = "When below 50% #HP#, gain 4 #Shielding#.",
	Tags = {['Misc'] = true,
			['HP'] = false,
	},
},

["Dun\'s Head"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Rare",
	Sets = {
		['Precision'] = true,
		['Reaver'] = true,
	},
	Desc = "+8 #Crit Chance#<br>+40 #Crit Damage#",
},

["Ermong\'s Egg"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Mythos'] = true,
	},
	Desc = "On combat end, the egg hatches and grants loot. On losing #HP#, 10% chance of breaking early, granting a smaller amount of loot.",
	Tags = {
		['End Of Combat'] = true,
		['HP'] = false,
	},
},

["Faded Mandala"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Rare",
	Sets = {
		['Mythos'] = true,
		['Expert Binder'] = true,
	},
	Desc = "+20 #Omni Damage#<br>On your turn, if you have 2 or less Threads, [[Thread]] a random Enemy.",
	Tags = {
		['Start Of Turn'] = true,
		['Weaver'] = true,
	},
},

["Faulty Flask"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Rare",
	Sets = {
		['Vigorous'] = true,
		['Treasure Hunter'] = true,
	},
	Desc = "On losing #HP#, gain 1 stack of #Vigor#.",
	Tags = {['When Hit'] = true,
	},
},

["Freedom Tally"] = {
	
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Striker'] = true,
	},
	Desc = "On turn start, gain #Martial Master#",
	Tags = {
		['Start of Turn'] = true,
		['Chainbreaker'] = true,
	},
},

["Frosted Halfcharm"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Everfrost'] = true,
		['Molten'] = true,
	},
	Desc = "+5 #Frostbite Damage#<br>#Frostbite Damage# now increases damage dealt by #Burn#",
},

["Frostfire Ember"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Molten'] = true,
		['Everfrost'] = true,
		['Frostfire'] = true,
	},
	Desc = "On hitting an Enemy inflicted with #Frostbite#, inflict 3 stacks of #Burn#.",
	Tags = {['Misc'] = true,
			['Frostbite'] = false,
			['On Frostbite'] = true,
	},
},

["Frozen Flamethrower"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Everfrost'] = true,
		['Molten'] = true,
		['Frostfire'] = true,
	},
	Desc = "On turn start, inflict 10 stacks of #Burn# and 2 stacks of #Frostbite# to the nearest enemy.",
	Tags = {['Start of Turn'] = true,
			['Frostbite'] = false,
			['Burn'] = false,
	},
},

["Frozen Statue"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Everfrost'] = true,
		['Shadow'] = true,
	},
	Desc = "On hitting an Enemy inflicted with #Frostbite#, inflict #Dazed#.",
	Tags = {['Misc'] = true,
			['Frostbite'] = false,
			['On Frostbite'] = true,
	},
},

["Fryjda\'s Mistake"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Rare",
	Sets = {
		['Stormking'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc = "On defeating an Enemy, #Smite# the nearest Enemy.",
	Tags = {['On Kill'] = true,},
},

["Glass Cannon"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Rare",
	Sets = {
		['Reaver'] = true,
		['Bounty Hunter'] = true,
	},
	Desc ="Double #Attack Binding# damage and take double damage from Enemy attacks.",
},

["Gnarled Root"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Pincushion'] = true,
		['Warden'] = true,
	},
	Desc = "Gain 1 #Damage Resist# per stack of #Spiked#."
},

["Godscourt Crown"] = {
	
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Precision'] = true,
	},
	Desc ="On turn start, gain #Velocity#",
	Tags = {
		['Start of Turn'] = true,
		['Godkeeper'] = true,
	},
},

["Golden Sails"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Vigorous'] = true,
	},
	Desc ="On combat end, this Vestige gains 10 #Omni Damage#. If you have full #HP#, it gains an additional 10 #Omni Damage#.",
	Tags = {
		['HP'] = false,
		['End Of Combat'] = true, 
	},
},

["Hammer of the Broken Rail"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Rare",
	Sets = {
		['Bastion'] = true,
		['Precision'] = true,
	},
	Desc = "On Critting, gain 1 #Shield#.<br>Up to 4 times per turn.",
	Tags = {['On Crit'] = true,},
},

["Harbinger\'s Trophy"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Rare",
	Sets = {
		['Striker'] = true,
		['Treasure Hunter'] = true,
		['Bounty Hunter'] = true,
	},
	--Stats = { },
	Desc = "On defeating an Enemy with your damage more than double their #Max HP#, gain 50 #Physical Damage# until end of combat.",
	Tags = {
		['On Kill'] = true,
		['Max HP'] = false,
	},
},

["Health Stimulant"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Vigorous'] = true,
		['Starwalker'] = true,
	},
	Desc ="On turn start, if your #HP# is 75% or less of your #Max HP#, gain 3 stacks of #Vigor#.",
	Tags = {['When Hit'] = true,},
},

["Heavenly Eclipse"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Rare",
	Sets = {
		['Enchanted'] = true,
		['Striker'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On using a #Magic# Binding, gain 1 stack of #Dawn#. On using a #Physical# Binding, gain 1 stack of #Dusk#.",
	Order = {'Dawn','Dusk'},
	Tags = {['On Hit'] = true,
			['Magic'] = false,
			['Physical'] = false,
			['Magic Damage'] = true,
			['Physical Damage'] = true,
			['Will'] = true,
	},
},

["Inkley Map"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Rare",
	Sets = {
		['Will Collector'] = true,
		['Treasure Hunter'] = true,
	},
	Desc ="Gain 10 #Omni Damage# per current #Will#.",
	Tags = {['Will'] = false,},
},


["Kg\'s Cage"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Rare",
	Sets = {
		['Curios'] = true,
		['Warden'] = true,
	},
	Desc ="On your turn, inflict #Dazed# on the Enemy with highest #HP#.",
	Tags = {['Start Of Turn'] = true,},
},

["Malfunctioning Multitool"] = {
	
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Rare",
	Sets = {
		['Precision'] = true,
		['Stormking'] = true,
	},
	Desc ="On Critting an Enemy, #Smite# that Enemy.",
	Tags = {['On Crit'] = true,},
},

["Marbled Cuffs"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Rare",
	Sets = {
		['Striker'] = true,
		['Bastion'] = true,
	},
	Desc = "+20 #Physical Damage#<br>+1 #Shielding#",
},

["Miner\'s Gloves"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Vigorous'] = true,
	},
	Desc ="+10 #Omni Damage# per stack of #Heat#.",
	Tags = {['Magma Miner'] = true,},
},

["Mobius Vine"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Rare",
	Sets = {
		['Venomous'] = true,
		['Verdant'] = true,
	},
	Desc ="On restoring your #HP# in combat, this Vestige gains 2 #Poison Damage#. Up to 20 #Poison Damage#",
	Tags = {['HP'] = false,},
},

["Nydas\' Golden Touch"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Alchemist'] = true,
		['Kwilling Hoarder'] = true,
	},
	Desc ="On consuming an [[item]], gain a large amount of #Kwillings#.",
	Tags = {['On Consume'] = true,},
},

["Pendant of the Weaver"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Rare",
	Sets = {
		['Warden'] = true,
		['Curios'] = true,
	},
	Desc ="+4 #Max HP#<br>On turn start, if you have 50% #Max HP# or less, gain #Resistant#.",
	Tags = {['Start Of Turn'] = true,
			['Max HP'] = false,
	},
},

["Pocketwatch of Alacrity"] = {
	Updated = true,
	--Unlocked = "Searching for the Unbound",
	Rarity = "Rare",
	Sets = {
		['Curios'] = true,
		['Swift'] = true,
	},
	Desc ="+15 #Movement Per Turn#<br>On winning a combat within 5 turns, restore 6 #HP# and this Vestige gains 10 #Omni Damage#.",
	Tags = {['End Of Combat'] = true,},
},

["Poisoned Heart"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Rare",
	Sets = {
		['Venomous'] = true,
		['Poisonblood'] = true,
	},
	Desc ="On inflicting #Poison# for the first time each turn, gain 3 #Shield#",
	Tags = {
		['Misc'] = true,
		['On Poison'] = true,
		['Poison'] = false,
	},
},

["Poxy Feather"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Venomous'] = true,
		['Poisonblood'] = true,
	},
	Desc ="On inflicting #Poison#, inflict 3 stacks of Bleed.",
	Tags = {
		['Misc'] = true,
		['On Poison'] = true,
		['Poison'] = false,
	},
},

["Pressurization Tank"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Rare",
	Sets = {
		['Alchemist'] = true,
		['Starwalker'] = true,
	},
	Desc ="When below 75% #HP#, gain 50 #Omni Damage#.",
	Tags = {
		['Misc'] = true,
		['HP'] = false,
	},
},

["Primeval Clay"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Ancient Wisdom'] = true,
		['Thaumaturge'] = true,
	},
	Desc ="On the end of the first turn, double all #Burn#, #Frostbite#, #Poison#, and #Bleed# stacks on Enemies.",
},

["Quandary Machine"] = {
	
	Updated = true,
	--Unlocked = "",
	Rarity = "Rare",
	Sets = {
		['Inventor'] = true,
	},
	Desc =" #Sentinel Drone# damage increases by +2 each time you attack with a Sentinel Drone, up to 50 times. Once at 50 stacks, grant all Allies an additional Sentinel Drone when using [[Mission Leader]].",
	Tags = {['Star Captain'] = true,},
},

["Retractokin"] = {
	Updated = true,
	--Unlocked = "Mosscloak",
	Rarity = "Rare",
	Sets = {
		['Precision'] = true,
	},
	Desc ="Leftover #Shuriken# are no longer consumed after using [[Flurry]].",
	Tags = {['Mosscloak'] = true,},
},

["Ringleader\'s Hat"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Bastion'] = true,
		['Will Collector'] = true,
	},
	Desc = "On being hit, gain 1 #Will# next turn. Once per turn.",
	Tags = {
		['When Hit'] = true,
		['Start Of Turn'] = true,
	},
},

["Satchel of Smuggling"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Venomous'] = true,
		['Poisonblood'] = true,
	},
	Desc ="On turn start, inflict 4 stacks of #Poison# to 10 random Enemies.",
	Tags = {
		['Start of Turn'] = true,
		['Poison'] = false,
	},
},

["Scalding Halfcharm"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Everfrost'] = true,
		['Molten'] = true,
	},
	Desc ="+10 #Burn Damage#<br>#Burn Damage# now increases damage dealt by #Frostbite#.",
},

["Scorched Request"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Rare",
	Sets = {
		['Reaver'] = true,
		['Curios'] = true,
	},
	Desc ="On your turn, the first #Attack Binding# used does double damage.",
	Tags = {['Start Of Turn'] = true,},
},

["Shocking Corecap"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Rare",
	Sets = {
		['Precision'] = true,
		['Shadow'] = true,
	},
	Desc ="On Critting, inflict #Dazed#. Up to 2 times per turn.",
	Tags = {['On Crit'] = true,},
},

["Stage Fangs"] = {
	Updated = true,
	Rarity = "Rare",
	Sets = {
		['Eviscerator'] = true,
		['Vigorous'] = true,
	},
	Desc = "On hitting Enemies while you have Vigor, inflict 3 Bleed.",
	Tags = {
		['On Hit'] = true,
	}
},

["Stone Pitchpipe"] = {
	Updated = true,
	--Unlocked = "A Budding Friendship...",
	Rarity = "Rare",
	Sets = {
		['Expert Binder'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On using your first Binding of the turn, reduce #Cooldown# of that binding by 1 and grant it a 1 #Cost Discount#.",
},

["Stoneblossom"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Rare",
	Sets = {
		['Verdant'] = true,
		['Curios'] = true,
	},
	Desc ="On being hit, this Vestige gains 1 #Max HP#. Up to 30 #Max HP#.",
	Tags = {['When Hit'] = true,},
},

["Stonecutter\'s Tools"] = {
	Updated = true,
	--Unlocked = "Searching for the Unbound",
	Rarity = "Rare",
	Sets = {
		['Striker'] = true,
	},
	Desc ="+50 #Crush# Damage",
	Tags = {
		['Damage Modifiers'] = true,
		['Obelisk'] = true,
	},
},

["Study of Windsong"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Rare",
	Sets = {
		['Bounty Hunter'] = true,
		['Fabled'] = true,
	},
	Desc ="+30 #Crit Damage#<br>On hitting, 30% chance to inflict #Marked#.",
	Tags = {},
},

["Swindler\'s Getaway"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Pincushion'] = true,
		['Warden'] = true,
	},
	Desc ="+5 #Damage Resist#<br>On your first turn, gain 2 stacks of #Spiked# for each #Damage Resist#.",
	Tags = {['Start Of Combat'] = true,},
},

["Teeth on a String"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Rare",
	Sets = {
		['Treasure Hunter'] = true,
		['Vigorous'] = true,
	},
	Desc ="On defeating an Enemy, restore 1 #HP#. Up to 2 times per turn.",
	Tags = {['On Kill'] = true,},
},

["Thantalope\'s Tuft"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Starwalker'] = true,
		['Expert Binder'] = true,
	},
	Desc ="On each turn, reduce #Cooldown# of the first Binding you use by 2.",
	Tags = {
		['Start Of Turn'] = true,
	},
},

["The Sovereign\'s Flag"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Treasure Hunter'] = true,
		['Shadow'] = true,
	},
	Desc ="Deal +25% damage to #Dazed# Enemies.",
	Tags = {['Damage Modifiers'] = true,
			['On Dazed'] = true,
			['Dazed'] = false,
	},
},

["Thunderstruck Bell"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Reaver'] = true,
		['Inventor'] = true,
	},
	Desc ="On your turn, inflict 1 stack of #Shocked# on a random Enemy.",
	Tags = {['Start Of Turn'] = true,},
},

["Uelima\'s Whetstone"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Rare",
	Sets = {
		['Reaver'] = true,
		['Ambusher'] = true,
	},
	Desc = "On your first turn, all [[Bindings]] gain #Critical Charge#.",
	Tags = {['Start Of Combat'] = true,},
},

["Unearthed Relic"] = {
	Updated = true,
	--Unlocked = "Forgotten Harmonies of the Deep",
	Rarity = "Rare",
	Sets = {
		['Bastion'] = true,
		['Shadow'] = true,
	},
	Desc = "On gaining #Shield#, gain 20 #Omni Damage# until the end of turn. Up to three times per turn.",
	Tags = {['Misc'] = true,
			['Shield'] = false,
	},
},

["Unstable Circuitry"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Stormking'] = true,
		['Inventor'] = true,
	},
	Desc = "On using a Binding, #Smite# the nearest enemy.",
	Tags = {
		['On Binding'] = true,
	},
},

["Verdant Blossom"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Verdant'] = true,
		['Vigorous'] = true,
	},
	Desc ="On combat end, restore 10 #HP#.",
	Tags = {['End Of Combat'] = true,},
},

["Withered Tracks"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Swift'] = true,
		['Fabled'] = true,
	},
	Desc ="You and your Allies are immune to #Rooted# And #Ensnared#. Your #Movement# cannot go below 20. Does not stack.",
},

["Wit\'s Bloodboiler"] = {
	
	Updated = true,
	--Unlocked = true,
	Rarity = "Rare",
	Sets = {
		['Eviscerator'] = true,
		['Vigorous'] = true,
	},
	Desc ="On dealing #Bleed# damage, gain 1 stack of #Vigor#.",
	Tags = {['End Of Combat'] = true,},
},


--==Epic==

["Archaic Innards"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Epic",
	Sets = {
		['Inventor'] = true,
		['Expert Binder'] = true,
	},
	Desc ="On your turn, all #Teleport# [[Bindings]] gain full #Cost Discount#.",
	Tags = {['Start Of Turn'] = true,},
},

["Armored Porcupine"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Epic",
	Sets = {
		['Pincushion'] = true,
		['Starwalker'] = true,
	},
	Desc ="On gaining #Shield#, gain 5 stacks of #Spiked#. Up to 3 times per turn.",
	Tags = {['Misc'] = true,
			['Shield'] = false,
	},
},

["Ashes of the Fallen"] = {
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Reaver'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="'On defeating an Enemy' effects trigger an additional time. Does not stack.",
	Tags = {['On Kill'] = true,
	},
},

["Blessed Brickstones"] = {
	Updated = true,
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Epic",
	Sets = {
		['Reaver'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On your turn, gain 20 #Omni Damage# until the end of combat.",
	Tags = {['Start Of Turn'] = true,},
},

["Bone Calcifier"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Warden'] = true,
		['Striker'] = true,
	},
	Desc ="On being hit, gain 15 #Physical Damage# until end of combat.",
	Tags = {['When Hit'] = true,},
},

["Boon of a Patron"] = {
	
	Updated = true,
	--Unlocked = "Searching for the Unbound",
	Rarity = "Epic",
	Sets = {
		['Mythos'] = true,
		['Stormking'] = true,
	},
	Desc ="Gain bonus #Smite Damage# equal to 20% of your base #Crit Damage#",
	Tags = {
		['Damage Modifiers'] = true,
		['Godkeeper'] = true,
	},
},

["Brand of the Frostshade"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Molten'] = true,
		['Frostfire'] = true,
	},
	Desc ="On defeating an Enemy inflicted with #Burn#, this Vestige gains 1 #Burn Damage#.",
	Tags = {
		['On Kill'] = true,
		['Burn'] = false,
		['On Burn'] = true,
	},
},

["Captain’s Ciphers"] = {
	
	Updated = true,
	--Unlocked = "",
	Rarity = "Epic",
	Sets = {
		['Expert Binder'] = true,
		['Mythos'] = true,
	},
	Desc ="When using [[Mission Leader]] reduce your longest Cooldown to 0.",
	Tags = {['Star Captain'] = true,},
},

["Crafted Siphons"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Reaver'] = true,
		['Inventor'] = true,
	},
	Desc ="On defeating an Enemy, gain 10 #Omni Damage# until end of combat.",
	Tags = {['On Kill'] = true,},
},

["Cursed Contract"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Bounty Hunter'] = true,
		['Treasure Hunter'] = true,
	},
	Desc ="On hitting an Enemy inflicted with #Marked#, inflict #Marked# on a random Enemy.",
	Tags = {['On Hit'] = true,},
},

["Dice of Fates"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Epic",
	Sets = {
		['Curios'] = true,
		['Treasure Hunter'] = true,
	},
	Desc ="On your turn, roll a random number between 1-20. This Vestige gains a stat #based on the number rolled#.",
	Tags = {['Start Of Turn'] = true,
			['Dice of Fate'] = true,
			['Physical Damage'] = true,
			['Magic Damage'] = true,
			['Omni Damage'] = true,
			['Will Reserve'] = true,
			['based on the number rolled'] = false,
	},
	Order = {'Dice of Fate'},
},

["Dun\'s Remains"] = {
	
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Shadow'] = true,
		['Mythos'] = true,
	},
	Desc ="When using #Combo#, Gain #Omni Damage# equal to three times the #Base Cooldown# of the Binding used until end of combat.",
	Tags = {
		['Chainbreaker'] = true,
	},
},

["Inkritto"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Epic",
	Sets = {
		['Precision'] = true,
		['Expert Binder'] = true,
	},
	Desc ="On Critting, reduce all #Cooldowns# by 1. Up to 2 times per turn.",
	Tags = {
		['Cooldown'] = true,
		['On Crit'] = true,
	},
},

["Karnivol Kandy"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Epic",
	Sets = {
		['Will Collector'] = true,
		['Swift'] = true,
	},
	Desc ="On your first turn, gain 3 stacks of #Sugar Rush#.",
	Tags = {['Start Of Combat'] = true,
			['Movement Speed'] = true,
			['Will Reserve'] = true,
	},
},

["Leaky Pen"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Epic",
	Sets = {
		['Orb Lord'] = true,
		['Curios'] = true,
	},
	Desc ="-1 #Will Reserve#<br>On your turn, spawn an [[Orb]].",
	Tags = {['Start Of Turn'] = true,},
},

["Lupine Gloves"] = {
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Eviscerator'] = true,
		['Precision'] = true,
	},
	Desc ="Gain 3 #Crit Chance# and 12 #Crit Damage# for each Enemy inflicted with Bleed.",
},

["Magma Metal"] = {
	Updated = true,
	--Unlocked = "Magma Miner",
	Rarity = "Epic",
	Sets = {
		['Molten'] = true,
		['Mythos'] = true,
	},
	Desc ="On turn end, inflict #Burn# on the nearest Enemy equal to double your current #Heat# stacks.",
	Tags = {
		['Magma Miner'] = true,
	},
},

["Malformed Tracing"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Epic",
	Sets = {
		['Will Collector'] = true,
		['Expert Binder'] = true,
	},
	Desc ="On using a Binding, gain 1 stacks of #Shattered Will#.",
	Tags = {['On Binding'] = true,
			['Will'] = true,
	},
},

["Melting Spout"] = {
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Molten'] = true,
		['Shadow'] = true,
	},
	Desc ="On the first turn of combat, gain 3 stacks of #Burnout#.",
	Tags = {
		['Start of Combat'] = true,
	},
},

["Miser\'s Purse"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Epic",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Fabled'] = true,
	},
	Desc ="Gain 10% more #Kwillings#.<br>On your first turn, if you have 650 #Kwillings# or more, gain 100 #Omni Damage# until end of combat.",
	Tags = {['Start Of Combat'] = true,},
},

["Necrostrain"] = {
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Venomous'] = true,
		['Thaumaturge'] = true,
	},
	Desc ="On inflicting any Debuff, inflict 5 #Poison#",
},

["Paradigm Shift"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Starwalker'] = true,
		['Expert Binder'] = true,
	},
	Desc ="All [[Bindings]] have +2 Base #Cooldown#. On using a Binding, reduce Cooldowns by 1.",
	Tags = {['On Binding'] = true,},
},

["Pile of Tiles"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Striker'] = true,
		['Curios'] = true,
	},
	Desc ="On using a Binding, deal 50 #Physical# damage to the nearest Enemy.",
	Tags = {['On Binding'] = true,},
},

["Prickly Presents"] = {
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Pincushion'] = true,
		['Vigorous'] = true,
	},
	Desc = "On gaining #HP#, gain 2 stacks of #Spiked#."
},

["Roots of Reprieve"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Epic",
	Sets = {
		['Striker'] = true,
		['Verdant'] = true,
	},
	Desc ="On defeating an Enemy with one of your Bindings, all #Physical# [[Bindings]] gain a 1 #Cost Discount#. Up to 2 times per turn.",
	Tags = {
		['On Kill'] = true,
		['Physical'] = false,
	},
},

["Seer\'s Premonition"] = {
	Updated = true,
	--Unlocked = "Clairvoyant",
	Rarity = "Epic",
	Sets = {
		['Mythos'] = true,
		['Bounty Hunter'] = true,
	},
	Desc ="Gain #Marking Aura#.",
	Tags = {
		['Marked'] = true,
		['Clairvoyant'] = true,
	},
	Order = {'Marking Aura'},
},

["Shaheen\'s Shimmering Shadow"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Epic",
	Sets = {
		['Precision'] = true,
		['Will Collector'] = true,
	},
	Desc ="On gaining a #Critical Charge#, gain 3 stacks of #Shattered Will#.",
	Tags = {['On Crit'] = true,},
},

["Shiny Shoes"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Epic",
	Sets = {
		['Haunted'] = true,
		['Swift'] = true,
	},
	Desc ="On gturn start, gain 3 stacks of #Blur#. This amount reduces by 1 each turn.",
	Tags = {['Start of Turn'] = true,},
},

["Special-Issue Stabilizer"] = {
	
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Everfrost'] = true,
		['Starwalker'] = true,
	},
	Desc ="On hitting an enemy with #Frostbite#, proc an additional stack of #Frostbite#. Does not stack.",
},

["Spike of the Quillion Cult"] = {
	
	Updated = true,
	Rarity = "Epic",
	Sets = {
		['Pincushion'] = true,
		['Venomous'] = true,
	},
	Desc ="On being hit, inflict #Poison# to the attacker equal to the amount of #Spiked# stacks you have.",
	Tags = {
		['When Hit'] = true,	
	},
},

["Strings of Fate"] = {
	Updated = true,
	--Unlocked = "Weaver",
	Rarity = "Epic",
	Sets = {
		['Mythos'] = true,
		['Expert Binder'] = true,
	},
	Desc ="On your turn, use [[Constrict]] or its Ascension on all Enemies.",
	Tags = {
		['Start Of Turn'] = true,
		['Weaver'] = true,
	},
},

["Tea for Two"] = {
	Updated = true,
	--Unlocked = "Take a Break!",
	Rarity = "Epic",
	Sets = {
		['Vigorous'] = true,
		['Fabled'] = true,
	},
	Desc ="On your turn, restore 3 #HP# to the Ally with the lowest #HP#.",
	Tags = {['Start Of Turn'] = true},
},

["The Last Pillar"] = {
	Updated = true,
	--Unlocked = "Obelisk",
	Rarity = "Epic",
	Sets = {
		['Mythos'] = true,
		['Striker'] = true,
	},
	Desc ="On hitting, inflict 1 stack of #Crush#.",
	Tags = {
		['On Hit'] = true,
		['Obelisk'] = true,
	},
},

["The Tempest\'s Wrath"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Stormking'] = true,
		['Mythos'] = true,
	},
	Desc ="On your turn, #Smite# all Enemies.",
	Tags = {['Start Of Turn'] = true,},
},

["The Tracker\'s Contract"] = {
	Updated = true,
	--Unlocked = "Mosscloak",
	Rarity = "Epic",
	Sets = {
		['Mythos'] = true,
		['Shadow'] = true,
	},
	Desc ="On defeating an Enemy, gain 1 #Shuriken#.",
	Tags = {
		['On Kill'] = true,
		['Mosscloak'] = true,
	},
},

["The Uhnstave"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Epic",
	Sets = {
		['Warden'] = true,
		['Shadow'] = true,
	},
	Desc ="+20 #Damage Resist#",
},

["Tongue of the Frozen Flame"] = {
	Updated = true,
	--Unlocked = "A Debt that is Owed",
	Rarity = "Epic",
	Sets = {
		['Everfrost'] = true,
		['Molten'] = true,
		['Frostfire'] = true,
	},
	Desc ="On hitting an Enemy inflicted with #Burn#, inflict 1 stack of #Frostbite#.",
	Tags = {['Misc'] = true,
			['Burn'] = false,
			['On Burn'] = true,
	},
},

["Uhnic Charge"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Epic",
	Sets = {
		['Orb Lord'] = true,
	},
	Desc ="On collecting an [[Orb]], gain 10 #Omni Damage# until end of combat.",
	Tags = {['On Orb Pickup'] = true,},
},

["Vampire\'s Diary"] = {
	Updated = true,
	--Unlocked = "The Well Behind the Shelves",
	Rarity = "Epic",
	Sets = {
		['Eviscerator'] = true,
		['Poisonblood'] = true,
	},
	Desc ="On hitting an Enemy that has #Bleed#, gain 1 #Bleed Damage# until end of combat.",
	Tags = {['On Hit'] = true,},
},

--==Legendary==
['Abandoned Antumbra'] = {
	Updated = true,
	Rarity = "Legendary"	,
	Sets = {
		['Reaver'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc = "On turn start, summon a 1 #Max HP# Enemy Bit inflicted with #Prey#. Up to 5 times per combat.",
	Tags = {
		['Start of Turn'] = true,	
	},
},

["Aspect of Ash-Alun"] = {
	Updated = true,
	--Unlocked = "Defeating the Menagerie",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Stormking'] = true,
		['Executioner'] = true,
	},
	Desc ="+50 #Smite Damage#.<br>On your turn, inflic #Gaze# on a random Enemy.",
	Tags = {['Start Of Turn'] = true,},
},

["Baelor\'s Tongue"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Legendary",
	Sets = {
		['Precision'] = true,
		['Reaver'] = true,
		['Executioner'] = true,
	},
	Desc ="+100 #Crit Damage#",
},

["Byron the Talking Book"] = {
	Updated = true,
	--Unlocked = "Take a Break!",
	Rarity = "Legendary",
	Sets = {
		['Curios'] = true,
		['Mythos'] = true,
	},
	Desc ="On your first turn, Byron will give you words of encouragement and a #random buff#.",
	Tags = {['Start of Combat'] = true,
		['Omni Damage'] = true,
		['Will'] = true,
		['Shielding'] = true,
	},
},

["Conduit of Hybridized Ages"] = {
	Updated = true,
	--Unlocked = "Facing a Villain",
	Rarity = "Legendary",
	Sets = {
		['Orb Lord'] = true,
		['Inventor'] = true,
	},
	Desc ="+1 #Will Per Orb#<br>On collecting an [[Orb]], gain 100 #Omni Damage# until a Binding is used.",
	Tags = {['On Orb Pickup'] = true,},
},

["Contrition of Allyra"] = {
	Updated = true,
	--Unlocked = "Moral Abstractions",
	Rarity = "Legendary",
	Sets = {
		['Bastion'] = true,
		['Warden'] = true,
	},
	Desc = "Double your #Shield# gain.",
},

["Controlled Explosives"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Legendary",
	Sets = {
		['Inventor'] = true,
		['Reaver'] = true,
	},
	Desc ="On defeating an Enemy with one of your Bindings, gain 1 stack of #Stored Energy# for every 20 damage dealt.",
	Tags = {['On Kill'] = true,},
},

["Cultivated Harmonies"] = {
	Updated = true,
	--Unlocked = "Fragments of Stories",
	Rarity = "Legendary",
	Sets = {
		['Verdant'] = true,
		['Curios'] = true,
	},
	Desc ="On your turn, all Bindings get 1 #Cost Discount#.",
	Tags = {['Start Of Turn'] = true,},
},

["Disassembly Prototype \#12"] = {
	Updated = true,
	--Unlocked = "The Inkbound",
	Rarity = "Legendary",
	Sets = {
		['Inventor'] = true,
		['Curios'] = true,
	},
	Desc ="On your first turn, gain a random #Disassembly Prototype#.",
	Tags = {
			['Omni Damage'] = true,
			['Crit Chance'] = true,
			['Crit Damage'] = true,
			['Magic Damage'] = true,
			['Physical Damage'] = true,
			['Start Of Combat'] = true,
			['Will'] = true,
	},
	Order = {'Disassembly Prototype'},
},

['Efu\'s Guise'] = {
	Updated = true,
	Rarity = "Legendary",
	Sets = {
		['Haunted'] = true,
	},
	Desc = " #Blur# reduces 2 additional damage per stack. You can no longer gain #Shield#",
},

['Elemental Ether'] = {
	Updated = true,
	Rarity = "Legendary",
	Sets = {
		['Frostfire'] = true,
		['Poisonblood'] = true,
		['Thaumaturge'] = true,
	},
	Desc = "Deal +15% more #Attack Binding# damage to Enemies for each #Burn#, #Frostbite#, #Poison#, and #Bleed# effect they have.",
	Tags = {
		['Damage Modifiers'] = true,
	},
},

["Forged Lightning Bolts"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Legendary",
	Sets = {
		['Stormking'] = true,
		['Mythos'] = true,
	},
	Desc ="On Smiting an Enemy, #Smite# it again.",
	Tags = {['Misc'] = true,},
},

["Gavel of the Dam"] = {
	
	Updated = true,
	Rarity = "Legendary",
	Sets = {
		['Will Collector'] = true,
		['Mythos'] = true,
	},
	Desc ="On hitting, gain 1 stack of #Shattered Will#.",
	Tags = {['On Hit'] = true,
			['Will'] = true,
	},
},

["Heart of the Last Lifeless"] = {
	Updated = true,
	--Unlocked = "A Missing Kwill",
	Rarity = "Legendary",
	Sets = {
		['Verdant'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On your first turn, gain 10 #Omni Damage# until end of combat for every 9 #Max HP# you have.",
	Tags = {['Start of Combat'] = true,},
},

["Infernal Cascade"] = {
	Updated = true,
	--Unlocked = "Pockets of Light",
	Rarity = "Legendary",
	Sets = {
		['Molten'] = true,
		['Thaumaturge'] = true,
	},
	Desc ="On inflicting #Burn#, inflict +4 stacks of #Burn#.",
	Tags = {['Misc'] = true,},
},

["Ink Tap"] = {
	Updated = true,
	--Unlocked = "Defeating the Menagerie",
	Rarity = "Legendary",
	Sets = {
		['Will Collector'] = true,
		['Inventor'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On defeating an Enemy, gain 1 #Will#.",
	Tags = {['On Kill'] = true,},
},

["Loom of the Lost Artisan"] = {
	Updated = true,
	--Unlocked = "Weaver",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Will Collector'] = true,
	},
	Desc ="If all Enemies are #Threaded# you gain 1 #Will Reserve# and +100 #Omni Damage#.",
	Tags = {
		['Start of Turn'] = true,
		['Weaver'] = true,
	},
},

["Mumzy's Money Machine"] = {
	Updated = true,
	--Unlocked = "...Or a Transactional Agreement",
	Rarity = "Legendary",
	Sets = {
		['Kwilling Hoarder'] = true,
		['Starwalker'] = true,
	},
	Desc ="On your first turn, gain 10 #Omni Damage# until end of combat for every 50 #Kwillings# you have.",
	Tags = {['Start of Combat'] = true,},
},

["Needle of Endless Duplication"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Legendary",
	Sets = {
		['Pincushion'] = true,
		['Mythos'] = true,
	},
	Desc ="On hitting, gain 4 stacks of #Spiked#.",
	Tags = {['On Hit'] = true,},
},

["Nim\'s Oath"] = {
	Updated = true,
	--Unlocked = "The Garden's Edge",
	Rarity = "Legendary",
	Sets = {
		['Bastion'] = true,
		['Vigorous'] = true,
	},
	Desc = "+4 #Max HP#<br>On turn start, inflict #Dazed# to all enemies.",
	Tags = {['Start of Turn'] = true,},
},

["Ohmic Orb Walkers"] = {
	Updated = true,
	--Unlocked = "The Proving Grounds & The Vengewood",
	Rarity = "Legendary",
	Sets = {
		['Orb Lord'] = true,
		['Stormking'] = true,
		['Inventor'] = true,
	},
	Desc ="On Collecting an [[Orb]], #Smite# all Enemies.",
	Tags = {['On Orb Pickup'] = true,},
},

["Predator\'s Quintessence"] = {
	Updated = true,
	--Unlocked = "Defeating the Menagerie",
	Rarity = "Legendary",
	Sets = {
		['Starwalker'] = true,
		['Bounty Hunter'] = true,
	},
	Desc ="On your turn, inflict #Prey# on a random Enemy.",
	Tags = {['Start Of Turn'] = true,
		['Omni Damage'] = true,
	},
	Order = {'Prey'},
},

["Prime Essentium"] = {
	Updated = true,
	--Unlocked = "Defeating the Menagerie",
	Rarity = "Legendary",
	Sets = {
		['Bastion'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc = "On your turn, gain #Shield# equal to 50% of the damage taken the previous turn.",
	Tags = {['Start Of Turn'] = true,},
},

["Refractory"] = {
	Updated = true,
	--Unlocked = "Kwill Hunting",
	Rarity = "Legendary",
	Sets = {
		['Stormking'] = true,
		['Inventor'] = true,
	},
	Desc ="On hitting, #Smite# that Enemy.",
	Tags = {['On Hit'] = true,},
},


["Sparking Battery Coil"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Legendary",
	Sets = {
		['Will Collector'] = true,
		['Inventor'] = true,
	},
	Desc ="On using a Binding, 20% chance to gain 1 #Will#. Does not stack.",
	Tags = {['On Binding'] = true,},
},

["Sybil the Lava Lizard"] = {
	Updated = true,
	--Unlocked = "Magma Miner",
	Rarity = "Legendary",
	Sets = {
		['Molten'] = true,
		['Mythos'] = true,
	},
	Desc ="At maximum #Heat#, deal triple damage for your next #Attack Binding#. On your turn, gain 3 stacks of #Heat#.",
	Tags = {
		['Start Of Turn'] = true,
		['Magma Miner'] = true,
	},
},

["Taetra Twin"] = {
	Updated = true,
	--Unlocked = "More Cryptic Clues",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Shadow'] = true,
	},
	Desc ="On hitting, 50% chance to do that amount of damage again. This Vestige does not stack.",
	Tags = {
		['On Hit'] = true,
		['Damage Modifiers'] = true,
	},
},

["The Allysian Glaciator"] = {
	Updated = true,
	
	--Unlocked = "Ink Retrieval Duty",
	Rarity = "Legendary",
	Sets = {
		['Everfrost'] = true,
		['Mythos'] = true,
	},
	--Stats = {},
	Desc = "Triggering #Frostbite# with a #Sentinel Drone# grants 10 #Sentinel Drone Damage# and 5 #Frostbite Damage# until end of combat.",
	Tags = {['Star Captain'] = true,
	},
},

["The Clepsydranium"] = {
	Updated = true,
	--Unlocked = "Library of Worlds",
	Rarity = "Legendary",
	Sets = {
		['Expert Binder'] = true,
		['Mythos'] = true,
	},
	Desc ="+25 #Magic Damage#<br>On your turn, reduce all #Cooldowns# by 1.",
	Tags = {
		['Cooldown'] = true,
		['Start Of Turn'] = true,
	},
},
["The Emerald Leaf"] = {
	Updated = true,
	--Unlocked = "Mosscloak",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Reaver'] = true,
	},
	Desc ="Your #Shuriken# maximum is increased to 10. Gain 1 #Shuriken# each turn",
	Tags = {
		['Start Of Turn'] = true,
		['Mosscloak'] = true,
	},
},

["The Fountain of Creation"] = {
	Updated = true,
	--Unlocked = "Over and Over and Over Again...",
	Rarity = "Legendary",
	Sets = {
		['Will Collector'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="On your turn, gain 1 #Will# for each Binding on #Cooldown#.",
	Tags = {
		['Start of Turn'] = true,
	},
},

["The Godscourt Seal"] = {
	Updated = true,
	
	Rarity = "Legendary",
	Sets = {
		['Striker'] = true,
		['Mythos'] = true,
	},
	Desc ="When gaining #Combo#, gain another #Combo#. Once per turn.",
	Tags = {
		['Chainbreaker'] = true,
	},
},


["The Mirrorspire Pact"] = {
	Updated = true,
	--Unlocked = "The Radiant Market & The Silent Promenade",
	Rarity = "Legendary",
	Sets = {
		['Enchanted'] = true,
		['Ancient Wisdom'] = true,
	},
	Desc ="Your #Teleport Bindings# have 1 #Base Cooldown# and on your turn, gain 1 #Cost Discount#.",
	Tags = {},
},

["The Seer Shards"] = {
	Updated = true,
	--Unlocked = "Clairvoyant",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Shadow'] = true,
	},
	Desc ="On your first turn, gain 20 #Omni Damage# until end of combat for each Aura you have.",
	Tags = {
		['Start of Combat'] = true,
		['Clairvoyant'] = true,
	},
},

["The Stonesteel Boulder"] = {
	Updated = true,
	--Unlocked = "Obelisk",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Warden'] = true,
	},
	Desc = "+5 #Shielding#<br>On being hit, if you still have leftover #Shield#, gain 15 #Omni Damage# until the end of combat.",
	Tags = {
		['When Hit'] = true,
		['Obelisk'] = true,
		['Shield'] = false,
	},
},

["The Trickster\'s Hook"] = {
	Updated = true,
	--Unlocked = "",
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Warden'] = true,
	},
	Desc ="+30 #Omni Damage#<br>On being hit without losing #HP#, this Vestige gains 10 #Omni Damage#",
	Tags = {['When Hit'] = true,},
},

["The Zephyrion"] = {
	Updated = true,
	--Unlocked = true,
	Rarity = "Legendary",
	Sets = {
		['Mythos'] = true,
		['Reaver'] = true,
	},
	Desc ="On hitting, inflict 1 stack of #Shocked#.",
	Tags = {['On Hit'] = true,},
},

["Vulkus\' Bond Enhancer"] = {
	Updated = true,
	--Unlocked = "Take a Break!",
	Rarity = "Legendary",
	Sets = {
		['Will Collector'] = true,
		['Inventor'] = true,
	},
	Desc ="+1 #Will Reserve#<br>Conserve leftover #Will# between turns.",
},

["Window To Eternal Longing"] = {
	Updated = true,
	--Unlocked = "Only the Purest",
	Rarity = "Legendary",
	Sets = {
		['Vigorous'] = true,
		['Striker'] = true,
	},
	Desc ="On your turn, restore 1 #HP#<br>On restoring your #HP# in combat, this Vestige gains 10 #Physical Damage#, up to 3 times per turn.",
	Tags = {['Misc'] = true,},
},

["Wit\'s Book of Magic"] = {
	Updated = true,
	--Unlocked = "Searching for the Unbound",
	Rarity = "Legendary",
	Sets = {
		['Enchanted'] = true,
		['Shadow'] = true,
	},
	Desc ="Drafted [[Bindings]] have -2 #Base Cooldown#. #Base Cooldown# cannot go below 1.",
	Tags = {['Cooldown'] = true,},
},

["Wolo\'s Bloodletter"] = {
	Updated = true,
	--Unlocked = "Take a Break!",
	Rarity = "Legendary",
	Sets = {
		['Eviscerator'] = true,
		['Vigorous'] = true,
		['Shadow'] = true,
	},
	Desc ="On your turn, lose 1 #HP#. In combat, gain 10 #Omni Damage# for every 3 missing #HP# you have.",
	Tags = {['HP'] = false,},
},

["Yoren Keyspear"] = {
	Updated = true,
	
	Rarity = "Legendary",
	Sets = {
		['Precision'] = true,
		['Mythos'] = true,
	},
	Desc ="On defeating an Enemy, gain 2 #Velocity#.",
	Tags = {
		['Godkeeper'] = true,
		['On Kill'] = true,
	},
},
}

for Name, Data in pairs(ItemData) do
	if not Data.Tags then Data.Tags={} end
	if type(Data.Desc)=='string' and Data.Desc:find('#') then
		local stack = {}
		for str in string.gmatch(Data.Desc, "([^"..'#'.."]+)") do -- splits the string into table
				   table.insert(stack, str)
		end
		for i, part in pairs(stack) do --turn every even entry into icons
			if i%2==0 then 
				if Data.Tags[part]==nil then
					Data.Tags[part]=true
				end
			end
		end
	end
	
	
	for setName, var in pairs(Data.Sets or {}) do
		if var == true then
			Data.Tags[setName]=true	
		end
	end
end


return ItemData