Module:Datatable/Loadout

De Wiki Dead by Daylight
Aller à la navigation Aller à la recherche

La documentation pour ce module peut être créée à Module:Datatable/Loadout/doc

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] = "Inutilisé",
	[1] = "Clés",
	[2] = "Pétards",
	[3] = "Lampes de Poche",
	[4] = "Limité",
	[5] = "Cartes",
	[6] = "Trousses de Soins",
	[7] = "Boîtes à Outils",
}
-----------
-- UNITS --
-----------
p.units = {
	{id = 1, value = "secondes"},
	{id = 2, value = "seconde(s)"}, -- currently only used on BATTERIES INCLUDED (7.7.0)
	{id = 3, value = "mètres"},
	{id = 4, value = "%"}, -- percent symbol: %
	{id = 5, value = "jetons"},
	{id = 6, value = "jeton(s)"}, -- currently only used on 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 = "fois"}, -- 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 = 'secondes'},
	{id = {4}, generic = 'pour cent'},
}

p.skills = {
    --Don Innés
    ["Don Inné (Piégeur)"]          = {class = 0, slot = 1, charType = 'K', character = 1,  displayName = "Don Inné", realName = "Piégeur Passive", multiName = true, capacity = 4, bearTraps = 8, haste = "+15 %", settingSpeed = "+50 %", escapeTime = "+25 %", auraRange = "8 mètres", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "Auras", "BearTraps", "Haste", "PowerCapacity"}},
    ["Don Inné (Spectre)"]          = {class = 0, slot = 1, charType = 'K', character = 2,  displayName = "Don Inné", realName = "Spectre Passive", multiName = true, powerActionTime = "-22 %", cloakedActionSpeed = "+60 %", cloakedMovementSpeed = "+9 %", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "Breaking", "BreakableWalls", "Cloaking", "Damaging", "Generators", "MovementSpeed", "Pallets", "Uncloaking", "Vaulting", "Windows"}},
    ["Don Inné (Montagnard)"]       = {class = 0, slot = 1, charType = 'K', character = 3,  displayName = "Don Inné", realName = "Montagnard Passive", multiName = true, turnSpeed = "+30 %", obstacleCooldown = "-12 %", tags = {"InnateSkill", "Class_Killer", "PowerPenalty", "TurnRate"}},
    ["Don Inné (Infirmière)"]       = {class = 0, slot = 1, charType = 'K', character = 4,  displayName = "Don Inné", realName = "Infirmière Passive", multiName = true, lungeDuration = "+30 %", lungeChainBlinkRange = "+30 %", fatigueDuration = "-7 %", fatigueChainBlinkDuration = "-65 %", fatigueMissedDuration = "-0.5 secondes", chainBlinkWindowSpeed = "+30 %", chainBlinkWindowDuration = "+0.2 secondes", tags = {"InnateSkill", "Class_Killer", "ActionSpeed", "ActionTime", "AttackRange", "ExtendedAbility", "Fatigue", "Lunge", "PowerPenalty"}},
    ["Don Inné (Chasseuse)"]        = {class = 0, slot = 1, charType = 'K', character = 8,  displayName = "Don Inné", realName = "Chasseuse Passive", multiName = true, capacity = 10, speedBonus = "+4.35 %", speedResult = "4.6 m/s", reload = "-20 %", windUp = "+5 %", tags = {"InnateSkill", "Class_Killer", "ActionTime", "ActionSpeed", "ExtendedAbility", "Lockers", "MovementSpeed", "PowerCapacity", "Reloading"}},
    ["Don Inné (Esprit)"]           = {class = 0, slot = 1, charType = 'K', character = 13, displayName = "Don Inné", realName = "Esprit Passive", multiName = true, powerDuration = "+3 secondes", powerRecharge = "+0.33 c/s", powerSpeed = "+0.2", tags = {"InnateSkill", "Class_Killer", "MovementSpeed", "PowerDuration", "PowerRecovery"}},
    ["Don Inné (Légion)"]           = {class = 0, slot = 1, charType = 'K', character = 14, displayName = "Don Inné", realName = "Légion Passive", multiName = true, powerDuration = "12 secondes", terrorRadius = "+20 mètres", feralSlashes = 8, tags = {"InnateSkill", "Class_Killer", "DoubleDamage", "ExtendedAbility", "PowerDuration", "PowerPenalty", "TerrorRadius"}},
    ["Don Inné (Ghost Face)"]       = {class = 0, slot = 1, charType = 'K', character = 16, displayName = "Don Inné", realName = "Ghost Face Passive", multiName = true, recoveryRate = "+15 %", stalkRate = "+10 %", speedBonus = "+10 %", exposed = "30 secondes", tags = {"InnateSkill", "Class_Killer", "Exposed", "MovementSpeed", "PowerDuration", "PowerPenalty"}},
    ["Don Inné (Oni)"]              = {class = 0, slot = 1, charType = 'K', character = 18, displayName = "Don Inné", realName = "Oni Passive", multiName = true, dashSpeed = "+15 %", dashTurn = "+20 %", dashActivation = "-10 %", passiveCharge = "+15 %", absorptionRange = "12 mètres", tags = {"InnateSkill", "Class_Killer", "ActionTime", "ExtendedAbility", "MovementSpeed", "TurnRate"}},
    ["Don Inné (Lance-mort)"]       = {class = 0, slot = 1, charType = 'K', character = 19, displayName = "Don Inné", realName = "Lance-mort Passive", multiName = true, reload = "-0.6 secondes", reeling = "+0.24 m/s", tags = {"InnateSkill", "Class_Killer", "Reeling", "Reloading"}},
    ["Don Inné (Fléau)"]            = {class = 0, slot = 1, charType = 'K', character = 21, displayName = "Don Inné", realName = "Fléau Passive", multiName = true, rushSpeed = "+1.3 m/s", rushTurnRate = "+0.2", slamDuration = "+0.75 secondes", tags = {"InnateSkill", "Class_Killer", "MovementSpeed", "PowerDuration", "Slam", "TurnRate"}},
    ["Don Inné (Ennemi Juré)"]      = {class = 0, slot = 1, charType = 'K', character = 24, displayName = "Don Inné", realName = "Ennemi Juré Passive", multiName = true, hindered = "3 secondes", losBonus = "+4 mètres", losResult = "18 mètres", fovBonus = "+18 °", fovResult = "226 °", respawn = "-7.5 secondes", bonusMR = "+175 %", tags = {"InnateSkill", "Class_Killer", "Contamination", "FOV", "Hindered", "LOS", "SupplyCases", "Zombies"}},
    ["Don Inné (Mastermind)"]       = {class = 0, slot = 1, charType = 'K', character = 29, displayName = "Don Inné", realName = "Mastermind Passive", multiName = true, tokens = 3, chargeTime = "-0.25 secondes", missedCooldown = "-1 seconde", boundVault = "-0.5 secondes", tags = {"InnateSkill", "Class_Killer", "ActionTime", "PowerPenalty", "PowerTokens", "Vaulting", "Windows"}},

    --Don de Révélations
    ["Don de Révélation (Fugitif)"]    = {class = 1, slot = 1, charType = 'S', displayName = "Don de Révélation", realName = "Runner Aura", multiName = true, range = "16 mètres", tags = {"RevealSkill", "Class_Escapist", "Auras", "Pallets", "Windows"}},
	["Don de Révélation (Guide)"]      = {class = 2, slot = 1, charType = 'S', displayName = "Don de Révélation", realName = "Mechanic Aura", multiName = true, generators = 4, range = "32 mètres", tags = {"RevealSkill", "Class_Guide", "Auras", "Generators"}},
	["Don de Révélation (Toubib)"]     = {class = 3, slot = 1, charType = 'S', displayName = "Don de Révélation", realName = "Medic Aura", multiName = true, range = "128 mètres", tags = {"RevealSkill", "Class_Medic", "Auras", "InjuredState", "Survivors"}},
	["Don de Révélation (Éclaireur)"]  = {class = 4, slot = 1, charType = 'S', displayName = "Don de Révélation", realName = "Scout Aura", multiName = true, duration = "6 secondes", tags = {"RevealSkill", "Class_Scout", "Auras", "Breaking", "Damaging", "Killers"}},
	["Don de Révélation (Brute)"]      = {class = 5, slot = 3, charType = 'K', displayName = "Don de Révélation", realName = "Relentless Pursuit", multiName = true, bonusRange = "+8 mètres", tags = {"RevealSkill", "Class_Brute", "Auras", "Damaging", "EffectRange", "Generators", "Revealed"}},
	["Don de Révélation (Enforcer)"]   = {class = 6, slot = 3, charType = 'K', displayName = "Don de Révélation", realName = "Remote Revelation", multiName = true, bonusDuration = "+4 secondes", tags = {"RevealSkill", "Class_Enforcer", "Auras", "Damaging", "EffectDuration", "Generators", "Revealed"}},
	["Don de Révélation (Fearmonger)"] = {class = 7, slot = 3, charType = 'K', displayName = "Don de Révélation", realName = "Haunting Presence", multiName = true, bonusDuration = "+4 secondes", tags = {"RevealSkill", "Class_Fearmonger", "Auras", "EffectDuration", "Generators", "Revealed"}},
	["Don de Révélation (Ombre)"]      = {class = 8, slot = 3, charType = 'K', displayName = "Don de Révélation", realName = "Detect Prey", multiName = true, bonusDuration = "+4 secondes", tags = {"RevealSkill", "Class_Shadow", "Auras", "EffectDuration", "Chase", "Revealed"}},

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

	--Don Déverrouillables
	["Don Déverrouillable (Fugitif)"]   = {class = 1, slot = 3, charType = 'S', displayName = "Don Déverrouillable", realName = "Autosuffisance", multiName = true, healingSpeed = "70 %", tags = {"UnlockableSkill", "Class_Escapist", "Healing", "Self-Healing"}},
	["Don Déverrouillable (Guide)"]     = {class = 2, slot = 3, charType = 'S', displayName = "Don Déverrouillable", realName = "Mechanic Team", multiName = true, repairCharge = "5 %", radius = "8 mètres", tags = {"UnlockableSkill", "Class_Guide", "Generators", "Repairing"}},
	["Don Déverrouillable (Toubib)"]    = {class = 3, slot = 3, charType = 'S', displayName = "Don Déverrouillable", realName = "Medic Unlock", multiName = true, tags = {"UnlockableSkill", "Class_Medic", "Auras", "InjuredState", "ScratchMarks", "Survivors"}},
	["Don Déverrouillable (Éclaireur)"] = {class = 4, slot = 3, charType = 'S', displayName = "Don Déverrouillable", realName = "Double-Dipping", multiName = true, speed = "+25 %", tags = {"UnlockableSkill", "Class_Scout", "GruntsOfPain", "InjuredState", "WalkingSpeed"}},
}
p.skillsCount = #p.skills

p.items = {
    --Clés--
    ["Clé Cassée"]                             = {id = 1,  rarity = 3,  category = 1, tags = {"Auras"}},
    ["Clé Terne"]                              = {id = 2,  rarity = 4,  category = 1, tags = {"Auras", "Hatch"}},
    ["Passe-Partout"]                          = {id = 3,  rarity = 5,  category = 1, tags = {"Auras", "Hatch"}},
    -- Pétards --
    ["Pétard Chinois"]                         = {id = 4,  rarity = 8,  category = 2, tags = {"Deafened", "KillerBlind", "KillerStun", "lunarEvent", "SurvivorBlind"}, deprecated = true},
    ["Cadeau de 3ème Anniversaire"]            = {id = 5,  rarity = 8,  category = 2, deprecated = true, tags = {"Deafened", "KillerBlind", "KillerStun", "SurvivorBlind"}},
    ["Pétard de la Fête de l'Hiver"]           = {id = 6,  rarity = 8,  category = 2, tags = {"Deafened", "KillerBlind", "KillerStun", "SurvivorBlind", "winterEvent"}, deprecated = true},
    -- Lampes de Poche --
    ["Lampe de Poche d'Anniversaire"]          = {id = 7,  rarity = 8,  category = 3, tags = {"anniversaryEvent", "KillerBlind"}, deprecated = true},
    ["Lampe de Poche (Objet)"]                 = {id = 8,  rarity = 2,  displayName = "Lampe de Poche", category = 3, tags = {"KillerBlind"}},
    ["Lampe de Poche de Mascarade"]            = {id = 9,  rarity = 8,  category = 3, tags = {"anniversaryEvent", "KillerBlind"}, deprecated = true},
    ["Lampe Torche de Sport"]                  = {id = 10, rarity = 3,  category = 3, tags = {"KillerBlind"}},
    ["Lampe de Poche Utilitaire"]              = {id = 11, rarity = 4,  category = 3, tags = {"KillerBlind"}},
    ["Feu Follet"]                             = {id = 12, rarity = 8,  category = 3, tags = {"halloweenEvent", "KillerBlind"}, deprecated = false},
    -- Limité --
    ["Spray de Premiers Secours"]              = {id = 13, rarity = 11, category = 4, tags = {"PowerCounter", "SupplyCases"}},
    ["Grenade Aveuglante (Objet)"]             = {id = 14, rarity = 12, displayName = "Grenade Aveuglante", category = 4, tags = {"Craftable", "Deafened", "KillerBlind", "KillerStun", "LoudNoiseNotifications", "SurvivorBlind"}},
    ["Configuration des Lamentations"]         = {id = 15, rarity = 11, category = 4, tags = {"Auras", "ChainHunt", "KillerInstinct", "PowerCounter", "Oblivious"}},
    ["Miroir de Poche"]                        = {id = 16, rarity = 11, category = 4, tags = {"Bloodpoints", "Glyphs"}},
    ["Vaccin"]                                 = {id = 17, rarity = 11, category = 4, tags = {"PowerCounter", "SupplyCases"}},
    ["Cassette VHS"]                           = {id = 18, rarity = 11, category = 4, patch = "7.5.0", tags = {"Auras", "Condemned", "PowerCounter", "TVs"}},
    ["IEM"]                                    = {id = 19, rarity = 11, category = 4, patch = "8.1.0", tags = {"Auras", "Hindered", "MovementSpeed", "PowerCounter", "SupplyCases"}},
    ["Tourelle de Flammes Portable"]           = {id = 20, rarity = 11, patch = "7.2.0", tags = {"Auras", "CrawlerMode", "Exhausted", "Hindered", "Incapacitated", "PowerCounter"}},
    ["Carte Magnétique"]                       = {id = 21, rarity = 11, category = 4, patch = "7.2.0", tags = {"EasterEgg"}},
    -- Cartes --
    ["Carte (Objet)"]                          = {id = 22, rarity = 3,  displayName = "Carte", category = 5, tags = {"Auras", "Chests", "Generators", "Totems", "Tracking"}},
    ["Carte Arc-en-ciel"]                      = {id = 23, rarity = 5,  category = 5, tags = {"Auras", "Chests", "Generators", "Hatch", "Hooks", "Totems", "Tracking"}},
    -- Trousses de Soins --
    ["Trousse de Soins d'Anniversaire"]        = {id = 24, rarity = 8,  category = 6, patch = "6.7.0", tags = {"anniversaryEvent", "HealingProficiency", "SelfHeal"}, deprecated = true},
    ["Boîte à Déjeuner d'Halloween"]           = {id = 25, rarity = 8,  category = 6, patch = "6.7.0", tags = {"halloweenEvent", "HealingProficiency", "SelfHeal"}},
    ["Trousse de Soins de Camping"]            = {id = 26, rarity = 1,  category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["Trousse de Soins d'Urgence"]             = {id = 27, rarity = 3,  category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["Trousse de Premiers Soins"]              = {id = 28, rarity = 2,  category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    ["Trousse de Soins de Mascarade"]          = {id = 29, rarity = 8,  category = 6, patch = "6.7.0", tags = {"anniversaryEvent", "HealingProficiency", "SelfHeal"}, deprecated = true},
    ["Trousse de Soins de Garde Forestier"]    = {id = 30, rarity = 4,  category = 6, patch = "6.7.0", tags = {"HealingProficiency", "SelfHeal"}},
    -- Boîtes à Outils --
    ["Boîte à Outils d'Anniversaire"]          = {id = 31, rarity = 8,  category = 7, tags = {"anniversaryEvent", "Generators", "RepairingProficiency"}},
    ["Boîte à Outils d'Alex"]                  = {id = 32, rarity = 4,  category = 7, tags = {"Generators", "RepairingProficiency", "SabotageProficiency"}},
    ["Boîte à Outils Spacieuse"]               = {id = 33, rarity = 3,  category = 7, tags = {"Generators", "RepairingProficiency"}},
    ["Boîte à Outils des Fêtes"]               = {id = 34, rarity = 8,  category = 7, tags = {"Generators", "lunarEvent", "RepairingProficiency"}},
    ["Boîte à Outils de Technicien"]           = {id = 35, rarity = 4,  category = 7, tags = {"Generators", "RepairingProficiency", "SabotageProficiency"}},
    ["Boîte à Outils de Mascarade"]            = {id = 36, rarity = 8,  category = 7, tags = {"anniversaryEvent", "Generators", "RepairingProficiency"}, deprecated = true},
    ["Boîte à Outils de Mécanicien"]           = {id = 37, rarity = 3,  category = 7, tags = {"Generators", "RepairingProficiency", "SabotageProficiency"}},
    ["Boîte à Outils (Objet)"]                 = {id = 38, rarity = 2,  displayName = "Boîte à Outils", category = 7, tags = {"Generators", "RepairingProficiency", "SabotageProficiency"}},
    ["Outils Usés"]                            = {id = 39, rarity = 1,  category = 7, tags = {"Generators", "RepairingProficiency"}},
    -- Objets Inutilisés--
    ["Piège"]                                  = {id = 40, rarity = 0,  category = 0, unused = true, tags = {}},
    -- Nouveaux Objets depuis la création de la base de données --
    ["Carte de Sens du Sang"]                  = {id = 41, rarity = 8,  category = 5, tags = {"Auras", "ExtendedAbility", "Chests", "Generators", "Hatch", "Hooks", "PoolsOfBlood", "Totems", "Tracking"}},
    ["Œil de Vecna"]                           = {id = 42, rarity = 11, category = 4, patch = "8.0.0", tags = {"Auras", "AutoDamage", "Haste", "Invisibility", "Killer Instinct", "Lockers"}, haste = "+25 %"},
    ["Main de Vecna"]                          = {id = 43, rarity = 11, category = 4, patch = "8.0.0", tags = {"AutoDamage", "Killer Instinct", "Lockers", "Teleportation"}},
    ["Miroir Fragile"]                         = {id = 44, rarity = 11, category = 4, tags = {"Bloodpoints", "Glyphs"}},
    ["Candélabre"]                             = {id = 45, rarity = 11, category = 4, patch = "8.2.0", radius = "32 mètres", duration = "15 secondes", tags = {"LightsOut"}},
    ["Lanterne"]                               = {id = 46, rarity = 11, category = 4, patch = "8.2.0", unused = true, tags = {"LightsOut"}},
    ["Cristal du Vide"]                        = {id = 47, rarity = 11, category = 4, patch = "8.3.1", tags = {"Event", "halloweenEvent", "Invisibility", "ScratchMarks", "Stealth"}},
    ["Antidote"]                               = {id =  48, rarity = 11, category = 4, patch = "8.5.1", tags = {"PowerCounter", "SupplyCases"}},
    ["Bidon de Sang"]                          = {id =  49, rarity = 11, category = 4, patch = "8.6.0", litres = "40 Litres", penaltyGround = "-0.5 L/s", penaltyRunning = "-0.7 L/s", penaltyToppled = "-20 Litres", linger = "10 secondes", tags = {"Event", "springEvent"}},
    ["Cristal du Brouillard"]                  = {id =  50, rarity = 11, category = 4, patch = "8.7.0", charge = "1 Charge", fogRadius = "4 mètres", AOE_min = "2 mètres", AOE_max = "6 mètres", AOE_grow = "1 seconde", AOE_linger = "8 secondes", AOE_shrink = "2 secondes", tags = {"gameMode", "Invisibility", "ScratchMarks", "Stealth"}},

}
p.itemsCount = #p.items

p.offerings = {
	["Plan Annoté"]                                              = {id = 1,          rarity = 1,                 tags = {"Hatch", "MapModifier"}},
	["Couronne de Corbeau Ardente"]                              = {id = 2,          rarity = 3, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
	["Couronne de Pie Ardente"]                                  = {id = 3,          rarity = 3, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
	["Couronne de Chouette Tachetée Ardente"]                    = {id = 4,          rarity = 3, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
	["Couronne de Tangara Ardente"]                              = {id = 5,          rarity = 3, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
	["Clé d'Azarov"]                                             = {id = 6,          rarity = 3,                 tags = {"AutohavenWreckers", "Realm"}},
	["Invitation au Barbecue"]                                   = {id = 7,          rarity = 8,                 tags = {"Bloodpoints", "Event", "summerEvent"}},
	["Statuette de Sel Noir"]                                    = {id = 8,          rarity = 3, charType = 'S', tags = {"AllSurvivors", "AllSurvivorsLuck", "Luck"}},
	["Écharde Noire"]                                            = {id = 9,          rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Parade Noire"]                                             = {id = 10,         rarity = 4, charType = 'K', tags = {"Ward"}},
	["Plan Ensanglanté"]                                         = {id = 11,         rarity = 1,                 tags = {"Auras", "Basement", "MapModifier"}},
	["Banderoles de Fête Sanglante"]                             = {id = 12,         rarity = 3,                 tags = {"AllCategories", "Bloodpoints", "AllPlayers"}},
	["Enveloppe Attachée"]                                       = {id = 13,         rarity = 3, charType = 'S', tags = {"AllCategories", "AllSurvivors", "Bloodpoints"}},
	["Sachet de Kalmia Pâle"]                                    = {id = 14,         rarity = 1, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
	["Écharde Osseuse"]                                          = {id = 15,         rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Étiquette à Bétail - 28"]                                  = {id = 16,         rarity = 1,                 tags = {"ColdwindFarm", "Realm"}, retired = true},
	["Étiquette à Bétail de Coldwind - 81"]                      = {id = 17,         rarity = 2,                 tags = {"ColdwindFarm", "Realm"}, retired = true},
	["Pochette de Craie"]                                        = {id = 18,         rarity = 1, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
	["Photo de Mariage Calcinée"]                                = {id = 19,         rarity = 3,                 tags = {"CrotusPrennAsylum", "Realm"}},
	["Livre pour Enfants"]                                       = {id = 20,         rarity = 2,                 tags = {"Realm", "RedForest"}, retired = true},
	["Réactif Transparent"]                                      = {id = 21,         rarity = 1,                 tags = {"Fog", "MapModifier"}},
	["Pochette de Craie Crème"]                                  = {id = 22,         rarity = 2, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
	["Bouquet de Croissant de Lune"]                             = {id = 23,         rarity = 2,                 tags = {"Moonlight", "MapModifier"}, retired = true},
	["Sachet de Feuilles d'Amarante"]                            = {id = 24,         rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
	["Œil de Corbeau"]                                           = {id = 25,         rarity = 3,                 tags = {"ForsakenBoneyard", "Realm"}},
	["Graine Maudite"]                                           = {id = 26,         rarity = 8,                 tags = {"Bloodpoints", "Event", "halloweenEvent"}, notAvailable = true},
	["Pièce de Monnaie Coupée"]                                  = {id = 27,         rarity = 4, charType = 'K', tags = {"Chest", "MapModifier"}},
	["Memento Mori en Cyprès"]                                   = {id = 28,         rarity = 2, charType = 'K', patch = "8.3.0", tags = {"Mori"}, secret = true},
	["Photo Abimée"]                                             = {id = 29,         rarity = 3,                 tags = {"Ormond", "Realm"}},
	["Bardeau Décrépit"]                                         = {id = 30,         rarity = 2,                 tags = {"Haddonfield", "Realm"}, retired = true},
	["Couronne de Corbeau Dévote"]                               = {id = 31,         rarity = 2, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
	["Couronne de Pie Dévote"]                                   = {id = 32,         rarity = 2, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
	["Couronne de Chouette Tachetée Dévote"]                     = {id = 33,         rarity = 2, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
	["Couronne de Tangara Dévote"]                               = {id = 34,         rarity = 2, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
	["Bouteille Brisée"]                                         = {id = 35,         rarity = 3,                 tags = {"GraveOfGlenvale", "Realm"}},
	["Memento Mori en Ébène"]                                    = {id = 36,         rarity = 5, charType = 'K', patch = "8.3.0", tags = {"Mori"}, secret = true},
	["Certificat d'Urgence"]                                     = {id = 37,         rarity = 1,                 tags = {"LérysMemorialInstitute", "Realm"}, retired = true},
	["Gâteau de Fuite"]                                          = {id = 38,         rarity = 2, charType = 'S', tags = {"AllCategories", "Bloodpoints", "Personal"}},
	["Réactif Faible"]                                           = {id = 39,         rarity = 1,                 tags = {"Fog", "MapModifier"}},
	["Kalmia Pâle Parfumé"]                                      = {id = 40,         rarity = 3, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
	["Feuille d'Amarante Parfumée"]                              = {id = 41,         rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
	["Primevère en Fleur Parfumée"]                              = {id = 42,         rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
	["Œillets de Poète Fragrants"]                               = {id = 43,         rarity = 3, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
	["Kalmia Pâle Frais"]                                        = {id = 44,         rarity = 2, charType = 'S', tags = {"Bloodpoints", "Objectives", "Personal"}},
	["Feuille d'Amarante Fraîche"]                               = {id = 45,         rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Survival"}},
	["Primevère en Fleurs Fraîche"]                              = {id = 46,         rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
	["Œillets de Poète Frais"]                                   = {id = 47,         rarity = 2, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
	["Flan Effrayant"]                                           = {id = 48,         rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
	["Bouquet de Pleine Lune"]                                   = {id = 49,         rarity = 4,                 tags = {"Moonlight", "MapModifier"}, retired = true},
	["Cordage Fumant"]                                           = {id = 50,         rarity = 1,                 tags = {"BackwaterSwamp", "Realm"}, retired = true},
	["Panneau de Bienvenue Fumant"]                              = {id = 51,         rarity = 2,                 tags = {"BackwaterSwamp", "Realm"}, retired = true},
	["Gâteau Effrayant"]                                         = {id = 52,         rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
	["Écharde de Verre"]                                         = {id = 53,         rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Livre de Recettes de Grand-Mère"]                          = {id = 54,         rarity = 3,                 tags = {"BackwaterSwamp", "Realm"}},
	["Gâteau Repoussant"]                                        = {id = 55,         rarity = 8,                 tags = {"AllPlayers", "AllCategories", "anniversaryEvent", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
	["Brochure du Festival de la Moisson"]                       = {id = 56,         rarity = 1,                 tags = {"Haddonfield", "Realm"}, retired = true},
	["Carte d'Identification du Laboratoire National d'Hawkins"] = {id = 57,         rarity = 3,                 tags = {"HawkinsNationalLaboratory", "Realm"}},
	["Réactif Vaporeux"]                                         = {id = 58,         rarity = 2,                 tags = {"Fog", "MapModifier"}},
	["Médaillon en Cœur"]                                        = {id = 59,         rarity = 3,                 tags = {"ColdwindFarm", "Realm"}},
	["Cocon Vide"]                                               = {id = 60,         rarity = 2, charType = 'K', tags = {"AllCategories", "Bloodpoints"}},
	["Terreau Ichoreux"]                                         = {id = 61,         rarity = 3,                 tags = {"WitheredIsle", "Realm"}},
	["Pochette de Craie Ivoire"]                                 = {id = 62,         rarity = 3, charType = 'S', tags = {"Chance", "Personal", "PersonalLuck"}},
	["Memento Mori en Ivoire"]                                   = {id = 63,         rarity = 3, charType = 'K', patch = "8.3.0", tags = {"Mori"}, secret = true},
	["Pièce de Puzzle"]                                          = {id = 64,         rarity = 3,                 tags = {"GideonMeatPlant", "Realm"}},
	["Certificat de Démence"]                                    = {id = 65,         rarity = 1,                 tags = {"CrotusPrennAsylum", "Realm"}, retired = true},
	["Page du Registre de MacMillan"]                            = {id = 66,         rarity = 1,                 tags = {"TheMacMillanEstate", "Realm"}, retired = true},
	["Phalange de MacMillan"]                                    = {id = 67,         rarity = 3,                 tags = {"TheMacMillanEstate", "Realm"}},
	["Lettre de Mary"]                                           = {id = 68,         rarity = 3,                 tags = {"SilentHill", "Realm"}},
	["Chêne Moisi"]                                              = {id = 69,         rarity = 2, charType = 'K', tags = {"Hook", "MapModifier"}},
	["Écharde Boueuse"]                                          = {id = 70,         rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Réactif Trouble"]                                          = {id = 71,         rarity = 4,                 tags = {"Fog", "MapModifier"}},
	["Bouquet de Nouvelle Lune"]                                 = {id = 72,         rarity = 5,                 tags = {"Moonlight", "MapModifier"}, retired = true},
	["Billet de Folie de P. Elliott"]                            = {id = 73,         rarity = 2,                 tags = {"CrotusPrennAsylum", "Realm"}, retired = true},
	["Galet Peint"]                                              = {id = 74,         rarity = 1,                 tags = {"Realm", "RedForest"}, retired = true},
	["Chêne Pétrifié"]                                           = {id = 75,         rarity = 4, charType = 'S', tags = {"Hook", "MapModifier"}},
	["Sachet de Fleurs de Primevères"]                           = {id = 76,         rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Altruism"}},
	["Rapport d'Évaluation Psychiatrique"]                       = {id = 77,         rarity = 2,                 tags = {"LérysMemorialInstitute", "Realm"}, retired = true},
	["Pétales de Pustulas"]                                      = {id = 78,         rarity = 8,                 tags = {"Bloodpoints", "Event", "halloweenEvent"}, notAvailable = true},
	["Chêne Putride"]                                            = {id = 79,         rarity = 4, charType = 'K', tags = {"Hook", "MapModifier"}},
	["Bouquet de Quart de Lune"]                                 = {id = 80,         rarity = 2,                 tags = {"Moonlight", "MapModifier"}, retired = true},
	["Couronne de Corbeau"]                                      = {id = 81,         rarity = 1, charType = 'K', tags = {"Bloodpoints", "Deviousness"}},
	["Enveloppe Rouge"]                                          = {id = 82,         rarity = 8,                 tags = {"Bloodpoints", "Event", "lunarEvent"}},
	["Chêne Pourri"]                                             = {id = 83,         rarity = 3, charType = 'K', tags = {"Hook", "MapModifier"}},
	["Badge du RCPD"]                                            = {id = 84,         rarity = 3,                 tags = {"RaccoonCity", "Realm"}},
	["Gâteau Sacrificiel"]                                       = {id = 85,         rarity = 8,                 tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
	["Acte Sacrificiel"]                                         = {id = 86,         rarity = 1, patch = "8.4.0",tags = {"Ward"}},
	["Pochette de Sel"]                                          = {id = 87,         rarity = 2, charType = 'S', tags = {"AllPlayers", "AllSurvivorsLuck", "Luck"}},
	["Pièce de Monnaie Griffée"]                                 = {id = 88,         rarity = 2, charType = 'K', tags = {"Chest", "MapModifier"}},
	["Enveloppe Fermée"]                                         = {id = 89,         rarity = 2, charType = 'S', tags = {"Bloodpoints", "AllCategories", "Personal"}},
	["Lunettes Cassées"]                                         = {id = 90,         rarity = 3,                 tags = {"LérysMemorialInstitute", "Realm"}},
	["Pièce de Monnaie Brillante"]                               = {id = 91,         rarity = 4, charType = 'S', tags = {"Chest", "MapModifier"}},
	["Écharde de Choc"]                                          = {id = 92,         rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Plaque d'Immatriculation Trouée"]                          = {id = 93,         rarity = 1,                 tags = {"AutohavenWreckers", "Realm"}, retired = true},
	["Couronne de Pie"]                                          = {id = 94,         rarity = 1, charType = 'K', tags = {"Bloodpoints", "Sacrifice"}},
	["Linceul d'Entrave"]                                        = {id = 95,         rarity = 4, charType = 'S', tags = {"Shroud"}, secret = true},
	["Linceul de Séparation"]                                    = {id = 96,         rarity = 2, charType = 'K', tags = {"Shroud"}, secret = true},
	["Linceul d'Union"]                                          = {id = 97,         rarity = 2, charType = 'S', tags = {"Shroud"}, secret = true},
	["Page de Registre Signée"]                                  = {id = 98,         rarity = 2,                 tags = {"TheMacMillanEstate", "Realm"}, retired = true},
	["Écharde Fumante"]                                          = {id = 99,         rarity = 5, charType = 'K', tags = {"Splinter"}, retired = true},
	["Couronne de Chouette Tachetée"]                            = {id = 100,        rarity = 1, charType = 'K', tags = {"Bloodpoints", "Hunter"}},
	["Clé de l'Agence Immobilière Strode"]                       = {id = 101,        rarity = 3,                 tags = {"Haddonfield", "Realm"}},
	["Pudding de Survivant"]                                     = {id = 102,        rarity = 2, charType = 'K', tags = {"AllCategories", "Bloodpoints"}},
	["Sachet d'Œillets de Poète"]                                = {id = 103,        rarity = 1, charType = 'S', tags = {"Bloodpoints", "Personal", "Boldness"}},
	["Couronne de Tangara"]                                      = {id = 104,        rarity = 1, charType = 'K', tags = {"Bloodpoints", "Brutality"}},
	["Pièce de Monnaie Usée"]                                    = {id = 105,        rarity = 2, charType = 'S', tags = {"Chest", "MapModifier"}},
	["Le Dernier Masque"]                                        = {id = 106,        rarity = 3,                 tags = {"Realm", "RedForest"}},
	["Le Joueur de Flûte"]                                       = {id = 107,        rarity = 3,                 tags = {"Springwood", "Realm"}},
	["Plan Déchiré"]                                             = {id = 108,        rarity = 1,                 tags = {"Auras", "Basement", "MapModifier"}},
	["Plan de Vigo"]                                             = {id = 109,        rarity = 1,                 tags = {"Hatch", "MapModifier", "MapModifier"}},
	["Bocal de Lèvres Salées de Vigo"]                           = {id = 110,        rarity = 4, charType = 'S', tags = {"AllSurvivors", "AllSurvivorsLuck", "Luck"}},
	["Linceul de Vigo"]                                          = {id = 111,        rarity = 2, charType = 'S', tags = {"Shroud"}, secret = true},
	["Plaque d'Immatriculation de Virginie"]                     = {id = 112,        rarity = 2,                 tags = {"AutohavenWreckers", "Realm"}, retired = true},
	["Parade Blanche"]                                           = {id = 113,        rarity = 4, charType = 'S', tags = {"Ward"}},
	["Blason de la Famille Yamaoka"]                             = {id = 114,        rarity = 3,                 tags = {"YamaokaEstate", "Realm"}},
    ["Guirlande d'Orteils"]                                      = {                 rarity = 8, patch = "8.4.0",tags = {"Bloodpoints", "Chests", "Event", "Personal", "Snowskulls", "winterEvent"}},
		
-- Mobile À TRADUIRE--
	["Black Tea"]                                                = {id = 115,        rarity = 1, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
	["Blank Postcard"]                                           = {id = 116,        rarity = 2, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
	["Bloodstone Chalice"]                                       = {id = 117,        rarity = 4, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
	["Bone Doll"]                                                = {id = 118,        rarity = 4, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
	["Burdock Tea"]                                              = {id = 119,        rarity = 3, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
	["Ceramic Chalice"]                                          = {id = 120,        rarity = 2, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
	["Clay Doll"]                                                = {id = 121,        rarity = 2, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
	["Copper Chalice"]                                           = {id = 122,        rarity = 3, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
	["Crumpled Postcard"]                                        = {id = 123,        rarity = 3, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
	["Flesh Doll"]                                               = {id = 124,        rarity = 5, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
	["Lotus Leaf Tea"]                                           = {id = 125,        rarity = 4, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
	["Lovers' Postcard"]                                         = {id = 126,        rarity = 5, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
	["Milk Tea"]                                                 = {id = 127,        rarity = 2, charType = 'S', mobile = true, tags = {"Tea", "XP", "Personal"}},
	["Stamped Postcard"]                                         = {id = 128,        rarity = 4, charType = 'S', mobile = true, tags = {"Postcard", "XP", "AllPlayers"}},
	["Thorn Doll"]                                               = {id = 129,        rarity = 3, charType = 'K', mobile = true, tags = {"Doll", "XP", "AllPlayers"}},
	["Wooden Chalice"]                                           = {id = 130,        rarity = 1, charType = 'K', mobile = true, tags = {"Chalice", "XP", "Personal"}},
		
-- Offerings (past Mobile section) --
	["Baguette de Sourcier d'Arcane"]                            = {id = 131,        rarity = 8,                  tags = {"Bloodpoints", "Event", "halloweenEvent"}, deprecated = false},
	["Mixture de Suif de Bœuf"]                                  = {id = 132,        rarity = 3,                  tags = {"TheDecimatedBorgo", "Realm"}},
	["Terrormisu"]                                               = {id = 133,        rarity = 8,                  tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
	["Flore Extraterrestre"]                                     = {id = 134,        rarity = 3,                  tags = {"DvarkaDeepwood", "Realm"}},
	["Portes du Sas d'Aération"]                                 = {id = 135,        rarity = 3,                  tags = {"DvarkaDeepwood", "Realm"}},
	["Œil Injecté de Sang"]                                      = {id = 136,        rarity = 8, patch = "8.6.0", tags = {"Bloodpoints", "Event", "Personal", "springEvent"}},
	["Clafoutis Glapissant"]                                     = {id = 137,        rarity = 8, patch = "8.0.0", tags = {"anniversaryEvent", "AllPlayers", "AllCategories", "Bloodpoints", "Event", "EventCake"}, deprecated = true},
}
p.offeringsCount = #p.offerings

p.addons = {
    --{id = ###, name = '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 --
	["Poudre Noire"]                     = {id = 3,       rarity = 3, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectRadius"}},
	["Poudre Aveuglante"]                = {id = 4,       rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"Deafened", "EffectDuration", "KillerBlind"}},
	["Chevrotine"]                       = {id = 5,       rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"EffectDuration", "KillerBlind"}},
	["Poudre à Canon"]                   = {id = 6,       rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"EffectDuration", "KillerBlind"}},
	["Gros Paquet"]                      = {id = 7,       rarity = 5, itemsCategory = 2, unusedVisible = true, tags = {"Tokens"}},
	["Gros Fusible"]                     = {id = 8,       rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectDelay"}},
	["Poudre de Magnésium"]              = {id = 9,       rarity = 2, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectRadius"}},
	["Fusible Moyen"]                    = {id = 10,      rarity = 1, itemsCategory = 2, unusedVisible = true, tags = {"Detonation", "EffectDelay"}},
-- Clé --
	["Ambre de Sang"]                    = {id = 11,      rarity = 4, itemsCategory = 1, tags = {"Auras"}},
	["Jeton Rongé"]                      = {id = 12,      rarity = 2, itemsCategory = 1, tags = {"Auras"}},
	["Jeton en Or"]                      = {id = 13,      rarity = 3, itemsCategory = 1, tags = {"Auras"}},
	["Verre Opalin"]                     = {id = 14,      rarity = 4, itemsCategory = 1, tags = {"Hatch"}},
	["Perles de Prière"]                 = {id = 15,      rarity = 2, itemsCategory = 1, tags = {}},
	["Corde de Prière"]                  = {id = 16,      rarity = 1, itemsCategory = 1, tags = {}},
	["Perle Griffée"]                    = {id = 17,      rarity = 2, itemsCategory = 1, tags = {"Auras"}},
	["Alliance Unique"]                  = {id = 18,      rarity = 4, itemsCategory = 1, tags = {"Auras", "Obsession"}},
	["Anneau Porte-Clés"]                = {id = 19,      rarity = 4, itemsCategory = 1, tags = {}},
-- Lampe de Poche --
	["Pile"]                             = {id = 20,     rarity = 1, itemsCategory = 3, tags = {"Charges"}},
	["Ampoule Grillée"]                  = {id = 21,     rarity = 8, itemsCategory = 3, halloweenEvent = true, notAvailable = false, tags = {"Beam"}},
	["Lentilles Focales"]                = {id = 22,     rarity = 2, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
	["Pile Haute Performance"]           = {id = 23,     rarity = 2, itemsCategory = 3, tags = {"Charges"}},
	["Lentille Haut de Gamme en Saphir"] = {id = 24,     rarity = 4, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
	["Lampe Halogène Intense"]           = {id = 25,     rarity = 3, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
	["Poignée en Cuir"]                  = {id = 26,     rarity = 1, itemsCategory = 3, tags = {"Accuracy"}},
	["Pile Longue Durée"]                = {id = 27,     rarity = 3, itemsCategory = 3, tags = {"Charges"}},
	["Filament Bas Ampérage"]            = {id = 28,     rarity = 2, itemsCategory = 3, tags = {"Charges"}},
	["Ampoule Bizarre"]                  = {id = 29,     rarity = 5, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
	["Ampoule Électrique"]               = {id = 30,     rarity = 1, itemsCategory = 3, tags = {"Beam", "KillerBlind"}},
	["Poignée en Caoutchouc"]            = {id = 31,     rarity = 2, itemsCategory = 3, tags = {"Accuracy"}},
	["Optique à Réflexion Totale"]       = {id = 32,     rarity = 2, itemsCategory = 3, tags = {"Brightness", "KillerBlind"}},
	["Lentille Large"]                   = {id = 33,     rarity = 1, itemsCategory = 3, tags = {"Beam"}},
-- Carte --
	["Cordon de Soie Noire"]             = {id = 34,     rarity = 3, itemsCategory = 5, tags = {"Auras", "Hatch", "Tracking"}},
	["Lentilles de Cristal"]             = {id = 35,     rarity = 4, itemsCategory = 5, tags = {"Auras"}},
	["Perle de Verre"]                   = {id = 36,     rarity = 2, itemsCategory = 5, tags = {"Tracking"}},
	["Carte Addenda"]                    = {id = 37,     rarity = 1, itemsCategory = 5, displayName = "Carte : Addenda", tags = {"Charges"}},
	["Cachet Étrange (Rare)"]            = {id = 38,     rarity = 3, itemsCategory = 5, displayName = "Cachet Étrange", tags = {"EffectRange"}},
	["Ficelle Rouge"]                    = {id = 39,     rarity = 2, itemsCategory = 5, tags = {"Auras", "KillerBelongings", "Tracking"}},
	["Gelée Retardatrice"]               = {id = 40,     rarity = 2, itemsCategory = 5, tags = {"DepletionRate"}},
	["Cachet Étrange (Insolite)"]        = {id = 41,     rarity = 2, itemsCategory = 5, displayName = "Cachet Étrange", tags = {"EffectRange"}},
	["Fil Jaune"]                        = {id = 42,     rarity = 2, itemsCategory = 5, tags = {"Auras", "ExitGates", "Tracking"}},
-- Trousse de Soins --
	["Pansement Abdominal"]              = {id = 43,     rarity = 4, itemsCategory = 6, tags = {"ActionSpeed", "Healing"}},
	["Seringue Antihémorragique"]        = {id = 44,     rarity = 5, itemsCategory = 6, tags = {"ActionSpeed", "AutoHeal", "Healing"}},
	["Pansements"]                       = {id = 45,     rarity = 1, itemsCategory = 6, tags = {"Charges"}},
	["Sutures Cutanées"]                 = {id = 46,     rarity = 1, itemsCategory = 6, tags = {"ActionSpeed", "Healing"}},
	["Bande de Gaze"]                    = {id = 47,     rarity = 3, itemsCategory = 6, tags = {"Charges"}},
	["Pansements Hydrogels"]             = {id = 48,     rarity = 5, itemsCategory = 6, tags = {"Charges"}},
	["Ciseaux Médicaux"]                 = {id = 49,     rarity = 2, itemsCategory = 6, tags = {"ActionSpeed", "Healing"}},
	["Fil et Aiguille"]                  = {id = 50,     rarity = 2, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
	["Sérum Raffiné"]                    = {id = 51,     rarity = 8, itemsCategory = 6, notAvailable = false, tags = {"Haste", "Healing", "MovementSpeed"}},
	["Gants de Caoutchouc"]              = {id = 52,     rarity = 1, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
	["Rouleau de Sparadrap"]             = {id = 53,     rarity = 2, itemsCategory = 6, tags = {"ActionSpeed", "Charges", "Healing"}},
	["Éponge"]                           = {id = 54,     rarity = 2, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
	["Agent Styptique"]                  = {id = 55,     rarity = 4, itemsCategory = 6, tags = {"ConspicuousActions", "Endurance", "Healing"}},
	["Suture Chirurgicale"]              = {id = 56,     rarity = 3, itemsCategory = 6, tags = {"Healing", "SkillChecks"}},
-- Boîte à Outils --
	["Pièce Flambant Neuve"]             = {id = 57,     rarity = 5, itemsCategory = 7, effect = "-10 Charges", patch = "7.1.0", tags = {"Generators", "Repairing", "SkillChecks", "RepairRequirement"}},
	["Chiffon Propre"]                   = {id = 58,     rarity = 1, itemsCategory = 7, tags = {"ActionSpeed", "Repair"}},
	["Fil à Couper"]                     = {id = 59,     rarity = 2, itemsCategory = 7, patch = "8.0.0", tags = {"ActionSpeed", "Sabotage"}},
	["Clé Ajustable"]                    = {id = 60,     rarity = 3, itemsCategory = 7, patch = "8.0.0", tags = {"ActionTime", "Sabotage"}},
	["Scie à Métaux"]                    = {id = 61,     rarity = 3, itemsCategory = 7, patch = "8.0.0", tags = {"ActionSpeed", "Sabotage"}},
	["Instructions"]                     = {id = 62,     rarity = 1, itemsCategory = 7, tags = {"Repair", "SkillChecks"}},
	["Gants de Protection"]              = {id = 63,     rarity = 2, itemsCategory = 7, tags = {"LoudNoise", "Sabotage"}},
	["Ferraille"]                        = {id = 64,     rarity = 1, itemsCategory = 7, tags = {"Charges"}},
	["Tourillons"]                       = {id = 65,     rarity = 2, itemsCategory = 7, tags = {"ActionSpeed"}},
	["Pince à Ressort"]                  = {id = 66,     rarity = 2, itemsCategory = 7, tags = {"ActionNoise", "Generators", "Repair"}},
	["Bobine de Fil"]                    = {id = 67,     rarity = 2, itemsCategory = 7, tags = {"Charges"}},
-- ACCESSOIRES TUEUR --
-- Le Piégeur --
	["Kit à Quatre Ressorts"]            = {id = 68,     rarity = 2, killer = 1, tags = {"ActionTime"}},
	["Huile d'Ours"]                     = {id = 69,     rarity = 1, killer = 1, tags = {"ActionNoise"}},
	["Ressort Sanglant"]                 = {id = 70,     rarity = 5, killer = 1, tags = {"AutoDamage"}},
	["Café Moulu"]                       = {id = 71,     rarity = 2, killer = 1, tags = {"Haste"}},
	["Outils d'Assemblage"]              = {id = 72,     rarity = 3, killer = 1, tags = {"ActionTime"}},
	["Pierre à Aiguiser"]                = {id = 73,     rarity = 4, killer = 1, tags = {"AutoDamage"}},
	["Pierre Irisée"]                    = {id = 74,     rarity = 5, killer = 1, tags = {"AutoSetting"}},
	["Mâchoires Allongées"]              = {id = 75,     rarity = 2, killer = 1, tags = {"DeepWound"}},
	["Teinture à Bois"]                  = {id = 76,     rarity = 2, killer = 1, decom = true, tags = {"Colour"}},
	["Écharpe Improvisée"]               = {id = 77,     rarity = 1, killer = 1, tags = {"ActionTime"}},
	["Ressort Huilé"]                    = {id = 78,     rarity = 4, killer = 1, tags = {"Auras"}},
	["Mâchoires Molletonnées"]           = {id = 79,     rarity = 1, killer = 1, tags = {"Bloodpoints"}},
	["Mâchoires Rouillées"]              = {id = 80,     rarity = 3, killer = 1, tags = {"Mangled"}},
	["Ressort Secondaire"]               = {id = 81,     rarity = 3, killer = 1, tags = {"ActionTime"}},
	["Mâchoires Dentelées"]              = {id = 82,     rarity = 2, killer = 1, tags = {"Haemorrhage"}},
	["Outils d'Installation"]            = {id = 83,     rarity = 3, killer = 1, decom = true, tags = {"ActionSpeed", "ActionTime"}},
	["Sac Cousu"]                        = {id = 84,     rarity = 4, killer = 1, decom = true, tags = {"PowerCapacity"}},
	["Puissant Ressort Hélicoïdal"]      = {id = 85,     rarity = 1, killer = 1, decom = true, tags = {"ActionTime"}},
	["Bouteille de Goudron"]             = {id = 86,     rarity = 3, killer = 1, tags = {"Colour"}},
	["Ressort à Tension"]                = {id = 87,     rarity = 4, killer = 1, tags = {"AutoResetting"}},
	["Tendeurs de Pièges"]               = {id = 88,     rarity = 2, killer = 1, decom = true, tags = {"ActionSpeed"}},
	["Sacoche du Piégeur"]               = {id = 89,     rarity = 3, killer = 1, tags = {"PowerCapacity"}},
	["Gants du Piégeur"]                 = {id = 90,     rarity = 1, killer = 1, tags = {"ActionSpeed"}},
	["Sac du Piégeur"]                   = {id = 91,     rarity = 4, killer = 1, tags = {"PowerCapacity"}},
	["Sac du Piégeur (Retiré)"]          = {id = 92,     rarity = 1, killer = 1, decom = true, tags = {"PowerCapacity"}},
	["Brique de Cire"]                   = {id = 93,     rarity = 2, killer = 1, tags = {"ActionTime"}},
    -- Le Spectre --
	['"Clairvoyant" - Sang']          = {id = 94,     rarity = 4, killer = 2, tags = {"Auras"}},
	['"Clairvoyant" - Boue']          = {id = 95,     rarity = 2, killer = 2, decom = true, tags = {"Auras"}},
	['"Clairvoyant" - Esprit']        = {id = 96,     rarity = 5, killer = 2, tags = {"Auras", "ExtendedAbility", "Generators"}},
	['"Clairvoyant" - Blanc']         = {id = 97,     rarity = 3, killer = 2, decom = true, tags = {"Auras"}},
	['"Guerrier Aveugle" - Sang']     = {id = 98,     rarity = 4, killer = 2, decom = true, tags = {"Lightburn"}},
	['"Guerrier Aveugle" - Boue']     = {id = 99,     rarity = 2, killer = 2, tags = {"KillerBlind"}},
	['"Guerrier Aveugle" - Suie']     = {id = 100,    rarity = 1, killer = 2, decom = true, tags = {"Lightburn"}},
	['"Guerrier Aveugle" - Esprit']   = {id = 101,    rarity = 5, killer = 2, decom = true, tags = {"Lightburn"}},
	['"Guerrier Aveugle" - Blanc']    = {id = 102,    rarity = 3, killer = 2, tags = {"Mangled", "Haemorrhage"}},
	['"Évanouissement" - Boue']       = {id = 103,    rarity = 2, killer = 2, tags = {"ActionSpeed"}},
	['"Évanouissement" - Blanc']      = {id = 104,    rarity = 3, killer = 2, tags = {"ActionSpeed"}},
	["Battant en Os"]                 = {id = 105,    rarity = 2, killer = 2, tags = {"ActionNoise"}},
	["Battant Encordé"]               = {id = 106,    rarity = 5, killer = 2, tags = {"ActionNoise"}},
	['"Danse de l\'Ombre" - Blanc']   = {id = 107,    rarity = 4, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}},
	['"Danse de l\'Ombre" - Suie']    = {id = 108,    rarity = 1, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}, unused = true},
	['"Danse de l\'Ombre" - Blanc']   = {id = 109,    rarity = 3, killer = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets", "Windows"}},
	['"Chasse Preste" - Sang']        = {id = 110,    rarity = 4, killer = 2, tags = {"ActionSpeed"}},
	['"Chasse Preste" - Boue']        = {id = 111,    rarity = 2, killer = 2, tags = {"ActionSpeed"}},
	['"Chasse Preste" - Suie']        = {id = 112,    rarity = 1, killer = 2, decom = true, tags = {"ActionSpeed"}},
	['"Chasse Preste" - Blanc']       = {id = 113,    rarity = 3, killer = 2, tags = {"ActionSpeed"}},
	['"La Bête" - Suie']              = {id = 114,    rarity = 1, killer = 2, tags = {"Bloodpoints", "TerrorRadius"}},
	['"Ghost Face" - Suie']           = {id = 115,    rarity = 1, killer = 2, tags = {"RedStain", "TerrorRadius"}},
	['"Le Molosse" - Suie']           = {id = 116,    rarity = 1, killer = 2, tags = {"PoolsOfBlood"}},
	['"Le Serpent" - Suie']           = {id = 117,    rarity = 1, killer = 2, tags = {"BreakableWalls", "Generators", "Pallets"}},
	['"Tempête" - Sang']              = {id = 118,    rarity = 4, killer = 2, tags = {"MovementSpeed"}},
	['"Tempête" - Boue']              = {id = 119,    rarity = 2, killer = 2, tags = {"MovementSpeed"}},
	['"Tempête" - Blanc']             = {id = 120,    rarity = 3, killer = 2, tags = {"MovementSpeed"}},
-- Le Montagnard --
	["Silencieux de Pointe"]                          = {id = 121,    rarity = 4, killer = 3, patch = "7.5.0", tags = {"ActionNoise", "TerrorRadius"}},
	["Chaînes Souillées (Tronçonneuse)"]              = {id = 122,    rarity = 3, killer = 3, patch = "7.6.0", displayName = "Chaînes Souillées", tags = {"Haemorrhage", "Mangled"}},
	["Le Mélange des Thompson"]                       = {id = 123,    rarity = 3, killer = 3, patch = "7.5.2", tags = {"PowerCooldown", "Overdrive"}},
	["Bottes de Papa"]                                = {id = 124,    rarity = 1, killer = 3, patch = "7.5.0", tags = {"TurnRate"}},
	["Entrée d'Air Bouchée"]                          = {id = 125,    rarity = 2, killer = 3, patch = "7.5.0", tags = {"Overdrive", "PowerDuration"}},
	["Gravures Irisées"]                              = {id = 126,    rarity = 5, killer = 3, patch = "7.5.0", tags = {"ActionTime", "MovementSpeed"}},
	["Contrepoids"]                                   = {id = 127,    rarity = 1, killer = 3, patch = "7.5.0", tags = {"TurnRate"}},
	["Pantoufles Sales"]                              = {id = 128,    rarity = 4, killer = 3, patch = "7.5.0", tags = {"Undetectable"}},
	["Commande des Gaz Graissée"]                     = {id = 129,    rarity = 2, killer = 3, patch = "7.5.2", tags = {"PowerCooldown", "Overdrive"}},
	["Moteur Irrégulier"]                             = {id = 130,    rarity = 3, killer = 3, patch = "7.5.0", tags = {"ActionSpeed", "Overdrive"}},
	["Tronçonneuse Lo Pro"]                           = {id = 131,    rarity = 4, killer = 3, patch = "7.5.0", tags = {"DamageReduction", "ExtendedAbility"}},
	["Chaînes à Faible Recul"]                        = {id = 132,    rarity = 3, killer = 3, patch = "7.5.0", tags = {"PowerCooldown"}},
	["Filtre à Air Jeté"]                             = {id = 133,    rarity = 3, killer = 3, patch = "7.5.0", tags = {"DecayDelay", "Overdrive"}},
	["Huile Moteur Bon Marché"]                       = {id = 134,    rarity = 2, killer = 3, patch = "7.5.0", tags = {"Overdrive"}},
	["Vis de Tendeur de Haut Régime"]                 = {id = 135,    rarity = 4, killer = 3, patch = "7.5.0", tags = {"DecayDelay", "Overdrive"}},
	["Revêtement Thermique"]                          = {id = 136,    rarity = 2, killer = 3, patch = "7.5.0", tags = {"ActionSpeed", "Overdrive"}},
	["Bottes à Pointes"]                              = {id = 137,    rarity = 2, killer = 3, patch = "7.5.0", tags = {"TurnRate"}},
	["Bottes à Embout d'Acier"]                       = {id = 138,    rarity = 1, killer = 3, patch = "7.5.0", tags = {"PowerCooldown"}},
	["Carburateur Réglé"]                             = {id = 139,    rarity = 5, killer = 3, patch = "7.5.0", tags = {"ActionTime", "MovementSpeed"}},
-- Le Montagnard & Le Cannibale (partage d'accessoire retiré) --
	["Limiteur de Vitesse"]                           = {id = 140,    rarity = 1, killer = 3, tags = {"Bloodpoints", "DamageReduction", "Deviousness"}},
	["Poire d'Amorçage Fendillée"]                    = {id = 141,    rarity = 3, killer = 3, decom = true, tags = {"ActionTime", "PowerCooldown"}},
	["Clair de Lune Thompson"]                        = {id = 142,    rarity = 4, killer = 3, decom = true, tags = {"PowerCooldown", "TurnRate"}},
-- L'Infirmière --
	["Cri d'Anxiété"]                                 = {id = 143,    rarity = 3, killer = 4, tags = {"Bloodpoints", "LoudNoise", "Scream"}},
	["Respiration Ataxique"]                          = {id = 144,    rarity = 3, killer = 4, tags = {"PowerCooldown"}},
	["Souvenir du Méchant"]                           = {id = 145,    rarity = 2, killer = 4, tags = {"Auras", "Healing"}},
	['Dernier Souffle du "Méchant"']                  = {id = 146,    rarity = 4, killer = 4, tags = {"Undetectable"}},
	["Dernier Souffle de Campbell"]                   = {id = 147,    rarity = 4, killer = 4, tags = {"AutoBlink"}},
	["Trésor d'un Garçon Catatonique"]                = {id = 148,    rarity = 2, killer = 4, tags = {"PowerCooldown"}},
	["Ceinture Obscure"]                              = {id = 149,    rarity = 2, killer = 4, tags = {"MovementSpeed"}},
	["Bracelet Terne"]                                = {id = 150,    rarity = 2, killer = 4, tags = {"Bloodpoints", "PowerRange"}},
	["Respiration Difficile"]                         = {id = 151,    rarity = 3, killer = 4, tags = {"Mangled"}},
	["Halètement Intense"]                            = {id = 152,    rarity = 3, killer = 4, tags = {"AttackRange"}},
	["Dernier Souffle de Jenner"]                     = {id = 153,    rarity = 4, killer = 4, tags = {"AutoBlink"}},
	["Dernier Souffle de Kavanagh"]                   = {id = 154,    rarity = 4, killer = 4, tags = {"Blindness"}},
	["Boîte d'Allumettes"]                            = {id = 155,    rarity = 5, killer = 4, tags = {"MovementSpeed"}},
	["Cuillère en Métal"]                             = {id = 156,    rarity = 1, killer = 4, tags = {"GruntsOfPain"}},
	["Morceau de Plaid"]                              = {id = 157,    rarity = 1, killer = 4, tags = {"ExtendedAbility", "PowerIndicator"}},
	["Montre à Gousset (Dernier Souffle de Spencer)"] = {id = 158,    rarity = 2, displayName = "Montre à Gousset", killer = 4, tags = {"PowerWindow"}},
	["Respiration Spasmodique"]                       = {id = 159,    rarity = 3, killer = 4, tags = {"MovementSpeed", "PowerDeactivation"}},
	["Signet Déchiré"]                                = {id = 160,    rarity = 5, killer = 4, tags = {"Tokens"}},
	["Peigne à Lentes Blanc"]                         = {id = 161,    rarity = 1, killer = 4, tags = {"AttackRange", "Bloodpoints"}},
	["Cheval de Bois"]                                = {id = 162,    rarity = 1, killer = 4, tags = {"PowerCooldown"}},
-- La Silhouette --
	["Cheveux Blonds"]                                = {id = 163,    rarity = 1, killer = 5, tags = {"AttackRange"}},
	["Note du Petit Ami"]                             = {id = 164,    rarity = 1, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
	["Lapin Mort"]                                    = {id = 165,    rarity = 2, killer = 5, tags = {"TerrorRadius"}},
	["Touffe de Cheveux Parfumée"]                    = {id = 166,    rarity = 5, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
	["Fragment de Verre"]                             = {id = 167,    rarity = 2, killer = 5, tags = {"Auras"}},
	["Ruban"]                                         = {id = 168,    rarity = 3, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
	["Brosse à Cheveux"]                              = {id = 169,    rarity = 2, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
	["Mémorial de J. Myers"]                          = {id = 170,    rarity = 3, killer = 5, tags = {"PowerEfficiency"}},
	["Bijoux"]                                        = {id = 171,    rarity = 2, killer = 5, tags = {"MovementSpeed"}},
	["Boite à Bijoux"]                                = {id = 172,    rarity = 3, killer = 5, tags = {"MovementSpeed"}},
	["Journal de Judith"]                             = {id = 173,    rarity = 3, killer = 5, tags = {"Obsession", "PowerEfficiency"}},
	["Pierre Tombale de Judith"]                      = {id = 174,    rarity = 5, killer = 5, tags = {"MiniMori", "MovementSpeed", "PowerEfficiency"}},
	["Mèche de Cheveux"]                              = {id = 175,    rarity = 4, killer = 5, tags = {"PowerDuration", "PowerEfficiency"}},
	["Fleur Commémorative"]                           = {id = 176,    rarity = 1, killer = 5, tags = {"PowerEfficiency"}},
	["Morceau de Miroir"]                             = {id = 177,    rarity = 3, killer = 5, tags = {"Auras"}},
	["Fragment Réfléchissant"]                        = {id = 178,    rarity = 2, killer = 5, tags = {"Auras"}},
	["Miroir Rayé"]                                   = {id = 179,    rarity = 4, killer = 5, tags = {"Auras", "Bloodpoints", "Brutality", "Deviousness"}},
	["Boucles d'Oreilles Kitsch"]                     = {id = 180,    rarity = 1, killer = 5, tags = {"MovementSpeed"}},
	["Morceau de Pierre Tombale"]                     = {id = 181,    rarity = 4, killer = 5, tags = {"MiniMori", "PowerEfficiency", "PowerPenalty"}},
	["Miroir"]                                        = {id = 182,    rarity = 4, killer = 5, tags = {"Auras", "Bloodpoints", "Brutality", "Deviousness"}},
-- La Harpie --
	["Boue Sanglante"]                                = {id = 183,    rarity = 3, killer = 6, tags = {"PowerRange", "Trigger"}},
	["Eau Sanglante"]                                 = {id = 184,    rarity = 2, killer = 6, tags = {"PowerRange", "Trigger"}},
	["Eau du Bourbier"]                               = {id = 185,    rarity = 1, killer = 6, tags = {"PowerRange", "Trigger"}},
	["Œuf de Tortue Fêlé"]                            = {id = 186,    rarity = 3, killer = 6, tags = {"PowerDuration", "Tripped"}},
	["Collier en Cyprès"]                             = {id = 187,    rarity = 2, killer = 6, tags = {"ActionSpeed"}},
	["Boue et Mouches Mortes"]                        = {id = 188,    rarity = 1, killer = 6, tags = {"PowerRange", "Teleportation"}},
	["Oreille Déformée"]                              = {id = 189,    rarity = 4, killer = 6, tags = {"Deafened"}},
	["Ailes de Libellule"]                            = {id = 190,    rarity = 2, killer = 6, tags = {"PowerRange", "Teleportation"}},
	["Cigale Séchée"]                                 = {id = 191,    rarity = 3, killer = 6, tags = {"PowerRange"; "Teleportation"}},
	["Cœur de Grand-Mère"]                            = {id = 192,    rarity = 4, killer = 6, tags = {"Illusions", "Stealth", "TerrorRadius"}},
	["Moitié de Coquille d'Œuf"]                      = {id = 193,    rarity = 2, killer = 6, tags = {"PowerDuration", "Tripped"}},
	["Lambeau de Tissu Comme Neuf"]                   = {id = 194,    rarity = 5, killer = 6, tags = {"ExtendedAbility", "PowerCooldown"}},
	["Coquille d'Œuf Pulvérisée"]                     = {id = 195,    rarity = 1, killer = 6, tags = {"PowerDuration", "Tripped"}},
	["Chatons de Saule"]                              = {id = 196,    rarity = 2, killer = 6, tags = {"Auras"}},
	["Collier en Corde"]                              = {id = 197,    rarity = 1, killer = 6, tags = {"ActionSpeed"}},
	["Chaînes Rouillées"]                             = {id = 198,    rarity = 4, killer = 6, tags = {"Deception"}},
	["Main Balafrée"]                                 = {id = 199,    rarity = 4, killer = 6, tags = {"Bloodpoints", "Collision", "Deviousness", "ExtendedAbility", "PowerDeactivation"}},
	["Collier d'Orchidées des Marais"]                = {id = 200,    rarity = 3, killer = 6, tags = {"ActionSpeed"}},
	["Chaussure Détrempée"]                           = {id = 201,    rarity = 5, killer = 6, tags = {"Hindered", "MovementSpeed", "PowerDeactivation"}},
	["Couronne en Saule"]                             = {id = 202,    rarity = 3, killer = 6, tags = {"Auras"}},
-- Le Docteur --
	['"Calme" - Cours I']                             = {id = 203,    rarity = 1, killer = 7, tags = {"Illusions", "TerrorRadius"}},
	['"Calme" - Cours II']                            = {id = 204,    rarity = 2, killer = 7, tags = {"Illusions", "TerrorRadius"}},
	['"Calme" - Notes de Carter']                     = {id = 205,    rarity = 4, killer = 7, tags = {"Illusions", "TerrorRadius"}},
	['"Discipline" - Cours II']                       = {id = 206,    rarity = 2, killer = 7, tags = {"Illusions", "RedStain", "TerrorRadius"}},
	['"Discipline" - Cours III']                      = {id = 207,    rarity = 3, killer = 7, tags = {"Illusions", "RedStain", "TerrorRadius"}},
	['"Discipline" - Notes de Carter']                = {id = 208,    rarity = 4, killer = 7, tags = {"Illusions", "RedStain", "TerrorRadius"}},
	["Électrode à Stimulation Élevée"]                = {id = 209,    rarity = 3, killer = 7, tags = {"PowerRange"}},
	["Cassette d'Entretien"]                          = {id = 210,    rarity = 3, killer = 7, tags = {"PowerRange"}},
	["Roi Irisé"]                                     = {id = 211,    rarity = 5, killer = 7, tags = {"EffectDuration", "Illusions", "Pallets", "RedStain", "TerrorRadius"}},
	["Reine Irisée"]                                  = {id = 212,    rarity = 5, killer = 7, tags = {"ExtendedAbility"}},
	["Cavalier Érable"]                               = {id = 213,    rarity = 1, killer = 7, tags = {"ExtendedAbility", "PowerIndicator"}},
	["Vieille Électrode"]                             = {id = 214,    rarity = 1, killer = 7, tags = {"PowerRange"}},
	['"Obéissance" - Cours III']                      = {id = 215,    rarity = 2, killer = 7, tags = {"ActionTime"}, decom = true},
	['"Ordre" - Cours I']                             = {id = 216,    rarity = 1, killer = 7, tags = {"Illusions", "Pallets"}},
	['"Ordre" - Cours II']                            = {id = 217,    rarity = 2, killer = 7, tags = {"Illusions", "Pallets"}},
	['"Ordre" - Notes de Carter']                     = {id = 218,    rarity = 4, killer = 7, tags = {"Illusions", "Pallets"}},
	["Électrode Brillante"]                           = {id = 219,    rarity = 2, killer = 7, tags = {"PowerRange"}},
	['"Contrainte" - Cours II']                       = {id = 220,    rarity = 2, killer = 7, tags = {"EffectDuration", "Illusions"}},
	['"Contrainte" - Cours III']                      = {id = 221,    rarity = 3, killer = 7, tags = {"EffectDuration", "Illusions"}},
	['"Contrainte" - Notes de Carter']                = {id = 222,    rarity = 4, killer = 7, tags = {"EffectDuration", "Illusions"}},
	["Cassette Abimée"]                               = {id = 223,    rarity = 3, killer = 7, tags = {"PowerRange"}},
-- La Chasseuse --
	["Toxine d'Amanite"]                              = {id = 224,    rarity = 1, killer = 8, tags = {"Blindness"}},
	["Manche Bandé"]                                  = {id = 225,    rarity = 1, killer = 8, tags = {"ThrowCooldown"}},
	["Tête Souillée"]                                 = {id = 226,    rarity = 4, killer = 8, tags = {"Haemorrhage", "Mangled"}},
	["Venin de Vipère"]                               = {id = 227,    rarity = 1, killer = 8, tags = {"Exhausted"}, decom = true},
	["Pierre Grossière"]                              = {id = 228,    rarity = 1, killer = 8, tags = {"GruntsOfPain"}},
	["Gants en Peau de Daim"]                         = {id = 229,    rarity = 3, killer = 8, tags = {"ActionTime"}},
	["Pierre Correcte"]                               = {id = 230,    rarity = 2, killer = 8, tags = {"Haemorrhage"}, decom = true},
	["Poupée Russe à Fleurs"]                         = {id = 231,    rarity = 3, killer = 8, tags = {"ActionTime"}},
	["Concoction Luisante"]                           = {id = 232,    rarity = 4, killer = 8, tags = {"Auras"}},
	["Ceinture d'Infanterie"]                         = {id = 233,    rarity = 4, killer = 8, tags = {"PowerCapacity"}},
	["Tête Irisée"]                                   = {id = 234,    rarity = 5, killer = 8, tags = {"AutoDamage", "PowerCapacity"}},
	["Boucle en Cuir"]                                = {id = 235,    rarity = 2, killer = 8, tags = {"PowerCapacity"}},
	["Tresse de Glycérie"]                            = {id = 236,    rarity = 2, killer = 8, tags = {"ActionTime"}},
	["Manche en Chêne"]                               = {id = 237,    rarity = 2, killer = 8, tags = {"ThrowCooldown"}},
	["Fiole Caustique"]                               = {id = 238,    rarity = 3, killer = 8, tags = {"Auras", "ExtendedAbility", "Lockers"}, decom = true},
	["Racine de Rose"]                                = {id = 239,    rarity = 3, killer = 8, tags = {"ProjectileSpeed"}},
	["Tête Rouillée"]                                 = {id = 240,    rarity = 3, killer = 8, tags = {"Mangled"}},
	["Épingle Brillante"]                             = {id = 241,    rarity = 2, killer = 8, tags = {"MovementSpeed"}},
	["Bande Molletière de Soldat"]                    = {id = 242,    rarity = 5, killer = 8, tags = {"MovementSpeed"}},
	["Concoction Vénéneuse"]                          = {id = 243,    rarity = 3, killer = 8, tags = {"Exhausted"}},
	["Tissu Jaune"]                                   = {id = 244,    rarity = 1, killer = 8, tags = {"ProjectileSpeed"}},
	["Infusion de Graines d'If"]                      = {id = 245,    rarity = 2, killer = 8, tags = {"Hindered"}, decom = true},
	["Concoction de Graines d'If"]                    = {id = 246,    rarity = 3, killer = 8, tags = {"Hindered"}, decom = true},
	["Tête Lestée"]                                   = {id = 247,    rarity = 2, killer = 8, tags = {"Incapacitated"}},
	["Renard de Bois"]                                = {id = 248,    rarity = 4, killer = 8, tags = {"Lockers", "Undetectable"}},
-- Le Cannibale --
	["Chili Primé"]                                   = {id = 249,    rarity = 4, killer = 9, tags = {"PowerDuration", "PowerWindow"}},
	["Chaînes Souillées"]                             = {id = 250,    rarity = 3, killer = 9, tags = {"ItemDrop"}},
	["Guide de Réglage de Carburateur"]               = {id = 251,    rarity = 5, killer = 9, tags = {"MovementSpeed", "PowerDuration", "PowerRecovery", "Tokens"}},
	["Aiguiseur de Chaîne"]                           = {id = 252,    rarity = 1, killer = 9, tags = {"PowerPenalty"}},
	["Chili"]                                         = {id = 253,    rarity = 2, killer = 9, tags = {"PowerDuration", "PowerWindow"}},
	["Allonge de Profondeur"]                         = {id = 254,    rarity = 4, killer = 9, tags = {"ActionSpeed", "MovementSpeed", "Tokens"}},
	["Chaîne Macabre"]                                = {id = 255,    rarity = 3, killer = 9, tags = {"Mangled"}},
	["Silencieux Fait Maison"]                        = {id = 256,    rarity = 2, killer = 9, tags = {"PowerPenalty"}},
	["Chair Irisée"]                                  = {id = 257,    rarity = 5, killer = 9, tags = {"PowerPenalty", "PowerRecovery", "Tokens"}},
	["Griffures de Couteau"]                          = {id = 258,    rarity = 2, killer = 9, tags = {"ActionTime", "MovementSpeed"}},
	["Châssis Léger"]                                 = {id = 259,    rarity = 4, killer = 9, tags = {"Auras"}},
	["Guide Allongé"]                                 = {id = 260,    rarity = 2, killer = 9, tags = {"PowerPenalty"}},
	["Poire d'Amorçage"]                              = {id = 261,    rarity = 2, killer = 9, tags = {"PowerRecovery", "Tokens"}},
	["Chaîne Rouillée"]                               = {id = 262,    rarity = 4, killer = 9, tags = {"Broken"}},
	["Lubrifiant d'Atelier"]                          = {id = 263,    rarity = 3, killer = 9, tags = {"Auras", "TerrorRadius"}},
	["Bougie d'Allumage"]                             = {id = 264,    rarity = 1, killer = 9, tags = {"PowerRecovery", "Tokens"}},
	["Les Marques de la Bête"]                        = {id = 265,    rarity = 3, killer = 9, tags = {"ActionTime", "MovementSpeed"}},
	["La Graisse"]                                    = {id = 266,    rarity = 3, killer = 9, tags = {"PowerPenalty"}},
	["Huile Végétale"]                                = {id = 267,    rarity = 1, killer = 9, tags = {"PowerCooldown"}},
-- Le Cauchemar --
	["Boîte Noire"]                                   = {id = 268,    rarity = 5, killer = 10, tags = {"ExitBlocker"}},
	["Robe Bleue"]                                    = {id = 269,    rarity = 3, killer = 10, tags = {"Auras", "SkillChecks", "SkillCheckPenalty"}},
	["Bloc Chat"]                                     = {id = 270,    rarity = 2, killer = 10, tags = {"Haemorrhage"}},
	["Photo de Classe"]                               = {id = 271,    rarity = 4, killer = 10, tags = {"Generators", "Husk"}},
	["Râteau"]                                        = {id = 272,    rarity = 1, killer = 10, tags = {"PowerAlternate"}},
	["Robe Verte"]                                    = {id = 273,    rarity = 2, killer = 10, tags = {"Auras", "SkillChecks", "SkillCheckPenalty"}},
	["Corde à Sauter (Démon des Rêves)"]              = {id = 274,    rarity = 3, killer = 10, displayName = "Corde à Sauter", tags = {"GruntsOfPain"}},
	["Dessin d'Enfant"]                               = {id = 275,    rarity = 1, killer = 10, tags = {"Bloodpoints", "Deviousness", "MovementSpeed", "PowerPenalty"}},
	["Chef-d'Œuvre de Nancy"]                         = {id = 276,    rarity = 3, killer = 10, tags = {"PowerCooldown"}},
	["Croquis de Nancy"]                              = {id = 277,    rarity = 2, killer = 10, tags = {"PowerCooldown"}},
	["Corde de Randonnée"]                            = {id = 278,    rarity = 2, killer = 10, tags = {"ActionNoise"}},
	["Diluant à Peinture"]                            = {id = 279,    rarity = 3, killer = 10, tags = {"Auras", "PowerAlternate"}},
	["Flacon de Cachets"]                             = {id = 280,    rarity = 4, killer = 10, tags = {"PowerInvisibility"}},
	["Prototype de Griffes"]                          = {id = 281,    rarity = 2, killer = 10, tags = {"Auras", "PowerAlternate"}},
	["Pinceau avec Peinture Rouge"]                   = {id = 282,    rarity = 5, killer = 10, tags = {"SkillChecks"}},
	["Bloc Mouton"]                                   = {id = 283,    rarity = 1, killer = 10, tags = {"Blindness"}},
	["Chaînes de Balançoire"]                         = {id = 284,    rarity = 4, killer = 10, tags = {"ActionNoise"}},
	["Bloc Licorne"]                                  = {id = 285,    rarity = 3, killer = 10, tags = {"Blindness"}},
	["Maillot en Laine"]                              = {id = 286,    rarity = 1, killer = 10, tags = {"SkillCheckPenalty"}},
	['Bloc "Z"']                                      = {id = 287,    rarity = 4, killer = 10, tags = {"Haemorrhage", "PoolsOfBlood"}},
-- Le Cochon --
	["Lettre à Amanda"]                               = {id = 288,    rarity = 5, killer = 11, tags = {"Auras", "PowerCapacity"}},
	["Secret d'Amanda"]                               = {id = 289,    rarity = 4, killer = 11, tags = {"Auras", "JigsawBox", "LoudNoise", "PowerObject"}},
	["Sac de Rouages"]                                = {id = 290,    rarity = 3, killer = 11, tags = {"ActionSpeed", "JigsawBox"}},
	["Sangles de Combat"]                             = {id = 291,    rarity = 1, killer = 11, tags = {"TransitionSpeed"}},
	["Caisse de Rouages"]                             = {id = 292,    rarity = 4, killer = 11, tags = {"ActionSpeed", "JigsawBox"}},
	["Masque (Baptême de Jigsaw)"]                    = {id = 293,    rarity = 2, killer = 11, displayName = "Masque", tags = {"Blindness"}},
	["Rasoirs Enchevêtrés"]                           = {id = 294,    rarity = 1, killer = 11, tags = {"DeepWound", "JigsawBox", "SkillChecks"}},
	["Croquis Annoté de Jigsaw"]                      = {id = 295,    rarity = 3, killer = 11, tags = {"Generators", "PowerCapacity", "PowerDuration"}},
	["Croquis de Jigsaw"]                             = {id = 296,    rarity = 4, killer = 11, tags = {"Auras", "Generators", "PowerCapacity"}},
	["Dossier Médical de John"]                       = {id = 297,    rarity = 1, killer = 11, tags = {"MovementSpeed"}},
	["Testament"]                                     = {id = 298,    rarity = 2, killer = 11, tags = {"ActionTime", "Dash", "MovementSpeed"}},
	["Fil Barbelé (Baptême de Jigsaw)"]               = {id = 299,    rarity = 2, killer = 11, displayName = "Fil Barbelé", tags = {"AutoDamage", "JigsawBox", "SkillChecks"}},
	["Ensemble de Règles N° 2"]                       = {id = 300,    rarity = 3, killer = 11, tags = {"Auras", "JigsawBox"}},
	["Dents Rouillées"]                               = {id = 301,    rarity = 3, killer = 11, tags = {"Mangled"}},
	["Seringue Brisée"]                               = {id = 302,    rarity = 1, killer = 11, tags = {"Dash", "PowerCooldown"}},
	["Toxine à Libération Lente"]                     = {id = 303,    rarity = 3, killer = 11, tags = {"Exhausted"}},
	["Minuteur Trafiqué"]                             = {id = 304,    rarity = 4, killer = 11, tags = {"PowerDuration"}},
	["Lames de Cutter"]                               = {id = 305,    rarity = 2, killer = 11, tags = {"Haemorrhage"}},
	["Cassette Vidéo"]                                = {id = 306,    rarity = 5, killer = 11, tags = {}},
	["Lubrifiant"]                                    = {id = 307,    rarity = 2, killer = 11, tags = {"ActionSpeed", "Dash", "PowerCooldown"}},
-- Tous les Tueurs --
	["Sérum du Fléau"]                                = {id = 308,    rarity = 8, killer = 0, notAvailable = false, tags = {"MovementSpeed"}},
-- Le Clown --
	["Bouteille de Chloroforme"]                      = {id = 309,    rarity = 3, killer = 12, tags = {"Intoxication", "PowerRange"}},
	["Bouteille de Gin Bon Marché"]                   = {id = 310,    rarity = 4, killer = 12, tags = {"PowerCapacity"}},
	["Boîte à Cigares"]                               = {id = 311,    rarity = 4, killer = 12, tags = {"Auras", "Invigoration"}},
	["Éther à 5 % du Volume"]                         = {id = 312,    rarity = 1, killer = 12, decom = true, tags = {"Intoxication", "PowerDuration"}},
	["Éther à 10 % du Volume"]                        = {id = 313,    rarity = 3, killer = 12, decom = true, tags = {"Intoxication", "PowerDuration"}},
	["Éther à 15 % du Volume"]                        = {id = 314,    rarity = 4, killer = 12, tags = {"Intoxication", "PowerDuration"}},
	["Mitaines de Parade"]                            = {id = 315,    rarity = 1, killer = 12, tags = {"ProjectileAngle", "ProjectileSpeed"}},
	["Flacon de Détergent"]                           = {id = 316,    rarity = 3, killer = 12, tags = {"Hindered", "Intoxication", "PowerEfficiency"}},
	["Boîte à Maquillage Criard"]                     = {id = 317,    rarity = 4, killer = 12, tags = {"Invigoration", "PowerDuration"}},
	["Bidon de Kérosène"]                             = {id = 318,    rarity = 2, killer = 12, tags = {"Blindness", "Intoxication"}},
	["Bouteille de Fête"]                             = {id = 319,    rarity = 1, killer = 12, tags = {"Bloodpoints", "Confetti", "Deviousness"}},
	["Petit Doigt de Personne Rousse"]                = {id = 320,    rarity = 5, killer = 12, tags = {"Exposed", "Intoxication", "PowerCapacity"}},
	["Plume de Rouge-Gorge"]                          = {id = 321,    rarity = 1, killer = 12, tags = {"ThrowCooldown"}},
	["Semelles Intérieures Puantes"]                  = {id = 322,    rarity = 3, killer = 12, tags = {"MovementSpeed"}},
	["Bidon de Solvant"]                              = {id = 323,    rarity = 2, killer = 12, tags = {"Invigoration", "PowerDuration"}},
	["Esprit de Hartshorn"]                           = {id = 324,    rarity = 3, killer = 12, tags = {"Invigoration", "PowerRange"}},
	["Plume d'Étourneau"]                             = {id = 325,    rarity = 2, killer = 12, tags = {"ThrowCooldown"}},
	["Bouteille de Soda Collante"]                    = {id = 326,    rarity = 2, killer = 12, tags = {"PowerCapacity"}},
	["Flacon d'Acide Sulfurique"]                     = {id = 327,    rarity = 3, killer = 12, tags = {"Intoxication", "Mangled"}},
	["Majeur du Tatoué"]                              = {id = 328,    rarity = 5, killer = 12, tags = {"Auras", "Intoxication", "Invigoration"}},
	["Bouchon Épais"]                                 = {id = 329,    rarity = 2, killer = 12, tags = {"ActionTime"}},
	["Cassette VHS de Porno"]                         = {id = 330,    rarity = 1, killer = 12, tags = {"Deception", "Intoxication", "Invigoration", "PowerAlternate"}},
-- L'Esprit --
	["Broche de Cheveux Sanglante"]                   = {id = 331,    rarity = 3, killer = 13, decom = true, tags = {"ActionSpeed"}},
	["Chaussures Uwabaki Sales"]                      = {id = 332,    rarity = 3, killer = 13, decom = true, tags = {"MovementSpeed", "Phase-Walk"}},
	["Fleur de Cerisier Séchée"]                      = {id = 333,    rarity = 4, killer = 13, tags = {"KillerInstinct", "Phase-Walk", "ScratchMarks"}},
	["Lunettes de Père"]                              = {id = 334,    rarity = 5, killer = 13, decom = true, tags = {"ExtendedAbility", "PoolsOfBlood"}},
	["Furin"]                                         = {id = 335,    rarity = 4, killer = 13, tags = {"Deception"}},
	["Peigne en Bambou Offert"]                       = {id = 336,    rarity = 1, killer = 13, tags = {"ActionSpeed"}},
	["Bonsaï de Genévrier"]                           = {id = 337,    rarity = 2, killer = 13, tags = {"Deception", "PowerInvisibility"}},
	["Talisman de Chance"]                            = {id = 338,    rarity = 2, killer = 13, tags = {"Phase-Walk", "PowerDuration"}},
	["Tsuba pour Katana"]                             = {id = 339,    rarity = 3, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "PowerInvisibility"}},
	["Talisman de Réussite"]                          = {id = 340,    rarity = 3, killer = 13, decom = true, tags = {"Phase-Walk", "PowerDuration", "PowerRecovery"}},
	["Tasse à Thé Kintsugi"]                          = {id = 341,    rarity = 5, killer = 13, tags = {"BreakableWalls", "Pallets", "PowerRecovery"}},
	["Lunettes de Mère"]                              = {id = 342,    rarity = 3, killer = 13, tags = {"Husk", "KillerInstinct"}},
	["Bague Mère-Fille"]                              = {id = 343,    rarity = 5, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "ScratchMarks"}},
	["Casquette de Sport Boueuse"]                    = {id = 344,    rarity = 2, killer = 13, tags = {"MovementSpeed", "Phase-Walk"}},
	["Grue en Origami"]                               = {id = 345,    rarity = 1, killer = 13, tags = {"PowerRecovery"}},
	["Bracelet en Perles de Prière"]                  = {id = 346,    rarity = 4, killer = 13, decom = true, tags = {"Deception", "TerrorRadius"}},
	["Montre Cassée de Rin"]                          = {id = 347,    rarity = 2, killer = 13, tags = {"PowerRecovery"}},
	["Flûte Rouillée"]                                = {id = 348,    rarity = 3, killer = 13, tags = {"PowerRecovery"}},
	["Senko Hanabi"]                                  = {id = 349,    rarity = 3, killer = 13, tags = {"Husk", "Phase-Walk", "WindowBlocker"}},
	["Amulette Porte-Bonheur"]                        = {id = 350,    rarity = 1, killer = 13, tags = {"Phase-Walk", "PowerDuration"}},
	["Uchiwa"]                                        = {id = 351,    rarity = 3, killer = 13, tags = {"KillerStun", "Pallets", "PowerRecovery"}},
	["Fourreau de Wakizashi"]                         = {id = 352,    rarity = 4, killer = 13, tags = {"ExtendedAbility", "Husk", "Phase-Walk"}},
	["Ruban Blanc pour Cheveux"]                      = {id = 353,    rarity = 2, killer = 13, tags = {"ActionSpeed"}},
	["Amulette Yakuyoke"]                             = {id = 354,    rarity = 4, killer = 13, tags = {"MovementSpeed", "Phase-Walk", "PowerDuration"}},
	["Zōri"]                                          = {id = 355,    rarity = 1, killer = 13, tags = {"MovementSpeed", "Phase-Walk"}},
-- La Légion --
	["Amis pour la Vie"]                              = {id = 356,    rarity = 4, killer = 14, tags = {"ExitGates", "Haste"}},
	["Cold Dirt"]                                     = {id = 357,    rarity = 4, killer = 14, decom = true, tags = {"PowerCooldown"}},
	["Badge Smiley Défiguré"]                         = {id = 358,    rarity = 2, killer = 14, tags = {"DeepWound", "Mangled", "Mending"}},
	["Règle Entaillée"]                               = {id = 359,    rarity = 2, killer = 14, tags = {"Oblivious"}},
	["Lame Dégoûtante"]                               = {id = 360,    rarity = 4, killer = 14, tags = {"ActionTime", "Mending"}},
	["Cassette de Musique de Frank"]                  = {id = 361,    rarity = 4, killer = 14, tags = {"ActionSpeed", "BreakableWalls", "Generators", "TerrorRadius"}},
	["Bracelet d'Amitié"]                             = {id = 362,    rarity = 1, killer = 14, tags = {"AttackRange"}},
	["Cassette de Musique Fumante"]                   = {id = 363,    rarity = 5, killer = 14, tags = {"ExtendedAbility", "Generators", "TerrorRadius"}},
	["Badge Irisé"]                                   = {id = 364,    rarity = 5, killer = 14, tags = {"AutoBreak", "Pallets"}},
	["Cassette de Musique de Joey"]                   = {id = 365,    rarity = 3, killer = 14, tags = {"Haemorrhage", "Mending", "TerrorRadius"}},
	["Cassette de Musique de Julie"]                  = {id = 366,    rarity = 2, killer = 14, tags = {"KillerStun", "PowerRecovery"}},
    ["Liste de Méfaits"]                              = {id = 367, rarity = 1, killer = 14, patch = "8.6.0", effect = "+1 seconde", tags = {"PowerDuration"}},
    ["Fresque"]                                       = {id = 368, rarity = 2, killer = 14, patch = "8.6.0", effect = "+0.08 m/s", stack = "+0.32 m/s", maxBonus = "+1.28 m/s", tags = {"MovementSpeed"}},
	["Nasty Blade"]                                   = {id = 369,    rarity = 3, killer = 14, decom = true, tags = {"ActionTime", "Mending"}},
	["Cachets Anti-Sommeil"]                          = {id = 370,    rarity = 2, killer = 14, tags = {"Bloodpoints", "MovementSpeed", "PowerDuration"}},
	["Règle Éraflée"]                                 = {id = 371,    rarity = 1, killer = 14, tags = {"PowerRecovery"}},
	["Badge Smiley"]                                  = {id = 372,    rarity = 1, killer = 14, tags = {"Blindness", "Mending"}},
	["Étude sur les Blessures par Arme Blanche"]      = {id = 373,rarity = 4, killer = 14, tags = {"Auras", "Mending"}},
	["Carnet à Dessin Volé"]                          = {id = 374,    rarity = 3, killer = 14, tags = {"ItemDrop"}},
	["Lunettes de Soleil Stylées"]                    = {id = 375,    rarity = 3, killer = 14, tags = {"Auras", "Mending"}},
	["Cassette de Musique de Susie"]                  = {id = 376,    rarity = 3, killer = 14, tags = {"KillerInstinct", "TerrorRadius"}},
	["Badge de la Légion"]                            = {id = 377,    rarity = 3, killer = 14, tags = {"Broken", "Mending"}},
-- L'Épidémie --
	["Pomme Grisâtre"]                                = {id = 378,    rarity = 3, killer = 15, tags = {"PoolsOfDevotion", "PowerCapacity", "PowerObject"}},
	["Encens Noir"]                                   = {id = 379,    rarity = 5, killer = 15, tags = {"Auras"}},
	["Pomme Bénie"]                                   = {id = 380,    rarity = 2, killer = 15, tags = {"PoolsOfDevotion", "PowerCapacity"}},
	["Amulette de l'Adepte"]                          = {id = 381,    rarity = 4, killer = 15, tags = {"PowerDuration"}},
	["Potion Vomitive"]                               = {id = 382,    rarity = 2, killer = 15, tags = {"PowerEfficiency"}},
	["Amulette d'Exorcisme"]                          = {id = 383,    rarity = 3, killer = 15, tags = {"PowerDuration"}},
	["Sceau d'Hématite"]                              = {id = 384,    rarity = 2, killer = 15, tags = {"PowerDuration"}},
	["Baume de Soins"]                                = {id = 385,    rarity = 1, killer = 15, tags = {"PowerCooldown"}},
	["Onguent Odorant"]                               = {id = 386,    rarity = 3, killer = 15, tags = {"LoudNoise", "Scream", "TerrorRadius"}},
	["Vomi Infecté"]                                  = {id = 387,    rarity = 3, killer = 15, tags = {"PowerEfficiency"}},
	["Sceau Irisé"]                                   = {id = 388,    rarity = 5, killer = 15, tags = {"Generator", "PowerDuration", "PowerRecovery"}},
	["Sceau Calcaire"]                                = {id = 389,    rarity = 1, killer = 15, tags = {"PowerDuration"}},
	["Olibanum"]                                      = {id = 390,    rarity = 1, killer = 15, tags = {"Auras", "PoolsOfDevotion"}},
	["Teinture Forte"]                                = {id = 391,    rarity = 2, killer = 15, tags = {"PowerCooldown"}},
	["Fragment de Tablette de Prière"]                = {id = 392,    rarity = 1, killer = 15, tags = {"Bloodpoints", "Deviousness", "PowerDuration", "PowerEfficiency", "PowerPenalty"}},
	["Amulette Prophylactique"]                       = {id = 393,    rarity = 2, killer = 15, tags = {"PoolsOfDevotion", "PowerObject"}},
	["Huile de Massage"]                              = {id = 394,    rarity = 3, killer = 15, tags = {"ActionSpeed"}},
	["Orteil Tranché"]                                = {id = 395,    rarity = 4, killer = 15, tags = {"PowerEfficiency"}},
	["Vomitif Abominable"]                            = {id = 396,    rarity = 4, killer = 15, tags = {"ProjectileSpeed"}},
	["Tablette d'Adoration"]                          = {id = 397,    rarity = 4, killer = 15, tags = {"ActionSpeed", "MovementSpeed", "PoolsOfDevotion"}},
-- Ghost Face --
	["Eau de Cologne Bon Marché"]                     = {id = 398,    rarity = 1, killer = 16, tags = {"PowerDuration"}},
	["Stylo Mâchouillé"]                              = {id = 399,    rarity = 3, killer = 16, tags = {"PowerCounter"}},
	["Sangles"]                                       = {id = 400,    rarity = 2, killer = 16, tags = {"PowerPenalty"}},
	["Permis de Conduire"]                            = {id = 401,    rarity = 4, killer = 16, tags = {"ExtendedAbility", "GenBlocker", "Generators"}},
	["Fourreau de Couteau Fixe"]                      = {id = 402,    rarity = 4, killer = 16, tags = {"Haste"}},
	['"Ghost Face Surpris en Direct"']                = {id = 403,    rarity = 5, killer = 16, tags = {"DyingState", "PowerRecovery"}},
	["Coupures de Presse"]                            = {id = 404,    rarity = 1, killer = 16, tags = {"MovementSpeed"}},
	["Étui de Ceinture à Couteau"]                    = {id = 405,    rarity = 3, killer = 16, tags = {"TerrorRadius"}},
	["Parfum Durable"]                                = {id = 406,    rarity = 3, killer = 16, tags = {"PowerCounter"}},
	["Fourreau de Couteau en Cuir"]                   = {id = 407,    rarity = 3, killer = 16, tags = {"MovementSpeed"}},
	["Carte Marquée"]                                 = {id = 408,    rarity = 2, killer = 16, tags = {"KillerInstinct", "PowerCounter"}},
	["Objectif de Vision Nocturne"]                   = {id = 409,    rarity = 4, killer = 16, tags = {"Exhausted"}},
	["Carnet d'Adresses d'Olsen"]                     = {id = 410,    rarity = 2, killer = 16, tags = {"Auras", "RushedActions"}},
	["Journal d'Olsen"]                               = {id = 411,    rarity = 2, killer = 16, tags = {"Oblivious"}},
	["Porte-Feuille d'Olsen"]                         = {id = 412,    rarity = 3, killer = 16, tags = {"BreakableWalls", "Pallets", "PowerRecovery"}},
	["Caméra de Sécurité Extérieure"]                 = {id = 413,    rarity = 5, killer = 16, tags = {"Auras", "DyingState"}},
	['"Philly"']                                      = {id = 414,    rarity = 1, killer = 16, tags = {"PowerEfficiency"}},
	["Téléobjectif"]                                  = {id = 415,    rarity = 2, killer = 16, tags = {"Oblivious"}},
	["Routine Détaillée de la Victime"]               = {id = 416,    rarity = 4, killer = 16, tags = {"Exhausted"}},
	["Allumettes du Walleye"]                         = {id = 417,    rarity = 1, killer = 16, tags = {"PowerRecovery"}},
-- Le Démogorgon --
	["Lunettes de Barb"]                              = {id = 418,    rarity = 2, killer = 17, tags = {"AttackCooldown", "BreakableWalls", "Pallets"}},
	["Cœur Noir"]                                     = {id = 419,    rarity = 1, killer = 17, tags = {"AttackCooldown"}},
	["Briquet en Cuivre"]                             = {id = 420,    rarity = 3, killer = 17, tags = {"Blindness", "Portals"}},
	["Poumon de Biche"]                               = {id = 421,    rarity = 3, killer = 17, tags = {"MovementSpeed", "PowerObject"}},
	["Soda de Onze"]                                  = {id = 422,    rarity = 3, killer = 17, tags = {"Auras", "ExtendedAbility", "Generators"}},
	["Lichen Lépreux"]                                = {id = 423,    rarity = 5, killer = 17, tags = {"Auras", "ExtendedAbility", "Portals"}},
	["Sifflet de Maître-Nageur"]                      = {id = 424,    rarity = 4, killer = 17, effect = "+2", patch = "8.4.0", tags = {"PowerCapacity", "Portals"}},
	["Boyaux de Miaou"]                               = {id = 425,    rarity = 2, killer = 17, tags = {"AttackCooldown", "PowerObject", "Portals"}},
	["Foie de Rat"]                                   = {id = 426,    rarity = 1, killer = 17, tags = {"MovementSpeed"}},
	["Queue de Rat"]                                  = {id = 427,    rarity = 1, killer = 17, tags = {"ActionSpeed", "Portals"}},
	["Mousse Rouge"]                                  = {id = 428,    rarity = 5, killer = 17, tags = {"ActionNoise", "ActionTime", "EffectDuration", "Undetectable", "Portals"}},
	["Tripes Vertes Décomposées"]                     = {id = 429,    rarity = 2, killer = 17, tags = {"MovementSpeed", "Portals"}},
	["Citrouille Pourrie"]                            = {id = 430,    rarity = 1, killer = 17, tags = {"Bloodpoints", "Portals", "PowerPenalty"}},
	["Revêtement Gluant"]                             = {id = 431,    rarity = 2, killer = 17, tags = {"EffectRange", "Portals"}},
	["Lianes Épineuses"]                              = {id = 432,    rarity = 3, killer = 17, range = "+1 mètre", effect = "+8 %", patch = "8.4.0", tags = {"ActionTime", "EffectRange", "Portals"}},
	["Œuf Inconnu"]                                   = {id = 433,    rarity = 4, killer = 17, tags = {"PowerRecovery"}},
	["Résine Sens Dessus Dessous"]                    = {id = 434,    rarity = 4, killer = 17, tags = {"ActionTime", "Portals"}},
	["Petit Bonnet Vermillon"]                        = {id = 435,    rarity = 4, killer = 17, tags = {"EffectDuration", "Undetectable", "Portals"}},
	["Bonnet Cireux Violet"]                          = {id = 436,    rarity = 3, killer = 17, tags = {"EffectDuration", "Undetectable", "Portals"}},
	["Toile Visqueuse"]                               = {id = 437,    rarity = 2, killer = 17, effect = "+10 %", patch = "8.4.0", tags = {"ActionTime", "Portals"}},
-- L'Oni --
	["Béquille d'Akito"]                              = {id = 438,    rarity = 4, killer = 18, tags = {"Dash", "MovementSpeed"}},
	["Ongle de Pied Noirci"]                          = {id = 439,    rarity = 1, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
	["Écharpe Sanglante"]                             = {id = 440,    rarity = 2, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
	["Épée de Bois d'Enfant"]                         = {id = 441,    rarity = 2, killer = 18, tags = {"Auras", "BloodOrbs", "PowerRange"}},
	["Saihai Ébréché"]                                = {id = 442,    rarity = 2, killer = 18, tags = {"PowerDuration"}},
	["Sakazuki Fêlée"]                                = {id = 443,    rarity = 1, killer = 18, tags = {"TransitionTime"}},
	["Lion à l'Encre"]                                = {id = 444,    rarity = 2, killer = 18, tags = {"TransitionTime", "PowerPenalty"}},
	["Blason de Famille Irisé"]                       = {id = 445,    rarity = 5, killer = 18, tags = {"ExtendedAbility", "LoudNoise", "Scream"}},
	["Talisman Kanai Anzen"]                          = {id = 446,    rarity = 3, killer = 18, tags = {"Dash", "MovementSpeed"}},
	["Croc de Lion"]                                  = {id = 447,    rarity = 4, killer = 18, tags = {"PowerDuration"}},
	["Lanterne en Papier"]                            = {id = 448,    rarity = 1, killer = 18, tags = {"Absorption", "BloodOrbs", "MovementSpeed"}},
	["Maedate Lustré"]                                = {id = 449,    rarity = 2, killer = 18, tags = {"PassiveCharge"}},
	["Gant Sanglant de Renjiro"]                      = {id = 450,    rarity = 5, killer = 18, tags = {"Auras", "ExtendedAbility"}},
	["Corde en Décomposition"]                        = {id = 451,    rarity = 1, killer = 18, tags = {"Auras", "BloodOrbs", "PowerRange"}},
	["Chignon Scalpé"]                                = {id = 452,    rarity = 3, killer = 18, tags = {"ActionTime", "Dash"}},
	["Wakizashi Brisé"]                               = {id = 453,    rarity = 3, killer = 18, tags = {"PassiveCharge"}},
	["Coque Éventrée"]                                = {id = 454,    rarity = 4, killer = 18, tags = {"BloodOrbs", "Crouching", "Lockers", "Pallets", "SkillChecks", "Windows"}},
	["Tenugui Imbibé de Larmes"]                      = {id = 455,    rarity = 4, killer = 18, tags = {"PowerPenalty"}},
	["Masque d'Oni en Bois"]                          = {id = 456,    rarity = 3, killer = 18, tags = {"BloodOrbs", "Crouching", "Lockers", "Pallets", "SkillChecks", "Windows"}},
	["Yamaoka Sashimono"]                             = {id = 457,    rarity = 3, killer = 18, tags = {"PowerDuration"}},
-- Le Lance-mort --
	["Fil Barbelé (L'Expiateur)"]                     = {id = 458,    rarity = 4, killer = 19, displayName = "Fil Barbelé", tags = {"ActionTime", "Mending"}},
	["Cigare de Bayshore"]                            = {id = 459,    rarity = 4, killer = 19, tags = {"KillerStun", "StunDuration"}},
	["Dent en Or de Bayshore"]                        = {id = 460,    rarity = 3, killer = 19, tags = {"MovementSpeed", "Reeling"}},
	["Tabac à Mâcher"]                                = {id = 461,    rarity = 2, killer = 19, tags = {"KillerStun", "StunDuration"}},
	["Bourbon Gold Creek"]                            = {id = 462,    rarity = 4, killer = 19, tags = {"ADS", "TerrorRadius"}},
	["Fer de Hellshire"]                              = {id = 463,    rarity = 5, killer = 19, tags = {"Undetectable"}},
	["Épines de Févier Épineux"]                      = {id = 464,    rarity = 3, killer = 19, tags = {"Mangled"}},
	["Pièce Irisée"]                                  = {id = 465,    rarity = 5, killer = 19, tags = {"Exposed"}},
	["Casseur de Mâchoires"]                          = {id = 466,    rarity = 2, killer = 19, tags = {"ADS", "MovementSpeed"}},
	["Insigne de Marshal"]                            = {id = 467,    rarity = 2, killer = 19, tags = {"ADS", "TerrorRadius"}},
	["Ceinture à Munitions Modifiée"]                 = {id = 468,    rarity = 1, killer = 19, tags = {"ActionTime"}},
	["Feuilles de Sumac de l'Ouest"]                  = {id = 469,    rarity = 2, killer = 19, tags = {"ActionTime", "Mending"}},
	["Chaîne de Prison"]                              = {id = 470,    rarity = 4, killer = 19, tags = {"ActionTime"}},
	["Chaîne Fragile"]                                = {id = 471,    rarity = 1, killer = 19, tags = {"ActionTime", "Bloodpoints"}},
	["Crampon Rouillé"]                               = {id = 472,    rarity = 2, killer = 19, tags = {"Mangled"}},
	["Poudre de Perlimpinpin"]                        = {id = 473,    rarity = 1, killer = 19, tags = {"MovementSpeed", "Reeling"}},
	["Tissu d'Astiquage"]                             = {id = 474,    rarity = 1, killer = 19, tags = {"PowerCooldown"}},
	["Bidon d'Huile"]                                 = {id = 475,    rarity = 3, killer = 19, tags = {"PowerCooldown"}},
	["Avis de Recherche"]                             = {id = 476,    rarity = 3, killer = 19, tags = {"ADS", "MovementSpeed"}},
	["Clés du Directeur"]                             = {id = 477,    rarity = 3, killer = 19, tags = {"ActionTime"}},
-- Le Bourreau --
	["Sangle Noire"]                                  = {id = 478,    rarity = 1, killer = 20, tags = {"AttackRange"}},
	["Peinture de l'Homme en Feu"]                    = {id = 479,    rarity = 3, killer = 20, tags = {"AttackRange"}},
	["Anneau de Cuivre"]                              = {id = 480,    rarity = 1, killer = 20, tags = {"PowerDuration"}},
	['Boîte à Musique "Cendrillon"']                  = {id = 481,    rarity = 2, killer = 20, tags = {"EffectDuration"}},
	['Livre "Cérémonie Crimson"']                     = {id = 482,    rarity = 4, killer = 20, tags = {"Haemorrhage", "Torment"}},
	["Papillon Mort"]                                 = {id = 483,    rarity = 1, killer = 20, tags = {"PowerRecovery"}},
	["Cassette Vidéo Oubliée"]                        = {id = 484,    rarity = 2, killer = 20, tags = {"PowerRecovery"}},
	["Sceau de Métatron Irisé"]                       = {id = 485,    rarity = 5, killer = 20, tags = {"Auras", "Cages", "Torment"}},
	["Anneau d'Étain"]                                = {id = 486,    rarity = 1, killer = 20, tags = {"EffectDuration"}},
	["Tissu à Imprimé Léopard"]                       = {id = 487,    rarity = 2, killer = 20, tags = {"KillerInstinct"}},
	['Livre "Souvenirs Perdus"']                      = {id = 488,    rarity = 4, killer = 20, tags = {"Oblivious", "Torment"}},
	["Pied de Mannequin"]                             = {id = 489,    rarity = 3, killer = 20, tags = {"EffectDuration"}},
	["Jour de Brume, Restes du Jugement"]             = {id = 490,    rarity = 3, killer = 20, tags = {"KillerInstinct"}},
	["Coupe en Obsidienne"]                           = {id = 491,    rarity = 5, killer = 20, tags = {"Undetectable"}},
	["Œuf Couleur Rouille"]                           = {id = 492,    rarity = 4, killer = 20, tags = {"Blindness", "Torment"}},
	["Œuf Écarlate"]                                  = {id = 493,    rarity = 4, killer = 20, tags = {"KillerInstinct"}},
	["Fer de Lance"]                                  = {id = 494,    rarity = 2, killer = 20, tags = {"PowerDuration"}},
	["Tablette de l'Oppresseur"]                      = {id = 495,    rarity = 3, killer = 20, tags = {"PowerDuration"}},
	["Photographie de la Secte de Valtiel"]           = {id = 496,    rarity = 3, killer = 20, tags = {"PowerRecovery"}},
	["Poupée de Cire"]                                = {id = 497,    rarity = 2, killer = 20, tags = {"AttackRange"}},
-- Le Fléau --
	["Fiole d'Adrénaline"]                            = {id = 498,    rarity = 3, killer = 21, patch = "7.5.0", tags = {"CameraAngle", "Dash", "MovementSpeed", "PowerRecovery", "PowerTokens", "TurnRate"}},
	["Anneau d'Alchimiste"]                           = {id = 499,    rarity = 4, killer = 21, patch = "7.5.0", tags = {"Dash", "PowerRecovery", "PowerTokens"}},
	["Corbeau du Fléau"]                              = {id = 500,    rarity = 3, killer = 21, patch = "7.5.0", tags = {"Dash", "MovementSpeed"}},
	["Rat du Fléau"]                                  = {id = 501,    rarity = 2, killer = 21, patch = "7.5.0", tags = {"Dash", "MovementSpeed"}},
	["Ronce d'Ulcère"]                                = {id = 502,    rarity = 2, killer = 21, tags = {"Dash", "PowerCooldown"}},
	["Monocle Ébréché"]                               = {id = 503,    rarity = 1, killer = 21, tags = {"ExtendedAbility", "PowerIndicator", "Impact"}},
	["Composé N° 7"]                                  = {id = 504,    rarity = 1, killer = 21, tags = {"ExtendedAbility", "Impact"}},
	["Composé N° 33"]                                 = {id = 505,    rarity = 5, killer = 21, patch = "8.0.0", tags = {"BreakableWalls", "Hindered", "Pallets", "PowerCooldown", "Impact"}},
	["Composé N° 21"]                                 = {id = 506,    rarity = 3, killer = 21, tags = {"Auras", "Impact"}},
	["Digitale"]                                      = {id = 507,    rarity = 1, killer = 21, tags = {"Dash", "PowerCooldown"}},
	["Étiquette Irisée du Fléau"]                     = {id = 508,    rarity = 5, killer = 21, patch = "8.0.0", tags = {"AutoDamage", "Dash", "PowerTokens"}},
	["Comprimé Placebo"]                              = {id = 509,    rarity = 1, killer = 21, tags = {"Bloodpoints", "Dash", "MovementSpeed"}},
	["Bile de L'Épidémie"]                            = {id = 510,    rarity = 2, killer = 21, tags = {"Dash", "TurnRate"}},
	["Poussière de Pustulas"]                         = {id = 511,    rarity = 2, killer = 21, tags = {"PowerWindow"}},
	["Tonifiant aux Roses"]                           = {id = 512,    rarity = 3, killer = 21, tags = {"PowerWindow"}},
	["Notes Déchirées"]                               = {id = 513,    rarity = 2, killer = 21, patch = "7.7.0", tags = {"Dash", "PowerRecovery", "PowerTokens"}},
	["Substance d'Âme"]                               = {id = 514,    rarity = 4, killer = 21, patch = "7.7.0", tags = {"Dash", "SkillChecks"}},
	["Pierre d'Invocation"]                           = {id = 515,    rarity = 4, killer = 21, patch = "7.7.0", tags = {"Dash", "PalletBlocker", "Pallets"}},
	["Sels des Ombres"]                               = {id = 516,    rarity = 3, killer = 21, tags = {"Dash", "TurnRate"}},
	["Journal de Vigo"]                               = {id = 517,    rarity = 4, killer = 21, tags = {"Dash", "Undetectable"}},
-- Les Jumeaux --
	["Dents de Bébé"]                                 = {id = 518,    rarity = 2, killer = 22, tags = {"Blindness", "Victor"}},
	["Capuche Noire Sanglante"]                       = {id = 519,    rarity = 2, killer = 22, tags = {"Charlotte", "DormantState", "TransitionTime"}},
	["Œil de Chat"]                                   = {id = 520,    rarity = 2, killer = 22, tags = {"ActionNoise", "Lullaby", "Pounce", "Shriek", "Victor"}},
	["Figurine de Chat"]                              = {id = 521,    rarity = 1, killer = 22, tags = {"ExtendedAbility", "PowerIndicator", "Victor"}},
	["Candélabre Cérémoniel"]                         = {id = 522,    rarity = 2, killer = 22, tags = {"ActionTime", "Charlotte", "Victor"}},
	["Goutte de Parfum"]                              = {id = 523,    rarity = 4, killer = 22, tags = {"Charlotte", "Lullaby", "Oblivious", "Shriek", "Victor"}},
	["Potage des Bois"]                               = {id = 524,    rarity = 4, killer = 22, tags = {"MovementSpeed", "Victor"}},
	["Pendentif Irisé"]                               = {id = 525,    rarity = 5, killer = 22, patch = "7.7.0", tags = {"Exposed", "Victor"}},
	["Gant de Madeleine"]                             = {id = 526,    rarity = 2, killer = 22, tags = {"EffectRange", "Lullaby", "Shriek"}},
	["Écharpe de Madeleine"]                          = {id = 527,    rarity = 3, killer = 22, tags = {"MovementSpeed", "Victor"}},
	["Aiguille Rouillée"]                             = {id = 528,    rarity = 3, killer = 22, patch = "7.7.0", tags = {"Haemorrhage", "Victor"}},
	["Vase des Égouts"]                               = {id = 529,    rarity = 3, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Victor"}},
	["Bâillon"]                                       = {id = 530,    rarity = 5, killer = 22, patch = "7.7.0", tags = {"DormantState", "Undetectable"}},
	["Lait Tourné"]                                   = {id = 531,    rarity = 1, killer = 22, tags = {"EffectRange", "Lullaby", "Shriek"}},
	["Toupie"]                                        = {id = 532,    rarity = 4, killer = 22, tags = {"ItemDrop", "Pounce", "Victor"}},
	["Biscuit Rassis"]                                = {id = 533,    rarity = 3, killer = 22, tags = {"Pounce", "PowerCooldown", "Victor"}},
	["Petit Ongle"]                                   = {id = 534,    rarity = 1, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Victor"}},
	["Épée de Bois"]                                  = {id = 535,    rarity = 1, killer = 22, patch = "7.7.0", tags = {"ActionTime", "Pounce", "Victor"}},
	["Petit Soldat de Victor"]                        = {id = 536,    rarity = 4, killer = 22, tags = {"Auras", "Charlotte", "Victor"}},
	["Hochet Lourd"]                                  = {id = 537,    rarity = 3, killer = 22, patch = "7.7.0", tags = {"Broken", "Victor"}},
-- Le Farceur --
	["Boa Sanglant"]                                  = {id = 538,    rarity = 3, killer = 23, tags = {"PowerCapacity"}},
	["Chaussures One Caged Heart"]                    = {id = 539,    rarity = 2, killer = 23, tags = {"MovementSpeed"}},
	["Single Cut Thru U"]                             = {id = 540,    rarity = 4, killer = 23, tags = {"ExtendedAbility", "PowerEfficiency"}},
	["Compilation d'Agonies Mortelles"]               = {id = 541,    rarity = 5, killer = 23, tags = {"Auras", "MainEvent"}},
	["Boutons de Manchette en Diamant"]               = {id = 542,    rarity = 4, killer = 23, tags = {"Auras"}},
	["Album Edge of Revival"]                         = {id = 543,    rarity = 4, killer = 23, tags = {"ExtendedAbility", "PowerEfficiency"}},
	["Soda Fizz-Spin"]                                = {id = 544,    rarity = 3, killer = 23, tags = {"ComboDuration", "MainEvent"}},
	["Câbles Infernaux"]                              = {id = 545,    rarity = 1, killer = 23, tags = {"MainEvent", "PowerDuration"}},
	["Photo Irisée"]                                  = {id = 546,    rarity = 5, killer = 23, tags = {"Haste"}},
	["Autographe de Ji-Woon"]                         = {id = 547,    rarity = 2, killer = 23, tags = {"ComboDuration", "MainEvent"}},
	["Accords de Partition Mortels"]                  = {id = 548,    rarity = 1, killer = 23, tags = {"MovementSpeed"}},
	["Lame Porte-Bonheur"]                            = {id = 549,    rarity = 2, killer = 23, tags = {"PowerDuration"}},
	["Meurtre Mélodieux"]                             = {id = 550,    rarity = 3, killer = 23, tags = {"ActionTime", "Lockers"}},
	["Lames Souvenirs"]                               = {id = 551,    rarity = 1, killer = 23, tags = {"ThrowCooldown"}},
	["Lancer Précis"]                                 = {id = 552,    rarity = 2, killer = 23, tags = {"DecayDelay"}},
	["Protège-Poignet de Ripper"]                     = {id = 553,    rarity = 3, killer = 23, tags = {"DecayDelay"}},
	["Smash 'n' Run Gloves"]                          = {id = 554,    rarity = 0, killer = 23, unused = true, tags = {}},
	["Tequila Sélénite"]                              = {id = 555,    rarity = 2, killer = 23, tags = {"PowerDuration"}},
	["Lames Truquées"]                                = {id = 556,    rarity = 4, killer = 23, tags = {"ExtendedAbility"}},
	["Sac à Malice"]                                  = {id = 557,    rarity = 1, killer = 23, tags = {"PowerCapacity"}},
	["Montre Waiting For You"]                        = {id = 558,    rarity = 3, killer = 23, tags = {"PowerDuration"}},
-- Nemesis --
	["Bracelet d'Administrateur"]                     = {id = 559,    rarity = 2, killer = 24, tags = {"DetectionRange", "FOV", "Zombies"}},
	["Injecteur d'Adrénaline"]                        = {id = 560,    rarity = 2, killer = 24, tags = {"KillerInstinct", "Vaccin"}},
	["Intestin de Brian"]                             = {id = 561,    rarity = 1, killer = 24, tags = {"MovementSpeed", "Zombies"}},
	["Pièce de Récupération Brisée"]                  = {id = 562,    rarity = 4, killer = 24, tags = {"PowerCounter", "SupplyCases"}},
	["Seringue Abîmée"]                               = {id = 563,    rarity = 1, killer = 24, tags = {"ActionTime", "PowerCounter", "Vaccin"}},
	["Ruban d'Encre Vide"]                            = {id = 564,    rarity = 4, killer = 24, tags = {"ExitGates", "ExtendedAbility", "MovementSpeed", "PowerCooldown", "Zombies"}},
	["Insigne Irisé d'Umbrella"]                      = {id = 565,    rarity = 5, killer = 24, tags = {"Exposed", "Vaccin"}},
	["Sandwich de Jill"]                              = {id = 566,    rarity = 4, killer = 24, tags = {"Auras", "PowerCounter", "SupplyCases"}},
	["Langue de Licker"]                              = {id = 567,    rarity = 3, killer = 24, tags = {"Hindered"}},
	["Sang de Marvin"]                                = {id = 568,    rarity = 2, killer = 24, tags = {"PowerEfficiency"}},
	["Œil de Mikhail"]                                = {id = 569,    rarity = 2, killer = 24, tags = {"MovementSpeed", "Zombies"}},
	["Parasite Ne-α"]                                 = {id = 570,    rarity = 4, killer = 24, tags = {"Oblivious", "Vaccin"}},
	["Lianes de Plante 43"]                           = {id = 571,    rarity = 3, killer = 24, tags = {"PowerCounter", "SupplyCases"}},
	["Injecteur de Sérotonine"]                       = {id = 572,    rarity = 3, killer = 24, tags = {"Undetectable", "Zombies"}},
	["Insigne Brisé du S.T.A.R.S."]                   = {id = 573,    rarity = 5, killer = 24, tags = {"MovementSpeed", "Zombies"}},
	["Fedora Déchiqueté"]                             = {id = 574,    rarity = 3, killer = 24, unused = true, tags = {}},
	["Manuel de Combat du S.T.A.R.S."]                = {id = 575,    rarity = 1, killer = 24, tags = {"Auras", "Zombies"}},
	["Échantillon du Virus T"]                        = {id = 576,    rarity = 3, killer = 24, tags = {"PowerEfficiency", "Zombies"}},
	["Carnage de Tyrant"]                             = {id = 577,    rarity = 3, killer = 24, tags = {"PowerCooldown", "PowerEfficiency", "Zombies"}},
	["Bracelet de Visiteur"]                          = {id = 578,    rarity = 1, killer = 24, tags = {"DetectionRange", "FOV", "Zombies"}},
	["Cœur de Zombie"]                                = {id = 579,    rarity = 2, killer = 24, tags = {"PowerEfficiency", "Zombies"}},
-- Le Cénobite --
	["Clou Tordu"]                                    = {id = 580,    rarity = 1, killer = 25, tags = {"Bloodpoints", "PowerObject", "PowerPenalty"}},
	["Bougie Incandescente"]                          = {id = 581,    rarity = 1, killer = 25, tags = {"ChainHunt", "PassiveCharge"}},
	["Dent du Bavard"]                                = {id = 582,    rarity = 4, killer = 25, tags = {"Auras", "ChainHunt", "ExtendedAbility", "LamentConfiguration", "PowerDeactivation", "Undetectable"}},
	["Croc d'Ingénieur"]                              = {id = 583,    rarity = 5, killer = 25, tags = {"AutoDamage", "ActionTime", "Gateway", "PowerObject", "PowerPenalty"}},
	["Télévision Clignotante"]                        = {id = 584,    rarity = 2, killer = 25, tags = {"Gateway", "PowerRange"}},
	["Cœur de Frank"]                                 = {id = 585,    rarity = 3, killer = 25, tags = {"Gateway"; "PowerRange"}},
	["Verre Noir Couvert de Graisse"]                 = {id = 586,    rarity = 4, killer = 25, tags = {"Auras"}},
	["Câble à Empaler"]                               = {id = 587,    rarity = 4, killer = 25, tags = {"PowerObject"}},
	["Configuration des Lamentations Irisée"]         = {id = 588,  rarity = 5, killer = 25, tags = {"Auras", "ChainHunt", "KillerInstinct", "LamentConfiguration", "Oblivious", "Teleportation"}},
	["Sang de Larry"]                                 = {id = 589,    rarity = 3, killer = 25, tags = {"PowerRange"}},
	["Restes de Larry"]                               = {id = 590,    rarity = 3, killer = 25, tags = {"ActionTime", "LamentConfiguration", "PowerCounter"}},
	["Bandes en Cuir"]                                = {id = 591,    rarity = 1, killer = 25, tags = {"PowerCooldown"}},
	["Tripes Liquéfiées"]                             = {id = 592,    rarity = 2, killer = 25, tags = {"ActionTime", "LamentConfiguration", "PowerCounter"}},
	["Grillons Vivants"]                              = {id = 593,    rarity = 1, killer = 25, tags = {"TurnRate"}},
	["Douleur Originale"]                             = {id = 594,    rarity = 4, killer = 25, tags = {"DeepWound"}},
	["Brochette de Rat"]                              = {id = 595,    rarity = 2, killer = 25, tags = {"PowerCooldown"}},
	["Tranche de Frank"]                              = {id = 596,    rarity = 3, killer = 25, tags = {"Exhausted", "LamentConfiguration"}},
	["Viande Gâtée"]                                  = {id = 597,    rarity = 2, killer = 25, tags = {"PowerRange"}},
	["Pilier de Torture"]                             = {id = 598,    rarity = 3, killer = 25, tags = {"ChainHunt", "PassiveCharge"}},
	["Vers Agités"]                                   = {id = 599,    rarity = 2, killer = 25, tags = {"TurnRate"}},
-- L'Artiste --
	["Dessin Automatique"]                            = {id = 600,    rarity = 2, killer = 26, tags = {"DireCrows", "PowerCooldown"}},
	["Bout de Charbon"]                               = {id = 601,    rarity = 3, killer = 26, tags = {"Auras", "DireCrows", "PowerPenalty"}},
	["Maïs Choclo"]                                   = {id = 602,    rarity = 1, killer = 26, tags = {"DireCrows", "PowerDuration"}},
	["Encre Ténébreuse"]                              = {id = 603,    rarity = 3, killer = 26, tags = {"Blindness", "DireCrows", "PowerCounter"}},
	["Charogne Pourrissante"]                         = {id = 604,    rarity = 2, killer = 26, tags = {"DireCrows", "PowerCooldown"}},
	["Jardin de Pourriture"]                          = {id = 605,    rarity = 5, killer = 26, tags = {"DireCrows", "Exposed"}},
	["Œuf d'Encre"]                                   = {id = 606,    rarity = 4, killer = 26, tags = {"DireCrows", "PowerCapacity", "PowerDuration"}},
	["Plume Irisée"]                                  = {id = 607,    rarity = 5, killer = 26, tags = {"DireCrows", "Undetectable", "PowerCapacity"}},
	["Chaussures de Bébé de Matias"]                  = {id = 608,    rarity = 4, killer = 26, tags = {"Auras", "DireCrows"}},
	["Ô Chagrin d'Amour"]                             = {id = 609,    rarity = 3, killer = 26, tags = {"DireCrows", "Exhausted"}},
	["Peintures à l'Huile"]                           = {id = 610,    rarity = 1, killer = 26, tags = {"DireCrows", "EffectRange", "KillerInstinct"}},
	["Mains Tranchées"]                               = {id = 611,    rarity = 4, killer = 26, tags = {"DireCrows", "ExtendedAbility"}},
	["Langue Tranchée"]                               = {id = 612,    rarity = 4, killer = 26, tags = {"DireCrows", "MovementSpeed", "PowerPenalty"}},
	["Clochette d'Argent"]                            = {id = 613,    rarity = 3, killer = 26, tags = {"DireCrows", "Oblivious"}},
	["Corbeau de Nature Morte"]                       = {id = 614,    rarity = 2, killer = 26, tags = {"DireCrows", "PowerDuration"}},
	["Goudron Épais"]                                 = {id = 615,    rarity = 1, killer = 26, tags = {"ActionTime", "DireCrows"}},
	["Nid Épineux"]                                   = {id = 616,    rarity = 3, killer = 26, tags = {"DireCrows", "Haemorrhage", "Mangled"}},
	["Agonie Sans Titre"]                             = {id = 617,    rarity = 2, killer = 26, tags = {"DireCrows", "Hindered"}},
	["Tissu en Velours"]                              = {id = 618,    rarity = 2, killer = 26, tags = {"Auras", "DireCrows", "EffectDuration"}},
	["Vibrant Avis de Décès"]                         = {id = 619,    rarity = 1, killer = 26, tags = {"EffectDuration", "KillerInstinct"}},
-- L'Onryō --
	["Ongles Sanglants"]                              = {id = 620,    rarity = 3, killer = 27, tags = {"MovementSpeed", "Projection"}},
	["Panneau du Chalet"]                             = {id = 621,    rarity = 1, killer = 27, tags = {"PowerCooldown", "Projection", "TVs"}},
	["Poignée de Cheveux"]                            = {id = 622,    rarity = 2, killer = 27, tags = {"EffectRange", "PowerInvisibility"}},
	["Photo Déformée"]                                = {id = 623,    rarity = 4, killer = 27, tags = {"Auras", "LoudNoise", "Scream"}},
	["Cassette Vidéo Irisée"]                         = {id = 624,    rarity = 5, killer = 27, patch = "7.5.0", tags = {"Auras", "PowerCounter", "TVs", "VHS"}},
	["Peigne de la Mère"]                             = {id = 625,    rarity = 3, killer = 27, tags = {"Auras", "ExtendedAbility", "LoudNoise", "TVs"}},
	["Miroir de la Mère"]                             = {id = 626,    rarity = 1, killer = 27, tags = {"EffectDuration", "PowerInvisibility"}},
	["Vieux Journal"]                                 = {id = 627,    rarity = 1, killer = 27, tags = {"EffectDuration", "PowerInvisibility"}},
	["Montre de Reiko"]                               = {id = 628,    rarity = 2, killer = 27, patch = "7.5.0", tags = {"EffectDuration", "PowerInvisibility"}},
	["Télécommande"]                                  = {id = 629,    rarity = 5, killer = 27, tags = {"Auras", "Projection", "TVs"}},
	["Moulin à Vent Bancal"]                          = {id = 630,    rarity = 3, killer = 27, tags = {"Oblivious", "TVs"}},
	["Dessin d'un Cercle"]                            = {id = 631,    rarity = 3, killer = 27, patch = "7.5.0", tags = {"Condamnation", "ExtendedAbility"}},
	["Vêtement Trempé d'Eau de Mer"]                  = {id = 632,    rarity = 2, killer = 27, tags = {"Blindness", "TVs"}},
	["Pupitre de Montage de Cassette"]                = {id = 633,    rarity = 4, killer = 27, patch = "7.5.0", tags = {"ExtendedAbility", "VHS"}},
	["Téléphone"]                                     = {id = 634,    rarity = 4, killer = 27, tags = {"Hindered"}},
	["Magnétoscope"]                                  = {id = 635,    rarity = 4, killer = 27, tags = {"ExtendedAbility", "Projection", "TVs"}},
	["Copie de Cassette Vidéo"]                       = {id = 636,    rarity = 1, killer = 27, patch = "7.5.0", tags = {"Condamnation", "PowerEfficiency", "PowerCooldown", "Projection", "TVs"}},
	["Puits en Pierre"]                               = {id = 637,    rarity = 2, killer = 27, tags = {"PowerCooldown", "Projection", "TVs"}},
	["Eau de Puits"]                                  = {id = 638,    rarity = 3, killer = 27, tags = {"EffectDuration", "Undetectable"}},
	["Filet de Pêche de Yoichi"]                      = {id = 639,    rarity = 2, killer = 27, tags = {"Blindness", "Condamnation"}},
-- Le Dragage --
	["Désodorisant"]                                  = {id = 640,    rarity = 2, killer = 28, tags = {"PowerTokens"}},
	["Clé de Bateau"]                                 = {id = 641,    rarity = 4, killer = 28, tags = {"Daytime", "ExitGates", "Lockers", "Locks", "MovementSpeed", "Teleportation"}},
	["Poupée Brisée"]                                 = {id = 642,    rarity = 3, killer = 28, tags = {"Nightfall", "PowerDuration"}},
	["Lettres Brûlées"]                               = {id = 643,    rarity = 2, killer = 28, tags = {"PowerEfficiency"}},
	["Comprimés de Caféine"]                          = {id = 644,    rarity = 1, killer = 28, tags = {"Auras", "Lockers", "Locks", "Teleportation"}},
	["Oreiller Détruit"]                              = {id = 645,    rarity = 3, killer = 28, tags = {"PowerCooldown", "Nightfall"}},
	["Bardeau Tombé"]                                 = {id = 646,    rarity = 2, killer = 28, tags = {"PowerEfficiency"}},
	["Enregistreur de Terrain"]                       = {id = 647,    rarity = 4, killer = 28, tags = {"Exhausted", "Generators", "Nightfall", "Vestige"}},
	["Capuche de Fidèle"]                             = {id = 648,    rarity = 1, killer = 28, tags = {"Daytime", "KillerInstinct", "Vestige"}},
	["Calendrier de Haddie"]                          = {id = 649,    rarity = 2, killer = 28, tags = {"ActionTime", "Lockers", "Locks"}},
	["Planche en Bois Iridescente"]                   = {id = 650,    rarity = 5, killer = 28, tags = {"ExtendedAbility", "Exposed", "Nightfall"}},
	["Micro-Cravate"]                                 = {id = 651,    rarity = 4, killer = 28, tags = {"Auras", "Deception", "Lockers", "PowerTokens"}},
	["Crâne de Malpenseur"]                           = {id = 652,    rarity = 2, killer = 28, tags = {"PowerEfficiency"}},
	["Pilon et Mortier"]                              = {id = 653,    rarity = 1, killer = 28, tags = {"Vestige"}},
	["Écrits d'Ottomarien"]                           = {id = 654,    rarity = 3, killer = 28, tags = {"Daytime", "PowerCooldown"}},
	["Couteau Sacrificiel"]                           = {id = 655,    rarity = 5, killer = 28, tags = {"Lockers", "Nightfall", "WindowBlocker", "Windows"}},
	["Lame de Labourage"]                             = {id = 656,    rarity = 4, killer = 28, tags = {"Blindness", "Haemorrhage", "Mangled", "Nightfall"}},
	["Casque de Guerre"]                              = {id = 657,    rarity = 3, killer = 28, tags = {"EffectDuration", "KillerInstinct", "Nightfall"}},
	["Planche en Bois"]                               = {id = 658,    rarity = 1, killer = 28, tags = {"PowerEfficiency"}},
	["Pierre de Soucis"]                              = {id = 659,    rarity = 3, killer = 28, tags = {"Auras", "Lockers", "Locks"}},
-- Le Mastermind --
	["Porte-Voix"]                                    = {id = 660,    rarity = 2, killer = 29, tags = {"FirstAidSpray", "Oblivious"}},
	["Calice (Or)"]                                   = {id = 661,    rarity = 2, killer = 29, tags = {"Bound", "PowerDuration", "PowerRange"}},
	["Lunettes de Soleil Sombres"]                    = {id = 662,    rarity = 4, killer = 29, tags = {"Undetectable"}},
	["Œuf (Doré)"]                                    = {id = 663,    rarity = 3, killer = 29, tags = {"Bound", "PowerWindow"}},
	["Plante Verte"]                                  = {id = 664,    rarity = 4, killer = 29, tags = {"Bound", "PowerEfficiency"}},
	["Manche d'Hélicoptère"]                          = {id = 665,    rarity = 4, killer = 29, tags = {"Auras", "FirstAidSpray"}},
	["Éprouvette d'Uroboros Irisée"]                  = {id = 666,    rarity = 5, killer = 29, tags = {"Exposed"}},
	["Scarabée Précieux"]                             = {id = 667,    rarity = 1, killer = 29, tags = {"Bound", "Bloodpoints", "PowerDuration", "PowerPenalty", "PowerRange"}},
	["Photo de Labo"]                                 = {id = 668,    rarity = 5, killer = 29, tags = {"Bound", "Breakable Walls", "Pallets", "PowerPenalty"}},
	["Gants en Cuir"]                                 = {id = 669,    rarity = 2, killer = 29, tags = {"PowerRecovery"}},
	["Médaillon Lion"]                                = {id = 670,    rarity = 2, killer = 29, tags = {"Bound", "PowerRange"}},
	["Manivelle Lâche"]                               = {id = 671,    rarity = 2, killer = 29, tags = {"Bound", "MovementSpeed", "PowerWindow"}},
	["Médaillon Jeune Fille"]                         = {id = 672,    rarity = 3, killer = 29, tags = {"Blindness"}},
	["Coffre Portatif"]                               = {id = 673,    rarity = 3, killer = 29, tags = {"Haemorrhage"}},
	["Talkie d'Épaule du R.P.D."]                     = {id = 674,    rarity = 1, killer = 29, tags = {"Bound", "PowerDuration", "PowerRange"}},
	["Plante Rouge"]                                  = {id = 675,    rarity = 3, killer = 29, tags = {"ActionTime", "FirstAidSpray", "PowerCounter"}},
	["Médaillon Licorne"]                             = {id = 676,    rarity = 1, killer = 29, tags = {"Bound", "PowerDuration", "PowerRange"}},
	["Vrille d'Uroboros"]                             = {id = 677,    rarity = 1, killer = 29, tags = {"Bound", "MovementSpeed"}},
	["Virus Uroboros"]                                = {id = 678,    rarity = 4, killer = 29, tags = {"Auras"}},
	["Appareil de Vidéo Conférence"]                  = {id = 679,    rarity = 3, killer = 29, tags = {"PowerEfficiency"}},
-- Le Chevalier --
	["Fer de Hache de Guerre"]                        = {id = 680,    rarity = 2, killer = 30, patch = "8.1.0", tags = {"Carnifex", "PowerCooldown"}},
	["Marteau de Forgeron"]                           = {id = 681,    rarity = 4, killer = 30, patch = "8.1.0", tags = {"Broken", "Hunt"}},
	["Poignée Brisée"]                                = {id = 682,    rarity = 3, killer = 30, patch = "8.1.0", tags = {"Haemorrhage", "Mangled"}},
	["Appel aux Armes"]                               = {id = 683,    rarity = 2, killer = 30, patch = "6.4.0", tags = {"MovementSpeed", "PowerRange"}},
	["Fragment de Cotte de Mailles"]                  = {id = 684,    rarity = 3, killer = 30, patch = "8.1.0", decom = true, tags = {"Haemorrhage"}},
	["Menottes en Acier Froid"]                       = {id = 685,    rarity = 2, killer = 30, patch = "8.1.0", tags = {"Jailer", "PowerCooldown"}},
	["Viande de Cheval Séchée"]                       = {id = 686,    rarity = 2, killer = 30, patch = "6.4.0", tags = {"Hunt", "PowerDuration"}},
	["Silex et Acier"]                                = {id = 687,    rarity = 4, killer = 30, patch = "8.1.0", tags = {"Auras", "Carnifex", "Pallets"}},
	["Masque de Fer Sinistre"]                        = {id = 688,    rarity = 3, killer = 30, patch = "8.1.0", tags = {"Blindness", "Patrol"}},
	["Miche Grumeleuse"]                              = {id = 689,    rarity = 1, killer = 30, patch = "6.4.0", tags = {"MovementSpeed", "Patrol"}},
	["Cataplasme Curatif"]                            = {id = 690,    rarity = 4, killer = 30, patch = "8.1.0", tags = {"Assassin", "Auras"}},
	["Bannière de Compagnie Irisée"]                  = {id = 691,    rarity = 5, killer = 30, patch = "8.1.0", tags = {"ExitBlocker", "Hunt", "Patrol", "WindowBlocker"}},
	["Pinces de Ferronnier"]                          = {id = 692,    rarity = 3, killer = 30, patch = "8.1.0", tags = {"Hunt", "Oblivious"}},
	["Support Coupant"]                               = {id = 821,    rarity = 3, killer = 30, patch = "8.1.0", tags = {"ActionTime", "Standard"}},
	["Contrat du Chevalier"]                          = {id = 693,    rarity = 5, killer = 30, patch = "8.1.0", tags = {"Exposed"}},
	["Grèves Légères"]                                = {id = 694,    rarity = 4, killer = 30, patch = "8.1.0", decom = true, tags = {"Haste", "Jailer", "MovementSpeed"}},
	["Carte du Royaume"]                              = {id = 695,    rarity = 1, killer = 30, patch = "8.1.0", tags = {"DetectionRange", "Patrol"}},
	["Hydromel Pillé"]                                = {id = 696,    rarity = 1, killer = 30, patch = "8.1.0", tags = {"ActionTime", "BreakableWalls", "Generators", "Pallets"}},
	["Carillons du Geôlier"]                          = {id = 820,    rarity = 4, killer = 30, patch = "8.1.0", tags = {"Auras", "Jailer", "PatrolPath"}},
	["Tabard en Lambeaux"]                            = {id = 697,    rarity = 1, killer = 30, patch = "6.4.0", tags = {"Patrol", "PowerDuration"}},
	["Torche du Guet de la Ville"]                    = {id = 698,    rarity = 3, killer = 30, patch = "8.1.0", tags = {"Hunt", "Undetectable"}},
	["Lame Traitée"]                                  = {id = 699,    rarity = 2, killer = 30, patch = "8.1.0", tags = {"Assassin", "PowerCooldown"}},
-- La Marchande de Crânes --
	["Éclairage Adaptatif"]                           = {id = 700,    rarity = 2, killer = 31, patch = "6.6.0", tags = {"Undetectable", "PowerDuration"}},
	["Adi Valente Nº 1"]                              = {id = 701,    rarity = 1, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "SkillCheckDifficulty", "SkillChecks"}},
	["Prédiction de Déplacement Avancée"]             = {id = 702,    rarity = 4, killer = 31, patch = "6.6.0", tags = {"Auras", "ClawTraps"}},
	["Générateur de Bruit Brun"]                      = {id = 703,    rarity = 3, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Oblivious"}},
	["Piles Périmées"]                                = {id = 704,    rarity = 5, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Haste", "PowerPenalty", "Radar"}},
	["Relevé Géographique"]                           = {id = 705,    rarity = 4, killer = 31, patch = "6.6.0", tags = {"ActionSpeed", "BreakableWalls", "Drones", "Generators", "Pallets", "Windows"}},
	["Haute Amélioration de Courant"]                 = {id = 706,    rarity = 1, killer = 31, patch = "6.6.0", tags = {"EffectDuration", "Radar"}},
	["Projecteur Surpuissant"]                        = {id = 707,    rarity = 1, killer = 31, patch = "6.6.0", tags = {"Blindness", "ClawTraps"}},
	["Amélioration Infrarouge"]                       = {id = 708,    rarity = 3, killer = 31, patch = "6.6.0", tags = {"Auras", "ClawTraps"}},
	["Manuscrit Non Publié Irisé"]                    = {id = 709,    rarity = 5, killer = 31, patch = "6.6.0", tags = {"Drones", "Illusions", "PowerCooldown", "TerrorRadius", "Undetectable"}},
	["Vis Lâche"]                                     = {id = 710,    rarity = 3, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Exhausted"}},
	["Mode Basse Consommation"]                       = {id = 711,    rarity = 2, killer = 31, patch = "6.6.0", tags = {"Drones", "ScanLines"}},
	["Poudre de Verre"]                               = {id = 712,    rarity = 3, killer = 31, patch = "7.6.0", tags = {"ClawTraps", "Haemorrhage", "Mangled"}},
	["Rotor de Prototype"]                            = {id = 713,    rarity = 4, killer = 31, patch = "6.6.0", tags = {"Drones", "ScanLines"}},
	["Lumières Stroboscopiques Aléatoires"]           = {id = 714,    rarity = 4, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Drones", "Hindered"}},
	["Haut-Parleurs Directionnels"]                   = {id = 715,    rarity = 2, killer = 31, patch = "6.6.0", tags = {"ActionNoise", "ClawTraps", "SkillChecks"}},
	["Micro à Distance Stéréo"]                       = {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"}},
	["Haut-Parleur Ultrasonique"]                     = {id = 718,    rarity = 1, killer = 31, patch = "6.6.0", tags = {"Drones", "PowerPenalty"}},
	["Processeur de Ciblage Vital"]                   = {id = 719,    rarity = 3, killer = 31, patch = "6.6.0", tags = {"ClawTraps", "Drones", "Hindered"}},
-- La Singularité --
	["Bras d'Androïde"]                               = {id = 720,    rarity = 2, killer = 32, patch = "8.1.0", tags = {"PowerEfficiency", "PowerRange"}},
	["Clé de Sécurité Cassée"]                        = {id = 721,    rarity = 1, killer = 32, patch = "7.0.0", tags = {"Biopods", "PowerCooldown"}},
	["Restes Incinérés"]                              = {id = 722,    rarity = 2, killer = 32, patch = "7.0.0", tags = {"Blindness"}},
	["Manifeste de l'Équipage"]                       = {id = 723,    rarity = 4, killer = 32, patch = "7.0.0", duration = "8 secondes", range = "+2 mètres", tags = {"Auras", "Biopods", "PowerRange"}},
	["Gel Cryogénique"]                               = {id = 724,    rarity = 2, killer = 32, patch = "8.1.0", haemorrhage = "60 secondes", tags = {"Haemorrhage"}},
	["Formulaire de Réquisition Refusée"]             = {id = 725,    rarity = 5, killer = 32, patch = "7.0.0", tags = {"EMPs", "PowerCounter", "PowerEfficiency"}},
	["Outil de Diagnostic (Construction)"]            = {id = 726,    rarity = 4, killer = 32, patch = "8.1.0", tags = {"Auras"}},
	["Outil de Diagnostic (Réparation)"]              = {id = 727,    rarity = 2, killer = 32, patch = "8.1.0", tags = {"Biopods", "PowerRange"}},
	["Fibres de Plante Étrangère"]                    = {id = 728,    rarity = 4, killer = 32, patch = "7.0.0", tags = {"MovementSpeed", "Pallets"}},
	["Eau Lourde"]                                    = {id = 729,    rarity = 1, killer = 32, patch = "7.0.0", tags = {"Auras", "SupplyCases"}},
	["Générateur d'Hologrammes"]                      = {id = 730,    rarity = 3, killer = 32, patch = "7.0.0", tags = {"Biopods", "Oblivious"}},
	["Aérosol d'Hypervigilance"]                      = {id = 731,    rarity = 3, killer = 32, patch = "7.0.0", tags = {"Illusions", "TerrorRadius"}},
	["Éclat de Cristal Irisé"]                        = {id = 732,    rarity = 5, killer = 32, patch = "8.1.0", tags = {"Auras", "Biopods"}},
	["Gant de Baseball d'Enfant"]                     = {id = 733,    rarity = 1, killer = 32, patch = "8.1.0", tags = {"PowerDuration"}},
	["Fils Sous Tension"]                             = {id = 734,    rarity = 3, killer = 32, patch = "7.0.0", tags = {"Scream"}},
	["Gel de Nanomachines"]                           = {id = 735,    rarity = 3, killer = 32, patch = "8.1.0", effect = "-15 %", tags = {"PowerCooldown"}},
	["Bouillie Nutritive"]                            = {id = 736,    rarity = 1, killer = 32, patch = "7.0.0", tags = {"Biopods", "PowerObject"}},
	["Photo de la Famille Soma"]                      = {id = 737,    rarity = 4, killer = 32, patch = "8.1.0", tags = {"Biopods", "DeepWound", "Hindered"}},
	["Bonbonne d'Oxygène Vide"]                       = {id = 738,    rarity = 3, killer = 32, patch = "7.0.0", tags = {"Exhausted"}},
	["Détecteur Ultrasonique"]                        = {id = 739,    rarity = 2, killer = 32, patch = "8.1.0", tags = {"Biopods", "ExtendedAbility", "TerrorRadius"}},
-- Le Xénomorphe --
	["Sang Acide"]                                    = {id = 740,    rarity = 5, killer = 33, patch = "7.2.0", tags = {"AutoDamage", "CrawlerMode", "DeepWound", "KillerStun", "Tunnels"}},
	["Entrailles de Ash"]                             = {id = 741,    rarity = 2, killer = 33, patch = "8.6.0", effect = "+15 secondes", tags = {"PowerCounter", "Turrets"}},
	["Casquette de Brett"]                            = {id = 742,    rarity = 2, killer = 33, patch = "7.2.0", tags = {"Blindness", "PowerCounter", "Turrets"}},
	["Caisse de Transport du Chat"]                   = {id = 743,    rarity = 4, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerCounter", "Turrets", "Undetectable"}},
	["Rations de Céréales"]                           = {id = 744,    rarity = 1, killer = 33, patch = "7.2.0", tags = {"Auras", "Tunnels", "Turrets"}},
	["Casque Audio d'Équipage"]                       = {id = 745,    rarity = 2, killer = 33, patch = "7.2.0", tags = {"DetectionRange", "Tunnels"}},
	["Buveur"]                                        = {id = 746,    rarity = 1, killer = 33, patch = "8.6.0", effect = "+3 secondes", tags = {"KillerInstinct", "Tunnels"}},
	["Casque d'Urgence"]                              = {id = 747,    rarity = 3, killer = 33, patch = "7.2.0", tags = {"StaggerResistance", "Turrets"}},
	["Lance-Grappin"]                                 = {id = 748,    rarity = 4, killer = 33, patch = "8.6.0", windowOfOpportunity = "30 secondes", range = "16 mètres", tags = {"LoudNoiseNotifications", "Screams", "Tunnels"}},
	["Aiguillon Amélioré"]                            = {id = 749,    rarity = 5, killer = 33, patch = "7.2.0", tags = {"Auras", "ControlStations", "Generators"}},
	["Casque de Kane"]                                = {id = 750,    rarity = 3, killer = 33, patch = "7.6.0", tags = {"AlternateAttack", "Mangled"}},
	["Carte Stellaire de Lambert"]                    = {id = 751,    rarity = 2, killer = 33, patch = "7.2.0", tags = {"EffectRange", "PowerCounter", " Turrets"}},
	["Bâton de Lumière"]                              = {id = 752,    rarity = 2, killer = 33, patch = "8.6.0", effect = "+3 secondes", tags = {"PowerCounter", "Tunnels"}},
	["Peau en Fusion"]                                = {id = 753,    rarity = 3, killer = 33, patch = "8.6.0", exhausted = "30 secondes", tags = {"Exhausted", "Turrets"}},
	["Hachette Polyvalente"]                          = {id = 754,    rarity = 3, killer = 33, patch = "7.2.0", tags = {"AlternateAttack", "Haemorrhage"}},
	["Ovomorphe"]                                     = {id = 755,    rarity = 1, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerRecovery", "Tunnels"}},
	["Bandeau de Parker"]                             = {id = 756,    rarity = 3, killer = 33, patch = "7.2.0", tags = {"Haste", "Tunnels"}},
	["Montre de Ripley"]                              = {id = 757,    rarity = 1, killer = 33, patch = "7.2.0", tags = {"CrawlerMode", "PowerCounter", "Turrets"}},
	["Boulon d'Autodestruction"]                      = {id = 758,    rarity = 4, killer = 33, patch = "7.2.0", tags = {"ActionSpeed", "CrawlerMode", "Vaulting"}},
	["Clavier Sémiotique"]                            = {id = 759,    rarity = 4, killer = 33, patch = "7.2.0", tags = {"Auras", "Generators", "Turrets"}},
-- Le Brave Gars --
	["Tournevis Automatique"]                         = {id = 760,      rarity = 2, killer = 34, patch = "8.0.1", tags = {"PowerCooldown"}},
	["Yeux de Poupée"]                                = {id = 761,      rarity = 1, killer = 34, patch = "7.4.0", tags = {"Auras", "Pallets", "Windows"}},
	["Couteau à Découper Électrique"]                 = {id = 762,      rarity = 2, killer = 34, patch = "7.4.0", tags = {"PowerCooldown"}},
	["Boîte de Brave Gars"]                           = {id = 763,      rarity = 1, killer = 34, patch = "7.4.0", tags = {"PowerCooldown"}},
	["Laque pour Cheveux et Bougie"]                  = {id = 764,      rarity = 2, killer = 34, patch = "7.4.0", tags = {"PowerPenalty"}},
	["Casque de Sécurité"]                            = {id = 765,      rarity = 5, killer = 34, patch = "8.0.0", tags = {"Pallets"}},
	["Amulette Irisée"]                               = {id = 766,      rarity = 5, killer = 34, patch = "7.4.0", tags = {"PowerDuration"}},
	["Corde à Sauter (Fini de Jouer)"]                = {id = 767,      rarity = 2, killer = 34, displayName = "Corde à Sauter", patch = "7.4.0", tags = {"PowerDuration"}},
	["Éclats de Miroir"]                              = {id = 768,      rarity = 4, killer = 34, patch = "7.4.0", tags = {"ExtendedAbility"}},
	["Tas de Clous"]                                  = {id = 769,      rarity = 4, killer = 34, patch = "8.0.0", tags = {"Undetectable"}},
	["Sac en Plastique"]                              = {id = 770,      rarity = 4, killer = 34, patch = "7.4.0", tags = {"Exhausted"}},
	["Télé Portable"]                                 = {id = 771,      rarity = 3, killer = 34, patch = "7.4.0", tags = {"ExitGates", "PowerDuration"}},
	["Perceuse"]                                      = {id = 772,      rarity = 2, killer = 34, patch = "8.0.1", tags = {"PowerCooldown"}},
	["Mort-aux-Rats"]                                 = {id = 773,      rarity = 3, killer = 34, patch = "7.4.0", tags = {"Auras"}},
	["Chaussures de Course"]                          = {id = 774,      rarity = 3, killer = 34, patch = "7.4.0", tags = {"Haste"}},
	["Oreiller en Soie"]                              = {id = 775,      rarity = 3, killer = 34, patch = "7.4.0", tags = {"ActionTime", "TerrorRadius"}},
	["Rasoir Droit"]                                  = {id = 776,      rarity = 4, killer = 34, patch = "7.6.0", tags = {"Haemorrhage", "Mangled"}},
	["Lumière Stroboscopique"]                        = {id = 777,      rarity = 1, killer = 34, patch = "8.0.0", tags = {"TerrorRadius"}},
	["Scalpel Minuscule"]                             = {id = 778,      rarity = 1, killer = 34, patch = "7.4.0", tags = {"PoolsOfBlood"}},
	["Règle en Bois"]                                 = {id = 779,      rarity = 3, killer = 34, patch = "8.0.0", tags = {"Auras"}},
-- L'Inconnu --
	["Photo Floue"]                                   = {id = 780,      rarity = 1, killer = 35, patch = "7.6.0", tags = {"MovementSpeed", "PowerCooldown"}},
	["Poster de Film de Série B"]                     = {id = 781,      rarity = 3, killer = 35, patch = "7.6.0", tags = {"Broken"}},
	["Rapt par les Ténèbres"]                         = {id = 782,      rarity = 5, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerObject", "PowerCooldown"}},
	["Dispositif d'Origine Inconnue"]                 = {id = 783,      rarity = 2, killer = 35, patch = "7.6.0", tags = {"Illusions", "Oblivious"}},
	["Brique de Lait Jetée"]                          = {id = 784,      rarity = 4, killer = 35, patch = "7.6.0", tags = {"ExtendedAbility"}},
	["Moulage d'Empreinte de Pas"]                    = {id = 785,      rarity = 3, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerCooldown"}},
	["Article de Une"]                                = {id = 786,      rarity = 3, killer = 35, patch = "7.6.0", tags = {"BreakableWalls", "Pallets", "PowerCooldown"}},
	["Masque Fait Maison"]                            = {id = 787,      rarity = 4, killer = 35, patch = "7.6.0", tags = {"Blindness","Illusions"}},
	["Montre d'Hypnose"]                              = {id = 788,      rarity = 3, killer = 35, patch = "7.6.0", tags = {"Exhausted"}},
	["Rapport de l'OSS Irisé"]                        = {id = 789,      rarity = 5, killer = 35, patch = "7.6.0", tags = {"PowerCooldown", "TerrorRadius"}},
	["Dernier Enregistrement Connu"]                  = {id = 790,      rarity = 2, killer = 35, patch = "7.6.0", tags = {"Auras", "Illusions"}},
	["Carnet de Théories"]                            = {id = 791,      rarity = 2, killer = 35, patch = "7.6.0", tags = {"Hindered"}},
	["Cartouche de Jeu Obscure"]                      = {id = 792,      rarity = 4, killer = 35, patch = "7.6.0", tags = {"BreakableWalls", "Pallets"}},
	["Globe Oculaire Percé"]                          = {id = 793,      rarity = 1, killer = 35, patch = "7.6.0", tags = {"DeepWound", "Illusions"}},
	["Patte de Lapin"]                                = {id = 794,      rarity = 1, killer = 35, patch = "7.6.0", tags = {"ExtendedAblity","Haemorrhage"}},
	["Fiole de Sérum"]                                = {id = 795,      rarity = 4, killer = 35, patch = "7.6.0", tags = {"Exhausted", "Illusions"}},
	["Tentative d'Esquisse"]                          = {id = 796,      rarity = 1, killer = 35, patch = "7.6.0", tags = {"Oblivious"}},
	["Sac à Dos Lacéré"]                              = {id = 797,      rarity = 2, killer = 35, patch = "7.6.0", tags = {"Illusions", "PowerCooldown"}},
	["Boîte de Disparition"]                          = {id = 798,      rarity = 3, killer = 35, patch = "7.6.0", tags = {"Generators"}},
	["Carte de la Victime"]                           = {id = 799,      rarity = 2, killer = 35, patch = "7.6.0", tags = {"KillerInstinct"}},
-- La Liche --
	["Sac sans Fond"]                                 = {id = 800,      rarity = 4, killer = 36, patch = "8.0.0", tags = {"Oblivious"}},
	["Bottes de Rapidité"]                            = {id = 801,      rarity = 3, killer = 36, patch = "8.0.0", tags = {"MovementSpeed"}},
	["Cape Elfique"]                                  = {id = 802,      rarity = 3, killer = 36, patch = "8.0.0", tags = {"TerrorRadius"}},
	["Cape d'Invisibilité"]                           = {id = 803,      rarity = 4, killer = 36, patch = "8.0.0", tags = {"Stealthy"}},
	["Boule de Cristal"]                              = {id = 804,      rarity = 1, killer = 36, patch = "8.0.0", tags = {"KillerInstinct"}},
	["Dague en Dent de Dragon"]                       = {id = 805,      rarity = 4, killer = 36, patch = "8.0.0", tags = {}},
	["Œil de Verre"]                                  = {id = 806,      rarity = 2, killer = 36, patch = "8.0.0", tags = {}},
	["Les Chapitres Interdits Irisés"]                = {id = 807,      rarity = 5, killer = 36, patch = "8.0.0", tags = {}},
	["Lanterne de Révélation"]                        = {id = 808,      rarity = 2, killer = 36, patch = "8.0.0", tags = {"Auras"}},
	["Cor Orné"]                                      = {id = 809,      rarity = 3, killer = 36, patch = "8.0.0", tags = {"PowerCapacity"}},
	["Perle de Pouvoir"]                              = {id = 810,      rarity = 3, killer = 36, patch = "8.0.0", tags = {"PowerCooldown"}},
	["Potion de Vitesse"]                             = {id = 811,      rarity = 2, killer = 36, patch = "8.0.0", tags = {"PowerCooldown"}},
	["Plume de Corbeau"]                              = {id = 812,      rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerDuration"}},
	["Anneau de Stockage de Sort"]                    = {id = 813,      rarity = 2, killer = 36, patch = "8.0.0", tags = {"PowerCooldown"}},
	["Anneau de Télékinésie"]                         = {id = 814,      rarity = 2, killer = 36, patch = "8.0.0", tags = {"ActionSpeed", "Vaulting"}},
	["Robe de Vision Totale"]                         = {id = 815,      rarity = 4, killer = 36, patch = "8.0.0", tags = {"Auras","PowerObject"}},
	["Bâton de Flétrissement"]                        = {id = 816,      rarity = 3, killer = 36, patch = "8.0.0", tags = {}},
	["Bandeau en Lambeaux"]                           = {id = 817,      rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerRange"}},
	["Gant du Farceur"]                               = {id = 818,      rarity = 1, killer = 36, patch = "8.0.0", tags = {"PowerDuration"}},
	["Épée Vorpale"]                                  = {id = 819,      rarity = 5, killer = 36, patch = "8.0.0", tags = {"ExtendedAbility"}},
-- The Killer --
--- NEXT AVAILABLE ID = 822
--- 820/821 are used for The Knight's two new 8.1.0 Add-ons
-- The Dark Lord --
	["Bouclier d'Alucard"]                            = {id = 822,      rarity = 5, killer = 37, patch = "8.2.0", tags = {}},
	["Coupe Remplie de Sang"]                         = {id = 823,      rarity = 2, killer = 37, patch = "8.2.0", tags = {"PowerDuration"}},
	["Griffe de Cerbère"]                             = {id = 824,      rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerRange"}},
	["Rouage de la Tour de l'Horloge"]                = {id = 825,      rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
	["Cube de Zoe"]                                   = {id = 826,      rarity = 4, killer = 37, patch = "8.2.0", tags = {"Generators"}},
	["Force d'Écho"]                                  = {id = 827,      rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerEfficiency"}},
	["Anneau de Vlad Irisé"]                          = {id = 828,      rarity = 5, killer = 37, patch = "8.2.0", tags = {"PowerCapacity"}},
	["Poupée Tueuse"]                                 = {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"}},
	["Ticket Magique"]                                = {id = 831,      rarity = 2, killer = 37, patch = "8.2.0", tags = {}},
	["Cheveux de Méduse"]                             = {id = 832,      rarity = 4, killer = 37, patch = "8.2.0", tags = {"SurvivorBlind"}},
	["Collier de Pierres de Lune"]                    = {id = 833,      rarity = 2, killer = 37, patch = "8.2.0", tags = {"TerrorRadius"}},
	["Montre à Gousset (Transformation Vampirique)"]  = {id = 834,      rarity = 3, killer = 37, displayName = "Montre à Gousset", multiName = true, patch = "8.2.0", tags = {"PowerCooldown"}},
	["Bandeau de Rubis"]                              = {id = 835,      rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
	["Lunettes de Soleil"]                            = {id = 836,      rarity = 3, killer = 37, patch = "8.2.0", tags = {"PowerCapacity", "PowerCooldown"}},
	["Plume de Sylphe"]                               = {id = 837,      rarity = 1, killer = 37, patch = "8.2.0", tags = {"PowerCooldown"}},
	["Chapeau de Voyageur"]                           = {id = 838,      rarity = 2, killer = 37, patch = "8.2.0", tags = {"PowerPenalty"}},
	["Croc de Warg"]                                  = {id = 839,      rarity = 4, killer = 37, patch = "8.2.0", tags = {"Auras"}},
	["Médaillon du Loup Blanc"]                       = {id = 840,      rarity = 3, killer = 37, patch = "8.2.0", tags = {"KillerInstinct"}},
	["Chaussures Ailées"]                             = {id = 841,      rarity = 2, killer = 37, patch = "8.2.0", tags = {"PowerRange"}},
    -- La Maîtresse des Molosses --
    ["Repas d'Orge"]                                  = {rarity = 2, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"ChasePath", "Dog", "PowerRange"}},
    ["Cabillots"]                                     = {rarity = 2, killer = 38, patch = "8.4.0", oblivious = "20 secondes", tags = {"Houndsense", "Oblivious"}},
    ["Os de Créature"]                                = {rarity = 1, killer = 38, patch = "8.4.0", effect = "-50 %", tags = {"Dog", "DogStun"}},
    ["Viande Grasse"]                                 = {rarity = 3, killer = 38, patch = "8.4.0", effect = "15 secondes", tags = {"Houndsense", "Screams"}},
    ["Boîte de Poudre à Canon"]                       = {rarity = 4, killer = 38, patch = "8.4.0", effect = "+40 %", duration = "20 secondes", tags = {"ActionSpeeds", "BreakableWalls", "Generators", "Houndsense", "Pallets"}},
    ["Poignée de Gouvernail Irisée"]                  = {rarity = 5, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"Dog", "SearchPath", "Undetectable"}},
    ["Corde à Nœuds"]                                 = {rarity = 2, killer = 38, patch = "8.4.0", effect = "-40 %", tags = {"AttackCooldown", "Dog"}},
    ["Harnais de Cuir"]                               = {rarity = 4, killer = 38, patch = "8.4.0", effect = "+20 %", duration = "30 secondes", tags = {"Dog", "Generators", "MovementSpeed"}},
    ["Épissoir"]                                      = {rarity = 4, killer = 38, patch = "8.4.0", range = "20 mètres", tags = {"Dog", "DogGrab", "Houndsense"}},
    ["Figure de Proue"]                               = {rarity = 4, killer = 38, patch = "8.4.0", near = "+8 mètres", far = "-8 mètres", tags = {"Dog", "TerrorRadius"}},
    ["Vivaneau Fumé"]                                 = {rarity = 2, killer = 38, patch = "8.4.0", effect = "-5 %", tags = {"PowerRecovery"}},
    ["Collier à Pointes"]                             = {rarity = 3, killer = 38, patch = "8.4.0", haemorrhage = "45 secondes", mangled = "45 secondes", duration = "45 secondes", tags = {"Dog", "DogGrab", "Haemorrhage"}},
    ["Longue-Vue"]                                    = {rarity = 2, killer = 38, patch = "8.4.0", duration = "3 secondes", tags = {"Auras", "Houndsense"}},
    ["Goudron Gluant"]                                = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+2 %", tags = {"MovementSpeed", "SearchPath"}},
    ["Roman Déchiré"]                                 = {rarity = 5, killer = 38, patch = "8.4.0", range = "10 mètres", linger = "2 secondes", tags = {"Auras", "Dog"}},
    ["Livre de Dressage"]                             = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+35 %", tags = {"EffectDuration", "Houndsense"}},
    ["Clochette de Dressage"]                         = {rarity = 3, killer = 38, patch = "8.4.0", duration = "5 secondes", tags = {"Auras", "Dog", "DogStun"}},
    ["Carte Inachevée"]                               = {rarity = 3, killer = 38, patch = "8.4.0", exhausted = "15 secondes", tags = {"Exhausted", "Houndsense"}},
    ["Outre d'Eau"]                                   = {rarity = 3, killer = 38, patch = "8.4.0", effect = "+20 %", tags = {"ChasePath", "Dog", "PowerRange"}},
    ["Noix de Coco Verte"]                            = {rarity = 1, killer = 38, patch = "8.4.0", effect = "+5 %", tags = {"Dog", "MovementSpeed"}},
    -- La Goule --
    ["Cravate d'Amon"]                                = {rarity = 3, killer = 39, patch = "8.6.0", range = "32 mètres", tags = {"Auras"}},
    ["Tablier de l'Antique"]                          = {rarity = 1, killer = 39, patch = "8.6.0", effect = "-50 %", tags = {}},
    ["Robe de l'Arbre Aogiri"]                        = {rarity = 3, killer = 39, patch = "8.6.0", undetectable = "20 secondes", tags = {"Enraged", "Generators", "Undetectable"}},
    ["Mouchoir Taché de Sang"]                        = {rarity = 2, killer = 39, patch = "8.6.0", effect = "+2 mètres", tags = {"PowerRange"}},
    ["Chaîne Brisée"]                                 = {rarity = 2, killer = 39, patch = "8.6.0", effect = "-1.4 secondes", tags = {"Enraged", "PowerRecovery"}},
    ["Carte d'Identité de la Ccg"]                    = {rarity = 4, killer = 39, patch = "8.6.0", range = "24 mètres", duration = "3 secondes", tags = {"Auras", "Vaulting"}},
    ["Café Frais"]                                    = {rarity = 1, killer = 39, patch = "8.6.0", effect = "+2 m/s", tags = {"MovementSpeed"}},
    ["Casque Audio de Hide"]                          = {rarity = 2, killer = 39, patch = "8.6.0", tags = {"Oblivious"}},
    ["Parapluie d'Hinami"]                            = {rarity = 4, killer = 39, patch = "8.6.0", effect = "-0.2 secondes", tags = {"PowerCooldown"}},
    ["Cache-Œil Irisé"]                               = {rarity = 5, killer = 39, patch = "8.6.0", tags = {"AutoBreak", "Enraged", "Pallets"}},
    ["Sacoche de Kaneki"]                             = {rarity = 2, killer = 39, patch = "8.6.0", effect = "+4.2 m/s", tags = {"MovementSpeed"}},
    ["Portefeuille de Kaneki"]                        = {rarity = 1, killer = 39, patch = "8.6.0", effect = "+3 secondes", tags = {"PowerWindow"}},
    ["Gant de Mado"]                                  = {rarity = 3, killer = 39, patch = "8.6.0", exhausted = "15 secondes", tags = {"Exhausted"}},
    ["Lys Araignée Rouge"]                            = {rarity = 3, killer = 39, patch = "8.6.0", haemorrhage = "60 secondes", tags = {"Haemorrhage"}},
    ["Scolopendre à Tête Rouge"]                      = {rarity = 4, killer = 39, patch = "8.6.0", effect = "10 secondes", tags = {"Enraged", "WindowBlocker"}},
    ["Lunettes de Lize"]                              = {rarity = 3, killer = 39, patch = "8.6.0", effect = "8 secondes", tags = {"Auras", "Enraged", "Generators"}},
    ["Taiyaki"]                                       = {rarity = 2, killer = 39, patch = "8.6.0", effect = "+15 secondes", tags = {"EffectDuration"}},
    ["L'Œuf de la Chèvre Noire"]                      = {rarity = 1, killer = 39, patch = "8.6.0", effect = "+100 %", tags = {"Bloodpoints"}},
    ["Outil de Torture"]                              = {rarity = 4, killer = 39, patch = "8.6.0", haste = "+5 %", durationHaste = "6 secondes", tags = {"Enraged", "MovementSpeed"}},
    ["Masque de Yamori"]                             = {rarity = 5, killer = 39, patch = "8.6.0", effect = "3 secondes", tags = {"Enraged", "Hooks", "Screams"}},
}
p.addonsCount = #p.addons

p.perks = {
	["Vocation de l'Infirmière"]                     = {id = 62,  techName = "A Nurse's Calling", units = {3}, values = {20, 24, 28}, character = 4, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Healing"}},
	["Atout dans la Manche"]                         = {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"}},
	["Adrénaline"]                                   = {id = 42,  techName = "Adrenaline", units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 40, prestige = 3, patch = "7.7.0", tags = {"Exhaustion", "Haste", "Healing"}},
	["Suivi des Soins"]                              = {id = 118, techName = "Aftercare", units = {7}, values = {1, 2, 3}, character = 15, charType = 'S', level = 35, prestige = 2, tags = {"Auras"}},
	["Agitation"]                                    = {id = 51,  techName = "Agitation", units = {4}, values = {6, 12, 18}, character = 1, charType = 'K', level = 40, prestige = 3, tags = {"MovementSpeed", "TerrorRadius"}},
	["Vigilant"]                                     = {id = 76,  techName = "Alert", units = {1}, values = {3, 4, 5}, character = 9, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Pallets", "BreakableWalls"}},
	["Instinct d'Alien"]                             = {id = 254, techName = "Alien Instinct", units = {1}, values = {40, 50, 60}, aura = "8 secondes", character = 33, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tags = {"Auras", "Hooks", "Oblivious"}},
	["Par Tous les Moyens"]                          = {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"}},
	["Estimation"]                                   = {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},
	["Autodidacte"]                                  = {id = 113, techName = "Autodidact", units = {5}, values = {3, 4, 5}, character = 14, charType = 'S', level = 40, prestige = 3, patch = "8.1.0", tags = {"Healing", "SkillChecks"}},
	["Perception Éveillée"]                          = {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"}},
	["Baby-Sitter"]                                  = {id = 138, techName = "Babysitter", units = {1}, values = {20, 25, 30}, character = 19, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"Auras", "ScratchMarks", "Stealth", "PoolsOfBlood"}},
	["Joueur Arrière"]                               = {id = 243, techName = "Background Player", units = {1}, values = {30, 25, 20}, character = 36, charType = 'S', level = 40, prestige = 3, patch = "8.0.0", tags = {"Exhaustion", "Hooks"}},
	["Déboussoler"]                                  = {id = 102, techName = "Bamboozle", units = {1, 4}, values = {8, 12, 16, 5, 10, 15}, character = 12, charType = 'K', level = 30, prestige = 1, tags = {"ActionSpeed", "Blocking", "Vaulting", "VaultLocations"}},
	["Atterrissage Équilibré"]                       = {id = 45,  techName = "Balanced Landing", units = {1}, values = {60, 50, 40}, character = 5, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Exhaustion", "Haste"}},
	["Chili et Barbecue"]                            = {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"}},
	["Inspiration Bardique"]                         = {id = 275, techName = "Bardic Inspiration", name = "Inspiration Bardique" , units = {1}, values = {110, 100, 90}, character = 42, charType = 'S', level = 35, prestige = 2, patch = "8.0.0", tags = {"BonusProgression", "Screams", "SkillChecks"}},
	["Piles Incluses"]                               = {id = 261, techName = "Batteries Included", units = {2}, values = {1, 3, 5}, character = 34, charType = 'K', level = 40, prestige = 3, tags = {"Generators", "Haste"}},
	["Prédation"]                                    = {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"}},
	["Mieux que Neuf"]                               = {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"}},
	["Mieux Ensemble"]                               = {id = 135, techName = "Better Together", units = {1}, values = {8, 9, 10}, character = 18, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
	["Serrer les Dents"]                             = {id = 183, techName = "Bite the Bullet", units = {4}, values = {3, 2, 1}, character = 27, charType = 'S', level = 30, prestige = 1, tags = {"Healing", "Skillchecks", "LoudNoise"}},
	["Murmure Amer"]                                 = {id = 7,   techName = "Bitter Murmur", units = {1}, values = {5, 7, 10}, charType = 'K', tags = {"Auras", "Generators", "GeneralPerk"}},
	["Mine Explosive"]                               = {id = 182, techName = "Blast Mine", units = {1}, values = {100, 110, 120}, character = 26, charType = 'S', level = 40, prestige = 3, patch = "8.2.0", tags = {"Aura", "Generators", "KillerBlind", "Trap"}},
	["Écho Sanguin"]                                 = {id = 142, techName = "Blood Echo", units = {1}, values = {20, 25, 30}, character = 18, charType = 'K', level = 35, prestige = 2, patch = "8.3.0", tags = {"Exhaustion", "Haemorrhage"}},
	["Pacte de Sang"]                                = {id = 157, techName = "Blood Pact", units = {4}, values = {5, 6, 7}, character = 22, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Haste", "Obsession"}},
	["Coup de Collier"]                              = {id = 241, techName = "Blood Rush", units = {1}, values = {28, 24, 20}, character = 36, charType = 'S', level = 30, prestige = 1, patch = "6.6.0", tags = {"Broken", "Exhaustion", "Healing", "Hooks"}},
	["Gardien du Sang"]                              = {id = 92,  techName = "Blood Warden", units = {1}, values = {30, 40, 60}, character = 10, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Blocking", "ExitGates", "Hooks"}},
	["Limier"]                                       = {id = 54,  techName = "Bloodhound", units = {1}, values = {2, 3, 4}, character = 2, charType = 'K', level = 35, prestige = 2, tags = {"PoolsOfBlood"}},
	["Effusion"]                                     = {id = 107, techName = "Boil Over", units = {4}, values = {60, 70, 80}, character = 13, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Hooks", "Wiggling"}},
	["Bénédiction : Cercle de Soins"]                = {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", "Totems"}},
	["Bénédiction : Théorie Ténébreuse"]             = {id = 212, techName = "Boon: Dark Theory", units = {1}, values = {2, 3, 4}, character = 30, charType = 'S', level = 40, prestige = 3, tags = {"Haste", "Boon", "Totems"}},
	["Bénédiction : Exponentiel"]                    = {id = 206, techName = "Boon: Exponential", units = {4}, values = {90, 95, 100}, character = 29, charType = 'S', level = 40, prestige = 3, tags = {"Boon", "RecoverySpeed", "Recovering", "Totems"}},
	["Bénédiction : Illumination"]                   = {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"}},
	["Bénédiction : Marche de l'Ombre"]              = {id = 191, techName = "Boon: Shadow Step", units = {1}, values = {2, 3, 4}, character = 28, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "ScratchMarks", "Boon", "Totems"}},
	["Lien"]                                         = {id = 33,  techName = "Bond", units = {3}, values = {20, 28, 36}, character = 1, charType = 'S', level = 30, prestige = 1, tags = {"Auras"}},
	["Sursis"]                                       = {id = 73,  techName = "Borrowed Time", units = {1}, values = {6, 8, 10}, character = 8, charType = 'S', level = 35, prestige = 2, patch = "6.1.0", tags = {"DeepWound", "Endurance", "Haste"}},
	["Connaissances en Botanique"]                   = {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"}},
	["Effondrement"]                                 = {id = 117, techName = "Breakdown", units = {1}, values = {4, 5, 6}, character = 15, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Hooks"}},
	["Évasion"]                                      = {id = 146, techName = "Breakout", units = {4}, values = {5, 6, 7}, character = 20, charType = 'S', level = 40, prestige = 3, tags = {"ActionSpeed", "Haste", "Wiggling"}},
	["Force Brute"]                                  = {id = 52,  techName = "Brutal Strength", units = {4}, values = {10, 15, 20}, character = 1, charType = 'K', level = 35, prestige = 2, tags = {"ActionSpeed", "BreakableWalls", "Generators", "Pallets"}},
	["Accrochez-Vous"]                               = {id = 127, techName = "Buckle Up", units = {1}, values = {3, 4, 5}, character = 17, charType = 'S', level = 35, prestige = 2, patch = "8.0.0", tags = {"Auras", "Recovering", "ConspicuousActions"}},
	["Conçu pour Durer"]                             = {id = 164, techName = "Built to Last", units = {1}, values = {14, 13, 12}, character = 23, charType = 'S', level = 40, prestige = 3, tags = {"Items", "Lockers"}},
	["Appel de la Mer"]                              = {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 = {"Generator", "Regression", "SkillChecks"}},
	["Esprit Calme"]                                 = {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"}},
	["Camaraderie"]                                  = {id = 139, techName = "Camaraderie", units = {1}, values = {26, 30, 34}, character = 19, charType = 'S', level = 35, prestige = 2, tags = {"Hooks", "Struggling"}},
	["Champion de la Lumière"]                       = {id = 262, techName = "Champion of Light", units = {1}, values = {80, 70, 60}, character = 40, charType = 'S', level = 30, prestige = 1, patch = "7.5.0", tags = {"Flashlights", "Haste", "Hindered", "KillerBlind"}},
	["Piège Chimique"]                               = {id = 256, techName = "Chemical Trap", units = {1}, values = {40, 50, 60}, character = 39, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators", "Pallets"}},
	["Mesure de Correction"]                         = {id = 205, techName = "Corrective Action", units = {6}, values = {1, 2, 3}, maxTokens = "5 Jetons", duration = "6 secondes", character = 29, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "SkillChecks", "Tokens"}},
	["Clairvoyance"]                                 = {id = 189, techName = "Clairvoyance", units = {1}, values = {8, 9, 10}, character = 28, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Totems", "Hatch", "Generators", "Hooks", "Chests"}},
	["Claustrophobie"]                               = {id = 194, techName = "Claustrophobia", units = {1}, values = {20, 25, 30}, charType = 'K', tags = {"Auras", "Blocking", "Generators", "VaultLocations"}, unused = true, retired = true},
	["Intervention Impure"]                          = {id = 120, techName = "Corrupt Intervention", units = {1}, values = {80, 100, 120}, character = 15, charType = 'K', level = 30, prestige = 1, patch = "6.1.0", tags = {"Blocking", "Generators"}},
	["Coulrophobie"]                                 = {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", "RotationSpeed", "SkillChecks", "TerrorRadius"}},
	["Contre-Force"]                                 = {id = 180, techName = "Counterforce", units = {1}, values = {2, 3, 4}, character = 26, charType = 'S', level = 30, prestige = 1, tags = {"Totems", "Auras"}},
	["Coup de Grâce"]                                = {id = 167, techName = "Coup de Grâce", units = {4}, values = {70, 75, 80}, character = 22, charType = 'K', level = 40, prestige = 3, tags = {"Generators", "Lunge", "Tokens"}, diacritics = true},
	["Limites Cruelles"]                             = {id = 134, techName = "Cruel Limits", units = {1}, values = {20, 25, 30}, character = 17, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Blocking", "Generators", "VaultLocations"}},
	["Hors de Contrôle"]                             = {id = 240, techName = "Cut Loose", units = {1}, values = {4, 5, 6}, character = 35, charType = 'S', level = 40, prestige = 3, patch = "6.6.0", tags = {"LoudNoise", "Stealth", "Vaulting"}},
	["Danse Avec Moi"]                               = {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"}},
	["Arrogance Ténébreuse"]                         = {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"}},
	["Sombre Dévotion"]                              = {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"}},
	["Sentiment Obscur"]                             = {id = 19,  techName = "Dark Sense", units = {1}, values = {5, 7, 10}, charType = 'S', patch = "6.1.0", tags = {"Auras", "Generators", "GeneralPerk"}},
	["Ténèbres Révélées"]                            = {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"}},
	["Dur à Cuire"]                                  = {id = 82,  techName = "Dead Hard", units = {1}, values = {60, 50, 40}, character = 10, charType = 'S', level = 35, prestige = 2, patch = "6.7.0", tags = {"Endurance", "Exhaustion"}},
	["Dispositif de l'Homme Mort"]                   = {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", "Blocking", "Generators", "Hooks"}},
	["Échéance"]                                     = {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", "SkillChecks", "Repairing"}},
	["Impasse"]                                      = {id = 186, techName = "Deadlock", units = {1}, values = {15, 20, 25}, character = 25, charType = 'K', level = 30, prestige = 1, patch = "8.0.0", tags = {"Auras", "Blocking", "Generators"}},
	["Lien Mortel"]                                  = {id = 155, techName = "Deathbound", units = {3}, values = {12, 8, 4}, healthState = 1, character = 20, charType = 'K', level = 40, prestige = 3, patch = "8.6.0", tags = {"AuraFlareUp", "Healing", "LoudNoiseNotifications", "Oblivious"}},
	["Supercherie"]                                  = {id = 169, techName = "Deception", units = {1}, values = {30, 25, 20}, character = 24, charType = 'S', level = 35, prestige = 2, patch = "8.2.0", tags = {"Deception", "Lockers", "LoudNoise", "PoolsOfBlood", "ScratchMarks", "Stealth"}},
	["Coup Décisif"]                                 = {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", "Stun", "ConspicuousActions"}},
	["Pisteur"]                                      = {id = 8,   techName = "Deerstalker", units = {3}, values = {20, 28, 36}, charType = 'K', tags = {"Auras", "GeneralPerk"}},
	["Déjà-Vu"]                                      = {id = 20,  techName = "Déjà Vu", units = {4}, values = {4, 5, 6}, charType = 'S', patch = "6.1.0", tags = {"Auras", "ActionSpeed", "Generators", "Maps", "GeneralPerk"}, diacritics = true},
	["Libération"]                                   = {id = 112, techName = "Deliverance", units = {1}, values = {100, 80, 60}, character = 14, charType = 'S', level = 35, prestige = 2, tags = {"Broken", "Chance", "EscapeAttempt", "Luck"}},
	["Mesures Désespérées"]                          = {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"}},
	["Intuition de l'Inspecteur"]                    = {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"}},
	["Discordance"]                                  = {id = 114, techName = "Discordance", units = {3}, values = {64, 96, 128}, character = 14, charType = 'K', level = 30, prestige = 1, tags = {"Auras", "Generators", "LoudNoise"}},
	["Dissolution"]                                  = {id = 213, techName = "Dissolution", units = {1}, values = {12, 16, 20}, character = 28, charType = 'K', level = 30, prestige = 1, tags = {"Pallets", "TerrorRadius", "Vaulting"}},
	["Distorsion"]                                   = {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"}},
	["Inquiétant"]                                   = {id = 9,   techName = "Distressing", units = {4}, values = {20, 25, 30}, charType = 'K', patch = "8.4.0", tags = {"TerrorRadius"}},
	["Diversion"]                                    = {id = 111, techName = "Diversion", units = {1}, values = {30, 25, 20}, character = 14, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Deception", "LoudNoise", "ScratchMarks", "TerrorRadius"}},
	["Domination"]                                   = {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"}},
	["Prise du Dragon"]                              = {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", "LoudNoise"}},
	["Dramaturgie"]                                  = {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", "Exhaustion", "Exposed", "Haste", "Items"}},
	["Lumière Mourante"]                             = {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", "Obsession", "Tokens"}},
	["Connexion Empathique"]                         = {id = 211, techName = "Empathic Connection", units = {3}, values = {32, 64, 96}, character = 30, charType = 'S', level = 35, prestige = 2, patch = "8.1.0", tags = {"ActionSpeed", "Auras", "Healing", "HealingProficiency", "InjuredState"}},
	["Empathie"]                                     = {id = 37,  techName = "Empathy", units = {3}, values = {64, 96, 128}, character = 3, charType = 'S', level = 30, prestige = 1, tags = {"Auras"}},
	["Tenace"]                                       = {id = 57,  techName = "Enduring", units = {4}, values = {40, 45, 50}, character = 3, charType = 'K', level = 30, prestige = 1, tags = {"Stun", "StunRecovery", "Pallets"}},
	["Éruption"]                                     = {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"}},
	["Yeux de Belmont"]                              = {id = 283, techName = "Eyes of Belmont", units = {1}, values = {1, 2, 3}, character = 44, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators"}},
	["Exultation"]                                   = {id = 284, techName = "Exultation", units = {1}, values = {40, 35, 30}, character = 44, charType = 'S', level = 35, prestige = 2, patch = "8.2.1", tags = {"Charges", "KillerStun", "Pallets", "RarityUpgrade"}},
	["Voie Rapide"]                                  = {id = 174, techName = "Fast Track", units = {5, 6}, values = {1, 2, 3, 9, 18, 27}, character = 25, charType = 'S', level = 30, prestige = 1, tags = {"Generators", "SkillChecks", "Tokens"}},
	["Semeur de Peur"]                               = {id = 193, techName = "Fearmonger", units = {1}, values = {3, 4, 5}, charType = 'K', tags = {"Blindness", "Exhaustion", "Generators", "Pause", "GeneralPerk"}, unused = true, retired = true},
	["Finesse"]                                      = {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"}},
	["Intensité Ardente"]                            = {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"}},
	["Obnubilé"]                                     = {id = 136, techName = "Fixated", units = {4}, values = {10, 15, 20}, character = 18, charType = 'S', level = 35, prestige = 2, tags = {"MovementSpeed", "ScratchMarks"}},
	["Grenade Aveuglante"]                           = {id = 184, techName = "Flashbang", units = {4}, values = {50, 45, 40}, character = 27, charType = 'S', level = 35, prestige = 2, patch = "8.2.0", tags = {"Blindness", "Lockers", "Generators"}},
	["À la Revoyure"]                                = {id = 126, techName = "Flip-Flop", units = {4}, values = {40, 45, 50}, character = 17, charType = 'S', level = 30, prestige = 1, tags = {"Conversion", "Recovering", "Wiggling"}},
	["Débrouillard"]                                 = {id = 233, techName = "Fogwise", units = {1}, values = {4, 5, 6}, character = 34, charType = 'S', level = 35, prestige = 2, patch = "6.4.0", tags = {"Auras", "Generators", "SkillChecks"}},
	["Pour le Peuple"]                               = {id = 152, techName = "For the People", units = {1}, values = {80, 70, 60}, character = 21, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "Healing", "Obsession"}},
	["Hésitation Forcée"]                            = {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"}},
	["Pénitence Forcée"]                             = {id = 153, techName = "Forced Penance", units = {1}, values = {60, 70, 80}, character = 20, charType = 'K', level = 30, prestige = 1, tags = {"Broken", "ProtectionHits"}},
	["Trépas de Franklin"]                           = {id = 89,  techName = "Franklin's Demise", units = {1}, values = {150, 120, 90}, character = 9, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Items"}},
	["Compétition Amicale"]                          = {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"}},
	["Amis Pour la Vie"]                             = {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", "LoudNoise", "Obsession"}},
	["Poursuite Furtive"]                            = {id = 131, techName = "Furtive Chase", units = {1}, values = {14, 16, 18}, character = 16, charType = 'K', level = 40, prestige = 3, tags = {"Hooks", "Obsession", "Tokens", "TerrorRadius"}},
	["Ouverture de la Chasse"]                       = {id = 237, techName = "Game Afoot", units = {1}, values = {8, 9, 10}, character = 31, charType = 'K', level = 40, prestige = 3, patch = "6.6.0", tags = {"BreakableWalls", "Generators", "Haste", "Obsession", "Pallets"}},
	["Bricolo"]                                      = {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"}},
	["Limites Génétiques"]                           = {id = 244, techName = "Genetic Limits", units = {1}, values = {6, 7, 8}, character = 32, charType = 'K', level = 30, prestige = 1, patch = "8.3.0", tags = {"Exhaustion", "Healing"}},
	["Sombre Étreinte"]                              = {id = 201, techName = "Grim Embrace", units = {1}, values = {6, 8, 10}, character = 26, charType = 'K', level = 30, prestige = 1, patch = "8.0.0", tags = {"Tokens", "Generators", "Auras", "Obsession", "Hooks"}},
	["Gardien"]                                      = {id = 198, techName = "Guardian", units = {1}, values = {4, 6, 8}, charType = 'S', tags = {"Auras", "ScratchMarks", "Stealth", "PoolsOfBlood", "GeneralPerk"}, unused = true, retired = true},
	["Endurcie"]                                     = {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"}},
	["Crochet Flagellateur : Coup du Pendu"]         = {id = 96,  techName = "Scourge Hook: Hangman's Trick", units = {3}, values = {8, 10, 12}, character = 11, charType = 'K', level = 30, prestige = 1, tags = {"Auras", "Hooks", "Sabotage", "LoudNoise"}},
	["De Front"]                                     = {id = 125, techName = "Head On", units = {1}, values = {60, 50, 40}, character = 16, charType = 'S', level = 40, prestige = 3, tags = {"Exhaustion", "Lockers", "Stun"}},
	["Sort : Faveur de Sang"]                        = {id = 160, techName = "Hex: Blood Favour", units = {3}, values = {24, 28, 32}, character = 21, charType = 'K', level = 35, prestige = 2, tags = {"Blocking", "Hex", "Pallets", "Totems"}},
	["Sort : Contrôle des Foules"]                   = {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 = {"Blocking", "Hex", "Totems", "Vaulting", "VaultLocations"}},
	["Sort : Mangeur d'Espoir"]                      = {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"}},
	["Sort : Affrontez les Ténèbres"]                = {id = 230, techName = "Hex: Face the Darkness", units = {1}, values = {35, 30, 25}, character = 30, charType = 'K', level = 35, prestige = 2, patch = "6.4.0", tags = {"Auras", "Hex", "LoudNoise", "TerrorRadius"}},
	["Sort : Terrain Hanté"]                         = {id = 109, techName = "Hex: Haunted Ground", units = {1}, values = {40, 50, 60}, character = 13, charType = 'K', level = 35, prestige = 2, tags = {"Exposed", "Hex", "Totems"}},
	["Sort : Berceuse de la Chasseuse"]              = {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"}},
	["Sort : Personne n'Échappe à la Mort"]          = {id = 10,  techName = "Hex: No One Escapes Death", units = {4}, values = {2, 3, 4}, charType = 'K', patch = "6.1.0", tags = {"ExitGates", "Exposed", "Hex", "Totems", "GeneralPerk"}},
	["Sort : Repentir"]                              = {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", "Recovery", "RepairingProficiency", "ExitGates"}},
	["Sort : Jouet"]                                 = {id = 187, techName = "Hex: Plaything", units = {3}, values = {24, 20, 16}, character = 25, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Hex", "Oblivious", "Totems"}},
	["Sort : Châtiment"]                             = {id = 149, techName = "Hex: Retribution", units = {1}, values = {35, 40, 45}, character = 19, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Hex", "Oblivious", "Totems"}},
	["Sort : Ruine"]                                 = {id = 69,  techName = "Hex: Ruin", units = {4}, values = {50, 75, 100}, character = 6, charType = 'K', level = 35, prestige = 2, patch = "6.1.0", tags = {"Generators", "Hex", "Regression", "Totems"}},
	["Sort : Le Troisième Sceau"]                    = {id = 71,  techName = "Hex: The Third Seal", units = {7}, values = {2, 3, 4}, character = 6, charType = 'K', level = 30, prestige = 3, tags = {"Blindness", "Hex", "Totems"}},
	["Sort : Euphorie de la Chasse"]                 = {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"}},
	["Sort : On Peut Jouer à Deux"]                  = {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"}},
	["Sort : Immortel"]                              = {id = 161, techName = "Hex: Undying", units = {3}, values = {2, 3, 4}, character = 21, charType = 'K', level = 40, prestige = 3, tags = {"Auras", "Hex", "Totems"}},
	["Sort : Destin Misérable"]                      = {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"}},
	["Amasseur"]                                     = {id = 165, techName = "Hoarder", units = {3}, values = {32, 48, 64}, character = 22, charType = 'K', level = 30, prestige = 1, tags = {"Chests", "Items", "LoudNoise"}},
	["Espoir"]                                       = {id = 21,  techName = "Hope", units = {4}, values = {5, 6, 7}, charType = 'S', patch = "6.1.0", tags = {"Haste", "GeneralPerk"}},
	["Hubris"]                                       = {id = 231, techName = "Hubris", units = {1}, values = {10, 15, 20}, character = 30, charType = 'K', level = 40, prestige = 3, patch = "6.4.0", tags = {"Exposed", "Stun"}},
	["Avidité Humaine"]                              = {id = 281, techName = "Human Greed", units = {1}, values = {30, 25, 20}, range = "8 mètres", duration = "3 secondes", character = 37, charType = 'K', level = 35, prestige = 2, patch = "8.4.0", tags = {"ActionSpeed", "Auras", "Chests"}},
	["Hyperconcentration"]                           = {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", "SkillChecks", "TriggerOdds"}},
	["Hystérie"]                                     = {id = 178, techName = "Hysteria", units = {1}, values = {30, 35, 40}, cooldown = "20 secondes", character = 24, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tags = {"Oblivious"}},
	["Je Vous Écoute"]                               = {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"}},
	["Peur Contagieuse"]                             = {id = 121, techName = "Infectious Fright", units = {1}, values = {4, 5, 6}, character = 15, charType = 'K', level = 35, prestige = 2, tags = {"AuraFlareUp", "TerrorRadius", "LoudNoise"}},
	["Concentration Intérieure"]                     = {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"}},
	["Force Intérieure"]                             = {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"}},
	["Guérison Interne"]                             = {id = 197, techName = "Inner Healing", units = {1}, values = {10, 9, 8}, charType = 'S', tags = {"Broken", "DeepWound", "Healing", "Lockers", "Totems", "GeneralPerk"}, unused = true, retired = true},
	["Insidieux"]                                    = {id = 12,  techName = "Insidious", units = {1}, values = {4, 3, 2}, charType = 'K', tags = {"Deception", "Stealth", "Undetectable", "GeneralPerk"}},
	["Invocation : Araignées Tisseuses"]             = {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 = {"ActionSpeed", "Auras", "Basement", "Broken", "InjuredState", "Generators", "ProgressionBonus", "Invocation"}},
	["In the Dark"]                                  = {id = 2,   techName = "In the Dark", charType = 'K', unused = true},
	["Poigne de Fer"]                                = {id = 13,  techName = "Iron Grasp", units = {4}, values = {4, 8, 12}, charType = 'K', tags = {"ActionSpeed", "Wiggling", "GeneralPerk"}},
	["Vierge de Fer"]                                = {id = 116, techName = "Iron Maiden", units = {4}, values = {30, 40, 50}, character = 14, charType = 'K', level = 40, prestige = 3, tags = {"ActionSpeed", "AuraFlareUp", "Exposed", "Lockers", "LoudNoise"}},
	["Volonté de Fer"]                               = {id = 41,  techName = "Iron Will", units = {4}, values = {80, 90, 100}, character = 4, charType = 'S', level = 30, prestige = 1, patch = "8.1.0", tags = {"Exhaustion", "GruntsOfPain", "Stealth"}},
	["Secousse"]                                     = {id = 192, techName = "Jolt", units = {4}, values = {6, 7, 8}, charType = 'K', patch = "6.1.0", tags = {"Generators", "Regression", "RegressionPenalty", "GeneralPerk"}, unused = true, retired = true},
	["Parenté"]                                      = {id = 22,  techName = "Kindred", units = {3}, values = {8, 12, 16}, charType = 'S', tags = {"Auras", "Hooks", "GeneralPerk"}},
	["Affinités"]                                    = {id = 199, techName = "Kinship", units = {1}, values = {26, 30, 34}, charType = 'S', tags = {"EntityProgression", "Hooks", "Struggling", "GeneralPerk"}, unused = true, retired = true},
	["Contact Languide"]                             = {id = 272, techName = "Languid Touch", units = {1}, values = {6, 8, 10}, range = "36 mètres", cooldown = "5 secondes", character = 36, charType = 'K', level = 35, prestige = 2, patch = "8.4.0", tags = {"Crows", "Exhausted"}},
	["K.O."]                                         = {id = 87,  techName = "Knock Out", units = {1}, values = {3, 4, 5}, range = "6 mètres", timer = "6 secondes", hindered = "-5 %", character = 9, charType = 'K', level = 30, prestige = 1, patch = "8.6.0", tags = {"Hindered", "Pallets"}},
	["Last Standing"]                                = {id = 3,   techName = "Last Standing", units = {4, 4}, values = {7.5, 15, 25, 22.5, 45, 75}, charType = 'S', tags = {"ActionSpeed"}, unused = true},
	["Meneur"]                                       = {id = 34,  techName = "Leader", units = {4}, values = {15, 20, 25}, character = 1, charType = 'S', level = 40, prestige = 3, tags = {"ActionSpeed", "ExitGates"}},
	["Abandonné"]                                    = {id = 72,  techName = "Left Behind", units = {3}, values = {24, 28, 32}, character = 8, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Hatch"}},
	["Poursuivant Meurtrier"]                        = {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"}},
	["Effet de Levier"]                              = {id = 236, techName = "Leverage", units = {4}, values = {30, 40, 50}, duration = "30 secondes", character = 31, charType = 'K', patch = "8.3.0", level = 35, prestige = 2, tags = {"ActionSpeed", "Healing", "HealingProficiency", "Hooks"}},
	["Rejeton de la Lumière"]                        = {id = 58,  techName = "Lightborn", units = {1}, values = {6, 8, 10}, character = 3, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "BlindingResistance"}},
	["À Pas de Chat"]                                = {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"}},
	["Poids Plume"]                                  = {id = 23,  techName = "Lightweight", units = {1}, values = {3, 4, 5}, charType = 'S', patch = "6.1.0", tags = {"ScratchMarks", "Stealth", "GeneralPerk"}},
	["Souple"]                                       = {id = 77,  techName = "Lithe", units = {1}, values = {60, 50, 40}, character = 9, charType = 'S', level = 35, prestige = 2, tags = {"Exhaustion", "Haste", "Vaulting", "Pallets"}},
	["Profil Bas"]                                   = {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"}},
	["Coup de Chance"]                               = {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"}},
	["Bonne Étoile"]                                 = {id = 258, techName = "Lucky Star", units = {1}, values = {40, 35, 30}, character = 39, charType = 'S', level = 40, prestige = 3, patch = "7.2.0", tags = {"Auras", "Generators", "GruntsOfPain", "Lockers", "PoolsOfBlood", "Stealth"}},
	["Apprentissage Automatique"]                    = {id = 246, techName = "Machine Learning", units = {1}, values = {35, 40, 45}, character = 32, charType = 'K', level = 40, prestige = 3, patch = "8.3.2", tags = {"Auras", "Generators", "Haste", "Undetectable"}},
	["Cran Dément"]                                  = {id = 115, techName = "Mad Grit", units = {1}, values = {2, 3, 4}, character = 14, charType = 'K', level = 35, prestige = 2, tags = {"AttackCooldown", "Pause", "Wiggling"}},
	["Fait Pour Ça"]                                 = {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.0.0", tags = {"Endurance", "Exhaustion", "Haste", "Healing", "ConspicuousActions"}},
	["Fais ton Choix"]                               = {id = 98,  techName = "Make Your Choice", units = {1}, values = {40, 50, 60}, character = 11, charType = 'K', level = 40, prestige = 3, tags = {"Exposed", "Hooks"}},
	["Tempête Impitoyable"]                          = {id = 209, techName = "Merciless Storm", units = {1}, values = {16, 18, 20}, character = 27, charType = 'K', level = 40, prestige = 3, tags = {"Generator", "SkillChecks"}},
	["Force de Caractère"]                           = {id = 128, techName = "Mettle of Man", units = {3}, values = {12, 14, 16}, character = 17, charType = 'S', level = 40, prestige = 3, patch = "6.1.2 / 6.1.3", tags = {"Auras", "DeepWound", "Obsession", "ProtectionHits"}},
	["Briseur d'Esprit"]                             = {id = 133, techName = "Mindbreaker", units = {1}, values = {3, 4, 5}, character = 17, charType = 'K', level = 40, prestige = 3, tags = {"Exhaustion", "Generators", "Pause"}},
	["Illusion du Miroir"]                           = {id = 274, techName = "Mirrored Illusion", units = {1}, values = {100, 110, 120}, character = 42, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Chests", "ExitGates", "Generators", "Totems"}},
	["Moment de Gloire"]                             = {id = 285, techName = "Moment of Glory", units = {1}, values = {80, 70, 60}, character = 44, charType = 'S', level = 40, prestige = 3, patch = "8.2.0", tags = {"AutoHeal", "Broken", "Chests", "Healing"}},
	["Surveillance et Maltraitance"]                 = {id = 80,  techName = "Monitor & Abuse", units = {3, 3}, values = {6, 7, 8, 12, 14, 16}, character = 7, charType = 'K', level = 35, prestige = 2, tags = {"Chase", "FOV", "TerrorRadius"}},
	["Crochet Flagellateur : Sanctuaire Monstrueux"] = {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", "GeneralPerk"}},
	["Ennemi Juré"]                                  = {id = 143, techName = "Nemesis", units = {1}, values = {40, 50, 60}, aura = "8 secondes", character = 18, charType = 'K', level = 40, prestige = 3, patch = "8.6.0", tags = {"Auras", "Blinding", "Lockers", "Oblivious", "Obsession", "Pallets", "KillerStun"}, multiName = true},
	["Même Pas Mal"]                                 = {id = 83,  techName = "No Mither", units = {4, 4}, values = {25, 50, 75, 15, 20, 25}, character = 10, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "GruntsOfPain", "PoolsOfBlood", "Recovering", "Stealth"}},
	["On n'Abandonne Personne"]                      = {id = 24,  techName = "No One Left Behind",  units = {4}, values = {50, 75, 100}, haste = "+10 %", bonus = "+5 secondes", charType = 'S', patch = "8.4.0", tags = {"ActionSpeed", "Auras", "EffectDuration", "ExitGates", "Haste", "HealingProficiency"}},
	["Aucune Issue"]                                 = {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 = {"Blocking", "ExitGates", "LoudNoise", "Tokens"}},
	["Nulle Part Où Se Cacher"]                      = {id = 229, techName = "Nowhere to Hide", units = {1}, values = {3, 4, 5}, character = 30, charType = 'K', level = 30, prestige = 1, patch = "6.4.0", tags = {"Auras", "Generators"}},
	["Objet d'Obsession"]                            = {id = 49,  techName = "Object of Obsession", units = {4}, values = {2, 4, 6}, character = 6, charType = 'S', level = 35, prestige = 2, tags = {"Auras", "Obsession"}},
	["Confidentiel"]                                 = {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", "Endurance", "GruntsOfPain", "Hooks", "ConspicuousActions"}},
	["Le Cœur sur la Main"]                          = {id = 67,  techName = "Open-Handed", units = {3}, values = {8, 12, 16}, character = 7, charType = 'S', level = 30, prestige = 1, tags = {"Auras"}},
	["Oppression"]                                   = {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"}},
	["Surmonter"]                                    = {id = 204, techName = "Overcome", units = {1}, values = {60, 50, 40}, character = 29, charType = 'S', level = 30, prestige = 1, tags = {"MovementSpeed", "Exhaustion"}},
	["Overconfidence"]                               = {id = 4,   techName = "Overconfidence", charType = 'S', unused = true},
	["Surcharge"]                                    = {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", "SkillChecks"}},
	["Présence Écrasante"]                           = {id = 78,  techName = "Overwhelming Presence", units = {4}, values = {80, 90, 100}, character = 7, charType = 'K', level = 30, prestige = 1, tags = {"Efficiency", "TerrorRadius"}},
	["Excès de Zèle"]                                = {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 = {"Totems", "Generators", "ActionSpeed"}},
	["Conseils Parentaux"]                           = {id = 210, techName = "Parental Guidance", units = {1}, values = {5, 6, 7}, character = 30, charType = 'S', level = 30, prestige = 1, tags = {"ScratchMarks", "PoolsOfBlood", "GruntsOfPain"}},
	["Pharmacie"]                                    = {id = 94,  techName = "Pharmacy", units = {4}, values = {70, 85, 100}, noiseRange = "-20 mètres", character = 11, charType = 'S', level = 35, prestige = 2, patch = "8.4.0", tags = {"ActionNoise", "ActionSpeed", "Chests", "Items"}},
	["Jouer avec la Nourriture"]                     = {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", "MovementSpeed", "Obsession", "Tokens"}},
	["Rebondissement"]                               = {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"}},
	["Instinct de Pillard"]                          = {id = 25,  techName = "Plunderer's Instinct", units = {3}, values = {32, 48, 64}, chance = "+50 %", charType = 'S', patch = "8.4.0", tags = {"Auras", "Chests", "Items"}},
	["Assurance"]                                    = {id = 124, techName = "Poised", units = {1}, values = {10, 12, 14}, duration = "6 secondes", character = 16, charType = 'S', level = 35, prestige = 2, patch = "8.3.0", tags = {"Auras", "Generators", "ScratchMarks", "Stealth"}},
	["Le Tour est Joué"]                             = {id = 104, techName = "Pop Goes the Weasel", units = {1}, values = {35, 40, 45}, character = 12, charType = 'K', level = 40, prestige = 3, patch = "8.0.0", tags = {"Generators", "Hooks", "RegressionPenalty"}},
	["Énergie Potentielle"]                          = {id = 232, techName = "Potential Energy", units = {1}, values = {12, 10, 8}, character = 34, charType = 'S', level = 30, prestige = 1, patch = "6.4.0", tags = {"Generators", "ProgressionBonus", "SkillChecks", "Tokens"}},
	["Bras de Fer"]                                  = {id = 170, techName = "Power Struggle", units = {4}, values = {25, 20, 15}, character = 24, charType = 'S', level = 40, prestige = 3, tags = {"Pallets", "Stun", "Wiggling"}},
	["Prédateur"]                                    = {id = 55,  techName = "Predator", units = {1}, values = {60, 50, 40}, duration = "4 secondes", character = 2, charType = 'K', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras"}},
	["Prémonition"]                                  = {id = 26,  techName = "Premonition", units = {1}, values = {60, 45, 30}, charType = 'S', tags = {"Warning", "GeneralPerk"}},
	["Fais tes Preuves"]                             = {id = 35,  techName = "Prove Thyself", units = {4, 4}, values = {6, 8, 10, 18, 24, 30}, character = 1, charType = 'S', level = 35, prestige = 2, tags = {"ActionSpeed", "BonusBloodpoints", "Generators"}},
	["Gambit Prompt"]                                = {id = 234, techName = "Quick Gambit", units = {4}, values = {6, 7, 8}, character = 34, charType = 'S', level = 40, prestige = 3, patch = "6.4.0", tags = {"ActionSpeed", "Chase", "Generators"}},
	["Rapide et Silencieux"]                         = {id = 43,  techName = "Quick & Quiet", units = {1}, values = {25, 20, 15}, character = 2, charType = 'S', level = 30, prestige = 1, patch = "8.6.0", tags = {"Lockers", "LoudNoiseNotifications", "Pallets", "RepairingProficiency", "Stealth", "Vaulting"}},
	["Rancœur"]                                      = {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", "LoudNoise"}},
	["Brutalité Rapide"]                             = {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"}},
	["Guérison Réactive"]                            = {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"}},
	["Réconfort"]                                    = {id = 227, techName = "Reassurance", units = {1}, values = {20, 25, 30}, character = 33, charType = 'S', level = 35, prestige = 2, patch = "6.2.0", tags = {"EntityProgression", "Hooks", "Pause"}},
	["Leurre"]                                       = {id = 151, techName = "Red Herring", units = {1}, values = {60, 50, 40}, activation = "1 seconde", character = 21, charType = 'S', level = 35, prestige = 2, patch = "8.6.0", tags = {"Auras", "Deception", "Generators", "Lockers", "LoudNoiseNotifications"}},
	["Souviens-Toi de Moi"]                          = {id = 91,  techName = "Remember Me", units = {1, 5}, values = {12, 18, 24, 2, 3, 4}, character = 10, charType = 'K', level = 35, prestige = 2, tags = {"ActionSpeed", "ExitGates", "Obsession"}},
	["Renouvellement"]                               = {id = 200, techName = "Renewal", units = {1}, values = {28, 24, 20}, charType = 'S', tags = {"Broken", "Healing", "Hooks", "GeneralPerk"}, unused = true, retired = true},
	["Alliance Refoulée"]                            = {id = 158, techName = "Repressed Alliance", units = {1}, values = {55, 50, 45}, character = 22, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Blocking", "Generators"}},
	["Manifeste Résiduel"]                           = {id = 218, techName = "Residual Manifest", units = {1}, values = {20, 25, 30}, character = 31, charType = 'S', level = 35, prestige = 2, tags = {"Blindness", "Chests", "Items", "KillerBlind"}},
	["Résistance"]                                   = {id = 27,  techName = "Resilience", units = {4}, values = {3, 6, 9}, charType = 'S', tags = {"ActionSpeed", "ExitGates", "Vaulting", "GeneralPerk"}},
	["Renaissance"]                                  = {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"}},
	["Détermination du Bleu"]                        = {id = 185, techName = "Rookie Spirit", units = {7}, values = {5, 4, 3}, character = 27, charType = 'S', level = 40, prestige = 2, tags = {"Generators", "SkillChecks", "Auras"}},
	["Garder le Meilleur pour la Fin"]               = {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, tags = {"AttackCooldown", "Obsession", "Tokens"}},
	["Saboteur"]                                     = {id = 39,  techName = "Saboteur", units = {1}, values = {70, 65, 60}, character = 4, charType = 'S', level = 40, prestige = 3, patch = "6.1.0", tags = {"ActionSpeed", "Auras", "Hooks", "Sabotage", "ScourgeHookAuras"}},
	["Récupérateur"]                                 = {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"}},
	["Partenaire de Scène"]                          = {id = 251, techName = "Scene Partner", units = {1}, values = {3, 4, 5}, character = 38, charType = 'S', level = 35, prestige = 2, patch = "7.1.0", tags = {"Auras", "TerrorRadius"}},
	["Crochet Flagellateur : Flots de Rage"]         = {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"}},
	["Crochet Flagellateur : Don de Souffrance"]     = {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"}},
	["Crochet Flagellateur : Écho de Douleur"]       = {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"}},
	["Second Souffle"]                               = {id = 140, techName = "Second Wind", units = {1}, values = {28, 24, 20}, character = 19, charType = 'S', level = 40, prestige = 3, tags = {"Broken", "Healing", "Hooks"}},
	["Conscience de Soi"]                            = {id = 196, techName = "Self-Aware", units = {4}, values = {10, 15, 20}, charType = 'S', tags = {"MovementSpeed", "ScratchMarks", "GeneralPerk"}, unused = true, retired = true},
	["Auto-Traitement"]                              = {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"}},
	["Instinct de Survie"]                           = {id = 176, techName = "Self-Preservation", units = {1}, values = {6, 8, 10}, character = 25, charType = 'S', level = 40, prestige = 3, tags = {"PoolsOfBlood", "ScratchMarks", "Stealth"}},
	["Toucher Septique"]                             = {id = 215, techName = "Septic Touch", units = {1}, values = {6, 8, 10}, character = 28, charType = 'K', level = 40, prestige = 3, tags = {"Healing", "TerrorRadius", "Blindness", "Exhaustion"}},
	["Rejeton de l'Ombre"]                           = {id = 56,  techName = "Shadowborn", units = {4}, values = {6, 8, 10}, character = 2, charType = 'K', level = 40, prestige = 3, tags = {"FOV"}},
	["Espoir Brisé"]                                 = {id = 216, techName = "Shattered Hope", units = {1}, values = {6, 7, 8}, charType = 'K', tags = {"Boon", "Totems", "Auras", "GeneralPerk"}},
	["Conscience Situationnelle"]                    = {id = 195, techName = "Situational Awareness", units = {1}, values = {8, 9, 10}, charType = 'S', tags = {"Auras", "Generators", "GeneralPerk"}, unused = true, retired = true},
	["Viande Glissante"]                             = {id = 28,  techName = "Slippery Meat", units = {4}, values = {2, 3, 4}, charType = 'S', tags = {"Chance", "EscapeAttempts", "Hooks", "Luck", "GeneralPerk"}},
	["Boucher Sadique"]                              = {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"}},
	["Petit Gibier"]                                 = {id = 29,  techName = "Small Game", units = {3, 1}, values = {8, 10, 12, 14, 12, 10}, charType = 'S', tags = {"KillerTraps", "Totems", "Warning", "GeneralPerk"}},
	["Succès Écrasant"]                              = {id = 175, techName = "Smash Hit", units = {1}, values = {30, 25, 20}, character = 25, charType = 'S', level = 35, prestige = 2, tags = {"Exhaustion", "Haste", "Pallets", "Stun"}},
	["Unique Survivant"]                             = {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"}},
	["Solidarité"]                                   = {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"}},
	["Protection de l'Âme"]                          = {id = 156, techName = "Soul Guard", units = {1}, values = {4, 6, 8}, character = 22, charType = 'S', level = 30, prestige = 1, tags = {"Cursed", "DeepWound", "Endurance", "ConspicuousActions"}},
	["Spécialiste"]                                  = {id = 279, techName = "Specialist", units = {9, 9}, values = {2, 3, 4, 6, 9, 12}, character = 43, charType = 'S', level = 40, prestige = 3, patch = "8.1.0", tags = {"Chests", "Generators", "ProgressionBonus", "SkillChecks", "Tokens"}},
	["Espions de l'Ombre"]                           = {id = 16,  techName = "Spies from the Shadows", units = {3}, values = {20, 28, 36}, charType = 'K', level = 35, tags = {"LoudNoise", "GeneralPerk"}},
	["Frisson"]                                      = {id = 30,  techName = "Spine Chill", units = {4}, values = {2, 4, 6}, charType = 'S', patch = "6.1.0", tags = {"ActionSpeed", "ExitGates", "Warning", "GeneralPerk"}},
	["Fureur de l'Esprit"]                           = {id = 108, techName = "Spirit Fury", units = {8}, values = {4, 3, 2}, character = 13, charType = 'K', level = 30, prestige = 1, tags = {"Pallets"}},
	["Course Effrénée"]                              = {id = 44,  techName = "Sprint Burst", units = {1}, values = {60, 50, 40}, character = 2, charType = 'S', level = 35, prestige = 2, tags = {"Exhaustion", "Haste"}},
	["En Planque"]                                   = {id = 101, techName = "Stake Out", units = {5}, values = {2, 3, 4}, character = 12, charType = 'S', level = 40, prestige = 3, tags = {"SkillChecks", "TerrorRadius", "Tokens"}},
	["Fascination"]                                  = {id = 171, techName = "Starstruck", units = {1}, values = {26, 28, 30}, character = 23, charType = 'K', level = 30, prestige = 1, tags = {"TerrorRadius", "Exposed"}},
	["Vision Immobile"]                              = {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"}},
	["Débrouillardise"]                              = {id = 47,  techName = "Streetwise", units = {4}, values = {15, 20, 25}, character = 5, charType = 'S', level = 40, prestige = 3, tags = {"Efficiency"}},
	["L'Ombre Fait la Force"]                        = {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"}},
	["Stridor"]                                      = {id = 60,  techName = "Stridor", units = {4, 4}, values = {30, 40, 50, 15, 20, 25}, character = 4, charType = 'K', level = 30, prestige = 1, tags = {"GruntsOfPain"}},
	["Anatomie Supérieure"]                          = {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"}},
	["Surtension"]                                   = {id = 132, techName = "Surge", units = {4}, values = {6, 7, 8}, character = 17, charType = 'K', level = 30, prestige = 1, tags = {"Generators", "Regression", "RegressionPenalty"}},
	["Surveillance"]                                 = {id = 97,  techName = "Surveillance", units = {1}, values = {8, 12, 16}, character = 11, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Generators"}},
	["Travail d'Équipe : Discrétion Collective"]     = {id = 242, techName = "Teamwork: Collective Stealth", units = {1}, values = {180, 160, 140}, character = 36, charType = 'S', level = 35, prestige = 2, patch = "6.6.0", tags = {"Healing", "ScratchMarks", "Stealth", "Teamwork"}},
	["Travail d'Équipe : Pouvoir des Deux"]          = {id = 239, techName = "Teamwork: Power of Two", units = {1}, values = {180, 160, 140}, character = 35, charType = 'S', level = 35, prestige = 2, patch = "6.6.0", tags = {"Haste", "Healing", "Teamwork"}},
	["Technicien"]                                   = {id = 75,  techName = "Technician", units = {4}, values = {5, 4, 3}, character = 9, charType = 'S', level = 30, prestige = 1, tags = {"ActionNoise", "Generators", "RegressionPenalty", "SkillChecks", "LoudNoise"}},
	["Ténacité"]                                     = {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"}},
	["Instinct Territorial"]                         = {id = 84,  techName = "Territorial Imperative", units = {1}, values = {4, 5, 6}, character = 8, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Basement"}},
	["Thanatophobie"]                                = {id = 61,  techName = "Thanatophobia", units = {4, 4}, values = {1, 1.5, 2, 4, 6, 8}, character = 4, charType = 'K', level = 35, prestige = 2, patch = "6.1.2 / 6.1.3", tags = {"ActionSpeed", "Totems"}},
	["Ce n'est pas en Train d'Arriver"]              = {id = 31,  techName = "This Is Not Happening", units = {4}, values = {10, 20, 30}, charType = 'S', tags = {"SkillChecks", "GeneralPerk"}},
	["Frissons Palpitants"]                          = {id = 130, techName = "Thrilling Tremors", units = {1}, values = {100, 80, 60}, character = 16, charType = 'K', level = 35, prestige = 2, tags = {"Auras", "Blocking", "Generators"}},
	["VLAN !"]                                       = {id = 235, techName = "THWACK!", units = {3}, values = {28, 30, 32}, character = 31, charType = 'K', level = 30, prestige = 1, patch = "6.6.0", tags = {"Auras", "BreakableWalls", "Hooks", "Pallets"}},
	["Réparateur"]                                   = {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", "LoudNoise", "Stealth", "Undetectable"}},
	["Tough Runner"]                                 = {id = 5,   techName = "Tough Runner", charType = 'S', unused = true},
	["Piste de Souffrance"]                          = {id = 154, techName = "Trail of Torment", units = {1}, values = {60, 45, 30}, character = 20, charType = 'K', level = 35, patch = "8.1.0", prestige = 2, tags = {"Auras", "Deception", "Generators", "Stealth", "Undetectable"}},
	["Expert"]                                       = {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"}},
	["Inexorable"]                                   = {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},
	["Interrompu"]                                   = {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"}},
	["Inattendu"]                                    = {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"}},
	["Arme Ultime"]                                  = {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", "LoudNoise", "TerrorRadius"}},
	["Présence Perturbante"]                         = {id = 53,  techName = "Unnerving Presence", units = {4}, values = {40, 50, 60}, character = 1, charType = 'K', level = 30, prestige = 1, tags = {"SkillChecks", "TerrorRadius", "TriggerOdds"}},
	["Indéfectible"]                                 = {id = 74,  techName = "Unbreakable", units = {4}, values = {25, 30, 35}, character = 8, charType = 'S', level = 40, prestige = 3, tags = {"Recovering", "RecoverySpeed"}},
	["Implacable"]                                   = {id = 17,  techName = "Unrelenting", units = {4}, values = {20, 25, 30}, charType = 'K', tags = {"AttackCooldown", "GeneralPerk"}},
	["Augmenter la Mise"]                            = {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 = {"Luck"}},
	["Évasion Urbaine"]                              = {id = 46,  techName = "Urban Evasion", units = {4}, values = {90, 95, 100}, character = 5, charType = 'S', level = 35, prestige = 2, tags = {"MovementSpeed"}},
	["Veillée"]                                      = {id = 95,  techName = "Vigil", units = {4}, values = {20, 25, 30}, character = 11, charType = 'S', level = 40, prestige = 3, tags = {"Blindness", "Broken", "Exposed", "Exhaustion", "Haemorrhage", "Hindered", "Mangled", "Oblivious", "RecoverySpeed"}},
	["Visionnaire"]                                  = {id = 162, techName = "Visionary", units = {1}, values = {20, 18, 16}, character = 23, charType = 'S', level = 30, prestige = 1, tags = {"Auras", "Generators"}},
	["Debout !"]                                     = {id = 93,  techName = "Wake Up!", units = {4}, values = {15, 20, 25}, character = 11, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "Auras", "ExitGates"}},
	["Nous Y Arriverons"]                            = {id = 32,  techName = "We'll Make It", units = {1}, values = {30, 60, 90}, charType = 'S', tags = {"ActionSpeed", "Healing", "GeneralPerk"}},
	["Nous Vivrons Éternellement"]                   = {id = 81,  techName = "We're Gonna Live Forever", units = {1}, values = {6, 8, 10}, healing = "+100 %", cooldown = "30 secondes", character = 10, charType = 'S', level = 30, prestige = 1, patch = "8.3.2", tags = {"ActionSpeed", "ConspicuousActions", "DeepWound", "Endurance", "Healing", "HealingProficiency"}},
	["Lien avec la Trame"]                           = {id = 271, techName = "Weave Attunement", units = {1}, values = {20, 25, 30}, range = "8 mètres", character = 36, charType = 'K', level = 30, prestige = 1, patch = "8.4.0", tags = {"Auras", "ForcedItemDrop", "Items", "Oblivious"}},
	["Murmures"]                                     = {id = 18,  techName = "Whispers", units = {3}, values = {48, 40, 32}, charType = 'K', tags = {"Warning", "GeneralPerk"}},
	["Malice"]                                       = {id = 270, techName = "Wicked", units = {1}, values = {16, 18, 20}, character = 41, charType = 'S', level = 40, prestige = 3, patch = "7.6.0", tags = {"ActionSpeed", "Basement", "Cursed", "Healing", "HealingProficiency", "Mangled", "Tokens"}},
	["Parfaite Occasion"]                            = {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"}},
	["Micro Caché"]                                  = {id = 223, techName = "Wiretap", units = {1}, values = {100, 110, 120}, character = 32, charType = 'S', level = 30, prestige = 1, patch = "8.2.0", tags = {"Auras", "Generators", "Trap"}},
	["Tactiques de Zanshin"]                         = {id = 141, techName = "Zanshin Tactics", units = {1}, values = {3, 4, 5}, radius = "32 mètres", character = 18, charType = 'K', level = 30, prestige = 1, patch = "8.3.2", tags = {"Auras", "Pallets", "Windows"}},
    ["Coup de Tonnerre"]                             = {id = 286, techName = "All-Shaking Thunder", units = {1}, values = {8, 12, 16}, lunge = "+75 %", cooldown = "5 secondes", character = 38, charType = 'K', level = 30, prestige = 1, patch = "8.4.0", tags = {"Falling", "Lunge"}},
    ["Rupture Nette"]                                = {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"}},
    ["Invocation : Corbeaux Traîtres"]               = {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"}},
    ["Pas de Quartier"]                              = {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"}},
    ["Endosse le Fardeau"]                           = {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"}},
    ["Crochet Flagellateur : Boussole de Douleur"]   = {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"}},
    ["À Jamais Liés"]                                = {id = 293, techName = "Forever Entwined", units = {5, 4}, values = {6, 7, 8, 24, 28, 32}, character = 39, charType = 'K', level = 35, prestige = 2, patch = "8.6.0", tokenGain = "+1 Jeton", bonus = "+4 %", tags = {"ActionSpeed", "Dropping", "Hooking", "PickingUp", "Tokens"}},
    ["Sort : Que du Malheur"]                        = {id = 292, techName = "Hex: Nothing but Misery", units = {1}, values = {10, 12.5, 15}, character = 39, charType = 'K', level = 30, prestige = 1, patch = "8.6.0", attacks = "8 fois", hindered = "-5 %", tags = {"Hex", "Hindered", "Totems"}},
    ["Personne N'est Libre"]                         = {id = 294, techName = "None Are Free", units = {1, 1}, values = {12, 14, 16, 48, 56, 64}, character = 39, charType = 'K', level = 40, prestige = 3, patch = "8.6.0", tokenGain = "+1 Jeton", tokenMax = "4 Jetons", tags = {"Generators", "PalletBlocker", "WindowBlocker"}},
    ["Ne Pas Nuire"]                                 = {id = 295, techName = "Do No Harm", units = {4, 4}, values = {30, 40, 50, 60, 80, 100}, patch = "8.7.0", bonusStack = "+3 %", bonusMax = "+6 %", character = 46, charType = 'S', level = 30, prestige = 1, tags = {"ActionSpeed", "BonusProgression", "HealingProficiency", "HookStates", "SkillChecks"}},
    ["Devoir de Vigilance"]                          = {id = 296, techName = "Duty of Care", units = {1}, values = {4, 5, 6}, patch = "8.7.0", range = "16 mètres", haste = "+25 %", character = 46, charType = 'S', level = 35, prestige = 2, tags = {"Haste", "ProtectionHits"}},
    ["Réaction Rapide"]                              = {id = 297, techName = "Rapid Response", units = {2}, values = {1, 1.5, 2}, patch = "8.7.0", exhausted = "30 secondes", character = 46, charType = 'S', level = 40, prestige = 3, tags = {"Auras", "Exhausted", "Lockers"}},
    ["On Embauche"]                                  = {id = 298, techName = "Help Wanted", units = {1}, values = {40, 50, 60}, patch = "9.0.0", character = 40, charType = 'K', level = 30, prestige = 1, cooldown = "+25 %", tags = {"AttackCooldown", "Generators"}},
    ["Frayeur Fantôme"]                              = {id = 299, techName = "Phantom Fear", units = {1}, values = {80, 70, 60}, patch = "9.0.0", character = 40, charType = 'K', level = 35, prestige = 2, aura = "2 secondes", tags = {"Auras", "TerrorRadius", "Screams"}},
    ["Détraqué"]                                     = {id = 300, techName = "Haywire", units = {4}, values = {40, 45, 50}, patch = "9.0.0", character = 40, charType = 'K', level = 40, prestige = 3, threshold = "50 %", tags = {"ExitGates", "RegressionSpeed"}},
}
p.perksCount = #p.perks

p.powers = {
    ["Piège à Ours"]                 =     {killer = 1,  article = "Le",  patch = "7.3.1", haste = "+7.5 %", tags = {"Auras", "AutoDamage", "BearTraps", "Haste"}},
    ["Cloche des Lamentations"]      =     {killer = 2,  article = "La",  patch = "6.7.0", tags = {"SpiritWorld", "Invisibility", "Undetectable"}},
    ["Tronçonneuse"]                 =     {killer = 3,  article = "La",  patch = "8.3.0", tags = {"DoubleDamage", "Overdrive"}},
    ["Dernier Souffle de Spencer"]   =     {killer = 4,  article = "Le",  patch = "6.7.0", tags = {"Fatigue", "SpiritWorld", "Teleportation", "Tokens"}},
    ["Mal Intérieur"]                =     {killer = 5,  article = "Le",  patch = "8.4.1", exposed = "60 secondes", tags = {"ActionSpeed", "AttackRange", "Exposed", "MovementSpeed", "Stalking", "TerrorRadius", "Undetectable", "Vaulting"}},
    ["Catalyseur Noirci"]            =     {killer = 6,  article = "Le",  patch = "7.6.0", tags = {"FakeTerrorRadius", "PhantasmTraps", "TerrorRadius", "Teleportation"}},
    ["Étincelle de Carter"]          =     {killer = 7,  article = "L'",  patch = "8.2.0", tags = {"Auras", "FakeTerrorRadius", "Hallucinations", "InteractionBlocker", "ItemBlocker", "Lockers", "LoudNoiseNotifications", "Madness", "Oblivious", "Screams", "SkillChecks", "TerrorRadius"}},
    ["Hachettes de Chasse"]          =     {killer = 8,  article = "Les", patch = "7.6.0", tags = {"Auras", "Lockers", "Lullaby"}},
    ["Tronçonneuse de Bubba"]        =     {killer = 9,  article = "La",  patch = "8.0.0", tags = {"DoubleDamage", "Tantrum"}},
    ["Démon des Rêves"]              =     {killer = 10, article = "Le",  patch = "8.5.0", tags = {"AlarmClocks", "DreamSnares", "DreamPallets", "DreamWorld", "Healing", "Hindered", "Husk", "Invisibility", "Lullaby", "Oblivious", "SkillChecks", "SleepPenalty", "Teleportation", "TerrorRadius"}, invisibilityFar = "32 mètres", invisibilityIntermittent = "16 à 32 mètres", invisibilityNear = "16 mètres", microsleep = "60 secondes", immunityMicrosleep = "30 secondes", wakeUp = "5 secondes", alarmClockInteraction = "2 secondes", dreamTraps = 2,	dreamSnareChargeTime = "0.35 secondes", dreamSnareSpeed = "12 m/s", dreamSnareRange = "18 mètres", dreamSnarePenalty = "+30 secondes", dreamSnareCooldown = "7 secondes", castingDreamSnares = "4.0 m/s", hindered = "-12 %", durationHindered = "4.5 secondes", dreamPallets = 8, dreamPalletRange = "24 mètres", dreamPalletDelay = "1.5 secondes", dreamPalletPenalty = "+60 secondes", dreamPalletAOE = "3.5 mètres", dreamPalletCooldown = "1.5 secondes", dreamProjectionRange = "8 à 12 mètres", dreamProjectionThreshold = "0.5 secondes",	dreamProjectionDuration = "2.5 secondes", dreamProjectionBonus = "-15 %", dreamProjectionMaxBonus = "-60 %", dreamProjectionCooldown = "30 secondes", dreamProjectionPenalty = "+15 secondes",	castingDreamProjection = "3.86 m/s", dreamProjectionAOE = "8 mètres", killerInstinct = "3 secondes"},
	["Baptême de Jigsaw"]            =     {killer = 11, article = "Le",  patch = "7.6.0", tags = {"Crouching", "Dash", "DeathTimer", "Generators", "JigsawBoxes", "ReverseBearTraps", "Undetectable"}},
    ["Tonique Afterpiece"]           =     {killer = 12, article = "Le",  haste = "+10 %", hindered = "-15 %", patch = "7.6.0", tags = {"Antidote", "Haste", "Hindered", "Intoxication", "Invigoration", "Tonic"}},
    ["Hantise de Yamaoka"]           =     {killer = 13, article = "La",  patch = "6.7.0", tags = {"EtherealPlane", "Husk", "MovementSpeed", "Invisibility", "ScratchMarks", "TerrorRadius"}},
    ["Frénésie Animale"]             =     {killer = 14, article = "La",  patch = "8.6.0", frenzyDuration = "11 secondes", frenzyRecharge = "15 secondes", frenzySpeedDefault = "5.2 m/s", frenzySpeedBonus = "+0.24 m/s", frenzySpeedMax = "+0.96 m/s", terrorRadiusBonus = "+8 mètres", feralVault = "0.9 secondes", fatigueSpeed = "2.3 m/s", fatigueDuration = "2.5 secondes", tags = {"DeepWound", "DoubleDamage", "Fatigue", "KillerInstinct", "Pallets", "PoolsOfBlood", "ScratchMarks", "TerrorRadius", "Vaulting", "Windows"}},
    ["Purge d'Infamie"]              =     {killer = 15, article = "La",  patch = "5.3.0", tags = {"Broken", "PoolsOfDevotion", "Projectiles"}},
    ["Linceul Nocturne"]             =     {killer = 16, article = "Le",  patch = "8.4.0", tags = {"Crouching", "Exposed", "KillerInstinct", "Stalking", "Undetectable"}},
    ["Né de l'Abîme"]                =     {killer = 17, patch = "8.4.1", undetectable = "5 secondes", tags = {"BreakableWalls", "KillerInstinct", "Pallets", "Portals", "Oblivious", "Shred", "Undetectable"}},
    ["Colère de Yamaoka"]            =     {killer = 18, article = "La",  patch = "8.7.0", tags = {"AttackRange", "Dash", "DoubleDamage"}},
    ["Expiateur"]                    =     {killer = 19, article = "L'",  patch = "8.0.0", tags = {"DeepWound", "Projectile", "Spear"}},
    ["Rites du Jugement"]            =     {killer = 20, article = "Les", patch = "7.1.0", tags = {"CagesOfAtonement", "KillerInstinct", "MiniMori", "Torment"}},
    ["Corruption du Fléau"]          =     {killer = 21, article = "La",  patch = "5.0.0", tags = {"BreakableWalls", "Dash", "Fatigue", "Pallets", "Slam", "Tokens"}},
    ["Lien du Sang"]                 =     {killer = 22, article = "Le",  patch = "8.3.0", tags = {"Broken", "Collision", "DormantState", "GateBlocker", "Incapacitated", "InteractionBlocker", "KillerInstinct", "Lockers", "Lullaby", "Oblivious", "PoolsOfBlood", "RedStain", "ScratchMarks", "TerrorRadius"}},
    ["Succès Fou"]                   =     {killer = 23, article = "Le",  patch = "7.4.2", tags = {"Blades", "Laceration", "Lockers", "Lullaby", "MainEvent"}},
    ["Virus-T"]                      =     {killer = 24, article = "Le",  patch = "8.2.0", hindered = "-20 %", tags = {"BreakableWalls", "Contamination", "HeadOn", "Firecrackers", "FlashGrenades", "Flashlights", "Hindered", "KillerInstinct", "Pallets", "SupplyCases", "Vaccine", "Zombies"}},
    ["Invocations Douloureuses"]     =     {killer = 25, article = "Les", patch = "6.7.0", tags = {"Auras", "ChainHunt", "GateBlocker", "Incapacitated", "KillerInstinct", "LamentConfiguration", "Oblivious", "Teleportation"}},
    ["Oiseaux de Souffrance"]        =     {killer = 26, article = "Les", patch = "6.7.0", tags = {"Auras", "DireCrows", "FlightPath", "KillerInstinct", "Lockers", "Swarm"}},
    ["Déluge de Peur"]               =     {killer = 27, article = "Le",  patch = "7.5.1", tags = {"Auras", "Condemned", "Hooks", "Invisibility", "KillerStun", "Lullaby", "MiniMori", "Pallets", "Teleportation", "TVs", "Undetectable", "VHSTape"}},
    ["Règne des Ténèbres"]           =     {killer = 28, article = "Le",  patch = "8.2.0", tags = {"Husk", "KillerInstinct", "Lockers", "Nightfall", "Remnant", "Teleportation", "Tokens", "Undetectable"}},
    ["Bond Virulent"]                =     {killer = 29, article = "Le",  patch = "8.4.0", hindered = "-4 %", tags = {"Dash", "FirstAidSpray", "GateBlocker", "Hindered", "Infection", "KillerInstinct", "Pallets", "Slam", "SupplyCases", "Tokens", "Vaulting", "Windows"}},
    ["Guardia Compagnia"]            =     {killer = 30, article = "La",  patch = "8.2.0", haste = {"+5 %", "+50 %"}, tags = {"BreakableWalls", "DeepWound", "Endurance", "Generators", "Guards", "Haste", "Hunt", "GuardOrder", "Pallets", "Patrol", "PatrolPath", "PoolsOfBlood", "ScratchMarks", "Standard"}},
    ["Yeux dans le Ciel"]            =     {killer = 31, article = "Les", patch = "8.3.2", haste = "+5 %", hindered = "-10 %", tags = {"Auras", "AutoDamage", "Broken", "ClawTraps", "DeepWound", "Drones", "Haste", "Hindered", "KillerInstinct", "Undetectable"}},
    ["Instanciation Quantique"]      =     {killer = 32, article = "L'",  patch = "8.7.0", OCMode_speed = "+3 %", hindered = "-50 %", tags = {"ActionSpeed", "Biopods", "BreakableWalls", "EMP", "KillerInstinct", "KillerStun", "OverclockMode", "Pallets", "Slipstream", "SupplyCases", "Teleportation", "Windows"}},
    ["Poursuite Cachée"]             =     {killer = 33, article = "La",  patch = "8.6.0", CS_amount = 7, CS_auraRange = "12 mètres", CS_AOE = "16 mètres", CS_turretCooldown = "30 secondes", tunnelSpeed = "18 m/s", tunnelFootsteps = "16 mètres", CM_chargeRate = "1 c/s", CM_tunnelChargeRate = "8 c/s", CM_chargeCapacity = "35 Charges", CM_terrorRadius = "24 mètres", TS_reach = "4.8 mètres", turret_amount = 4, turret_attackRange = "10 mètres", turret_respawn = "60 secondes", flameLimit = "125 Charges", KI_duration = "3 secondes", turretTunnelExit = "2.5 secondes", hindered = "-35 %", tags = {"AttackRange", "Auras", "ControlStation", "CrawlerMode", "Exhausted", "ExitGates", "Footsteps", "Hindered", "Incapacitated", "KillerInstinct", "KillerStun", "TerrorRadius", "Tunnels", "Turrets"}},
    ["Fini de Jouer"]                =     {killer = 34, patch = "8.6.0", powerDuration = "14 secondes", powerCooldown = "12 secondes", illusionRadius = "16 mètres", powerSpeedValue = "8 m/s", powerSpeedDuration = "1.8 secondes", powerLungeDuration = "0.6 secondes", scamperDuration = "1 seconde", tags = {"Footfalls", "Hallucinations", "Pallets", "Scamper", "Undetectable", "Windows"}},
    ["VIX"]                          =     {killer = 35, article = "Le",  patch = "8.3.0", hindered = "-6 %", tags = {"ActionSpeed", "BlastArea", "Hallucinations", "Hindered", "KillerInstinct", "Projectile", "Props", "Teleportation", "Weakened"}},
    ["Chapitres Interdits"]          =     {killer = 36, article = "Les", patch = "9.0.0", haste = "+7 %", durationHaste = "4 secondes", hookStageCount = 2, treasureChestCount = 6, fly_duration = "5 secondes", fly_cooldown = "2.75 secondes", FOTD_entities = 5, FOTD_killerInstinct = "5 secondes", dispellingSphere_killerInstinct = "5 secondes", dispellingSphere_magicItemCooldown = "45 secondes", dispellingSphereSpeeds = {"9.75 m/s", "6.5 m/s"}, dispellingSphereSpeedTransition = "3 secondes", mageHand_palletLift = "0.5 secondes", mageHand_palletHold = "4 secondes", spellCooldowns = {"20 secondes", "30 secondes", "30 secondes", "35 secondes"}, magicItem_auraReveal = "2 secondes", magicItem_skyguardLinger = "0.25 secondes", tags = {"Auras", "AutoDamage", "EyeOfVecna", "HandOfVecna", "Haste", "Invisibility", "KillerInstinct", "Levitation", "Lockers", "LoudNoiseNotifications", "MiniMori", "Pallets", "Teleportation", "TreasureChests", "Windows"}},
    ["Transformation Vampirique"]    =     {killer = 37, article = "La",  patch = "8.4.0", haste = "+4.35 %", durationHaste = "2.5 secondes", tags = {"Invisibility", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "ScentOrbs", "ScratchMarks", "ShapeShifting", "Teleportation", "Tracking", "Undetectable"}},
    ["Fumet du Sang"]                =     {killer = 38, article = "Le",  patch = "8.7.0", hindered = "-10 %", durationHindered = "5 secondes", tags = {"DeepWound", "Endurance", "GateBlocker", "GruntsOfPain", "Hindered", "HoundSense", "Incapacitated", "KillerInstinct", "Lullaby", "MovementSpeed", "PoolsOfBlood", "SearchPath"}},
    ["Œil de la Terreur"]            =     {killer = 39, article = "L'",  patch = "8.7.0", tokenCountDefault = "2 Tokens", tokenCountEM = 3, tokenCost = "-1 Token", minPalletPenalty = 1, maxPalletPenalty = 2, powerRecharge = {"4 secondes", "2.5 secondes"}, leapRange = "14 mètres", windowOpenTime = "5 secondes", countdownDuration = "40 secondes", countdownExtended = "50 secondes", tags = {"ActionSpeed", "Deep Wound", "KaguneMark", "Pallets", "Tokens", "Vaulting", "Windows"}},
    ["Frousse de Fazbear"]           =     {killer = 40, article = "La",  patch = "9.0.0", tags = {"Cameras", "CameraView", "Doors", "Projectile", "SecurityDoors", "SecuritySystem"}},
}
p.powersCount = #p.powers

return p