Hypixel SkyBlock Wiki
Advertisement
The documentation for this Module does not exist. Please create it if you are familiar with this Module. (create)Module:ItemInfo/Item Data/doc

Module Code

--[[ Quick Copy
	[''] = {
		stats = {
			-- any stat values using its 'shortcode' (see Module:Statname/Data)
			-- example: dmg = 10,
		},
		
		type = '',
		name = '',
		rarity = '',
		slots = '',
		
		specialEffect = '',
		
		ia = {
			name = '',
			activation = '',
			desc = '',
			soulflow_cost = ,
			cost = ,
			health_cost = ,
			coin_cost = ,
			cooldown = ,
			charges = ,
			max_souls = ,
		},
		
		ia2 = {
			name = '',
			activation = '',
			desc = '',
			soulflow_cost = ,
			cost = ,
			health_cost = ,
			coin_cost = ,
			cooldown = ,
			charges = ,
			max_souls = ,
		},
		
		tab = {
			name = '',
			desc = '',
			required_pieces = ,
			upgraded_by = '',
		},
		
		pcb = {
			name = '',
			desc = '',
		},
	},
]]

return {

	["lapis pickaxe"] = {
	stats = {
			dmg = '+20',
			ms = '+200',
			bp = '+4',
		},

		type = 'Pickaxe',
		name = 'Lapis Pickaxe',
		rarity = 'u',

		specialEffect = 'Grants a {{G|25%}} chance to gain double experience when mining ores.'

	},

	["titanium drill dr-x655"] = {
	stats = {
			dmg = '+75',
			ms = '+1,600',
			mnf = '+120',
			bp = '+9',
		},

		type = 'Drill',
		name = 'Titanium Drill DR-X655',
		rarity = 'l',

	},

	["titanium drill dr-x555"] = {
	stats = {
			dmg = '+75',
			ms = '+1\,200',
			mnf = '+70',
			bp = '+9',
		},

		type = 'Drill',
		name = 'Titanium Drill DR-X555',
		rarity = 'e',

	},


	["titanium drill dr-x455"] = {
	stats = {
			dmg = '+75',
			ms = '+900',
			mnf = '+40',
			bp = '+8',
		},

		type = 'Drill',
		name = 'Titanium Drill DR-X455',
		rarity = 'e',

	},

	["titanium drill dr-x355"] = {
	stats = {
			dmg = '+75',
			ms = '+700',
			mnf = '+25',
			bp = '+7',
		},

		type = 'Drill',
		name = 'Titanium Drill DR-X355',
		rarity = 'e',

	},

	["ruby drill tx-15"] = {
	stats = {
			dmg = '+75',
			ms = '+150',
			bp = '+7',
		},

		type = 'Drill',
		name = 'Ruby Drill TX-15',
		rarity = 'r',

		specialEffect = 'Gives {{G|+800}} {{Pink|Gemstone}} {{stat|ms}}<br>Gives {{G|+60}} {{Pink|Gemstone}} {{stat|mnf}}'

	},

	["gemstone drill lt-522"] = {
	stats = {
			dmg = '+75',
			ms = '+300',
			bp = '+8',
		},

		type = 'Drill',
		name = 'Gemstone Drill LT-522',
		rarity = 'r',

		specialEffect = 'Gives {{G|+800}} {{Pink|Gemstone}} {{stat|ms}}<br>Gives {{G|+80}} {{Pink|Gemstone}} {{stat|mnf}}'

	},

	["topaz drill kgr-12"] = {
	stats = {
			dmg = '+75',
			ms = '+450',
			bp = '+9',
		},

		type = 'Drill',
		name = 'Topaz Drill KGR-12',
		rarity = 'e',

		specialEffect = 'Gives {{G|+800}} {{Pink|Gemstone}} {{stat|ms}}<br>Gives {{G|+100}} {{Pink|Gemstone}} {{stat|mnf}}'

	},

	["jasper drill x"] = {
	stats = {
			dmg = '+75',
			ms = '+600',
			bp = '+9',
		},

		type = 'Drill',
		name = 'Jasper Drill X',
		rarity = 'e',

		specialEffect = 'Gives {{G|+800}} {{Pink|Gemstone}} {{stat|ms}}<br>Gives {{G|+120}} {{Pink|Gemstone}} {{stat|mnf}}'

	},

	["mithril drill sx-r226"] = {
	stats = {
			dmg = '+65',
			ms = '+450',
			bp = '+5',
		},

		type = 'Drill',
		name = 'Mithril Drill SX-R226',
		rarity = 'r',

	},

	["mithril drill sx-r326"] = {
	stats = {
			dmg = '+65',
			ms = '+600',
			bp = '+6',
		},

		type = 'Drill',
		name = 'Mithril Drill SX-R326',
		rarity = 'r',

	},
	
	["lush artifact"] = {
	stats = {
			hp = '+5',
			hr = '+1',
		},

		type = 'Accessory',
		name = 'Lush Artifact',
		rarity = 'e',

	},
	
	["lush ring"] = {
	stats = {
			hp = '+3',
		},

		type = 'Accessory',
		name = 'Lush Ring',
		rarity = 'r',

	},
	
	["lush talisman"] = {
	stats = {
			hp = '+1',
		},

		type = 'Accessory',
		name = 'Lush Talisman',
		rarity = 'u',

	},
	
	["disinfestor gloves"] = {
		stats = {
			rt = '+30s',
		},

		type = 'Gloves',
		name = 'Disinfestor Gloves',
		rarity = 'r',
	},

	["agarimoo artifact"] = {
		stats = {
			fmw = '+1',
			fs = '+3',
			fsw = '+1',
		},

		type = 'Accessory',
		name = 'Agarimoo Artifact',
		rarity = 'r',
	},

	["agarimoo ring"] = {
		stats = {
			fs = '+2',
			fsw = '+1',
		},

		type = 'Accessory',
		name = 'Agarimoo Ring',
		rarity = 'u',
	},

	["agarimoo talisman"] = {
		stats = {
			fs = '+1',
		},

		type = 'Accessory',
		name = 'Agarimoo Talisman',
		rarity = 'c',
	},

	["big brain talisman"] = {
		stats = {
			int = '+1',
		},

		type = 'Accessory',
		name = 'Big Brain Talisman',
		rarity = 'c',
	},

	["defective monitor"] = {
		stats = {
			int = 6,
			rt = '+60s',
		},

		type = 'Accessory',
		name = 'Defective Monitor',
		rarity = 'e',
	},

	["nerdy bracelet"] = {
		stats = {
			int = '+1',
		},

		type = 'Bracelet',
		name = 'Nerdy Bracelet',
		rarity = 'c',
	},

	["bracelet of rage"] = {
		stats = {
			str = '+100',
		},

		type = 'Bracelet',
		name = 'Bracelet of Rage',
		rarity = 'e',
	},

	["weighted belt"] = {
		stats = {
			str = '+1000',
			spd = '-100',
		},

		type = 'Belt',
		name = 'Weighted Belt',
		rarity = 'u',
	},

	["red table cloth"] = {
		stats = {
			dmg = '+5',
			def = '-100',
			spd = '-20',
		},

		type = 'Cloak',
		name = 'Red Table Cloth',
		rarity = 's',
	},

	["raging fists"] = {
		stats = {
			dmg = '+20',
			bas = '+10%',
		},

		type = 'Gloves',
		name = 'Raging Fists',
		rarity = 'u',
	},

	["placebo bracelet"] = {
		stats = {
			bas = '+2%',
			scc = '+2%',
			mf = '+5',
			pl = '+5',
		},

		type = 'Bracelet',
		name = 'Placebo Bracelet',
		rarity = 'u',
	},

	["one hit necklace"] = {
		stats = {
			hp = '-1337',
			int = '+1000',
		},

		type = 'Necklace',
		name = 'One Hit Necklace',
		rarity = 'l',

		specialEffect = 'Hello and welcome to what is hopefully my final attempt at beating {{blue|Hypixel SkyBlock}} without taking any damage. I have a max {{G|HP}} of {{Red|1}} so any damage from any source will immediately kill me. Mobs also only have {{Red|1}} {{G|HP}} to make the game more interesting. {{DG|-OHKO!}}',

		},

	["necklace of the stars"] = {
		stats = {
			hp = '+100000',
			def = '+100000',
		},

		type = 'Necklace',
		name = 'Necklace of the Stars',
		rarity = 'l',
	},

	["midas\' gloves"] = {
		stats = {
			cc = '+20%',
			spd = '-10',
		},

		type = 'Gloves',
		name = 'Midas\' Gloves',
		rarity = 'l',
	},

	["melody\'s necklace"] = {
		stats = {
			int = '+1',
		},

		type = 'Necklace',
		name = 'Melody\'s Necklace',
		rarity = 'l',
	},

	["cloak of the alchemist"] = {
		stats = {
			ad = '+100%',
		},

		type = 'Cloak',
		name = 'Cloak of the Alchemist',
		rarity = 'u',
	},

	["cloak of speed"] = {
		stats = {
			spd = '+1',
		},

		type = 'Cloak',
		name = 'Cloak of Speed',
		rarity = 'u',
	},

	["cloak of levitation"] = {
		stats = {
			hp = '+10',
			def = '+30',
		},

		type = 'Cloak',
		name = 'Cloak of Levitation',
		rarity = 'e',
	},

	["broken fob watch"] = {
		stats = {
			def = '+20',
			spd = '+10',
		},

		type = 'Gloves',
		name = 'Broken Fob Watch',
		rarity = 'l',
	},

	["old boxing gloves"] = {
		stats = {
			dmg = '+10',
			bas = '+5%',
			def = '+20',
		},

		type = 'Gloves',
		name = 'Old Boxing Gloves',
		rarity = 'r',
	},

	["black karate belt"] = {
		stats = {
			dmg = '+100',
		},

		type = 'Belt',
		name = 'Black Karate Belt',
		rarity = 'r',
	},

	["badly designed belt"] = {
		stats = {
			dmg = '-100',
			spd = '-100',
			int = '+10',
		},

		type = 'Belt',
		name = 'Badly Designed Belt',
		rarity = 'r',
	},

	["apprentice loggers belt"] = {
		stats = {
			ms = '-50',
			frf = '+100',
		},

		type = 'Belt',
		name = 'Apprentice Loggers Belt',
		rarity = 'r',
	},

	["jungle pickaxe"] = {
		stats = {
			bp = '5',
			dmg = '50',
			ms = '330',
		},

		type = 'Pickaxe',
		name = 'Jungle Pickaxe',
		rarity = 'u',

		specialEffect = 'Gives a chance to drop [[Sludge Juice|{{G|Sludge Juice}}]] when mining in the [[Jungle|{{DarkGreen|Jungle}}]] of the [[Crystal Hollows|{{DarkPurple|Crystal Hollows}}]].',
	},

	["pickonimbus 2000"] = {
		stats = {
			bp = '7',
			dmg = '30',
			ms = '1500',
		},

		type = 'Pickaxe',
		name = 'Pickonimbus 2000',
		rarity = 'e',

		specialEffect = 'A powerful tool that breaks after {{G|5000}} uses.',
	},


	["titanium pickaxe"] = {
		stats = {
			bp = '6',
			dmg = '60',
			ms = '310',
		},

		type = 'Pickaxe',
		name = 'Titanium Pickaxe',
		rarity = 'r',

		specialEffect = 'Grants {{stat|mining fortune|+10}} when mining [[Titanium Ore]].',
	},

	["polished titanium pickaxe"] = {
		stats = {
			bp = '6',
			dmg = '65',
			ms = '400',
		},

		type = 'Pickaxe',
		name = 'Polished Titanium Pickaxe',
		rarity = 'r',

		specialEffect = 'Grants {{stat|mining fortune|+15}} when mining [[Titanium Ore]].',
	},

	["fractured mithril pickaxe"] = {
		stats = {
			bp = '5',
			dmg = '30',
			ms = '225',
		},

		type = 'Pickaxe',
		name = 'Fractured Mithril Pickaxe',
		rarity = 'u',
	},

	["bandaged mithril pickaxe"] = {
		stats = {
			bp = '5',
			dmg = '30',
			ms = '250',
		},

		type = 'Pickaxe',
		name = 'Bandaged Mithril Pickaxe',
		rarity = 'u',
	},

	["zoom"] = {
		stats = {
			bp = '10',
			dmg = '30',
			ms = '3000',
		},

		type = 'Pickaxe',
		name = 'Zoom',
		rarity = 's',
	},

	["pioneer pickaxe"] = {
		stats = {
			bp = '1',
			ms = '1',
		},

		type = 'Pickaxe',
		name = 'Pioneer Pickaxe',
		rarity = 's',
	},

	["stonk"] = {
		stats = {
			bp = '1',
			ms = '380',
		},

		type = 'Pickaxe',
		name = 'Stonk',
		rarity = 'e',

		specialEffect = '{{ench|Efficiency VI}}<br>Increases how quickly your tool breaks blocks.',
	},

	["zombie pickaxe"] = {
		stats = {
			bp = '3',
			ms = '190',
		},

		type = 'Pickaxe',
		name = 'Zombie Pickaxe',
		rarity = 'c',

		specialEffect = 'Grants {{PotN|Haste II}} for {{Green|5s}} when breaking [[Ores]]!',
	},


	["promising pickaxe"] = {
		stats = {
			bp = '3',
			dmg = '20',
			ms = '190',
		},

		type = 'Pickaxe',
		name = 'Promising Pickaxe',
		rarity = 'u',

		specialEffect = 'Gains a higher level of [[Enchantment]] when breaking blocks.<br><br>Will gain {{Ench|Efficiency I}} after breaking {{Green|50}} more blocks.',
	},

	["promising shovel"] = {
		type = 'Shovel',
		name = 'Promising Shovel',
		rarity = 'u',

		specialEffect = 'Gains a higher level of [[Enchantment]] when breaking blocks.<br><br>Gains {{Ench|Efficiency I}} after breaking {{Green|#}} more blocks.<br><br>Grants a {{Green|#%}} chance to double [[flint]] drops.',
	},

	["flint shovel"] = {
		type = 'Shovel',
		name = 'Flint Shovel',
		rarity = 'c',

		specialEffect = 'Grants a {{Green|100%}} chance of receiving flint from gravel. This item can also be used as a minion upgrade to allow gravel minions to always receive flint.',
	},

	['snow shovel'] = {
		
		type = 'Shovel',
		name = 'Snow Shovel',
		rarity = 'r',
		
		ia = {
			name = 'Snow Placer',
			activation = 'RIGHT CLICK',
			desc = 'Right-Click a block to place a 3x3 snow layer.',
			coin_cost = 10,
			cooldown = 3,
		},
	},

	["kuudra follower artifact"] = {
		type = 'Accessory',
		name = 'Kuudra Follower Artifact',
		rarity = 'e',

		specialEffect = 'Reduces damage taken from Kuudra Followers by {{green|50%}}.',

	},
	["kuudra follower relic"] = {
		type = 'Accessory',
		name = 'Kuudra Follower Relic',
		rarity = 'l',

		specialEffect = 'Reduces damage taken from Kuudra Followers by {{green|65%}}.',

	},

	["farmer boots"] = {
		stats = {
			hp = 40,
			def = 20,
			spd = 10,
		},
	
		type = 'Boots',
		name = 'Farmer Boots',
		rarity = 'u',

		specialEffect = 'These boots gain {{Stat|+1 fmfortune}} in the [[Garden]], and {{Stat|+2 def}} and {{Stat|+4 spd}} in other zones. Each bonus is multiplied by your [[Farming]] Skill level.',

	},

	["squid boots"] = {
		stats = {
			scc = 1,
			hp = 100,
		},
	
		type = 'Boots',
		name = 'Squid Boots',
		rarity = 'u',

		specialEffect = 'Your shoes spit out Squid ink!',

	},

	["promising hoe"] = {
		type = 'Hoe',
		name = 'Promising Hoe',
		rarity = 'u',

		specialEffect = 'Automatically replants [[seeds]] after harvesting [[wheat]]! The more wheat that\'s harvested using this item, the greater the chance that the wheat will be regrown.<br><br>Wheat Harvested: {{G|#}}',

	},

	["rookie axe"] = {
		stats = {
			dmg = '20',
		},

		type = 'Axe',
		name = 'Rookie Axe',
		rarity = 'c',

		specialEffect = '{{ench|Efficiency I}}<br>Increases how quickly your tool breaks blocks.',

	},

	["rookie pickaxe"] = {
		stats = {
			bp = '2',
			dmg = '15',
			ms = '150',
		},

		type = 'Pickaxe',
		name = 'Rookie Pickaxe',
		rarity = 'c',

		specialEffect = '{{ench|Efficiency I}}<br>Increases how quickly your tool breaks blocks.',

	},

	["cactus knife"] = {
		type = 'Hoe',
		name = 'Cactus Knife',
		rarity = 'e',

		specialEffect = 'Slices through [[Cactus|{{G|cactus}}]] instantly.',

	},

	["rookie hoe"] = {
		type = 'Hoe',
		name = 'Rookie Hoe',
		rarity = 'c',

		specialEffect = 'Crops broken with this hoe have a {{G|50%}} chance to drop a seed.',

	},

	["hoe of great tilling"] = {
		type = 'Hoe',
		name = 'Hoe of Great Tilling',
		rarity = 'u',

		specialEffect = 'Tills a {{Blue|3x3}} area of farmland at a time.',

	},

	["hoe of greater tilling"] = {
		type = 'Hoe',
		name = 'Hoe of Greater Tilling',
		rarity = 'r',

		specialEffect = 'Tills a {{Blue|5x5}} area of farmland at a time.',

	},

	["hoe of greatest tilling"] = {
		type = 'Hoe',
		name = 'Hoe of Greatest Tilling',
		rarity = 'e',

		specialEffect = 'Tills a row of farmland. The perfect accessory to the Basket of Seeds!',

	},
	
	["pumpkin dicer"] = {
		type = 'Axe',
		name = 'Pumpkin Dicer',
		rarity = 'e',

		specialEffect = 'Gain {{stat|fmw|+5}} while harvesting pumpkins.',
		
		ia = {
			name = 'Roll em\'',
			desc = 'Every pumpkin you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra pumpkins!',
		},
	},

	["pumpkin dicer 2.0"] = {
		type = 'Axe',
		name = 'Pumpkin Dicer 2.0',
		rarity = 'e',

		specialEffect = 'Gain {{stat|fmw|+7.5}} while harvesting pumpkins.',
		
		ia = {
			name = 'Roll em\'+',
			desc = 'Every pumpkin you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra pumpkins!',
		},
	},

	["pumpkin dicer 3.0"] = {
		type = 'Axe',
		name = 'Pumpkin Dicer 3.0',
		rarity = 'l',

		specialEffect = 'Gain {{stat|fmw|+10}} while harvesting pumpkins.',
		
		ia = {
			name = 'Roll em\'++',
			desc = 'Every pumpkin you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra pumpkins!',
		},
	},

	["melon dicer"] = {
		type = 'Axe',
		name = 'Melon Dicer',
		rarity = 'e',

		specialEffect = 'Gain {{stat|fmw|+5}} while harvesting melons.',
		
		ia = {
			name = 'Roll em\'',
			desc = 'Every melon you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra melons!',
		},
	},

	["melon dicer 2.0"] = {
		type = 'Axe',
		name = 'Melon Dicer 2.0',
		rarity = 'e',

		specialEffect = 'Gain {{stat|fmw|+7.5}} while harvesting melons.',
		
		ia = {
			name = 'Roll em\'+',
			desc = 'Every melon you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra melons!',
		},
	},

	["melon dicer 3.0"] = {
		type = 'Axe',
		name = 'Melon Dicer 3.0',
		rarity = 'l',

		specialEffect = 'Gain {{stat|fmw|+10}} while harvesting melons.',
		
		ia = {
			name = 'Roll em\'++',
			desc = 'Every melon you break, you make a wish to {{pink|RNGesus}} which may grant you with a few or TONS of extra melons!',
		},
	},
	
	["bingonimbus 2000"] = {
		stats = {
			bp = '7',
			dmg = '30',
			mnf = '100',
			ms = '1500',
		},


		type = 'Pickaxe',
		name = 'Bingonimbus 2000',
		rarity = 'e',
	},

	["jake\'s plushie"] = {
		stats = {
			hp = '2',
		},

		type = 'Accessory',
		name = 'Jake\'s Plushie',
		rarity = 'u',

		specialEffect = 'Increases the number of [[pelts]] obtained when hunting animals by +{{G|1}}.',
	},

	["trapper crest"] = {

		type = 'Accessory',
		name = 'Trapper Crest',
		rarity = 'c',

		specialEffect = 'Upgrades to {{r|u}} if you collect {{Pelts|500}} while {{NPCSprite|Finnegan}} is in office.<br><br>Increases the odds of finding {{Bold|{{Purple|ENDANGERED}}}} or {{Bold|{{Orange|ELUSIVE}}}} mobs by {{green|10%}}.',
	},

	["trapper crest (uncommon)"] = {
		slot = 'Trapper Crest (Uncommon)',
		type = 'Accessory',
		name = 'Trapper Crest',
		rarity = 'u',

		specialEffect = 'Counts how many {{pelts}} were collected while {{NPCSprite|Finnegan}} has been in office.<br><br>Increases the odds of finding {{Bold|{{Purple|ENDANGERED}}}} or {{Bold|{{Orange|ELUSIVE}}}} mobs by {{green|10%}}.',
	},

	["bingo combat talisman"] = {
	stats = {
			cw = 50
		},

		type = 'Accessory',
		name = 'Bingo Combat Talisman',
		rarity = 'c',

	},

	["vaccine ring"] = {

		type = 'Accessory',
		name = 'Vaccine Ring',
		rarity = 'u',

		specialEffect = 'Reduces the effect of {{PotN|poison}} by {{G|25%}}.',
	},

	["vaccine artifact"] = {

		type = 'Accessory',
		name = 'Vaccine Artifact',
		rarity = 'r',

		specialEffect = 'Reduces the effect of {{PotN|poison}} by {{G|50%}}.',
	},

	['burning kuudra core'] = {
		
		type = 'Accessory',
		name = 'Burning Kuudra Core',
		rarity = 'r',
		
		specialEffect = 'Gain a {{G|1%}} chance for [[Attributes]] to spawn 1 level higher.',
	},



	['pelt belt'] = {
		stats = {
			fmw = 1,
		},
		
		type = 'Belt',
		name = 'Pelt Belt',
		rarity = 'e',
		
		specialEffect = 'Gain {{Stat|spd|+30}} while in the [[Mushroom Desert|{{Yellow|Mushroom Desert}}]].<br>Earn {{Purple|+1 Pelt}} from Tracker quests.',
	},

	["mineral talisman"] = {
	stats = {
			mnf = '+3',
		},

		type = 'Accessory',
		name = 'Mineral Talisman',
		rarity = 'r',
		
		specialEffect = 'Grants {{G|+3}} {{stat|mnf}}, which increases your chance for multiple drops.',
	},

	['fish affinity talisman'] = {
		stats = {
			fs = 10,
		},
		
		type = 'Accessory',
		name = 'Fish Affinity Talisman',
		rarity = 'r',
	},

	["basic gardening hoe"] = {
	stats = {
			fmf = 5
		},

		type = 'Hoe',
		name = 'Basic Gardening Hoe',
		rarity = 'u',
	},

	["basic gardening axe"] = {
	stats = {
			fmf = 5
		},

		type = 'Axe',
		name = 'Basic Gardening Axe',
		rarity = 'u',
	},

	["advanced gardening hoe"] = {
	stats = {
			fmf = 10
		},

		type = 'Hoe',
		name = 'Advanced Gardening Hoe',
		rarity = 'r',
	},

	["advanced gardening axe"] = {
	stats = {
			fmf = 10
		},

		type = 'Axe',
		name = 'Advanced Gardening Axe',
		rarity = 'r',
	},

	["sweet axe"] = {
	stats = {
			dmg = 25
		},

		type = 'Axe',
		name = 'Sweet Axe',
		rarity = 'u',
		
		specialEffect = '20% chance of dropping an Apple when chopping logs.'
	},

	['thunderbolt necklace'] = {
		stats = {
			scc = '1.5%',
			hp = '40',
			def = '30',
		},
		
		type = 'Necklace',
		name = 'Thunderbolt Necklace',
		rarity = 'e',
		
		specialEffect = 'Damage taken by {{Red|Lava Sea Creatures}} is reduced by {{G|5%}} and damage dealt is increased by {{Red|1.1x}}.',
		
		tab = {
			name = 'Static Charge',
			desc = 'Gains {{Red|1}} static charge every {{Abbr|{{Yellow|30}}|2 Pieces}}➜{{Abbr|{{Yellow|25}}|3 Pieces}}➜{{Abbr|{{Yellow|20}}|4 Pieces}}➜{{Abbr|{{Yellow|10}}|5 Pieces}} seconds.<br>Hitting a target will cause a discharge, adding {{Abbr|{{G|15%}}|2 Pieces}}➜{{Abbr|{{G|20%}}|3 Pieces}}➜{{Abbr|{{G|25%}}|4 Pieces}}➜{{Abbr|{{G|40%}}|5 Pieces}} damage to that hit for each charge collected.<br><br>Maximum Charge Capacity: {{Abbr|{{Red|2}}|2 Pieces}}➜{{Abbr|{{Red|3}}|3 Pieces}}➜{{Abbr|{{Red|4}}|4 Pieces}}➜{{Abbr|{{Red|5}}|5 Pieces}}',
			required_pieces = 2,
			upgraded_by = '[[File:Thunder Helmet.png|26px|link=Thunder Helmet]][[File:Thunder Chestplate.png|26px|link=Thunder Chestplate]][[File:Thunder Leggings.png|26px|link=Thunder Leggings]][[File:Thunder Boots.png|26px|link=Thunder Boots]][[File:Thunderbolt Necklace.png|26px|link=Thunderbolt Necklace]]',
		},
	},

	["draconic talisman"] = {
	stats = {
			health = 1
		},

		type = 'Accessory',
		name = 'Draconic Talisman',
		rarity = 'u',

		specialEffect = 'Increases damage dealt to {{DarkPurple|Dragons}} by {{G|2%}}.'
	},

	["draconic ring"] = {
	stats = {
			health = 2
		},

		type = 'Accessory',
		name = 'Draconic Ring',
		rarity = 'r',

		specialEffect = 'Increases damage dealt to {{DarkPurple|Dragons}} by {{G|3%}}.'
	},

	["draconic artifact"] = {
		stats = {
			health = 3
		},

		type = 'Accessory',
		name = 'Draconic Artifact',
		rarity = 'e',

		specialEffect = 'Increases damage dealt to {{DarkPurple|Dragons}} by {{G|5%}}.'
	},

	['magma lord gauntlet'] = {
		stats = {
			str = 10,
			cd = 30,
			scc = 1.5,
			hp = 35,
			fer = 2,
		},
		
		type = 'Gloves',
		name = 'Magma Lord Gauntlet',
		rarity = 'e',
		
		specialEffect = 'Damage taken by {{Red|Lava Sea Creatures}} is reduced by {{G|5%}} and damage dealt is increased by {{Red|1.1x}}.',
		
		tab = {
			name = "Fireproof",
			desc = "Provides immunity to {{Gold|nether magma}}.",
			required_pieces = "2+",
		},
	
		tab2 = {
			name = "Lord's Blessing",
			desc = "Grants {{G|{{Abbr|+1|4 Pieces}}}}➜{{G|{{Abbr|+1.5|5 Pieces}}}} {{Stat|scc}}<br>Grants {{G|{{Abbr|+5|4 Pieces}}}}➜{{G|{{Abbr|+10|5 Pieces}}}} {{Stat|mf}} on Lava Sea Creatures.",
			required_pieces = "4+",
		},
	},
	
	['taurus helmet'] = {
		stats = {
				cd = 20,
				scc = 3,
				hp = 190,
				def = 150,
		},
		
		type = 'Helmet',
		name = 'Taurus Helmet',
		rarity = 'r',
		
		specialEffect = 'Damage taken by {{Red|Lava Sea Creatures}} is reduced by {{G|5%}} and damage dealt is increased by {{Red|1.1x}}.',
	},

	["great spook artifact"] = {
	stats = {
			fear = 6
		},

		type = 'Accessory',
		name = 'Great Spook Artifact',
		rarity = 'r',
	},

	["great spook ring"] = {
	stats = {
			fear = 4
		},

		type = 'Accessory',
		name = 'Great Spook Ring',
		rarity = 'u',
	},

	["great spook talisman"] = {
	stats = {
			fear = 2
		},

		type = 'Accessory',
		name = 'Great Spook Talisman',
		rarity = 'c',
	},
	
	['flaming chestplate'] = {
		stats = {
			str = 25,
			scc = 3,
			hp = 210,
			def = 210,
		},
		
		type = 'Chestplate',
		name = 'Flaming Chestplate',
		rarity = 'r',
		
		specialEffect = 'Damage taken by {{Red|Lava Sea Creatures}} is reduced by {{G|5%}} and damage dealt is increased by {{Red|1.1x}}.',
	},
	
	['moogma leggings'] = {
		stats = {
			cd = 15,
			scc = 3,
			hp = 190,
			def = 160,
		},
		
		type = 'Leggings',
		name = 'Moogma Leggings',
		rarity = 'r',
		
		specialEffect = 'Damage taken by {{Red|Lava Sea Creatures}} is reduced by {{G|5%}} and damage dealt is increased by {{Red|1.1x}}.',
	},

	
	['slug boots'] = {
		stats = {
			str = 20,
			scc = 3,
			hp = 110,
			def = 110,
		},
		
		type = 'Boots',
		name = 'Slug Boots',
		rarity = 'r',
		
		ia = {
			name = 'Bouncy',
			activation = 'SNEAK',
			desc = 'When falling from a great height, you\'ll bounce straight up!'
		},
	},
	
	["magma necklace"] = {
		stats = {
			hp = "15",
		},
		
		type = 'Necklace',
		name = 'Magma Necklace',
		rarity = 'r',
	
		ia = {
			name = "Cube Fanatic",
			desc = "Gain {{G|10%}} more {{Red|Magma Cream}} when killing Magma Cubes.",
		},
	},
	
	["ghast cloak"] = {
		stats = {
			hp = "7",
			def = "7",
		},
		
		type = 'Cloak',
		name = 'Ghast Cloak',
		rarity = 'r',
	
		ia = {
			name = "Blazing Restoration",
			desc = "Restores {{green|0.5%}} of your maximum {{stat|hp}} every second while worn.",
		},
	},
	
	['blaze belt'] = {
		stats = {
			str = 7,
			def = 7,
		},
		
		type = 'Belt',
		name = 'Blaze Belt',
		rarity = 'r',
		
		ia = {
			name = 'Blazing Palisade',
			desc = 'Gain a {{G|10%}} chance to reflect {{Red|Fireballs}}.'
		},
	},
	
	['glowstone gauntlet'] = {
		stats = {
			int = 10,
			mnf = 5,
		},
		
		type = 'Gloves',
		name = 'Glowstone Gauntlet',
		rarity = 'r',
	},
	
	["vanquished magma necklace"] = {
		stats = {
			hp = 20,
		},
		
		type = 'Necklace',
		name = 'Vanquished Magma Necklace',
		rarity = 'e',
	
		ia = {
			name = "Cube Fanatic",
			desc = "Gain {{G|20%}} more {{Red|Magma Cream}} when killing Magma Cubes.",
		},
		
		pcb = {
			name = 'Magma Cube Absorber',
			desc = 'Kill Magma Cubes to accumulate Health.'
		},
		
		fsb = {
			name = 'Vanquisher Set',
			secret = true,
			desc = 'While on the {{Red|Crimson Isle}}, receive {{G|-10%}} damage when being attacked, and your damage is multiplied by {{G|1.1x}}.'
		}
	},
	
	["vanquished ghast cloak"] = {
		stats = {
			hp = 10,
			def = 10,
		},
		
		type = 'Cloak',
		name = 'Vanquished Ghast Cloak',
		rarity = 'e',
	
		ia = {
			name = "Blazing Restoration",
			desc = "Restores {{green|1%}} of your maximum {{stat|hp}} every second while worn.",
		},
		
		pcb = {
			name = 'Ghast Blaster',
			desc = 'Kill Ghasts to accumulate Defense.',
		},
		
		fsb = {
			name = 'Vanquisher Set',
			secret = true,
			desc = 'While on the {{Red|Crimson Isle}}, receive {{G|-10%}} damage when being attacked, and your damage is multiplied by {{G|1.1x}}.'
		}
	},
	
	['vanquished blaze belt'] = {
		stats = {
			str = 5,
			def = 20,
		},
		
		type = 'Belt',
		name = 'Vanquished Blaze Belt',
		rarity = 'e',
		
		ia = {
			name = 'Blazing Palisade',
			desc = 'Gain a {{G|20%}} chance to reflect {{Red|Fireballs}}.'
		},
		
		pcb = {
			name = 'Blaze Consumer',
			desc = 'Kill Blazes to accumulate Strength.'
		},
		
		fsb = {
			name = 'Vanquisher Set',
			secret = true,
			desc = 'While on the {{Red|Crimson Isle}}, receive {{G|-10%}} damage when being attacked, and your damage is multiplied by {{G|1.1x}}.'
		}
	},
	
	['vanquished glowstone gauntlet'] = {
		stats = {
			int = 15,
			mnf = 7,
		},
		
		type = 'Gloves',
		name = 'Vanquished Glowstone Gauntlet',
		rarity = 'e',
		
		pcb = {
			name = 'Glowing',
			desc = 'Mine Glowstone to accumulate Health.'
		},
		
		fsb = {
			name = 'Vanquisher Set',
			secret = true,
			desc = 'While on the {{Red|Crimson Isle}}, receive {{G|-10%}} damage when being attacked, and your damage is multiplied by {{G|1.1x}}.'
		}
	},
	
	['delirium necklace'] = {
		stats = {
			str = 1,
			cd = 1,
			scc = 1,
			hp = 1,
			def = 1,
			spd = 1,
			int = 1,
			mf = 1,
			fer = 1,
		},
		
		type = 'Necklace',
		name = 'Delirium Necklace',
		rarity = 'e',
		
		specialEffect = 'Increase the fire damage you receive by {{Red|8%}} per {{Red|+1}}{{Stat|str}}.',
	},
	
	['lava shell necklace'] = {
		stats = {
			hp = 100,
			def = 30,
			int = 50,
		},
		
		type = 'Necklace',
		name = 'Lava Shell Necklace',
		rarity = 'e',
		
		specialEffect = 'Sets your {{stat|health_regen}}, {{stat|mending}} and {{stat|vitality}} to {{Red|0}}!',
	},
	
	['white belt'] = {
		stats = {
			hp = 10,
			def = 5,
		},
		
		type = 'Belt',
		name = 'White Belt',
		rarity = 'c',
		
		specialEffect = 'Reduces damage taken by {{Red|0.5%}}.'
	},
	
	['yellow belt'] = {
		stats = {
			hp = 15,
			def = 5,
		},
		
		type = 'Belt',
		name = 'Yellow Belt',
		rarity = 'u',
		
		specialEffect = 'Reduces damage taken by {{Red|1%}}.'
	},
	
	['green belt'] = {
		stats = {
			hp = 20,
			def = 10,
		},
		
		type = 'Belt',
		name = 'Green Belt',
		rarity = 'u',
		
		specialEffect = 'Reduces damage taken by {{Red|3%}}.'
	},
	
	['blue belt'] = {
		stats = {
			hp = 25,
			def = 15,
		},
		
		type = 'Belt',
		name = 'Blue Belt',
		rarity = 'r',
		
		specialEffect = 'Reduces damage taken by {{Red|4%}}.'
	},
	
	['brown belt'] = {
		stats = {
			hp = 30,
			def = 20,
		},
		
		type = 'Belt',
		name = 'Brown Belt',
		rarity = 'e',
		
		specialEffect = 'Reduces damage taken by {{Red|5%}}.'
	},
	
	['black belt'] = {
		stats = {
			hp = 35,
			def = 25,
		},
		
		type = 'Belt',
		name = 'Black Belt',
		rarity = 'l',
		
		specialEffect = 'Reduces damage taken by {{Red|6%}}.'
	},
	
	['molten necklace'] = {
		stats = {
			str = 20,
			hp = 30,
			def = 20,
		},
		
		type = 'Necklace',
		name = 'Molten Necklace',
		rarity = 'e',
		
		tab = {
			name = 'Molten Core',
			desc = 'Gain {{G|5%}} damage resistance while fighting {{Gold|Kuudra}}.',
			-- required_pieces = '',
			upgraded_by = '[[File:Molten Necklace.png|26px|link=Molten Necklace]][[File:Molten Cloak.png|26px|link=Molten Cloak]][[File:Molten Belt.png|26px|link=Molten Belt]][[File:Molten Bracelet.png|26px|link=Molten Bracelet]]',
		},
	},
	
	['molten cloak'] = {
		stats = {
			str = 20,
			hp = 30,
			def = 20,
		},
		
		type = 'Cloak',
		name = 'Molten Cloak',
		rarity = 'e',
		
		tab = {
			name = 'Molten Core',
			desc = 'Gain {{G|5%}} damage resistance while fighting {{Gold|Kuudra}}.',
			-- required_pieces = '',
			upgraded_by = '[[File:Molten Necklace.png|26px|link=Molten Necklace]][[File:Molten Cloak.png|26px|link=Molten Cloak]][[File:Molten Belt.png|26px|link=Molten Belt]][[File:Molten Bracelet.png|26px|link=Molten Bracelet]]',
		},
	},
	
	['molten belt'] = {
		stats = {
			str = 20,
			hp = 30,
			def = 20,
		},
		
		type = 'Belt',
		name = 'Molten Belt',
		rarity = 'e',
		
		tab = {
			name = 'Molten Core',
			desc = 'Gain {{G|5%}} damage resistance while fighting {{Gold|Kuudra}}.',
			-- required_pieces = '',
			upgraded_by = '[[File:Molten Necklace.png|26px|link=Molten Necklace]][[File:Molten Cloak.png|26px|link=Molten Cloak]][[File:Molten Belt.png|26px|link=Molten Belt]][[File:Molten Bracelet.png|26px|link=Molten Bracelet]]',
		},
	},
	
	['molten bracelet'] = {
		stats = {
			str = 20,
			hp = 30,
			def = 20,
		},
		
		type = 'Bracelet',
		name = 'Molten Bracelet',
		rarity = 'e',
		
		tab = {
			name = 'Molten Core',
			desc = 'Gain {{G|5%}} damage resistance while fighting {{Gold|Kuudra}}.',
			-- required_pieces = '',
			upgraded_by = '[[File:Molten Necklace.png|26px|link=Molten Necklace]][[File:Molten Cloak.png|26px|link=Molten Cloak]][[File:Molten Belt.png|26px|link=Molten Belt]][[File:Molten Bracelet.png|26px|link=Molten Bracelet]]',
		},
	},
	
	['scoville belt'] = {
		stats = {
			str = 15,
			def = 30,
		},
		
		type = 'Belt',
		name = 'Scoville Belt',
		rarity = 'r',
		
		specialEffect = 'Gain {{Stat|def|+50}} per ignited enemy within a 10 block radius up to a maximum of {{Stat|def|1,000}}.',
	},
	
	['implosion belt'] = {
		stats = {
			def = 70,
		},
		
		type = 'Belt',
		name = 'Implosion Belt',
		rarity = 'e',
		
		ia = {
			name = 'Consolidated',
			desc = 'Increases all explosion damage dealt by {{G|25%}}.',
		},
	},

	['ancient cloak'] = {
		stats = {
			hp = 15,
			mnf = 10,
		},
		
		type = 'Cloak',
		name = 'Ancient Cloak',
		rarity = 'e',
		
		specialEffect = 'Health-consuming abilities deal {{G|10%}} more damage.',
	},

	['scourge cloak'] = {
		stats = {
			cd = 20,
			hp = 25,
		},
		
		type = 'Cloak',
		name = 'Scourge Cloak',
		rarity = 'e',
		
		specialEffect = 'Fire damage is increased by {{Red|10,000%}}. Increases your next hit by {{Red|20%}} of the last fire damage you took.',
	},
	
	['flaming fist'] = {
		stats = {
			str = 10,
			cd = 10,
			hp = 30,
			def = 20,
			fer = 1,
		},
		
		type = 'Gloves',
		name = 'Flaming Fist',
		rarity = 'e',
		
		specialEffect = 'When equipped, melee attacks fire three {{Gold|flaming fists}} dealing {{Red|10,000}} fire damage.',
	},
	
	['gauntlet of contagion'] = {
		stats = {
			str = 15,
			hp = 20,
			def = 10,
		},
		
		type = 'Gloves',
		name = 'Gauntlet of Contagion',
		rarity = 'e',
		
		ia = {
			name = 'Contaminate',
			desc = 'Killing an enemy causes an explosion dealing {{G|10%}} of their total {{Stat|Health}} as damage to all enemies within {{G|2 blocks}}. Enemies in the blast radius will also be {{Gold|contaminated}} causing them to explode on death.',
		},
	},
	
	['destruction cloak'] = {
		stats = {
			str = 15,
			cd = 15,
			hp = 60,
			mf = 1,
			frw = 1,
		},
		
		type = 'Cloak',
		name = 'Destruction Cloak',
		rarity = 'e',
		
		specialEffect = 'Heal {{Red|0.5%}}{{HP}} every 2 seconds.',
	},
	
	['annihilation cloak'] = {
		stats = {
			str = 20,
			cd = 20,
			hp = 80,
			mf = 2,
			frw = 2,
		},
		
		type = 'Cloak',
		name = 'Annihilation Cloak',
		rarity = 'l',
		
		specialEffect = 'Heal {{Red|1%}}{{HP}} every 2 seconds.',
	},
	
	['demonslayer gauntlet'] = {
		stats = {
			cd = 25,
			hp = 40,
			def = 20,
			tdef = 5,
		},
		
		type = 'Gloves',
		name = 'Demonslayer Gauntlet',
		rarity = 'e',
		
		specialEffect = 'Deal {{G|+10%}} damage against Blazes.',
	},
	
	['clover helmet'] = {
		stats = {
			mf = '5%',
		},
		otherStats = '*All Other Stats: -5%',
		
		type = 'Helmet',
		name = 'Clover Helmet',
		rarity = 'l',
	},
	
	['racing helmet'] = {
		stats = {
			spd = 400,
		},
		
		type = 'Helmet',
		name = 'Racing Helmet',
		rarity = 'l',
		
		specialEffect = 'Increases your speed cap to {{G|500}}.',
	},
	
	['enderman mask'] = {
		stats = {
			str = 1,
			hp = 1,
			def = 1,
			int = -99,
		},
		
		type = 'Helmet',
		name = 'Enderman Mask',
		rarity = 'u',
	},
	
	['leech belt'] = {
		type = 'Belt',
		name = 'Leech Belt',
		rarity = 'r',
		
		stats = {
			spd = 3,
			int = 10,
			rt = '+80s',
		},
		
		specialEffect = 'Monster melee attacks reduce {{G|1}} less {{Stat|Rift Time}}.',
	},

	['silkrider safety belt'] = {
		type = 'Belt',
		name = 'Silkrider Safety Belt',
		rarity = 'u',
		
		stats = {
			spd = 2,
			rt = '+60s',
		},
		
		specialEffect = 'Monster melee attacks reduce {{G|1}} less {{Stat|Rift Time}}.',
	},
	
	['remmah ynit'] = {
		type = 'Item',
		name = 'remmaH yniT',
		rarity = 'u',
	},
	
	['wyld boots'] = {
		type = 'Boots',
		name = 'Wyld Boots',
		rarity = 'u',
		
		stats = {
			rt = '+15s',
		},
		
		fsb = {
			name = 'Helmets All The Way Down',
			desc = 'Regain {{Stat|rt|+1s|short=ss}} when killing a monster on top of the experience orbs they usually drop.',
		},
	},
	
	['gunther\'s sneakers'] = {
		type = 'Boots',
		name = 'Gunther\'s Sneakers',
		rarity = 'r',
		
		stats = {
			spd = 4,
			rt = '+30s',
		},
	},
	
	['inspired chestplate'] = {
		type = 'Chestplate',
		name = 'Inspired Chestplate',
		rarity = 'e',
	},

	['ichthyic gloves'] = {
		type = 'Gloves',
		name = 'Ichthyic Gloves',
		rarity = 'r',
		
		stats = {
			hp = 8,
			fs = 4,
		},
	},

	['ichthyic belt'] = {
		type = 'Belt',
		name = 'Ichthyic Belt',
		rarity = 'r',
		
		stats = {
			hp = 12,
			fs = 4,
		},
	},

	['ichthyic cloak'] = {
		type = 'Cloak',
		name = 'Ichthyic Cloak',
		rarity = 'r',
		
		stats = {
			hp = 10,
			fs = 4,
		},
	},

	['finwave gloves'] = {
		type = 'Gloves',
		name = 'Finwave Gloves',
		rarity = 'e',
		
		stats = {
			hp = 12,
			fs = 8,
			hr = 1,
		},
	},

	['finwave belt'] = {
		type = 'Belt',
		name = 'Finwave Belt',
		rarity = 'e',
		
		stats = {
			hp = 18,
			fs = 8,
			hr = 1,
		},
	},

	['finwave cloak'] = {
		type = 'Cloak',
		name = 'Finwave Cloak',
		rarity = 'e',
		
		stats = {
			hp = 15,
			fs = 8,
			hr = 1,
		},
	},

	['gillsplash gloves'] = {
		type = 'Gloves',
		name = 'Gillsplash Gloves',
		rarity = 'l',
		
		stats = {
			hp = 20,
			fs = 12,
			hr = 2,
		},
	},

	['gillsplash belt'] = {
		type = 'Belt',
		name = 'Gillsplash Belt',
		rarity = 'l',
		
		stats = {
			hp = 30,
			fs = 12,
			hr = 2,
		},
	},

	['gillsplash cloak'] = {
		type = 'Cloak',
		name = 'Gillsplash Cloak',
		rarity = 'l',
		
		stats = {
			hp = 25,
			fs = 12,
			hr = 2,
		},
	},

	['ender necklace'] = {
		type = 'Necklace',
		name = 'Ender Necklace',
		rarity = 'e',
		
		stats = {
			hp = 15,
			def = 10,
		},
		
		specialEffect = 'All stats on this piece of equipment are multiplied by {{Purple|2x}} while on the End Island!',
	},

	['ender cloak'] = {
		type = 'Cloak',
		name = 'Ender Cloak',
		rarity = 'e',
		
		stats = {
			hp = 15,
			def = 10,
		},
		
		specialEffect = 'All stats on this piece of equipment are multiplied by {{Purple|2x}} while on the End Island!',
	},

	['ender belt'] = {
		type = 'Belt',
		name = 'Ender Belt',
		rarity = 'e',
		
		stats = {
			hp = 15,
			def = 10,
		},
		
		specialEffect = 'All stats on this piece of equipment are multiplied by {{Purple|2x}} while on the End Island!',
	},
	
	['ender gauntlet'] = {
		type = 'Gloves',
		name = 'Ender Gauntlet',
		rarity = 'e',
		
		stats = {
			hp = 15,
			def = 10,
		},
		
		specialEffect = 'All stats on this piece of equipment are multiplied by {{Purple|2x}} while on the End Island!',
	},

	['lantern helmet'] = {
		stats = {
				hp = 20,
				def = 10,
		},
		
		type = 'Helmet',
		name = 'Lantern Helmet',
		rarity = 'u',
		
		specialEffect = 'For every [[Farming]] Level, this Helmet gains:<br>{{G|+2}} {{Stat|Def}}<br>{{G|+4}} {{Stat|hp}}<br>{{Gold|+1}} {{Stat|fmfortune}} {{DarkGray|(While holding an Axe)}}',
	},
	
	['chicken head'] = {
		stats = {
				hp = 20,
		},
		
		type = 'Helmet',
		name = 'Chicken Head',
		rarity = 'c',
		
		specialEffect = 'Lay eggs when you sneak! Has a cooldown of {{G|5}} seconds. Also reduces fall damage by {{G|5%}}.',
	},
	
	['skeleton\'s helmet'] = {
		stats = {
			def = 75,
		},
		
		type = 'Helmet',
		name = 'Skeleton\'s Helmet',
		rarity = 'r',
		
		ia = {
			name = 'Bone Shield',
			desc = 'A Bone Shield will surround you, nullifying damage you take but consuming a bone in the process. Bones regenerate every {{G|30}} seconds.',
		},
	},

	['stereo pants'] = {
		stats = {
			def = 35,
		},
		
		type = 'Leggings',
		name = 'Stereo Pants',
		rarity = 'e',
	},

	['zombie\'s heart'] = {
		stats = {
			hp = 50,
		},
		
		type = 'Helmet',
		name = 'Zombie\'s Heart',
		rarity = 'r',
		
		ia = {
			name = 'Healing Boost',
			desc = 'Doubles your {{stat|mending}} and {{stat|vitality}} while wearing.',
		},
	},

	['revived heart'] = {
		stats = {
			hp = 100,
			def = 35,
			int = 100,
		},
		
		type = 'Helmet',
		name = 'Revived Heart',
		rarity = 'e',
		
		ia = {
			name = 'Healing Boost',
			desc = 'Doubles your {{stat|mending}} and {{stat|vitality}} while wearing.',
		},
	},
	
	['water hydra head'] = {
		stats = {
			scc = 1.8,
			hp = 100,
			def = 100,
		},
		
		type = 'Helmet',
		name = 'Water Hydra Head',
		rarity = 'e',

	},

	['zombie hat'] = {
		stats = {
			def = '+10',
		},
		
		type = 'Helmet',
		name = 'Zombie Hat',
		rarity = 'c',
		
		specialEffect = 'Gives {{stat|def|+10}} for each Zombie within {{Yellow|8}} blocks.',
	},

	['clownfish hat'] = {
		stats = {
			int = '+50',
		},
		rarity = 'u',
	},

	['slime hat'] = {
		stats = {
			hp = 50,
		},
		
		type = 'Helmet',
		name = 'Slime Hat',
		rarity = 'c',
		
		specialEffect = 'Grants immunity to knockback from mobs.',
	},

	['skeleton hat'] = {
		stats = {
			spd = 2,
			int = 10,
		},
		
		type = 'Helmet',
		name = 'Skeleton Hat',
		rarity = 'c',
		
		specialEffect = 'Your arrows have a {{G|20%}} chance to explode on impact dealing {{G|50}} base Magic Damage to enemies within {{G|8}} blocks.',
	},
	
	['dragonfuse glove'] = {
		type = 'Gloves',
		name = 'Dragonfuse Glove',
		rarity = 'e',
		
		stats = {
			cd = 5,
			hp = 30,
			def = 5,
		},
		
		specialEffect = 'While equipped, upgrades the<br>{{Gold|Aspect of the Dragons}} with:<br>{{Stat|dmg|+35}}<br>{{Stat|str|+50}}<br>{{Pink|Very reduced ability knockback}}',
	},
	
	['arachne\'s necklace'] = {
		type = 'Necklace',
		name = 'Arachne\'s Necklace',
		rarity = 'r',
		
		stats = {
			hp = 10,
			def = 5,
		},
	
		tab = {
			name = 'Arachne\'s Faithful',
			desc = 'Grants {{Stat|hp|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}} and {{Stat|def|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}}.',
			required_pieces = '2+',
		},
	},
	
	['arachne\'s cloak'] = {
		type = 'Cloak',
		name = 'Arachne\'s Cloak',
		rarity = 'r',
		
		stats = {
			hp = 10,
			def = 5,
		},
	
		tab = {
			name = 'Arachne\'s Faithful',
			desc = 'Grants {{Stat|hp|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}} and {{Stat|def|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}}.',
			required_pieces = '2+',
		},
	},
	
	['arachne\'s belt'] = {
		type = 'Belt',
		name = 'Arachne\'s Belt',
		rarity = 'r',
		
		stats = {
			hp = 10,
			def = 5,
		},
	
		tab = {
			name = 'Arachne\'s Faithful',
			desc = 'Grants {{Stat|hp|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}} and {{Stat|def|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}}.',
			required_pieces = '2+',
		},
	},

	['arachne\'s gloves'] = {
		type = 'Gloves',
		name = 'Arachne\'s Gloves',
		rarity = 'r',
		
		stats = {
			hp = 10,
			def = 5,
		},
	
		tab = {
			name = 'Arachne\'s Faithful',
			desc = 'Grants {{Stat|hp|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}} and {{Stat|def|+{{Abbr|5|2 Pieces}}➜{{Abbr|10|3 Pieces}}➜{{Abbr|20|4 Pieces}}➜{{Abbr|35|5 Pieces}}➜{{Abbr|50|6 Pieces}}➜{{Abbr|70|7 Pieces}}➜{{Abbr|100|8 Pieces}}}}.',
			required_pieces = '2+',
		},
	},

	['snow necklace'] = {
		type = 'Necklace',
		name = 'Snow Necklace',
		rarity = 'r',
		
		stats = {
			hp = 5,
			spd = 2,
			int = 5,
		},
		
		specialEffect = 'Each piece grants a {{G|5%}} bonus gift chance for every present you earn from the {{Red|Gift Attack}} minigame!<br><br>All stats of this armor piece are doubled while on {{Red|Jerry\'s Workshop}}!',
		
		fsb = {
			name = 'Cold Thumb',
			desc = 'Allows the wearer to shoot unlimited snowballs when using {{Blue|Frosty the Snow Cannon}}.'
		},
	},

	['snow cloak'] = {
		type = 'Cloak',
		name = 'Snow Cloak',
		rarity = 'r',
		
		stats = {
			hp = 5,
			spd = 2,
			int = 5,
		},
		
		specialEffect = 'Each piece grants a {{G|5%}} bonus gift chance for every present you earn from the {{Red|Gift Attack}} minigame!<br><br>All stats of this armor piece are doubled while on {{Red|Jerry\'s Workshop}}!',
		
		fsb = {
			name = 'Cold Thumb',
			desc = 'Allows the wearer to shoot unlimited snowballs when using {{Blue|Frosty the Snow Cannon}}.'
		},
	},

	['snow belt'] = {
		type = 'Belt',
		name = 'Snow Belt',
		rarity = 'r',
		
		stats = {
			hp = 5,
			spd = 2,
			int = 5,
		},
		
		specialEffect = 'Each piece grants a {{G|5%}} bonus gift chance for every present you earn from the {{Red|Gift Attack}} minigame!<br><br>All stats of this armor piece are doubled while on {{Red|Jerry\'s Workshop}}!',
		
		fsb = {
			name = 'Cold Thumb',
			desc = 'Allows the wearer to shoot unlimited snowballs when using {{Blue|Frosty the Snow Cannon}}.'
		},
	},

	['snow gloves'] = {
		type = 'Gloves',
		name = 'Snow Gloves',
		rarity = 'r',
		
		stats = {
			hp = 5,
			spd = 2,
			int = 5,
		},
		
		specialEffect = 'Each piece grants a {{G|5%}} bonus gift chance for every present you earn from the {{Red|Gift Attack}} minigame!<br><br>All stats of this armor piece are doubled while on {{Red|Jerry\'s Workshop}}!',
		
		fsb = {
			name = 'Cold Thumb',
			desc = 'Allows the wearer to shoot unlimited snowballs when using {{Blue|Frosty the Snow Cannon}}.'
		},
	},

	["creeper pants"] = {
		type = 'Leggings',
		name = 'Creeper Pants',
		rarity = 'r',
		
		stats = {
			hp = 200,
			def = 65,
		},
	
		ia = {
			name = 'Detonate',
			desc = 'Causes an explosion when dropping below {{G|20% HP}}, damaging and knocking back all monsters around you!.',
			cooldown = 60,
		}
	},

	["guardian chestplate"] = {
		type = 'Chestplate',
		name = 'Guardian Chestplate',
		rarity = 'r',
		
		stats = {
			def = 50,
			hp = 20,
		},

		ia = {
			name = 'Block Damage',
			desc = 'If you are at full {{stat|hp}}, the first damage you take will be nullified.',
			cooldown = 60,
		}
	},

	["mithril coat"] = {
		type = 'Chestplate',
		name = 'Mithril Coat',
		rarity = 'e',
		
		stats = {
			def = 125,
			spd = 15,
		},

		ia = {
			name = 'Mithril\'s Protection',
			desc = 'Any damage taken is max {{G|40%}} of the wearer\'s {{stat|health}}. Gain {{Red|Regeneration}} when this ability activates.',
		}
	},

	["harmonious surgery toolkit"] = {
		stats = {
			rt = '+10s',
			spd = 2,
		},
		
		type = 'Accessory',
		name = 'Harmonious Surgery Toolkit',
		rarity = 'u',
	},

	['used detransfigured face'] = {
		stats = {
			rt = '+80s',
			int = 20,
		},
		
		type = 'Helmet',
		name = 'Used Detransfigured Face',
		rarity = 'e',
		
		ia = {
			name = 'Faces All The Way Down',
			desc = 'Regain {{stat|rt|+2}} when killing a monster.',
		},
	},

	['agaricus cap cap'] = {
		stats = {
			rt = '+50s',
			int = 15,
		},
		
		type = 'Helmet',
		name = 'Agaricus Cap Cap',
		rarity = 'r',
		
		ia = {
			name = 'Helmets All The Way Down',
			desc = 'Regain {{stat|rt|+2}} when killing a monster.',
		},
	},

	["warding trinket"] = {
		stats = {
			rt = '+40s',
			int = 5,
		},

		type = 'Accessory',
		name = 'Warding Trinket',
		rarity = 'e',
	},
	
	['chicken leggs'] = {
		stats = {
			rt = '+35s',
		},
		
		type = 'Leggings',
		name = 'Chicken Leggs',
		rarity = 'r',
	},

	["vermin belt"] = {
		type = 'Belt',
		name = 'Vermin Belt',
		rarity = 'e',
		
		stats = {
			int = 10,
			rt = '+100s',
			spd = 4,
		},
	},

	["not-dead-gehog mask"] = {
		type = 'Helmet',
		name = 'Not-Dead-Gehog Mask',
		rarity = 'u',
		
		stats = {
			rt = '+30s',
			int = 15
		},
		ia = {
			name = 'Helmets All The Way Up',
			desc = 'Regain {{stat|rt|+1}} when killing a monster.',
		},
	},

	['spider\'s boots'] = {
		stats = {
			def = 45,
			spd = 5,
			int = 50,
		},
		
		type = 'Boots',
		name = 'Spider\'s Boots',
		rarity = 'r',
		
		ia = {
			name = 'Double Jump',
			activation = 'SNEAK',
			desc = 'Allows you to double jump by sneaking mid air!',
			cost = 50,
		},
	},

	['tarantula boots'] = {
		stats = {
			hp = 70,
			def = 100,
			spd = 5,
			int = 50,
		},
		
		type = 'Boots',
		name = 'Tarantula Boots',
		rarity = 'e',
		
		pcb = {
			    name = 'Spider Bulwark',
			    desc = 'Kill [[Spider]]s to accumulate {{stat|def}} against them.',
            },
		
		ia = {
			name = 'Double Jump',
			activation = 'SNEAK',
			desc = 'Allows you to double jump by sneaking mid air!',
			cost = 40,
		},
	},

	['etalptsehc nori'] = {
		stats = {
			rt = '+30s',
		},
		
		type = 'Chestplate',
		name = 'etalptsehC norI',
		rarity = 'r',
	},

	['anti-bite scarf (legendary)'] = {
		type = 'Helmet',
		name = 'Anti-Bite Scarf',
		rarity = 'l',
		
		stats = {
			rt = '+100s',
			hrt = 1,
			int = 20,
		},
	
		an = {
			name = 'Helmets All The Way Around',
			desc = 'Regain {{Stat|rt|+2|short=ss}} when killing a monster.<br><br>If you would take {{HP}} damage, take {{HP|0.3}} less.',
		},
	},

	['anti-bite scarf (mythic)'] = {
		type = 'Helmet',
		name = 'Anti-Bite Scarf (Mythic)',
		rarity = 'm',
		
		stats = {
			rt = '+110s',
			hrt = 1,
			int = 22,
		},
	
		an = {
			name = 'Helmets All The Way Around',
			desc = 'Regain {{Stat|rt|+2|short=ss}} when killing a monster.<br><br>If you would take {{HP}} damage, take {{HP|0.5}} less.',
		},
	},

	['orange chestplate'] = {
		type = 'Chestplate',
		name = 'Orange Chestplate',
		rarity = 'e',
		
		stats = {
			rt = '+45s',
			int = 5,
			mr = 10,
		},
	},

	["snake-in-a-boot"] = {
		stats = {
			rt = '60s',
			spd = 7,
		},
		type = 'Boots',
		name = 'Snake-in-a-Boot',
		rarity = 'e',
	},

	["retro-encabulating visor"] = {
		stats = {
			int = '-50',
		},
		type = 'Helmet',
		name = 'Retro-Encabulating Visor',
		rarity = 'm',
	},
	
	["bluetooth ring"] = {
		stats = {
			spd = '-2',
			int = '-1',
			rt = '+30s',
		},
		type = 'Accessory',
		name = 'Bluetooth Ring',
		rarity = 'r',
		
		specialEffect = 'Monster melee attacks reduce {{G|1}} less {{G|ϕ Rift Time}} if there is at least another player within {{G|50}} blocks.'
	},

	["bluetooth ring (outside)"] = {
		stats = {
			spd = '-2',
			int = '-1',
		},
		type = 'Accessory',
		name = 'Bluetooth Ring',
		rarity = 'r',
		
		specialEffect = 'Deal {{Red|+1❁ Damage}} if there are at least {{G|6}} players on the island you\'re on.<br>{{DarkGray|But wait! There\'s more...}} Adds {{Red|+3❁ Damage}} bonus to the {{Gold|Blazetekk™ Ham Radio}}.'
	},

	["leggings of the coven"] = {
		type = 'Leggings',
		name = 'Leggings of the Coven',
		rarity = 'r',
		
		stats = {
			rt = '+80s',
			hrt = 1,
			mr = '+6%',
		},
	
		ia = {
			name = 'Friendship is Power',
			desc = 'Gain {{Statname|rift damage|+1}} and {{Statname|mana regen|+2}} for each other wearer within {{Color|Lime|64}} blocks.<br>{{Color|DimGray|Max of 3 players!}}<br>{{Color|HotPink|Same color = 2x stats!}}',
		}
	},
	
	["shadow assassin cloak"] = {
		stats = {
			str = 20,
			spd = 3,
		},
		type = 'Cloak',
		rarity = 'e',
		
		specialEffect = 'On teleport: Your next melee hit within {{G|5s}} deals {{Red|10%}} more damage.'
	},

	["shadow assassin cloak (starred)"] = {
		stats = {
			str = 25,
			spd = 5,
		},
		type = 'Cloak',
		rarity = 'l',
		
		specialEffect = 'On teleport: Your next melee hit within {{G|5s}} deals {{Red|10%}} more damage.',
	},

	['razor-sharp shark tooth necklace'] = {
		type = 'Accessory',
		rarity = 'l',
		
		stats = {
			str = 10,
		},
		
		specialEffect = 'Grants {{G|+25%}} chance to get Shark Teeth during {{Aqua|Fishing Festivals}}.',
	},

	['head of betrayal'] = {
		type = 'Helmet',
		rarity = 'u',
		
		stats = {
			hp = 10,
			def = 5,
		},
	},
	
	["future calories talisman"] = {
	stats = {
			rt = '+21s',
		},
		type = 'Accessory',
		name = 'Future Calories Talisman',
		rarity = 'c',
	},

	["future calories talisman (outside)"] = {
	stats = {
			fsw = 1,
		},
		type = 'Accessory',
		rarity = 'c',
	},

	['stone chestplate'] = {
		stats = {
			def = 130,
		},
		
		type = 'Chestplate',
		name = 'Stone Chestplate',
		rarity = 'r',
		
		specialEffect = 'While in Dungeons, players within {{Yellow|10}} blocks of you take {{Red|5%}} less damage. This range is extended to {{Yellow|30}} blocks while playing as a Tank.',
	},

	['metal chestplate'] = {
		stats = {
			def = 230,
		},
		
		type = 'Chestplate',
		name = 'Metal Chestplate',
		rarity = 'e',
		
		specialEffect = 'While in Dungeons, players within {{Yellow|10}} blocks of you take {{Red|8%}} less damage. This range is extended to {{Yellow|30}} blocks while playing as a Tank.',
	},

	['steel chestplate'] = {
		stats = {
			def = 330,
		},
		
		type = 'Chestplate',
		name = 'Steel Chestplate',
		rarity = 'e',
		
		specialEffect = 'While in Dungeons, players within {{Yellow|10}} blocks of you take {{Red|10%}} less damage. This range is extended to {{Yellow|30}} blocks while playing as a Tank.',
	},

	["exceedingly comfy sneakers"] = {
		stats = {
			rt = '45s',
			spd = 5,
		},
	
		type = 'Boots',
		name = 'Exceedingly Comfy Sneakers',
		rarity = 'r',
	},

	['lotus belt'] = {
		type = 'Belt',
		rarity = 'r',
		
		stats = {
			hp = 10,
			fmf = 5,
		},
		
		pcb = {
			name = 'Salesperson',
			desc = 'Complete {{G|Garden Visitor Offers}} to gain {{Stat|fmf}}.',
		},
	},
	
	['lotus cloak'] = {
		type = 'Cloak',
		rarity = 'r',
		
		stats = {
			hp = 10,
			fmf = 5,
		},
		
		pcb = {
			name = 'Salesperson',
			desc = 'Complete {{G|Garden Visitor Offers}} to gain {{Stat|fmf}}.',
		},
	},

	['lotus necklace'] = {
		type = 'Necklace',
		rarity = 'r',
		
		stats = {
			hp = 10,
			fmf = 5,
		},
		
		pcb = {
			name = 'Salesperson',
			desc = 'Complete {{G|Garden Visitor Offers}} to gain {{Stat|fmf}}.',
		},
	},

	['lotus bracelet'] = {
		type = 'Bracelet',
		rarity = 'r',
		
		stats = {
			hp = 10,
			fmf = 5,
		},
		
		pcb = {
			name = 'Salesperson',
			desc = 'Complete {{G|Garden Visitor Offers}} to gain {{Stat|fmf}}.',
		},
	},

	['dwarven handwarmers'] = {
		stats = {
			mns = 45,
			mnf = 30,
			cr = 5,
		},
		
		type = 'Gloves',
		name = 'Dwarven Handwarmers',
		rarity = 'e',
	},

	['pendant of divan'] = {
		stats = {
			mns = 100,
			mnf = 25,
			cr = 10,
		},
		
		type = 'Necklace',
		name = 'Pendant of Divan',
		rarity = 'l',
	},

	['zorro\'s cape'] = {
		type = 'Cloak',
		name = 'Zorro\'s Cape',
		rarity = 'l',
		
		stats = {
			str = 10,
			fer = 2,
			fmf = 10,
			fmw = 1,
		},
		specialEffect = 'The stats of this Cape {{Green|double}} during {{Yellow|Jacob\'s Farming Contest}}. Additionally, you have a {{Green|20%}} chance to obtain an extra medal from contests.',
	},
	
	["chumming talisman"] = {
		type = 'Accessory',
		name = 'Chumming Talisman',
		rarity = 'u',
		
		stats = {
			fs = 1,
			fsw = 1,
		},
	},
	
	['dark goggles'] = {
		stats = {
			ad = 25,
			int = 150,
		},
		type = 'Helmet',
		name = 'Dark Goggles',
		rarity = 'r',
	},

	['shadow goggles'] = {
		stats = {
			ad = 35,
			int = 200,
		},
		type = 'Helmet',
		name = 'Shadow Goggles',
		rarity = 'e',
	},
	
	['wither goggles'] = {
		stats = {
			ad = 45,
			int = 300,
		},
		type = 'Helmet',
		name = 'Wither Goggles',
		rarity = 'e',
	},

	['warden helmet'] = {
		stats = {
			hp = 300,
			def = 100,
		},
		type = 'Helmet',
		name = 'Warden Helmet',
		rarity = 'l',
		
		ia = {
			name = 'Brute Force',
			desc = 'Halves your {{stat|spd}} but grants {{Red|+20%}} base weapon damage for every {{G|25}} {{stat|spd}}.',
		},
	},

	['crown of greed'] = {
		type = 'Helmet',
		name = 'Crown of Greed',
		rarity = 'l',
		
		stats = {
			hp = 130,
			def = 90,
			mf = 4,
		},
		specialEffect = 'Hits have {{Red|+25%}} damage, but it costs {{Gold|100x}} the weapon\'s damage in {{c}} from your purse.',
	},

	['crown of avarice'] = {
		type = 'Helmet',
		rarity = 'l',
		
		stats = {
			hp = 160,
			def = 110,
		},
		ia = {
			name = 'Indulgence',
			desc = 'Coins you collect from killing mobs are consumed by the helmet. Gain {{stat|damage|+0.015x}} and {{stat|mf|+0.6}} for each digit of coins collected.<br>{{DarkGray|(Capped at 1B)}}',
		},
	},

	['glossy mineral talisman'] = {
		type = 'Accessory',
		name = 'Glossy Mineral Talisman',
		rarity = 'e',
		
		stats = {
			mnf = 6,
		},
	},

	['amethyst gauntlet'] = {
		stats = {
			mns = 30,
			mnf = 10,
		},
		
		type = 'Gloves',
		name = 'Amethyst Gauntlet',
		rarity = 'e',
		specialEffect = 'Grants {{stat|mnf|+30}} while mining {{Purple|Amethyst}}.',
		
		fsb = {
			name = 'Gemstone Gatherer',
			desc = 'Grants {{stat|mnf|+25}} while in the {{Purple|Crystal Hollows}}.'
		}
	},

	['jade belt'] = {
		stats = {
			mns = 30,
			mnf = 10,
		},
		
		type = 'Belt',
		name = 'Jade Belt',
		rarity = 'e',
		specialEffect = 'Grants {{stat|mnf|+30}} while mining {{Green|Jade}}.',
		
		fsb = {
			name = 'Gemstone Gatherer',
			desc = 'Grants {{stat|mnf|+25}} while in the {{Purple|Crystal Hollows}}.'
		}
	},

	['sapphire cloak'] = {
		stats = {
			mns = 30,
			mnf = 10,
		},
		
		type = 'Cloak',
		name = 'Sapphire Cloak',
		rarity = 'e',
		specialEffect = 'Grants {{stat|mnf|+30}} while mining {{Blue|Sapphire}}.',
		
		fsb = {
			name = 'Gemstone Gatherer',
			desc = 'Grants {{stat|mnf|+25}} while in the {{Purple|Crystal Hollows}}.'
		}
	},

	['amber necklace'] = {
		stats = {
			mns = 30,
			mnf = 10,
		},
		
		type = 'Necklace',
		name = 'Amber Necklace',
		rarity = 'e',
		specialEffect = 'Grants {{stat|mnf|+30}} while mining {{Orange|Amber}}.',
		
		fsb = {
			name = 'Gemstone Gatherer',
			desc = 'Grants {{stat|mnf|+25}} while in the {{Purple|Crystal Hollows}}.'
		}
	},

	['pesthunter artifact'] = {
		type = 'Accessory',
		name = 'Pesthunter Artifact',
		rarity = 'e',
		
		stats = {
			bpc = 60,
		},
	},

	['pest vest'] = {
		type = 'Cloak',
		name = 'Pest Vest',
		rarity = 'e',
		
		stats = {
			bpc = 10,
		},
	},
	
	['bone necklace'] = {
		stats = {
			cc = 3,
			def = 35,
		},
		
		type = 'Necklace',
		name = 'Bone Necklace',
		rarity = 'e',
		
		ia = {
			name = 'Gladiator\'s Will',
			desc = 'Gain {{stat|Defense|+3}} for each enemy within {{Yellow|10}} blocks up to {{stat|Defense|+30}}. Range increases to {{Yellow|30}} blocks and the cap increases to {{stat|Defense|+60}} when you play as a {{G|Tank}} in dungeons.<br><br>Increases the range of your {{G|Diversion}} passive by {{Yellow|15}} blocks.',
		},
	},
	
	['bone necklace (starred)'] = {
		stats = {
			cc = 5,
			def = 45,
		},
		
		type = 'Necklace',
		rarity = 'e',
		
		ia = {
			name = 'Gladiator\'s Will',
			desc = 'Gain {{stat|Defense|+3}} for each enemy within {{Yellow|10}} blocks up to {{stat|Defense|+30}}. Range increases to {{Yellow|30}} blocks and the cap increases to {{stat|Defense|+60}} when you play as a {{G|Tank}} in dungeons.<br><br>Increases the range of your {{G|Diversion}} passive by {{Yellow|15}} blocks.',
		},
	},

	['clownfish cloak'] = {
		type = 'Cloak',
		rarity = 'u',
		
		stats = {
			scc = 0.5,
			fs = 1,
		},
	
		fsb = {
			name = 'Fisherman Set',
			desc = 'Receive {{G|-5%}} damage from Sea Creatures.'
		}
	},
}
Advertisement