Moduł:Datatable/Loadout

Z Dead by Daylight Wiki
Przejdź do nawigacji Przejdź do wyszukiwania

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] = "Unused",
    [1] = "Escapist",
    [2] = "Guide",
    [3] = "Medic",
    [4] = "Scout",
    [5] = "Brute",
    [6] = "Enforcer",
    [7] = "Fearmonger",
    [8] = "Shadow",
}
-----------
-- 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 Skill (Trapper)"] = {id = 1, slot = 1, charType = 'K', character = 1, displayName = "Innate Skill", multiName = true, haste = "+15 %", tags = {"Skill_KillerInnate", "ActionSpeed", "ActionTime", "Auras", "BearTraps", "ExtendedAbility", "Haste", "PowerCapacity"}},
    
    
    
    ["Shared Unlockable Skill"]  = {id =  1, slot = 4,                charType = 'S', tags = {"Skill_SurvivorShared", "Endurance", "Haste", "Healing", "Recovering", "SelfHealing", "SelfRecovery"}, threshold = "25 %", duration = {"20 seconds", "10 seconds"}, haste = "+10 %"},
    ["Escapist Aura Skill"]      = {id =  2, slot = 2,                charType = 'S', tags = {"Skill_Escapist", "Auras", "BreakableWalls", "Pallets", "Windows"}, range = "32 metres"},
    ["Escapist Innate Skill"]    = {id =  3, slot = 3,                charType = 'S', tags = {"Skill_Escapist", "Haste", "Injured State"}, haste = "+3 %"},
    ["Escapist Team Skill"]      = {id =  4, slot = 1,                charType = 'S', tags = {"Skill_Escapist", "Exhausted", "Haste"}, range = "12 metres", haste = "+150 %", duration = "3 seconds", cd = "20 seconds"},
    ["Guide Aura Skill"]         = {id =  5, slot = 2,                charType = 'S', tags = {"Skill_Guide", "Auras", "Generators"}, range = "16 metres"},
    ["Guide Innate Skill"]       = {id =  6, slot = 3,                charType = 'S', tags = {"Skill_Guide", "Generators", "Lockers", "SkillChecks"}, range = "8 metres", bonus = "+3 %", noise = "-50 %"},
    ["Guide Team Skill"]         = {id =  7, slot = 1,                charType = 'S', tags = {"Skill_Guide", "Auras", "Generators"}},
    ["Medic Aura Skill"]         = {id =  8, slot = 2,                charType = 'S', tags = {"Skill_Medic", "Auras", "InjuredState"}, range = "128 metres"},
    ["Medic Innate Skill"]       = {id =  9, slot = 3,                charType = 'S', tags = {"Skill_Medic", "ActionSpeed", "Healing"}, bonus = "+35 %"},
    ["Medic Team Skill"]         = {id = 10, slot = 1,                charType = 'S', tags = {"Skill_Medic", "ActionSpeed", "Auras", "Healing"}, range = "3 metres", bonus = "+25 %"},
    ["Scout Aura Skill"]         = {id = 11, slot = 2,                charType = 'S', tags = {"Skill_Scout", "Auras", "BreakableWalls", "Generators", "Pallets"}},
    ["Scout Innate Skill"]       = {id = 12, slot = 3,                charType = 'S', tags = {"Skill_Scout", "Crouching", "GruntsOfPain", "MovementSpeed", "Stealth"}, bonus = "+100 %"},
    ["Scout Team Skill"]         = {id = 13, slot = 1,                charType = 'S', tags = {"Skill_Scout", "Auras", "KillerAura", "LineOfSight"}, range = "64 metres"},
    ["Shared Killer Skill 1"]    = {id = 14, slot = 3,                charType = 'K', tags = {"Skill_KillerShared", "Revealed"}, duration = "5 seconds", range = "16 metres"},
    ["Shared Killer Skill 2.1"]  = {id = 15, slot = 4,                charType = 'K', tags = {"Skill_KillerShared", "Generators", "Revealed"}, range = "20 metres", duration = "5 seconds"},
    ["Shared Killer Skill 2.2"]  = {id = 16, slot = 4,                charType = 'K', tags = {"Skill_KillerShared", "Generators", "Regression", "RegressionSpeed"}, bonus = "+200 %"},
    ["Trapper Team Skill"]       = {id = 17, slot = 1, character = 1, charType = 'K', tags = {"Skill_K01", "Haste"}, haste = "+150 %"},
    ["Trapper Innate Skill"]     = {id = 18, slot = 2, character = 1, charType = 'K', tags = {"Skill_K01", "ActionSpeed", "ActionTime", "ExtendedAbility", "PowerCapacity"}},
    ["Wraith Team Skill"]        = {id = 19, slot = 1, character = 2, charType = 'K', tags = {"Skill_K02", "Undetectable"}},
    ["Wraith Innate Skill"]      = {id = 20, slot = 2, character = 2, charType = 'K', tags = {"Skill_K02", "ActionSpeed", "MovementSpeed"}},
    ["Hillbilly Team Skill"]     = {id = 21, slot = 1, character = 3, charType = 'K', tags = {"Skill_K03", "Exposed"}},
    ["Hillbilly Innate Skill"]   = {id = 22, slot = 2, character = 3, charType = 'K', tags = {"Skill_K03", "DamageReduction", "PowerCooldown", "TurnRate"}},
    ["Nurse Team Skill"]         = {id = 23, slot = 1, character = 4, charType = 'K', tags = {"Skill_K04", "Tokens"}},
    ["Nurse Innate Skill"]       = {id = 24, slot = 2, character = 4, charType = 'K', tags = {"Skill_K04", "AttackRange", "LoudNoiseNotifications", "MovementSpeed", "PowerCooldown", "PowerWindow", "Screams"}},
    ["Huntress Team Skill"]      = {id = 25, slot = 1, character = 8, charType = 'K', tags = {"Skill_K08", "Revealed"}},
    ["Huntress Innate Skill"]    = {id = 26, slot = 2, character = 8, charType = 'K', tags = {"Skill_K08", "ActionTime", "Lockers", "MovementSpeed", "PowerCapacity", "ThrowCooldown"}},
}
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"}},
    ["Ranger Med-Kit"]                 = {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"}},
    ["Worn-Out Tools"]                 = {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"}},
    ["Eye of Vecna"]                   = {id =  42, rarity = 11, category = 4, patch = "8.0.0", tags = {"Auras", "AutoDamage", "Broken", "Haste", "Invisibility", "Killer Instinct", "Lockers"},    haste = "+25 %"},
    ["Hand of Vecna"]                  = {id =  43, rarity = 11, category = 4, patch = "8.0.0", 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", tags = {"Event", "halloweenEvent", "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"}},
    ["Black Salt Statuette"]           = {rarity = 3, charType = 'S', tags = {"AllSurvivors", "AllSurvivorsLuck", "Chance"}},
    ["Black Splinter"]                 = {rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
    ["Black Ward"]                     = {rarity = 4, charType = 'K', tags = {"Ward"}},
    ["Bloodied Blueprint"]             = {rarity = 1,                 tags = {"Auras", "Basement", "MapModifier"}},
    ["Bloodshot Eye"]                  = {rarity = 8, patch = "7.6.0", tags = {"ActionSpeed", "Auras", "BloodZones", "EffectDuration", "Event", "FragileBloodBasins", "springEvent"}, notAvailable = true},
    ["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},
    ["Chalk Pouch"]                    = {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"}},
    ["Cream Chalk Pouch"]              = {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"}},
    ["Ivory Chalk Pouch"]              = {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"}},
    ["Salt Pouch"]                     = {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"}},
    ["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"}},
    ["Vigo's Jar of Salty Lips"]       = {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},
    ["White Ward"]                     = {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"}},
    ["Low Amp Filament"]                    = {id = 28, rarity = 2, itemsCategory = 3, tags = {"Charges", "Efficiency"}},
    ["Odd Bulb"]                            = {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"}},
    ["Refined 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"}},
    ["Styptic Agent"]                       = {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, effect = "-10 Charges", patch = "7.1.0", tags = {"Generators", "Repairing", "SkillChecks", "RepairRequirement"}},
    ["Clean Rag"]                           = {id = 58, rarity = 1, itemsCategory = 7, tags = {"ActionSpeed", "Repairing", "RepairingProficiency"}},
    ["Cutting Wire"]                        = {id = 59, rarity = 2, itemsCategory = 7, patch = "8.0.0", tags = {"ActionSpeed", "Sabotage", "SabotageProficiency"}},
    ["Grip Wrench"]                         = {id = 60, rarity = 3, itemsCategory = 7, patch = "8.0.0", tags = {"ActionTime", "Sabotage"}},
    ["Hacksaw"]                             = {id = 61, rarity = 3, itemsCategory = 7, patch = "8.0.0", tags = {"ActionSpeed", "Sabotage", "SabotageProficiency"}},
    ["Instructions"]                        = {id = 62, rarity = 1, itemsCategory = 7, tags = {"Repairing", "SkillChecks"}},
    ["Protective Gloves"]                   = {id = 63, rarity = 2, itemsCategory = 7, tags = {"LoudNoiseNotifications", "Sabotage"}},
    ["Scraps"]                              = {id = 64, rarity = 1, itemsCategory = 7, tags = {"Charges"}},
    ["Socket Swivels"]                      = {id = 65, rarity = 2, itemsCategory = 7, tags = {"ActionSpeed", "RepairingProficiency"}},
    ["Spring Clamp"]                        = {id = 66, rarity = 2, itemsCategory = 7, tags = {"ActionNoise", "Generators", "Repairing"}},
    ["Wire Spool"]                          = {id = 67, rarity = 2, itemsCategory = 7, tags = {"Charges"}},
    -- KILLER ADD-ONS --
    -- The Trapper --
    ["4-Coil Spring Kit"]                   = {id = 68, rarity = 2, killer = 1, tags = {"ActionTime"}},
    ["Bear Oil"]                            = {id = 69, rarity = 1, killer = 1, tags = {"ActionNoise"}},
    ["Bloody Coil"]                         = {id = 70, rarity = 5, killer = 1, tags = {"AutoDamage"}},
    ["Coffee Grounds"]                      = {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"}},
    ["Lengthened Jaws"]                     = {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"}},
    ["Rusted Jaws"]                         = {id = 80, rarity = 3, killer = 1, patch = "7.6.0", tags = {"Mangled"}},
    ["Secondary Coil"]                      = {id = 81, rarity = 3, killer = 1, tags = {"ActionTime"}},
    ["Serrated Jaws"]                       = {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, tags = {"Auras"}},
    ['"All Seeing" - Mud']                  = {id = 95, rarity = 2, killer = 2, decom = true, tags = {"Auras"}},
    ['"All Seeing" - Spirit']               = {id = 96, rarity = 5, killer = 2, tags = {"Auras", "ExtendedAbility", "Generators"}},
    ['"All Seeing" - White']                = {id = 97, rarity = 3, killer = 2, decom = true, tags = {"Auras"}},
    ['"Blind Warrior" - Blood']             = {id = 98, rarity = 4, killer = 2, decom = true, tags = {"Lightburn"}},
    ['"Blind Warrior" - Mud']               = {id = 99, rarity = 2, killer = 2, tags = {"KillerBlind"}},
    ['"Blind Warrior" - Soot']              = {id = 100, rarity = 1, killer = 2, decom = true, tags = {"Lightburn"}},
    ['"Blind Warrior" - Spirit']            = {id = 101, rarity = 5, killer = 2, decom = true, tags = {"Lightburn"}},
    ['"Blind Warrior" - White']             = {id = 102, rarity = 3, killer = 2, patch = "7.6.0", 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, tags = {"MovementSpeed"}},
    ['"Windstorm" - Mud']                   = {id = 119, rarity = 2, killer = 2, tags = {"MovementSpeed"}},
    ['"Windstorm" - White']                 = {id = 120, rarity = 3, killer = 2, 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"}},
    ["Filthy Slippers"]                     = {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"}},
    ['"Bad Man\'s" Last Breath']            = {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, tags = {"AttackRange"}},
    ["Boyfriend's Memo"]                    = {id = 164, rarity = 1, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
    ["Dead Rabbit"]                         = {id = 165, rarity = 2, killer = 5, tags = {"TerrorRadius"}},
    ["Fragrant Tuft of Hair"]               = {id = 166, rarity = 5, killer = 5, effect = "+20 Stalk Points", patch = "8.4.0", tags = {"PowerDuration", "PowerEfficiency"}},
    ["Glass Fragment"]                      = {id = 167, rarity = 2, killer = 5, tags = {"Auras"}},
    ["Hair Bow"]                            = {id = 168, rarity = 3, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
    ["Hair Brush"]                          = {id = 169, rarity = 2, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
    ["J. Myers Memorial"]                   = {id = 170, rarity = 3, killer = 5, tags = {"PowerEfficiency"}},
    ["Jewellery"]                           = {id = 171, rarity = 2, killer = 5, tags = {"MovementSpeed"}},
    ["Jewellery Box"]                       = {id = 172, rarity = 3, killer = 5, tags = {"MovementSpeed"}},
    ["Judith's Journal"]                    = {id = 173, rarity = 3, killer = 5, tags = {"Obsession", "PowerEfficiency"}},
    ["Judith's Tombstone"]                  = {id = 174, rarity = 5, killer = 5, effect = "+20 Stalk Points", speed = "-9 %", patch = "8.4.0", tags = {"MiniMori", "MovementSpeed", "PowerEfficiency"}},
    ["Lock of Hair"]                        = {id = 175, rarity = 4, killer = 5, duration = "+40 seconds", effect = "+2.5 Stalk Points", patch = "8.4.0", tags = {"PowerDuration", "PowerEfficiency"}},
    ["Memorial Flower"]                     = {id = 176, rarity = 1, killer = 5, tags = {"PowerEfficiency"}},
    ["Mirror Shard"]                        = {id = 177, rarity = 3, killer = 5, tags = {"Auras"}},
    ["Reflective Fragment"]                 = {id = 178, rarity = 2, killer = 5, tags = {"Auras"}},
    ["Scratched Mirror"]                    = {id = 179, rarity = 4, killer = 5, range = "32 metres", bonus = "+200 %", speed = "4.2 m/s", patch = "8.4.0", tags = {"Auras", "Bloodpoints", "Brutality", "Deviousness", "MovementSpeed"}},
    ["Tacky Earrings"]                      = {id = 180, rarity = 1, killer = 5, tags = {"MovementSpeed"}},
    ["Tombstone Piece"]                     = {id = 181, rarity = 4, killer = 5, drain = "-5 Stalk Points", effect = "+15 Stalk Points", patch = "8.4.0", tags = {"MiniMori", "PowerEfficiency", "PowerPenalty"}},
    ["Vanity Mirror"]                       = {id = 182, rarity = 4, killer = 5, range = "16 metres", bonus = "+150 %", patch = "5.3.0", 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, 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"}},
    ["Waterlogged Shoe"]                    = {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 --
    ["Amanita Toxin"]                       = {id = 224, rarity = 1, killer = 8, tags = {"Blindness"}},
    ["Bandaged Haft"]                       = {id = 225, rarity = 1, killer = 8, tags = {"ThrowCooldown"}},
    ["Begrimed Head"]                       = {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},
    ["Rose Root"]                           = {id = 239, rarity = 3, killer = 8, tags = {"ProjectileSpeed"}},
    ["Rusty Head"]                          = {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"}},
    ["Venomous Concoction"]                 = {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},
    ["Weighted Head"]                       = {id = 247, rarity = 2, killer = 8, tags = {"Incapacitated"}},
    ["Wooden Fox"]                          = {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"}},
    ["Grisly Chains"]                       = {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"}},
    ["Rusted Chains"]                       = {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, tags = {"ExitBlocker"}},
    ["Blue Dress"]                          = {id = 269, rarity = 3, killer = 10, tags = {"Auras", "SkillChecks", "SkillCheckPenalty"}},
    ["Cat Block"]                           = {id = 270, rarity = 2, killer = 10, patch ="7.6.0", tags = {"ExtendedAbility", "Generators", "KillerInstinct", "Teleportation"}},
    ["Class Photo"]                         = {id = 271, rarity = 4, killer = 10, tags = {"Generators", "Husk"}},
    ["Garden Rake"]                         = {id = 272, rarity = 1, killer = 10, tags = {"PowerAlternate"}},
    ["Green Dress"]                         = {id = 273, rarity = 2, killer = 10, tags = {"Auras", "SkillChecks", "SkillCheckPenalty"}},
    ["Jump Rope (Dream Demon)"]             = {id = 274, rarity = 3, killer = 10, displayName = "Jump Rope", multiName = true, tags = {"GruntsOfPain"}},
    ["Kid's Drawing"]                       = {id = 275, rarity = 1, killer = 10, tags = {"Bloodpoints", "Deviousness", "MovementSpeed", "PowerPenalty"}},
    ["Nancy's Masterpiece"]                 = {id = 276, rarity = 3, killer = 10, tags = {"PowerCooldown"}},
    ["Nancy's Sketch"]                      = {id = 277, rarity = 2, killer = 10, tags = {"PowerCooldown"}},
    ["Outdoor Rope"]                        = {id = 278, rarity = 2, killer = 10, tags = {"ActionNoise"}},
    ["Paint Thinner"]                       = {id = 279, rarity = 3, killer = 10, tags = {"Auras", "PowerAlternate"}},
    ["Pill Bottle"]                         = {id = 280, rarity = 4, killer = 10, tags = {"PowerInvisibility"}},
    ["Prototype Claws"]                     = {id = 281, rarity = 2, killer = 10, tags = {"Auras", "PowerAlternate"}},
    ["Red Paint Brush"]                     = {id = 282, rarity = 5, killer = 10, tags = {"SkillChecks"}},
    ["Sheep Block"]                         = {id = 283, rarity = 1, killer = 10, tags = {"Blindness"}},
    ["Swing Chains"]                        = {id = 284, rarity = 4, killer = 10, tags = {"ActionNoise"}},
    ["Unicorn Block"]                       = {id = 285, rarity = 3, killer = 10, tags = {"Blindness"}},
    ["Wool Shirt"]                          = {id = 286, rarity = 1, killer = 10, tags = {"SkillCheckPenalty"}},
    ['"Z" Block']                           = {id = 287, rarity = 4, killer = 10, patch = "7.6.0", tags = {"ExtendedAbility", "Generators", "KillerInstinct", "Teleportation"}},
    -- 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"}},
    ["Face Mask"]                           = {id = 293, rarity = 2, killer = 11, tags = {"Blindness"}},
    ["Interlocking Razor"]                  = {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"}},
    ["Razor Wires"]                         = {id = 299, rarity = 2, killer = 11, tags = {"AutoDamage", "JigsawBox", "SkillCheckDifficulty", "SkillChecks"}},
    ["Rules Set No.2"]                      = {id = 300, rarity = 3, killer = 11, tags = {"Auras", "JigsawBox"}},
    ["Rusty Attachments"]                   = {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"}},
    ["Slow-Release Toxin"]                  = {id = 303, rarity = 3, killer = 11, tags = {"Exhausted"}},
    ["Tampered Timer"]                      = {id = 304, rarity = 4, killer = 11, tags = {"PowerDuration"}},
    ["Utility Blades"]                      = {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 --
    ["Blight Serum"]                        = {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"}},
    ["Flask of Bleach"]                     = {id = 316, rarity = 3, killer = 12, tags = {"Hindered", "Intoxication", "PowerEfficiency"}},
    ["Garish Make-Up Kit"]                  = {id = 317, rarity = 4, killer = 12, tags = {"Invigoration", "PowerDuration"}},
    ["Kerosene Can"]                        = {id = 318, rarity = 2, killer = 12, tags = {"Blindness", "Intoxication"}},
    ["Party Bottle"]                        = {id = 319, rarity = 1, killer = 12, tags = {"Bloodpoints", "Confetti", "Deviousness"}},
    ["Redhead's Pinkie Finger"]             = {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"}},
    ["Sulphuric Acid Vial"]                 = {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"}},
    ["Defaced Smiley Pin"]                  = {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, tags = {"PowerDuration"}},
    ["Mural Sketch"]                        = {id = 368, rarity = 2, killer = 14, 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 Face Pin"]                     = {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"}},
    ["The Legion Pin"]                      = {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"}},
    ["Brass Case Lighter"]                  = {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"}},
    ["Vermilion Webcap"]                    = {id = 435, rarity = 4, killer = 17, tags = {"EffectDuration", "Undetectable", "Portals"}},
    ["Violet Waxcap"]                       = {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"}},
    ["Honey Locust Thorn"]                  = {id = 464, rarity = 3, killer = 19, patch = "7.6.0", tags = {"Mangled"}},
    ["Iridescent Coin"]                     = {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"}},
    ["Rusted Spike"]                        = {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"}},
    ["Crimson Ceremony Book"]               = {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"}},
    ["Lost Memories Book"]                  = {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"}},
    ["Obsidian Goblet"]                     = {id = 491, rarity = 5, killer = 20, tags = {"Undetectable"}},
    ["Rust-Coloured Egg"]                   = {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"}},
    ["Vigo's Journal"]                      = {id = 517, rarity = 4, killer = 21, tags = {"Dash", "Undetectable"}},
    -- The Twins --
    ["Baby Teeth"]                          = {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"}},
    ["Drop of Perfume"]                     = {id = 523, rarity = 4, killer = 22, tags = {"Charlotte", "Lullaby", "Oblivious", "Shriek", "Victor"}},
    ["Forest Stew"]                         = {id = 524, rarity = 4, killer = 22, tags = {"MovementSpeed", "Victor"}},
    ["Iridescent Pendant"]                  = {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"}},
    ["Rusted Needle"]                       = {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"}},
    ["Silencing Cloth"]                     = {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"}},
    ["Weighty Rattle"]                      = {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"}},
    ["Iridescent Photocard"]                = {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"}},
    ["Iridescent Umbrella Badge"]           = {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-a Parasite"]                       = {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 Injector"]                  = {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"}},
    ["Chatterer's Tooth"]                   = {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"}},
    ["Original Pain"]                       = {id = 594, rarity = 4, killer = 25, tags = {"DeepWound"}},
    ["Skewered Rat"]                        = {id = 595, rarity = 2, killer = 25, tags = {"PowerCooldown"}},
    ["Slice of 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"}},
    ["Darkest Ink"]                         = {id = 603, rarity = 3, killer = 26, tags = {"Blindness", "DireCrows", "PowerCounter"}},
    ["Festering Carrion"]                   = {id = 604, rarity = 2, killer = 26, tags = {"DireCrows", "PowerCooldown"}},
    ["Garden of Rot"]                       = {id = 605, rarity = 5, killer = 26, tags = {"DireCrows", "Exposed"}},
    ["Ink Egg"]                             = {id = 606, rarity = 4, killer = 26, tags = {"DireCrows", "PowerCapacity", "PowerDuration"}},
    ["Iridescent Feather"]                  = {id = 607, rarity = 5, killer = 26, tags = {"DireCrows", "Undetectable", "PowerCapacity"}},
    ["Matias' Baby Shoes"]                  = {id = 608, rarity = 4, killer = 26, tags = {"Auras", "DireCrows"}},
    ["O Grief, O Lover"]                    = {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"}},
    ["Silver Bell"]                         = {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"}},
    ["Thorny Nest"]                         = {id = 616, rarity = 3, killer = 26, patch = "7.6.0", tags = {"DireCrows", "Haemorrhage", "Mangled"}},
    ["Untitled Agony"]                      = {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"}},
    ["Rickety Pinwheel"]                    = {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"}},
    ["Sea-Soaked Cloth"]                    = {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"}},
    ["Telephone"]                           = {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"}},
    ["Field Recorder"]                      = {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"}},
    ["Iridescent Wooden Plank"]             = {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"}},
    ["Tilling Blade"]                       = {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 --
    ["Bullhorn"]                            = {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"}},
    ["Dark Sunglasses"]                     = {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"}},
    ["Iridescent Uroboros Vial"]            = {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"}},
    ["Maiden Medallion"]                    = {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"}},
    ["Blacksmith's Hammer"]                 = {id = 681, rarity = 4, killer = 30, patch = "8.1.0", tags = {"Broken", "Hunt"}},
    ["Broken Hilt"]                         = {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"}},
    ["Grim Iron Mask"]                      = {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"}},
    ["Ironworker's Tongs"]                  = {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"}},
    ["Knight's Contract"]                   = {id = 693, rarity = 5, killer = 30, patch = "8.1.0", tags = {"Exposed"}},
    ["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"}},
    ["Town Watch's Torch"]                  = {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 Lighting"]                   = {id = 700, rarity = 2, killer = 31, patch = "6.6.0", tags = {"Undetectable", "PowerDuration"}},
    ["Adi Valente Issue 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"}},
    ["Brown Noise Generator"]               = {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"}},
    ["Geographical Readout"]                = {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"}},
    ["High-Power Floodlight"]               = {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"}},
    ["Loose Screw"]                         = {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"}},
    ["Powdered Glass"]                      = {id = 712, rarity = 3, killer = 31, patch = "7.6.0", tags = {"ClawTraps", "Haemorrhage", "Mangled"}},
    ["Prototype Rotor"]                     = {id = 713, rarity = 4, killer = 31, patch = "6.6.0", tags = {"Drones", "ScanLines"}},
    ["Randomised Strobes"]                  = {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"}},
    ["Cremated Remains"]                    = {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"}},
    ["Diagnostic Tool (Repair)"]            = {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"}},
    ["Hologram 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"}},
    ["Nanomachine Gel"]                     = {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 Family Photo"]                   = {id = 737, rarity = 4, killer = 32, patch = "8.1.0", tags = {"Biopods", "DeepWound", "Hindered"}},
    ["Spent Oxygen Tank"]                   = {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 --
    ["Acidic Blood"]                        = {id = 740, rarity = 5, killer = 33, patch = "7.2.0", tags = {"AutoDamage", "CrawlerMode", "DeepWound", "KillerStun", "Tunnels"}},
    ["Ash's Innards"]                       = {id = 741, rarity = 2, killer = 33, patch = "7.2.0", tags = {"PowerCounter", "Turrets"}},
    ["Brett's Cap"]                         = {id = 742, rarity = 2, killer = 33, patch = "7.2.0", tags = {"Blindness", "PowerCounter", "Turrets"}},
    ["Cat Carrier"]                         = {id = 743, rarity = 4, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerCounter", "Turrets", "Undetectable"}},
    ["Cereal Rations"]                      = {id = 744, rarity = 1, killer = 33, patch = "7.2.0", tags = {"Auras", "Tunnels", "Turrets"}},
    ["Crew Headset"]                        = {id = 745, rarity = 2, killer = 33, patch = "7.2.0", tags = {"DetectionRange", "Tunnels"}},
    ["Drinking Bird"]                       = {id = 746, rarity = 1, killer = 33, patch = "7.2.0", tags = {"KillerInstinct", "Tunnels"}},
    ["Emergency Helmet"]                    = {id = 747, rarity = 3, killer = 33, patch = "7.2.0", tags = {"StaggerResistance", "Turrets"}},
    ["Harpoon Gun"]                         = {id = 748, rarity = 4, killer = 33, patch = "7.2.0", tags = {"LoudNoiseNotifications", "Screams", "Tunnels"}},
    ["Improvised Cattle Prod"]              = {id = 749, rarity = 5, killer = 33, patch = "7.2.0", tags = {"Auras", "ControlStations", "Generators"}},
    ["Kane's Helmet"]                       = {id = 750, rarity = 3, killer = 33, patch = "7.6.0", tags = {"AlternateAttack", "Mangled"}},
    ["Lambert's Star Map"]                  = {id = 751, rarity = 2, killer = 33, patch = "7.2.0", tags = {"EffectRange", "PowerCounter", " Turrets"}},
    ["Light Wand"]                          = {id = 752, rarity = 2, killer = 33, patch = "7.2.0", tags = {"PowerCounter", "Tunnels"}},
    ["Moulted Skin"]                        = {id = 753, rarity = 3, killer = 33, patch = "7.2.0", tags = {"Exhausted", "Hindered", "Turrets"}},
    ["Multipurpose Hatchet"]                = {id = 754, rarity = 3, killer = 33, patch = "7.2.0", tags = {"AlternateAttack", "Haemorrhage"}},
    ["Ovomorph"]                            = {id = 755, rarity = 1, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerRecovery", "Tunnels"}},
    ["Parker's Headband"]                   = {id = 756, rarity = 3, killer = 33, patch = "7.2.0", 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", tags = {"ActionSpeed", "CrawlerMode", "Vaulting"}},
    ["Semiotic Keyboard"]                   = {id = 759, rarity = 4, killer = 33, patch = "7.2.0", 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"}},
    ["Pile of Nails"]                     = {id = 769, rarity = 4, killer = 34, patch = "8.0.0", tags = {"Undetectable"}},
    ["Plastic Bag"]                       = {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"}},
    ["Straight Razor"]                    = {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"}},
    ["B-Movie Poster"]                    = {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"}},
    ["Device of Undisclosed Origin"]      = {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"}},
    ["Homemade Mask"]                     = {id = 787, rarity = 4, killer = 35, patch = "7.6.0", tags = {"Blindness","Illusions"}},
    ["Hypnotist's Watch"]                 = {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"}},
    ["Notebook of Theories"]              = {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"}},
    ["Rabbit's Foot"]                     = {id = 794, rarity = 1, killer = 35, patch = "7.6.0", tags = {"ExtendedAblity","Haemorrhage"}},
    ["Serum Vial"]                        = {id = 795, rarity = 4, killer = 35, patch = "7.6.0", tags = {"Exhausted", "Illusions"}},
    ["Sketch Attempt"]                    = {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 --
    ["Bag of Holding"]                    = {id = 800, rarity = 4, killer = 36, patch = "8.0.0", oblivious = "15 seconds", tags = {"Oblivious"}},
    ["Boots of Speed"]                    = {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"}},
    ["Cloak of Invisibility"]             = {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"}},
    ["Dragontooth Dagger"]                = {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"}},
    ["Staff of Withering"]                = {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"}},
    ["Vorpal Sword"]                      = {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"}},
    ["Belaying Pins"]                     = {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"}},
    ["Iridescent Wheel Handle"]           = {rarity = 5, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"Dog", "SearchPath", "Undetectable"}},
    ["Knotted Rope"]                      = {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"}},
    ["Spiked Collar"]                     = {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"}},
    ["Unfinished Map"]                    = {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"}},
}
p.addonsCount = #p.addons

p.perks = {
    ["Wezwanie Pielęgniarki"]             = {id = 62, techName ="A Nurse's Calling", units = {3}, values = {20, 24, 28}, character = 4, charType = 'K', level = 40, prestige = 3, tags = {"Aury", "Leczenie"}},
    ["As w Rękawie"]                      = {id = 66, techName ="Ace in the Hole", 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"}},
    ["Adrenalina"]                        = {id = 42, techName ="Adrenaline", units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 40, prestige = 3, patch = "7.7.0", tags = {"Exhausted", "Haste", "Healing"}},
    ["Druga Pomoc"]                       = {id = 118, techName ="Aftercare", units = {7}, values = {1, 2, 3}, character = 15, charType = 'S', level = 35, prestige = 2, tags = {"Auras"}},
    ["Ekscytacja"]                        = {id = 51, techName ="Agitation", units = {4}, values = {6, 12, 18}, character = 1, charType = 'K', level = 40, prestige = 3, tags = {"Carrying", "MovementSpeed", "TerrorRadius"}},
    ["Czujność"]                          = {id = 76, techName ="Alert", units = {1}, values = {3, 4, 5}, character = 9, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "BreakableWalls", "Generators", "Pallets"}},
    ["Obcy Instynkt"]                     = {id = 254, techName ="Alien Instinct", units = {1}, values = {16, 18, 20}, character = 33, charType = 'K', level = 35, prestige = 2, patch = "7.2.0", tags = {"Auras", "Hooks", "Oblivious"}},
    ["All-Shaking Thunder"]         = {id = 286, techName ="All-Shaking Thunder", 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"}},
    ["Po Trupach do Celu"]                = {id = 145, techName ="Any Means Necessary", units = {1}, values = {6, 5, 4}, character = 20, charType = 'S', level = 35, prestige = 2, patch = "6.6.0", tags = {"Pallets"}},
    ["Ocena Sytuacji"]                    = {id = 168, techName ="Appraisal", units = {4}, values = {40, 60, 80}, character = 24, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "Chests", "Items"}},
    ["Artefact Hunter"]                   = {id = 1, techName ="Artefact Hunter",   charType = 'S', unused = true},
    ["Samouk"]                            = {id = 113, techName ="Autodidact", units = {5}, values = {3, 4, 5}, character = 14, charType = 'S', level = 40, prestige = 3, patch ="8.1.0", tags = {"BonusProgression", "Healing", "Regression", "SkillChecks", "Tokens"}},
    ["Przebudzona Świadomość"]            = {id = 221, techName ="Awakened Awareness", units = {3}, values = {16, 18, 20}, character = 29, charType = 'K', level = 35, prestige = 2, patch = "6.2.0", tags = {"Auras", "Carrying"}},
    ["Niańka"]                            = {id = 138, techName ="Babysitter", units = {1}, values = {20, 25, 30}, character = 19, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"Auras", "Haste", "ScratchMarks", "Stealth", "PoolsOfBlood"}},
    ["Gracz w Tle"]                       = {id = 243, techName ="Background Player", units = {1}, values = {30, 25, 20}, character = 36, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Exhausted", "Hooks"}},
    ["Kpina"]                             = {id = 102, techName ="Bamboozle", units = {1, 4}, values = {8, 12, 16, 5, 10, 15}, character = 12, charType = 'K', level = 30, prestige = 1, tags = {"ActionSpeed", "Vaulting", "VaultLocations", "WindowBlocker"}},
    ["Miękkie Lądowanie"]                 = {id = 45, techName ="Balanced Landing", units = {1}, values = {60, 50, 40}, character = 5, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Exhausted", "Haste", "Falling"}},
    ["Barbecue i Chilli"]                 = {id = 88, techName ="Barbecue & Chilli", units = {3}, values = {60, 50, 40}, character = 9, charType = 'K', level = 35, prestige = 2, patch = "7.1.0", tags = {"Auras", "Hooks"}},
    ["Inspiracja Barda"]                  = {id = 275, techName ="Bardic Inspiration", units = {1}, values = {110, 100, 90}, character = 42, charType = 'S', level = 35, prestige = 2, patch = "8.0.0", tags = {"BonusProgression", "Screams", "SkillChecks"}},
    ["Baterie w Zestawie"]                = {id = 261, techName ="Batteries Included", units = {2}, values = {1, 3, 5}, character = 34, charType = 'K', level = 40, prestige = 3, patch = "7.4.2", tags = {"Generators", "Haste"}},
    ["Drapieżna Bestia"]                  = {id = 85, techName ="Beast of Prey", units = {4}, values = {30, 40, 50}, character = 8, charType = 'K', level = 30, prestige = 1, tags = {"Bloodlust", "BonusBloodpoints", "Deception", "Stealth", "Undetectable"}},
    ["Lepsze niż Nowe"]                   = {id = 226, techName ="Better than New", 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"}},
    ["Razem Raźniej"]                     = {id = 135, techName ="Better Together", units = {1}, values = {8, 9, 10}, character = 18, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Zaciśnięte Zęby"]                   = {id = 183, techName ="Bite the Bullet", units = {4}, values = {3, 2, 1}, character = 27, charType = 'S', level = 30, prestige = 1, tags = {"Healing", "SkillChecks", "LoudNoiseNotifications"}},
    ["Gorzki Szmer"]                      = {id = 7, techName ="Bitter Murmur",   units = {1}, values = {5, 7, 10}, charType = 'K', tags = {"Auras", "Generators"}},
    ["Mina"]                              = {id = 182, techName ="Blast Mine", 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"}},
    ["Krwawe Echo"]                       = {id = 142, techName ="Blood Echo", units = {1}, values = {20, 25, 30}, character = 18, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Exhausted", "Haemorrhage", "Hooks"}},
    ["Pakt Krwi"]                         = {id = 157, techName ="Blood Pact", units = {4}, values = {5, 6, 7}, character = 22, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Haste", "Obsession"}},
    ["Wrząca Krew"]                       = {id = 241, techName ="Blood Rush", units = {1}, values = {40, 50, 60}, character = 36, charType = 'S', level = 30, prestige = 1, patch = "8.3.0", tags = {"Exhausted", "Healing", "Hooks"}},
    ["Krwawy Strażnik"]                   = {id = 92, techName ="Blood Warden", units = {1}, values = {40, 50, 60}, character = 10, charType = 'K', level = 40, prestige = 3, patch = "1.8.0", tags = {"Auras", "ExitGates", "GateBlocker", "Hooks"}},
    ["Pies Gończy"]                       = {id = 54, techName ="Bloodhound", units = {1}, values = {2, 3, 4}, character = 2, charType = 'K', level = 35, prestige = 2, tags = {"PoolsOfBlood"}},
    ["Do Utraty Tchu"]                    = {id = 107, techName ="Boil Over", units = {4}, values = {60, 70, 80}, character = 13, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Hooks", "Wiggle"}},
    ["Urok: Krąg Uzdrowienia"]            = {id = 190, techName ="Boon: Circle of Healing", units = {4}, values = {50, 75, 100}, character = 28, charType = 'S', level = 35, prestige = 2, patch = "6.7.0", tags = {"ActionSpeed", "Boon", "Healing", "HealingProficiency", "Totems"}},
    ["Urok: Mroczna Teoria"]              = {id = 212, techName ="Boon: Dark Theory", units = {1}, values = {2, 3, 4}, character = 30, charType = 'S', level = 40, prestige = 3, tags = {"Boon", "Haste", "Totems"}},
    ["Urok: Wykładniczość"]               = {id = 206, techName ="Boon: Exponential", units = {4}, values = {90, 95, 100}, character = 29, charType = 'S', level = 40, prestige = 3, tags = {"Boon", "RecoverySpeed", "Recovering", "Totems"}},
    ["Urok: Iluminacja"]                  = {id = 263, techName ="Boon: Illumination", 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"}},
    ["Urok: Cienisty Krok"]               = {id = 191, techName ="Boon: Shadow Step", units = {1}, values = {2, 3, 4}, character = 28, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "ScratchMarks", "Totems", "Boon",}},
    ["Więź"]                              = {id = 33, techName ="Bond", units = {3}, values = {20, 28, 36}, character = 1, charType = 'S', level = 30, prestige = 1, tags = {"Auras"}},
    ["Życie na Kredyt"]                   = {id = 73, techName ="Borrowed Time", units = {1}, values = {6, 8, 10}, character = 8, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"Endurance", "Haste"}},
    ["Wiedza Botaniczna"]                 = {id = 36, techName ="Botany Knowledge", units = {4}, values = {30, 40, 50}, character = 3, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Przełamanie"]                       = {id = 117, techName ="Breakdown", units = {1}, values = {4, 5, 6}, character = 15, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Hooks"}},
    ["Ucieczka"]                          = {id = 146, techName ="Breakout", units = {4}, values = {5, 6, 7}, character = 20, charType = 'S', level = 40, prestige = 3, patch = "7.1.0", tags = {"ActionSpeed", "Haste", "Wiggle"}},
    ["Brutalna Siła"]                     = {id = 52, techName ="Brutal Strength", units = {4}, values = {10, 15, 20}, character = 1, charType = 'K', level = 35, prestige = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets"}}, 
    ["Zapnij Pasy"]                       = {id = 127, techName ="Buckle Up", units = {1}, values = {3, 4, 5}, character = 17, charType = 'S', patch = "8.0.0", level = 35, prestige = 2, tags = {"Auras", "ConspicuousActions", "Exhausted", "Haste", "Recovering"}},
    ["Trwałość Przede Wszystkim"]         = {id = 164, techName ="Built to Last", units = {1}, values = {14, 13, 12}, character = 23, charType = 'S', level = 40, prestige = 3, tags = {"Items", "Lockers"}},
    ["Zew Wody"]                          = {id = 208, techName ="Call of Brine", units = {4}, values = {115, 120, 125}, character = 27, charType = 'K', level = 35, prestige = 2, patch = "6.7.0", tags = {"Generators", "Regression", "SkillChecks"}},
    ["Spokojny Duch"]                     = {id = 40, techName ="Calm Spirit", 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"}},
    ["Koleżeństwo"]                       = {id = 139, techName ="Camaraderie", units = {1}, values = {26, 30, 34}, character = 19, charType = 'S', level = 35, prestige = 2, tags = {"EntityProgression", "Hooks", "Struggling"}},
    ["Mistrz Światła"]                    = {id = 262, techName ="Champion of Light", units = {1}, values = {80, 70, 60}, character = 40, charType = 'S', level = 30, prestige = 1, patch = "7.5.2", tags = {"Flashlights", "Haste", "Hindered", "KillerBlind"}},
    ["Pułapka Chemiczna"]                 = {id = 256, techName ="Chemical Trap", 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"}},
    ["Działanie Korekcyjne"]              = {id = 205, techName ="Corrective Action", units = {6}, values = {1, 2, 3}, maxTokens = "5 Tokens", duration = "6 seconds", character = 29, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "SkillChecks", "Tokens"}},
    ["Skażona Interwencja"]               = {id = 120, techName ="Corrupt Intervention", units = {1}, values = {80, 100, 120}, character = 15, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"GenBlocker", "Generators"}}, 
    ["Koulrofobia"]                       = {id = 103, techName ="Coulrophobia", 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"}},
    ["Przeciwdziałanie"]                  = {id = 180, techName ="Counterforce", units = {1}, values = {2, 3, 4}, character = 26, charType = 'S', level = 30, prestige = 1, tags = {"Totems"}},
    ["Cios Łaski"]                        = {id = 167, techName ="Coup de Grâce", units = {4}, values = {70, 75, 80}, character = 22, charType = 'K', level = 40, prestige = 3, patch = "7.1.0", tags = {"Generators", "Lunge", "Tokens"}, diacritics = true},
    ["Bezlitosne Granice"]                = {id = 189, techName ="Clairvoyance", 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"}},
    ["Jasnowidzenie"]                     = {id = 194, techName ="Claustrophobia", units = {1}, values = {20, 25, 30}, charType = 'K', tags = {}, unused = true, retired = true},
    ["Clean Break"]                 = {id = 290, techName ="Clean Break", units = {1}, values = {80, 70, 60}, character = 45, charType = 'S', level = 35, prestige = 2, patch = "8.4.0", tags = {"AutoHeal", "Broken"}},
    ["Okrutna Izolacja"]                  = {id = 134, techName ="Cruel Limits", units = {1}, values = {20, 25, 30}, character = 17, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Generators", "VaultLocations", "WindowBlocker"}},
    ["Uwolnienie"]                        = {id = 240, techName ="Cut Loose", units = {1}, values = {4, 5, 6}, character = 35, charType = 'S', level = 40, prestige = 3, patch = "6.6.0", tags = {"LoudNoiseNotifications", "Stealth", "Vaulting"}},
    ["Zatańcz ze Mną"]                    = {id = 105, techName ="Dance With Me", units = {1}, values = {30, 25, 20}, character = 13, charType = 'S', level = 30, prestige = 1, patch ="8.2.0", tags = {"Lockers", "Pallets", "ScratchMarks", "Stealth", "Vaulting"}},
    ["Mroczna Arogancja"]                 = {id = 273, techName ="Dark Arrogance", units = {4}, values = {15, 20, 25}, character = 36, charType = 'K', level = 40, prestige = 3, patch = "8.0.0", tags = {"ActionSpeed", "EffectDuration", "KillerBlind", "KillerStun", "Pallets", "Vaulting", "Windows"}},
    ["Mroczne Oddanie"]                   = {id = 122, techName ="Dark Devotion", units = {1}, values = {20, 25, 30}, character = 15, charType = 'K', level = 40, prestige = 3, patch = "6.1.0", tags = {"Deception", "Obsession", "Stealth", "TerrorRadius", "Undetectable"}},
    ["Mroczny Zmysł"]                     = {id = 19, techName ="Dark Sense", units = {1}, values = {5, 7, 10}, charType = 'S', patch = "6.1.0", tags = {"Auras", "Generators"}},
    ["Ujawnienie Ciemności"]              = {id = 214, techName ="Darkness Revealed", units = {1}, values = {6, 7, 8}, character = 28, charType = 'K', level = 35, prestige = 2, patch = "8.1.0", tags = {"Lockers", "Auras"}},
    ["Twarda Sztuka"]                     = {id = 82, techName ="Dead Hard", 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"}},
    ["Czuwak"]                            = {id = 148, techName ="Dead Man's Switch", units = {1}, values = {40, 45, 50}, character = 19, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "GenBlocker", "Generators", "Hooks"}},
    ["Termin"]                            = {id = 264, techName ="Deadline", units = {4}, values = {6, 8, 10}, character = 40, charType = 'S', level = 40, prestige = 3, patch = "7.5.0", tags = {"InjuredState", "Healing", "SkillCheckProbability", "SkillChecks", "Repairing"}},
    ["Zakleszczenie"]                     = {id = 186, techName ="Deadlock", units = {1}, values = {15, 20, 25}, character = 25, charType = 'K', level = 30, prestige = 1, patch = "8.0.0", tags = {"Auras", "GenBlocker", "Generators"}},
    ["Skazany na Śmierć"]                 = {id = 155, techName ="Deathbound", units = {3}, values = {16, 12, 8}, character = 20, charType = 'K', level = 40, prestige = 3, patch = "8.3.0", tags = {"AuraFlareUp", "Healing", "LoudNoiseNotifications", "Oblivious"}},
    ["Oszustwo"]                          = {id = 169, techName ="Deception", units = {1}, values = {30, 25, 20}, character = 24, charType = 'S', level = 35, prestige = 2, patch ="8.2.0", tags = {"Deception", "PoolsOfBlood", "Lockers", "LoudNoiseNotifications", "ScratchMarks", "Stealth"}},
    ["Ostateczny Cios"]                   = {id = 48, techName ="Decisive Strike", units = {1}, values = {40, 50, 60}, character = 6, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Obsession", "SkillChecks", "KillerStun"}},
    ["Tropiciel"]                         = {id = 8, techName ="Deerstalker",   units = {3}, values = {20, 28, 36}, charType = 'K', tags = {"Auras"}},
    ["Déjà Vu"]                           = {id = 20, techName ="Déjà Vu", units = {4}, values = {4, 5, 6}, charType = 'S', patch = "7.0.0", tags = {"Auras", "ActionSpeed", "Generators", "Maps"}, diacritics = true},
    ["Wybawienie"]                        = {id = 112, techName ="Deliverance", units = {1}, values = {100, 80, 60}, character = 14, charType = 'S', level = 35, prestige = 2, patch = "2.2.0", tags = {"Broken", "Chance", "EscapeAttempt", "Hooks"}},
    ["Desperacki Krok"]                   = {id = 163, techName ="Desperate Measures", units = {4, 4}, values = {10, 12, 14, 40, 48, 56}, character = 23, charType = 'S', level = 35, prestige = 2, tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Przeczucie Detektywa"]              = {id = 100, techName ="Detective's Hunch", units = {3}, values = {32, 48, 64}, character = 12, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Chests", "Generators", "Maps", "Totems"}},
    ["Dysonans"]                          = {id = 114, techName ="Discordance", units = {3}, values = {64, 96, 128}, character = 14, charType = 'K', level = 30, prestige = 1, tags = {"Auras", "Generators", "LoudNoiseNotifications"}},
    ["Rozpad"]                            = {id = 213, techName ="Dissolution", units = {1}, values = {12, 16, 20}, character = 28, charType = 'K', level = 30, prestige = 1, tags = {"Pallets", "TerrorRadius", "Vaulting"}},
    ["Zakłócenie"]                        = {id = 119, techName ="Distortion", units = {1}, values = {8, 10, 12}, character = 15, charType = 'S', level = 40, prestige = 3, patch = "8.3.2", tags = {"Auras", "Chase", "ScratchMarks", "Stealth"}},
    ["Niepokój"]                          = {id = 9, techName ="Distressing",   units = {4}, values = {20, 25, 30}, charType = 'K', patch = "8.4.0", tags = {"TerrorRadius"}},
    ["Dywersja"]                          = {id = 111, techName ="Diversion", units = {1}, values = {30, 25, 20}, character = 14, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Deception", "LoudNoiseNotifications", "ScratchMarks", "TerrorRadius"}},
    ["Dominance"]                         = {id = 282, techName ="Dominance", units = {1}, values = {8, 12, 16}, character = 37, charType = 'K', level = 40, prestige = 3, patch = "8.4.0", tags = {"Auras", "Chests", "ChestBlocker", "Totems", "TotemBlocker"}},
    ["Uścisk Smoka"]                      = {id = 159, techName ="Dragon's Grip", units = {1}, values = {60, 50, 40}, character = 21, charType = 'K', level = 30, prestige = 1, patch = "8.1.0", tags = {"AuraFlareUp", "Exposed", "Generators", "LoudNoiseNotifications"}},
    ["Dramaturgia"]                       = {id = 250, techName ="Dramaturgy", 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"}},
    ["Umierające Światło"]                = {id = 63, techName ="Dying Light", 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"}},
    ["Empatyczne Połączenie"]             = {id = 211, techName ="Empathic Connection", units = {3}, values = {32, 64, 96}, healing = "+30 %", character = 30, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"ActionSpeed", "Auras", "Healing", "HealingProficiency", "InjuredState"}},
    ["Empatia"]                           = {id = 37, techName ="Empathy", units = {3}, values = {64, 96, 128}, character = 3, charType = 'S', level = 30, prestige = 1, patch = "2.6.0", tags = {"Auras", "InjuredState"}},
    ["Wytrzymały"]                        = {id = 57, techName ="Enduring", units = {4}, values = {40, 45, 50}, character = 3, charType = 'K', level = 30, prestige = 1, tags = {"KillerStun", "Pallets", "StunRecovery"}},
    ["Erupcja"]                           = {id = 179, techName ="Eruption", units = {1}, values = {8, 10, 12}, character = 24, charType = 'K', level = 40, prestige = 3, patch = "6.6.0", tags = {"Auras", "Generators"}},
    ["Eyes of Belmont"]              = {id = 283, techName ="Eyes of Belmont", units = {1}, values = {1, 2, 3}, character = 44, charType = 'S', level = 40, prestige = 3, patch = "8.2.0", tags = {"Auras", "Generators"}},
    ["Exultation"]                   = {id = 284, techName ="Exultation", units = {1}, values = {40, 35, 30}, character = 44, charType = 'S', level = 30, prestige = 1, patch = "8.2.1", tags = {"Charges", "KillerStun", "Pallets", "RarityUpgrade"}},
    ["Szybka Ścieżka"]                    = {id = 174, techName ="Fast Track", 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"}},
    ["Władca Strachu"]                    = {id = 193, techName ="Fearmonger", units = {1}, values = {3, 4, 5}, charType = 'K', tags = {}, unused = true, retired = true},
    ["Finezja"]                           = {id = 277, techName ="Finesse", units = {1}, values = {40, 35, 30}, character = 43, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"ActionSpeed", "Vaulting"}},
    ["Paląca Potrzeba"]                   = {id = 90, techName ="Fire Up", units = {4, 4}, values = {3, 3.5, 4, 15, 17.5, 20}, character = 10, charType = 'K', level = 30, prestige = 1, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Vaulting"}},
    ["Fiksacja"]                          = {id = 136, techName ="Fixated", units = {4}, values = {10, 15, 20}, character = 18, charType = 'S', level = 35, prestige = 2, patch = "7.3.3", tags = {"MovementSpeed", "ScratchMarks"}},
    ["Granat Błyskowy"]                   = {id = 184, techName ="Flashbang", units = {4}, values = {50, 45, 40}, character = 27, charType = 'S', level = 35, prestige = 2, patch ="8.2.0", tags = {"FlashGrenades", "Generators", "Lockers"}},
    ["Mijanka"]                           = {id = 126, techName ="Flip-Flop", units = {4}, values = {40, 45, 50}, conversion = "50 %", character = 17, charType = 'S', level = 30, prestige = 1, patch = "2.6.3", tags = {"Conversion", "Recovering", "Wiggle"}},
    ["Myślą o Mgle"]                      = {id = 233, techName ="Fogwise", units = {1}, values = {4, 5, 6}, character = 34, charType = 'S', patch = "6.4.0", level = 35, prestige = 2, tags = {"Auras", "Generators", "SkillChecks"}},
    ["Za Ludzi"]                          = {id = 152, techName ="For the People", units = {1}, values = {80, 70, 60}, character = 21, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "DeepWound", "Healing", "Obsession"}},
    ["Wymuszone Wahanie"]                 = {id = 245, techName ="Forced Hesitation", units = {1}, values = {40, 35, 30}, character = 32, charType = 'K', level = 35, prestige = 2, patch = "7.0.0", tags = {"Hindered"}},
    ["Wymuszona Pokuta"]                  = {id = 153, techName ="Forced Penance", units = {1}, values = {60, 70, 80}, character = 20, charType = 'K', level = 30, prestige = 1, tags = {"Broken", "ProtectionHits"}},
    ["Zguba Franklina"]                   = {id = 89, techName ="Franklin's Demise", units = {1}, values = {150, 120, 90}, character = 9, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "ForcedItemDrop", "Items"}},
    ["Przyjazna Rywalizacja"]             = {id = 238, techName ="Friendly Competition", units = {1}, values = {45, 60, 75}, character = 35, charType = 'S', level = 30, prestige = 1, patch = "6.6.0", tags = {"ActionSpeed", "Generators", "RepairingProficiency"}},
    ["Przyjaciele do Końca"]              = {id = 260, techName ="Friends 'til the End", units = {1}, values = {6, 8, 10}, character = 34, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Exposed", "Hooks", "LoudNoiseNotifications", "Obsession"}},
    ["Tajemny Pościg"]                    = {id = 131, techName ="Furtive Chase", units = {1}, values = {14, 16, 18}, character = 16, charType = 'K', level = 40, prestige = 3, patch = "7.3.0", tags = {"Haste", "Hooks", "Obsession", "Undetectable"}},
    ["Gra w Toku"]                        = {id = 237, techName ="Game Afoot", units = {1}, values = {8, 9, 10}, character = 31, charType = 'K', patch = "6.6.0", level = 40, prestige = 3, tags = {"BreakableWalls", "Generators", "Haste", "Obsession", "Pallets"}},
    ["Maniak Techniki"]                   = {id = 147, techName ="Gearhead", units = {1}, values = {6, 7, 8}, character = 19, charType = 'K', level = 30, prestige = 1, patch = "6.7.0", tags = {"Auras", "Generators", "SkillChecks"}},
    ["Ograniczenia Genetyczne"]           = {id = 244, techName ="Genetic Limits", units = {1}, values = {6, 7, 8}, character = 32, charType = 'K', level = 30, prestige = 1, patch = "8.3.0", tags = {"Exhausted"}},
    ["Ponure Objęcia"]                    = {id = 201, techName ="Grim Embrace", 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"}},
    ["Strażnik"]                          = {id = 198, techName ="Guardian", units = {1}, values = {4, 6, 8}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Zaprawiony"]                        = {id = 278, techName ="Hardened", units = {1}, values = {3, 4, 5}, character = 43, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"Auras", "Chests", "Screams", "Totems"}},
    ["Determinacja"]                      = {id = 125, techName ="Head On", 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"}},
    ["Klątwa: Łaska Krwi"]                = {id = 160, techName ="Hex: Blood Favour", units = {3}, values = {24, 28, 32}, character = 21, charType = 'K', level = 35, prestige = 2, tags = {"Hex", "PalletBlocker", "Pallets", "Totems"}},
    ["Klątwa: Panowanie nad Tłumem"]      = {id = 172, techName ="Hex: Crowd Control", units = {7}, values = {3, 4, 5}, character = 23, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Hex", "Totems", "Vaulting", "VaultLocations", "WindowBlocker"}},
    ["Klątwa: Pożeracz Nadziei"]          = {id = 70, techName ="Hex: Devour Hope", units = {4}, values = {3, 4, 5}, character = 6, charType = 'K', level = 40, prestige = 3, tags = {"Exposed", "Killing", "Haste", "Hex", "Hooks", "Tokens", "Totems"}},
    ["Klątwa: Staw Czoła Ciemności"]      = {id = 230, techName ="Hex: Face the Darkness", units = {1}, values = {35, 30, 25}, character = 30, charType = 'K', patch = "6.4.0", level = 35, prestige = 2, tags = {"Auras", "Hex", "LoudNoiseNotifications", "TerrorRadius"}},
    ["Klątwa: Nawiedzona Ziemia"]         = {id = 109, techName ="Hex: Haunted Ground", units = {1}, values = {40, 50, 60}, character = 13, charType = 'K', level = 35, prestige = 2, tags = {"Exposed", "Hex", "Totems"}},
    ["Klątwa: Kołysanka Łowczyni"]        = {id = 86, techName ="Hex: Huntress Lullaby", units = {4}, values = {2, 4, 6}, character = 8, charType = 'K', level = 40, prestige = 3, tags = {"ActionNoise", "Hex", "Hooks", "RegressionPenalty", "SkillChecks", "Tokens", "Totems"}},
    ["Klątwa: Nikt Nie Ucieka Śmierci"]   = {id = 10, techName ="Hex: No One Escapes Death", units = {4}, values = {2, 3, 4}, charType = 'K', patch = "6.1.0", tags = {"ExitGates", "Exposed", "Haste", "Hex", "Totems"}},
    ["Klątwa: Pentimento"]                = {id = 203, techName ="Hex: Pentimento", units = {4}, values = {20, 25, 30}, character = 26, charType = 'K', level = 40, prestige = 3, tags = {"Hex","Totems", "Auras", "ActionSpeed", "Healing", "HealingProficiency", "Recovering", "RepairingProficiency", "ExitGates"}},
    ["Klątwa: Igraszka"]                  = {id = 187, techName ="Hex: Plaything", units = {3}, values = {24, 20, 16}, character = 25, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Hex", "Oblivious", "Totems"}},
    ["Klątwa: Odwet"]                     = {id = 149, techName ="Hex: Retribution", units = {1}, values = {35, 40, 45}, character = 19, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Hex", "Oblivious", "Totems"}},
    ["Klątwa: Ruina"]                     = {id = 69, techName ="Hex: Ruin", units = {4}, values = {50, 75, 100}, character = 6, charType = 'K', level = 35, prestige = 2, patch = "7.5.0", tags = {"Generators", "Hex", "Regression", "Totems"}},
    ["Klątwa: Trzecia Pieczęć"]           = {id = 71, techName ="Hex: The Third Seal", units = {7}, values = {2, 3, 4}, character = 6, charType = 'K', level = 30, prestige = 1, tags = {"Blindness", "Hex", "Totems"}},
    ["Klątwa: Dreszcz Polowania"]         = {id = 11, techName ="Hex: Thrill of the Hunt", units = {4, 4}, values = {10, 12, 14, 50, 60, 70}, charType = 'K', level = 40, prestige = 3, patch = "8.4.0", tags = {"ActionSpeed", "Blessing", "Cleansing", "Hex", "Tokens", "Totems"}},
    ["Klątwa: Gra dla Dwojga"]            = {id = 259, techName ="Hex: Two Can Play", units = {8}, values = {4, 3, 2}, character = 34, charType = 'K', level = 30, prestige = 1, tags = {"Hex", "KillerBlind", "KillerStun", "SurvivorBlind", "Totems"}},
    ["Klątwa: Nieumarły"]                 = {id = 161, techName ="Hex: Undying", units = {3}, values = {2, 3, 4}, character = 21, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Hex", "Totems"}},
    ["Hex: Wretched Fate"]           = {id = 280, techName ="Hex: Wretched Fate", units = {4}, values = {27, 30, 33}, character = 37, charType = 'K', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators", "Hex", "Obsession", "Totems"}},
    ["Zbieracz"]                          = {id = 165, techName ="Hoarder", units = {3}, values = {32, 48, 64}, character = 22, charType = 'K', level = 30, prestige = 1, tags = {"Chests", "Items", "LoudNoiseNotifications"}},
    ["Nadzieja"]                          = {id = 21, techName ="Hope", units = {4}, values = {5, 6, 7}, charType = 'S', patch = "6.1.0", tags = {"ExitGates", "Haste"}}, 
    ["Pycha"]                             = {id = 231, techName ="Hubris", units = {1}, values = {10, 15, 20}, character = 30, charType = 'K', patch = "6.4.0", level = 40, prestige = 3, tags = {"Exposed", "KillerStun"}},
    ["Human Greed"]                  = {id = 281, techName ="Human Greed", 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"}},
    ["Hiperskupienie"]                    = {id = 228, techName ="Hyperfocus", 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"}},
    ["Histeria"]                          = {id = 178, techName ="Hysteria", units = {1}, values = {20, 25, 30}, character = 24, charType = 'K', level = 35, prestige = 2, tags = {"Oblivious"}},
    ["Zamieniam Się w Słuc"]              = {id = 129, techName ="I'm All Ears", units = {1}, values = {60, 45, 30}, character = 16, charType = 'K', level = 30, prestige = 1, patch = "8.1.0", tags = {"Auras", "Vaulting"}},
    ["In the Dark"]                  = {id = 2, techName ="In the Dark",   charType = 'K', unused = true},
    ["Zaraźliwy Strach"]                  = {id = 121, techName ="Infectious Fright", units = {1}, values = {4, 5, 6}, character = 15, charType = 'K', level = 35, prestige = 2, tags = {"AuraFlareUp", "TerrorRadius", "LoudNoiseNotifications"}}, 
    ["Wewnętrzne Skupienie"]              = {id = 217, techName ="Inner Focus", units = {1}, values = {6, 8, 10}, character = 31, charType = 'S', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras", "ScratchMarks"}},
    ["Wewnętrzne Leczenie"]               = {id = 197, techName ="Inner Healing", units = {1}, values = {10, 9, 8}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Wewnętrzna Siła"]                   = {id = 137, techName ="Inner Strength", units = {1}, values = {10, 9, 8}, character = 18, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "DeepWound", "Healing", "Lockers", "Totems"}}, 
    ["Podstępność"]                       = {id = 12, techName ="Insidious", units = {1}, values = {4, 3, 2}, charType = 'K', tags = {"Deception", "Stealth", "Undetectable"}},
    ["Invocation: Treacherous Crows"] = {id = 289, techName ="Invocation: Treacherous Crows", 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"}},
    ["Inwokacja: Tkające Pająki"]         = {id = 268, techName ="Invocation: Weaving Spiders", 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"}},
    ["Żelazny Chwyt"]                     = {id = 13, techName ="Iron Grasp", units = {4}, values = {4, 8, 12}, charType = 'K', tags = {"ActionTime", "Carrying", "Wiggle"}},
    ["Żelazna Dziewica"]                  = {id = 116, techName ="Iron Maiden", units = {4}, values = {30, 40, 50}, character = 14, charType = 'K', level = 40, prestige = 3, tags = {"ActionSpeed", "AuraFlareUp", "Exposed", "Lockers", "LoudNoiseNotifications"}},
    ["Żelazna Wola"]                      = {id = 41, techName ="Iron Will", units = {4}, values = {80, 90, 100}, character = 4, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"Exhausted", "GruntsOfPain", "Stealth"}},
    ["Wstrząs"]                           = {id = 192, techName ="Jolt", units = {4}, values = {6, 7, 8}, charType = 'K', tags = {}, unused = true, retired = true},
    ["Knock Out"]                      = {id = 87, techName ="Knock Out", units = {3}, values = {32, 24, 16}, character = 9, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"Auras", "Blindness", "Deafened", "MovementSpeed", "RecoverySpeed"}},
    ["Pokrewieństwo (Kindred)"]           = {id = 22, techName ="Kindred", units = {3}, values = {8, 12, 16}, charType = 'S', patch = "3.4.0", tags = {"Auras", "KillerAura", "Hooks"}},
    ["Pokrewieństwo (Kinship)"]           = {id = 199, techName ="Kinship", units = {1}, values = {26, 30, 34}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Ospały Dotyk"]                      = {id = 272, techName ="Languid Touch", 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, techName ="Last Standing",   units = {4, 4}, values = {7.5, 15, 25, 22.5, 45, 75}, charType = 'S', unused = true, tags = {"ActionSpeed"}},
    ["Lider"]                             = {id = 34, techName ="Leader", 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"}},
    ["Porzucony"]                         = {id = 72, techName ="Left Behind", units = {3}, values = {24, 28, 32}, character = 8, charType = 'S', level = 30, prestige = 1, patch = "3.2.0", tags = {"Auras", "Hatch"}, multiName = true},
    ["Śmiertelny Pościg"]                 = {id = 177, techName ="Lethal Pursuer", units = {1}, values = {7, 8, 9}, character = 24, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"Auras"}},
    ["Przewaga"]                          = {id = 236, techName ="Leverage", 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"}},
    ["Zrodzony w Świetle"]                = {id = 58, techName ="Lightborn", units = {1}, values = {6, 8, 10}, character = 3, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "BlindingResistance"}},
    ["Lekki Krok"]                        = {id = 257, techName ="Light-Footed", units = {1}, values = {28, 24, 20}, character = 39, charType = 'S', level = 35, prestige = 2, patch = "7.2.0", tags = {"Stealth"}},
    ["Lekkość"]                           = {id = 23, techName ="Lightweight", units = {1}, values = {3, 4, 5}, spawnChance = "-60 %", charType = 'S', patch = "6.1.0", tags = {"ScratchMarks", "Stealth"}},
    ["Gibkość"]                           = {id = 77, techName ="Lithe", units = {1}, values = {60, 50, 40}, haste = "+50 %", duration = "3 seconds", character = 9, charType = 'S', level = 35, prestige = 2, patch = "2.6.0", tags = {"Exhausted", "Haste", "Pallets", "Vaulting"}},
    ["Low Profile"]                  = {id = 225, techName ="Low Profile", units = {1}, values = {70, 80, 90}, character = 32, charType = 'S', level = 40, prestige = 3, patch = "6.2.0", tags = {"PoolsOfBlood", "ScratchMarks"}},
    ["Łut Szczęścia"]                     = {id = 144, techName ="Lucky Break", units = {1}, values = {40, 50, 60}, character = 20, charType = 'S', level = 30, prestige = 1, patch = "6.1.0", tags = {"PoolsOfBlood", "ScratchMarks", "Stealth"}},
    ["Lucky Star"]                   = {id = 258, techName ="Lucky Star", 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"}},
    ["Machine Learning"]             = {id = 246, techName ="Machine Learning", 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"}},
    ["Mad Grit"]                     = {id = 115, techName ="Mad Grit", units = {1}, values = {2, 3, 4}, character = 14, charType = 'K', level = 35, prestige = 2, tags = {"ActionPause", "AttackCooldown", "Carrying", "Wiggle"}},
    ["Made for This"]                = {id = 248, techName ="Made for This", 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"}},
    ["Dokonaj Wyboru"]                    = {id = 98, techName ="Make Your Choice", units = {1}, values = {40, 50, 60}, character = 11, charType = 'K', level = 40, prestige = 3, tags = {"Exposed", "Hooks", "LoudNoiseNotifications"}},
    ["Bezlitosny Sztorm"]                 = {id = 209, techName ="Merciless Storm", units = {1}, values = {16, 18, 20}, character = 27, charType = 'K', level = 40, prestige = 3, tags = {"Generator", "SkillChecks"}},
    ["Ludzki Zapał"]                      = {id = 128, techName ="Mettle of Man", units = {3}, values = {12, 14, 16}, character = 17, charType = 'S', patch = "6.1.2 / 6.1.3", level = 40, prestige = 3, tags = {"Auras", "Obsession", "ProtectionHits"}},
    ["Osłabienie Woli"]                   = {id = 133, techName ="Mindbreaker", units = {1}, values = {3, 4, 5}, character = 17, charType = 'K', level = 35, prestige = 2, tags = {"Blindness", "Exhausted", "Generators"}},
    ["Mirrored Illusion"]            = {id = 274, techName ="Mirrored Illusion", units = {1}, values = {40, 50, 60}, character = 42, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Chests", "ExitGates", "Generators", "Totems"}},
    ["Moment of Glory"]              = {id = 285, techName ="Moment of Glory", units = {1}, values = {80, 70, 60}, character = 44, charType = 'S', level = 35, prestige = 2, patch = "8.2.0", tags = {"AutoHeal", "Broken", "Chests", "Healing"}},
    ["Bestialska Obserwacja"]             = {id = 80, techName ="Monitor & Abuse", units = {3, 3}, values = {6, 7, 8, 12, 14, 16}, character = 7, charType = 'K', level = 35, prestige = 2, patch = "7.5.0", tags = {"TerrorRadius"}},
    ["Nemezis"]                           = {id = 143, techName ="Nemesis", units = {1}, values = {40, 50, 60}, character = 18, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Blinding", "Lockers", "Oblivious", "Obsession", "Pallets", "KillerStun"}, multiName = true},
    ["Bez Biadolenia"]                    = {id = 83, techName ="No Mither", units = {4, 4}, values = {25, 50, 75, 15, 20, 25}, character = 10, charType = 'S', level = 40, prestige = 3, patch = "5.3.0", tags = {"Broken", "GruntsOfPain", "PoolsOfBlood", "Recovering", "Stealth"}},
    ["Nikt Nie Zostaje w Tyle"]           = {id = 24, techName ="No One Left Behind", units = {4}, values = {50, 75, 100}, haste = "+10 %", bonus = "+5 seconds", charType = 'S', patch = "8.4.0", tags = {"ActionSpeed", "Auras", "EffectDuration", "ExitGates", "Haste", "HealingProficiency"}},
    ["No Quarter"]                   = {id = 288, techName ="No Quarter", 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"}},
    ["Bez Wyjścia"]                       = {id = 173, techName ="No Way Out", units = {1, 1}, values = {6, 9, 12, 36, 48, 60}, character = 23, charType = 'K', level = 40, prestige = 3, tags = {"ExitGates", "GateSwitchBlocker", "LoudNoiseNotifications", "Tokens"}},
    ["Nowhere to Hide"]              = {id = 229, techName ="Nowhere to Hide", units = {1}, values = {3, 4, 5}, character = 30, charType = 'K', patch = "6.4.0", level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Obiekt Obsesji"]                    = {id = 49, techName ="Object of Obsession", 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"}},
    ["Nieoficjalnie"]                    = {id = 150, techName ="Off the Record", 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"}},
    ["Otwarte Karty"]                     = {id = 67, techName ="Open-Handed", units = {3}, values = {8, 12, 16}, character = 7, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Vision"}},
    ["Opresja"]                           = {id = 166, techName ="Oppression", units = {1}, values = {60, 50, 40}, character = 22, charType = 'K', level = 35, prestige = 2, patch = "8.1.0", tags = {"Generators", "Regression", "SkillChecks"}},
    ["Overcome"]                     = {id = 204, techName ="Overcome", units = {1}, values = {60, 50, 40}, character = 29, charType = 'S', level = 30, prestige = 1, tags = {"MovementSpeed", "Exhausted"}},
    ["Overconfidence"]               = {id = 4, techName ="Overconfidence",   charType = 'S', unused = true},
    ["Overcharge"]                   = {id = 79, techName ="Overcharge", units = {4}, values = {2, 3, 4}, character = 7, charType = 'K', level = 40, prestige = 3, patch = "6.7.0", tags = {"Generators", "Regression", "RegressionPenalty", "RegressionSpeed", "SkillChecks"}},
    ["Przytłaczająca Obecność"]           = {id = 78, techName ="Overwhelming Presence", units = {4}, values = {80, 90, 100}, character = 7, charType = 'K', level = 30, prestige = 1, tags = {"Efficiency", "TerrorRadius"}},  
    ["Nadgorliwość"]                      = {id = 219, techName ="Overzealous", 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"}},
    ["Ojcowskie Wskazówki"]               = {id = 210, techName ="Parental Guidance", units = {1}, values = {5, 6, 7}, character = 30, charType = 'S', level = 30, prestige = 1, tags = {"ScratchMarks", "PoolsOfBlood", "GruntsOfPain"}},
    ["Farmacja"]                          = {id = 94, techName ="Pharmacy", 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"}},
    ["Baw Się Swoim Jedzeniem"]           = {id = 64, techName ="Play with Your Food", units = {4, 4}, values = {3, 4, 5, 9, 12, 15}, character = 5, charType = 'K', level = 35, prestige = 2, tags = {"Chase", "Haste", "Obsession", "Tokens"}}, 
    ["Zwrot Akcji"]                       = {id = 252, techName ="Plot Twist", 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"}},
    ["Instynkt Grabieżcy"]                = {id = 25, techName ="Plunderer's Instinct", units = {3}, values = {32, 48, 64}, chance = "+50 %", charType = 'S', patch = "8.4.0", tags = {"Auras", "Chests", "Items"}},
    ["Opanowanie"]                        = {id = 124, techName ="Poised", 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"}},
    ["Entliczek-Pentliczek"]              = {id = 104, techName ="Pop Goes the Weasel", units = {1}, values = {35, 40, 45}, penalty = "-20 %", character = 12, charType = 'K', level = 40, prestige = 3, patch = "8.0.0", tags = {"Generators", "Hooks", "RegressionPenalty"}},
    ["Energia Potencjalna"]               = {id = 232, techName ="Potential Energy", units = {1}, values = {12, 10, 8}, character = 34, charType = 'S', patch = "6.4.0", level = 30, prestige = 1, tags = {"Generators", "BonusProgression", "SkillChecks", "Tokens"}},
    ["Intensywna Walka"]                  = {id = 170, techName ="Power Struggle", units = {4}, values = {25, 20, 15}, character = 24, charType = 'S', level = 40, prestige = 3, tags = {"Pallets", "KillerStun", "Wiggle"}},
    ["Drapieżnik"]                        = {id = 55, techName ="Predator", units = {1}, values = {60, 50, 40}, duration = "4 seconds", character = 2, charType = 'K', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras"}},
    ["Przeczucie"]                        = {id = 26, techName ="Premonition", units = {1}, values = {60, 45, 30}, cone = "45 °", range = "36 metres", charType = 'S', patch = "2.6.2", tags = {"Warning"}},
    ["Wykaż Się"]                         = {id = 35, techName ="Prove Thyself", 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"}},
    ["Szybki Gambit"]                     = {id = 234, techName ="Quick Gambit", 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"}},
    ["Szybko i Cicho"]                    = {id = 43, techName ="Quick & Quiet", units = {1}, values = {30, 25, 20}, character = 2, charType = 'S', level = 30, prestige = 1, tags = {"Lockers", "LoudNoiseNotifications", "Pallets", "RepairingProficiency", "Stealth", "Vaulting"}},
    ["Uraza"]                             = {id = 110, techName ="Rancor", units = {1}, values = {5, 4, 3}, character = 13, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "AuraFlareUp", "Exposed", "Generators", "Killing", "Obsession", "LoudNoiseNotifications"}},
    ["Gwałtowna Brutalność"]              = {id = 253, techName ="Rapid Brutality", units = {1}, values = {8, 9, 10}, character = 33, charType = 'K', level = 30, prestige = 1, patch = "7.2.0", tags = {"Bloodlust", "Haste"}},
    ["Reaktywne Leczenie"]                = {id = 224, techName ="Reactive Healing", units = {4}, values = {40, 45, 50}, character = 32, charType = 'S', level = 35, prestige = 2, patch = "6.2.0", tags = {"BonusProgression", "Healing"}},
    ["Podniesienie na Duchu"]             = {id = 227, techName ="Reassurance", units = {1}, values = {20, 25, 30}, character = 33, charType = 'S', level = 35, prestige = 2, patch = "6.2.0", tags = {"ActionPause", "EntityProgression", "Hooks"}},
    ["Fałszywy Trop"]                     = {id = 151, techName ="Red Herring", units = {1}, values = {60, 50, 40}, character = 21, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Deception", "Generators", "Lockers", "LoudNoiseNotifications"}},
    ["Zapamiętaj Mnie"]                   = {id = 91, techName ="Remember Me", units = {1, 5}, values = {12, 18, 24, 2, 3, 4}, character = 10, charType = 'K', level = 35, prestige = 2, patch = "7.1.0", tags = {"ActionSpeed", "ExitGates", "Obsession"}},
    ["Drugi Oddech (Renewal)"]            = {id = 200, techName ="Renewal", units = {1}, values = {28, 24, 20}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Stłumiony Sojusz"]                  = {id = 158, techName ="Repressed Alliance", units = {1}, values = {55, 50, 45}, character = 22, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "GenBlocker", "Generators"}},
    ["Resztkowe Ukazanie"]                = {id = 218, techName ="Residual Manifest", units = {1}, values = {20, 25, 30}, character = 31, charType = 'S', level = 35, prestige = 2, tags = {"Blindness", "Chests", "Items", "KillerBlind"}},
    ["Zaradność"]                         = {id = 27, techName ="Resilience", units = {4}, values = {3, 6, 9}, charType = 'S', tags = {"ActionSpeed", "ExitGates", "HealingProficiency", "RepairingProficiency", "CleansingProficiency", "SabotageProficiency", "Vaulting", "Chests", "Totems", "Blessing"}},
    ["Odrodzenie"]                        = {id = 181, techName ="Resurgence", units = {4}, values = {50, 60, 70}, character = 26, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"BonusProgression", "Healing", "Hooks"}},
    ["Zapał Nowicjusza"]                  = {id = 185, techName ="Rookie Spirit", units = {7}, values = {5, 4, 3}, character = 27, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Generators", "SkillChecks"}},
    ["Najlepsze Zostaw na Koniec"]        = {id = 65, techName ="Save the Best for Last", units = {5, 4}, values = {6, 7, 8, 24, 28, 32}, character = 5, charType = 'K', level = 30, prestige = 1, patch = "7.5.0", tags = {"AttackCooldown", "Obsession", "Tokens"}},
    ["Sabotażysta"]                       = {id = 39, techName ="Saboteur", 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"}},
    ["Padlinożerca"]                      = {id = 249, techName ="Scavenger", units = {1}, values = {40, 35, 30}, character = 37, charType = 'S', level = 40, prestige = 3, patch = "7.0.0", tags = {"Chests", "Items", "SkillChecks", "Tokens"}},
    ["Partner Sceniczny"]                 = {id = 251, techName ="Scene Partner", 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"}},
    ["Hak Plagi: Przypływ Gniewu"]        = {id = 207, techName ="Scourge Hook: Floods of Rage", units = {1}, values = {5, 6, 7}, character = 27, charType = 'K', level = 30, prestige = 1, tags = {"ScourgeHooks", "Hooks", "Auras"}},
    ["Hak Plagi: Ofiarowany Ból"]         = {id = 188, techName ="Scourge Hook: Gift of Pain", units = {4}, values = {10, 13, 16}, character = 25, charType = 'K', level = 40, prestige = 3, patch = "7.6.0", tags = {"ActionSpeed", "Auras", "Haemorrhage", "HealingProficiency", "Hooks", "Mangled", "ScourgeHooks"}},
    ["Hak Plagi: Sztuczka Kata"]          = {id = 96, techName ="Scourge Hook: Hangman's Trick", 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"}},
    ["Scourge Hook: Jagged Compass"] = {id = 287, techName ="Scourge Hook: Jagged Compass", units = {1}, values = {6, 8, 10}, character = 38, charType = 'K', level = 35, prestige = 2, patch = "8.4.0", tags = {"Auras", "Generators", "Hooks", "ScourgeHooks"}},
    ["Hak Plagi: Potworna Świątynia"]     = {id = 14, techName ="Scourge Hook: Monstrous Shrine", units = {4}, values = {10, 15, 20}, charType = 'K', patch = "6.1.0", tags = {"ActionSpeed", "Basement", "EntityProgression", "Hooks", "ScourgeHooks"}},
    ["Hak Plagi: Rezonans Bólu"]          = {id = 202, techName ="Scourge Hook: Pain Resonance", units = {4}, values = {10, 15, 20}, character = 26, charType = 'K', level = 35, prestige = 2, patch = "8.0.0", tags = {"ScourgeHooks", "Hooks", "Auras", "Generators", "RegressionPenalty", "Regression"}},
    ["Drugi Oddech (Second Wind)"]        = {id = 140, techName ="Second Wind", units = {1}, values = {28, 24, 20}, character = 19, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "Healing", "Hooks"}},
    ["Samoświadomość"]                    = {id = 196, techName ="Self-Aware", units = {4}, values = {10, 15, 20}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Samoopatrywanie"]                   = {id = 38, techName ="Self-Care", units = {4}, values = {25, 30, 35}, character = 3, charType = 'S', level = 40, prestige = 3, patch = "6.1.0", tags = {"ActionSpeed", "Efficiency", "Healing", "HealingProficiency", "SelfHealing"}},
    ["Instynkt Samozachowawczy"]          = {id = 176, techName ="Self-Preservation", units = {1}, values = {6, 8, 10}, character = 25, charType = 'S', level = 40, prestige = 3, tags = {"PoolsOfBlood", "ScratchMarks", "Stealth"}},
    ["Zaraźliwy Dotyk"]                   = {id = 215, techName ="Septic Touch", units = {1}, values = {6, 8, 10}, character = 28, charType = 'K', level = 40, prestige = 3, tags = {"Healing", "TerrorRadius", "Blindness", "Exhausted"}},
    ["Zrodzony w Cieniu"]                 = {id = 56, techName ="Shadowborn", units = {4}, values = {6, 8, 10}, character = 2, charType = 'K', level = 40, prestige = 3, patch = "7.5.0", tags = {"Haste", "KillerBlind"}},
    ["Utracona Nadzieja"]                 = {id = 216, techName ="Shattered Hope", units = {1}, values = {6, 7, 8}, charType = 'K', tags = {"Auras", "BoonDestroyer", "Totems"}},
    ["Shoulder the Burden"]          = {id = 291, techName ="Shoulder the Burden", units = {1}, values = {30, 25, 20}, character = 45, charType = 'S', level = 40, prestige = 3, patch = "8.4.0", tags = {"Exposed", "HookStates", "Screams"}},
    ["Orientacja w Terenie"]              = {id = 195, techName ="Situational Awareness", units = {1}, values = {8, 9, 10}, charType = 'S', tags = {}, unused = true, retired = true},
    ["Śliskie Mięso"]                     = {id = 28, techName ="Slippery Meat", units = {4}, values = {2, 3, 4}, attempts = "+3", charType = 'S', patch = "4.3.0", tags = {"Chance", "EscapeAttempts", "Hooks"}},
    ["Niechlujny Rzeźnik"]                = {id = 15, techName ="Sloppy Butcher", units = {1, 4}, values = {70, 80, 90, 50, 75, 100}, charType = 'K', patch = "7.6.0", tags = {"Haemorrhage", "Mangled", "PoolsOfBlood"}},
    ["Drobna Gra"]                        = {id = 29, techName ="Small Game", units = {3, 1}, values = {8, 10, 12, 14, 12, 10}, charType = 'S', tags = {"KillerTraps", "Totems", "Warning"}},
    ["Przebój"]                           = {id = 175, techName ="Smash Hit", units = {1}, values = {30, 25, 20}, character = 25, charType = 'S', level = 35, prestige = 2, patch = "7.1.0", tags = {"Exhausted", "Haste", "Pallets", "KillerStun"}},
    ["Ostatnia Ocalała"]                  = {id = 50, techName ="Sole Survivor", 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"}},
    ["Solidarność"]                       = {id = 123, techName ="Solidarity", units = {4}, values = {50, 60, 70}, character = 16, charType = 'S', level = 30, prestige = 1, patch ="8.1.0", tags = {"Conversion", "Healing"}},
    ["Strażnik Duszy"]                    = {id = 156, techName ="Soul Guard", units = {1}, values = {4, 6, 8}, character = 22, charType = 'S', level = 30, prestige = 1, tags = {"ConspicuousActions", "Cursed", "DeepWound", "Endurance", "SelfRecovery"}},
    ["Specjalistka"]                      = {id = 279, techName ="Specialist", 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"}},
    ["Szpiedzy z Cienia"]                 = {id = 16, techName ="Spies from the Shadows", units = {3}, values = {20, 28, 36}, charType = 'K', level = 35, tags = {"LoudNoiseNotifications", "Crows"}},
    ["Dreszcz"]                           = {id = 30, techName ="Spine Chill", 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"}},
    ["Duchowa Furia"]                     = {id = 108, techName ="Spirit Fury", units = {8}, values = {4, 3, 2}, character = 13, charType = 'K', level = 30, prestige = 1, tags = {"Pallets"}},
    ["Sprint"]                            = {id = 44, techName ="Sprint Burst", units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 35, prestige = 2, tags = {"Exhausted", "Haste"}},
    ["Nadzór"]                            = {id = 101, techName ="Stake Out", units = {5}, values = {2, 3, 4}, character = 12, charType = 'S', level = 40, prestige = 3, tags = {"SkillChecks", "TerrorRadius", "Tokens"}},
    ["Oczarowanie"]                       = {id = 171, techName ="Starstruck", units = {1}, values = {26, 28, 30}, character = 23, charType = 'K', level = 30, prestige = 1, tags = {"TerrorRadius", "Exposed"}},
    ["Nieruchomy Wzrok"]                  = {id = 276, techName ="Still Sight", units = {1}, values = {6, 5, 4}, character = 42, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Auras", "Chests", "Generators"}},
    ["Wiedza Uliczna"]                    = {id = 47, techName ="Streetwise", units = {4}, values = {15, 20, 25}, patch = "3.0.0", character = 5, charType = 'S', level = 40, prestige = 3, tags = {"Efficiency"}},
    ["Siła w Cieniu"]                     = {id = 269, techName ="Strength in Shadows", 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, techName ="Stridor", 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"}},
    ["Ponadprzeciętna Anatomia"]          = {id = 220, techName ="Superior Anatomy", units = {4}, values = {30, 35, 40}, character = 29, charType = 'K', level = 30, prestige = 1, patch = "6.2.0", tags = {"ActionSpeed", "Pallets", "Vaulting", "VaultLocations"}},
    ["Skok Napięcia"]                     = {id = 132, techName ="Surge", units = {4}, values = {6, 7, 8}, character = 17, charType = 'K', level = 30, prestige = 1, tags = {"Generators", "Regression", "RegressionPenalty"}},
    ["Inwigilacja"]                       = {id = 97, techName ="Surveillance", units = {1}, values = {8, 12, 16}, character = 11, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Generators"}},
    ["Praca Zespołowa: Wspólne Skradanie"] = {id = 242, techName ="Teamwork: Collective Stealth", 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"}},
    ["Praca Zespołowa: Moc Dwójki"]       = {id = 239, techName ="Teamwork: Power of Two", 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"}},
    ["Technik"]                        = {id = 75, techName ="Technician", units = {4}, values = {5, 4, 3}, character = 9, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Generators", "RegressionPenalty", "SkillChecks", "LoudNoiseNotifications"}},
    ["Wytrwałość"]                        = {id = 99, techName ="Tenacity", units = {4}, values = {30, 40, 50}, character = 12, charType = 'S', level = 30, prestige = 1, patch = "6.1.0", tags = {"GruntsOfPain", "MovementSpeed", "Recovering"}},
    ["Terminus"]                       = {id = 222, techName ="Terminus", units = {1}, values = {20, 25, 30}, character = 29, charType = 'K', level = 40, prestige = 3, patch = "6.2.0", tags = {"Broken", "ExitGates"}},
    ["Zwierzę Terytorialne"]              = {id = 84, techName ="Territorial Imperative", units = {1}, values = {4, 5, 6}, character = 8, charType = 'K', level = 35, prestige = 2, patch = "7.1.0", tags = {"Auras", "Basement"}},
    ["Tanatofobia"]                       = {id = 61, techName ="Thanatophobia", 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"}},
    ["To Się Nie Dzieje"]                 = {id = 31, techName ="This Is Not Happening", units = {4}, values = {10, 20, 30}, charType = 'S', tags = {"SkillCheckDifficulty", "SkillChecks"}},
    ["Dreszczyk Emocji"]                  = {id = 130, techName ="Thrilling Tremors", units = {1}, values = {100, 80, 60}, character = 16, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "GenBlocker", "Generators"}},
    ["THWACK!"]                      = {id = 235, techName ="THWACK!", 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 = {"BreakableWalls", "Hooks", "LoudNoiseNotifications", "Pallets", "Screams", "Tokens"}},
    ["Majsterkowicz"]                     = {id = 59, techName ="Tinkerer", 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, techName ="Tough Runner",   charType = 'S', unused = true},
    ["Szlak Udręki"]                      = {id = 154, techName ="Trail of Torment", units = {1}, values = {60, 45, 30}, character = 20, charType = 'K', level = 35, prestige = 2, patch = "8.1.0", tags = {"Auras", "Deception", "Generators", "Stealth", "Undetectable"}},
    ["Troubleshooter"]               = {id = 247, techName ="Troubleshooter", units = {1, 1}, values = {4, 5, 6, 6, 8, 10}, character = 37, charType = 'S', level = 30, prestige = 1, patch = "7.0.0", tags = {"Auras", "Chase", "Generators", "Pallets"}},
    ["Uwolniony"]                         = {id = 265, techName ="Unbound", units = {1}, values = {24, 27, 30}, character = 35, charType = 'K', level = 30, prestige = 1, patch = "7.6.0", tags = {"Haste", "InjuredState", "Vaulting", "Windows"}},
    ["Underperform"]                 = {id = 6, techName ="Underperform",   charType = 'K', unused = true},
    ["Cofnięty"]                          = {id = 267, techName ="Undone", units = {5}, values = {18, 24, 30}, character = 35, charType = 'K', level = 40, prestige = 3, patch = "7.6.0", tags = {"Generators", "GenBlocker", "Regression", "SkillChecks", "Tokens"}},
    ["Nieprzewidziane"]                   = {id = 266, techName ="Unforeseen", units = {1}, values = {22, 26, 30}, character = 35, charType = 'K', level = 35, prestige = 2, patch = "7.6.0", tags = {"Generators", "TerrorRadius", "Undetectable"}},
    ["Broń Doskonała"]                    = {id = 255, techName ="Ultimate Weapon", units = {1}, values = {80, 70, 60}, character = 33, charType = 'K', level = 40, prestige = 3, patch = "7.7.1", tags = {"Blindness", "Lockers", "LoudNoiseNotifications"}},
    ["Niepokojąca Obecność"]              = {id = 53, techName ="Unnerving Presence", units = {4}, values = {40, 50, 60}, character = 1, charType = 'K', level = 30, prestige = 1, tags = {"SkillCheckDifficulty", "SkillCheckProbability", "SkillChecks", "TerrorRadius", "TriggerOdds"}},
    ["Niezłomność"]                       = {id = 74, techName ="Unbreakable", units = {4}, values = {25, 30, 35}, character = 8, charType = 'S', level = 40, prestige = 3, tags = {"Recovering", "RecoverySpeed", "SelfRecovery"}},
    ["Bezlitosny"]                        = {id = 17, techName ="Unrelenting", units = {4}, values = {20, 25, 30}, charType = 'K', tags = {"AttackCooldown"}},
    ["Podnieść Stawkę"]                   = {id = 68, techName ="Up the Ante", units = {4, 4}, values = {1, 2, 3, 3, 6, 9}, character = 7, charType = 'S', level = 35, prestige = 2, tags = {"Chance", "EscapeAttempts"}},
    ["Skrytość"]                          = {id = 46, techName ="Urban Evasion", units = {4}, values = {90, 95, 100}, character = 5, charType = 'S', level = 35, prestige = 2, tags = {"Crouching", "MovementSpeed"}},
    ["Czuwanie"]                          = {id = 95, techName ="Vigil", units = {4}, values = {20, 25, 30}, character = 11, charType = 'S', level = 40, prestige = 3, tags = {"Blindness", "Broken", "Exposed", "Exhausted", "Haemorrhage", "Hindered", "Mangled", "Oblivious", "RecoverySpeed"}},
    ["Wizjoner"]                          = {id = 162, techName ="Visionary", units = {1}, values = {20, 18, 16}, character = 23, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
    ["Pobudka!"]                          = {id = 93, techName ="Wake Up!", units = {4}, values = {15, 20, 25}, character = 11, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "Auras", "ExitGates"}},
    ["Damy Radę"]                         = {id = 32, techName ="We'll Make It", units = {1}, values = {30, 60, 90}, charType = 'S', tags = {"ActionSpeed", "Healing", "HealingProficiency"}},
    ["Będziemy Żyć Wiecznie"]             = {id = 81, techName ="We're Gonna Live Forever", 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"}},
    ["Dostrojenie Splotu"]                = {id = 271, techName ="Weave Attunement", 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"}},
    ["Szepty"]                            = {id = 18, techName ="Whispers", units = {3}, values = {48, 40, 32}, charType = 'K', tags = {"Warning"}},
    ["Nikczemny"]                         = {id = 270, techName ="Wicked", units = {1}, values = {16, 18, 20}, character = 41, charType = 'S', level = 40, prestige = 3, patch = "7.6.0", tags = {"Auras", "Basement", "Chance", "EscapeAttempt", "Hooks"}},
    ["Ostatnia Szansa"]                   = {id = 106, techName ="Windows of Opportunity", units = {3}, values = {24, 28, 32}, character = 13, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "BreakableWalls", "Pallets", "VaultLocations"}},
    ["Podsłuch"]                          = {id = 223, techName ="Wiretap", 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"}},
    ["Taktyka Zanshin"]                   = {id = 141, techName ="Zanshin Tactics", 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"}}
}
p.perksCount = #p.perks

p.powers = {
    ["Bear Trap"]             =     {killer = 1, haste = "+7.5 %", patch = "7.3.1", tags = {"Auras", "AutoDamage", "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, exposed = "60 seconds", patch = "8.4.1", 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"}},
    ["Dream Demon"]           =     {killer = 10, hindered = "-15 %", patch = "4.7.0", tags = {"AlarmClocks", "DreamWorld", "Hindered", "Husk", "Invisibility", "Lullaby", "Oblivious", "SkillChecks", "SleepPenalty", "Teleportation", "TerrorRadius"}},
    ["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 = "6.4.0", 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"}},
    ["Of the Abyss"]          =     {killer = 17, undetectable = "5 seconds", patch = "8.4.1", tags = {"BreakableWalls", "KillerInstinct", "Pallets", "Portals", "Oblivious", "Shred", "Undetectable"}},
    ["Yamaoka's Wrath"]       =     {killer = 18, patch = "3.5.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"}},
    ["Blood Bond"]            =     {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, hindered = "-20 %", patch = "8.2.0", tags = {"BreakableWalls", "Contamination", "HeadOn", "Firecrackers", "FlashGrenades", "Flashlights", "Hindered", "KillerInstinct", "Pallets", "SupplyCases", "Vaccine", "Zombies"}},
    ["Summons of Pain"]       =     {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, hindered = "-4 %", patch = "8.4.0", tags = {"Dash", "FirstAidSpray", "GateBlocker", "Hindered", "Infection", "KillerInstinct", "Pallets", "Slam", "SupplyCases", "Tokens", "Vaulting", "Windows"}},
    ["Guardia Compagnia"]     =     {killer = 30, haste = {"+5 %", "+50 %"}, patch = "8.2.0", tags = {"BreakableWalls", "DeepWound", "Endurance", "Generators", "Guards", "Haste", "Hunt", "GuardOrder", "Pallets", "Patrol", "PatrolPath", "PoolsOfBlood", "ScratchMarks", "Standard"}},
    ["Eyes in the Sky"]       =     {killer = 31, haste = "+5 %", hindered = "-10 %", patch = "8.3.2", tags = {"Auras", "AutoDamage", "Broken", "ClawTraps", "DeepWound", "Drones", "Haste", "Hindered", "KillerInstinct", "Undetectable"}},
    ["Quantum Instantiation"] =     {killer = 32, haste = "+3 %", patch = "8.1.1", tags = {"ActionSpeed", "Biopods", "BreakableWalls", "EMP", "KillerInstinct", "KillerStun", "Haste", "OverclockMode", "Pallets", "Slipstream", "SupplyCases", "Teleportation", "Windows"}},
    ["Hidden Pursuit"]        =     {killer = 33, hindered = "-35 %", patch = "7.2.2", tags = {"AttackRange", "Auras", "ControlStation", "CrawlerMode", "Exhausted", "ExitGates", "Footsteps", "Hindered", "Incapacitated", "KillerInstinct", "KillerStun", "TerrorRadius", "Tunnels", "Turrets"}},
    ["Playtime's Over"]       =     {killer = 34, patch = "8.4.1", tags = {"Footfalls", "Hallucinations", "Pallets", "Scamper", "Undetectable", "Windows"}},
    ["UVX"]                   =     {killer = 35, hindered = "-6 %", patch = "8.3.0", tags = {"ActionSpeed", "BlastArea", "Hallucinations", "Hindered", "KillerInstinct", "Projectile", "Props", "Teleportation", "Weakened"}},
    ["Vile Darkness"]         =     {killer = 36, haste = {"+7 %", "+25 %"}, patch = "8.4.0", tags = {"Auras", "AutoDamage", "EyeOfVecna", "HandOfVecna", "Haste", "Invisibility", "KillerInstinct", "Levitation", "Lockers", "LoudNoiseNotifications", "MiniMori", "Pallets", "Teleportation", "TreasureChests", "Windows"}},
    ["Vampiric Shift"]        =     {killer = 37, haste = "+4.35 %", patch = "8.4.0", tags = {"Invisibility", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "ScentOrbs", "ScratchMarks", "ShapeShifting", "Teleportation", "Tracking", "Undetectable"}},
    ["Scent of Blood"]        =     {killer = 38, hindered = "-10 %", durationHindered = "5 seconds", patch = "8.4.2", tags = {"DeepWound", "Endurance", "GateBlocker", "GruntsOfPain", "Hindered", "HoundSense", "Incapacitated", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "SearchPath"}},
}
p.powersCount = #p.powers

return p