Modul:Datatable/Loadout

Aus Dead by Daylight Wiki
Zur Navigation springen Zur Suche springen

local str = require("Module:Strings")
local p = {}


local function iconLink(icon, link, text)
    return require("Module:Utils").IconLink(icon, link, text)
end

local function quote(text, author)
    return i(clr(9, '"' .. text .. ((author and '" — ' .. author) or '"')))
end

------------
-- PRICES --
------------
-- Stored in Module:Various
--------------
-- RARITIES --
--------------
-- Stored in Module:Various
---------------------
-- ITEM CATEGORIES --
---------------------
p.categories = { --pairs() for getting [0] as well, otherwise [0] will be skipped in ipairs()
    [0] = "Unused",
    [1] = "Keys",
    [2] = "Firecrackers",
    [3] = "Flashlights",
    [4] = "Limited",
    [5] = "Maps",
    [6] = "Med-Kits",
    [7] = "Toolboxes",
}
-------------------
-- SKILL CLASSES --
-------------------
p.classes = { --pairs() for getting [0] as well, otherwise [0] will be skipped in ipairs()
    [0] = "Killer", -- applies to each Killer's Innate Skill, which is independent of the chosen Class
    [1] = "Escapist",
    [2] = "Guide",
    [3] = "Medic",
    [4] = "Scout",
    [5] = "Brute",
    [6] = "Enforcer",
    [7] = "Fearmonger",
    [8] = "Shadow",
    [9] = "Meat Shield",
}
-----------
-- UNITS --
-----------
p.units = {
    {id = 1, value = "seconds"},
    {id = 2, value = "second(s)"}, -- currently only used on BATTERIES INCLUDED (7.7.0)
    {id = 3, value = "metres"},
    {id = 4, value = "%"}, -- percent symbol: %
    {id = 5, value = "Tokens"},
    {id = 6, value = "Token(s)"}, -- currently only used on FAST TRACK and CORRECTIVE ACTION (7.7.0)
    {id = 7, value = cstr.empty}, -- used when values are not followed by a unit (i.e. plain numbers or modifier words)
    {id = 8, value = "times"}, -- currently only used on SPIRIT FURY and HEX: TWO CAN PLAY (7.7.0)
    {id = 9, value = "Charges"}, -- currently only used on INVOCATION: WEAVING SPIDERS and SPECIALIST (8.1.0)
}

p.unitMapper = {
    {id = {1, 2}, generic = 'seconds'},
    {id = {4}, generic = 'percent'},
}

p.skills = {
    --Innate Skills
    ["Innate Skill (Trapper)"]      = {class = 0, slot = 1, charType = 'K', character = 1,  displayName = "Innate Skill", realName = "Trapper Passive", multiName = true, capacity = 4, bearTraps = 8, haste = "+15 %", settingSpeed = "+50 %", escapeTime = "+25 %", auraRange = "8 metres", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "Auras", "BearTraps", "Haste", "PowerCapacity"}},
    ["Innate Skill (Wraith)"]       = {class = 0, slot = 1, charType = 'K', character = 2,  displayName = "Innate Skill", realName = "Wraith Passive", multiName = true, powerActionTime = "-22 %", cloakedActionSpeed = "+60 %", cloakedMovementSpeed = "+9 %", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "Breaking", "BreakableWalls", "Cloaking", "Damaging", "Generators", "MovementSpeed", "Pallets", "Uncloaking", "Vaulting", "Windows"}},
    ["Innate Skill (Hillbilly)"]    = {class = 0, slot = 1, charType = 'K', character = 3,  displayName = "Innate Skill", realName = "Hillbilly Passive", multiName = true, turnSpeed = "+30 %", obstacleCooldown = "-12 %", tags = {"InnateSkill", "Class_Killer", "PowerPenalty", "TurnRate"}},
    ["Innate Skill (Nurse)"]        = {class = 0, slot = 1, charType = 'K', character = 4,  displayName = "Innate Skill", realName = "Nurse Passive", multiName = true, lungeDuration = "+30 %", lungeChainBlinkRange = "+30 %", fatigueDuration = "-7 %", fatigueChainBlinkDuration = "-65 %", fatigueMissedDuration = "-0.5 seconds", chainBlinkWindowSpeed = "+30 %", chainBlinkWindowDuration = "+0.2 seconds", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "AttackRange", "ExtendedAbility", "Fatigue", "Lunge", "PowerPenalty"}},
    ["Innate Skill (Huntress)"]     = {class = 0, slot = 1, charType = 'K', character = 8,  displayName = "Innate Skill", realName = "Huntress Passive", multiName = true, capacity = 10, speedBonus = "+4.35 %", speedResult = "4.6 m/s", reload = "-20 %", windUp = "+5 %", tags = {"InnateSkill", "Class_Killer", "ActionTime", "ActionSpeed", "ExtendedAbility", "Lockers", "MovementSpeed", "PowerCapacity", "Reloading"}},
    ["Innate Skill (Spirit)"]       = {class = 0, slot = 1, charType = 'K', character = 13, displayName = "Innate Skill", realName = "Spirit Passive", multiName = true, powerDuration = "+3 seconds", powerRecharge = "+0.33 c/s", powerSpeed = "+0.2", tags = {"InnateSkill", "Class_Killer", "MovementSpeed", "PowerDuration", "PowerRecovery"}},
    ["Innate Skill (Legion)"]       = {class = 0, slot = 1, charType = 'K', character = 14, displayName = "Innate Skill", realName = "Legion Passive", multiName = true, powerDuration = "12 seconds", terrorRadius = "+20 metres", feralSlashes = 8, tags = {"InnateSkill", "Class_Killer", "DoubleDamage", "ExtendedAbility", "PowerDuration", "PowerPenalty", "TerrorRadius"}},
    ["Innate Skill (Deathslinger)"] = {class = 0, slot = 1, charType = 'K', character = 19, displayName = "Innate Skill", realName = "Deathslinger Passive", multiName = true, reload = "-0.6 seconds", reeling = "+0.24 m/s", tags = {"InnateSkill", "Class_Killer", "Reeling", "Reloading"}},
    ["Innate Skill (Blight)"]       = {class = 0, slot = 1, charType = 'K', character = 21, displayName = "Innate Skill", realName = "Blight Passive", multiName = true, rushSpeed = "+1.3 m/s", rushTurnRate = "+0.2", slamDuration = "+0.75 seconds", tags = {"InnateSkill", "Class_Killer", "MovementSpeed", "PowerDuration", "Slam", "TurnRate"}},
    ["Innate Skill (Nemesis)"]      = {class = 0, slot = 1, charType = 'K', character = 24, displayName = "Innate Skill", realName = "Nemesis Passive", multiName = true, hindered = "3 seconds", losBonus = "+4 metres", losResult = "18 metres", fovBonus = "+18 °", fovResult = "226 °", respawn = "-7.5 seconds", bonusMR = "+175 %", tags = {"InnateSkill", "Class_Killer", "Contamination", "FOV", "Hindered", "LOS", "SupplyCases", "Zombies"}},
    ["Innate Skill (Mastermind)"]   = {class = 0, slot = 1, charType = 'K', character = 29, displayName = "Innate Skill", realName = "Mastermind Passive", multiName = true, tokens = 3, chargeTime = "-0.25 seconds", missedCooldown = "-1 second", boundVault = "-0.5 seconds", tags = {"InnateSkill", "Class_Killer", "ActionTime", "PowerPenalty", "PowerTokens", "Vaulting", "Windows"}},

    --Reveal Skills
    ["Reveal Skill (Escapist)"]   = {class = 1, slot = 1, charType = 'S', displayName = "Reveal Skill", realName = "Runner Aura", multiName = true, range = "16 metres", tags = {"RevealSkill", "Class_Escapist", "Auras", "Pallets", "Windows"}},
	["Reveal Skill (Guide)"]      = {class = 2, slot = 1, charType = 'S', displayName = "Reveal Skill", realName = "Mechanic Aura", multiName = true, generators = 4, range = "32 metres", tags = {"RevealSkill", "Class_Guide", "Auras", "Generators"}},
	["Reveal Skill (Medic)"]      = {class = 3, slot = 1, charType = 'S', displayName = "Reveal Skill", realName = "Medic Aura", multiName = true, range = "128 metres", tags = {"RevealSkill", "Class_Medic", "Auras", "InjuredState", "Survivors"}},
	["Reveal Skill (Scout)"]      = {class = 4, slot = 1, charType = 'S', displayName = "Reveal Skill", realName = "Scout Aura", multiName = true, duration = "6 seconds", tags = {"RevealSkill", "Class_Scout", "Auras", "Breaking", "Damaging", "Killers"}},
	["Reveal Skill (Brute)"]      = {class = 5, slot = 3, charType = 'K', displayName = "Reveal Skill", realName = "Relentless Pursuit", multiName = true, bonusRange = "+8 metres", tags = {"RevealSkill", "Class_Brute", "Auras", "Damaging", "EffectRange", "Generators", "Revealed"}},
	["Reveal Skill (Enforcer)"]   = {class = 6, slot = 3, charType = 'K', displayName = "Reveal Skill", realName = "Remote Revelation", multiName = true, bonusDuration = "+4 seconds", tags = {"RevealSkill", "Class_Enforcer", "Auras", "Damaging", "EffectDuration", "Generators", "Revealed"}},
	["Reveal Skill (Fearmonger)"] = {class = 7, slot = 3, charType = 'K', displayName = "Reveal Skill", realName = "Haunting Presence", multiName = true, bonusDuration = "+4 seconds", tags = {"RevealSkill", "Class_Fearmonger", "Auras", "EffectDuration", "Generators", "Revealed"}},
	["Reveal Skill (Shadow)"]     = {class = 8, slot = 3, charType = 'K', displayName = "Reveal Skill", realName = "Detect Prey", multiName = true, bonusDuration = "+4 seconds", tags = {"RevealSkill", "Class_Shadow", "Auras", "EffectDuration", "Chase", "Revealed"}},

	--Team Skills
	["Team Skill (Escapist)"]   = {class = 1, slot = 2, charType = 'S', displayName = "Team Skill", realName = "Runner Innate", multiName = true, radius = "8 metres", haste = "+50 %", durationHaste = "3 seconds", exhausted = "20 seconds", chargeTime = "30 seconds", effectDuration = "8 seconds", tags = {"TeamSkill", "Class_Escapist", "Exhausted", "Haste", "LoudNoiseNotifications"}},
	["Team Skill (Guide)"]      = {class = 2, slot = 2, charType = 'S', displayName = "Team Skill", realName = "Mechanic Innate", multiName = true, radius = "8 metres", bonusProgression = "+3 %", volumeReduction = "-50 %", chargeTime = "90 seconds", repairBonus = "+8 %", effectDuration = "10 seconds", tags = {"TeamSkill", "Class_Guide", "ActionNoise", "ActionSpeed", "Auras", "BonusProgression", "Generators", "Repairing", "SkillChecks"}},
	["Team Skill (Medic)"]      = {class = 3, slot = 2, charType = 'S', displayName = "Team Skill", realName = "Medic Innate", multiName = true, radius = "8 metres", healingSpeed = "+50 %", volumeReduction = "-50 %", healingBonus = "50 %", chargeTime = "120 seconds", tags = {"TeamSkill", "Class_Medic", "ActionSpeed", "Auras", "BonusProgression", "GruntsOfPain", "Healing", "Survivors"}},
	["Team Skill (Scout)"]      = {class = 4, slot = 2, charType = 'S', displayName = "Team Skill", realName = "Scout Innate", multiName = true, radius = "8 metres", crouchingSpeed = "+100 %", los = "64 metres", chargeTime = "60 seconds", effectDuration = "3 seconds", tags = {"TeamSkill", "Class_Scout", "Auras", "CrouchingSpeed", "Killers", "Pallets", "RestoreAbility"}},
	["Team Skill (Brute)"]      = {class = 5, slot = 2, charType = 'K', displayName = "Team Skill", realName = "Bloody Rampage", multiName = true, breakingSpeed = "+25 %", haste = "+10 %", durationHaste = "8 seconds", triggerRange = "32 metres", cooldown = "30 seconds", tags = {"TeamSkill", "Class_Brute", "ActionSpeed", "BreakableWalls", "Breaking", "Haste", "Pallets"}},
	["Team Skill (Enforcer)"]   = {class = 6, slot = 2, charType = 'K', displayName = "Team Skill", realName = "Deadly Mark", multiName = true, haste = "+3 %", range = "32 metres", auraDuration = "12 seconds", lungeRange = "+60 %", lungeDuration = "15 seconds", cooldown = "30 seconds", tags = {"TeamSkill", "Class_Enforcer", "AttackRange", "Auras", "Haste", "Lunge", "Mark"}},
	["Team Skill (Fearmonger)"] = {class = 7, slot = 2, charType = 'K', displayName = "Team Skill", realName = "Separation Anxiety", multiName = true, haste = {"+5 %", "+10 %"}, distance = "16 metres", durationHaste = "10 seconds", cooldown = "30 seconds", tags = {"TeamSkill", "Class_Fearmonger", "Haste", "InjuredState"}},
	["Team Skill (Shadow)"]     = {class = 8, slot = 2, charType = 'K', displayName = "Team Skill", realName = "Silent Strike", multiName = true, range = "32 metres", undetectable = "12 seconds", cooldown = "30 seconds", tags = {"TeamSkill", "Class_Shadow", "Undetectable"}},

	--Unlockable Skills
	["Unlockable Skill (Escapist)"] = {class = 1, slot = 3, charType = 'S', displayName = "Unlockable Skill", realName = "Self-Sufficient", multiName = true, healingSpeed = "70 %", tags = {"UnlockableSkill", "Class_Escapist", "Healing", "Self-Healing"}},
	["Unlockable Skill (Guide)"]    = {class = 2, slot = 3, charType = 'S', displayName = "Unlockable Skill", realName = "Mechanic Team", multiName = true, repairCharge = "5 %", radius = "8 metres", tags = {"UnlockableSkill", "Class_Guide", "Generators", "Repairing"}},
	["Unlockable Skill (Medic)"]    = {class = 3, slot = 3, charType = 'S', displayName = "Unlockable Skill", realName = "Medic Unlock", multiName = true, tags = {"UnlockableSkill", "Class_Medic", "Auras", "InjuredState", "ScratchMarks", "Survivors"}},
	["Unlockable Skill (Scout)"]    = {class = 4, slot = 3, charType = 'S', displayName = "Unlockable Skill", realName = "Double-Dipping", multiName = true, speed = "+25 %", tags = {"UnlockableSkill", "Class_Scout", "GruntsOfPain", "InjuredState", "WalkingSpeed"}},
}
p.skillsCount = #p.skills

p.items = {
    --Keys
    ["Broken Key"]                     = {id =   1, rarity = 3, category = 1, tags = {"Auras"}},
    ["Dull Key"]                       = {id =   2, rarity = 4, category = 1, tags = {"Auras", "Hatch"}},
    ["Skeleton Key"]                   = {id =   3, rarity = 5, category = 1, tags = {"Auras", "Hatch"}},
    -- Firecrackers --
    ["Chinese Firecracker"]            = {id =   4, rarity = 8, category = 2, tags = {"Deafened", "KillerBlind", "KillerStun", "lunarEvent", "SurvivorBlind"}},
    ["Third Year Party Starter"]       = {id =   5, rarity = 8, category = 2, deprecated = true, tags = {"Deafened", "KillerBlind", "KillerStun", "SurvivorBlind"}},
    ["Winter Party Starter"]           = {id =   6, rarity = 8, category = 2, tags = {"Deafened", "KillerBlind", "KillerStun", "SurvivorBlind", "winterEvent"}},
    -- Flashlights --
    ["Anniversary Flashlight"]         = {id =   7, rarity = 8, category = 3, tags = {"anniversaryEvent", "KillerBlind"}},
    ["Flashlight"]                     = {id =   8, rarity = 2, category = 3, tags = {"KillerBlind"}},
    ["Masquerade Flashlight"]          = {id =   9, rarity = 8, category = 3, tags = {"anniversaryEvent", "KillerBlind"}},
    ["Sport Flashlight"]               = {id =  10, rarity = 3, category = 3, tags = {"KillerBlind"}},
    ["Utility Flashlight"]             = {id =  11, rarity = 4, category = 3, tags = {"KillerBlind"}},
    ["Will O' Wisp"]                   = {id =  12, rarity = 8, category = 3, tags = {"halloweenEvent", "KillerBlind"}},
    -- Limited --
    ["First Aid Spray"]                = {id =  13, rarity = 11, category = 4, tags = {"PowerCounter", "SupplyCases"}},
    ["Flash Grenade"]                  = {id =  14, rarity = 12, category = 4, tags = {"Craftable", "Deafened", "KillerBlind", "KillerStun", "LoudNoiseNotifications", "SurvivorBlind"}}, --rarity 12? "Craft-able & Limited"
    ["Lament Configuration"]           = {id =  15, rarity = 11, category = 4, tags = {"Auras", "ChainHunt", "KillerInstinct", "PowerCounter", "Oblivious"}},
    ["Pocket Mirror"]                  = {id =  16, rarity = 11, category = 4, tags = {"Bloodpoints", "Glyphs"}},
    ["Vaccine"]                        = {id =  17, rarity = 11, category = 4, tags = {"PowerCounter", "SupplyCases"}},
    ["VHS Tape"]                       = {id =  18, rarity = 11, category = 4, patch = "7.5.0", tags = {"Auras", "Condemned", "PowerCounter", "TVs"}},
    ["EMP"]                            = {id =  19, rarity = 11, category = 4, patch = "8.1.0", tags = {"Auras", "Hindered", "MovementSpeed", "PowerCounter", "SupplyCases"}},
    ["Remote Flame Turret"]            = {id =  20, rarity = 11, category = 4, patch = "7.2.0", tags = {"Auras", "CrawlerMode", "Exhausted", "Hindered", "Incapacitated", "PowerCounter"}},
    ["Keycard"]                        = {id =  21, rarity = 11, category = 4, patch = "7.2.0", tags = {"EasterEgg"}},
    -- Maps --
    ["Map"]                            = {id =  22, rarity = 3, category = 5, tags = {"Auras", "Chests", "Generators", "Totems", "Tracking"}},
    ["Rainbow Map"]                    = {id =  23, rarity = 5, category = 5, tags = {"Auras", "Chests", "Generators", "Hatch", "Hooks", "Totems", "Tracking"}},
    -- Med-Kits --
    ["Anniversary Med-Kit"]            = {id =  24, rarity = 8, category = 6, patch = "6.7.0", tags = {"anniversaryEvent", "HealingProficiency", "SelfHeal"}},
    ["All Hallows' Eve Lunchbox"]      = {id =  25, rarity = 8, category = 6, patch = "6.7.0", tags = {"halloweenEvent", "HealingProficiency", "SelfHeal"}},
    ["Camping Aid Kit"]                = {id =  26, rarity = 1, category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["Emergency Med-Kit"]              = {id =  27, rarity = 3, category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["First Aid Kit"]                  = {id =  28, rarity = 2, category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["Masquerade Med-Kit"]             = {id =  29, rarity = 8, category = 6, patch = "6.7.0", tags = {"anniversaryEvent", "HealingProficiency", "SelfHeal"}},
    ["Sani-Kasten des Rangers"]                 = {id =  30, rarity = 4, category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    -- Toolboxes --
    ["Anniversary Toolbox"]            = {id =  31, rarity = 8, category = 7, patch = "8.0.0", tags = {"anniversaryEvent", "Generators", "SkillCheckProbability", "RepairingProficiency", "SabotageProficiency"}},
    ["Alex's Toolbox"]                 = {id =  32, rarity = 4, category = 7, patch = "8.0.0", tags = {"Generators", "RepairingProficiency", "SabotageProficiency", "SkillCheckProbability"}},
    ["Commodious Toolbox"]             = {id =  33, rarity = 3, category = 7, patch = "8.0.0", tags = {"Generators", "RepairingProficiency", "SkillCheckProbability", "SabotageProficiency"}},
    ["Festive Toolbox"]                = {id =  34, rarity = 8, category = 7, patch = "8.0.0", tags = {"Generators", "springEvent", "RepairingProficiency", "SkillCheckProbability", "SabotageProficiency"}},
    ["Engineer's Toolbox"]             = {id =  35, rarity = 4, category = 7, patch = "8.0.0", tags = {"Generators", "RepairingProficiency", "SabotageProficiency", "SkillCheckProbability"}},
    ["Masquerade Toolbox"]             = {id =  36, rarity = 8, category = 7, patch = "8.0.0", tags = {"anniversaryEvent", "Generators", "RepairingProficiency", "SkillCheckProbability", "SabotageProficiency"}},
    ["Mechanic's Toolbox"]             = {id =  37, rarity = 3, category = 7, patch = "8.0.0", tags = {"Generators", "RepairingProficiency", "SabotageProficiency", "SkillCheckProbability"}},
    ["Toolbox"]                        = {id =  38, rarity = 2, category = 7, patch = "8.0.0", tags = {"Generators", "RepairingProficiency", "SabotageProficiency", "SkillCheckProbability"}},
    ["Abgenutzte Werkzeuge"]                 = {id =  39, rarity = 1, category = 7, tags = {"Generators", "RepairingProficiency", "SkillCheckDifficulty", "SkillCheckProbability"}},
    -- Unused Items --
    ["Trapple"]                        = {id =  40, rarity = 0, category = 0, unused = true, tags = {}},
    -- New Items since creation of Datatable --
    ["Bloodsense Map"]                 = {id =  41, rarity = 8, category = 5, tags = {"Auras", "ExtendedAbility", "Chests", "Generators", "Hatch", "Hooks", "PoolsOfBlood", "Totems", "Tracking"}},
    ["Auge von Vecna"]                   = {id =  42, rarity = 11, category = 4, patch = "8.0.0", killerInstinct = "3 seconds", hookStages = 2, healthState = 1, haste = "+25 %", durationHaste = "12 seconds", durationEffect = "12 seconds", broken = "30 seconds", diceRoll = 20, tags = {"Auras", "AutoDamage", "Broken", "Haste", "Invisibility", "Killer Instinct", "Lockers"},    haste = "+25 %"},
    ["Hand von Vecna"]                  = {id =  43, rarity = 11, category = 4, patch = "8.0.0", killerInstinct = "5 seconds", hookStages = 2, teleport = "10 metres", healthState = 1, broken = "30 seconds", diceRoll = 20, tags = {"AutoDamage", "Broken", "Killer Instinct", "Lockers", "Teleportation"}},
    ["Fragile Mirror"]                 = {id =  44, rarity = 11, category = 4, tags = {"Bloodpoints", "Glyphs"}},
    ["Candelabra"]                     = {id =  45, rarity = 11, category = 4, patch = "8.2.0", radius = "32 metres", duration = "15 seconds", tags = {"LightsOut"}},
    ["Lantern"]                        = {id =  46, rarity = 11, category = 4, patch = "8.2.0", unused = true, tags = {"LightsOut"}},
    ["Void Crystal"]                   = {id =  47, rarity = 11, category = 4, patch = "8.3.1", charge = "1 Charge", cost = "50 Void Energy", tags = {"Event", "halloweenEvent", "Invisibility", "ScratchMarks", "Stealth"}},
    ["Antidote"]                       = {id =  48, rarity = 11, category = 4, patch = "8.5.1", tags = {"gameMode", "PowerCounter", "SupplyCases"}},
    ["Blood Can"]                      = {id =  49, rarity = 11, category = 4, patch = "8.6.0", litres = "40 Litres", penaltyGround = "-0.5 L/s", penaltyRunning = "-0.7 L/s", penaltyToppled = "-20 Litres", linger = "10 seconds", tags = {"Event", "springEvent"}},
	["Fog Crystal"]                    = {id =  50, rarity = 11, category = 4, patch = "8.7.0", charge = "1 Charge", fogRadius = "4 metres", AOE_min = "2 metres", AOE_max = "6 metres", AOE_grow = "1 second", AOE_linger = "8 seconds", AOE_shrink = "2 seconds", tags = {"gameMode", "Invisibility", "ScratchMarks", "Stealth"}},
}
p.itemsCount = #p.items

p.offerings = {
    ["Alien Flora"]                    = {rarity = 3,                 tags = {"DvarkaDeepwood", "Realm"}},
    ["Airlock Doors"]                  = {rarity = 3,                 tags = {"DvarkaDeepwood", "Realm"}},
    ["Annotated Blueprint"]            = {rarity = 1,                 tags = {"Hatch", "MapModifier"}},
    ["Arcane Dousing Rod"]             = {rarity = 8,                 tags = {"Bloodpoints", "Event", "halloweenEvent"}},
    ["Ardent Raven Wreath"]            = {rarity = 3, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
    ["Ardent Shrike Wreath"]           = {rarity = 3, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
    ["Ardent Spotted Owl Wreath"]      = {rarity = 3, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
    ["Ardent Tanager Wreath"]          = {rarity = 3, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
    ["Azarov's Key"]                   = {rarity = 3,                 tags = {"AutohavenWreckers", "Realm"}},
    ["BBQ Invitation"]                 = {rarity = 8,                 tags = {"Bloodpoints", "Event", "summerEvent"}},
    ["Beef Tallow Mixture"]            = {rarity = 3,                 tags = {"TheDecimatedBorgo", "Realm"}},
    ["Schwarze Salzstatuette"]           = {rarity = 3, charType = 'S', tags = {"AllSurvivors", "AllSurvivorsLuck", "Chance"}},
    ["Black Splinter"]                 = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Schwarze Abwehr"]                     = {rarity = 4, charType = 'K', tags = {"Ward"}},
    ["Bloodied Blueprint"]             = {rarity = 1,                 tags = {"Auras", "Basement", "MapModifier"}},
    ["Bloodshot Eye"]                  = {rarity = 8, patch = "8.6.0", tags = {"Bloodpoints", "Event", "Personal", "springEvent"}},
    ["Bloody Party Streamers"]         = {rarity = 3,                 tags = {"AllCategories", "AllPlayers", "Bloodpoints"}},
    ["Bound Envelope"]                 = {rarity = 3, charType = 'S', tags = {"AllCategories", "AllSurvivors", "Bloodpoints"}},
    ["Bog Laurel Sachet"]              = {rarity = 1, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
    ["Bone Splinter"]                  = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Cattle Tag 28"]                  = {rarity = 1,                 tags = {"ColdwindFarm", "Realm"}, retired = true},
    ["Cattle Tag 81"]                  = {rarity = 2,                 tags = {"ColdwindFarm", "Realm"}, retired = true},
    ["Kreidebeutel"]                    = {rarity = 1, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
    ["Charred Wedding Photograph"]     = {rarity = 3,                 tags = {"CrotusPrennAsylum", "Realm"}},
    ["Children's Book"]                = {rarity = 2,                 tags = {"Realm", "RedForest"}, retired = true},
    ["Clear Reagent"]                  = {rarity = 1,                 tags = {"Fog", "MapModifier"}},
    ["Cremekreidebeutel"]              = {rarity = 2, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
    ["Crescent Moon Bouquet"]          = {rarity = 2,                 tags = {"Moonlight", "MapModifier"}, retired = true},
    ["Crispleaf Amaranth Sachet"]      = {rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
    ["Crow's Eye"]                     = {rarity = 3,                 tags = {"ForsakenBoneyard", "Realm"}},
    ["Cursed Seed"]                    = {rarity = 8,                 tags = {"Bloodpoints", "Event", "halloweenEvent"}, notAvailable = true},
    ["Cut Coin"]                       = {rarity = 4, charType = 'K', tags = {"Chest", "MapModifier"}},
    ["Cypress Memento Mori"]           = {rarity = 2, charType = 'K', patch = "8.3.0", tags = {"Mori"}, retired = true, secret = true},
    ["Damaged Photo"]                  = {rarity = 3,                 tags = {"Ormond", "Realm"}},
    ["Decrepit Clapboard"]             = {rarity = 2,                 tags = {"Haddonfield", "Realm"}, retired = true},
    ["Devout Raven Wreath"]            = {rarity = 2, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
    ["Devout Shrike Wreath"]           = {rarity = 2, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
    ["Devout Spotted Owl Wreath"]      = {rarity = 2, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
    ["Devout Tanager Wreath"]          = {rarity = 2, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
    ["Ebony Memento Mori"]             = {rarity = 5, charType = 'K', patch = "4.4.1", tags = {"Mori"}, secret = true},
    ["Emergency Certificate"]          = {rarity = 1,                 tags = {"LérysMemorialInstitute", "Realm"}, retired = true},
    ["Escape! Cake"]                   = {rarity = 2, charType = 'S', tags = {"AllCategories", "Bloodpoints", "Personal"}},
    ["Faint Reagent"]                  = {rarity = 1,                 tags = {"Fog", "MapModifier"}},
    ["Fragrant Bog Laurel"]            = {rarity = 3, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
    ["Fragrant Crispleaf Amaranth"]    = {rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
    ["Fragrant Primrose Blossom"]      = {rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
    ["Fragrant Sweet William"]         = {rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
    ["Fresh Bog Laurel"]               = {rarity = 2, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
    ["Fresh Crispleaf Amaranth"]       = {rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
    ["Fresh Primrose Blossom"]         = {rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
    ["Fresh Sweet William"]            = {rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
    ["Frightful Flan"]                 = {rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["Full Moon Bouquet"]              = {rarity = 4,                 tags = {"Moonlight", "MapModifier"}, retired = true},
    ["Fuming Cordage"]                 = {rarity = 1,                 tags = {"BackwaterSwamp", "Realm"}, retired = true},
    ["Fuming Welcome Sign"]            = {rarity = 2,                 tags = {"BackwaterSwamp", "Realm"}, retired = true},
    ["Ghastly Gateau"]                 = {rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["Glass Splinter"]                 = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Grandma's Cookbook"]             = {rarity = 3,                 tags = {"BackwaterSwamp", "Realm"}},
    ["Gruesome Gateau"]                = {rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["Harvest Festival Leaflet"]       = {rarity = 1,                 tags = {"Haddonfield", "Realm"}, retired = true},
    ["Hawkins National Laboratory ID"] = {rarity = 3,                 tags = {"HawkinsNationalLaboratory", "Realm"}},
    ["Hazy Reagent"]                   = {rarity = 2,                 tags = {"Fog", "MapModifier"}},
    ["Heart Locket"]                   = {rarity = 3,                 tags = {"ColdwindFarm", "Realm"}},
    ["Hollow Shell"]                   = {rarity = 2, charType = 'K', tags = {"AllCategories", "Bloodpoints"}},
    ["Ichorous Loam"]                  = {rarity = 3,                 tags = {"WitheredIsle", "Realm"}},
    ["Elfenbeinkreidebeutel"]              = {rarity = 3, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
    ["Ivory Memento Mori"]             = {rarity = 3, charType = 'K', patch = "4.4.1", tags = {"Mori"}, secret = true},
    ["Jigsaw Piece"]                   = {rarity = 3,                 tags = {"GideonMeatPlant", "Realm"}},
    ["Lunacy Ticket"]                  = {rarity = 1,                 tags = {"CrotusPrennAsylum", "Realm"}, retired = true},
    ["MacMillan Ledger Page"]          = {rarity = 1,                 tags = {"TheMacMillanEstate", "Realm"}, retired = true},
    ["MacMillan's Phalanx Bone"]       = {rarity = 3,                 tags = {"TheMacMillanEstate", "Realm"}},
    ["Mary's Letter"]                  = {rarity = 3,                 tags = {"SilentHill", "Realm"}},
    ["Mistle Toes"]                    = {rarity = 8, patch = "8.4.0", tags = {"Bloodpoints", "Chests", "Event", "Personal", "Snowskulls", "winterEvent"}},
    ["Mouldy Oak"]                     = {rarity = 2, charType = 'K', tags = {"Hook", "MapModifier"}},
    ["Muddy Splinter"]                 = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Murky Reagent"]                  = {rarity = 4,                 tags = {"Fog", "MapModifier"}},
    ["New Moon Bouquet"]               = {rarity = 5,                 tags = {"Moonlight", "MapModifier"}, retired = true},
    ["P. Elliott Lunacy Ticket"]       = {rarity = 2,                 tags = {"CrotusPrennAsylum", "Realm"}, retired = true},
    ["Painted River Rock"]             = {rarity = 1,                 tags = {"Realm", "RedForest"}, retired = true},
    ["Petrified Oak"]                  = {rarity = 4, charType = 'S', tags = {"Hook", "MapModifier"}},
    ["Primrose Blossom Sachet"]        = {rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
    ["Psychiatric Assessment Report"]  = {rarity = 2,                 tags = {"LérysMemorialInstitute", "Realm"}, retired = true},
    ["Pustula Petals"]                 = {rarity = 8,                 tags = {"Bloodpoints", "Event", "halloweenEvent"}, notAvailable = true},
    ["Putrid Oak"]                     = {rarity = 4, charType = 'K', tags = {"Hook", "MapModifier"}},
    ["Quarter Moon Bouquet"]           = {rarity = 2,                 tags = {"Moonlight", "MapModifier"}, retired = true},
    ["Raven Wreath"]                   = {rarity = 1, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
    ["Red Envelope"]                   = {rarity = 8,                 tags = {"Bloodpoints", "Event", "lunarEvent"}},
    ["Rotten Oak"]                     = {rarity = 3, charType = 'K', tags = {"Hook", "MapModifier"}},
    ["RPD Badge"]                      = {rarity = 3,                 tags = {"RaccoonCity", "Realm"}},
    ["Sacrificial Cake"]               = {rarity = 8,                 tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["Sacrificial Ward"]               = {rarity = 1, patch = "8.4.0", tags = {"Ward"}},
    ["Salzbeutel"]                     = {rarity = 2, charType = 'S', tags = {"AllPlayers", "AllSurvivorsLuck", "Chance"}},
    ["Scratched Coin"]                 = {rarity = 2, charType = 'K', tags = {"Chest", "MapModifier"}},
    ["Screech Cobbler"]                = {rarity = 8, patch = "8.0.0", tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["Sealed Envelope"]                = {rarity = 2, charType = 'S', tags = {"Bloodpoints", "AllCategories", "Personal"}},
    ["Shattered Bottle"]               = {rarity = 3,                 tags = {"GraveOfGlenvale", "Realm"}},
    ["Shattered Glasses"]              = {rarity = 3,                 tags = {"LérysMemorialInstitute", "Realm"}},
    ["Shiny Coin"]                     = {rarity = 4, charType = 'S', tags = {"Chest", "MapModifier"}},
    ["Shock Splinter"]                 = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Shredded Plate"]                 = {rarity = 1,                 tags = {"AutohavenWreckers", "Realm"}, retired = true},
    ["Shrike Wreath"]                  = {rarity = 1, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
    ["Shroud of Binding"]              = {rarity = 4, charType = 'S', tags = {"Shroud"}, secret = true},
    ["Shroud of Separation"]           = {rarity = 2, charType = 'K', tags = {"Shroud"}, secret = true},
    ["Shroud of Union"]                = {rarity = 2, charType = 'S', tags = {"Shroud"}, secret = true},
    ["Signed Ledger Page"]             = {rarity = 2,                 tags = {"TheMacMillanEstate", "Realm"}, retired = true},
    ["Smoking Splinter"]               = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Spotted Owl Wreath"]             = {rarity = 1, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
    ["Strode Realty Key"]              = {rarity = 3,                 tags = {"Haddonfield", "Realm"}},
    ["Survivor Pudding"]               = {rarity = 2, charType = 'K', tags = {"AllCategories", "Bloodpoints"}},
    ["Sweet William Sachet"]           = {rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
    ["Tanager Wreath"]                 = {rarity = 1, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
    ["Tarnished Coin"]                 = {rarity = 2, charType = 'S', tags = {"Chest", "MapModifier"}},
    ["Terrormisu"]                     = {rarity = 8,                 tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
    ["The Last Mask"]                  = {rarity = 3,                 tags = {"Realm", "RedForest"}},
    ["The Pied Piper"]                 = {rarity = 3,                 tags = {"Springwood", "Realm"}},
    ["Torn Blueprint"]                 = {rarity = 1,                 tags = {"Auras", "Basement", "MapModifier"}},
    ["Vigo's Blueprint"]               = {rarity = 1,                 tags = {"Hatch", "MapModifier", "MapModifier"}},
    ["Vigos Gefäß mit salzigen Lippen"]       = {rarity = 4, charType = 'S', tags = {"AllSurvivors", "AllSurvivorsLuck", "Chance"}},
    ["Vigo's Shroud"]                  = {rarity = 2, charType = 'S', tags = {"Shroud"}, secret = true},
    ["Virginia Plate"]                 = {rarity = 2,                 tags = {"AutohavenWreckers", "Realm"}, retired = true},
    ["Weiße Abwehr"]                     = {rarity = 4, charType = 'S', tags = {"Ward"}},
    ["Yamaoka Family Crest"]           = {rarity = 3,                 tags = {"YamaokaEstate", "Realm"}},
    
    -- Mobile --
    ["Black Tea"]                      = {rarity = 1, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
    ["Blank Postcard"]                 = {rarity = 2, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
    ["Bloodstone Chalice"]             = {rarity = 4, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
    ["Bone Doll"]                      = {rarity = 4, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
    ["Burdock Tea"]                    = {rarity = 3, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
    ["Ceramic Chalice"]                = {rarity = 2, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
    ["Clay Doll"]                      = {rarity = 2, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
    ["Copper Chalice"]                 = {rarity = 3, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
    ["Crumpled Postcard"]              = {rarity = 3, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
    ["Flesh Doll"]                     = {rarity = 5, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
    ["Lotus Leaf Tea"]                 = {rarity = 4, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
    ["Lovers' Postcard"]               = {rarity = 5, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
    ["Milk Tea"]                       = {rarity = 2, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
    ["Stamped Postcard"]               = {rarity = 4, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
    ["Thorn Doll"]                     = {rarity = 3, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
    ["Wooden Chalice"]                 = {rarity = 1, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},

}
p.offeringsCount = #p.offerings

p.addons = {
    --["Addon-name"] = {rarity = 1-5, charType = 'S/K', character = id_killer, tags = {}}
    --Here's how the IDs work: we start off with unused Add-ons not tied to any Power/Item. Then Item Add-ons based on their respective item's order in the above list. After that Killer Add-ons in their release order. Every category should be sorted alphabetically.
    -- Unused Add-ons without an associated Item --
    ["Gum"]                                 = {id = 1, rarity = 0, itemsCategory = 0, unused = true, tags = {}},
    ["Inhaler"]                             = {id = 2, rarity = 0, itemsCategory = 0, unused = true, tags = {}},
    -- Unused Firecracker Add-ons --
    ["Black Powder"]                        = {id = 3, rarity = 3, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectRadius"}},
    ["Buck Shot"]                           = {id = 4, rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"Deafened", "EffectDuration", "KillerBlind"}},
    ["Flash Powder"]                        = {id = 5, rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"EffectDuration", "KillerBlind"}},
    ["Gun Powder"]                          = {id = 6, rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"EffectDuration", "KillerBlind"}},
    ["Large Pack"]                          = {id = 7, rarity = 5, itemsCategory = 2, unusedVisible = true, tags = {"Tokens"}},
    ["Long Fuse"]                           = {id = 8, rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectDelay"}},
    ["Magnesium Powder"]                    = {id = 9, rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectRadius"}},
    ["Medium Fuse"]                         = {id = 10, rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectDelay"}},
    -- Key --
    ["Blood Amber"]                         = {id = 11, rarity = 4, itemsCategory = 1, tags = {"Auras"}},
    ["Eroded Token"]                        = {id = 12, rarity = 2, itemsCategory = 1, tags = {"Auras"}},
    ["Gold Token"]                          = {id = 13, rarity = 3, itemsCategory = 1, tags = {"Auras"}},
    ["Milky Glass"]                         = {id = 14, rarity = 4, itemsCategory = 1, tags = {"Hatch"}},
    ["Prayer Beads"]                        = {id = 15, rarity = 2, itemsCategory = 1, tags = {}},
    ["Prayer Rope"]                         = {id = 16, rarity = 1, itemsCategory = 1, tags = {}},
    ["Scratched Pearl"]                     = {id = 17, rarity = 2, itemsCategory = 1, tags = {"Auras"}},
    ["Unique Wedding Ring"]                 = {id = 18, rarity = 4, itemsCategory = 1, tags = {"Auras", "Obsession"}},
    ["Weaved Ring"]                         = {id = 19, rarity = 4, itemsCategory = 1, tags = {}},
    -- Flashlight --
    ["Battery"]                             = {id = 20, rarity = 1, itemsCategory = 3, tags = {"Charges"}},
    ["Broken Bulb"]                         = {id = 21, rarity = 8, itemsCategory = 3, halloweenEvent = true, notAvailable = true, tags = {"Beam"}},
    ["Focus Lens"]                          = {id = 22, rarity = 2, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
    ["Heavy Duty Battery"]                  = {id = 23, rarity = 2, itemsCategory = 3, tags = {"Charges"}},
    ["High-End Sapphire Lens"]              = {id = 24, rarity = 4, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
    ["Intense Halogen"]                     = {id = 25, rarity = 3, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
    ["Leather Grip"]                        = {id = 26, rarity = 1, itemsCategory = 3, tags = {"Accuracy"}},
    ["Long Life Battery"]                   = {id = 27, rarity = 3, itemsCategory = 3, tags = {"Charges"}},
    ["Einfacher Verstärkerdraht"]                    = {id = 28, rarity = 2, itemsCategory = 3, tags = {"Charges", "Efficiency"}},
    ["Merkwürdige Glühbirne"]                            = {id = 29, rarity = 5, itemsCategory = 3, tags = {"Beam", "Efficiency", "KillerBlind"}},
    ["Power Bulb"]                          = {id = 30, rarity = 1, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
    ["Rubber Grip"]                         = {id = 31, rarity = 2, itemsCategory = 3, tags = {"Accuracy"}},
    ["TIR Optic"]                           = {id = 32, rarity = 2, itemsCategory = 3, tags = {"Brightness", "KillerBlind"}},
    ["Wide Lens"]                           = {id = 33, rarity = 1, itemsCategory = 3, tags = {"Beam"}},
    -- Map --
    ["Black Silk Cord"]                     = {id = 34, rarity = 3, itemsCategory = 5, tags = {"Auras", "Hatch", "Tracking"}},
    ["Crystal Bead"]                        = {id = 35, rarity = 4, itemsCategory = 5, tags = {"Auras"}},
    ["Glass Bead"]                          = {id = 36, rarity = 2, itemsCategory = 5, tags = {"Tracking"}},
    ["Map Addendum"]                        = {id = 37, rarity = 1, itemsCategory = 5, tags = {"Charges"}},
    ["Odd Stamp"]                           = {id = 38, rarity = 3, itemsCategory = 5, tags = {"EffectRange"}},
    ["Red Twine"]                           = {id = 39, rarity = 2, itemsCategory = 5, tags = {"Auras", "KillerBelongings", "Tracking"}},
    ["Retardant Jelly"]                     = {id = 40, rarity = 2, itemsCategory = 5, tags = {"DepletionRate", "Efficiency"}},
    ["Unusual Stamp"]                       = {id = 41, rarity = 2, itemsCategory = 5, tags = {"EffectRange"}},
    ["Yellow Wire"]                         = {id = 42, rarity = 2, itemsCategory = 5, tags = {"Auras", "ExitGates", "Tracking"}},
    -- Med-Kit --
    ["Abdominal Dressing"]                  = {id = 43, rarity = 4, itemsCategory = 6, tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Anti-Haemorrhagic Syringe"]           = {id = 44, rarity = 5, itemsCategory = 6, tags = {"ActionSpeed", "AutoHeal", "Healing"}},
    ["Bandages"]                            = {id = 45, rarity = 1, itemsCategory = 6, tags = {"Charges"}},
    ["Butterfly Tape"]                      = {id = 46, rarity = 1, itemsCategory = 6, tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Gauze Roll"]                          = {id = 47, rarity = 3, itemsCategory = 6, tags = {"Charges"}},
    ["Gel Dressings"]                       = {id = 48, rarity = 5, itemsCategory = 6, tags = {"Charges"}},
    ["Medical Scissors"]                    = {id = 49, rarity = 2, itemsCategory = 6, tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Needle & Thread"]                     = {id = 50, rarity = 2, itemsCategory = 6, tags = {"Healing", "HealingProficiency", "SkillCheckProbability", "SkillChecks"}},
    ["Veredeltes Serum"]                       = {id = 51, rarity = 8, itemsCategory = 6, notAvailable = true, tags = {"Haste", "Healing", "MovementSpeed"}},
    ["Rubber Gloves"]                       = {id = 52, rarity = 1, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
    ["Self Adherent Wrap"]                  = {id = 53, rarity = 2, itemsCategory = 6, tags = {"ActionSpeed", "Charges", "Healing", "HealingProficiency"}},
    ["Sponge"]                              = {id = 54, rarity = 2, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
    ["Blutstillungsmittel"]                       = {id = 55, rarity = 4, itemsCategory = 6, tags = {"ConspicuousActions", "Endurance", "Healing"}},
    ["Surgical Suture"]                     = {id = 56, rarity = 3, itemsCategory = 6, tags = {"Healing", "HealingProficiency", "SkillCheckProbability", "SkillChecks"}},
    -- Toolbox --
    ["Brand New Part"]                      = {id = 57, rarity = 5, itemsCategory = 7, patch = "7.1.0", effect = "-10 Charges", tags = {"Generators", "Repairing", "SkillChecks", "RepairRequirement"}},
    ["Clean Rag"]                           = {id = 58, rarity = 1, itemsCategory = 7, patch = "3.6.0", effect = "+20 %", tags = {"ActionSpeed", "Repairing", "RepairingProficiency"}},
    ["Cutting Wire"]                        = {id = 59, rarity = 2, itemsCategory = 7, patch = "8.0.0", effect = "+20 %", tags = {"ActionSpeed", "Sabotage", "SabotageProficiency"}},
    ["Grip Wrench"]                         = {id = 60, rarity = 3, itemsCategory = 7, patch = "8.0.0", effect = "+20 seconds", tags = {"ActionTime", "Sabotage"}},
    ["Hacksaw"]                             = {id = 61, rarity = 3, itemsCategory = 7, patch = "8.0.0", effect = "+30 %", tags = {"ActionSpeed", "Sabotage", "SabotageProficiency"}},
    ["Instructions"]                        = {id = 62, rarity = 1, itemsCategory = 7, patch = "3.6.0", tags = {"Repairing", "SkillChecks"}},
    ["Protective Gloves"]                   = {id = 63, rarity = 2, itemsCategory = 7, patch = "3.6.0", tags = {"LoudNoiseNotifications", "Sabotage"}},
    ["Scraps"]                              = {id = 64, rarity = 1, itemsCategory = 7, patch = "3.6.0", effect = "+8 Charges", tags = {"Charges"}},
    ["Socket Swivels"]                      = {id = 65, rarity = 2, itemsCategory = 7, patch = "3.6.0", effect = "+30 %", tags = {"ActionSpeed", "RepairingProficiency"}},
    ["Spring Clamp"]                        = {id = 66, rarity = 2, itemsCategory = 7, patch = "3.6.0", range = "-8 metres", tags = {"ActionNoise", "Generators", "Repairing"}},
    ["Wire Spool"]                          = {id = 67, rarity = 2, itemsCategory = 7, patch = "3.6.0", effect = "+12 Charges", tags = {"Charges"}},
    -- KILLER ADD-ONS --
    -- The Trapper --
    ["4-Sprungfedern-Set"]                   = {id = 68, rarity = 2, killer = 1, tags = {"ActionTime"}},
    ["Bärenfett"]                            = {id = 69, rarity = 1, killer = 1, tags = {"ActionNoise"}},
    ["Blutige Schraubenfeder"]                         = {id = 70, rarity = 5, killer = 1, tags = {"AutoDamage"}},
    ["Kaffeesatz"]                      = {id = 71, rarity = 2, killer = 1, tags = {"Haste"}},
    ["Fastening Tools"]                     = {id = 72, rarity = 3, killer = 1, tags = {"ActionSpeed", "ActionTime"}},
    ["Honing Stone"]                        = {id = 73, rarity = 4, killer = 1, tags = {"AutoDamage"}},
    ["Iridescent Stone"]                    = {id = 74, rarity = 5, killer = 1, tags = {"AutoSetting"}},
    ["Verlängerte Zähne"]                     = {id = 75, rarity = 2, killer = 1, tags = {"DeepWound"}},
    ["Logwood Dye"]                         = {id = 76, rarity = 2, killer = 1, decom = true, tags = {"Colour"}},
    ["Makeshift Wrap"]                      = {id = 77, rarity = 1, killer = 1, tags = {"ExtendedAbility"}},
    ["Oily Coil"]                           = {id = 78, rarity = 4, killer = 1, tags = {"Auras"}},
    ["Padded Jaws"]                         = {id = 79, rarity = 1, killer = 1, tags = {"Bloodpoints"}},
    ["Rostige Bügel"]                         = {id = 80, rarity = 3, killer = 1, patch = "7.6.0", tags = {"Mangled"}},
    ["Secondary Coil"]                      = {id = 81, rarity = 3, killer = 1, tags = {"ActionTime"}},
    ["Gezahnte Bügel"]                       = {id = 82, rarity = 2, killer = 1, tags = {"Haemorrhage"}},
    ["Setting Tools"]                       = {id = 83, rarity = 3, killer = 1, decom = true, tags = {"ActionSpeed", "ActionTime"}},
    ["Stitched Bag"]                        = {id = 84, rarity = 4, killer = 1, decom = true, tags = {"PowerCapacity"}},
    ["Strong Coil Spring"]                  = {id = 85, rarity = 1, killer = 1, decom = true, tags = {"ActionTime"}},
    ["Tar Bottle"]                          = {id = 86, rarity = 3, killer = 1, tags = {"Colour"}},
    ["Tension Spring"]                      = {id = 87, rarity = 4, killer = 1, tags = {"AutoResetting"}},
    ["Trap Setters"]                        = {id = 88, rarity = 2, killer = 1, decom = true, tags = {"ActionSpeed"}},
    ["Trapper Bag"]                         = {id = 89, rarity = 3, killer = 1, tags = {"PowerCapacity"}},
    ["Trapper Gloves"]                      = {id = 90, rarity = 1, killer = 1, tags = {"ActionSpeed"}},
    ["Trapper Sack"]                        = {id = 91, rarity = 4, killer = 1, tags = {"PowerCapacity"}},
    ["Trapper Sack (Decommissioned)"]       = {id = 92, rarity = 1, killer = 1, decom = true, tags = {"PowerCapacity"}},
    ["Wax Brick"]                           = {id = 93, rarity = 2, killer = 1, tags = {"ActionTime"}},
    -- The Wraith --
    ['"All Seeing" - Blood']                = {id = 94, rarity = 4, killer = 2, patch = "5.3.0", range = "8 metres", tags = {"Auras"}},
    ['"All Seeing" - Mud']                  = {id = 95, rarity = 2, killer = 2, patch = "1.8.3", range = "6 metres", decom = true, tags = {"Auras"}},
    ['"All Seeing" - Spirit']               = {id = 96, rarity = 5, killer = 2, patch = "2.2.0", tags = {"Auras", "ExtendedAbility", "Generators"}},
    ['"All Seeing" - White']                = {id = 97, rarity = 3, killer = 2, patch = "1.8.3", range = "8 metres", decom = true, tags = {"Auras"}},
    ['"Blind Warrior" - Blood']             = {id = 98, rarity = 4, killer = 2, patch = "1.0.0", effect = "+50 %", decom = true, tags = {"Lightburn"}},
    ['„Blinder Krieger“ - Schlamm']               = {id = 99, rarity = 2, killer = 2, patch = "2.2.0", blindness = "60 seconds", tags = {"Blindness"}},
    ['"Blind Warrior" - Soot']              = {id = 100, rarity = 1, killer = 2, patch = "1.0.0", effect = "+20 %", decom = true, tags = {"Lightburn"}},
    ['"Blind Warrior" - Spirit']            = {id = 101, rarity = 5, killer = 2, patch = "1.0.0", effect = "100 %", decom = true, tags = {"Lightburn"}},
    ['„Blinder Krieger“ - Weiß']             = {id = 102, rarity = 3, killer = 2, patch = "7.6.0", haemorrhage = "70 seconds", mangled = "70 seconds", duration = "70 seconds", tags = {"Mangled", "Haemorrhage"}},
    ['"Blink" - Mud']                       = {id = 103, rarity = 2, killer = 2, tags = {"ActionSpeed"}},
    ['"Blink" - White']                     = {id = 104, rarity = 3, killer = 2, tags = {"ActionSpeed"}},
    ["Bone Clapper"]                        = {id = 105, rarity = 2, killer = 2, tags = {"ActionNoise"}},
    ["Coxcombed Clapper"]                   = {id = 106, rarity = 5, killer = 2, tags = {"ActionNoise"}},
    ['"Shadow Dance" - Blood']              = {id = 107, rarity = 4, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}},
    ['"Shadow Dance" - Soot']               = {id = 108, rarity = 1, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}, unused = true},
    ['"Shadow Dance" - White']              = {id = 109, rarity = 3, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}},
    ['"Swift Hunt" - Blood']                = {id = 110, rarity = 4, killer = 2, tags = {"ActionSpeed"}},
    ['"Swift Hunt" - Mud']                  = {id = 111, rarity = 2, killer = 2, tags = {"ActionSpeed"}},
    ['"Swift Hunt" - Soot']                 = {id = 112, rarity = 1, killer = 2, decom = true, tags = {"ActionSpeed"}},
    ['"Swift Hunt" - White']                = {id = 113, rarity = 3, killer = 2, tags = {"ActionSpeed"}},
    ['"The Beast" - Soot']                  = {id = 114, rarity = 1, killer = 2, tags = {"Bloodpoints", "TerrorRadius"}},
    ['"The Ghost" - Soot']                  = {id = 115, rarity = 1, killer = 2, tags = {"RedStain", "TerrorRadius"}},
    ['"The Hound" - Soot']                  = {id = 116, rarity = 1, killer = 2, tags = {"PoolsOfBlood"}},
    ['"The Serpent" - Soot']                = {id = 117, rarity = 1, killer = 2, tags = {"BreakableWalls", "Generators", "Pallets"}},
    ['"Windstorm" - Blood']                 = {id = 118, rarity = 4, killer = 2, patch = "4.6.0", effect = "+9 %", tags = {"MovementSpeed"}},
    ['"Windstorm" - Mud']                   = {id = 119, rarity = 2, killer = 2, patch = "4.6.0", effect = "+5 %", tags = {"MovementSpeed"}},
    ['"Windstorm" - White']                 = {id = 120, rarity = 3, killer = 2, patch = "4.6.0", effect = "+7 %", tags = {"MovementSpeed"}},
    -- The Hillbilly --
    ["Apex Muffler"]                        = {id = 121, rarity = 4, killer = 3, patch = "7.5.0", tags = {"ActionNoise", "TerrorRadius"}},
    ["Begrimed Chains (Chainsaw)"]          = {id = 122, rarity = 3, killer = 3, patch = "7.6.0", displayName = "Begrimed Chains", multiName = true, tags = {"Haemorrhage", "Mangled"}},
    ["The Thompsons' Mix"]                  = {id = 123, rarity = 3, killer = 3, patch = "7.5.2", tags = {"PowerCooldown", "Overdrive"}},
    ["Dad's Boots"]                         = {id = 124, rarity = 3, killer = 3, effect = "+20 %", patch = "8.3.0", tags = {"TurnRate"}},
    ["Clogged Intake"]                      = {id = 125, rarity = 2, killer = 3, patch = "7.5.0", tags = {"Overdrive", "PowerDuration"}},
    ["Iridescent Engravings"]               = {id = 126, rarity = 5, killer = 3, patch = "7.5.0", tags = {"ActionTime", "MovementSpeed"}},
    ["Counterweight"]                       = {id = 127, rarity = 1, killer = 3, patch = "7.5.0", tags = {"TurnRate"}},
    ["Dreckige Pantoffeln"]                     = {id = 128, rarity = 4, killer = 3, patch = "7.5.0", tags = {"Undetectable"}},
    ["Greased Throttle"]                    = {id = 129, rarity = 2, killer = 3, patch = "7.5.2", tags = {"PowerCooldown", "Overdrive"}},
    ["Ragged Engine"]                       = {id = 130, rarity = 3, killer = 3, patch = "7.5.0", tags = {"ActionSpeed", "Overdrive"}},
    ["LoPro Chains"]                        = {id = 131, rarity = 4, killer = 3, effect = "5 seconds", patch = "8.3.0", tags = {"DamageReduction", "DeepWound", "ExtendedAbility"}},
    ["Low Kickback Chains"]                 = {id = 132, rarity = 3, killer = 3, patch = "7.5.0", tags = {"PowerCooldown"}},
    ["Discarded Air Filter"]                = {id = 133, rarity = 1, killer = 3, effect = "+20 %", patch = "8.3.0", tags = {"DecayDelay", "Overdrive"}},
    ["Off-Brand Motor Oil"]                 = {id = 134, rarity = 2, killer = 3, patch = "7.5.0", tags = {"Overdrive"}},
    ["High-Speed Idler Screw"]              = {id = 135, rarity = 2, killer = 3, effect = "+30 %", patch = "8.3.0", tags = {"DecayDelay", "Overdrive"}},
    ["Thermal Casing"]                      = {id = 136, rarity = 2, killer = 3, patch = "7.5.0", tags = {"ActionSpeed", "Overdrive"}},
    ["Spiked Boots"]                        = {id = 137, rarity = 4, killer = 3, effect = "+30 %", patch = "8.3.0", tags = {"TurnRate"}},
    ["Steel Toe Boots"]                     = {id = 138, rarity = 1, killer = 3, patch = "7.5.0", tags = {"PowerCooldown"}},
    ["Tuned Carburettor"]                   = {id = 139, rarity = 5, killer = 3, charge = "+20 %", speed = "4.4 m/s", patch = "7.5.0", tags = {"ActionTime", "MovementSpeed"}},
    -- Special HB/CB Add-ons --
    ["Speed Limiter"]                       = {id = 140, rarity = 1, killer = 9, tags = {"Bloodpoints", "DamageReduction", "Deviousness"}},
    ["Cracked Primer Bulb"]                 = {id = 141, rarity = 1, killer = 3, patch = "7.5.0", tags = {"DamageReduction", "Overdrive"}},
    ["Thompson's Moonshine"]                = {id = 142, rarity = 4, killer = 3, decom = true, tags = {"PowerCooldown", "TurnRate"}},
    -- The Nurse --
    ["Anxious Gasp"]                        = {id = 143, rarity = 3, killer = 4, tags = {"Bloodpoints", "LoudNoiseNotifications", "Screams"}},
    ["Ataxic Respiration"]                  = {id = 144, rarity = 3, killer = 4, tags = {"PowerCooldown"}},
    ["Bad Man Keepsake"]                    = {id = 145, rarity = 2, killer = 4, tags = {"Auras", "Healing"}},
    ['Letzter Atem des „Bösen Mannes“']            = {id = 146, rarity = 4, killer = 4, tags = {"Undetectable"}},
    ["Campbell's Last Breath"]              = {id = 147, rarity = 4, killer = 4, tags = {"AutoBlink"}},
    ["Catatonic Boy's Treasure"]            = {id = 148, rarity = 2, killer = 4, tags = {"PowerCooldown"}},
    ["Dark Cincture"]                       = {id = 149, rarity = 2, killer = 4, tags = {"MovementSpeed"}},
    ["Dull Bracelet"]                       = {id = 150, rarity = 2, killer = 4, tags = {"Bloodpoints", "PowerRange"}},
    ["Fragile Wheeze"]                      = {id = 151, rarity = 3, killer = 4, patch = "7.6.0", tags = {"Mangled"}},
    ["Heavy Panting"]                       = {id = 152, rarity = 3, killer = 4, tags = {"AttackRange"}},
    ["Jenner's Last Breath"]                = {id = 153, rarity = 4, killer = 4, tags = {"AutoBlink"}},
    ["Kavanagh's Last Breath"]              = {id = 154, rarity = 4, killer = 4, tags = {"Blindness"}},
    ["Matchbox"]                            = {id = 155, rarity = 5, killer = 4, tags = {"MovementSpeed"}},
    ["Metal Spoon"]                         = {id = 156, rarity = 1, killer = 4, tags = {"GruntsOfPain"}},
    ["Plaid Flannel"]                       = {id = 157, rarity = 1, killer = 4, tags = {"ExtendedAbility", "PowerIndicator"}},
    ["Pocket Watch (Spencer's Last Breath)"]= {id = 158, rarity = 2, killer = 4, displayName = "Pocket Watch", multiName = true, tags = {"PowerWindow"}},
    ["Spasmodic Breath"]                    = {id = 159, rarity = 3, killer = 4, tags = {"MovementSpeed", "PowerDeactivation"}},
    ["Torn Bookmark"]                       = {id = 160, rarity = 5, killer = 4, tags = {"Tokens"}},
    ["White Nit Comb"]                      = {id = 161, rarity = 1, killer = 4, tags = {"AttackRange", "Bloodpoints"}},
    ["Wooden Horse"]                        = {id = 162, rarity = 1, killer = 4, tags = {"PowerCooldown"}},
    -- The Shape --
    ["Blond Hair"]                          = {id = 163, rarity = 1, killer = 5, bonus = "+10 seconds", penaltyPercentages = {"+50 %", "150 %"}, penaltyPoints = {"+2.5 SP", "7.5 SP"}, tags = {"AttackRange"}},
    ["Boyfriend's Memo"]                    = {id = 164, rarity = 1, killer = 5, lungeBonus = "+0.1 seconds", lungeReach = "+50 %", tags = {"PowerDuration", "PowerEfficiency"}},
    ["Dead Rabbit"]                         = {id = 165, rarity = 2, killer = 5, TR_minus = "-25 %", TR_plus = "+25 %", tags = {"TerrorRadius"}},
    ["Fragrant Tuft of Hair"]               = {id = 166, rarity = 5, killer = 5, patch = "8.4.0", penaltyPercentages = {"+400 %", "500 %"}, penaltyPoints = {"+20 SP", "25 SP"}, tags = {"PowerDuration", "PowerEfficiency"}},
    ["Glass Fragment"]                      = {id = 167, rarity = 2, killer = 5, activation = "1 second", aura = "3 seconds", tags = {"Auras"}},
    ["Hair Bow"]                            = {id = 168, rarity = 3, killer = 5, bonus = "+30 seconds", penaltyPercentages = {"+50 %", "150 %"}, penaltyPoints = {"+2.5 SP", "7.5 SP"}, tags = {"PowerDuration", "PowerEfficiency"}},
    ["Hair Brush"]                          = {id = 169, rarity = 2, killer = 5, bonus = "+20 seconds", penaltyPercentages = {"+50 %", "150 %"}, penaltyPoints = {"+2.5 SP", "7.5 SP"}, tags = {"PowerDuration", "PowerEfficiency"}},
    ["J. Myers Memorial"]                   = {id = 170, rarity = 3, killer = 5, effect = "+25 %", tags = {"PowerEfficiency"}},
    ["Jewellery"]                           = {id = 171, rarity = 2, killer = 5, effect = "+20 %", tags = {"MovementSpeed"}},
    ["Jewellery Box"]                       = {id = 172, rarity = 3, killer = 5, effect = "+30 %", tags = {"MovementSpeed"}},
    ["Judith's Journal"]                    = {id = 173, rarity = 3, killer = 5, effect = "+40 %", tags = {"Obsession", "PowerEfficiency"}},
    ["Judith's Tombstone"]                  = {id = 174, rarity = 5, killer = 5, patch = "8.4.0", effect = "-9 %", penaltyPercentages = {"+400 %", "500 %"}, penaltyPoints = {"+20 SP", "25 SP"}, tags = {"MiniMori", "MovementSpeed", "PowerEfficiency"}},
    ["Lock of Hair"]                        = {id = 175, rarity = 4, killer = 5, patch = "8.4.0", bonus = "+40 seconds", penaltyPercentages = {"+50 %", "150 %"}, penaltyPoints = {"+2.5 SP", "7.5 SP"}, tags = {"PowerDuration", "PowerEfficiency"}},
    ["Memorial Flower"]                     = {id = 176, rarity = 1, killer = 5, effect = "+11 %", tags = {"PowerEfficiency"}},
    ["Mirror Shard"]                        = {id = 177, rarity = 3, killer = 5, activation = "1 second", aura = "5 seconds", tags = {"Auras"}},
    ["Reflective Fragment"]                 = {id = 178, rarity = 2, killer = 5, activation = "1 second", aura = "2 seconds", tags = {"Auras"}},
    ["Scratched Mirror"]                    = {id = 179, rarity = 4, killer = 5, patch = "8.4.0", range = "32 metres", speedPenalty = "-4.5 %", bonusBP = {"+100 %", "+200 %"}, tags = {"Auras", "Bloodpoints", "Brutality", "Deviousness", "MovementSpeed"}},
    ["Tacky Earrings"]                      = {id = 180, rarity = 1, killer = 5, effect = "+10 %", tags = {"MovementSpeed"}},
    ["Tombstone Piece"]                     = {id = 181, rarity = 4, killer = 5, patch = "8.4.0", penaltyPercentages = {"+100 %", "200 %", "+300 %", "400 %"}, penaltyPoints = {"-5 SP", "-10 SP", "+15 SP", "20 SP"}, tags = {"MiniMori", "PowerEfficiency", "PowerPenalty"}},
    ["Vanity Mirror"]                       = {id = 182, rarity = 4, killer = 5, patch = "5.3.0", range = "16 metres", bonusBP = {"+100 %", "+150 %"}, tags = {"Auras", "Bloodpoints", "Brutality", "Deviousness"}},
    -- The Hag --
    ["Bloodied Mud"]                        = {id = 183, rarity = 3, killer = 6, patch = "7.6.0", tags = {"PowerRange", "Trigger"}},
    ["Bloodied Water"]                      = {id = 184, rarity = 2, killer = 6, patch = "7.6.0", tags = {"PowerRange", "Trigger"}},
    ["Bog Water"]                           = {id = 185, rarity = 1, killer = 6, patch = "7.6.0", tags = {"PowerRange", "Trigger"}},
    ["Cracked Turtle Egg"]                  = {id = 186, rarity = 3, killer = 6, patch = "7.6.1", tags = {"PowerDuration", "Tripped"}},
    ["Cypress Necklet"]                     = {id = 187, rarity = 2, killer = 6, patch = "7.6.0", tags = {"ActionSpeed"}},
    ["Dead Fly Mud"]                        = {id = 188, rarity = 1, killer = 6, patch = "7.6.0", tags = {"PowerRange", "Teleportation"}},
    ["Disfigured Ear"]                      = {id = 189, rarity = 4, killer = 6, deafened = "6 seconds", tags = {"Deafened"}},
    ["Dragonfly Wings"]                     = {id = 190, rarity = 2, killer = 6, patch = "7.6.0", tags = {"PowerRange", "Teleportation"}},
    ["Dried Cicada"]                        = {id = 191, rarity = 3, killer = 6, patch = "7.6.0", tags = {"PowerRange"; "Teleportation"}},
    ["Grandma's Heart"]                     = {id = 192, rarity = 4, killer = 6, tags = {"Illusions", "Stealth", "TerrorRadius"}},
    ["Half Eggshell"]                       = {id = 193, rarity = 2, killer = 6, patch = "7.6.1", tags = {"PowerDuration", "Tripped"}},
    ["Mint Rag"]                            = {id = 194, rarity = 5, killer = 6, tags = {"ExtendedAbility", "PowerCooldown"}},
    ["Powdered Eggshell"]                   = {id = 195, rarity = 1, killer = 6, patch = "7.6.1", tags = {"PowerDuration", "Tripped"}},
    ["Pussy Willow Catkins"]                = {id = 196, rarity = 2, killer = 6, tags = {"Auras"}},
    ["Rope Necklet"]                        = {id = 197, rarity = 1, killer = 6, patch = "7.6.0", tags = {"ActionSpeed"}},
    ["Rusty Shackles"]                      = {id = 198, rarity = 4, killer = 6, tags = {"Deception"}},
    ["Scarred Hand"]                        = {id = 199, rarity = 4, killer = 6, tags = {"Bloodpoints", "Collision", "Deviousness", "ExtendedAbility", "PowerDeactivation"}},
    ["Swamp Orchid Necklet"]                = {id = 200, rarity = 3, killer = 6, patch = "7.6.0", tags = {"ActionSpeed"}},
    ["Durchnässter Schuh"]                    = {id = 201, rarity = 5, killer = 6, tags = {"Hindered", "MovementSpeed", "PowerDeactivation"}},
    ["Willow Wreath"]                       = {id = 202, rarity = 3, killer = 6, tags = {"Auras"}},
    -- The Doctor --
    ['"Calm" - Class I']                    = {id = 203, rarity = 1, killer = 7, tags = {"Illusions", "TerrorRadius"}},
    ['"Calm" - Class II']                   = {id = 204, rarity = 2, killer = 7, tags = {"Illusions", "TerrorRadius"}},
    ['"Calm" - Carter\'s Notes']            = {id = 205, rarity = 4, killer = 7, tags = {"Illusions", "TerrorRadius"}},
    ['"Discipline" - Class II']             = {id = 206, rarity = 2, killer = 7, tags = {"Illusions", "RedStain", "TerrorRadius"}},
    ['"Discipline" - Class III']            = {id = 207, rarity = 3, killer = 7, patch = "7.6.0", tags = {"Illusions", "RedStain", "TerrorRadius"}},
    ['"Discipline" - Carter\'s Notes']      = {id = 208, rarity = 4, killer = 7, patch = "7.6.0", tags = {"Illusions", "RedStain", "TerrorRadius"}},
    ["High Stimulus Electrode"]             = {id = 209, rarity = 3, killer = 7, tags = {"PowerRange"}},
    ["Interview Tape"]                      = {id = 210, rarity = 3, killer = 7, tags = {"PowerRange"}},
    ["Iridescent King"]                     = {id = 211, rarity = 5, killer = 7, tags = {"EffectDuration", "Illusions", "Pallets", "RedStain", "TerrorRadius"}},
    ["Iridescent Queen"]                    = {id = 212, rarity = 5, killer = 7, tags = {"ExtendedAbility"}},
    ["Maple Knight"]                        = {id = 213, rarity = 1, killer = 7, tags = {"ExtendedAbility", "PowerIndicator"}},
    ["Mouldy Electrode"]                    = {id = 214, rarity = 1, killer = 7, tags = {"PowerRange"}},
    ['"Obedience" - Class III']             = {id = 215, rarity = 2, killer = 7, tags = {"ActionTime"}, decom = true},
    ['"Order" - Class I']                   = {id = 216, rarity = 1, killer = 7, tags = {"Illusions", "Pallets"}},
    ['"Order" - Class II']                  = {id = 217, rarity = 2, killer = 7, patch = "8.2.0", tags = {"Illusions", "Pallets"}},
    ['"Order" - Carter\'s Notes']           = {id = 218, rarity = 4, killer = 7, patch = "8.2.0", tags = {"Illusions", "Pallets"}},
    ["Polished Electrode"]                  = {id = 219, rarity = 2, killer = 7, tags = {"PowerRange"}},
    ['"Restraint" - Class II']              = {id = 220, rarity = 2, killer = 7, tags = {"EffectDuration", "Illusions"}},
    ['"Restraint" - Class III']             = {id = 221, rarity = 3, killer = 7, tags = {"EffectDuration", "Illusions"}},
    ['"Restraint" - Carter\'s Notes']       = {id = 222, rarity = 4, killer = 7, tags = {"EffectDuration", "Illusions"}},
    ["Scrapped Tape"]                       = {id = 223, rarity = 3, killer = 7, tags = {"PowerRange"}},
    -- The Huntress --
    ["Fliegenpilzgift"]                       = {id = 224, rarity = 1, killer = 8, tags = {"Blindness"}},
    ["Bandaged Haft"]                       = {id = 225, rarity = 1, killer = 8, tags = {"ThrowCooldown"}},
    ["Beschmutzte Klinge"]                       = {id = 226, rarity = 4, killer = 8, patch = "7.6.0", tags = {"Haemorrhage", "Mangled"}},
    ["Berus Toxin"]                         = {id = 227, rarity = 1, killer = 8, tags = {"Exhausted"}, decom = true},
    ["Coarse Stone"]                        = {id = 228, rarity = 1, killer = 8, tags = {"GruntsOfPain"}},
    ["Deerskin Gloves"]                     = {id = 229, rarity = 3, killer = 8, effect = "80 %", tags = {"ActionTime"}},
    ["Fine Stone"]                          = {id = 230, rarity = 2, killer = 8, tags = {"Haemorrhage"}, decom = true},
    ["Flower Babushka"]                     = {id = 231, rarity = 3, killer = 8, effect = "-0.1 seconds", patch = "7.6.0", tags = {"ActionTime"}},
    ["Glowing Concoction"]                  = {id = 232, rarity = 4, killer = 8, tags = {"Auras"}},
    ["Infantry Belt"]                       = {id = 233, rarity = 4, killer = 8, patch = "7.6.2", tags = {"Haste"}},
    ["Iridescent Head"]                     = {id = 234, rarity = 5, killer = 8, tags = {"AutoDamage", "PowerCapacity"}},
    ["Leather Loop"]                        = {id = 235, rarity = 2, killer = 8, patch = "7.6.2", tags = {"Haste"}},
    ["Manna Grass Braid"]                   = {id = 236, rarity = 2, killer = 8, tags = {"ActionTime"}},
    ["Oak Haft"]                            = {id = 237, rarity = 2, killer = 8, tags = {"ThrowCooldown"}},
    ["Pungent Phial"]                       = {id = 238, rarity = 3, killer = 8, tags = {"Auras", "ExtendedAbility", "Lockers"}, decom = true},
    ["Rosenwurzel"]                           = {id = 239, rarity = 3, killer = 8, tags = {"ProjectileSpeed"}},
    ["Rostige Klinge"]                          = {id = 240, rarity = 3, killer = 8, patch = "7.6.0", tags = {"Mangled"}},
    ["Shiny Pin"]                           = {id = 241, rarity = 2, killer = 8, tags = {"MovementSpeed"}},
    ["Soldier's Puttee"]                    = {id = 242, rarity = 5, killer = 8, tags = {"MovementSpeed"}},
    ["Giftiges Präparat"]                 = {id = 243, rarity = 3, killer = 8, tags = {"Exhausted"}},
    ["Yellowed Cloth"]                      = {id = 244, rarity = 1, killer = 8, tags = {"ProjectileSpeed"}},
    ["Yew Seed Brew"]                       = {id = 245, rarity = 2, killer = 8, tags = {"Hindered"}, decom = true},
    ["Yew Seed Concoction"]                 = {id = 246, rarity = 3, killer = 8, tags = {"Hindered"}, decom = true},
    ["Beschwerte Klinge"]                       = {id = 247, rarity = 2, killer = 8, tags = {"Incapacitated"}},
    ["Holzfuchs"]                          = {id = 248, rarity = 4, killer = 8, tags = {"Lockers", "Undetectable"}},
    -- The Cannibal --
    ["Award-winning Chilli"]                = {id = 249, rarity = 4, killer = 9, patch = "8.0.0",  tags = {"PowerDuration", "PowerWindow"}},
    ["Begrimed Chains (Bubba's Chainsaw)"]  = {id = 250, rarity = 3, killer = 9,                   displayName = "Begrimed Chains", multiName = true, tags = {"ItemDrop"}},
    ["Carburettor Tuning Guide"]            = {id = 251, rarity = 5, killer = 9,                   dash = "+0.5 seconds", speed = "-2 %", patch = "5.5.0", tags = {"ExtendedAbility", "MovementSpeed", "PowerDuration", "Tokens"}},
    ["Chainsaw File"]                       = {id = 252, rarity = 1, killer = 9, patch = "8.0.0",  tags = {"PowerPenalty"}},
    ["Chilli"]                              = {id = 253, rarity = 2, killer = 9, patch = "8.0.0",  tags = {"PowerDuration", "PowerWindow"}},
    ["Depth Gauge Rake"]                    = {id = 254, rarity = 4, killer = 9,                   tags = {"ActionSpeed", "MovementSpeed", "Tokens"}},
    ["Grässliche Kette"]                       = {id = 255, rarity = 3, killer = 9, patch = "7.6.0",  tags = {"Mangled"}},
    ["Homemade Muffler"]                    = {id = 256, rarity = 2, killer = 9, patch = "8.0.0",  tags = {"PowerPenalty"}},
    ["Iridescent Flesh"]                    = {id = 257, rarity = 5, killer = 9,                   tags = {"PowerPenalty", "PowerRecovery", "Tokens"}},
    ["Knife Scratches"]                     = {id = 258, rarity = 2, killer = 9, patch = "8.0.0",  tags = {"ActionTime", "MovementSpeed"}},
    ["Light Chassis"]                       = {id = 259, rarity = 4, killer = 9,                   tags = {"Auras"}},
    ["Long Guide Bar"]                      = {id = 260, rarity = 2, killer = 9,                   tags = {"PowerPenalty"}},
    ["Primer Bulb"]                         = {id = 261, rarity = 2, killer = 9,                   tags = {"PowerRecovery", "Tokens"}},
    ["Verrostete Kette"]                       = {id = 262, rarity = 4, killer = 9,                   tags = {"Broken"}},
    ["Shop Lubricant"]                      = {id = 263, rarity = 3, killer = 9,                   tags = {"Auras", "TerrorRadius"}},
    ["Spark Plug"]                          = {id = 264, rarity = 1, killer = 9,                   tags = {"PowerRecovery", "Tokens"}},
    ["The Beast's Marks"]                   = {id = 265, rarity = 3, killer = 9, patch = "8.0.0",  tags = {"ActionTime", "MovementSpeed"}},
    ["The Grease"]                          = {id = 266, rarity = 3, killer = 9,                   tags = {"PowerPenalty"}},
    ["Vegetable Oil"]                       = {id = 267, rarity = 1, killer = 9,                   tags = {"PowerCooldown"}},
    -- The Nightmare --
    ["Black Box"]                           = {id = 268, rarity = 5, killer = 10, duration = "15 seconds", linger = "3 seconds", patch = "8.5.1", tags = {"GateBlocker"}},
    ["Blue Dress"]                          = {id = 269, rarity = 3, killer = 10, duration = "8 seconds", patch = "8.5.0", tags = {"DreamSnares", "ExtendedAbility", "PowerCapacity", "PowerPenalty"}},
    ["Katzenklotz"]                           = {id = 270, rarity = 2, killer = 10, effect = "-10 %", patch = "8.5.0", tags = {"DreamProjection", "PowerCooldown", "Teleportation"}},
    ["Class Photo"]                         = {id = 271, rarity = 4, killer = 10, patch = "8.5.0", tags = {"DremProjection", "ExitGates", "ExtendedAbility", "KillerInstinct", "Teleportation"}},
    ["Garden Rake"]                         = {id = 272, rarity = 1, killer = 10, effect = "+10 %", patch = "8.5.0", tags = {"AOE", "DreamSnares"}},
    ["Green Dress"]                         = {id = 273, rarity = 2, killer = 10, effect = "+2 seconds", patch = "8.5.0", tags = {"ActionTime", "WakeUp"}},
    ["Jump Rope (Dream Demon)"]             = {id = 274, rarity = 3, killer = 10, hindered = "-12 %", durationHindered = "5 seconds", effect = "+0.5 seconds", displayName = "Jump Rope", multiName = true, patch = "8.5.0", tags = {"DreamSnares", "Hindered"}},
    ["Kid's Drawing"]                       = {id = 275, rarity = 1, killer = 10, effect = "+10 %", patch = "8.5.0", tags = {"Sleep"}},
    ["Nancy's Masterpiece"]                 = {id = 276, rarity = 3, killer = 10, effect = "-10 %", patch = "8.5.0", tags = {"DreamProjection", "PowerCooldown"}},
    ["Nancy's Sketch"]                      = {id = 277, rarity = 2, killer = 10, effect = "-20 %", patch = "8.5.0", tags = {"AlarmClocks", "EffectDuration"}},
    ["Outdoor Rope"]                        = {id = 278, rarity = 2, killer = 10, effect = "+15 %", patch = "8.5.0", tags = {"DreamSnares"}},
    ["Paint Thinner"]                       = {id = 279, rarity = 3, killer = 10, patch = "8.5.0", duration = "6 seconds", effect = "+100 %", tags = {"ActionSpeed", "DreamPallets", "DreamProjection", "ExtendedAbility", "KillerInstinct"}},
    ["Pill Bottle"]                         = {id = 280, rarity = 4, killer = 10, stack = "-10 %", effect = "-50 %", patch = "8.5.0", tags = {"PowerPenalty", "Sleep"}},
    ["Prototype Claws"]                     = {id = 281, rarity = 2, killer = 10, effect = "-10 %", patch = "8.5.0", tags = {"ActionTime", "DreamSnares"}},
    ["Red Paint Brush"]                     = {id = 282, rarity = 5, killer = 10, distance = "32 metres", effect = "+50 %", patch = "8.5.0", tags = {"Auras", "PowerPenalty", "Sleep"}},
    ["Sheep Block"]                         = {id = 283, rarity = 1, killer = 10, effect = "+10 %", patch = "8.5.0", tags = {"AlarmClocks"}},
    ["Swing Chains"]                        = {id = 284, rarity = 4, killer = 10, range = "16 metres", duration = "6 seconds", patch = "8.5.0", tags = {"DreamProjection", "ExtendedAbility", "WindowBlocker"}},
    ["Unicorn Block"]                       = {id = 285, rarity = 3, killer = 10, effect = "+0.5 metres", patch = "8.5.0", tags = {"DetonationRadius", "DreamPallets", "EffectRange"}},
    ["Wool Shirt"]                          = {id = 286, rarity = 1, killer = 10, effect = "-10 %", patch = "8.5.0", tags = {"DetonationDelay", "DreamPallets"}},
    ['Z-Klotz']                           = {id = 287, rarity = 4, killer = 10, duration = "3 seconds", patch = "8.5.0", tags = {"Auras", "DreamSnares", "DreamPallets"}},
    -- The Pig --
    ["Amanda's Letter"]                     = {id = 288, rarity = 5, killer = 11, tags = {"Auras", "PowerCapacity"}},
    ["Amanda's Secret"]                     = {id = 289, rarity = 4, killer = 11, patch = "7.6.0", tags = {"Auras", "JigsawBox", "LoudNoiseNotifications", "PowerObject"}},
    ["Bag of Gears"]                        = {id = 290, rarity = 3, killer = 11, tags = {"ActionSpeed", "JigsawBox"}},
    ["Combat Straps"]                       = {id = 291, rarity = 1, killer = 11, effect = "+10 %", patch = "7.6.0", tags = {"TransitionSpeed"}},
    ["Crate of Gears"]                      = {id = 292, rarity = 4, killer = 11, tags = {"ActionSpeed", "JigsawBox"}},
    ["Atemmaske"]                           = {id = 293, rarity = 2, killer = 11, tags = {"Blindness"}},
    ["Ineinandergreifende Klingen"]                  = {id = 294, rarity = 1, killer = 11, tags = {"DeepWound", "JigsawBox", "SkillChecks"}},
    ["Jigsaw's Annotated Plan"]             = {id = 295, rarity = 3, killer = 11, tags = {"Generators", "PowerCapacity", "PowerDuration"}},
    ["Jigsaw's Sketch"]                     = {id = 296, rarity = 4, killer = 11, tags = {"Auras", "Generators", "PowerCapacity"}},
    ["John's Medical File"]                 = {id = 297, rarity = 1, killer = 11, tags = {"MovementSpeed"}},
    ["Last Will"]                           = {id = 298, rarity = 2, killer = 11, tags = {"ActionTime", "Dash", "MovementSpeed"}},
    ["Rasiermesserscharfe Drähte"]                         = {id = 299, rarity = 2, killer = 11, tags = {"AutoDamage", "JigsawBox", "SkillCheckDifficulty", "SkillChecks"}},
    ["Rules Set No.2"]                      = {id = 300, rarity = 3, killer = 11, tags = {"Auras", "JigsawBox"}},
    ["Rostige Befestigung"]                   = {id = 301, rarity = 3, killer = 11, patch = "7.6.0", tags = {"Mangled"}},
    ["Shattered Syringe"]                   = {id = 302, rarity = 1, killer = 11, patch = "7.6.0", tags = {"Dash", "PowerCooldown"}},
    ["Langsam wirkendes Gift"]                  = {id = 303, rarity = 3, killer = 11, tags = {"Exhausted"}},
    ["Tampered Timer"]                      = {id = 304, rarity = 4, killer = 11, tags = {"PowerDuration"}},
    ["Nützliche Klingen"]                      = {id = 305, rarity = 2, killer = 11, patch = "7.6.0", tags = {"Haemorrhage"}},
    ["Video Tape"]                          = {id = 306, rarity = 5, killer = 11, tags = {}},
    ["Workshop Grease"]                     = {id = 307, rarity = 2, killer = 11, patch = "7.6.0", tags = {"ActionSpeed", "Dash", "PowerCooldown"}},
    -- All Killers --
    ["Fäuleserum"]                        = {id = 308, rarity = 8, killer = 0, notAvailable = true, tags = {"MovementSpeed"}},
    -- The Clown --
    ["Bottle of Chloroform"]                = {id = 309, rarity = 3, killer = 12, tags = {"Intoxication", "PowerRange"}},
    ["Cheap Gin Bottle"]                    = {id = 310, rarity = 4, killer = 12, patch = "7.6.2", tags = {"Haste"}},
    ["Cigar Box"]                           = {id = 311, rarity = 4, killer = 12, tags = {"Auras", "Invigoration"}},
    ["Ether 5 Vol%"]                        = {id = 312, rarity = 1, killer = 12, decom = true, tags = {"Intoxication", "PowerDuration"}},
    ["Ether 10 Vol%"]                       = {id = 313, rarity = 3, killer = 12, decom = true, tags = {"Intoxication", "PowerDuration"}},
    ["Ether 15 Vol%"]                       = {id = 314, rarity = 4, killer = 12, tags = {"Intoxication", "PowerDuration"}},
    ["Fingerless Parade Gloves"]            = {id = 315, rarity = 1, killer = 12, tags = {"ProjectileAngle", "ProjectileSpeed"}},
    ["Flasche Bleichmittel"]                     = {id = 316, rarity = 3, killer = 12, tags = {"Hindered", "Intoxication", "PowerEfficiency"}},
    ["Garish Make-Up Kit"]                  = {id = 317, rarity = 4, killer = 12, tags = {"Invigoration", "PowerDuration"}},
    ["Kerosinkanister"]                        = {id = 318, rarity = 2, killer = 12, tags = {"Blindness", "Intoxication"}},
    ["Party Bottle"]                        = {id = 319, rarity = 1, killer = 12, tags = {"Bloodpoints", "Confetti", "Deviousness"}},
    ["Kleiner Finger eines Rotschopfs"]             = {id = 320, rarity = 5, killer = 12, patch = "7.6.0", tags = {"Exposed", "Intoxication", "PowerCapacity"}},
    ["Robin Feather"]                       = {id = 321, rarity = 1, killer = 12, tags = {"ThrowCooldown"}},
    ["Smelly Inner Soles"]                  = {id = 322, rarity = 3, killer = 12, tags = {"MovementSpeed"}},
    ["Solvent Jug"]                         = {id = 323, rarity = 2, killer = 12, tags = {"Invigoration", "PowerDuration"}},
    ["Spirit of Hartshorn"]                 = {id = 324, rarity = 3, killer = 12, tags = {"Invigoration", "PowerRange"}},
    ["Starling Feather"]                    = {id = 325, rarity = 2, killer = 12, tags = {"ThrowCooldown"}},
    ["Sticky Soda Bottle"]                  = {id = 326, rarity = 2, killer = 12, patch = "7.6.2", tags = {"Haste"}},
    ["Fläschchen mit Schwefelsäure"]                 = {id = 327, rarity = 3, killer = 12, patch = "7.6.0", tags = {"Intoxication", "Mangled"}},
    ["Tattoo's Middle Finger"]              = {id = 328, rarity = 5, killer = 12, tags = {"Auras", "Intoxication", "Invigoration"}},
    ["Thick Cork Stopper"]                  = {id = 329, rarity = 2, killer = 12, tags = {"ActionTime"}},
    ["VHS Porn"]                            = {id = 330, rarity = 1, killer = 12, tags = {"Deception", "Intoxication", "Invigoration", "PowerAlternate"}},
    -- The Spirit --
    ["Bloody Hair Brooch"]                  = {id = 331, rarity = 3, killer = 13, decom = true, tags = {"ActionSpeed"}},
    ["Dirty Uwabaki"]                       = {id = 332, rarity = 3, killer = 13, decom = true, tags = {"MovementSpeed", "Phase-Walk"}},
    ["Dried Cherry Blossom"]                = {id = 333, rarity = 4, killer = 13, tags = {"KillerInstinct", "Phase-Walk", "ScratchMarks"}},
    ["Father's Glasses"]                    = {id = 334, rarity = 5, killer = 13, decom = true, tags = {"ExtendedAbility", "PoolsOfBlood"}},
    ["Furin"]                               = {id = 335, rarity = 4, killer = 13, tags = {"Deception"}},
    ["Gifted Bamboo Comb"]                  = {id = 336, rarity = 1, killer = 13, tags = {"ActionSpeed"}},
    ["Juniper Bonsai"]                      = {id = 337, rarity = 2, killer = 13, tags = {"Deception", "PowerInvisibility"}},
    ["Kaiun Talisman"]                      = {id = 338, rarity = 2, killer = 13, tags = {"Phase-Walk", "PowerDuration"}},
    ["Katana Tsuba"]                        = {id = 339, rarity = 3, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "PowerInvisibility"}},
    ["Katsumori Talisman"]                  = {id = 340, rarity = 3, killer = 13, decom = true, tags = {"Phase-Walk", "PowerDuration", "PowerRecovery"}},
    ["Kintsugi Teacup"]                     = {id = 341, rarity = 5, killer = 13, tags = {"BreakableWalls", "Pallets", "PowerRecovery"}},
    ["Mother's Glasses"]                    = {id = 342, rarity = 3, killer = 13, tags = {"Husk", "KillerInstinct"}},
    ["Mother-Daughter Ring"]                = {id = 343, rarity = 5, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "ScratchMarks"}},
    ["Muddy Sports Day Cap"]                = {id = 344, rarity = 2, killer = 13, tags = {"MovementSpeed", "Phase-Walk"}},
    ["Origami Crane"]                       = {id = 345, rarity = 1, killer = 13, tags = {"PowerRecovery"}},
    ["Prayer Beads Bracelet"]               = {id = 346, rarity = 4, killer = 13, decom = true, tags = {"Deception", "TerrorRadius"}},
    ["Rin's Broken Watch"]                  = {id = 347, rarity = 2, killer = 13, tags = {"PowerRecovery"}},
    ["Rusty Flute"]                         = {id = 348, rarity = 3, killer = 13, tags = {"PowerRecovery"}},
    ["Senko Hanabi"]                        = {id = 349, rarity = 3, killer = 13, tags = {"Husk", "Phase-Walk", "WindowBlocker"}},
    ["Shiawase Amulet"]                     = {id = 350, rarity = 1, killer = 13, tags = {"Phase-Walk", "PowerDuration"}},
    ["Uchiwa"]                              = {id = 351, rarity = 3, killer = 13, tags = {"KillerStun", "Pallets", "PowerRecovery"}},
    ["Wakizashi Saya"]                      = {id = 352, rarity = 4, killer = 13, tags = {"ExtendedAbility", "Husk", "Phase-Walk"}},
    ["White Hair Ribbon"]                   = {id = 353, rarity = 2, killer = 13, tags = {"ActionSpeed"}},
    ["Yakuyoke Amulet"]                     = {id = 354, rarity = 4, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "PowerDuration"}},
    ["Zōri"]                                = {id = 355, rarity = 1, killer = 13, tags = {"MovementSpeed", "Phase-Walk"}},
    -- The Legion --
    ["BFFs"]                                = {id = 356, rarity = 4, killer = 14, tags = {"ExitGates", "Haste"}},
    ["Cold Dirt"]                           = {id = 357, rarity = 4, killer = 14, decom = true, tags = {"PowerCooldown"}},
    ["Entstellter Smiley-Button"]                  = {id = 358, rarity = 2, killer = 14, patch = "7.6.0", tags = {"DeepWound", "Mangled", "Mending"}},
    ["Etched Ruler"]                        = {id = 359, rarity = 2, killer = 14, tags = {"Oblivious"}},
    ["Filthy Blade"]                        = {id = 360, rarity = 4, killer = 14, tags = {"ActionTime", "DeepWound", "Mending"}},
    ["Frank's Mix Tape"]                    = {id = 361, rarity = 4, killer = 14, tags = {"ActionSpeed", "BreakableWalls", "Generators", "TerrorRadius"}},
    ["Friendship Bracelet"]                 = {id = 362, rarity = 1, killer = 14, tags = {"AttackRange"}},
    ["Fuming Mix Tape"]                     = {id = 363, rarity = 5, killer = 14, tags = {"ExtendedAbility", "Generators", "TerrorRadius"}},
    ["Iridescent Button"]                   = {id = 364, rarity = 5, killer = 14, tags = {"AutoBreak", "Pallets"}},
    ["Joey's Mix Tape"]                     = {id = 365, rarity = 3, killer = 14, tags = {"DeepWound", "Haemorrhage", "Mending", "TerrorRadius"}},
    ["Julie's Mix Tape"]                    = {id = 366, rarity = 2, killer = 14, tags = {"KillerStun", "PowerRecovery"}},
    ["Mischief List"]                       = {id = 367, rarity = 1, killer = 14, patch = "8.6.0", effect = "+1 second", tags = {"PowerDuration"}},
    ["Mural Sketch"]                        = {id = 368, rarity = 2, killer = 14, patch = "8.6.0", effect = "+0.08 m/s", stack = "+0.32 m/s", maxBonus = "+1.28 m/s", tags = {"MovementSpeed"}},
    ["Nasty Blade"]                         = {id = 369, rarity = 3, killer = 14, decom = true, tags = {"ActionTime", "Mending"}},
    ["Never-Sleep Pills"]                   = {id = 370, rarity = 2, killer = 14, tags = {"Bloodpoints", "MovementSpeed", "PowerDuration"}},
    ["Scratched Ruler"]                     = {id = 371, rarity = 1, killer = 14, tags = {"PowerRecovery"}},
    ["Smiley-Button"]                     = {id = 372, rarity = 1, killer = 14, tags = {"Blindness", "DeepWound", "Mending"}},
    ["Stab Wounds Study"]                   = {id = 373, rarity = 4, killer = 14, tags = {"Auras", "DeepWound", "Mending"}},
    ["Stolen Sketch Book"]                  = {id = 374, rarity = 3, killer = 14, tags = {"ItemDrop"}},
    ["Stylish Sunglasses"]                  = {id = 375, rarity = 3, killer = 14, tags = {"Auras", "DeepWound", "Mending"}},
    ["Susie's Mix Tape"]                    = {id = 376, rarity = 3, killer = 14, tags = {"KillerInstinct", "TerrorRadius"}},
    ["Legion-Button"]                      = {id = 377, rarity = 3, killer = 14, tags = {"Broken", "DeepWound", "Mending"}},
    -- The Plague --
    ["Ashen Apple"]                         = {id = 378, rarity = 3, killer = 15, tags = {"PoolsOfDevotion", "PowerCapacity", "PowerObject"}},
    ["Black Incense"]                       = {id = 379, rarity = 5, killer = 15, tags = {"Auras"}},
    ["Blessed Apple"]                       = {id = 380, rarity = 2, killer = 15, tags = {"PoolsOfDevotion", "PowerCapacity"}},
    ["Devotee's Amulet"]                    = {id = 381, rarity = 4, killer = 15, tags = {"PowerDuration"}},
    ["Emetic Potion"]                       = {id = 382, rarity = 2, killer = 15, tags = {"PowerEfficiency"}},
    ["Exorcism Amulet"]                     = {id = 383, rarity = 3, killer = 15, tags = {"PowerDuration"}},
    ["Haematite Seal"]                      = {id = 384, rarity = 2, killer = 15, tags = {"PowerDuration"}},
    ["Healing Salve"]                       = {id = 385, rarity = 1, killer = 15, tags = {"PowerCooldown"}},
    ["Incensed Ointment"]                   = {id = 386, rarity = 3, killer = 15, tags = {"LoudNoiseNotifications", "Screams", "TerrorRadius"}},
    ["Infected Emetic"]                     = {id = 387, rarity = 3, killer = 15, tags = {"PowerEfficiency"}},
    ["Iridescent Seal"]                     = {id = 388, rarity = 5, killer = 15, tags = {"Generator", "PowerDuration", "PowerRecovery"}},
    ["Limestone Seal"]                      = {id = 389, rarity = 1, killer = 15, tags = {"PowerDuration"}},
    ["Olibanum Incense"]                    = {id = 390, rarity = 1, killer = 15, tags = {"Auras", "PoolsOfDevotion"}},
    ["Potent Tincture"]                     = {id = 391, rarity = 2, killer = 15, tags = {"PowerCooldown"}},
    ["Prayer Tablet Fragment"]              = {id = 392, rarity = 1, killer = 15, tags = {"Bloodpoints", "Deviousness", "PowerDuration", "PowerEfficiency", "PowerPenalty"}},
    ["Prophylactic Amulet"]                 = {id = 393, rarity = 2, killer = 15, tags = {"PoolsOfDevotion", "PowerObject"}},
    ["Rubbing Oil"]                         = {id = 394, rarity = 3, killer = 15, tags = {"ActionSpeed"}},
    ["Severed Toe"]                         = {id = 395, rarity = 4, killer = 15, tags = {"PowerEfficiency"}},
    ["Vile Emetic"]                         = {id = 396, rarity = 4, killer = 15, tags = {"ProjectileSpeed"}},
    ["Worship Tablet"]                      = {id = 397, rarity = 4, killer = 15, tags = {"ActionSpeed", "MovementSpeed", "PoolsOfDevotion"}},
    -- Ghost Face --
    ["Cheap Cologne"]                       = {id = 398, rarity = 1, killer = 16, tags = {"PowerDuration"}},
    ["Chewed Pen"]                          = {id = 399, rarity = 3, killer = 16, tags = {"PowerCounter"}},
    ["Cinch Straps"]                        = {id = 400, rarity = 2, killer = 16, tags = {"PowerPenalty"}},
    ["Driver's License"]                    = {id = 401, rarity = 4, killer = 16, tags = {"ExtendedAbility", "GenBlocker", "Generators"}},
    ["Drop-Leg Knife Sheath"]               = {id = 402, rarity = 4, killer = 16, tags = {"Haste"}},
    ['"Ghost Face Caught on Tape"']         = {id = 403, rarity = 5, killer = 16, tags = {"DyingState", "PowerRecovery"}},
    ["Headline Cut-Outs"]                   = {id = 404, rarity = 1, killer = 16, tags = {"MovementSpeed"}},
    ["Knife Belt Clip"]                     = {id = 405, rarity = 3, killer = 16, tags = {"TerrorRadius"}},
    ["Lasting Perfume"]                     = {id = 406, rarity = 3, killer = 16, tags = {"PowerCounter"}},
    ["Leather Knife Sheath"]                = {id = 407, rarity = 3, killer = 16, tags = {"MovementSpeed"}},
    ["Marked Map"]                          = {id = 408, rarity = 2, killer = 16, tags = {"KillerInstinct", "PowerCounter"}},
    ["Night Vision Monocular"]              = {id = 409, rarity = 4, killer = 16, tags = {"Exhausted"}},
    ["Olsen's Address Book"]                = {id = 410, rarity = 2, killer = 16, tags = {"Auras", "RushedActions"}},
    ["Olsen's Journal"]                     = {id = 411, rarity = 2, killer = 16, tags = {"Oblivious"}},
    ["Olsen's Wallet"]                      = {id = 412, rarity = 3, killer = 16, tags = {"BreakableWalls", "Pallets", "PowerRecovery"}},
    ["Outdoor Security Camera"]             = {id = 413, rarity = 5, killer = 16, tags = {"Auras", "DyingState"}},
    ['"Philly"']                            = {id = 414, rarity = 1, killer = 16, effect = "-10 %", patch = "8.4.0", tags = {"PowerEfficiency"}},
    ["Telephoto Lens"]                      = {id = 415, rarity = 2, killer = 16, tags = {"Oblivious"}},
    ["Victim's Detailed Routine"]           = {id = 416, rarity = 4, killer = 16, tags = {"Exhausted"}},
    ["Walleye's Matchbook"]                 = {id = 417, rarity = 1, killer = 16, effect = "-3 seconds", patch = "8.4.0", tags = {"PowerRecovery"}},
    -- The Demogorgon --
    ["Barb's Glasses"]                      = {id = 418, rarity = 2, killer = 17, patch = "7.6.0", tags = {"AttackCooldown", "BreakableWalls", "Pallets"}},
    ["Black Heart"]                         = {id = 419, rarity = 1, killer = 17, patch = "7.6.0", tags = {"AttackCooldown"}},
    ["Messingfeuerzeug"]                  = {id = 420, rarity = 3, killer = 17, tags = {"Blindness", "Portals"}},
    ["Deer Lung"]                           = {id = 421, rarity = 3, killer = 17, tags = {"MovementSpeed", "PowerObject"}},
    ["Eleven's Soda"]                       = {id = 422, rarity = 3, killer = 17, tags = {"Auras", "ExtendedAbility", "Generators"}},
    ["Leprose Lichen"]                      = {id = 423, rarity = 5, killer = 17, tags = {"Auras", "ExtendedAbility", "Portals"}},
    ["Lifeguard Whistle"]                   = {id = 424, rarity = 4, killer = 17, effect = "+2", patch = "8.4.0", tags = {"PowerCapacity", "Portals"}},
    ["Mews' Guts"]                          = {id = 425, rarity = 2, killer = 17, tags = {"AttackCooldown", "PowerObject", "Portals"}},
    ["Rat Liver"]                           = {id = 426, rarity = 1, killer = 17, effect = "+3.5 %", patch = "4.7.0", tags = {"MovementSpeed"}},
    ["Rat Tail"]                            = {id = 427, rarity = 1, killer = 17, tags = {"ActionSpeed", "Portals"}},
    ["Red Moss"]                            = {id = 428, rarity = 5, killer = 17, tags = {"ActionNoise", "ActionTime", "EffectDuration", "Undetectable", "Portals"}},
    ["Rotten Green Tripe"]                  = {id = 429, rarity = 2, killer = 17, tags = {"MovementSpeed", "Portals"}},
    ["Rotten Pumpkin"]                      = {id = 430, rarity = 1, killer = 17, tags = {"Bloodpoints", "Portals", "PowerPenalty"}},
    ["Sticky Lining"]                       = {id = 431, rarity = 2, killer = 17, tags = {"EffectRange", "Portals"}},
    ["Thorny Vines"]                        = {id = 432, rarity = 3, killer = 17, range = "+1 metre", effect = "+8 %", patch = "8.4.0", tags = {"ActionTime", "EffectRange", "Portals"}},
    ["Unknown Egg"]                         = {id = 433, rarity = 4, killer = 17, tags = {"PowerRecovery"}},
    ["Upside Down Resin"]                   = {id = 434, rarity = 4, killer = 17, tags = {"ActionTime", "Portals"}},
    ["Zinnoberroter Raukopf"]                    = {id = 435, rarity = 4, killer = 17, tags = {"EffectDuration", "Undetectable", "Portals"}},
    ["Violetter Saftling"]                       = {id = 436, rarity = 3, killer = 17, tags = {"EffectDuration", "Undetectable", "Portals"}},
    ["Viscous Webbing"]                     = {id = 437, rarity = 2, killer = 17, effect = "+10 %", patch = "8.4.0", tags = {"ActionTime", "Portals"}},
    -- The Oni --
    ["Akito's Crutch"]                      = {id = 438, rarity = 4, killer = 18, tags = {"Dash", "MovementSpeed"}},
    ["Blackened Toenail"]                   = {id = 439, rarity = 1, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
    ["Bloody Sash"]                         = {id = 440, rarity = 2, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
    ["Child's Wooden Sword"]                = {id = 441, rarity = 2, killer = 18, tags = {"Auras", "BloodOrbs", "PowerRange"}},
    ["Chipped Saihai"]                      = {id = 442, rarity = 2, killer = 18, tags = {"PowerDuration"}},
    ["Cracked Sakazuki"]                    = {id = 443, rarity = 1, killer = 18, tags = {"TransitionTime"}},
    ["Ink Lion"]                            = {id = 444, rarity = 2, killer = 18, tags = {"TransitionTime", "PowerPenalty"}},
    ["Iridescent Family Crest"]             = {id = 445, rarity = 5, killer = 18, tags = {"ExtendedAbility", "LoudNoiseNotifications", "Screams"}},
    ["Kanai-Anzen Talisman"]                = {id = 446, rarity = 3, killer = 18, tags = {"Dash", "MovementSpeed"}},
    ["Lion Fang"]                           = {id = 447, rarity = 4, killer = 18, tags = {"PowerDuration"}},
    ["Paper Lantern"]                       = {id = 448, rarity = 1, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
    ["Polished Maedate"]                    = {id = 449, rarity = 2, killer = 18, tags = {"PassiveCharge"}},
    ["Renjiro's Bloody Glove"]              = {id = 450, rarity = 5, killer = 18, tags = {"Auras", "ExtendedAbility"}},
    ["Rotting Rope"]                        = {id = 451, rarity = 1, killer = 18, tags = {"Auras", "BloodOrbs", "PowerRange"}},
    ["Scalped Topknot"]                     = {id = 452, rarity = 3, killer = 18, tags = {"ActionTime", "Dash"}},
    ["Shattered Wakizashi"]                 = {id = 453, rarity = 3, killer = 18, tags = {"PassiveCharge"}},
    ["Splintered Hull"]                     = {id = 454, rarity = 4, killer = 18, tags = {"BloodOrbs", "Crouching", "Lockers", "Pallets", "SkillChecks", "Windows"}},
    ["Tear-Soaked Tenugui"]                 = {id = 455, rarity = 4, killer = 18, tags = {"PowerPenalty"}},
    ["Wooden Oni Mask"]                     = {id = 456, rarity = 3, killer = 18, tags = {"BloodOrbs", "Crouching", "Lockers", "Pallets", "SkillChecks", "Windows"}},
    ["Yamaoka Sashimono"]                   = {id = 457, rarity = 3, killer = 18, tags = {"PowerDuration"}},
    -- The Deathslinger --
    ["Barbed Wire"]                         = {id = 458, rarity = 4, killer = 19, tags = {"ActionTime", "DeepWound", "Mending"}},
    ["Bayshore's Cigar"]                    = {id = 459, rarity = 4, killer = 19, patch = "8.0.0", tags = {"KillerStun", "StunDuration"}},
    ["Bayshore's Gold Tooth"]               = {id = 460, rarity = 3, killer = 19, patch = "8.0.0", tags = {"MovementSpeed", "Reeling"}},
    ["Chewing Tobacco"]                     = {id = 461, rarity = 2, killer = 19, patch = "8.0.0", tags = {"KillerStun", "StunDuration"}},
    ["Gold Creek Whiskey"]                  = {id = 462, rarity = 4, killer = 19, tags = {"ADS", "TerrorRadius"}},
    ["Hellshire Iron"]                      = {id = 463, rarity = 5, killer = 19, tags = {"Undetectable"}},
    ["Dornenpfeil"]                  = {id = 464, rarity = 3, killer = 19, patch = "7.6.0", tags = {"Mangled"}},
    ["Schillernde Münze"]                     = {id = 465, rarity = 5, killer = 19, tags = {"Exposed"}},
    ["Jaw Smasher"]                         = {id = 466, rarity = 2, killer = 19, tags = {"ADS", "MovementSpeed"}},
    ["Marshal's Badge"]                     = {id = 467, rarity = 2, killer = 19, tags = {"ADS", "TerrorRadius"}},
    ["Modified Ammo Belt"]                  = {id = 468, rarity = 1, killer = 19, tags = {"ActionTime"}},
    ["Poison Oak Leaves"]                   = {id = 469, rarity = 2, killer = 19, tags = {"ActionTime", "DeepWound", "Mending"}},
    ["Prison Chain"]                        = {id = 470, rarity = 4, killer = 19, tags = {"ActionTime"}},
    ["Rickety Chain"]                       = {id = 471, rarity = 1, killer = 19, tags = {"ActionTime", "Bloodpoints"}},
    ["Rostiger Nagel"]                        = {id = 472, rarity = 2, killer = 19, patch = "7.6.0", tags = {"Mangled"}},
    ["Snake Oil"]                           = {id = 473, rarity = 1, killer = 19, patch = "8.0.0", tags = {"MovementSpeed", "Reeling"}},
    ["Spit Polish Rag"]                     = {id = 474, rarity = 1, killer = 19, tags = {"PowerCooldown"}},
    ["Tin Oil Can"]                         = {id = 475, rarity = 3, killer = 19, tags = {"PowerCooldown"}},
    ["Wanted Poster"]                       = {id = 476, rarity = 3, killer = 19, tags = {"ADS", "MovementSpeed"}},
    ["Warden's Keys"]                       = {id = 477, rarity = 3, killer = 19, tags = {"ActionTime"}},
    -- The Executioner --
    ["Black Strap"]                         = {id = 478, rarity = 1, killer = 20, tags = {"AttackRange"}},
    ["Burning Man Painting"]                = {id = 479, rarity = 3, killer = 20, tags = {"AttackRange"}},
    ["Copper Ring"]                         = {id = 480, rarity = 1, killer = 20, tags = {"PowerDuration"}},
    ["Cinderella Music Box"]                = {id = 481, rarity = 2, killer = 20, tags = {"EffectDuration"}},
    ["Buch „Blutrote Zeremonie“"]               = {id = 482, rarity = 4, killer = 20, patch = "7.6.0", tags = {"Haemorrhage", "Mangled"}},
    ["Dead Butterfly"]                      = {id = 483, rarity = 1, killer = 20, tags = {"PowerRecovery"}},
    ["Forgotten Videotape"]                 = {id = 484, rarity = 2, killer = 20, tags = {"PowerRecovery"}},
    ["Iridescent Seal of Metatron"]         = {id = 485, rarity = 5, killer = 20, tags = {"Auras", "Cages", "Torment"}},
    ["Lead Ring"]                           = {id = 486, rarity = 1, killer = 20, tags = {"EffectDuration"}},
    ["Leopard-Print Fabric"]                = {id = 487, rarity = 2, killer = 20, tags = {"KillerInstinct"}},
    ["Buch „Verlorene Erinnerungen“"]                  = {id = 488, rarity = 4, killer = 20, tags = {"Oblivious", "Torment"}},
    ["Mannequin Foot"]                      = {id = 489, rarity = 3, killer = 20, tags = {"EffectDuration"}},
    ["Misty Day, Remains of Judgement"]     = {id = 490, rarity = 3, killer = 20, tags = {"KillerInstinct"}},
    ["Obsidiankelch"]                     = {id = 491, rarity = 5, killer = 20, tags = {"Undetectable"}},
    ["Rostfarbenes Ei"]                   = {id = 492, rarity = 4, killer = 20, tags = {"Blindness", "Torment"}},
    ["Scarlet Egg"]                         = {id = 493, rarity = 4, killer = 20, tags = {"KillerInstinct"}},
    ["Spearhead"]                           = {id = 494, rarity = 2, killer = 20, tags = {"PowerDuration"}},
    ["Tablet of the Oppressor"]             = {id = 495, rarity = 3, killer = 20, tags = {"PowerDuration"}},
    ["Valtiel Sect Photograph"]             = {id = 496, rarity = 3, killer = 20, tags = {"PowerRecovery"}},
    ["Wax Doll"]                            = {id = 497, rarity = 2, killer = 20, tags = {"AttackRange"}},
    -- The Blight --
    ["Adrenaline Vial"]                     = {id = 498, rarity = 3, killer = 21, patch = "7.5.0", tags = {"CameraAngle", "Dash", "MovementSpeed", "PowerTokens", "TurnRate"}},
    ["Alchemist's Ring"]                    = {id = 499, rarity = 4, killer = 21, patch = "7.5.0", tags = {"Dash", "PowerDuration"}},
    ["Blighted Crow"]                       = {id = 500, rarity = 3, killer = 21, patch = "7.5.0", tags = {"Dash", "MovementSpeed"}},
    ["Blighted Rat"]                        = {id = 501, rarity = 2, killer = 21, patch = "7.5.0", tags = {"Dash", "MovementSpeed"}},
    ["Canker Thorn"]                        = {id = 502, rarity = 2, killer = 21, tags = {"Dash", "PowerCooldown"}},
    ["Chipped Monocle"]                     = {id = 503, rarity = 1, killer = 21, tags = {"ExtendedAbility", "PowerIndicator", "Slam"}},
    ["Compound Seven"]                      = {id = 504, rarity = 1, killer = 21, tags = {"ExtendedAbility", "Slam"}},
    ["Compound Thirty-Three"]               = {id = 505, rarity = 5, killer = 21, patch = "8.0.0", tags = {"Dash", "PowerDuration", "PowerTokens", "TurnRate"}},
    ["Compound Twenty-One"]                 = {id = 506, rarity = 3, killer = 21, tags = {"Auras", "Slam"}},
    ["Foxglove"]                            = {id = 507, rarity = 1, killer = 21, tags = {"Dash", "PowerCooldown"}},
    ["Iridescent Blight Tag"]               = {id = 508, rarity = 5, killer = 21, patch = "8.0.0", tags = {"CameraAngle", "Dash", "MovementSpeed", "PowerTokens"}},
    ["Placebo Tablet"]                      = {id = 509, rarity = 1, killer = 21, tags = {"Bloodpoints", "Dash", "MovementSpeed"}},
    ["Plague Bile"]                         = {id = 510, rarity = 2, killer = 21, tags = {"Dash", "TurnRate"}},
    ["Pustula Dust"]                        = {id = 511, rarity = 2, killer = 21, tags = {"PowerWindow"}},
    ["Rose Tonic"]                          = {id = 512, rarity = 3, killer = 21, tags = {"PowerWindow"}},
    ["Shredded Notes"]                      = {id = 513, rarity = 2, killer = 21, patch = "7.7.0", tags = {"Dash", "PowerRecovery"}},
    ["Soul Chemical"]                       = {id = 514, rarity = 4, killer = 21, patch = "7.7.0", tags = {"Dash", "MovementSpeed"}},
    ["Summoning Stone"]                     = {id = 515, rarity = 4, killer = 21, patch = "7.7.0", tags = {"Dash", "PowerDuration"}},
    ["Umbra Salts"]                         = {id = 516, rarity = 3, killer = 21, tags = {"Dash", "TurnRate"}},
    ["Vigos Tagebuch"]                      = {id = 517, rarity = 4, killer = 21, tags = {"Dash", "Undetectable"}},
    -- The Twins --
    ["Milchzähne"]                          = {id = 518, rarity = 2, killer = 22, tags = {"Blindness", "Victor"}},
    ["Bloody Black Hood"]                   = {id = 519, rarity = 2, killer = 22, tags = {"Charlotte", "DormantState", "TransitionTime"}},
    ["Cat's Eye"]                           = {id = 520, rarity = 2, killer = 22, tags = {"ActionNoise", "Lullaby", "Pounce", "Shriek", "Victor"}},
    ["Cat Figurine"]                        = {id = 521, rarity = 1, killer = 22, tags = {"ExtendedAbility", "PowerIndicator", "Victor"}},
    ["Ceremonial Candelabrum"]              = {id = 522, rarity = 2, killer = 22, tags = {"ActionTime", "Charlotte", "Victor"}},
    ["Parfümtropfen"]                     = {id = 523, rarity = 4, killer = 22, tags = {"Charlotte", "Lullaby", "Oblivious", "Shriek", "Victor"}},
    ["Forest Stew"]                         = {id = 524, rarity = 4, killer = 22, tags = {"MovementSpeed", "Victor"}},
    ["Schillernder Anhänger"]                  = {id = 525, rarity = 5, killer = 22, patch = "7.7.0", tags = {"Charlotte", "Exposed", "Victor"}},
    ["Madeleine's Glove"]                   = {id = 526, rarity = 2, killer = 22, tags = {"EffectRange", "Lullaby", "Shriek"}},
    ["Madeleine's Scarf"]                   = {id = 527, rarity = 3, killer = 22, tags = {"MovementSpeed", "Victor"}},
    ["Rostige Nadel"]                       = {id = 528, rarity = 3, killer = 22, patch = "7.7.0", tags = {"Haemorrhage", "Victor"}},
    ["Sewer Sludge"]                        = {id = 529, rarity = 3, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Victor"}},
    ["Stoffknebel"]                     = {id = 530, rarity = 5, killer = 22, patch = "7.7.0", tags = {"Charlotte", "DormantState", "Undetectable"}},
    ["Soured Milk"]                         = {id = 531, rarity = 1, killer = 22, tags = {"EffectRange", "Lullaby", "Shriek"}},
    ["Spinning Top"]                        = {id = 532, rarity = 4, killer = 22, tags = {"ItemDrop", "Pounce", "Victor"}},
    ["Stale Biscuit"]                       = {id = 533, rarity = 3, killer = 22, tags = {"Pounce", "PowerCooldown", "Victor"}},
    ["Tiny Fingernail"]                     = {id = 534, rarity = 1, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Victor"}},
    ["Toy Sword"]                           = {id = 535, rarity = 1, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Pounce", "Victor"}},
    ["Victor's Soldier"]                    = {id = 536, rarity = 4, killer = 22, tags = {"Auras", "Charlotte", "Victor"}},
    ["Schwere Rassel"]                      = {id = 537, rarity = 3, killer = 22, patch = "7.7.0", tags = {"Broken", "Victor"}},
    -- The Trickster --
    ["Bloody Boa"]                          = {id = 538, rarity = 3, killer = 23, tags = {"PowerCapacity"}},
    ["Caged Heart Shoes"]                   = {id = 539, rarity = 2, killer = 23, tags = {"MovementSpeed"}},
    ["Cut Thru U Single"]                   = {id = 540, rarity = 4, killer = 23, tags = {"ExtendedAbility", "PowerEfficiency"}},
    ["Death Throes Compilation"]            = {id = 541, rarity = 5, killer = 23, tags = {"Auras", "MainEvent"}},
    ["Diamond Cufflinks"]                   = {id = 542, rarity = 4, killer = 23, tags = {"Auras"}},
    ["Edge of Revival Album"]               = {id = 543, rarity = 4, killer = 23, tags = {"ExtendedAbility", "PowerEfficiency"}},
    ["Fizz-Spin Soda"]                      = {id = 544, rarity = 3, killer = 23, tags = {"ComboDuration", "MainEvent"}},
    ["Inferno Wires"]                       = {id = 545, rarity = 1, killer = 23, tags = {"MainEvent", "PowerDuration"}},
    ["Schillernde Fotokarte"]                = {id = 546, rarity = 5, killer = 23, tags = {"Haste"}},
    ["Ji-Woon's Autograph"]                 = {id = 547, rarity = 2, killer = 23, tags = {"ComboDuration", "MainEvent"}},
    ["Killing Part Chords"]                 = {id = 548, rarity = 1, killer = 23, tags = {"MovementSpeed"}},
    ["Lucky Blade"]                         = {id = 549, rarity = 2, killer = 23, tags = {"PowerDuration"}},
    ["Melodious Murder"]                    = {id = 550, rarity = 3, killer = 23, tags = {"ActionTime", "Lockers"}},
    ["Memento Blades"]                      = {id = 551, rarity = 1, killer = 23, tags = {"ThrowCooldown"}},
    ["On Target Single"]                    = {id = 552, rarity = 2, killer = 23, tags = {"DecayDelay"}},
    ["Ripper Brace"]                        = {id = 553, rarity = 3, killer = 23, tags = {"DecayDelay"}},
    ["Smash 'n' Run Gloves"]                = {id = 554, rarity = 0, killer = 23, unused = true, tags = {}},
    ["Tequila Moonrock"]                    = {id = 555, rarity = 2, killer = 23, tags = {"PowerDuration"}},
    ["Trick Blades"]                        = {id = 556, rarity = 4, killer = 23, tags = {"ExtendedAbility"}},
    ["Trick Pouch"]                         = {id = 557, rarity = 1, killer = 23, tags = {"PowerCapacity"}},
    ["Waiting For You Watch"]               = {id = 558, rarity = 3, killer = 23, tags = {"PowerDuration"}},
    -- Nemesis --
    ["Admin Wristband"]                     = {id = 559, rarity = 2, killer = 24, tags = {"DetectionRange", "FOV", "Zombies"}},
    ["Adrenaline Injector"]                 = {id = 560, rarity = 2, killer = 24, tags = {"KillerInstinct", "Vaccine"}},
    ["Brian's Intestine"]                   = {id = 561, rarity = 1, killer = 24, tags = {"MovementSpeed", "Zombies"}},
    ["Broken Recovery Coin"]                = {id = 562, rarity = 4, killer = 24, tags = {"PowerCounter", "SupplyCases"}},
    ["Damaged Syringe"]                     = {id = 563, rarity = 1, killer = 24, tags = {"ActionTime", "PowerCounter", "Vaccine"}},
    ["Depleted Ink Ribbon"]                 = {id = 564, rarity = 4, killer = 24, tags = {"ExitGates", "ExtendedAbility", "MovementSpeed", "PowerCooldown", "Zombies"}},
    ["Schillerndes Umbrella-Logo"]           = {id = 565, rarity = 5, killer = 24, tags = {"Exposed", "Vaccine"}},
    ["Jill's Sandwich"]                     = {id = 566, rarity = 4, killer = 24, tags = {"Auras", "PowerCounter", "SupplyCases"}},
    ["Licker Tongue"]                       = {id = 567, rarity = 3, killer = 24, patch = "8.2.2", tags = {"Hindered"}},
    ["Marvin's Blood"]                      = {id = 568, rarity = 2, killer = 24, patch = "8.2.0", tags = {"PowerEfficiency"}},
    ["Mikhail's Eye"]                       = {id = 569, rarity = 2, killer = 24, tags = {"MovementSpeed", "Zombies"}},
    ["Ne-α-Parasit"]                       = {id = 570, rarity = 4, killer = 24, displayName = "Ne-α Parasite", tags = {"Oblivious", "Vaccine"}},
    ["Plant 43 Vines"]                      = {id = 571, rarity = 3, killer = 24, tags = {"PowerCounter", "SupplyCases"}},
    ["Serotonin-Injektion"]                  = {id = 572, rarity = 3, killer = 24, tags = {"Undetectable", "Zombies"}},
    ["Shattered S.T.A.R.S. Badge"]          = {id = 573, rarity = 5, killer = 24, tags = {"MovementSpeed", "Zombies"}},
    ["Shredded Fedora"]                     = {id = 574, rarity = 3, killer = 24, unused = true, tags = {}},
    ["S.T.A.R.S. Field Combat Manual"]      = {id = 575, rarity = 1, killer = 24, tags = {"Auras", "Zombies"}},
    ["T-Virus Sample"]                      = {id = 576, rarity = 3, killer = 24, tags = {"PowerEfficiency", "Zombies"}},
    ["Tyrant Gore"]                         = {id = 577, rarity = 3, killer = 24, tags = {"PowerCooldown", "PowerEfficiency", "Zombies"}},
    ["Visitor Wristband"]                   = {id = 578, rarity = 1, killer = 24, tags = {"DetectionRange", "FOV", "Zombies"}},
    ["Zombie Heart"]                        = {id = 579, rarity = 2, killer = 24, tags = {"PowerEfficiency", "Zombies"}},
    -- The Cenobite --
    ["Bent Nail"]                           = {id = 580, rarity = 1, killer = 25, tags = {"Bloodpoints", "PowerObject", "PowerPenalty"}},
    ["Burning Candle"]                      = {id = 581, rarity = 1, killer = 25, tags = {"ChainHunt", "PassiveCharge"}},
    ["Zahn von Chatterer"]                   = {id = 582, rarity = 4, killer = 25, tags = {"Auras", "ChainHunt", "ExtendedAbility", "LamentConfiguration", "PowerDeactivation", "Undetectable"}},
    ["Engineer's Fang"]                     = {id = 583, rarity = 5, killer = 25, tags = {"AutoDamage", "ActionTime", "Gateway", "PowerObject", "PowerPenalty"}},
    ["Flickering Television"]               = {id = 584, rarity = 2, killer = 25, tags = {"Gateway", "PowerRange"}},
    ["Frank's Heart"]                       = {id = 585, rarity = 3, killer = 25, tags = {"Gateway"; "PowerRange"}},
    ["Greasy Black Lens"]                   = {id = 586, rarity = 4, killer = 25, tags = {"Auras"}},
    ["Impaling Wire"]                       = {id = 587, rarity = 4, killer = 25, tags = {"PowerObject"}},
    ["Iridescent Lament Configuration"]     = {id = 588, rarity = 5, killer = 25, tags = {"Auras", "ChainHunt", "KillerInstinct", "LamentConfiguration", "Oblivious", "Teleportation"}},
    ["Larry's Blood"]                       = {id = 589, rarity = 3, killer = 25, tags = {"PowerRange"}},
    ["Larry's Remains"]                     = {id = 590, rarity = 3, killer = 25, tags = {"ActionTime", "LamentConfiguration", "PowerCounter"}},
    ["Leather Strip"]                       = {id = 591, rarity = 1, killer = 25, tags = {"PowerCooldown"}},
    ["Liquified Gore"]                      = {id = 592, rarity = 2, killer = 25, tags = {"ActionTime", "LamentConfiguration", "PowerCounter"}},
    ["Lively Crickets"]                     = {id = 593, rarity = 1, killer = 25, tags = {"TurnRate"}},
    ["Ursprünglicher Schmerz"]                       = {id = 594, rarity = 4, killer = 25, tags = {"DeepWound"}},
    ["Skewered Rat"]                        = {id = 595, rarity = 2, killer = 25, tags = {"PowerCooldown"}},
    ["Stück von Frank"]                      = {id = 596, rarity = 3, killer = 25, tags = {"Exhausted", "LamentConfiguration"}},
    ["Spoiled Meal"]                        = {id = 597, rarity = 2, killer = 25, tags = {"PowerRange"}},
    ["Torture Pillar"]                      = {id = 598, rarity = 3, killer = 25, tags = {"ChainHunt", "PassiveCharge"}},
    ["Wriggling Maggots"]                   = {id = 599, rarity = 2, killer = 25, tags = {"TurnRate"}},
    -- The Artist --
    ["Automatic Drawing"]                   = {id = 600, rarity = 2, killer = 26, tags = {"DireCrows", "PowerCooldown"}},
    ["Charcoal Stick"]                      = {id = 601, rarity = 3, killer = 26, tags = {"Auras", "DireCrows", "PowerPenalty"}},
    ["Choclo Corn"]                         = {id = 602, rarity = 1, killer = 26, tags = {"DireCrows", "PowerDuration"}},
    ["Dunkelste Tinte"]                         = {id = 603, rarity = 3, killer = 26, tags = {"Blindness", "DireCrows", "PowerCounter"}},
    ["Festering Carrion"]                   = {id = 604, rarity = 2, killer = 26, tags = {"DireCrows", "PowerCooldown"}},
    ["Garten der Verwesung"]                       = {id = 605, rarity = 5, killer = 26, tags = {"DireCrows", "Exposed"}},
    ["Ink Egg"]                             = {id = 606, rarity = 4, killer = 26, tags = {"DireCrows", "PowerCapacity", "PowerDuration"}},
    ["Schillernde Feder"]                  = {id = 607, rarity = 5, killer = 26, tags = {"DireCrows", "Undetectable", "PowerCapacity"}},
    ["Matias' Baby Shoes"]                  = {id = 608, rarity = 4, killer = 26, tags = {"Auras", "DireCrows"}},
    ["O Kummer, o Liebster"]                    = {id = 609, rarity = 3, killer = 26, tags = {"DireCrows", "Exhausted"}},
    ["Oil Paints"]                          = {id = 610, rarity = 1, killer = 26, tags = {"DireCrows", "EffectRange", "KillerInstinct"}},
    ["Severed Hands"]                       = {id = 611, rarity = 4, killer = 26, tags = {"DireCrows", "ExtendedAbility"}},
    ["Severed Tongue"]                      = {id = 612, rarity = 4, killer = 26, tags = {"DireCrows", "MovementSpeed", "PowerPenalty"}},
    ["Silberne Glocke"]                         = {id = 613, rarity = 3, killer = 26, tags = {"DireCrows", "Oblivious"}},
    ["Still Life Crow"]                     = {id = 614, rarity = 2, killer = 26, tags = {"DireCrows", "PowerDuration"}},
    ["Thick Tar"]                           = {id = 615, rarity = 1, killer = 26, tags = {"ActionTime", "DireCrows"}},
    ["Dornennest"]                         = {id = 616, rarity = 3, killer = 26, patch = "7.6.0", tags = {"DireCrows", "Haemorrhage", "Mangled"}},
    ["Unbenannte Agonie"]                      = {id = 617, rarity = 2, killer = 26, tags = {"DireCrows", "Hindered"}},
    ["Velvet Fabric"]                       = {id = 618, rarity = 2, killer = 26, tags = {"Auras", "DireCrows", "EffectDuration"}},
    ["Vibrant Obituary"]                    = {id = 619, rarity = 1, killer = 26, tags = {"EffectDuration", "KillerInstinct"}},
    -- The Onryō --
    ["Bloody Fingernails"]                  = {id = 620, rarity = 3, killer = 27, tags = {"MovementSpeed", "Projection"}},
    ["Cabin Sign"]                          = {id = 621, rarity = 1, killer = 27, tags = {"PowerCooldown", "Projection", "TVs"}},
    ["Clump of Hair"]                       = {id = 622, rarity = 2, killer = 27, effect = "-6 metres", patch = "7.5.0", tags = {"EffectRange", "PowerInvisibility"}},
    ["Distorted Photo"]                     = {id = 623, rarity = 4, killer = 27, tags = {"Auras", "LoudNoiseNotifications", "Screams"}},
    ["Iridescent Videotape"]                = {id = 624, rarity = 5, killer = 27, patch = "7.5.0", tags = {"ExtendedAbility", "PowerCooldown", "PowerPenalty", "Projection", "TVs"}},
    ["Mother's Comb"]                       = {id = 625, rarity = 3, killer = 27, tags = {"Auras", "ExtendedAbility", "LoudNoiseNotifications", "TVs"}},
    ["Mother's Mirror"]                     = {id = 626, rarity = 1, killer = 27, tags = {"EffectDuration", "PowerInvisibility"}},
    ["Old Newspaper"]                       = {id = 627, rarity = 1, killer = 27, tags = {"EffectDuration", "PowerInvisibility"}},
    ["Reiko's Watch"]                       = {id = 628, rarity = 2, killer = 27, patch = "7.5.0", tags = {"EffectDuration", "PowerInvisibility"}},
    ["Remote Control"]                      = {id = 629, rarity = 5, killer = 27, tags = {"Auras", "Projection", "TVs"}},
    ["Klappriges Windrädchen"]                    = {id = 630, rarity = 3, killer = 27, tags = {"Oblivious", "TVs"}},
    ["Ring Drawing"]                        = {id = 631, rarity = 3, killer = 27, patch = "7.5.0", tags = {"Condemned", "ExtendedAbility", "Hooks", "VHS"}},
    ["Salzwasser-Tuch"]                    = {id = 632, rarity = 2, killer = 27, tags = {"Blindness", "TVs"}},
    ["Tape Editing Deck"]                   = {id = 633, rarity = 4, killer = 27, patch = "7.5.0", tags = {"Auras", "ExtendedAbility", "VHS", "TV"}},
    ["Telefon"]                           = {id = 634, rarity = 4, killer = 27, tags = {"Hindered"}},
    ["VCR"]                                 = {id = 635, rarity = 4, killer = 27, tags = {"ExtendedAbility", "Projection", "TVs"}},
    ["Videotape Copy"]                      = {id = 636, rarity = 1, killer = 27, patch = "7.5.0", tags = {"Condemned", "EffectRange", "Projection", "TVs"}},
    ["Well Stone"]                          = {id = 637, rarity = 2, killer = 27, tags = {"PowerCooldown", "Projection", "TVs"}},
    ["Well Water"]                          = {id = 638, rarity = 3, killer = 27, tags = {"EffectDuration", "Undetectable"}},
    ["Yoichi's Fishing Net"]                = {id = 639, rarity = 2, killer = 27, tags = {"Blindness", "Condemned"}},
    -- The Dredge --
    ["Air Freshener"]                       = {id = 640, rarity = 2, killer = 28, tags = {"PowerTokens"}},
    ["Boat Key"]                            = {id = 641, rarity = 4, killer = 28, patch = "8.2.0", tags = {"Daytime", "ExitGates", "Lockers", "Locks", "MovementSpeed", "Teleportation"}},
    ["Broken Doll"]                         = {id = 642, rarity = 3, killer = 28, tags = {"Nightfall", "PowerDuration"}},
    ["Burnt Letters"]                       = {id = 643, rarity = 2, killer = 28, tags = {"PowerEfficiency"}},
    ["Caffeine Tablets"]                    = {id = 644, rarity = 1, killer = 28, tags = {"Auras", "Lockers", "Locks", "Teleportation"}},
    ["Destroyed Pillow"]                    = {id = 645, rarity = 3, killer = 28, tags = {"PowerCooldown", "Nightfall"}},
    ["Fallen Shingle"]                      = {id = 646, rarity = 2, killer = 28, tags = {"PowerEfficiency"}},
    ["Feldrekorder"]                      = {id = 647, rarity = 4, killer = 28, tags = {"Exhausted", "Generators", "Nightfall", "Remnant"}},
    ["Follower's Cowl"]                     = {id = 648, rarity = 1, killer = 28, tags = {"Daytime", "KillerInstinct", "Remnant"}},
    ["Haddie's Calendar"]                   = {id = 649, rarity = 2, killer = 28, patch = "8.2.0", tags = {"ActionTime", "Lockers", "Locks"}},
    ["Schillerndes Brett"]             = {id = 650, rarity = 5, killer = 28, tags = {"ExtendedAbility", "Exposed", "Nightfall"}},
    ["Lavalier Microphone"]                 = {id = 651, rarity = 4, killer = 28, tags = {"Auras", "Deception", "Lockers", "PowerTokens"}},
    ["Malthinker's Skull"]                  = {id = 652, rarity = 2, killer = 28, patch = "8.2.0", tags = {"PowerEfficiency"}},
    ["Mortar and Pestle"]                   = {id = 653, rarity = 1, killer = 28, tags = {"Remnant"}},
    ["Ottomarian Writing"]                  = {id = 654, rarity = 3, killer = 28, patch = "8.2.0", tags = {"Daytime", "PowerCooldown"}},
    ["Sacrificial Knife"]                   = {id = 655, rarity = 5, killer = 28, tags = {"Lockers", "Nightfall", "WindowBlocker", "Windows"}},
    ["Ackerwerkzeug"]                       = {id = 656, rarity = 4, killer = 28, patch = "7.6.0", tags = {"Blindness", "Haemorrhage", "Mangled", "Nightfall"}},
    ["War Helmet"]                          = {id = 657, rarity = 3, killer = 28, tags = {"EffectDuration", "KillerInstinct", "Nightfall"}},
    ["Wooden Plank"]                        = {id = 658, rarity = 1, killer = 28, tags = {"PowerEfficiency"}},
    ["Worry Stone"]                         = {id = 659, rarity = 3, killer = 28, tags = {"Auras", "Lockers", "Locks"}},
    -- The Mastermind --
    ["Megafon"]                            = {id = 660, rarity = 2, killer = 29, patch = "6.2.0", tags = {"FirstAidSpray", "Oblivious"}},
    ["Chalice (Gold)"]                      = {id = 661, rarity = 2, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerDuration", "PowerRange"}},
    ["Dunkle Sonnenbrille"]                     = {id = 662, rarity = 4, killer = 29, patch = "6.2.0", tags = {"Undetectable"}},
    ["Egg (Gold)"]                          = {id = 663, rarity = 3, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerWindow"}},
    ["Green Herb"]                          = {id = 664, rarity = 4, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerEfficiency"}},
    ["Helicopter Stick"]                    = {id = 665, rarity = 4, killer = 29, patch = "6.2.0", tags = {"Auras", "FirstAidSpray"}},
    ["Schillernde Uroboros-Ampulle"]            = {id = 666, rarity = 5, killer = 29, patch = "6.2.0", tags = {"Exposed"}},
    ["Jewel Beetle"]                        = {id = 667, rarity = 1, killer = 29, patch = "6.2.0", tags = {"Bound", "Bloodpoints", "PowerDuration", "PowerPenalty", "PowerRange"}},
    ["Lab Photo"]                           = {id = 668, rarity = 5, killer = 29, patch = "6.2.0", tags = {"Bound", "Breakable Walls", "Pallets", "PowerPenalty"}},
    ["Leather Gloves"]                      = {id = 669, rarity = 2, killer = 29, effect = "-8 %", patch = "8.4.0", tags = {"PowerRecovery"}},
    ["Lion Medallion"]                      = {id = 670, rarity = 2, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerRange"}},
    ["Loose Crank"]                         = {id = 671, rarity = 2, killer = 29, patch = "6.2.0", tags = {"Bound", "MovementSpeed", "PowerWindow"}},
    ["Mädchen-Medaillon"]                    = {id = 672, rarity = 3, killer = 29, patch = "6.2.0", tags = {"Blindness"}},
    ["Portable Safe"]                       = {id = 673, rarity = 3, killer = 29, patch = "6.2.0", tags = {"Haemorrhage"}},
    ["R.P.D. Shoulder Walkie"]              = {id = 674, rarity = 1, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerDuration", "PowerRange"}},
    ["Red Herb"]                            = {id = 675, rarity = 3, killer = 29, patch = "6.2.0", tags = {"ActionTime", "FirstAidSpray", "PowerCounter"}},
    ["Unicorn Medallion"]                   = {id = 676, rarity = 1, killer = 29, patch = "6.2.0", tags = {"Bound", "PowerDuration", "PowerRange"}},
    ["Uroboros Tendril"]                    = {id = 677, rarity = 1, killer = 29, patch = "6.2.0", tags = {"Bound", "MovementSpeed"}},
    ["Uroboros Virus"]                      = {id = 678, rarity = 4, killer = 29, patch = "6.2.0", tags = {"Auras"}},
    ["Video Conference Device"]             = {id = 679, rarity = 3, killer = 29, patch = "6.2.0", tags = {"PowerEfficiency"}},
    -- The Knight --
    ["Battle Axe Head"]                     = {id = 680, rarity = 2, killer = 30, patch = "8.1.0", tags = {"Carnifex", "PowerCooldown"}},
    ["Schmiedehammer"]                 = {id = 681, rarity = 4, killer = 30, patch = "8.1.0", tags = {"Broken", "Hunt"}},
    ["Zerstörter Griff"]                         = {id = 682, rarity = 3, killer = 30, patch = "8.1.0", tags = {"Haemorrhage", "Mangled"}},
    ["Call to Arms"]                        = {id = 683, rarity = 2, killer = 30, patch = "6.4.0", tags = {"MovementSpeed", "PowerRange"}},
    ["Chain Mail Fragment"]                 = {id = 684, rarity = 3, killer = 30, patch = "8.1.0", decom = true, tags = {"Haemorrhage"}},
    ["Cold Steel Manacles"]                 = {id = 685, rarity = 2, killer = 30, patch = "8.1.0", tags = {"Jailer", "PowerCooldown"}},
    ["Dried Horsemeat"]                     = {id = 686, rarity = 2, killer = 30, patch = "6.4.0", tags = {"Hunt", "PowerDuration"}},
    ["Flint and Steel"]                     = {id = 687, rarity = 4, killer = 30, patch = "8.1.0", tags = {"Auras", "Carnifex", "Pallets"}},
    ["Finstere Eisenmaske"]                      = {id = 688, rarity = 3, killer = 30, patch = "8.1.0", tags = {"Blindness", "Patrol"}},
    ["Gritty Lump"]                         = {id = 689, rarity = 1, killer = 30, patch = "6.4.0", tags = {"MovementSpeed", "Patrol"}},
    ["Healing Poultice"]                    = {id = 690, rarity = 4, killer = 30, patch = "8.1.0", tags = {"Assassin", "Auras"}},
    ["Iridescent Company Banner"]           = {id = 691, rarity = 5, killer = 30, patch = "8.1.0", tags = {"ExitBlocker", "Hunt", "Patrol", "WindowBlocker"}},
    ["Eisenarbeiterzange"]                  = {id = 692, rarity = 3, killer = 30, patch = "8.1.0", tags = {"Hunt", "Oblivious"}},
    ["Sharpened Mount"]                     = {id = 821, rarity = 3, killer = 30, patch = "8.1.0", tags = {"ActionTime", "Standard"}},
    ["Rittervertrag"]                   = {id = 693, rarity = 5, killer = 30, patch = "8.1.0", tags = {"PowerDuration"}},
    ["Lightweight Greaves"]                 = {id = 694, rarity = 4, killer = 30, patch = "8.1.0", decom = true, tags = {"Haste", "Jailer", "MovementSpeed"}},
    ["Map of the Realm"]                    = {id = 695, rarity = 1, killer = 30, patch = "8.1.0", tags = {"DetectionRange", "Patrol"}},
    ["Pillaged Mead"]                       = {id = 696, rarity = 1, killer = 30, patch = "8.1.0", tags = {"ActionTime", "BreakableWalls", "Generators", "Pallets"}},
    ["Jailer's Chimes"]                     = {id = 820, rarity = 4, killer = 30, patch = "8.1.0", tags = {"Auras", "Jailer", "PatrolPath"}},
    ["Tattered Tabard"]                     = {id = 697, rarity = 1, killer = 30, patch = "6.4.0", tags = {"Patrol", "PowerDuration"}},
    ["Fackel des Stadtwächters"]                  = {id = 698, rarity = 3, killer = 30, patch = "8.1.0", tags = {"Hunt", "Undetectable"}},
    ["Treated Blade"]                       = {id = 699, rarity = 2, killer = 30, patch = "8.1.0", tags = {"Assassin", "PowerCooldown"}},
    -- The Skull Merchant --
    ["Adaptive Beleuchtung"]                   = {id = 700, rarity = 2, killer = 31, patch = "6.6.0", tags = {"Undetectable", "PowerDuration"}},
    ["Adi Valente Nr. 1"]                 = {id = 701, rarity = 1, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "SkillCheckDifficulty", "SkillChecks"}},
    ["Advanced Movement Prediction"]        = {id = 702, rarity = 4, killer = 31, patch = "6.6.0", tags = {"Auras", "ClawTraps"}},
    ["Brownsches-Rauschen-Erzeuger"]               = {id = 703, rarity = 3, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Oblivious"}},
    ["Expired Batteries"]                   = {id = 704, rarity = 5, killer = 31, patch = "8.3.0", firstBattery = "50 %", secondBattery = "100 %", batteryBonus = "+10 %", batteryLimit = "150 %", tags = {"ClawTraps", "PowerPenalty"}},
    ["Topografische Datenerfassung"]                = {id = 705, rarity = 4, killer = 31, patch = "6.6.0", tags = {"ActionSpeed", "BreakableWalls", "Drones", "Generators", "Pallets", "Windows"}},
    ["High-Current Upgrade"]                = {id = 706, rarity = 1, killer = 31, patch = "6.6.0", tags = {"EffectDuration", "Radar"}},
    ["Hochleistungsscheinwerfer"]               = {id = 707, rarity = 1, killer = 31, patch = "6.6.0", tags = {"Blindness", "ClawTraps"}},
    ["Infrared Upgrade"]                    = {id = 708, rarity = 3, killer = 31, patch = "6.6.0", tags = {"Auras", "ClawTraps"}},
    ["Iridescent Unpublished Manuscript"]   = {id = 709, rarity = 5, killer = 31, patch = "6.6.0", tags = {"Drones", "Illusions", "PowerCooldown", "TerrorRadius", "Undetectable"}},
    ["Lockere Schraube"]                         = {id = 710, rarity = 3, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Exhausted"}},
    ["Low-Power Mode"]                      = {id = 711, rarity = 2, killer = 31, patch = "6.6.0", tags = {"Drones", "ScanLines"}},
    ["Glaspulver"]                      = {id = 712, rarity = 3, killer = 31, patch = "7.6.0", tags = {"ClawTraps", "Haemorrhage", "Mangled"}},
    ["Rotor-Prototyp"]                     = {id = 713, rarity = 4, killer = 31, patch = "6.6.0", tags = {"Drones", "ScanLines"}},
    ["Zufällige Lichtimpulse"]                  = {id = 714, rarity = 4, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Drones", "Hindered"}},
    ["Shotgun Speakers"]                    = {id = 715, rarity = 2, killer = 31, patch = "6.6.0", tags = {"ActionNoise", "ClawTraps", "SkillChecks"}},
    ["Stereo Remote Mic"]                   = {id = 716, rarity = 2, killer = 31, patch = "6.6.0", tags = {"Drones", "PowerCooldown"}},
    ["Supercharge"]                         = {id = 717, rarity = 2, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "EffectDuration"}},
    ["Ultrasonic Speaker"]                  = {id = 718, rarity = 1, killer = 31, patch = "8.3.0", effect = "90 %", tags = {"Drones", "PowerPenalty"}},
    ["Vital Targeting Processor"]           = {id = 719, rarity = 3, killer = 31, patch = "8.3.0", hindered = "-2 %", tags = {"ClawTraps", "Drones", "Hindered"}},
    -- The Singularity --
    ["Android Arm"]                         = {id = 720, rarity = 2, killer = 32, patch = "8.1.0", tags = {"PowerEfficiency", "PowerRange"}},
    ["Broken Security Key"]                 = {id = 721, rarity = 1, killer = 32, patch = "7.0.0", tags = {"Biopods", "PowerCooldown"}},
    ["Verbrannte Überreste"]                    = {id = 722, rarity = 2, killer = 32, patch = "7.0.0", tags = {"Blindness"}},
    ["Crew Manifest"]                       = {id = 723, rarity = 4, killer = 32, patch = "7.0.0", duration = "8 seconds", range = "+2 metres", tags = {"Auras", "Biopods", "PowerRange"}},
    ["Cryo Gel"]                            = {id = 724, rarity = 2, killer = 32, patch = "8.1.0", haemorrhage = "60 seconds", tags = {"Haemorrhage"}},
    ["Denied Requisition Form"]             = {id = 725, rarity = 5, killer = 32, patch = "7.0.0", tags = {"EMPs", "PowerCounter", "PowerEfficiency"}},
    ["Diagnostic Tool (Construction)"]      = {id = 726, rarity = 4, killer = 32, patch = "8.1.0", tags = {"Auras"}},
    ["Diagnosewerkzeug (Reparatur)"]            = {id = 727, rarity = 1, killer = 32, patch = "8.1.0", tags = {"Biopods", "PowerRange"}},
    ["Foreign Plant Fibres"]                = {id = 728, rarity = 4, killer = 32, patch = "7.0.0", tags = {"MovementSpeed", "Pallets"}},
    ["Heavy Water"]                         = {id = 729, rarity = 1, killer = 32, patch = "7.0.0", tags = {"Auras", "SupplyCases"}},
    ["Hologramm-Generator"]                  = {id = 730, rarity = 3, killer = 32, patch = "7.0.0", tags = {"Biopods", "Oblivious"}},
    ["Hyperawareness Spray"]                = {id = 731, rarity = 3, killer = 32, patch = "7.0.0", tags = {"Illusions", "TerrorRadius"}},
    ["Iridescent Crystal Shard"]            = {id = 732, rarity = 5, killer = 32, patch = "8.1.0", tags = {"Auras", "Biopods"}},
    ["Kid's Ball Glove"]                    = {id = 733, rarity = 2, killer = 32, patch = "8.1.0", tags = {"PowerDuration"}},
    ["Live Wires"]                          = {id = 734, rarity = 3, killer = 32, patch = "7.0.0", tags = {"Screams"}},
    ["Nanomaschinengel"]                     = {id = 735, rarity = 3, killer = 32, patch = "8.1.0", effect = "-15 %", tags = {"PowerCooldown"}},
    ["Nutritional Slurry"]                  = {id = 736, rarity = 1, killer = 32, patch = "7.0.0", tags = {"Biopods", "PowerObject"}},
    ["Soma-Familienfoto"]                   = {id = 737, rarity = 4, killer = 32, patch = "8.1.0", tags = {"Biopods", "DeepWound", "Hindered"}},
    ["Leerer Sauerstofftank"]                   = {id = 738, rarity = 3, killer = 32, patch = "7.0.0", tags = {"Exhausted"}},
    ["Ultrasonic Sensor"]                   = {id = 739, rarity = 2, killer = 32, patch = "8.1.0", tags = {"Biopods", "ExtendedAbility", "TerrorRadius"}},
    -- The Xenomorph --
    ["Säureblut"]                        = {id = 740, rarity = 5, killer = 33, patch = "7.2.0", windowOfOpportunity = "20 seconds", healthState = 1, tags = {"AutoDamage", "CrawlerMode", "DeepWound", "KillerStun", "Tunnels"}},
    ["Ash's Innards"]                       = {id = 741, rarity = 2, killer = 33, patch = "8.6.0", effect = "+15 seconds", tags = {"PowerCounter", "Turrets"}},
    ["Bretts Mütze"]                         = {id = 742, rarity = 2, killer = 33, patch = "7.2.0", range = "16 metres", blindness = "25 seconds", tags = {"Blindness", "PowerCounter", "Turrets"}},
    ["Katzenbox"]                         = {id = 743, rarity = 4, killer = 33, patch = "7.2.0", undetectable = "30 seconds", tags = {"CrawlerMode", "PowerCounter", "Turrets", "Undetectable"}},
    ["Cereal Rations"]                      = {id = 744, rarity = 1, killer = 33, patch = "7.2.0", linger = "3 seconds",tags = {"Auras", "Tunnels", "Turrets"}},
    ["Crew Headset"]                        = {id = 745, rarity = 2, killer = 33, patch = "7.2.0", effect = "+6 metres", tags = {"DetectionRange", "Tunnels"}},
    ["Drinking Bird"]                       = {id = 746, rarity = 1, killer = 33, patch = "8.6.0", effect = "+3 seconds", tags = {"KillerInstinct", "Tunnels"}},
    ["Emergency Helmet"]                    = {id = 747, rarity = 3, killer = 33, patch = "7.2.0", effect = "+15 %", tags = {"StaggerResistance", "Turrets"}},
    ["Harpoon Gun"]                         = {id = 748, rarity = 4, killer = 33, patch = "8.6.0", windowOfOpportunity = "30 seconds", range = "16 metres", tags = {"LoudNoiseNotifications", "Screams", "Tunnels"}},
    ["Improvised Cattle Prod"]              = {id = 749, rarity = 5, killer = 33, patch = "7.2.0", windowOfOpportunity = "15 seconds", range = "10 metres", duration = "15 seconds", tags = {"Auras", "ControlStations", "Generators"}},
    ["Kanes Helm"]                       = {id = 750, rarity = 3, killer = 33, patch = "7.6.0", mangled = "70 seconds", tags = {"AlternateAttack", "Mangled"}},
    ["Lambert's Star Map"]                  = {id = 751, rarity = 2, killer = 33, patch = "7.2.0", effect = "-2 metres", tags = {"EffectRange", "PowerCounter", " Turrets"}},
    ["Light Wand"]                          = {id = 752, rarity = 2, killer = 33, patch = "8.6.0", effect = "+3 seconds", tags = {"PowerCounter", "Tunnels"}},
    ["Xenomorph-Haut"]                        = {id = 753, rarity = 3, killer = 33, patch = "8.6.0", exhausted = "30 seconds", tags = {"Exhausted", "Turrets"}},
    ["Mehrzweckbeil"]                = {id = 754, rarity = 3, killer = 33, patch = "7.2.0", tags = {"AlternateAttack", "Haemorrhage"}},
    ["Ovomorph"]                            = {id = 755, rarity = 1, killer = 33, patch = "7.2.0", effect = "+25 %", tags = {"CrawlerMode", "PowerRecovery", "Tunnels"}},
    ["Parkers Stirnband"]                   = {id = 756, rarity = 3, killer = 33, patch = "7.2.0", haste = "+5 %", durationHaste = "3 seconds", tags = {"Haste", "Tunnels"}},
    ["Ripley's Watch"]                      = {id = 757, rarity = 1, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerCounter", "Turrets"}},
    ["Self-Destruct Bolt"]                  = {id = 758, rarity = 4, killer = 33, patch = "7.2.0", effect = "+30 %", tags = {"ActionSpeed", "CrawlerMode", "Vaulting"}},
    ["Semiotic Keyboard"]                   = {id = 759, rarity = 4, killer = 33, patch = "7.2.0", range = "16 metres", tags = {"Auras", "Generators", "Turrets"}},
    -- The Good Guy --
    ["Automatic Screwdriver"]             = {id = 760, rarity = 2, killer = 34, patch = "8.0.1", tags = {"PowerCooldown"}},
    ["Doll Eyes"]                         = {id = 761, rarity = 1, killer = 34, patch = "7.4.0", tags = {"Auras", "Pallets", "Windows"}},
    ["Electric Carving Knife"]            = {id = 762, rarity = 2, killer = 34, patch = "7.4.0", tags = {"PowerCooldown"}},
    ["Good Guy Box"]                      = {id = 763, rarity = 1, killer = 34, patch = "7.4.0", tags = {"PowerCooldown"}},
    ["Hair Spray & Candle"]               = {id = 764, rarity = 2, killer = 34, patch = "7.4.0", tags = {"PowerPenalty"}},
    ["Hard Hat"]                          = {id = 765, rarity = 5, killer = 34, patch = "8.0.0", tags = {"Pallets"}},
    ["Iridescent Amulet"]                 = {id = 766, rarity = 5, killer = 34, patch = "7.4.0", tags = {"PowerDuration"}},
    ["Jump Rope (Playtime's Over)"]       = {id = 767, rarity = 2, killer = 34, displayName = "Jump Rope", multiName = true, patch = "7.4.0", tags = {"PowerDuration"}},
    ["Mirror Shards"]                     = {id = 768, rarity = 4, killer = 34, patch = "7.4.0", tags = {"ExtendedAbility"}},
    ["Nagelhaufen"]                     = {id = 769, rarity = 4, killer = 34, patch = "8.0.0", tags = {"Undetectable"}},
    ["Plastiktüte"]                       = {id = 770, rarity = 4, killer = 34, patch = "7.4.0", tags = {"Exhausted"}},
    ["Portable TV"]                       = {id = 771, rarity = 3, killer = 34, patch = "7.4.0", tags = {"ExitGates", "PowerDuration"}},
    ["Power Drill"]                       = {id = 772, rarity = 2, killer = 34, patch = "8.0.1", tags = {"PowerCooldown"}},
    ["Rat Poison"]                        = {id = 773, rarity = 3, killer = 34, range = "6 metres", duration = "2.5 seconds", patch = "8.4.0", tags = {"Auras"}},
    ["Running Shoes"]                     = {id = 774, rarity = 3, killer = 34, patch = "7.4.0", tags = {"Haste"}},
    ["Silk Pillow"]                       = {id = 775, rarity = 3, killer = 34, patch = "7.4.0", tags = {"ActionTime", "TerrorRadius"}},
    ["Gerades Rasiermesser"]                    = {id = 776, rarity = 4, killer = 34, patch = "7.6.0", tags = {"Haemorrhage", "Mangled"}},
    ["Strobing Light"]                    = {id = 777, rarity = 1, killer = 34, patch = "8.0.0", tags = {"TerrorRadius"}},
    ["Tiny Scalpel"]                      = {id = 778, rarity = 1, killer = 34, patch = "7.4.0", tags = {"PoolsOfBlood"}},
    ["Yardstick"]                         = {id = 779, rarity = 3, killer = 34, patch = "8.0.0", tags = {"Auras"}},
    -- The Unknown --
    ["Blurry Photo"]                      = {id = 780, rarity = 1, killer = 35, effect = "+15 %", patch = "8.3.0", tags = {"MovementSpeed", "PowerCooldown"}},
    ["Plakat für einen billigen Film"]                    = {id = 781, rarity = 3, killer = 35, patch = "7.6.0", tags = {"Broken"}},
    ["Captured by the Dark"]              = {id = 782, rarity = 5, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerObject", "PowerCooldown"}},
    ["Gerät geheimen Ursprungs"]      = {id = 783, rarity = 2, killer = 35, patch = "7.6.0", tags = {"Illusions", "Oblivious"}},
    ["Discarded Milk Carton"]             = {id = 784, rarity = 4, killer = 35, patch = "7.6.0", tags = {"ExtendedAbility"}},
    ["Footprint Cast"]                    = {id = 785, rarity = 3, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerCooldown"}},
    ["Front-Page Article"]                = {id = 786, rarity = 3, killer = 35, patch = "7.6.0", tags = {"BreakableWalls", "Pallets", "PowerCooldown"}},
    ["Selbstgebaute Maske"]                     = {id = 787, rarity = 4, killer = 35, patch = "7.6.0", tags = {"Blindness","Illusions"}},
    ["Hypnoseuhr"]                 = {id = 788, rarity = 3, killer = 35, patch = "7.6.0", tags = {"Exhausted"}},
    ["Iridescent OSS Report"]             = {id = 789, rarity = 5, killer = 35, patch = "7.6.0", tags = {"PowerCooldown", "TerrorRadius"}},
    ["Last Known Recording"]              = {id = 790, rarity = 2, killer = 35, patch = "7.6.0", tags = {"Auras", "Illusions"}},
    ["Notizbuch mit Hypothesen"]              = {id = 791, rarity = 2, killer = 35, patch = "7.6.0", tags = {"Hindered"}},
    ["Obscure Game Cartridge"]            = {id = 792, rarity = 4, killer = 35, patch = "7.6.0", tags = {"BreakableWalls", "Pallets"}},
    ["Punctured Eyeball"]                 = {id = 793, rarity = 1, killer = 35, patch = "7.6.0", tags = {"DeepWound", "Illusions"}},
    ["Hasenpfote"]                     = {id = 794, rarity = 1, killer = 35, patch = "7.6.0", tags = {"ExtendedAblity","Haemorrhage"}},
    ["Serumampulle"]                        = {id = 795, rarity = 4, killer = 35, patch = "7.6.0", tags = {"Exhausted", "Illusions"}},
    ["Versuch einer Skizze"]                    = {id = 796, rarity = 1, killer = 35, patch = "7.6.0", tags = {"Oblivious"}},
    ["Slashed Backpack"]                  = {id = 797, rarity = 2, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerCooldown"}},
    ["Vanishing Box"]                     = {id = 798, rarity = 3, killer = 35, effect = "+80 %", patch = "8.3.0", tags = {"Generators", "Illusions", "PowerCooldown"}},
    ["Victim's Map"]                      = {id = 799, rarity = 2, killer = 35, patch = "7.6.0", tags = {"KillerInstinct"}},
    -- The Lich --
    ["Nimmervoller Beutel"]                    = {id = 800, rarity = 4, killer = 36, patch = "8.0.0", oblivious = "15 seconds", tags = {"Oblivious"}},
    ["Stiefel der Hast"]                    = {id = 801, rarity = 3, killer = 36, patch = "8.0.0", tags = {"MovementSpeed"}},
    ["Cloak of Elvenkind"]                = {id = 802, rarity = 3, killer = 36, patch = "8.0.0", tags = {"TerrorRadius"}},
    ["Umhang der Unsichtbarkeit"]             = {id = 803, rarity = 4, killer = 36, patch = "8.0.0", tags = {"Stealthy"}},
    ["Crystal Ball"]                      = {id = 804, rarity = 1, killer = 36, patch = "8.0.0", tags = {"KillerInstinct"}},
    ["Drachenzahndolch"]                = {id = 805, rarity = 4, killer = 36, patch = "8.0.0", tags = {}},
    ["Glass Eye"]                         = {id = 806, rarity = 2, killer = 36, patch = "8.0.0", tags = {}},
    ["Iridescent Book of Vile Darkness"]  = {id = 807, rarity = 5, killer = 36, patch = "8.0.0", tags = {}},
    ["Lantern of Revealing"]              = {id = 808, rarity = 2, killer = 36, patch = "8.0.0", tags = {"Auras"}},
    ["Ornate Horn"]                       = {id = 809, rarity = 3, killer = 36, patch = "8.0.0", tags = {"PowerCapacity"}},
    ["Pearl of Power"]                    = {id = 810, rarity = 3, killer = 36, effect = "-3 seconds", patch = "8.4.0", tags = {"PowerCooldown"}},
    ["Potion of Speed"]                   = {id = 811, rarity = 2, killer = 36, patch = "8.0.0", tags = {"PowerCooldown"}},
    ["Raven's Feather"]                   = {id = 812, rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerDuration"}},
    ["Ring of Spell Storing"]             = {id = 813, rarity = 2, killer = 36, effect = "-2 seconds", patch = "8.4.0", tags = {"PowerCooldown"}},
    ["Ring of Telekinesis"]               = {id = 814, rarity = 2, killer = 36, patch = "8.0.2", tags = {"ActionSpeed", "Vaulting"}},
    ["Robe of Eyes"]                      = {id = 815, rarity = 4, killer = 36, patch = "8.0.0", tags = {"Auras","PowerObject"}},
    ["Stab der Verkümmerung"]                = {id = 816, rarity = 3, killer = 36, patch = "8.0.0", tags = {}},
    ["Tattered Headband"]                 = {id = 817, rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerRange"}},
    ["Trickster's Glove"]                 = {id = 818, rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerDuration"}},
    ["Schwert von Kas"]                      = {id = 819, rarity = 5, killer = 36, broken = "30 seconds", palletBreaking = "4 seconds", patch = "8.0.2", tags = {"Broken", "ExtendedAbility"}},
    -- The Dark Lord --
    ["Alucard's Shield"]                  = {id = 822, rarity = 5, killer = 37, patch = "8.2.0", tags = {}},
    ["Blood-Filled Goblet"]               = {id = 823, rarity = 2, killer = 37, patch = "8.2.0", tags = {"PowerDuration"}},
    ["Cerberus Talon"]                    = {id = 824, rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerRange"}},
    ["Clock Tower Gear"]                  = {id = 825, rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
    ["Cube of Zoe"]                       = {id = 826, rarity = 4, killer = 37, patch = "8.2.0", tags = {"Generators"}},
    ["Force of Echo"]                     = {id = 827, rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerEfficiency"}},
    ["Iridescent Ring of Vlad"]           = {id = 828, rarity = 5, killer = 37, patch = "8.2.0", tags = {"PowerCapacity"}},
    ["Killer Doll"]                       = {id = 829, rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
    ["Lapis Lazuli"]                      = {id = 830, rarity = 4, killer = 37, patch = "8.2.0", tags = {"WindowBlocker"}},
    ["Magical Ticket"]                    = {id = 831, rarity = 2, killer = 37, patch = "8.2.2", tags = {}},
    ["Medusa's Hair"]                     = {id = 832, rarity = 4, killer = 37, range = "12 metres", hindered = "-8 %", durationHindered = "3 seconds", patch = "8.4.1", tags = {"Hindered"}},
    ["Moonstone Necklace"]                = {id = 833, rarity = 2, killer = 37, patch = "8.2.0", tags = {"TerrorRadius"}},
    ["Pocket Watch (Vampiric Shift)"]     = {id = 834, rarity = 3, killer = 37, displayName = "Pocket Watch", multiName = true, patch = "8.2.0", tags = {"PowerCooldown"}},
    ["Ruby Circlet"]                      = {id = 835, rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
    ["Sunglasses"]                        = {id = 836, rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerCapacity", "PowerCooldown"}},
    ["Sylph Feather"]                     = {id = 837, rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerCooldown, Tokens"}},
    ["Traveller's Hat"]                   = {id = 838, rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerPenalty"}},
    ["Warg's Fang"]                       = {id = 839, rarity = 4, killer = 37, patch = "8.2.0", tags = {"Auras"}},
    ["White Wolf Medallion"]              = {id = 840, rarity = 2, killer = 37, patch = "8.2.0", tags = {"KillerInstinct"}},
    ["Winged Boots"]                      = {id = 841, rarity = 2, killer = 37, patch = "8.2.0", tags = {"PowerRange"}},
    -- The Houndmaster --
    ["Barley Meal"]                       = {rarity = 2, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"ChasePath", "Dog", "PowerRange"}},
    ["Belegnägel"]                     = {rarity = 2, killer = 38, patch = "8.4.0", oblivious = "20 seconds", tags = {"Houndsense", "Oblivious"}},
    ["Creature's Bone"]                   = {rarity = 1, killer = 38, patch = "8.4.0", effect = "-50 %", tags = {"Dog", "DogStun"}},
    ["Fatty Meat"]                        = {rarity = 3, killer = 38, patch = "8.4.0", effect = "15 seconds", tags = {"Houndsense", "Screams"}},
    ["Gunpowder Tin"]                     = {rarity = 4, killer = 38, patch = "8.4.1", effect = "+30 %", duration = "20 seconds", tags = {"ActionSpeeds", "BreakableWalls", "Generators", "Houndsense", "Pallets"}},
    ["Schillernder Steuergriff"]           = {rarity = 5, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"Dog", "SearchPath", "Undetectable"}},
    ["Geknüpftes Seil"]                      = {rarity = 2, killer = 38, patch = "8.4.2", effect = "-2 %", tags = {"AttackCooldown", "Dog"}},
    ["Leather Harness"]                   = {rarity = 4, killer = 38, patch = "8.4.0", effect = "+20 %", duration = "30 seconds", tags = {"Dog", "Generators", "MovementSpeed"}},
    ["Marlinspike"]                       = {rarity = 4, killer = 38, patch = "8.4.1", range = "20 metres", tags = {"Dog", "DogGrab", "Houndsense"}},
    ["Ship Figurehead"]                   = {rarity = 4, killer = 38, patch = "8.4.0", near = "+8 metres", far = "-8 metres", tags = {"Dog", "TerrorRadius"}},
    ["Smoked Snapper"]                    = {rarity = 2, killer = 38, patch = "8.4.0", effect = "-5 %", tags = {"PowerRecovery"}},
    ["Stachelhalsband"]                     = {rarity = 3, killer = 38, patch = "8.4.1", haemorrhage = "60 seconds", mangled = "60 seconds", duration = "60 seconds", tags = {"Dog", "DogGrab", "Haemorrhage"}},
    ["Spyglass"]                          = {rarity = 2, killer = 38, patch = "8.4.0", duration = "3 seconds", tags = {"Auras", "Houndsense"}},
    ["Sticky Pitch"]                      = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+2 %", tags = {"MovementSpeed", "SearchPath"}},
    ["Torn Novel"]                        = {rarity = 5, killer = 38, patch = "8.4.0", range = "10 metres", linger = "2 seconds", tags = {"Auras", "Dog"}},
    ["Trainer's Book"]                    = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+35 %", tags = {"EffectDuration", "Houndsense"}},
    ["Training Bell"]                     = {rarity = 3, killer = 38, patch = "8.4.1", duration = "8 seconds", tags = {"Auras", "Dog", "DogStun"}},
    ["Unvollständige Karte"]                    = {rarity = 3, killer = 38, patch = "8.4.0", exhausted = "15 seconds", tags = {"Exhausted", "Houndsense"}},
    ["Waterskin"]                         = {rarity = 3, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"ChasePath", "Dog", "PowerRange"}},
    ["Young Coconut"]                     = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+5 %", tags = {"Dog", "MovementSpeed"}},
    -- The Ghoul --
    ["Amon's Necktie"]                    = {rarity = 3, killer = 39, patch = "8.6.0", range = "32 metres", tags = {"Auras"}},
    ["Anteiku Apron"]                     = {rarity = 1, killer = 39, patch = "8.6.0", effect = "-50 %", tags = {}},
    ["Phönixbaum-Robe"]                  = {rarity = 3, killer = 39, patch = "8.6.0", undetectable = "20 seconds", tags = {"Enraged", "Generators", "Undetectable"}},
    ["Blood-Stained Handkerchief"]        = {rarity = 2, killer = 39, patch = "8.6.2", effect = "+1 metre", tags = {"PowerRange"}},
    ["Broken Chain"]                      = {rarity = 2, killer = 39, patch = "8.6.0", effect = "-1.4 seconds per Token", tags = {"Enraged", "PowerRecovery"}},
    ["CCG ID Card"]                       = {rarity = 4, killer = 39, patch = "8.6.0", range = "24 metres", duration = "3 seconds", tags = {"Auras", "Vaulting"}},
    ["Fresh Coffee"]                      = {rarity = 4, killer = 39, patch = "8.6.2", effect = "+2 m/s", tags = {"MovementSpeed"}},
    ["Hides Kopfhörer"]                 = {rarity = 2, killer = 39, patch = "8.6.0", tags = {"Oblivious"}},
    ["Hinami's Umbrella"]                 = {rarity = 2, killer = 39, patch = "8.6.2", effect = "+10 seconds", tags = {"Enraged"}},
    ["Iridescent Eye Patch"]              = {rarity = 5, killer = 39, patch = "8.6.0", tags = {"AutoBreak", "Enraged", "Pallets"}},
    ["Kaneki's Satchel"]                  = {rarity = 2, killer = 39, patch = "8.6.0", effect = "+4.2 m/s", tags = {"MovementSpeed"}},
    ["Kaneki's Wallet"]                   = {rarity = 1, killer = 39, patch = "8.6.0", effect = "+3 seconds", tags = {"PowerWindow"}},
    ["Mados Handschuh"]                      = {rarity = 3, killer = 39, patch = "8.6.0", exhausted = "15 seconds", tags = {"Exhausted"}},
    ["Rote Spinnenlilie"]                   = {rarity = 3, killer = 39, patch = "8.6.0", haemorrhage = "60 seconds", tags = {"Haemorrhage"}},
    ["Red-Headed Centipede"]              = {rarity = 4, killer = 39, patch = "8.6.0", effect = "10 seconds", tags = {"Enraged", "WindowBlocker"}},
    ["Rize's Glasses"]                    = {rarity = 3, killer = 39, patch = "8.6.0", effect = "8 seconds", tags = {"Auras", "Enraged", "Generators"}},
    ["Taiyaki"]                           = {rarity = 1, killer = 39, patch = "8.6.2", effect = "+5 seconds", tags = {"EffectDuration"}},
    ["The Black Goat's Egg"]              = {rarity = 1, killer = 39, patch = "8.6.0", effect = "+100 %", tags = {"Bloodpoints"}},
    ["Foltergerät"]                 = {rarity = 4, killer = 39, patch = "8.6.0", haste = "+5 %", durationHaste = "6 seconds", tags = {"Enraged", "MovementSpeed"}},
    ["Yamori's Mask"]                     = {rarity = 5, killer = 39, patch = "8.6.2", effect = "3 seconds", tags = {"Enraged", "Hooks", "Screams"}},
}
p.addonsCount = #p.addons

p.perks = {
    ["Der Ruf einer Krankenschwester"]   = {id = 62,  units = {3}, values = {20, 24, 28}, character = 4, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Healing"}},
    ["Ass im Ärmel"]                    = {id = 66,  units = {4}, values = {50, 75, 100}, chance = "100 %", character = 7, charType = 'S', level = 40, prestige = 3, patch = "8.4.0", tags = {"Add-ons", "Chests", "Items"}},
    ["Adrenalin"]                       = {id = 42,  units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 40, prestige = 3, patch = "7.7.0", tags = {"Exhausted", "Haste", "Healing"}},
    ["Nachsorge"]                      = {id = 118, units = {7}, values = {1, 2, 3}, character = 15, charType = 'S', level = 35, prestige = 2, tags = {"Auras"}},
    ["Erregung"]                        = {id = 51,  units = {4}, values = {6, 12, 18}, radius = "+12 metres", character = 1, charType = 'K', level = 40, prestige = 3, patch = "2.6.2", tags = {"Carrying", "MovementSpeed", "TerrorRadius"}},
    ["Wachsam"]                             = {id = 76,  units = {1}, values = {3, 4, 5}, character = 9, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "BreakableWalls", "Generators", "Pallets"}},
    ["Alieninstinkt"]                    = {id = 254, units = {1}, values = {40, 50, 60}, aura = "8 seconds", character = 33, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tags = {"Auras", "Hooks", "Oblivious"}},
    ["Alles erschütternder Donner"]               = {id = 286, units = {1}, values = {8, 12, 16}, lunge = "+75 %", cooldown = "5 seconds", character = 38, charType = 'K', level = 30, prestige = 1, patch = "8.4.0", tags = {"Falling", "Lunge"}},
    ["Mit allen Mitteln"]                       = {id = 145, units = {1}, values = {6, 5, 4}, character = 20, charType = 'S', level = 35, prestige = 2, patch = "6.6.0", tags = {"Pallets"}},
    ["Einschätzung"]                            = {id = 168, units = {4}, values = {40, 60, 80}, character = 24, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "Chests", "Items"}},
    ["Artefact Hunter"]                         = {id = 1,   charType = 'S', unused = true},
    ["Autodidakt"]                              = {id = 113, units = {5}, values = {3, 4, 5}, character = 14, charType = 'S', level = 40, prestige = 3, patch ="8.1.0", tags = {"BonusProgression", "Healing", "Regression", "SkillChecks", "Tokens"}},
    ["Verbesserte Wahrnehmung"]                 = {id = 221, units = {3}, values = {16, 18, 20}, patch = "6.2.0", character = 29, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Carrying"}},
    ["Babysitter"]                              = {id = 138, units = {1}, values = {20, 25, 30}, patch = "8.7.0", character = 19, charType = 'S', level = 30, prestige = 1, aura = "8 seconds", haste = "+15 %", tags = {"Auras", "Haste", "ScratchMarks", "Stealth", "PoolsOfBlood"}},
    ["Hintergrundspieler"]                      = {id = 243, units = {1}, values = {30, 25, 20}, character = 36, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Exhausted", "Hooks"}},
    ["Verblüffen"]                         = {id = 102, units = {1, 4}, values = {8, 12, 16, 5, 10, 15}, character = 12, charType = 'K', level = 30, prestige = 1, tags = {"ActionSpeed", "Vaulting", "VaultLocations", "WindowBlocker"}},
    ["Ausgewogene Landung"]                  = {id = 45,  units = {1}, values = {60, 50, 40}, character = 5, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Exhausted", "Haste", "Falling"}},
    ["Barbecue und Chili"]                 = {id = 88,  units = {3}, values = {60, 50, 40}, character = 9, charType = 'K', level = 35, prestige = 2, patch = "7.1.0", tags = {"Auras", "Hooks"}},
    ["Inspiration des Barden"]                = {id = 275, units = {1}, values = {110, 100, 90}, character = 42, charType = 'S', level = 35, prestige = 2, patch = "8.0.0", tags = {"BonusProgression", "Screams", "SkillChecks"}},
    ["Batterien enthalten"]                = {id = 261, units = {2}, values = {1, 3, 5}, patch = "8.7.0", character = 34, charType = 'K', level = 40, prestige = 3, range = "12 metres", haste = "+7 %", tags = {"Generators", "Haste"}},
    ["Raubtier"]                     = {id = 85,  units = {1}, values = {30, 35, 40}, character = 8, charType = 'K', level = 30, prestige = 1, tags = {"Bloodlust", "Deception", "Stealth", "Undetectable"}},
    ["Besser als neu"]                   = {id = 226, units = {4}, values = {12, 14, 16}, character = 33, charType = 'S', level = 30, prestige = 1, patch = "6.2.0", tags = {"ActionSpeed", "Blessing", "Cleansing", "Chests", "Healing", "HealingProficiency", "Totems"}},
    ["Besser gemeinsam"]                   = {id = 135, units = {1}, values = {8, 9, 10}, character = 18, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Zähne zusammenbeißen"]                   = {id = 183, units = {4}, values = {3, 2, 1}, character = 27, charType = 'S', level = 30, prestige = 1, tags = {"Healing", "SkillChecks", "LoudNoiseNotifications"}},
    ["Bitter Murmur"]                     = {id = 7,   units = {1}, values = {5, 7, 10}, range = "16 metres", duration = "5 seconds", charType = 'K', patch = "2.1.0", tags = {"Auras", "Generators"}},
    ["Sprengfalle"]                        = {id = 182, units = {1}, values = {100, 110, 120}, character = 26, charType = 'S', level = 40, prestige = 3, patch = "8.2.0", tags = {"Auras", "Generators", "KillerBlind", "KillerStun", "SurvivorBlind", "Trap"}},
    ["Blutecho"]                        = {id = 142, units = {1}, values = {20, 25, 30}, character = 18, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Exhausted", "Haemorrhage", "Hooks"}},
    ["Blutpakt"]                        = {id = 157, units = {4}, values = {5, 6, 7}, character = 22, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Haste", "Obsession"}},
    ["Blutwallung"]                        = {id = 241, units = {1}, values = {40, 50, 60}, character = 36, charType = 'S', level = 30, prestige = 1, patch = "8.3.0", tags = {"Exhausted", "Healing", "Hooks"}},
    ["Blutwächter"]                      = {id = 92,  units = {1}, values = {40, 50, 60}, character = 10, charType = 'K', level = 40, prestige = 3, patch = "1.8.0", tags = {"Auras", "ExitGates", "GateBlocker", "Hooks"}},
    ["Bluthund"]                        = {id = 54,  units = {1}, values = {2, 3, 4}, patch = "1.8.3", character = 2, charType = 'K', level = 35, prestige = 2, tags = {"PoolsOfBlood"}},
    ["Wildpferd"]                         = {id = 107, units = {4}, values = {60, 70, 80}, character = 13, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Hooks", "Wiggle"}},
    ["Segen: Kreis der Heilung"]           = {id = 190, units = {4}, values = {50, 75, 100}, character = 28, charType = 'S', level = 35, prestige = 2, patch = "6.7.0", tags = {"ActionSpeed", "Boon", "Healing", "HealingProficiency", "Totems"}},
    ["Segen: Dunkle Theorie"]                 = {id = 212, units = {1}, values = {2, 3, 4}, patch = "8.7.0", haste = "+3 %", character = 30, charType = 'S', level = 40, prestige = 3, tags = {"Boon", "Haste", "Totems"}},
    ["Segen: Exponentiell"]                 = {id = 206, units = {4}, values = {90, 95, 100}, character = 29, charType = 'S', level = 40, prestige = 3, tags = {"Boon", "RecoverySpeed", "Recovering", "Totems"}},
    ["Segen: Erleuchtung"]                = {id = 263, units = {4}, values = {6, 8, 10}, character = 40, charType = 'S', level = 35, prestige = 2, patch = "7.5.0", tags = {"Auras", "Blessing", "Boon", "Chests", "Cleansing", "Generators", "Totems"}},
    ["Segen: Schattenschritt"]                 = {id = 191, units = {1}, values = {2, 3, 4}, character = 28, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "ScratchMarks", "Totems", "Boon",}},
    ["Bindung"]                           = {id = 33,  units = {3}, values = {20, 28, 36}, character = 1, charType = 'S', level = 30, prestige = 1, tags = {"Auras"}},
    ["Geliehene Zeit"]                     = {id = 73,  units = {1}, values = {6, 8, 10}, character = 8, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"Endurance", "Haste"}},
    ["Botanisches Wissen"]                  = {id = 36,  units = {4}, values = {30, 40, 50}, character = 3, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Zerlegen"]                         = {id = 117, units = {1}, values = {4, 5, 6}, character = 15, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Hooks"}},
    ["Ausbruch (Yui Kimura)"]                          = {id = 146, units = {4}, values = {6, 8, 10}, patch = "8.7.0", range = "5 metres", wiggling = "+25 %", character = 20, charType = 'S', level = 40, prestige = 3, tags = {"ActionSpeed", "Haste", "Wiggle"}},
    ["Brutale Stärke"]                   = {id = 52,  units = {4}, values = {10, 15, 20}, character = 1, charType = 'K', level = 35, prestige = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets"}}, 
    ["Anschnallen"]                         = {id = 127, units = {1}, values = {3, 4, 5}, character = 17, charType = 'S', patch = "8.0.0", level = 35, prestige = 2, tags = {"Auras", "ConspicuousActions", "Exhausted", "Haste", "Recovering"}},
    ["Gebaut für die Ewigkeit"]                     = {id = 164, units = {1}, values = {14, 13, 12}, character = 23, charType = 'S', level = 40, prestige = 3, tags = {"Items", "Lockers"}},
    ["Ruf der See"]                     = {id = 208, units = {4}, values = {115, 120, 125}, character = 27, charType = 'K', level = 35, prestige = 2, patch = "6.7.0", tags = {"Generators", "Regression", "SkillChecks"}},
    ["Seelenruhe"]                       = {id = 40,  units = {4}, values = {40, 35, 30}, character = 4, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"ActionNoise", "ActionSpeed", "Stealth", "Chests", "Totems", "CleansingProficiency", "Screams", "Crows"}},
    ["Kameradschaft"]                       = {id = 139, units = {1}, values = {26, 30, 34}, character = 19, charType = 'S', level = 35, prestige = 2, tags = {"EntityProgression", "Hooks", "Struggling"}},
    ["Meister des Lichts"]                 = {id = 262, units = {1}, values = {80, 70, 60}, patch = "7.5.2", character = 40, charType = 'S', level = 30, prestige = 1, haste = "+50 %", hindered = "-20 %", durationHindered = "6 seconds", tags = {"Flashlights", "Haste", "Hindered", "KillerBlind"}},
    ["Chemische Falle"]                     = {id = 256, units = {1}, values = {40, 50, 60}, character = 39, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", hindered = "-50 %", tags = {"Auras", "Generators", "Hindered", "Pallets"}},
    ["Korrekturmaßnahme"]                 = {id = 205, units = {6}, values = {1, 2, 3}, patch = "8.3.0", tokenGain = "+1 Token", tokenCost = "-1 Token", tokenLimit = "5 Tokens", duration = "6 seconds", character = 29, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "SkillChecks", "Tokens"}},
    ["Korrupte Intervention"]              = {id = 120, units = {1}, values = {80, 100, 120}, character = 15, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"GenBlocker", "Generators"}}, 
    ["Coulrophobie"]                      = {id = 103, units = {4}, values = {30, 40, 50}, character = 12, charType = 'K', level = 35, prestige = 2, patch = "6.1.0", tags = {"ActionSpeed", "Healing", "HealingProficiency", "RotationSpeed", "SkillChecks", "TerrorRadius"}},
    ["Gegengewalt"]                      = {id = 180, units = {1}, values = {2, 3, 4}, character = 26, charType = 'S', level = 30, prestige = 1, tags = {"Totems"}},
    ["Gnadenstoß"]                     = {id = 167, units = {4}, values = {70, 75, 80}, character = 22, charType = 'K', level = 40, prestige = 3, patch = "7.1.0", tags = {"Generators", "Lunge", "Tokens"}, diacritics = true},
    ["Hellsicht"]                      = {id = 189, units = {1}, values = {8, 9, 10}, character = 28, charType = 'S', level = 30, prestige = 1, patch = "7.1.0", tags = {"Auras", "Totems", "Hatch", "Generators", "Hooks", "Chests"}},
    ["Grausame Gefangenschaft"]                    = {id = 194, units = {1}, values = {20, 25, 30}, charType = 'K', tags = {}, unused = true, retired = true},
    ["Glatter Schnitt"]                       = {id = 290, units = {1}, values = {80, 70, 60}, character = 45, charType = 'S', level = 35, prestige = 2, patch = "8.4.0", tags = {"AutoHeal", "Broken"}},
    ["Grausame Grenzen"]                      = {id = 134, units = {1}, values = {20, 25, 30}, character = 17, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Generators", "VaultLocations", "WindowBlocker"}},
    ["Ungebändigt"]                         = {id = 240, units = {1}, values = {4, 5, 6}, character = 35, charType = 'S', level = 40, prestige = 3, patch = "6.6.0", tags = {"LoudNoiseNotifications", "Stealth", "Vaulting"}},
    ["Tanz mit mir"]                     = {id = 105, units = {1}, values = {20, 20, 15}, stealth = "5 seconds", character = 13, charType = 'S', level = 30, prestige = 1, patch ="8.6.0", tags = {"Lockers", "Pallets", "ScratchMarks", "Stealth", "Vaulting"}},
    ["Düstere Arroganz"]                    = {id = 273, units = {4}, values = {15, 20, 25}, patch = "8.0.0", stunRecovery = "-25 %", blindDuration = "+25 %", character = 36, charType = 'K', level = 40, prestige = 3, tags = {"ActionSpeed", "EffectDuration", "KillerBlind", "KillerStun", "Pallets", "Vaulting", "Windows"}},
    ["Dunkle Hingabe"]                     = {id = 122, units = {1}, values = {20, 25, 30}, character = 15, charType = 'K', level = 40, prestige = 3, patch = "6.1.0", tags = {"Deception", "Obsession", "Stealth", "TerrorRadius", "Undetectable"}},
    ["Dark Sense"]                        = {id = 19,  units = {1}, values = {5, 7, 10}, charType = 'S', patch = "6.1.0", tags = {"Auras", "Generators"}},
    ["Enthüllte Dunkelheit"]                 = {id = 214, units = {1}, values = {6, 7, 8}, character = 28, charType = 'K', level = 35, prestige = 2, patch = "8.1.0", tags = {"Lockers", "Auras"}},
    ["Hart im Nehmen"]                         = {id = 82,  units = {1}, values = {60, 50, 40}, endurance = "0.5 seconds", character = 10, charType = 'S', level = 35, prestige = 2, patch = "6.7.0", tags = {"DeepWound" ,"Endurance", "Exhausted"}},
    ["Totenschalter"]                 = {id = 148, units = {1}, values = {40, 45, 50}, character = 19, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "GenBlocker", "Generators", "Hooks"}},
    ["Deadline"]                          = {id = 264, units = {4}, values = {6, 8, 10}, character = 40, charType = 'S', level = 40, prestige = 3, patch = "7.5.0", tags = {"InjuredState", "Healing", "SkillCheckProbability", "SkillChecks", "Repairing"}},
    ["Sackgasse"]                          = {id = 186, units = {1}, values = {15, 20, 25}, patch = "8.6.1", character = 25, charType = 'K', level = 30, prestige = 1, retired = true, tags = {"Auras", "GenBlocker", "Generators"}},
    ["Todgeweiht"]                        = {id = 155, units = {3}, values = {12, 8, 4}, healthState = 1, character = 20, charType = 'K', level = 40, prestige = 3, patch = "8.6.0", tags = {"AuraFlareUp", "Healing", "LoudNoiseNotifications", "Oblivious"}},
    ["Täuschung"]                         = {id = 169, units = {1}, values = {25, 20, 15}, stealth = "5 seconds", character = 24, charType = 'S', level = 35, prestige = 2, patch ="8.6.0", tags = {"Deception", "PoolsOfBlood", "Lockers", "LoudNoiseNotifications", "ScratchMarks", "Stealth"}},
    ["Entscheidungsschlag"]                   = {id = 48,  units = {1}, values = {40, 50, 60}, character = 6, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Obsession", "SkillChecks", "KillerStun"}},
    ["Deerstalker"]                       = {id = 8,   units = {3}, values = {20, 28, 36}, charType = 'K', patch = "2.6.3", tags = {"Auras"}},
    ["Déjà Vu"]                           = {id = 20,  units = {4}, values = {4, 5, 6}, charType = 'S', patch = "7.0.0", tags = {"Auras", "ActionSpeed", "Generators", "Maps"}, diacritics = true},
    ["Befreiung"]                       = {id = 112, units = {1}, values = {100, 80, 60}, character = 14, charType = 'S', level = 35, prestige = 2, patch = "2.2.0", tags = {"Broken", "Chance", "EscapeAttempt", "Hooks"}},
    ["Verzweifelte Maßnahmen"]                = {id = 163, units = {4, 4}, values = {10, 12, 14, 40, 48, 56}, character = 23, charType = 'S', level = 35, prestige = 2, tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Tapps Verdacht"]                 = {id = 100, units = {3}, values = {32, 48, 64}, patch = "3.3.1", duration = "10 seconds", character = 12, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Chests", "Generators", "Maps", "Totems"}},
    ["Uneinigkeit"]                       = {id = 114, units = {3}, values = {64, 96, 128}, character = 14, charType = 'K', level = 30, prestige = 1, tags = {"Auras", "Generators", "LoudNoiseNotifications"}},
    ["Auflösung"]                       = {id = 213, units = {1}, values = {12, 16, 20}, character = 28, charType = 'K', level = 30, prestige = 1, tags = {"Pallets", "TerrorRadius", "Vaulting"}},
    ["Verzerrung"]                        = {id = 119, units = {1}, values = {8, 10, 12}, character = 15, charType = 'S', level = 40, prestige = 3, patch = "8.3.2", tags = {"Auras", "Chase", "ScratchMarks", "Stealth"}},
    ["Distressing"]                       = {id = 9,   units = {4}, values = {20, 25, 30}, charType = 'K', patch = "8.4.0", tags = {"TerrorRadius"}},
    ["Ablenkung"]                         = {id = 111, units = {1}, values = {30, 25, 20}, patch = "8.2.0", distance = "20 metres", character = 14, charType = 'S', level = 30, prestige = 1,tags = {"Deception", "LoudNoiseNotifications", "ScratchMarks", "TerrorRadius"}},
    ["Niemandem schaden"]                        = {id = 295, units = {4, 4}, values = {30, 40, 50, 60, 80, 100}, patch = "8.7.0", bonusStack = "+3 %", bonusMax = "+6 %", character = 46, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "BonusProgression", "HealingProficiency", "HookStates", "SkillChecks"}},
    ["Dominanz"]                         = {id = 282, units = {1}, values = {8, 12, 16}, character = 37, charType = 'K', level = 40, prestige = 3, patch = "8.4.0", tags = {"Auras", "Chests", "ChestBlocker", "Totems", "TotemBlocker"}},
    ["Drachengriff"]                     = {id = 159, units = {1}, values = {60, 50, 40}, character = 21, charType = 'K', level = 30, prestige = 1, patch = "8.1.0", tags = {"AuraFlareUp", "Exposed", "Generators", "LoudNoiseNotifications"}},
    ["Dramaturgie"]                        = {id = 250, units = {1}, values = {60, 50, 40}, character = 38, charType = 'S', level = 30, prestige = 1, patch = "7.1.0", tags = {"Add-ons", "Exhausted", "Exposed", "Haste", "Items"}},
    ["Fürsorgepflicht"]                      = {id = 296, units = {1}, values = {4, 5, 6}, patch = "8.7.0", range = "12 metres", character = 46, charType = 'S', level = 35, prestige = 2, haste = "+25 %", tags = {"Haste", "ProtectionHits"}},
    ["Erlöschendes Licht"]                       = {id = 63,  units = {4, 4}, values = {2, 2.5, 3, 22, 27.5, 33}, character = 5, charType = 'K', level = 40, prestige = 3, tags = {"ActionSpeed", "HealingProficiency", "Obsession", "RepairingProficiency", "SabotageProficiency", "Tokens"}},
    ["Empathische Verbindung"]               = {id = 211, units = {3}, values = {32, 64, 96}, patch = "8.1.0", healing = "+30 %", character = 30, charType = 'S', level = 35, prestige = 2, tags = {"ActionSpeed", "Auras", "Healing", "HealingProficiency", "InjuredState"}},
    ["Einfühlungsvermögen"]                           = {id = 37,  units = {3}, values = {64, 96, 128}, character = 3, charType = 'S', level = 30, prestige = 1, patch = "2.6.0", tags = {"Auras", "InjuredState"}},
    ["Beständig"]                          = {id = 57,  units = {4}, values = {40, 45, 50}, character = 3, charType = 'K', level = 30, prestige = 1, tags = {"KillerStun", "Pallets", "StunRecovery"}},
    ["Ausbruch (Nemesis)"]                          = {id = 179, units = {1}, values = {8, 10, 12}, character = 24, charType = 'K', level = 40, prestige = 3, patch = "6.6.0", tags = {"Auras", "Generators"}},
    ["Belmonts Augen"]                   = {id = 283, units = {1}, values = {1, 2, 3}, character = 44, charType = 'S', level = 40, prestige = 3, patch = "8.2.0", tags = {"Auras", "Generators"}},
    ["Hochgefühl"]                        = {id = 284, units = {1}, values = {40, 35, 30}, character = 44, charType = 'S', level = 30, prestige = 1, patch = "8.2.1", tags = {"Charges", "KillerStun", "Pallets", "RarityUpgrade"}},
    ["Überholspur"]                        = {id = 174, units = {6, 5}, values = {1, 2, 3, 9, 18, 27}, bonus = "+1 %", character = 25, charType = 'S', level = 30, prestige = 1, tags = {"BonusProgression", "Generators", "SkillChecks", "Tokens"}},
    ["Panikmacher"]                        = {id = 193, units = {1}, values = {3, 4, 5}, charType = 'K', tags = {}, unused = true, retired = true},
    ["Gewandtheit"]                           = {id = 277, units = {1}, values = {40, 35, 30}, character = 43, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"ActionSpeed", "Vaulting"}},
    ["Einheizen"]                           = {id = 90,  units = {4, 4}, values = {4, 5, 6, 20, 25, 30}, character = 10, charType = 'K', level = 30, prestige = 1, patch = "8.5.0", tags = {"ActionSpeed", "Breaking", "Damaging", "Dropping", "PickingUp", "Tokens", "Vaulting"}},
    ["Fixiert"]                           = {id = 136, units = {4}, values = {10, 15, 20}, character = 18, charType = 'S', level = 35, prestige = 2, patch = "7.3.3", tags = {"Haste", "ScratchMarks"}},
    ["Blendgranate"]                         = {id = 184, units = {4}, values = {50, 45, 40}, character = 27, charType = 'S', level = 35, prestige = 2, patch ="8.2.0", tags = {"FlashGrenades", "Generators", "Lockers"}},
    ["Flip-Flop"]                         = {id = 126, units = {4}, values = {40, 45, 50}, conversion = "50 %", character = 17, charType = 'S', level = 30, prestige = 1, patch = "2.6.3", tags = {"Conversion", "Recovering", "Wiggle"}},
    ["Nebelerfahren"]                           = {id = 233, units = {1}, values = {4, 5, 6}, character = 34, charType = 'S', patch = "6.4.0", level = 35, prestige = 2, tags = {"Auras", "Generators", "SkillChecks"}},
    ["Für das Volk"]                    = {id = 152, units = {1}, values = {80, 70, 60}, character = 21, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "DeepWound", "Healing", "Obsession"}},
    ["Erzwungenes Zögern"]                 = {id = 245, units = {1}, values = {40, 35, 30}, character = 32, charType = 'K', level = 35, prestige = 2, patch = "7.0.0", tags = {"Hindered"}},
    ["Erzwungene Buße"]                    = {id = 153, units = {1}, values = {60, 70, 80}, character = 20, charType = 'K', level = 30, prestige = 1, tags = {"Broken", "ProtectionHits"}},
    ["Für immer verbunden"]                  = {id = 293, units = {5, 4}, values = {6, 7, 8, 24, 28, 32}, character = 39, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tokenGain = "+1 Token", bonus = "+4 %", tags = {"ActionSpeed", "Dropping", "Hooking", "PickingUp", "Tokens"}},
    ["Franklins Niedergang"]                 = {id = 89,  units = {1}, values = {150, 120, 90}, character = 9, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "ForcedItemDrop", "Items"}},
    ["Wettkampf unter Freunden"]              = {id = 238, units = {1}, values = {45, 60, 75}, character = 35, charType = 'S', level = 30, prestige = 1, patch = "6.6.0", tags = {"ActionSpeed", "Generators", "RepairingProficiency"}},
    ["Freunde bis zum Schluss"]              = {id = 260, units = {1}, values = {6, 8, 10}, character = 34, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Exposed", "Hooks", "LoudNoiseNotifications", "Obsession"}},
    ["Heimliche Verfolgungsjagd"]                     = {id = 131, units = {1}, values = {14, 16, 18}, patch = "8.7.0", character = 16, charType = 'K', level = 40, prestige = 3, haste = "+10 %", tags = {"Haste", "Hooks", "Obsession", "Undetectable"}},
    ["Spielbeginn"]                        = {id = 237, units = {1}, values = {8, 9, 10}, patch = "8.7.0", character = 31, charType = 'K', level = 40, prestige = 3, tags = {"BreakableWalls", "Generators", "Haste", "Obsession", "Pallets"}},
    ["Ausrüstungsspezi"]                          = {id = 147, units = {1}, values = {6, 7, 8}, character = 19, charType = 'K', level = 30, prestige = 1, patch = "6.7.0", tags = {"Auras", "Generators", "SkillChecks"}},
    ["Genetische Grenzen"]                    = {id = 244, units = {1}, values = {6, 7, 8}, character = 32, charType = 'K', level = 30, prestige = 1, patch = "8.3.0", tags = {"Exhausted"}},
    ["Düstere Umarmung"]                      = {id = 201, units = {1}, values = {6, 8, 10}, character = 26, charType = 'K', level = 30, prestige = 1, patch = "8.0.0", tags = {"Auras", "Generators", "GenBlocker", "Hooks", "Obsession", "Tokens"}},
    ["Wächter"]                          = {id = 198, units = {1}, values = {4, 6, 8}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Abgehärtet"]                          = {id = 278, units = {1}, values = {3, 4, 5}, character = 43, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"Auras", "Chests", "Screams", "Totems"}},
    ["Frontal"]                           = {id = 125, units = {1}, values = {60, 50, 40}, charge = "3 seconds", stun = "3 seconds", character = 16, charType = 'S', level = 40, prestige = 3, patch = "8.1.0", tags = {"Exhausted", "Lockers", "KillerStun"}},
    ["Fluch: Blutgunst"]                 = {id = 160, units = {3}, values = {24, 28, 32}, duration = "15 seconds", character = 21, charType = 'K', level = 35, prestige = 2, patch = "5.3.0", tags = {"Hex", "PalletBlocker", "Pallets", "Totems"}},
    ["Fluch: Publikumskontrolle"]                = {id = 172, units = {7}, values = {3, 4, 5}, character = 23, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Hex", "Totems", "Vaulting", "VaultLocations", "WindowBlocker"}},
    ["Fluch: Aufgezehrte Hoffnung"]                  = {id = 70,  units = {4}, values = {3, 4, 5}, character = 6, charType = 'K', level = 40, prestige = 3, tags = {"Exposed", "Killing", "Haste", "Hex", "Hooks", "Tokens", "Totems"}},
    ["Fluch: Im Angesicht der Dunkelheit"]            = {id = 230, units = {1}, values = {35, 30, 25}, character = 30, charType = 'K', patch = "6.4.0", level = 35, prestige = 2, tags = {"Auras", "Hex", "LoudNoiseNotifications", "TerrorRadius"}},
    ["Hex: Fortune's Fool"]               = {id = 299, units = {3}, values = {24, 20, 16}, patch = "8.6.1", blockDuration = "90 seconds", charType = 'K', tags = {"Auras", "Hex", "Oblivious", "Totems"}},
    ["Fluch: Verteufelter Boden"]               = {id = 109, units = {1}, values = {40, 50, 60}, character = 13, charType = 'K', level = 35, prestige = 2, patch = "2.2.0", tags = {"Exposed", "Hex", "Totems"}},
    ["Fluch: Wiegenlied der Jägerin"]             = {id = 86,  units = {4}, values = {2, 4, 6}, tokenGain = "+1 Token", tokenMax = "5 Tokens", penalties = {"-14 %", "-28 %", "-42 %", "-56 %"}, character = 8, charType = 'K', level = 40, prestige = 3, patch = "1.6.0", tags = {"ActionNoise", "Hex", "Hooks", "ProgressionPenalty", "SkillChecks", "Tokens", "Totems"}},
    ["Fluch: Niemand entrinnt dem Tod"]         = {id = 10,  units = {4}, values = {2, 3, 4}, charType = 'K', patch = "6.1.0", aura = {"4 metres", "24 metres", "30 seconds"}, tags = {"ExitGates", "Exposed", "Haste", "Hex", "Totems"}},
    ["Fluch: Nichts als Leid"]           = {id = 292, units = {1}, values = {10, 12.5, 15}, character = 39, charType = 'K', level = 30, prestige = 1, patch = "8.6.0", attacks = "8 times", hindered = "-5 %", tags = {"Hex", "Hindered", "Totems"}},
    ["Fluch: Pentimento"]                   = {id = 203, units = {4, 4}, values = {1, 2, 3, 24, 28, 32}, patch = "8.7.0", character = 26, charType = 'K', level = 40, prestige = 3, tokenGain = "+1 Token", tokenLimit = "5 Tokens", penalty = "-20 %", range = "16 metres",tags = {"ActionSpeed", "Auras", "HealingProficiency", "Hex", "RepairingProficiency", "Tokens", "TotemBlocker", "Totems"}},
    ["Fluch: Spielzeug"]                    = {id = 187, units = {3}, values = {24, 20, 16}, patch = "8.6.1", character = 25, charType = 'K', level = 35, prestige = 2, retired = true, tags = {"Auras", "Hex", "Oblivious", "Totems"}},
    ["Fluch: Vergeltung"]                  = {id = 149, units = {1}, values = {35, 40, 45}, duration = "15 seconds", character = 19, charType = 'K', level = 40, prestige = 3, patch = "5.3.0", tags = {"Auras", "Hex", "Oblivious", "Totems"}},
    ["Fluch: Ruin"]                         = {id = 69,  units = {4}, values = {50, 75, 100}, character = 6, charType = 'K', level = 35, prestige = 2, patch = "7.5.0", tags = {"Generators", "Hex", "Regression", "Totems"}},
    ["Fluch: Das dritte Siegel"]               = {id = 71,  units = {7}, values = {2, 3, 4}, character = 6, charType = 'K', level = 30, prestige = 1, tags = {"Blindness", "Hex", "Totems"}},
    ["Fluch: Nervenkitzel der Jagd"]           = {id = 11,  units = {4, 4}, values = {8, 10, 12, 40, 50, 60}, charType = 'K', level = 40, prestige = 3, patch = "8.4.2", tags = {"ActionSpeed", "Blessing", "Cleansing", "Hex", "Tokens", "Totems"}},
    ["Fluch: Zum Spielen gehören zwei"]                 = {id = 259, units = {8}, values = {4, 3, 2}, character = 34, charType = 'K', level = 30, prestige = 1, tags = {"Hex", "KillerBlind", "KillerStun", "SurvivorBlind", "Totems"}},
    ["Fluch: Unsterblich"]                      = {id = 161, units = {3}, values = {2, 3, 4}, character = 21, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Hex", "Totems"}},
    ["Fluch: Erbärmliches Schicksal"]                = {id = 280, units = {4}, values = {27, 30, 33}, character = 37, charType = 'K', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators", "Hex", "Obsession", "Totems"}},
    ["Horter"]                           = {id = 165, units = {3}, values = {32, 48, 64}, character = 22, charType = 'K', level = 30, prestige = 1, tags = {"Chests", "Items", "LoudNoiseNotifications"}},
    ["Hoffnung"]                              = {id = 21,  units = {4}, values = {5, 6, 7}, charType = 'S', patch = "6.1.0", tags = {"ExitGates", "Haste"}}, 
    ["Hochmut"]                            = {id = 231, units = {1}, values = {10, 15, 20}, character = 30, charType = 'K', patch = "6.4.0", level = 40, prestige = 3, tags = {"Exposed", "KillerStun"}},
    ["Gier der Menschen"]                       = {id = 281, units = {1}, values = {3, 4, 5}, range = "8 metres", cooldown = "10 seconds", character = 37, charType = 'K', level = 35, prestige = 2, patch = "8.4.1", tags = {"ActionSpeed", "Auras", "Chests"}},
    ["Hyperfokus"]                        = {id = 228, units = {4, 4}, values = {10, 20, 30, 60, 120, 180}, character = 33, charType = 'S', level = 40, prestige = 3, patch = "6.2.0", tags = {"BonusProgression", "RotationSpeed", "SkillCheckDifficulty", "SkillCheckProbability", "SkillChecks", "TriggerOdds"}},
    ["Hysterie"]                          = {id = 178, units = {1}, values = {30, 35, 40}, cooldown = "20 seconds", character = 24, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tags = {"Oblivious"}},
    ["Ich bin ganz Ohr"]                      = {id = 129, units = {1}, values = {60, 45, 30}, patch = "8.1.0", character = 16, charType = 'K', level = 30, prestige = 1, range = "48 metres", duration = "8 seconds", tags = {"Auras", "Vaulting"}},
    ["In the Dark"]                       = {id = 2,   charType = 'K', unused = true},
    ["Ansteckende Angst"]                 = {id = 121, units = {1}, values = {4, 5, 6}, character = 15, charType = 'K', level = 35, prestige = 2, tags = {"AuraFlareUp", "TerrorRadius", "LoudNoiseNotifications"}}, 
    ["Innerer Fokus"]                       = {id = 217, units = {1}, values = {6, 8, 10}, character = 31, charType = 'S', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras", "ScratchMarks"}},
    ["Innere Heilung"]                     = {id = 197, units = {1}, values = {10, 9, 8}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Innere Kraft"]                    = {id = 137, units = {1}, values = {10, 9, 8}, character = 18, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "DeepWound", "Healing", "Lockers", "Totems"}}, 
    ["Insidious"]                         = {id = 12, units = {1}, values = {4, 3, 2}, charType = 'K', tags = {"Deception", "Stealth", "Undetectable"}},
    ["Beschwörung: Tückische Krähen"]     = {id = 289, units = {1}, values = {1, 1.5, 2}, character = 45, charType = 'S', level = 30, prestige = 1, patch = "8.4.0", tags = {"Auras", "Basement", "Broken", "Crows", "InjuredState", "Invocation", "Killer", "TerrorRadius"}},
    ["Beschwörung: Webende Spinnen"]       = {id = 268, units = {9}, values = {8, 9, 10}, character = 41, charType = 'S', level = 30, prestige = 1, patch = "8.0.0", tags = {"Auras", "Basement", "Broken", "InjuredState", "Invocation", "Generators", "RepairRequirement"}},
    ["Eiserner Griff"]                        = {id = 13, units = {4}, values = {4, 8, 12}, charType = 'K', tags = {"ActionTime", "Carrying", "Wiggle"}},
    ["Eiserne Jungfrau"]                       = {id = 116, units = {4}, values = {30, 40, 50}, character = 14, charType = 'K', level = 40, prestige = 3, tags = {"ActionSpeed", "AuraFlareUp", "Exposed", "Lockers", "LoudNoiseNotifications"}},
    ["Eiserner Wille"]                         = {id = 41,  units = {4}, values = {80, 90, 100}, character = 4, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"Exhausted", "GruntsOfPain", "Stealth"}},
    ["Stromstoß"]                              = {id = 192, units = {4}, values = {6, 7, 8}, charType = 'K', tags = {"Generators"}, unused = true, retired = true},
    ["K. o."]                         = {id = 87,  units = {1}, values = {3, 4, 5}, range = "6 metres", timer = "6 seconds", hindered = "-5 %", character = 9, charType = 'K', level = 30, prestige = 1, patch = "8.6.0", tags = {"Hindered", "Pallets"}},
    ["Verwandt"]                           = {id = 22,  units = {3}, values = {8, 12, 16}, charType = 'S', patch = "3.4.0", tags = {"Auras", "KillerAura", "Hooks"}},
    ["Verwandtschaft"]                           = {id = 199, units = {1}, values = {26, 30, 34}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Lähmende Berührung"]                     = {id = 272, units = {1}, values = {6, 8, 10}, range = "36 metres", cooldown = "5 seconds", character = 36, charType = 'K', level = 35, prestige = 2, patch = "8.4.0", tags = {"Crows", "Exhausted"}},
    ["Last Standing"]                     = {id = 3,   units = {4, 4}, values = {7.5, 15, 25, 22.5, 45, 75}, charType = 'S', unused = true, tags = {"ActionSpeed"}},
    ["Anführer"]                            = {id = 34,  units = {4}, values = {15, 20, 25}, radius = "8 metres", linger = "15 seconds", character = 1, charType = 'S', level = 40, prestige = 3, patch = "2.5.0", tags = {"ActionSpeed", "ExitGates", "HealingProficiency", "SabotageProficiency", "CleansingProficiency", "Chests"}},
    ["Zurückgelassen"]                       = {id = 72,  units = {3}, values = {24, 28, 32}, character = 8, charType = 'S', level = 30, prestige = 1, patch = "3.2.0", tags = {"Auras", "Hatch"}, multiName = true},
    ["Tödlicher Verfolger"]                    = {id = 177, units = {1}, values = {7, 8, 9}, character = 24, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"Auras"}},
    ["Hebelwirkung"]                          = {id = 236, units = {4}, values = {30, 40, 50}, duration = "30 seconds", character = 31, charType = 'K', patch = "8.3.0", level = 35, prestige = 2, tags = {"ActionSpeed", "Healing", "HealingProficiency", "Hooks"}},
    ["Lichtgeborener"]                         = {id = 58,  units = {1}, values = {6, 8, 10}, character = 3, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "BlindingResistance"}},
    ["Behände"]                      = {id = 257, units = {1}, values = {28, 24, 20}, character = 39, charType = 'S', level = 35, prestige = 2, patch = "7.2.0", tags = {"Stealth"}},
    ["Leichtgewicht"]                       = {id = 23,  units = {1}, values = {3, 4, 5}, spawnChance = "-60 %", charType = 'S', patch = "6.1.0", tags = {"ScratchMarks", "Stealth"}},
    ["Flink"]                             = {id = 77,  units = {1}, values = {60, 50, 40}, patch = "2.6.0", haste = "+50 %", durationHaste = "3 seconds", character = 9, charType = 'S', level = 35, prestige = 2, tags = {"Exhausted", "Haste", "Pallets", "Vaulting"}},
    ["Unauffällig"]                       = {id = 225, units = {1}, values = {70, 80, 90}, character = 32, charType = 'S', level = 40, prestige = 3, patch = "6.2.0", tags = {"PoolsOfBlood", "ScratchMarks"}},
    ["Glück gehabt"]                       = {id = 144, units = {1}, values = {40, 50, 60}, character = 20, charType = 'S', level = 30, prestige = 1, patch = "6.1.0", tags = {"PoolsOfBlood", "ScratchMarks", "Stealth"}},
    ["Glücksstern"]                        = {id = 258, units = {1}, values = {40, 35, 30}, duration = "30 seconds", character = 39, charType = 'S', level = 40, prestige = 3, patch = "8.3.0", tags = {"Auras", "Generators", "GruntsOfPain", "Lockers", "PoolsOfBlood", "Stealth"}},
    ["Maschinelles Lernen"]                  = {id = 246, units = {1}, values = {35, 40, 45}, haste = "+10 %", character = 32, charType = 'K', level = 40, prestige = 3, patch = "8.3.2", tags = {"Auras", "Generators", "Haste", "Undetectable"}},
    ["Irrer Mut"]                          = {id = 115, units = {1}, values = {2, 3, 4}, character = 14, charType = 'K', level = 35, prestige = 2, tags = {"ActionPause", "AttackCooldown", "Carrying", "Wiggle"}},
    ["Dafür geschaffen"]                     = {id = 248, units = {4, 1}, values = {1, 2, 3, 6, 8, 10}, character = 37, charType = 'S', level = 35, prestige = 2, patch = "7.4.0", tags = {"ConspicuousActions", "DeepWound", "Endurance", "Exhausted", "Haste", "Healing"}},
    ["Triff deine Wahl"]                  = {id = 98,  units = {1}, values = {40, 50, 60}, character = 11, charType = 'K', level = 40, prestige = 3, tags = {"Exposed", "Hooks", "LoudNoiseNotifications"}},
    ["Erbarmungsloser Sturm"]                   = {id = 209, units = {1}, values = {16, 18, 20}, character = 27, charType = 'K', level = 40, prestige = 3, tags = {"Generator", "SkillChecks"}},
    ["Der Eifer der Menschen"]                     = {id = 128, units = {3}, values = {12, 14, 16}, counter = "third", character = 17, charType = 'S', patch = "6.2.0", level = 40, prestige = 3, tags = {"Auras", "Obsession", "ProtectionHits"}},
    ["Seelenbrecher"]                       = {id = 133, units = {1}, values = {3, 4, 5}, character = 17, charType = 'K', level = 35, prestige = 2, tags = {"Blindness", "Exhausted", "Generators"}},
    ["Spiegelillusion"]                 = {id = 274, units = {1}, values = {40, 50, 60}, character = 42, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Chests", "ExitGates", "Generators", "Totems"}},
    ["Ruhmreicher Augenblick"]                   = {id = 285, units = {1}, values = {80, 70, 60}, character = 44, charType = 'S', level = 35, prestige = 2, patch = "8.2.0", tags = {"AutoHeal", "Broken", "Chests", "Healing"}},
    ["Beobachten und zuschlagen"]                   = {id = 80,  units = {3, 3}, values = {6, 7, 8, 12, 14, 16}, character = 7, charType = 'K', level = 35, prestige = 2, patch = "7.5.0", tags = {"TerrorRadius"}},
    ["Nemesis (Talent)"]                           = {id = 143, units = {1}, values = {40, 50, 60}, aura = "8 seconds", character = 18, charType = 'K', level = 40, prestige = 3, patch = "8.6.0", tags = {"Auras", "Blinding", "Lockers", "Oblivious", "Obsession", "Pallets", "KillerStun"}, multiName = true},
    ["No Holds Barred"]                   = {id = 298, units = {1}, values = {15, 20, 25}, patch = "8.6.1", charType = 'K', tags = {"Auras", "GenBlocker", "Generators"}},
    ["Kein Gejammer"]                         = {id = 83,  units = {4, 4}, values = {25, 50, 75, 15, 20, 25}, patch = "5.3.0", character = 10, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "GruntsOfPain", "PoolsOfBlood", "Recovering", "Stealth"}},
    ["Niemand wird Zurückgelassen"]                = {id = 24,  units = {4}, values = {50, 75, 100}, patch = "8.7.0", charType = 'S', effect = "+10 %", bonus = "+5 seconds", haste = "20 %", durationHaste = "15 seconds", tags = {"ActionSpeed", "Auras", "EffectDuration", "ExitGates", "Haste", "HealingProficiency"}},
    ["Kein Pardon"]                        = {id = 288, units = {1}, values = {20, 25, 30}, threshold = "75 %", character = 38, charType = 'K', level = 40, prestige = 3, patch = "8.4.0", tags = {"Broken", "Healing", "SkillChecks", "Self-Healing"}},
    ["Kein Ausweg"]                        = {id = 173, units = {1, 1}, values = {6, 9, 12, 36, 48, 60}, character = 23, charType = 'K', level = 40, prestige = 3, tags = {"ExitGates", "GateSwitchBlocker", "LoudNoiseNotifications", "Tokens"}},
    ["Niemand ist frei"]                     = {id = 294, units = {1, 1}, values = {12, 14, 16, 48, 56, 64}, patch = "8.6.2", tokenGain = "+1 Token", tokenMax = "4 Tokens", character = 39, charType = 'K', level = 40, prestige = 3, tags = {"Generators", "PalletBlocker", "WindowBlocker"}},
    ["Keine Versteckmöglichkeit"]                   = {id = 229, units = {1}, values = {3, 4, 5}, character = 30, charType = 'K', patch = "6.4.0", level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Objekt der Besessenheit"]               = {id = 49,  units = {4}, values = {2, 4, 6}, duration = "3 seconds", interval = "30 seconds", character = 6, charType = 'S', level = 35, prestige = 2, patch = "4.7.0", tags = {"ActionSpeeds", "Auras", "CleansingProficiency", "HealingProficiency", "Obsession", "RepairingProficiency"}},
    ["Vertraulich"]                    = {id = 150, units = {1}, values = {60, 70, 80}, character = 21, charType = 'S', level = 30, prestige = 1, patch = "6.1.0", tags = {"Auras", "ConspicuousActions", "DeepWound", "Endurance", "GruntsOfPain", "Hooks"}},
    ["Offenes Blatt"]                       = {id = 67,  units = {3}, values = {8, 12, 16}, character = 7, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Vision"}},
    ["Unterdrückung"]                        = {id = 166, units = {1}, values = {60, 50, 40}, character = 22, charType = 'K', level = 35, prestige = 2, patch = "8.1.0", tags = {"Generators", "Regression", "SkillChecks"}},
    ["Bewältigen"]                          = {id = 204, units = {1}, values = {60, 50, 40}, character = 29, charType = 'S', level = 30, prestige = 1, tags = {"MovementSpeed", "Exhausted"}},
    ["Overconfidence"]                    = {id = 4,   charType = 'S', unused = true},
    ["Überladen"]                        = {id = 79,  units = {4}, values = {2, 3, 4}, character = 7, charType = 'K', level = 40, prestige = 3, patch = "6.7.0", tags = {"Generators", "Regression", "ProgressionPenalty", "RegressionSpeed", "SkillChecks"}},
    ["Erdrückende Präsenz"]             = {id = 78,  units = {4}, values = {80, 90, 100}, character = 7, charType = 'K', level = 30, prestige = 1, tags = {"Efficiency", "TerrorRadius"}},  
    ["Übereifrig"]                       = {id = 219, units = {4, 4}, values = {8, 9, 10, 16, 18, 20}, character = 31, charType = 'S', level = 40, prestige = 3, patch = "6.7.0", tags = {"ActionSpeed", "Generators", "RepairingProficiency", "Totems"}},
    ["Elterliche Fürsorge"]                 = {id = 210, units = {1}, values = {5, 6, 7}, patch = "5.6.0", character = 30, charType = 'S', level = 30, prestige = 1, tags = {"ScratchMarks", "PoolsOfBlood", "GruntsOfPain"}},
    ["Apotheke"]                          = {id = 94,  units = {4}, values = {70, 85, 100}, noiseRange = "-20 metres", character = 11, charType = 'S', level = 35, prestige = 2, patch = "8.4.0", tags = {"ActionNoise", "ActionSpeed", "Chests", "Items"}},
    ["Spiele mit deinem Essen"]               = {id = 64,  units = {4, 4}, values = {3, 4, 5, 9, 12, 15}, character = 5, charType = 'K', level = 35, prestige = 2, tags = {"Chase", "Haste", "Obsession", "Tokens"}}, 
    ["Überraschende Wendung"]                        = {id = 252, units = {1}, values = {2, 3, 4}, character = 38, charType = 'S', level = 40, prestige = 3, patch = "7.1.0", tags = {"DyingState", "GruntsOfPain", "Haste", "Healing", "PoolsOfBlood", "SelfRecovery"}},
    ["Plunderer's Instinct"]              = {id = 25,  units = {3}, values = {32, 48, 64}, chance = "+50 %", charType = 'S', patch = "8.4.0", tags = {"Auras", "Chests", "Items"}},
    ["Selbstsicher"]                            = {id = 124, units = {1}, values = {10, 12, 14}, duration = "6 seconds", character = 16, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "Generators", "ScratchMarks", "Stealth"}},
    ["Pop Goes the Weasel"]               = {id = 104, units = {1}, values = {35, 40, 45}, penalty = "-20 %", character = 12, charType = 'K', level = 40, prestige = 3, patch = "8.0.0", tags = {"Generators", "Hooks", "ProgressionPenalty"}},
    ["Potenzielle Energie"]                  = {id = 232, units = {1}, values = {12, 10, 8}, character = 34, charType = 'S', patch = "6.4.0", level = 30, prestige = 1, tags = {"Generators", "BonusProgression", "SkillChecks", "Tokens"}},
    ["Wildes Herauswinden"]                    = {id = 170, units = {4}, values = {25, 20, 15}, character = 24, charType = 'S', level = 40, prestige = 3, tags = {"Pallets", "KillerStun", "Wiggle"}},
    ["Räuber"]                          = {id = 55,  units = {1}, values = {60, 50, 40}, patch = "8.3.2", duration = "4 seconds", character = 2, charType = 'K', level = 30, prestige = 1, tags = {"Auras"}},
    ["Premonition"]                       = {id = 26,  units = {1}, values = {60, 45, 30}, cone = "45 °", range = "36 metres", charType = 'S', patch = "2.6.2", tags = {"Warning"}},
    ["Beweise dich"]                     = {id = 35,  units = {4, 4}, values = {6, 8, 10, 18, 24, 30}, character = 1, charType = 'S', level = 35, prestige = 2, patch = "7.1.0", tags = {"ActionSpeed", "Generators", "RepairingProficiency"}},
    ["Schnell und leise"]                     = {id = 43,  units = {1}, values = {25, 20, 15}, character = 2, charType = 'S', level = 30, prestige = 1, patch = "8.6.0", tags = {"Lockers", "LoudNoiseNotifications", "Pallets", "RepairingProficiency", "Stealth", "Vaulting"}},
    ["Schnelles Bauernopfer"]                      = {id = 234, units = {4}, values = {3, 4, 5}, cooldown = "60 seconds", character = 34, charType = 'S', patch = "8.3.0", level = 40, prestige = 3, tags = {"Auras", "ActionSpeed", "Chase", "RepairingProficiency"}},
    ["Hass"]                            = {id = 110, units = {1}, values = {5, 4, 3}, patch = "6.4.0", duration = "3 seconds", character = 13, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "AuraFlareUp", "Exposed", "Generators", "Killing", "Obsession", "LoudNoiseNotifications"}},
    ["Stürmische Brutalität"]                   = {id = 253, units = {1}, values = {8, 9, 10}, character = 33, charType = 'K', level = 30, prestige = 1, patch = "7.2.0", tags = {"Bloodlust", "Haste"}},
    ["Schnelles Eingreifen"]                    = {id = 297, units = {1}, values = {30, 25, 20}, patch = "8.7.0", character = 46, charType = 'S', level = 40, prestige = 3, aura = "2 seconds", tags = {"Auras", "Exhausted", "Lockers"}},
    ["Reaktive Heilung"]                  = {id = 224, units = {4}, values = {40, 45, 50}, character = 32, charType = 'S', level = 35, prestige = 2, patch = "6.2.0", tags = {"BonusProgression", "Healing"}},
    ["Bestärkung"]                       = {id = 227, units = {1}, values = {20, 25, 30}, character = 33, charType = 'S', level = 35, prestige = 2, patch = "6.2.0", tags = {"ActionPause", "EntityProgression", "Hooks"}},
    ["Roter Hering"]                       = {id = 151, units = {1}, values = {25, 20, 15}, activation = "1 second", character = 21, charType = 'S', level = 35, prestige = 2, patch = "8.6.0", tags = {"Auras", "Deception", "Generators", "Lockers", "LoudNoiseNotifications"}},
    ["Vergissmeinnicht"]                       = {id = 91,  units = {5, 1}, values = {3, 4, 5, 18, 24, 30}, stack = "+6 seconds", character = 10, charType = 'K', level = 35, prestige = 2, patch = "8.5.0", tags = {"ActionTime", "ExitGates", "Obsession", "Tokens"}},
    ["Renewal"]                           = {id = 200, units = {1}, values = {28, 24, 20}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Verdrängtes Bündnis"]                = {id = 158, units = {1}, values = {55, 50, 45}, character = 22, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "GenBlocker", "Generators"}},
    ["Manifest der Reste"]                 = {id = 218, units = {1}, values = {20, 25, 30}, character = 31, charType = 'S', level = 35, prestige = 2, tags = {"Blindness", "Chests", "Items", "KillerBlind"}},
    ["Widerstandsfähigkeit"]                        = {id = 27,  units = {4}, values = {3, 6, 9}, charType = 'S', patch = "1.0.0", tags = {"ActionSpeed", "Blessing", "Chests", "Cleansing", "ExitGates", "Generators", "Healing", "Hooks", "Opening", "Repairing", "Sabotaging", "Searching", "Totems", "Unhooking", "Vaulting", "Windows"}},
    ["Wiederaufleben"]                        = {id = 181, units = {4}, values = {50, 60, 70}, character = 26, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"BonusProgression", "Healing", "Hooks"}},
    ["Entschlossener Anfänger"]                     = {id = 185, units = {7}, values = {5, 4, 3}, character = 27, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Generators", "SkillChecks"}},
    ["Das Beste kommt zum Schluss"]            = {id = 65,  units = {5, 4}, values = {6, 7, 8, 24, 28, 32}, patch = "7.5.0", tokenGain = "+1 Token", tokenCost = "-2 Tokens", cooldownStack = "-4 % per Token", character = 5, charType = 'K', level = 30, prestige = 1, tags = {"AttackCooldown", "Obsession", "Tokens"}},
    ["Saboteur"]                          = {id = 39,  units = {1}, values = {70, 65, 60}, radius = "56 metres", speed = "+30 %", character = 4, charType = 'S', level = 40, prestige = 3, patch = "7.1.0", tags = {"ActionSpeed", "Auras", "Hooks", "Sabotage", "ScourgeHookAuras"}},
    ["Plünderer"]                         = {id = 249, units = {1}, values = {40, 35, 30}, character = 37, charType = 'S', level = 40, prestige = 3, patch = "7.0.0", tags = {"Chests", "Items", "SkillChecks", "Tokens"}},
    ["Szenenpartner"]                     = {id = 251, units = {1}, values = {4, 5, 6}, aura = "+2 seconds", chance = "50 %", cooldown = "40 seconds", character = 38, charType = 'S', level = 35, prestige = 2, patch = "8.4.0", tags = {"Auras", "Screams", "TerrorRadius"}},
    ["Geißelhaken: Fluten des Zorns"]      = {id = 207, units = {1}, values = {5, 6, 7}, character = 27, charType = 'K', level = 30, prestige = 1, tags = {"ScourgeHooks", "Hooks", "Auras"}},
    ["Geißelhaken: Gabe des Schmerzes"]        = {id = 188, units = {4}, values = {10, 13, 16}, patch = "8.6.1", character = 25, charType = 'K', level = 40, prestige = 3, retired = true, tags = {"ActionSpeed", "Auras", "Haemorrhage", "HealingProficiency", "Hooks", "Mangled", "ScourgeHooks"}},
    ["Geißelhaken: Henkerstreich"]     = {id = 96,  units = {3}, values = {8, 10, 12}, character = 11, charType = 'K', level = 30, prestige = 1, patch = "7.1.0", tags = {"Auras", "Hooks", "LoudNoiseNotifications", "Sabotage", "ScourgeHooks", "LoudNoiseNotifications"}},
    ["Geißelhaken: Gezackter Kompass"]      = {id = 287, units = {1}, values = {6, 8, 10}, character = 38, charType = 'K', level = 35, prestige = 2, patch = "8.4.0", tags = {"Auras", "Generators", "Hooks", "ScourgeHooks"}},
    ["Geißelhaken: Monströser Schrein"]    = {id = 14,  units = {4}, values = {10, 15, 20}, patch = "6.1.0", distance = "24 metres", charType = 'K', tags = {"ActionSpeed", "Basement", "EntityProgression", "Hooks", "ScourgeHooks"}},
    ["Geißelhaken: Schmerzensecho"]      = {id = 202, units = {4}, values = {10, 15, 20}, character = 26, charType = 'K', level = 35, prestige = 2, patch = "8.0.0", tags = {"ScourgeHooks", "Hooks", "Auras", "Generators", "ProgressionPenalty", "Regression"}},
    ["Scourge Hook: Weeping Wounds"]      = {id = 300, units = {4}, values = {10, 13, 16}, patch = "8.6.1", haemorrhage = "90 seconds", mangled = "90 seconds", charType = 'K', tags = {"ActionSpeed", "Auras", "Haemorrhage", "HealingProficiency", "Hooks", "Mangled", "ScourgeHooks"}},
    ["Aufschwung"]                       = {id = 140, units = {1}, values = {28, 24, 20}, character = 19, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "Healing", "Hooks"}},
    ["Self-Aware"]                        = {id = 196, units = {4}, values = {10, 15, 20}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Selbstfürsorge"]                         = {id = 38,  units = {4}, values = {25, 30, 35}, character = 3, charType = 'S', level = 40, prestige = 3, patch = "6.1.0", tags = {"ActionSpeed", "Efficiency", "Healing", "HealingProficiency", "SelfHealing"}},
    ["Selbstschutz"]                 = {id = 176, units = {1}, values = {6, 8, 10}, character = 25, charType = 'S', level = 40, prestige = 3, tags = {"PoolsOfBlood", "ScratchMarks", "Stealth"}},
    ["Septische Berührung"]                      = {id = 215, units = {1}, values = {6, 8, 10}, character = 28, charType = 'K', level = 40, prestige = 3, tags = {"Healing", "TerrorRadius", "Blindness", "Exhausted"}},
    ["Schattengeborener"]                        = {id = 56,  units = {4}, values = {6, 8, 10}, patch = "7.5.0", durationHaste = "10 seconds", character = 2, charType = 'K', level = 40, prestige = 3, tags = {"Haste", "KillerBlind"}},
    ["Shattered Hope"]                    = {id = 216, units = {1}, values = {6, 7, 8}, charType = 'K', tags = {"Auras", "BoonDestroyer", "Totems"}},
    ["Die Last schultern"]               = {id = 291, units = {1}, values = {60, 50, 40}, patch = "8.4.0", character = 45, charType = 'S', level = 40, prestige = 3, tags = {"Exposed", "HookStates", "Screams"}},
    ["Situational Awareness"]             = {id = 195, units = {1}, values = {8, 9, 10}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Gerissenes Fleisch"]                     = {id = 28,  units = {4}, values = {2, 3, 4}, attempts = "+3", charType = 'S', patch = "4.3.0", tags = {"Chance", "EscapeAttempts", "Hooks"}},
    ["Schlampiger Schlachter"]                    = {id = 15,  units = {1, 4}, values = {70, 80, 90, 50, 75, 100}, charType = 'K', patch = "7.6.0", tags = {"Haemorrhage", "Mangled", "PoolsOfBlood"}},
    ["Niederwild"]                        = {id = 29,  units = {3, 1}, values = {8, 10, 12, 14, 12, 10}, patch = "4.7.0", charType = 'S', coneDefault = "45 °", tokenGain = "+1 Token", tokenLimit = "5 Tokens", coneReduction = "-5 °", coneLimit = "-25 °", tags = {"KillerTraps", "Totems", "Warning"}},
    ["Superhit"]                         = {id = 175, units = {1}, values = {30, 25, 20}, character = 25, charType = 'S', level = 35, prestige = 2, patch = "7.1.0", tags = {"Exhausted", "Haste", "Pallets", "KillerStun"}},
    ["Einziger Überlebender"]                     = {id = 50,  units = {3, 3}, values = {20, 22, 24, 60, 66, 72}, character = 6, charType = 'S', level = 30, prestige = 1, patch = "6.1.0", tags = {"Auras", "ActionSpeed", "Generators", "ExitGates", "Hatch", "Obsession", "RepairingProficiency", "Stealth"}},
    ["Solidarität"]                        = {id = 123, units = {4}, values = {50, 60, 70}, character = 16, charType = 'S', level = 30, prestige = 1, patch ="8.1.0", tags = {"Conversion", "Healing"}},
    ["Seelenwächter"]                        = {id = 156, units = {1}, values = {4, 6, 8}, character = 22, charType = 'S', level = 30, prestige = 1, tags = {"ConspicuousActions", "Cursed", "DeepWound", "Endurance", "SelfRecovery"}},
    ["Spezialistin"]                        = {id = 279, units = {9, 9}, values = {2, 3, 4, 12, 18, 24}, character = 43, charType = 'S', level = 40, prestige = 3, patch = "8.1.0", tags = {"Chests", "Generators", "RepairRequirement", "SkillChecks", "Tokens"}},
    ["Spies from the Shadows"]            = {id = 16,  units = {3}, values = {20, 28, 36}, patch = "2.6.0", cooldown = "5 seconds", charType = 'K', level = 35, tags = {"LoudNoiseNotifications", "Crows"}},
    ["Kalter Rückenschauer"]                       = {id = 30,  units = {4}, values = {2, 4, 6}, range = "36 metres", linger = "0.5 seconds", charType = 'S', patch = "7.1.0", tags = {"ActionSpeed", "ExitGates", "HealingProficiency", "RepairingProficiency", "SabotageProficiency", "CleansingProficiency", "SkillCheckDifficulty", "Warning", "Chests", "Totems", "Blessing"}},
    ["Zorn des Gespensts"]                       = {id = 108, units = {8}, values = {4, 3, 2}, character = 13, charType = 'K', level = 30, prestige = 1, tags = {"Pallets"}},
    ["Sprintboost"]                      = {id = 44,  units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 35, prestige = 2, tags = {"Exhausted", "Haste"}},
    ["Observierung"]                         = {id = 101, units = {5}, values = {2, 3, 4}, patch = "3.7.0", tokenChargeTime = "15 seconds", tokenGain = "+1 Token", tokenCost = "-1 Token", bonus = "+1 %", character = 12, charType = 'S', level = 40, prestige = 3, tags = {"SkillChecks", "TerrorRadius", "Tokens"}},
    ["Groupie"]                        = {id = 171, units = {1}, values = {26, 28, 30}, character = 23, charType = 'K', level = 30, prestige = 1, tags = {"TerrorRadius", "Exposed"}},
    ["Stille Sicht"]                       = {id = 276, units = {1}, values = {6, 5, 4}, character = 42, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Auras", "Chests", "Generators"}},
    ["Gewieft"]                        = {id = 47,  units = {4}, values = {15, 20, 25}, patch = "3.0.0", character = 5, charType = 'S', level = 40, prestige = 3, tags = {"Efficiency"}},
    ["Stärke durch Schatten"]               = {id = 269, units = {1}, values = {6, 8, 10}, character = 41, charType = 'S', level = 35, prestige = 2, patch = "7.6.0", tags = {"ActionSpeed", "Auras", "Basement", "Efficiency", "Healing", "HealingProficiency", "SelfHealing"}},
    ["Stridor"]                           = {id = 60,  units = {4, 4}, values = {30, 40, 50, 15, 20, 25}, character = 4, charType = 'K', level = 30, prestige = 1, patch = "8.1.1", tags = {"Breathing", "GruntsOfPain"}},
    ["Überlegene Anatomie"]                  = {id = 220, units = {4}, values = {30, 35, 40}, patch = "6.2.0", range = "8 metres", cooldown = "30 seconds", character = 29, charType = 'K', level = 30, prestige = 1, tags = {"ActionSpeed", "Pallets", "Vaulting", "VaultLocations"}},
    ["Spannungsstoß"]                             = {id = 132, units = {4}, values = {6, 7, 8}, patch = "6.1.0", range = "32 metres", character = 17, charType = 'K', level = 30, prestige = 1, tags = {"Generators", "Regression", "ProgressionPenalty"}},
    ["Überwachung"]                      = {id = 97,  units = {1}, values = {8, 12, 16}, patch = "5.0.0", range = "+8 metres", character = 11, charType = 'K', level = 35, prestige = 2, tags = {"ActionNoise", "Auras", "Generators"}},
    ["Teamwork: Gemeinsame Tarnung"]      = {id = 242, units = {3}, values = {8, 12, 16}, duration = "4 seconds", character = 36, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Healing", "ScratchMarks", "Stealth", "Teamwork"}},
    ["Teamwork: Starkes Duo"]            = {id = 239, units = {3}, values = {8, 12, 16}, haste = "+5 %", duration = "4 seconds", character = 35, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Haste", "Healing", "Teamwork"}},
    ["Technikerin"]                        = {id = 75,  units = {4}, values = {5, 4, 3}, patch = "4.3.0", range = "-8 metres", character = 9, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Generators", "ProgressionPenalty", "SkillChecks", "LoudNoiseNotifications"}},
    ["Beharrlichkeit"]                          = {id = 99,  units = {4}, values = {30, 40, 50}, patch = "6.1.0", volume = "-75 %", character = 12, charType = 'S', level = 30, prestige = 1, tags = {"GruntsOfPain", "Haste", "Recovering"}},
    ["Endstation"]                          = {id = 222, units = {1}, values = {20, 25, 30}, character = 29, charType = 'K', level = 40, prestige = 3, patch = "6.2.0", tags = {"Broken", "ExitGates"}},
    ["Gebietszwang"]            = {id = 84,  units = {1}, values = {4, 5, 6}, character = 8, charType = 'K', level = 35, prestige = 2, patch = "7.1.0", tags = {"Auras", "Basement"}},
    ["Thanatophobie"]                     = {id = 61,  units = {4, 4}, values = {1, 1.5, 2, 4, 6, 8}, character = 4, charType = 'K', patch = "6.1.2 / 6.1.3", level = 35, prestige = 2, tags = {"ActionSpeed", "RepairingProficiency", "SabotageProficiency", "Totems"}},
    ["This Is Not Happening"]             = {id = 31,  units = {4}, values = {10, 20, 30}, charType = 'S', tags = {"SkillCheckDifficulty", "SkillChecks"}},
    ["Durchdringendes Zittern"]                 = {id = 130, units = {1}, values = {100, 80, 60}, patch = "3.0.0", character = 16, charType = 'K', level = 35, prestige = 2, duration = "16 seconds", tags = {"Auras", "GenBlocker", "Generators"}},
    ["ZACK!"]                           = {id = 235, units = {1}, values = {3, 4, 5}, tokens = "3 Tokens", radius = "24 metres", character = 31, charType = 'K', patch = "8.3.0", level = 30, prestige = 1, tags = {"Auras", "BreakableWalls", "Hooks", "LoudNoiseNotifications", "Pallets", "Screams", "Tokens"}},
    ["Tüftler"]                          = {id = 59,  units = {1}, values = {12, 14, 16}, character = 3, charType = 'K', level = 40, prestige = 3, patch = "6.1.0", tags = {"Deception", "Generators", "LoudNoiseNotifications", "Stealth", "Undetectable"}},
    ["Tough Runner"]                      = {id = 5,   charType = 'S', unused = true},
    ["Pfad der Folter"]                  = {id = 154, units = {1}, values = {60, 45, 30}, patch = "8.1.0", character = 20, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Deception", "Generators", "Stealth", "Undetectable"}},
    ["Problemlöser"]                    = {id = 247, units = {1, 1}, values = {4, 5, 6, 6, 8, 10}, patch = "7.0.0", character = 37, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Chase", "Generators", "Pallets"}},
    ["Unbändig"]                           = {id = 265, units = {1}, values = {24, 27, 30}, patch = "8.7.0", character = 35, charType = 'K', level = 30, prestige = 1, haste = "+10 %", durationHaste = "10 seconds", tags = {"Haste", "InjuredState", "Vaulting", "Windows"}},
    ["Underperform"]                      = {id = 6,   charType = 'K', unused = true},
    ["Unerledigt"]                            = {id = 267, units = {5, 4, 1}, values = {18, 24, 30, 18, 24, 30, 18, 24, 30}, patch = "7.6.0", character = 35, charType = 'K', level = 40, prestige = 3, tokenGain = "+3 Tokens", penalty = "-1 %", duration = "1 second", cooldown = "60 seconds", tags = {"Generators", "GenBlocker", "Regression", "SkillChecks", "Tokens"}},
    ["Unerwartet"]                        = {id = 266, units = {1}, values = {22, 26, 30}, patch = "7.6.0", character = 35, charType = 'K', level = 35, prestige = 2, radius = "32 metres", cooldown = "30 seconds", tags = {"Generators", "TerrorRadius", "Undetectable"}},
    ["Ultimative Waffe"]                   = {id = 255, units = {1}, values = {80, 70, 60}, patch = "7.7.1", character = 33, charType = 'K', level = 40, prestige = 3, range = "32 metres", blindness = "30 seconds", tags = {"Blindness", "Lockers", "LoudNoiseNotifications"}},
    ["Zermürbende Präsenz"]                = {id = 53,  units = {4}, values = {40, 50, 60}, patch = "3.6.0", skillCheckChance = "+10 %", character = 1, charType = 'K', level = 30, prestige = 1, tags = {"SkillCheckDifficulty", "SkillCheckProbability", "SkillChecks", "TerrorRadius", "TriggerOdds"}},
    ["Unbeugsam"]                       = {id = 74,  units = {4}, values = {25, 30, 35}, character = 8, charType = 'S', level = 40, prestige = 3, tags = {"Recovering", "RecoverySpeed", "SelfRecovery"}},
    ["Unrelenting"]                       = {id = 17,  units = {4}, values = {20, 25, 30}, patch = "1.4.0", charType = 'K', tags = {"AttackCooldown"}},
    ["Erhöhe den Einsatz"]                       = {id = 68,  units = {4, 4}, values = {1, 2, 3, 3, 6, 9}, character = 7, charType = 'S', level = 35, prestige = 2, tags = {"Chance", "EscapeAttempts"}},
    ["Städtische Umgehung"]                     = {id = 46,  units = {4}, values = {90, 95, 100}, character = 5, charType = 'S', level = 35, prestige = 2, tags = {"Crouching", "Haste"}},
    ["Nachtwache"]                             = {id = 95,  units = {4}, values = {43, 55, 66}, range = "16 metres", linger = "15 seconds", character = 11, charType = 'S', level = 40, prestige = 3, patch = "8.5.0", tags = {"Blindness", "Broken", "Exposed", "Exhausted", "Haemorrhage", "Hindered", "Mangled", "Oblivious", "RecoverySpeed"}},
    ["Visionär"]                         = {id = 162, units = {1}, values = {20, 18, 16}, character = 23, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Aufwachen!"]                          = {id = 93,  units = {4, 4}, values = {8, 10, 12.5, 32, 40, 50}, range = "128 metres", character = 11, charType = 'S', level = 30, prestige = 1, patch = "8.5.0", tags = {"ActionSpeed", "Auras", "ExitGates"}},
    ["We'll Make It"]                     = {id = 32,  units = {1}, values = {30, 60, 90}, charType = 'S', tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Wir werden ewig Leben"]          = {id = 81,  units = {1}, values = {6, 8, 10}, healing = "+100 %", cooldown = "30 seconds", character = 10, charType = 'S', level = 30, prestige = 1, patch = "8.3.2", tags = {"ActionSpeed", "ConspicuousActions", "DeepWound", "Endurance", "Healing", "HealingProficiency"}},
    ["Verwobene Einstimmung"]             = {id = 271, units = {1}, values = {20, 25, 30}, range = "12 metres", character = 36, charType = 'K', level = 30, prestige = 1, patch = "8.4.1", tags = {"Auras", "ForcedItemDrop", "Items", "Oblivious"}},
    ["Whispers"]                          = {id = 18,  units = {3}, values = {48, 40, 32}, patch = "1.0.5", charType = 'K', tags = {"Warning"}},
    ["Hexenwerk"]                            = {id = 270, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 41, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Gelegenheit nutzen"]            = {id = 106, units = {3}, values = {24, 28, 32}, character = 13, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "BreakableWalls", "Pallets", "VaultLocations"}},
    ["Verwanzen"]                           = {id = 223, units = {1}, values = {100, 110, 120}, activation = "40 %", range = "14 metres", character = 32, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators", "Trap"}},
    ["Zanshin-Taktik"]                   = {id = 141, units = {1}, values = {3, 4, 5}, radius = "32 metres", character = 18, charType = 'K', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras", "Pallets", "Windows"}},
    ["Mitarbeiter gesucht"]                            = {id = 298, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 40, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Phantomfurcht"]                            = {id = 299, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 40, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Durchgeknallt"]                            = {id = 300, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 40, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},

    ["Apokalyptischer Scharfsinn"]                            = {id = 301, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 47, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Komm und hol mich!"]                            = {id = 302, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 47, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Teamwork: Stählen"]                            = {id = 303, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 47, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},

    ["Überzeugung"]                            = {id = 304, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 48, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Letztes Gefecht"]                            = {id = 305, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 48, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Teamwork: Hinwerfen"]                            = {id = 306, units = {1}, values = {16, 18, 20}, patch = "7.6.0", chance = "100 %", character = 48, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},

	
}
p.perksCount = #p.perks

p.powers = {
    ["Bear Trap"]             =     {killer = 1,  patch = "7.3.1", haste = "+7.5 %", tags = {"Auras", "AutoDamage", "BearTraps", "Haste"}},
    ["Wailing Bell"]          =     {killer = 2,  patch = "6.7.0", tags = {"SpiritWorld", "Invisibility", "Undetectable"}},
    ["Chainsaw"]              =     {killer = 3,  patch = "8.3.0", tags = {"DoubleDamage", "Overdrive"}},
    ["Spencer's Last Breath"] =     {killer = 4,  patch = "6.7.0", tags = {"Fatigue", "SpiritWorld", "Teleportation", "Tokens"}},
    ["Evil Within"]           =     {killer = 5,  patch = "8.4.1", exposed = "60 seconds", tags = {"ActionSpeed", "AttackRange", "Exposed", "MovementSpeed", "Stalking", "TerrorRadius", "Undetectable", "Vaulting"}},
    ["Blackened Catalyst"]    =     {killer = 6,  patch = "7.6.0", tags = {"FakeTerrorRadius", "PhantasmTraps", "TerrorRadius", "Teleportation"}},
    ["Carter's Spark"]        =     {killer = 7,  patch = "8.2.0", tags = {"Auras", "FakeTerrorRadius", "Hallucinations", "InteractionBlocker", "ItemBlocker", "Lockers", "LoudNoiseNotifications", "Madness", "Oblivious", "Screams", "SkillChecks", "TerrorRadius"}},
    ["Hunting Hatchets"]      =     {killer = 8,  patch = "7.6.0", tags = {"Auras", "Lockers", "Lullaby"}},
    ["Bubba's Chainsaw"]      =     {killer = 9,  patch = "8.0.0", tags = {"DoubleDamage", "Tantrum"}},
    ["Traumdämon"]           =     {killer = 10, patch = "8.5.0", tags = {"AlarmClocks", "DreamSnares", "DreamPallets", "DreamWorld", "Healing", "Hindered", "Husk", "Invisibility", "Lullaby", "Oblivious", "SkillChecks", "SleepPenalty", "Teleportation", "TerrorRadius"}, invisibilityFar = "32 metres", invisibilityIntermittent = "16 to 32 metres", invisibilityNear = "16 metres", microsleep = "60 seconds", immunityMicrosleep = "30 seconds", wakeUp = "5 seconds", alarmClockInteraction = "2 seconds", dreamTraps = 2,	dreamSnareChargeTime = "0.35 seconds", dreamSnareSpeed = "12 m/s", dreamSnareRange = "18 metres", dreamSnarePenalty = "+30 seconds", dreamSnareCooldown = "7 seconds", castingDreamSnares = "4.0 m/s", hindered = "-12 %", durationHindered = "4.5 seconds", dreamPallets = 8, dreamPalletRange = "24 metres", dreamPalletDelay = "1.5 seconds", dreamPalletPenalty = "+60 seconds", dreamPalletAOE = "3.5 metres", dreamPalletCooldown = "1.5 seconds", dreamProjectionRange = "8 to 12 metres", dreamProjectionThreshold = "0.5 seconds",	dreamProjectionDuration = "2.5 seconds", dreamProjectionBonus = "-15 %", dreamProjectionMaxBonus = "-60 %", dreamProjectionCooldown = "30 seconds", dreamProjectionPenalty = "+15 seconds",	castingDreamProjection = "3.86 m/s", dreamProjectionAOE = "8 metres", killerInstinct = "3 seconds"},
	["Jigsaw's Baptism"]      =     {killer = 11, patch = "7.6.0", tags = {"Crouching", "Dash", "DeathTimer", "Generators", "JigsawBoxes", "ReverseBearTraps", "Undetectable"}},
    ["The Afterpiece Tonic"]  =     {killer = 12, haste = "+10 %", hindered = "-15 %", patch = "7.6.0", tags = {"Antidote", "Haste", "Hindered", "Intoxication", "Invigoration", "Tonic"}},
    ["Yamaoka's Haunting"]    =     {killer = 13, patch = "6.7.0", tags = {"EtherealPlane", "Husk", "MovementSpeed", "Invisibility", "ScratchMarks", "TerrorRadius"}},
    ["Feral Frenzy"]          =     {killer = 14, patch = "8.6.0", frenzyDuration = "11 seconds", frenzyRecharge = "15 seconds", frenzySpeedDefault = "5.2 m/s", frenzySpeedBonus = "+0.24 m/s", frenzySpeedMax = "+0.96 m/s", terrorRadiusBonus = "+8 metres", feralVault = "0.9 seconds", fatigueSpeed = "2.3 m/s", fatigueDuration = "2.5 seconds", tags = {"DeepWound", "DoubleDamage", "Fatigue", "KillerInstinct", "Pallets", "PoolsOfBlood", "ScratchMarks", "TerrorRadius", "Vaulting", "Windows"}},
    ["Vile Purge"]            =     {killer = 15, patch = "5.3.0", tags = {"Broken", "PoolsOfDevotion", "Projectiles"}},
    ["Night Shroud"]          =     {killer = 16, patch = "8.4.0", tags = {"Crouching", "Exposed", "KillerInstinct", "Stalking", "Undetectable"}},
    ["Aus dem Abgrund"]          =     {killer = 17, patch = "8.4.1", undetectable = "5 seconds", tags = {"BreakableWalls", "KillerInstinct", "Pallets", "Portals", "Oblivious", "Shred", "Undetectable"}},
    ["Yamaoka's Wrath"]       =     {killer = 18, patch = "8.7.0", tags = {"AttackRange", "Dash", "DoubleDamage"}},
    ["The Redeemer"]          =     {killer = 19, patch = "8.0.0", tags = {"DeepWound", "Projectile", "Spear"}},
    ["Rites of Judgement"]    =     {killer = 20, patch = "7.1.0", tags = {"CagesOfAtonement", "KillerInstinct", "MiniMori", "Torment"}},
    ["Blighted Corruption"]   =     {killer = 21, patch = "5.0.0", tags = {"BreakableWalls", "Dash", "Fatigue", "Pallets", "Slam", "Tokens"}},
    ["Blutbande"]            =     {killer = 22, patch = "8.3.0", tags = {"Broken", "Collision", "DormantState", "GateBlocker", "Incapacitated", "InteractionBlocker", "KillerInstinct", "Lockers", "Lullaby", "Oblivious", "PoolsOfBlood", "RedStain", "ScratchMarks", "TerrorRadius"}},
    ["Showstopper"]           =     {killer = 23, patch = "7.4.2", tags = {"Blades", "Laceration", "Lockers", "Lullaby", "MainEvent"}},
    ["T-Virus"]               =     {killer = 24, patch = "8.2.0", hindered = "-20 %", tags = {"BreakableWalls", "Contamination", "HeadOn", "Firecrackers", "FlashGrenades", "Flashlights", "Hindered", "KillerInstinct", "Pallets", "SupplyCases", "Vaccine", "Zombies"}},
    ["Schmerzensbeschwörung"]       =     {killer = 25, patch = "6.7.0", tags = {"Auras", "ChainHunt", "GateBlocker", "Incapacitated", "KillerInstinct", "LamentConfiguration", "Oblivious", "Teleportation"}},
    ["Birds of Torment"]      =     {killer = 26, patch = "6.7.0", tags = {"Auras", "DireCrows", "FlightPath", "KillerInstinct", "Lockers", "Swarm"}},
    ["Deluge of Fear"]        =     {killer = 27, patch = "7.5.1", tags = {"Auras", "Condemned", "Hooks", "Invisibility", "KillerStun", "Lullaby", "MiniMori", "Pallets", "Teleportation", "TVs", "Undetectable", "VHSTape"}},
    ["Reign of Darkness"]     =     {killer = 28, patch = "8.2.0", tags = {"Husk", "KillerInstinct", "Lockers", "Nightfall", "Remnant", "Teleportation", "Tokens", "Undetectable"}},
    ["Virulent Bound"]        =     {killer = 29, patch = "8.4.0", hindered = "-4 %", tags = {"Dash", "FirstAidSpray", "GateBlocker", "Hindered", "Infection", "KillerInstinct", "Pallets", "Slam", "SupplyCases", "Tokens", "Vaulting", "Windows"}},
    ["Guardia Compagnia"]     =     {killer = 30, patch = "8.2.0", haste = {"+5 %", "+50 %"}, tags = {"BreakableWalls", "DeepWound", "Endurance", "Generators", "Guards", "Haste", "Hunt", "GuardOrder", "Pallets", "Patrol", "PatrolPath", "PoolsOfBlood", "ScratchMarks", "Standard"}},
    ["Eyes in the Sky"]       =     {killer = 31, patch = "8.3.2", haste = "+5 %", hindered = "-10 %", tags = {"Auras", "AutoDamage", "Broken", "ClawTraps", "DeepWound", "Drones", "Haste", "Hindered", "KillerInstinct", "Undetectable"}},
    ["Quantum Instantiation"] =     {killer = 32, patch = "8.7.0", OCMode_speed = "+3 %", hindered = "-50 %", tags = {"ActionSpeed", "Biopods", "BreakableWalls", "EMP", "KillerInstinct", "KillerStun", "OverclockMode", "Pallets", "Slipstream", "SupplyCases", "Teleportation", "Windows"}},
    ["Hidden Pursuit"]        =     {killer = 33, patch = "8.6.0", CS_amount = 7, CS_auraRange = "12 metres", CS_AOE = "16 metres", CS_turretCooldown = "30 seconds", tunnelSpeed = "18 m/s", tunnelFootsteps = "16 metres", CM_chargeRate = "1 c/s", CM_tunnelChargeRate = "8 c/s", CM_chargeCapacity = "35 Charges", CM_terrorRadius = "24 metres", TS_reach = "4.8 metres", turret_amount = 4, turret_attackRange = "10 metres", turret_respawn = "60 seconds", flameLimit = "125 Charges", KI_duration = "3 seconds", turretTunnelExit = "2.5 seconds", hindered = "-35 %", tags = {"AttackRange", "Auras", "ControlStation", "CrawlerMode", "Exhausted", "ExitGates", "Footsteps", "Hindered", "Incapacitated", "KillerInstinct", "KillerStun", "TerrorRadius", "Tunnels", "Turrets"}},
    ["Playtime's Over"]       =     {killer = 34, patch = "8.6.0", powerDuration = "14 seconds", powerCooldown = "12 seconds", illusionRadius = "16 metres", powerSpeedValue = "8 m/s", powerSpeedDuration = "1.8 seconds", powerLungeDuration = "0.6 seconds", scamperDuration = "1 second", tags = {"Footfalls", "Hallucinations", "Pallets", "Scamper", "Undetectable", "Windows"}},
    ["UVX"]                   =     {killer = 35, patch = "8.3.0", hindered = "-6 %", tags = {"ActionSpeed", "BlastArea", "Hallucinations", "Hindered", "KillerInstinct", "Projectile", "Props", "Teleportation", "Weakened"}},
    ["Vile Darkness"]         =     {killer = 36, patch = "8.4.0", haste = {"+7 %", "+25 %"}, tags = {"Auras", "AutoDamage", "EyeOfVecna", "HandOfVecna", "Haste", "Invisibility", "KillerInstinct", "Levitation", "Lockers", "LoudNoiseNotifications", "MiniMori", "Pallets", "Teleportation", "TreasureChests", "Windows"}},
    ["Vampiric Shift"]        =     {killer = 37, patch = "8.4.0", haste = "+4.35 %", durationHaste = "2.5 seconds", tags = {"Invisibility", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "ScentOrbs", "ScratchMarks", "ShapeShifting", "Teleportation", "Tracking", "Undetectable"}},
    ["Scent of Blood"]        =     {killer = 38, patch = "8.7.0", hindered = "-10 %", durationHindered = "5 seconds", tags = {"DeepWound", "Endurance", "GateBlocker", "GruntsOfPain", "Hindered", "HoundSense", "Incapacitated", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "SearchPath"}},
    ["One-Eyed Terror"]       =     {killer = 39, patch = "8.7.0", tokenCountDefault = "2 Tokens", tokenCountEM = 3, tokenCost = "-1 Token", minPalletPenalty = 1, maxPalletPenalty = 2, powerRecharge = {"4 seconds", "2.5 seconds"}, leapRange = "14 metres", windowOpenTime = "5 seconds", countdownDuration = "40 seconds", countdownExtended = "50 seconds", tags = {"ActionSpeed", "Deep Wound", "KaguneMark", "Pallets", "Tokens", "Vaulting", "Windows"}},
}
p.powersCount = #p.powers

return p