Moduł:Datatable/Icons

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

--BEFORE EDITTING THE PAGE:
--Use the Spacebar for padding the record, not the TABulator - fandom has visual glitch on "view" page not rendering whitespaces correctly
local p = {}
p.icons = {
    ----- Generic -----
    ["Unknown QuestionMark"] = {iconFile = "Unknown QuestionMark.png"},
    ["notFound"] =             {iconFile = "Unknown QuestionMark.png"},

    ----- 2v8 Classes -----
    ["Escapist"] = {iconFile = "IconClass_Runner.png"  , assembly = true},
    ["Guide"] =    {iconFile = "IconClass_Mechanic.png", assembly = true},
    ["Medic"] =    {iconFile = "IconClass_Medic.png"   , assembly = true},
    ["Scout"] =    {iconFile = "IconClass_Scout.png"   , assembly = true},
    
    ----- 2v8 Skills -----
    ["Escapist Aura Skill"] =     {iconFile = "IconSkills RunnerAura.png"                      , assembly = true},
    ["Escapist Innate Skill"] =   {iconFile = "IconSkills RunnerInnate.png"                    , assembly = true},
    ["Escapist Team Skill"] =     {iconFile = "IconSkills RunnerTeam.png"                      , assembly = true},
    ["Guide Aura Skill"] =        {iconFile = "IconSkills MechanicAura.png"                    , assembly = true},
    ["Guide Innate Skill"] =      {iconFile = "IconSkills MechanicInnate.png"                  , assembly = true},
    ["Guide Team Skill"] =        {iconFile = "IconSkills MechanicTeam.png"                    , assembly = true},
    ["Hillbilly Innate Skill"] =  {iconFile = "IconSkills HillbillyPassive.png"                , assembly = true},
    ["Hillbilly Team Skill"] =    {iconFile = "IconSkills HillbillyTeam.png"                   , assembly = true},
    ["Huntress Innate Skill"] =   {iconFile = "IconSkills HuntressPassive.png"                 , assembly = true},
    ["Huntress Team Skill"] =     {iconFile = "IconSkills HuntressTeam.png"                    , assembly = true},
    ["Medic Aura Skill"] =        {iconFile = "IconSkills MedicAura.png"                       , assembly = true},
    ["Medic Innate Skill"] =      {iconFile = "IconSkills MedicInnate.png"                     , assembly = true},
    ["Medic Team Skill"] =        {iconFile = "IconSkills MedicTeam.png"                       , assembly = true},
    ["Nurse Innate Skill"] =      {iconFile = "IconSkills NursePassive.png"                    , assembly = true},
    ["Nurse Team Skill"] =        {iconFile = "IconSkills NurseTeam.png"                       , assembly = true},
    ["Scout Aura Skill"] =        {iconFile = "IconSkills ScoutAura.png"                       , assembly = true},
    ["Scout Innate Skill"] =      {iconFile = "IconSkills ScoutInnate.png"                     , assembly = true},
    ["Scout Team Skill"] =        {iconFile = "IconSkills ScoutTeam.png"                       , assembly = true},
    ["Shared Killer Skill 1"] =   {iconFile = "IconSkills KillerChaseAura Generic.png"         , assembly = true},
    ["Shared Killer Skill 2.1"] = {iconFile = "IconSkills KillerTeammateAura Generic.png"      , assembly = true},
    ["Shared Killer Skill 2.2"] = {iconFile = "IconSkills KillerRegressionSpeed Generic.png"   , assembly = true},
    ["Shared Unlockable Skill"] = {iconFile = "IconSkills SurvivorSelfcare Generic.png"        , assembly = true},
    ["Trapper Innate Skill"] =    {iconFile = "IconSkills TrapperPassive.png"                  , assembly = true},
    ["Trapper Team Skill"] =      {iconFile = "IconSkills TrapperTeam.png"                     , assembly = true},
    ["Wraith Innate Skill"] =     {iconFile = "IconSkills WraithPassive.png"                   , assembly = true},
    ["Wraith Team Skill"] =       {iconFile = "IconSkills WraithTeam.png"                      , assembly = true},
    
    ----- Cosmetics -----
    ["Badge"] =                              {iconFile = "Icon badge.png"},
    ["Banner"] =                             {iconFile = "Icon banner.png"},
    ["Charm"] =                              {iconFile = "Icon charm.png"},
    
    ----- Modifiers -----
    ["Lights Out"] =                         {iconFile = "IconModifier lightsOut.png"},
    ["Lights Out (Castlevania)"] =           {iconFile = "IconModifier lightsOutCastlevania.png"},
    ["My Little Oni"] =                      {iconFile = "IconModifier myLittleOni.png"},
    ["Chaos Shuffle"] =						 {iconFile = "IconModifier chaosShuffle.png"},
    ["2v8"] =                                {iconFile = "IconModifier 2v8.png"},
    
    ----- Magic Items (HUD) -----
    ["Boots"] =                              {iconFile = "T_UI_hud_umg_survivorMagicItems_Boots.png"},
    ["Bracers"] =                            {iconFile = "T_UI_hud_umg_survivorMagicItems_Bracers.png"},
    ["Dispelling Sphere"] =                  {iconFile = "T_UI_hud_umg_survivorMagicItems_DispellingSphere.png"},
    ["Flight of the Damned"] =               {iconFile = "T_UI_hud_umg_survivorMagicItems_FlightoftheDamned.png"},
    ["Fly"] =                                {iconFile = "T_UI_hud_umg_survivorMagicItems_Fly.png"},
    ["Gauntlets"] =                          "Bracers",
    ["Mage Hand"] =                          {iconFile = "T_UI_hud_umg_survivorMagicItems_MageHand.png"},
    ["Vecna Eye"] =                          {iconFile = "T_UI_hud_umg_survivorMagicItems_VecnaEye.png"},
    ["Vecna Hand"] =                         {iconFile = "T_UI_hud_umg_survivorMagicItems_VecnaHand.png"},
    
    ----- Alternate Icons -----
    ["Absorption Mode"] =                    {iconFile = "Atl Hud PB IconAbsorb.png"},
    ["Adaptation"] =                         {iconFile = "Atl Loadout Icon Adaption.png"},
    ["Ambush"] =                             {iconFile = "Atl Hud AB IconAmbush.png"},
    ["Ambush Dash"] =                        {iconFile = "Atl Hud AB IconAmbush.png"},
    ["Bonus Bloodpoints"] =                  {iconFile = "Atl Loadout Icon BonusBloodpoints.png"},
    ["Bottle Reload"] =                      {iconFile = "Atl Hud AB IconBottleReload.png"},
    ["Break Chains"] =                       {iconFile = "Atl_Hud_Icon_BreakChains.png"},
    ["Carry"] =                              {iconFile = "IconAction carriedBody.png"},
    ["Carrying"] =                           {iconFile = "IconAction carriedBody.png"},
    ["Catching Survivors"] =				 {iconFile = "statusIcon_trap.png"},
    ["Chasing"] =                            {iconFile = "Atl Loadout Icon Chasing.png"},
    ["Concealment"] =                        {iconFile = "Atl Loadout Icon Concealment.png"},
    ["Create Gateway"] =                     {iconFile = "Atl_Hud_PB_CreateGateway.png"},
    ["Cruelty"] =                            {iconFile = "Atl Loadout Icon Cruelty.png"},
    ["Demon Dash"] =                         {iconFile = "Atl Hud PB IconDash.png"},
    ["Demon Strike"] =                       {iconFile = "Atl Hud PB IconDemonStrike.png"},
    ["Dream Pallet"] =                       {iconFile = "Atl_Hud_PB_DreamPallet.png"},
    ["Dream Snare"] =                        {iconFile = "Atl_Hud_PB_DreamSnare.png"},
    ["Dream Projection"] =                   {iconFile = "Atl Hud AB DreamProjection.png"},
    ["Drop"] =                               {iconFile = "Atl Hud PB Drop.png"},
    ["Dropping"] =                           {iconFile = "Atl Hud PB Drop.png"},
    ["Enhancement"] =                        {iconFile = "Atl Loadout Icon Enhancement.png"},
    ["Experience Points"] =                  {iconFile = "Atl Loadout Icon XP.png"},
    ["Hinderance"] =                         {iconFile = "Atl Loadout Icon Hinderance.png"},
    ["Kill"] =                               {iconFile = "Atl Hud PB Kill.png"},
    ["Killing"] =                            {iconFile = "Atl Hud PB Kill.png"},
    ["Luck (alt)"] =                         {iconFile = "Atl Loadout Icon Luck.png"},
    ["Map Modification"] =                   {iconFile = "Atl Loadout Icon MapModifications.png"},
    ["Mini-Mori"] =                          {iconFile = "Atl Loadout Icon MementoMoris.png"},
    ["Navigation"] =                         {iconFile = "Atl Loadout Icon Navigation.png"},
    ["Obstruction"] =                        {iconFile = "Atl Loadout Icon Obstruction.png"},
    ["Patch"] =                              {iconFile = "Icon publicTestBuild.png"},
    ["Perception"] =                         {iconFile = "Atl Loadout Icon Perception.png"},
    ["Pounce (Victor)"] =                    {iconFile = "Atl Hud ATK Pounce.png"},
    ["Pounce Charging (Victor)"] =           {iconFile = "Atl Hud AB PounceCharging.png"},
    ["Punishment Mode"] =                    {iconFile = "Atl Hud PB IconPunishment.png"},
    ["Punishment of the Damned"] =           {iconFile = "Atl Hud PB punishmentOfTheDamned.png"},
    ["Realms (alt)"] =                       {iconFile = "Atl Loadout Icon Realms.png"},
    ["Recall Victor"] =                      {iconFile = "Atl Hud AB RecallVictor.png"},
    ["Reset Bear Trap"] =                    {iconFile = "Atl Hud PB IconResetBearTrap.png"},
    ["Safeguard"] =                          {iconFile = "Atl Loadout Icon Safeguard.png"},
    ["Shock Therapy Attack"] =               {iconFile = "Atl Hud AB IconShockTherapy.png"},
    ["Shred"] =                              {iconFile = "Atl Hud PB Shred.png"},
    ["Shrouds"] =                            {iconFile = "Atl Loadout Icon Shrouds.png"},
    ["Solve Lament Configuration"] =         {iconFile = "Icons_Hud_Icon_Solve.png"},
    ["Strategy"] =                           {iconFile = "Atl Loadout Icon Strategy.png"},
    ["Summon Chain"] =                       {iconFile = "Atl_Hud_AB_SummonChain.png"},
    ["Support"] =                            {iconFile = "Atl Loadout Icon Support.png"},
    ["Switch to Charlotte"] =                {iconFile = "Atl Hud PB SwitchToCharlotte.png"},
    ["Switch to Victor"] =                   {iconFile = "Atl Hud PB SwitchToVictor.png"},
    ["Teleport"] =                           {iconFile = "Atl Hud AB IconTeleport.png"},
    ["Teleport to Lament Configuration"] =   {iconFile = "Atl_Hud_AB_Teleport.png"},
    ["Teleportation"] =                      {iconFile = "Atl Hud AB IconTeleport.png"},
    ["Tracking"] =                           {iconFile = "Atl Loadout Icon Tracking.png"},
    ["Traverse"] =                           {iconFile = "Atl Hud PB traverseUpsideDown.png"},
    ["Traversing"] =                         {iconFile = "Atl Hud PB traverseUpsideDown.png"},
    ["Traverse Upside Down"] =               {iconFile = "Atl Hud PB traverseUpsideDown.png"},
    ["Trickery"] =                           {iconFile = "Atl Loadout Icon Trickery.png"},
    ["Unbind Victor"] =                      {iconFile = "Atl Hud PB UnbindVictor.png"},
    ["NJX (Projectile Mobile)"] =            {iconFile = "IconPowers AOE Projectile.png"},
    ["NJX (Teleport Mobile)"] =              {iconFile = "IconPowers K35 Teleport.png"},
    ["Wailing Bell (cloaked)"] =             {iconFile = "Atl Hud PB IconInvisibilityBell 02.png"},
    ["Wards"] =                              {iconFile = "Atl Loadout Icon Wards.png"},
    ["XP"] =                                 {iconFile = "Atl Loadout Icon XP.png"},
    

    --------------------------- Achievements ---------------------------
    ["A Bite for The Entity"] =              {iconFile = "Ach aBiteForTheEntity.jpg"},
    ["A Fast Death"] =                       {iconFile = "Ach aFastDeath.jpg"},
    ["A Feast for The Entity"] =             {iconFile = "Ach aFeastForTheEntity.jpg"},
    ["Adept Ace"] =                          {iconFile = "Ach adeptAce.jpg"},
    ["Adept Ada"] =                          {iconFile = "Ach adeptAda.jpg"},
    ["Adept Adam"] =                         {iconFile = "Ach adeptAdam.jpg"},
    ["Adept Ash"] =                          {iconFile = "Ach adeptAsh.jpg"},
    ["Adept Bill"] =                         {iconFile = "Ach adeptBill.jpg"},
    ["Adept Cage"] =                         {iconFile = "Ach adeptCage.jpg"},
    ["Adept Cheryl"] =                       {iconFile = "Ach adeptCheryl.jpg"},
    ["Adept Claudette"] =                    {iconFile = "Ach adeptClaudette.jpg"},
    ["Adept David"] =                        {iconFile = "Ach adeptDavid.jpg"},
    ["Adept Dwight"] =                       {iconFile = "Ach adeptDwight.jpg"},
    ["Adept Élodie"] =                       {iconFile = "Ach adeptÉlodie.jpg"},
    ["Adept Felix"] =                        {iconFile = "Ach adeptFelix.jpg"},
    ["Adept Gabriel"] =                      {iconFile = "Ach adeptGabriel.jpg"},
    ["Adept Haddie"] =                       {iconFile = "Ach adeptHaddie.jpg"},
    ["Adept Jake"] =                         {iconFile = "Ach adeptJake.jpg"},
    ["Adept Jane"] =                         {iconFile = "Ach adeptJane.jpg"},
    ["Adept Jeff"] =                         {iconFile = "Ach adeptJeff.jpg"},
    ["Adept Jill"] =                         {iconFile = "Ach adeptJill.jpg"},
    ["Adept Jonah"] =                        {iconFile = "Ach adeptJonah.jpg"},
    ["Adept Kate"] =                         {iconFile = "Ach adeptKate.jpg"},
    ["Adept Lara"] =                         {iconFile = "Ach adeptLara.jpg"},
    ["Adept Laurie"] =                       {iconFile = "Ach adeptLaurie.jpg"},
    ["Adept Leon"] =                         {iconFile = "Ach adeptLeon.jpg"},
    ["Adept Meg"] =                          {iconFile = "Ach adeptMeg.jpg"},
    ["Adept Mikaela"] =                      {iconFile = "Ach adeptMikaela.jpg"},
    ["Adept Min"] =                          {iconFile = "Ach adeptMin.jpg"},
    ["Adept Nea"] =                          {iconFile = "Ach adeptNea.jpg"},
    ["Adept Nancy"] =                        {iconFile = "Ach adeptNancy.jpg"},
    ["Adept Quentin"] =                      {iconFile = "Ach adeptQuentin.jpg"},
    ["Adept Rebecca"] =                      {iconFile = "Ach adeptRebecca.jpg"},
    ["Adept Renato"] =                       {iconFile = "Ach adeptRenato.jpg"},
    ["Adept Ripley"] =                       {iconFile = "Ach adeptRipley.jpg"},
    ["Adept Steve"] =                        {iconFile = "Ach adeptSteve.jpg"},
    ["Adept Tapp"] =                         {iconFile = "Ach adeptTapp.jpg"},
    ["Adept Thalita"] =                      {iconFile = "Ach adeptThalita.jpg"},
    ["Adept Vittorio"] =                     {iconFile = "Ach adeptVittorio.jpg"},
    ["Adept Yui"] =                          {iconFile = "Ach adeptYui.jpg"},
    ["Adept Yun-Jin"] =                      {iconFile = "Ach adeptYun-Jin.jpg"},
    ["Adept Yoichi"] =                       {iconFile = "Ach adeptYoichi.jpg"},
    ["Adept Zarina"] =                       {iconFile = "Ach adeptZarina.jpg"},

    ["Adept Artist"] =                       {iconFile = "Ach adeptArtist.jpg"},
    ["Adept Blight"] =                       {iconFile = "Ach adeptBlight.jpg"},
    ["Adept Cannibal"] =                     {iconFile = "Ach adeptCannibal.jpg"},
    ["Adept Cenobite"] =                     {iconFile = "Ach adeptCenobite.jpg"},
    ["Adept Clown"] =                        {iconFile = "Ach adeptClown.jpg"},
    ["Adept Deathslinger"] =                 {iconFile = "Ach adeptDeathslinger.jpg"},
    ["Adept Demogorgon"] =                   {iconFile = "Ach adeptDemogorgon.jpg"},
    ["Adept Doctor"] =                       {iconFile = "Ach adeptDoctor.jpg"},
    ["Adept Dredge"] =                       {iconFile = "Ach adeptDredge.jpg"},
    ["Adept Executioner"] =                  {iconFile = "Ach adeptExecutioner.jpg"},
    ["Adept Ghost Face"] =                   {iconFile = "Ach adeptGhostFace.jpg"},
    ["Adept Hag"] =                          {iconFile = "Ach adeptHag.jpg"},
    ["Adept Hillbilly"] =                    {iconFile = "Ach adeptHillbilly.jpg"},
    ["Adept Huntress"] =                     {iconFile = "Ach adeptHuntress.jpg"},
    ["Adept Knight"] =                       {iconFile = "Ach adeptKnight.jpg"},
    ["Adept Legion"] =                       {iconFile = "Ach adeptLegion.jpg"},
    ["Adept Mastermind"] =                   {iconFile = "Ach adeptMastermind.jpg"},
    ["Adept Nemesis"] =                      {iconFile = "Ach adeptNemesis.jpg"},
    ["Adept Nightmare"] =                    {iconFile = "Ach adeptNightmare.jpg"},
    ["Adept Nurse"] =                        {iconFile = "Ach adeptNurse.jpg"},
    ["Adept Oni"] =                          {iconFile = "Ach adeptOni.jpg"},
    ["Adept Onryō"] =                        {iconFile = "Ach adeptOnryo.jpg"},
    ["Adept Pig"] =                          {iconFile = "Ach adeptPig.jpg"},
    ["Adept Plague"] =                       {iconFile = "Ach adeptPlague.jpg"},
    ["Adept Shape"] =                        {iconFile = "Ach adeptShape.jpg"},
    ["Adept Singularity"] =                  {iconFile = "Ach adeptSingularity.jpg"},
    ["Adept Skull Merchant"] =               {iconFile = "Ach adeptSkullMerchant.jpg"},
    ["Adept Spirit"] =                       {iconFile = "Ach adeptSpirit.jpg"},
    ["Adept Trapper"] =                      {iconFile = "Ach adeptTrapper.jpg"},
    ["Adept Trickster"] =                    {iconFile = "Ach adeptTrickster.jpg"},
    ["Adept Twins"] =                        {iconFile = "Ach adeptTwins.jpg"},
    ["Adept Wraith"] =                       {iconFile = "Ach adeptWraith.jpg"},
    ["Adept Xenomorph"] =                    {iconFile = "Ach adeptXenomorph.jpg"},

    ["Agonising Escape"] =                   {iconFile = "Ach agonisingEscape.jpg"},
    ["All Aboard"] =                         {iconFile = "Ach allAboard.jpg"},
    ["Ancestor's Rite"] =                    {iconFile = "Ach ancestorsRite.jpg"},
    ["Apt Killer"] =                         {iconFile = "Ach aptKiller.jpg"},
    ["Apt Survivor"] =                       {iconFile = "Ach aptSurvivor.jpg"},
    ["Backdoor Escape"] =                    {iconFile = "Ach backdoorEscape.jpg"},
    ["Bless You"] =                          {iconFile = "Ach blessYou.jpg"},
    ["Blood on Your Hands"] =                {iconFile = "Ach bloodOnYourHands.jpg"},
    ["Blood on Your Face"] =                 {iconFile = "Ach bloodOnYourFace.jpg"},
    ["Blood in Your Mouth"] =                {iconFile = "Ach bloodInYourMouth.jpg"},
    ["Bloody Millionaire"] =                 {iconFile = "Ach bloodyMillionaire.jpg"},
    ["Bloodbath"] =                          {iconFile = "Ach bloodbath.jpg"},
    ["Bodyguard"] =                          {iconFile = "Ach bodyguard.jpg"},
    ["Bound and Downed"] =                   {iconFile = "Ach boundAndDowned.jpg"},
    ["Broken Bodies"] =                      {iconFile = "Ach brokenBodies.jpg"},
    ["Bump in the Night"] =                  {iconFile = "Ach bumpInTheNight.jpg"},
    ["Butcherin'"] =                         {iconFile = "Ach butcherin.jpg"},
    ["Biological Weaponry"] =                {iconFile = "Ach biologicalWeaponry.jpg"},
    ["Campbell's Chapel Legacy"] =           {iconFile = "Ach campbellsChapelLegacy.jpg"},
    ["Caws of Death"] =                      {iconFile = "Ach cawsOfDeath.jpg"},
    ["Cherish Your Life"] =                  {iconFile = "Ach cherishYourLife.jpg"},
    ["Chorus of Chaos"] =                    {iconFile = "Ach chorusOfChaos.jpg"},
    ["Classy Act"] =                         {iconFile = "Ach classyAct.jpg"},
    ["Cleansed in Agony"] =                  {iconFile = "Ach cleansedInAgony.jpg"},
    ["Close Shave"] =                        {iconFile = "Ach closeShave.jpg"},
    ["Collision Course"] =                   {iconFile = "Ach collisionCourse.jpg"},
    ["Complete the Evolution"] =             {iconFile = "Ach completeTheEvolution.jpg"},
    ["Conniption"] =                         {iconFile = "Ach conniption.jpg"},
    ["Cottage Owner"] =                      {iconFile = "Ach cottageOwner.jpg"},
    ["Cripple Them All"] =                   {iconFile = "Ach crippleThemAll.jpg"},
    ["Cruelty Loves Company"] =              {iconFile = "Ach crueltyLovesCompany.jpg"},
    ["Cutting Out"] =                        {iconFile = "Ach cuttingOut.jpg"},
    ["Death of Ignorance"] =                 {iconFile = "Ach deathOfIgnorance.jpg"},
    ["Deep Cleansing"] =                     {iconFile = "Ach deepCleansing.jpg"},
    ["Denied!"] =                            {iconFile = "Ach denied.jpg"},
    ["Deranged Pursuit"] =                   {iconFile = "Ach derangedPursuit.jpg"},
    ["Desperate Escape"] =                   {iconFile = "Ach desperateEscape.jpg"},
    ["Devoted Gatekeeping"] =                {iconFile = "Ach devotedGatekeeping.jpg"},
    ["Disarm and Dismember"] =               {iconFile = "Ach disarmAndDismember.jpg"},
    ["Dismantle"] =                          {iconFile = "Ach dismantle.jpg"},
    ["Dream Demon"] =                        {iconFile = "Ach dreamDemon.jpg"},
    ["End of Days"] =                        {iconFile = "Ach endOfDays.jpg"},
    ["Engineer"] =                           {iconFile = "Ach engineer.jpg"},
    ["Escape Artist"] =                      {iconFile = "Ach escapeArtist.jpg"},
    ["Escaping the Nightmare"] =             {iconFile = "Ach escapingTheNightmare.jpg"},
    ["Evil Incarnate"] =                     {iconFile = "Ach evilIncarnate.jpg"},
    ["Even Punishment"] =                    {iconFile = "Ach evenPunishment.jpg"},
    ["Every Last Drop"] =                    {iconFile = "Ach everyLastDrop.jpg"},
    ["Expert Killer"] =                      {iconFile = "Ach expertKiller.jpg"},
    ["Expert Survivor"] =                    {iconFile = "Ach expertSurvivor.jpg"},
    ["Expert Generalist"] =                  {iconFile = "Ach expertGeneralist.jpg"},
    ["Extraterrestrial"] =                   {iconFile = "Ach extraterrestrial.jpg"},
    ["Flight to Freedom"] =                  {iconFile = "Ach flightToFreedom.jpg"},
    ["Fleet of Foot"] =                      {iconFile = "Ach fleetOfFoot.jpg"},
    ["From the Deep"] =                      {iconFile = "ACH FromTheDeep.jpg"},
    ["From the Void She Kills"] =            {iconFile = "Ach fromTheVoidSheKills.jpg"},
    ["First to the Punch"] =                 {iconFile = "Ach firstToThePunch.jpg"},
    ["Game Over"] =                          {iconFile = "Ach gameOver.jpg"},
    ["Getting the Hang of It"] =             {iconFile = "Ach gettingTheHangOfIt.jpg"},
    ["Gifts for The Fog"] =                  {iconFile = "Ach giftsForTheFog.jpg"},
    ["Grim Pilgrimage"] =                    {iconFile = "Ach grimPilgrimage.jpg"},
    ["Ghost in the Machine"] =               {iconFile = "Ach ghostInTheMachine.jpg"},
    ["Hack the Mainframe"] =                 {iconFile = "Ach hackTheMainframe.jpg"},
    ["Haemophobia"] =                        {iconFile = "Ach haemophobia.jpg"},
    ["Handyman"] =                           {iconFile = "Ach handyman.jpg"},
    ["Happy Holidays"] =                     {iconFile = "Ach happyHolidays.jpg"},
    ["Healthy Obsession"] =                  {iconFile = "Ach healthyObsession.jpg"},
    ["Heavy Burden"] =                       {iconFile = "Ach heavyBurden.jpg"},
    ["Hiding Seeker"] =                      {iconFile = "ACH HidingSeeker.jpg"},
    ["High Speed Pursuit"] =                 {iconFile = "Ach highSpeedPursuit.jpg"},
    ["Holiday Get-Together"] =               {iconFile = "Ach holidayGet-Together.jpg"},
    ["House of Pain"] =                      {iconFile = "Ach houseOfPain.jpg"},
    ["Humanitarian"] =                       {iconFile = "Ach humanitarian.jpg"},
    ["I"] =                                  {iconFile = "Ach i.jpg"},
    ["II"] =                                 {iconFile = "Ach ii.jpg"},
    ["III"] =                                {iconFile = "Ach iii.jpg"},
    ["III-50"] =                             {iconFile = "Ach iii-50.jpg"},
    ["I See You"] =                          {iconFile = "Ach iSeeYou.jpg"},
    ["In the Void She Walks"] =              {iconFile = "Ach inTheVoidSheWalks.jpg"},
    ["Insult and Injury"] =                  {iconFile = "Ach insultAndInjury.jpg"},
    ["It Wakes"] =                           {iconFile = "Ach itWakes.jpg"},
    ["Item of Obsession"] =                  {iconFile = "Ach itemOfObsession.jpg"},
    ["I've Got Your Back"] =                 {iconFile = "Ach iveGotYourBack.jpg"},
    ["I Want to Play a Game"] =              {iconFile = "Ach iWantToPlayAGame.jpg"},
    ["Jump Scares"] =                        {iconFile = "Ach jumpScares.jpg"},
    ["Kitted Out"] =                         {iconFile = "Ach kittedOut.jpg"},
    ["Leapfrog"] =                           {iconFile = "Ach leapfrog.jpg"},
    ["Left for Dead"] =                      {iconFile = "Ach leftForDead.jpg"},
    ["Legendary Killer"] =                   {iconFile = "Ach legendaryKiller.jpg"},
    ["Legendary Survivor"] =                 {iconFile = "Ach legendarySurvivor.jpg"},
    ["Lifting The Fog"] =                    {iconFile = "Ach liftingTheFog.jpg"},
    ["Looter"] =                             {iconFile = "Ach looter.jpg"},
    ["Mad House"] =                          {iconFile = "Ach madHouse.jpg"},
    ["Made It Out Alive!"] =                 {iconFile = "Ach madeItOutAlive.jpg"},
    ["Make Some Noise"] =                    {iconFile = "Ach makeSomeNoise.jpg"},
    ["Master Killer"] =                      {iconFile = "Ach masterKiller.jpg"},
    ["Master Survivor"] =                    {iconFile = "Ach masterSurvivor.jpg"},
    ["Medic"] =                              {iconFile = "Ach medic.jpg"},
    ["Milk 'n' Cookies"] =                   {iconFile = "Ach milkNCookies.jpg"},
    ["MU/TH/UR Dearest"] =                   {iconFile = "Ach muthurDearest.jpg"},
    ["Multi-Tasker"] =                       {iconFile = "Ach multi-Tasker.jpg"},
    ["Near-Death Experience"] =              {iconFile = "Ach near-DeathExperience.jpg"},
    ["Nerves of Steel"] =                    {iconFile = "Ach nervesOfSteel.jpg"},
    ["No One Left Behind (Ach)"] =           {iconFile = "Ach noOneLeftBehind.jpg"},
    ["Not Half Bad"] =                       {iconFile = "Ach notHalfBad.jpg"},
    ["Not Today"] =                          {iconFile = "Ach notToday.jpg"},
    ["Old West Oasis"] =                     {iconFile = "Ach oldWestOasis.jpg"},
    ["One More Step"] =                      {iconFile = "Ach oneMoreStep.jpg"},
    ["One Thousand Cuts"] =                  {iconFile = "Ach oneThousandCuts.jpg"},
    ["Outbreak Breakout"] =                  {iconFile = "Ach outbreakBreakout.jpg"},
    ["Outrage"] =                            {iconFile = "Ach outrage.jpg"},
    ["Outrun Evil"] =                        {iconFile = "Ach outrunEvil.jpg"},
    ["Outrun the Overlap"] =                 {iconFile = "Ach outrunTheOverlap.jpg"},
    ["Operation: Survival"] =                {iconFile = "Ach operationSurvival.jpg"},
    ["Party Crasher"] =                      {iconFile = "Ach partyCrasher.jpg"},
    ["Perfect Escape"] =                     {iconFile = "Ach perfectEscape.jpg"},
    ["Perfect Killing"] =                    {iconFile = "Ach perfectKilling.jpg"},
    ["Power Moves"] =                        {iconFile = "Ach powerMoves.jpg"},
    ["Pre-emptive Strike"] =                 {iconFile = "Ach pre-EmptiveStrike.jpg"},
    ["Prowler"] =                            {iconFile = "Ach prowler.jpg"},
    ["Punch Drunk"] =                        {iconFile = "Ach punchDrunk.jpg"},
    ["Quick Draw"] =                         {iconFile = "Ach quickDraw.jpg"},
    ["Rebuilding the Borgo"] =               {iconFile = "Ach rebuildingTheBorgo.jpg"},
    ["Rescue Mission"] =                     {iconFile = "Ach rescueMission.jpg"},
    ["Resourceful"] =                        {iconFile = "Ach resourceful.jpg"},
    ["Resurgence (Ach)"] =                   {iconFile = "Ach resurgence.jpg"},
    ["Risk It All"] =                        {iconFile = "Ach riskItAll.jpg"},
    ["Raccoon City Recruit"] =               {iconFile = "Ach raccoonCityRecruit.jpg"},
    ["Savage Take-Down"] =                   {iconFile = "Ach savageTake-Down.jpg"},
    ["Second Act"] =                         {iconFile = "Ach secondAct.jpg"},
    ["Selfless Survival"] =                  {iconFile = "Ach selflessSurvival.jpg"},
    ["Serial Killer"] =                      {iconFile = "Ach serialKiller.jpg"},
    ["Shock Therapy"] =                      {iconFile = "Ach shockTherapy.jpg"},
    ["Shocking Treatment"] =                 {iconFile = "Ach shockingTreatment.jpg"},
    ["Shrine Apparatus"] =                   {iconFile = "Ach shrineApparatus.jpg"},
    ["Silent Approach"] =                    {iconFile = "Ach silentApproach.jpg"},
    ["Skilled Huntress"] =                   {iconFile = "Ach skilledHuntress.jpg"},
    ["Skilled Generalist"] =                 {iconFile = "Ach skilledGeneralist.jpg"},
    ["Skilful"] =                            {iconFile = "Ach skilful.jpg"},
    ["Slip into the Stream"] =               {iconFile = "Ach slipIntoTheStream.jpg"},
    ["Smoked"] =                             {iconFile = "Ach smoked.jpg"},
    ["So Alone"] =                           {iconFile = "Ach soAlone.jpg"},
    ["Sorted"] =                             {iconFile = "Ach sorted.jpg"},
    ["Speed Kills"] =                        {iconFile = "Ach speedKills.jpg"},
    ["Survival Treasures"] =                 {iconFile = "Ach survivalTreasures.jpg"},
    ["Swirling Death"] =                     {iconFile = "Ach swirlingDeath.jpg"},
    ["Tag Team"] =                           {iconFile = "Ach tagTeam.jpg"},
    ["Taking One for the Team"] =            {iconFile = "Ach takingOneForTheTeam.jpg"},
    ["Tear Their Soul Apart"] =              {iconFile = "Ach tearTheirSoulApart.jpg"},
    ["Terminal Illness"] =                   {iconFile = "Ach terminalIllness.jpg"},
    ["Terror of LV-426"] =                   {iconFile = "Ach terrorOfLv-426.jpg"},
    ["Texas BBQ"] =                          {iconFile = "Ach texasBbq.jpg"},
    ["The Grand Sacrifice"] =                {iconFile = "Ach theGrandSacrifice.jpg"},
    ["The Grind"] =                          {iconFile = "Ach theGrind.jpg"},
    ["The Man Behind the Bush"] =            {iconFile = "Ach theManBehindTheBush.jpg"},
    ["The Key to Escape"] =                  {iconFile = "Ach theKeyToEscape.jpg"},
    ["Thrill of the Chase"] =                {iconFile = "Ach thrillOfTheChase.jpg"},
    ["Totally Vulnerable"] =                 {iconFile = "Ach totallyVulnerable.jpg"},
    ["Tools of the Trade"] =                 {iconFile = "Ach toolsOfTheTrade.jpg"},
    ["Triggered"] =                          {iconFile = "Ach triggered.jpg"},
    ["Triage"] =                             {iconFile = "Ach triage.jpg"},
    ["Unforgettable Getaway"] =              {iconFile = "Ach unforgettableGetaway.jpg"},
    ["Vulture"] =                            {iconFile = "Ach vulture.jpg"},
    ["Viral Video"] =                        {iconFile = "Ach viralVideo.jpg"},
    ["What Lurks Beneath"] =                 {iconFile = "Ach whatLurksBeneath.jpg"},
    ["Where Did They Go!?"] =                {iconFile = "Ach whereDidTheyGo.jpg"},
    ["Whiffing to Success"] =                {iconFile = "Ach whiffingToSuccess.jpg"},
    ["With Scars to Show"] =                 {iconFile = "Ach withScarsToShow.jpg"},
    ["Wounded Healer"] =                     {iconFile = "Ach woundedHealer.jpg"},
    ["Zealous"] =                            {iconFile = "Ach zealous.jpg"},


    --------------------------- Add-ons ---------------------------
    --------------------------- All Killers ---------------------------
    ["Blight Serum"] =                       {iconFile = "IconAddon blightSerum.png", assembly = true},


	--------------------------- Bear Trap / Pułapki na Niedźwiedzie ---------------------------
	["Tłuszcz Niedźwiedzia"] =     {iconFile = "FulliconAddon bearOil.png"},
	["Fusy Kawy"] =                {iconFile = "FulliconAddon coffeeGrounds.png"},
	["Sprężyna Napinająca"] =      {iconFile = "FulliconAddon tensionSpring.png"},
	["Wydłużone Szczęki"] =        {iconFile = "FulliconAddon lengthenedJaws.png"},
	["Skórzana Orteza Kolanowa"] = {iconFile = "FulliconAddon makeshiftWrap.png"},
	["Zestaw 4 Sprężyn"] =         {iconFile = "FulliconAddon 4-coilSpringKit.png"},
	["Zakrwawiona Sprężyna"] =     {iconFile = "FulliconAddon bloodyCoil.png"},
	["Diamentowa Osełka"] =        {iconFile = "FulliconAddon diamondStone.png"},
	["Narzędzia Mocujące"] =       {iconFile = "FulliconAddon fasteningTools.png"},
	["Osełka"] =                   {iconFile = "FulliconAddon honingStone.png"},
	["Opalizująca Osełka"] =       {iconFile = "FulliconAddon iridescentStone.png"},
	["Naoliwiona Sprężyna"] =      {iconFile = "FulliconAddon oilyCoil.png"},
	["Kampesz"] =                  {iconFile = "FulliconAddon logwoodDye.png"},
	["Wyściełane Szczęki"] =       {iconFile = "FulliconAddon paddedJaws.png"},
	["Zardzewiałe Szczęki"] =      {iconFile = "FulliconAddon rustedJaws.png"},
	["Dodatkowa Sprężyna"] =       {iconFile = "FulliconAddon secondaryCoil.png"},
	["Ząbkowane Szczęki"] =        {iconFile = "FulliconAddon serratedJaws.png"},
	["Narzędzia Rozkładające"] =   {iconFile = "FulliconAddon settingTools.png"},
	["Pozszywany Plecak"] =        {iconFile = "FulliconAddon stitchedBag.png"},
	["Mocna Sprężyna"] =           {iconFile = "FulliconAddon strongCoilSpring.png"},
	["Butelka Smoły"] =            {iconFile = "FulliconAddon tarBottle.png"},
	["Rozkładacz Pułapek"] =       {iconFile = "FulliconAddon trapSetters.png"},
	["Torba Trapera"] =            {iconFile = "FulliconAddon trapperBag.png"},
	["Rękawice Trapera"] =         {iconFile = "FulliconAddon trapperGloves.png"},
	["Worek Trapera"] =         	{iconFile = "FulliconAddon trapperSack.png"},
	["Worek Trapera (Wycofany)"] = {iconFile = "FulliconAddon trapperSackDecommissioned.png"},
    ["Kostka Wosku"] =             {iconFile = "FulliconAddon waxBrick.png"},


	--------------------------- Birds of Torment / Ptaki Udręki ---------------------------
	["Rysunek Automatyczny"] = {iconFile = "FulliconAddon automaticDrawing.png"},
	["Kawałek Węgla"] =        {iconFile = "FulliconAddon charcoalStick.png"},
	["Kukurydza Choclo"] =     {iconFile = "FulliconAddon chocloCorn.png"},
	["Najciemniejszy Tusz"] =  {iconFile = "FulliconAddon darkestInk.png"},
	["Gnijąca Padlina"] =      {iconFile = "FulliconAddon festeringCarrion.png"},
	["Ogród Zgnilizny"] =      {iconFile = "FulliconAddon gardenOfRot.png"},
	["Jajo z Tuszu"] =         {iconFile = "FulliconAddon inkEgg.png"},
	["Opalizujące Pióro"] =    {iconFile = "FulliconAddon iridescentFeather.png"},
	["Dziecięce Buciki Matiasa"] = {iconFile = "FulliconAddon matiasBabyShoes.png"},
	["O Żalu, O Kochanku!"] =  {iconFile = "FulliconAddon oGriefOLover.png"},
	["Farby Olejne"] =         {iconFile = "FulliconAddon oilPaints.png"},
	["Odcięte Dłonie"] =       {iconFile = "FulliconAddon severedHands.png"},
	["Odcięty Język"] =        {iconFile = "FulliconAddon severedTongue.png"},
	["Srebrny Dzwonek"] =      {iconFile = "FulliconAddon silverBell.png"},
	["Martwa Natura z Krukiem"] = {iconFile = "FulliconAddon stillLifeCrow.png"},
	["Gęsta Smoła"] =          {iconFile = "FulliconAddon thickTar.png"},
	["Cierniste Gniazdo"] =    {iconFile = "FulliconAddon thornyNest.png"},
	["Niezatytułowana Agonia"] =  {iconFile = "FulliconAddon untitledAgony.png"},
	["Kawałek Aksamitu"] =     {iconFile = "FulliconAddon velvetFabric.png"},
	["Jaskrawy Nekrolog"] =    {iconFile = "FulliconAddon vibrantObituary.png"},
	
	
	
	--------------------------- Blackened Catalyst / Sczerniały Katalizator ---------------------------
	["Krwawe Błoto"] =                   {iconFile = "FulliconAddon bloodiedMud.png"},
	["Krwawa Woda"] =                    {iconFile = "FulliconAddon bloodiedWater.png"},
	["Woda Bagienna"] =                  {iconFile = "FulliconAddon bogWater.png"},
	["Pęknięte Żółwie Jajko"] =          {iconFile = "FulliconAddon crackedTurtleEgg.png"},
	["Naszyjnik z Cyprysem"] =           {iconFile = "FulliconAddon cypressNecklet.png"},
	["Zabłocona Martwa Mucha"] =         {iconFile = "FulliconAddon deadFlyMud.png"},
	["Zdeformowane Ucho"] =              {iconFile = "FulliconAddon disfiguredEar.png"},
	["Skrzydła Ważki"] =                 {iconFile = "FulliconAddon dragonflyWings.png"},
	["Suszona Cykada"] =                 {iconFile = "FulliconAddon driedCicada.png"},
	["Serce Babci"] =                    {iconFile = "FulliconAddon granmasHeart.png"},
	["Połowa Skorupki"] =                {iconFile = "FulliconAddon halfEggshell.png"},
	["Miętowy Łachman"] =                {iconFile = "FulliconAddon mintRag.png"},
	["Sproszkowana Skorupka"] =          {iconFile = "FulliconAddon powderedEggshell.png"},
	["Bazie Kotki"] =                    {iconFile = "FulliconAddon pussyWillowCatkins.png"},
	["Naszyjnik z Liny"] =               {iconFile = "FulliconAddon ropeNecklet.png"},
	["Zardzewiałe Kajdany"] =            {iconFile = "FulliconAddon rustyShackles.png"},
	["Ręka Kata"] =                      {iconFile = "FulliconAddon scarredHand.png"},
	["Naszyjnik z Bagiennej Orchidei"] = {iconFile = "FulliconAddon swampOrchidNecklet.png"},
	["Przemoknięty But"] =               {iconFile = "FulliconAddon waterloggedShoe.png"},
	["Wierzbowy Wieniec"] =              {iconFile = "FulliconAddon willowWreath.png"},


	--------------------------- Blighted Corruption / Skażenie Zarazy ---------------------------	
	["Ampułka z Adrenaliną"] =         {iconFile = "FulliconAddon adrenalineVial.png"},
	["Pierścień Alchemika"] =          {iconFile = "FulliconAddon alchemistsRing.png"},
	["Zarażony Kruk"] =                {iconFile = "FulliconAddon blightedCrow.png"},
	["Zarażony Szczur"] =              {iconFile = "FulliconAddon blightedRat.png"},
	["Cierń Przerośla"] =              {iconFile = "FulliconAddon cankerThorn.png"},
	["Wyszczerbiony Monokl"] =         {iconFile = "FulliconAddon chippedMonocle.png"},
	["Mikstura nr 7"] =                {iconFile = "FulliconAddon compoundSeven.png"},
	["Mikstura nr 33"] =               {iconFile = "FulliconAddon compoundThirtyThree.png"},
	["Mikstura nr 21"] =               {iconFile = "FulliconAddon compoundTwentyOne.png"},
	["Naparstnica Purpurowa"] =        {iconFile = "FulliconAddon foxglove.png"},
	["Opalizująca Etykieta Zarazy"] =  {iconFile = "FulliconAddon iridescentBlightTag.png"},
	["Placebo"] =                      {iconFile = "FulliconAddon placeboTablet.png"},
	["Żółć Plagi"] =                   {iconFile = "FulliconAddon plagueBile.png"},
	["Pył z Krostorośli"] =            {iconFile = "FulliconAddon pustulaDust.png"},
	["Woda Różana"] =                  {iconFile = "FulliconAddon roseTonic.png"},
	["Porwane Notatki"] =              {iconFile = "FulliconAddon shreddedNotes.png"},
	["Substancja Duszy"] =             {iconFile = "FulliconAddon soulChemical.png"},
	["Kamień Przywołań"] =             {iconFile = "FulliconAddon summoningStone.png"},
	["Sól z Półmroku"] =               {iconFile = "FulliconAddon umbraSalts.png"},
	["Dziennik Viga"] =                {iconFile = "FulliconAddon vigosJournal.png"},	
	
	
	--------------------------- Blood Bond / Więź Krwi ---------------------------
	["Opalizujący Wisiorek"] = 	 {iconFile = "FulliconAddon iridescentPendant.png"},
	["Uciszający Materiał"] =       {iconFile = "FulliconAddon silencingCloth.png"},
	["Kropla Perfum"] =        	 {iconFile = "FulliconAddon dropOfPerfume.png"},
	["Leśny Gulasz"] =              {iconFile = "FulliconAddon forestStew.png"},
	["Bączek"] =           		 {iconFile = "FulliconAddon spinningTop.png"},
	["Żołnierzyk Victora"] =        {iconFile = "FulliconAddon victorsSoldier.png"},
	["Szalik Madeleine"] =          {iconFile = "FulliconAddon madeleinesScarf.png"},
	["Zardzewiała Igła"] =          {iconFile = "FulliconAddon rustedNeedle.png"},
	["Szlam Ściekowy"] =            {iconFile = "FulliconAddon sewerSludge.png"},
	["Czerstwe Ciastko"] =          {iconFile = "FulliconAddon staleBiscuit.png"},
	["Ciężka Grzechotka"] =         {iconFile = "FulliconAddon weightyRattle.png"},
	["Zęby Mleczne"] =              {iconFile = "FulliconAddon babyTeeth.png"},
	["Zakrwawiony Czarny Kaptur"] = {iconFile = "FulliconAddon bloodyBlackHood.png"},
	["Kocie Oko"] =                 {iconFile = "FulliconAddon catsEye.png"},
	["Ceremonialny Kandelabr"] =    {iconFile = "FulliconAddon ceremonialCandelabrum.png"},
	["Rękawiczka Madeleine"] =      {iconFile = "FulliconAddon madeleinesGlove.png"},
	["Figurka Kota"] =              {iconFile = "FulliconAddon catFigurine.png"},
	["Kwaśne Mleko"] =              {iconFile = "FulliconAddon souredMilk.png"},
	["Mały Paznokieć"] =            {iconFile = "FulliconAddon tinyFingernail.png"},
	["Zabawkowy Miecz"] =           {iconFile = "FulliconAddon toySword.png"},
	
	
	--------------------------- Carter's Spark / Iskra Cartera ---------------------------
	["\"Spokój\""] =                           {iconFile = "IconAddon calmCartersNotes.png"},
	["\"Spokój\" - Klasa I"] =                 {iconFile = "FulliconAddon calmClassI.png"},
	["\"Spokój\" - Klasa II"] =                {iconFile = "FulliconAddon calmClassII.png"},
	["\"Spokój\" - Notatki Cartera"] =         {iconFile = "FulliconAddon calmCartersNotes.png"},
	["\"Dyscyplina\""] =                       {iconFile = "IconAddon disciplineCartersNotes.png"},
	["\"Dyscyplina\" - Klasa II"] =            {iconFile = "FulliconAddon disciplineClassII.png"},
	["\"Dyscyplina\" - Klasa III"] =           {iconFile = "FulliconAddon disciplineClassIII.png"},
	["\"Dyscyplina\" - Notatki Cartera"] =     {iconFile = "FulliconAddon disciplineCartersNotes.png"},
	["Silnie Stymulująca Elektroda"] =         {iconFile = "FulliconAddon highStimulusElectrode.png"},
	["Kaseta z Przesłuchania"] =               {iconFile = "FulliconAddon interviewTape.png"},
	["Opalowy Król"] =                         {iconFile = "FulliconAddon iridescentKing.png"},
	["Opalowa Królowa"] =                      {iconFile = "FulliconAddon iridescentQueen.png"},
	["Klonowy Rycerz"] =                       {iconFile = "FulliconAddon mapleKnight.png"},
	["Spleśniała Elektroda"] =                 {iconFile = "FulliconAddon moldyElectrode.png"},
	["\"Posłuszeństwo\" - Notatki Cartera"] =  {iconFile = "FulliconAddon obedienceCartersNotes.png"},
	["\"Posłuszeństwo\" - Klasa III"] =        {iconFile = "FulliconAddon obedienceClassIII.png"},
	["\"Porządek\""] =                         {iconFile = "IconAddon orderCartersNotes.png"},
	["\"Porządek\" - Klasa I"] =               {iconFile = "FulliconAddon orderClassI.png"},
	["\"Porządek\" - Klasa II"] =              {iconFile = "FulliconAddon orderClassII.png"},
	["\"Porządek\" - Notatki Cartera"] =       {iconFile = "FulliconAddon orderCartersNotes.png"},
	["Wypolerowana Elektroda"] =               {iconFile = "FulliconAddon polishedElectrode.png"},
	["\"Powściągliwość\""] =                   {iconFile = "IconAddon restraintCartersNotes.png"},
	["\"Powściągliwość\" - Klasa II"] =        {iconFile = "FulliconAddon restraintClassII.png"},
	["\"Powściągliwość\" - Klasa III"] =       {iconFile = "FulliconAddon restraintClassIII.png"},
	["\"Powściągliwość\" - Notatki Cartera"] = {iconFile = "FulliconAddon restraintCartersNotes.png"},
	["Zniszczona Kaseta VHS"] =                {iconFile = "FulliconAddon scrappedTape.png"},


	--------------------------- Deluge of Fear / Zalew Strachu ---------------------------
	["Krwawe Paznokcie"] =         {iconFile = "FulliconAddon bloodyFingernails.png"},
	["Znak do Chatki"] =          	{iconFile = "FulliconAddon cabinSign.png"},
	["Kępa Włosów"] =              {iconFile = "FulliconAddon clumpOfHair.png"},
	["Zniekształcone Zdjęcie"] =   {iconFile = "FulliconAddon distortedPhoto.png"},
	["Opalizująca Taśma"] =        {iconFile = "FulliconAddon iridescentVideotape.png"},
	["Grzebień Matki"] =           {iconFile = "FulliconAddon mothersComb.png"},
	["Lustro Matki"] =             {iconFile = "FulliconAddon mothersMirror.png"},
	["Stara Gazeta"] =             {iconFile = "FulliconAddon oldNewspaper.png"},
	["Zegarek Reiko"] =        	{iconFile = "FulliconAddon reikosWatch.png"},
	["Pilot"] =             		{iconFile = "FulliconAddon remoteControl.png"},
	["Rozklekotany Wiatrak"] =     {iconFile = "FulliconAddon ricketyPinwheel.png"},
	["Rysunek Kręgu"] =         	{iconFile = "FulliconAddon ringDrawing.png"},
	["Szmata Namoczona w Morzu"] = {iconFile = "FulliconAddon seaSoakedCloth.png"},
	["Konsola Montażowa"] =        {iconFile = "FulliconAddon tapeEditingDeck.png"},
	["Telefon"] =          		{iconFile = "FulliconAddon telephone.png"},
	["Kopia Taśmy"] =           	{iconFile = "FulliconAddon videotapeCopy.png"},
	["VCR"] =      				{iconFile = "FulliconAddon vcr.png"},
	["Kamień ze Studni"] =        	{iconFile = "FulliconAddon wellStone.png"},
	["Woda ze Studni"] =          	{iconFile = "FulliconAddon wellWater.png"},
	["Sieć rybacka Yoichiego"] =   {iconFile = "FulliconAddon yoichisFishingNet.png"},


	--------------------------- Dream Demon / Władca Snów ---------------------------
	["Czarne Pudełko"] =                    {iconFile = "FulliconAddon blackBox.png"},
	["Błękitna Sukienka"] =                 {iconFile = "FulliconAddon blueDress.png"},
	["Klocek z Wizerunkiem Kota"] =         {iconFile = "FulliconAddon catBlock.png"},
	["Zdjęcie Klasowe"] =                   {iconFile = "FulliconAddon classPhoto.png"},
	["Grabie Ogrodnicze"] =                 {iconFile = "FulliconAddon gardenRake.png"},
	["Zielona Sukienka"] =                  {iconFile = "FulliconAddon greenDress.png"},
	["Skakanka"] =                          {iconFile = "FulliconAddon jumpRope.png"},
	["Rysunek Dziecka"] =                   {iconFile = "FulliconAddon kidsDrawing.png"},
	["Arcydzieło Nancy"] =                  {iconFile = "FulliconAddon nancysMasterpiece.png"},
	["Szkic Nancy"] =                       {iconFile = "FulliconAddon nancysSketch.png"},
	["Lina"] =                              {iconFile = "FulliconAddon outdoorRope.png"},
	["Rozcieńczalnik"] =                    {iconFile = "FulliconAddon paintThinner.png"},
	["Pojemnik na Pigułki"] =               {iconFile = "FulliconAddon pillBottle.png"},
	["Prototypowe Pazury"] =                {iconFile = "FulliconAddon prototypeClaws.png"},
	["Pędzel Zamoczony Szkarłatną Farbą"] = {iconFile = "FulliconAddon redPaintBrush.png"},
	["Klocek z Wizerunkiem Owcy"] =         {iconFile = "FulliconAddon sheepBlock.png"},
	["Łańcuch do Huśtawki"] =               {iconFile = "FulliconAddon swingChains.png"},
	["Klocek z Wizerunkiem Jednorożca"] =   {iconFile = "FulliconAddon unicornBlock.png"},
	["Wełniana Koszulka"] =                 {iconFile = "FulliconAddon woolShirt.png"},
	["Klocek z Literą Z"] =                 {iconFile = "FulliconAddon zBlock.png"},



	--------------------------- Evil Within / Wewnętrzne Zło ---------------------------
	["Notka od Chłopaka"] =        {iconFile = "FulliconAddon boyfriendsMemo.png"},
	["Blond Włos"] =               {iconFile = "FulliconAddon blondHair.png"},
	["Martwy Królik"] =            {iconFile = "FulliconAddon deadRabbit.png"},
	["Pachnąca Kępka Włosów"] =    {iconFile = "FulliconAddon fragrantTuftOfHair.png"},
	["Odłamek Szkła"] =            {iconFile = "FulliconAddon glassFragment.png"},
	["Kokarda do Włosów"] =        {iconFile = "FulliconAddon hairBow.png"},
	["Szczotka do Włosów"] =       {iconFile = "FulliconAddon hairBrush.png"},
	["Pamiątka po J. Myers"] =     {iconFile = "FulliconAddon jMyersMemorial.png"},
	["Biżuteria"] =                {iconFile = "FulliconAddon jewellery.png"},
	["Pudełko na Biżuterię"] =     {iconFile = "FulliconAddon jewelleryBox.png"},
	["Dziennik Judith"] =          {iconFile = "FulliconAddon judithsJournal.png"},
	["Nagrobek Judith"] =          {iconFile = "FulliconAddon judithsTombstone.png"},
	["Pukiel Włosów"] =            {iconFile = "FulliconAddon lockOfHair.png"},
	["Pamiątkowy Kwiat"] =         {iconFile = "FulliconAddon memorialFlower.png"},
	["Lustrzany Odłamek"] =        {iconFile = "FulliconAddon mirrorShard.png"},
	["Odblaskowy Odłamek"] =       {iconFile = "FulliconAddon reflectiveFragment.png"},
	["Strzaskane Lusterko"] =      {iconFile = "FulliconAddon scratchedMirror.png"},
	["Tandetne Kolczyki"] =        {iconFile = "FulliconAddon tackyEarrings.png"},
	["Kawałek Nagrobka"] =         {iconFile = "FulliconAddon tombstonePiece.png"},
	["Stojące Lusterko"] =         {iconFile = "FulliconAddon vanityMirror.png"},



	--------------------------- Feral Frenzy / Dziki Szał ---------------------------
	["Zimny Piach"] =                         {iconFile = "FulliconAddon coldDirt.png"},
	["Zniszczona Przypinka z Uśmieszkiem"] =  {iconFile = "FulliconAddon defacedSmileyPin.png"},
	["Grawerowana Linijka"] =                 {iconFile = "FulliconAddon etchedRuler.png"},
	["Brudne Ostrze"] =                       {iconFile = "FulliconAddon filthyBlade.png"},
	["Składanka Franka"] =                    {iconFile = "FulliconAddon franksMixTape.png"},
	["Bransoletka Przyjaźni"] =               {iconFile = "FulliconAddon friendshipBracelet.png"},
	["Dymiąca Składanka"] =                   {iconFile = "FulliconAddon fumingMixTape.png"},
	["Opalizujący Guzik"] =                   {iconFile = "FulliconAddon iridescentButton.png"},
	["Składanka Joeya"] =                     {iconFile = "FulliconAddon joeysMixTape.png"},
	["Składanka Julie"] =                     {iconFile = "FulliconAddon juliesMixTape.png"},
	["Lista Łobuzerstw"] =                    {iconFile = "FulliconAddon mischiefList.png"},
	["Szkic Muralu"] =                        {iconFile = "FulliconAddon muralSketch.png"},
	["Paskudne Ostrze"] =                     {iconFile = "FulliconAddon nastyBlade.png"},
	["Tabletki na Koncentrację"] =            {iconFile = "FulliconAddon never-SleepPills.png"},
	["Porysowana Linijka"] =                  {iconFile = "FulliconAddon scratchedRuler.png"},
	["Przypinka z Uśmieszkiem"] =             {iconFile = "FulliconAddon smileyFacePin.png"},
	["Opracowanie na Temat Ran Kłutych"] =    {iconFile = "FulliconAddon stabWoundsStudy.png"},
	["Skradziony Szkicownik"] =               {iconFile = "FulliconAddon stolenSketchBook.png"},
	["Składanka Susie"] =                     {iconFile = "FulliconAddon susiesMixTape.png"},
	["Przypinka Legionu"] =                   {iconFile = "FulliconAddon theLegionPin.png"},



	--------------------------- Flashlight / Latarka ---------------------------
	["Bateria"] =                         {iconFile = "FulliconAddon battery.png"},
	["Soczewka Skupiająca"] =             {iconFile = "FulliconAddon focusLens.png"},
	["Pojemna Bateria"] =                 {iconFile = "FulliconAddon heavyDutyBattery.png"},
	["Dalekosiężna Szafirowa Soczewka"] = {iconFile = "FulliconAddon high-EndSapphireLens.png"},
	["Intensywny Halogen"] =              {iconFile = "FulliconAddon intenseHalogen.png"},
	["Skórzany Uchwyt"] =                 {iconFile = "FulliconAddon leatherGrip.png"},
	["Długo Trzymająca Bateria"] =        {iconFile = "FulliconAddon longLifeBattery.png"},
	["Energooszczędna Żarówka"] =         {iconFile = "FulliconAddon lowAmpFilament.png"},
	["Dziwna Żarówka"] =                  {iconFile = "FulliconAddon oddBulb.png"},
	["Mocna Żarówka"] =                   {iconFile = "FulliconAddon powerBulb.png"},
	["Gumowy Uchwyt"] =                   {iconFile = "FulliconAddon rubberGrip.png"},
	["Jaskrawy Filtr"] =                  {iconFile = "FulliconAddon tirOptic.png"},
	["Szeroka Soczewka"] =                {iconFile = "FulliconAddon wideLens.png"},


	--------------------------- Guardia Compagnia ---------------------------
	["Głowica Topora Bojowego"] =   {iconFile = "FulliconAddon battleAxeHead.png"},
	["Młot kowalski"] =             {iconFile = "FulliconAddon blacksmithsHammer.png"},
	["Uszkodzona Rękojeść"] =       {iconFile = "FulliconAddon brokenHilt.png"},
	["Wezwanie do Broni"] =         {iconFile = "FulliconAddon callToArms.png"},
	["Fragment Kolczugi"] =         {iconFile = "FulliconAddon chainMailFragment.png"},
	["Kajdany z Zimnej Stali"] =    {iconFile = "FulliconAddon coldSteelManacles.png"},
	["Suszone Końskie Mięso"] =     {iconFile = "FulliconAddon driedHorsemeat.png"},
	["Krzemień i Stal"] =           {iconFile = "FulliconAddon flintAndSteel.png"},
	["Ponura Żelazna Maska"] =      {iconFile = "FulliconAddon grimIronMask.png"},
	["Paskudny Guz"] =   		     {iconFile = "FulliconAddon grittyLump.png"},
	["Leczący Okład"] =             {iconFile = "FulliconAddon healingPoultice.png"},
	["Opalizujący Baner Kompanii"] = {iconFile = "FulliconAddon iridescentCompanyBanner.png"},
	["Szczypce rRbotnika"] =        {iconFile = "FulliconAddon ironworkersTongs.png"},
	["Kontrakt Rycerski"] =         {iconFile = "FulliconAddon knightsContract.png"},
	["Lekkie Nagolenniki"] =        {iconFile = "FulliconAddon lightweightGreaves.png"},
	["Mapa Wymiaru"] =              {iconFile = "FulliconAddon mapOfTheRealm.png"},
	["Zrabowany Miód"] =            {iconFile = "FulliconAddon pillagedMead.png"},
	["Zniszczony Tabard"] =         {iconFile = "FulliconAddon tatteredTabard.png"},
	["Pochodnia Straży Miejskiej"] = {iconFile = "FulliconAddon townWatchsTorch.png"},
	["Zadbane Ostrze"] =            {iconFile = "FulliconAddon treatedBlade.png"},
	
	
	--------------------------- Halloween 2020 ---------------------------
	["Serum Zarazy"] =         {iconFile = "FulliconAddon blightSerum.png"},
	["Uszkodzona Żarówka"] =   {iconFile = "FulliconAddon brokenBulb.png"},
	["Dopracowane Serum"] =    {iconFile = "FulliconAddon refinedSerum.png"},



	--------------------------- Hunting Hatchets / Toporki Myśliwskie ---------------------------
	["Toksyna z Muchomora"] =          {iconFile = "FulliconAddon amanitaToxin.png"},
	["Zabandażowany Trzonek"] =        {iconFile = "FulliconAddon bandagedHaft.png"},
	["Poplamiony Żeleziec"] =          {iconFile = "FulliconAddon begrimedHead.png"},
	["Toksyna z Jadu Żmii"] =          {iconFile = "FulliconAddon berusToxin.png"},
	["Nieokrzesany Kamień"] =          {iconFile = "FulliconAddon coarseStone.png"},
	["Rękawice ze Skóry Jelenia"] =    {iconFile = "FulliconAddon deerskinGloves.png"},
	["Drobny Kamień"] =                {iconFile = "FulliconAddon fineStone.png"},
	["Kwiecista Babuszka"] =           {iconFile = "FulliconAddon flowerBabushka.png"},
	["Jarząca Się Mikstura"] =         {iconFile = "FulliconAddon glowingConcoction.png"},
	["Pasek Piechoty"] =               {iconFile = "FulliconAddon infantryBelt.png"},
	["Opalowy Żeleziec"] =             {iconFile = "FulliconAddon iridescentHead.png"},
	["Skórzany Węzeł"] =               {iconFile = "FulliconAddon leatherLoop.png"},
	["Plecionka z Glycerii"] =         {iconFile = "FulliconAddon mannaGrassBraid.png"},
	["Dębowy Trzonek"] =               {iconFile = "FulliconAddon oakHaft.png"},
	["Fiolka z Substancją o Gryzącym Zapachu"] = {iconFile = "FulliconAddon pungentPhial.png"},
	["Zardzewiały Żeleziec"] =         {iconFile = "FulliconAddon rustyHead.png"},
	["Połyskująca Broszka"] =          {iconFile = "FulliconAddon shinyPin.png"},
	["Trująca Mikstura"] =             {iconFile = "FulliconAddon venomousConcoction.png"},
	["Ziarna Cisu Pospolitego"] =      {iconFile = "FulliconAddon yewSeedBrew.png"},
	["Mikstura z Ziaren Cisu Pospolitego"] =     {iconFile = "FulliconAddon yewSeedConcoction.png"},



	--------------------------- Jigsaw's Baptism / Chrzest Jigsawa ---------------------------
	["List do Amandy"] =                  {iconFile = "FulliconAddon amandasLetter.png"},
	["Sekret Amandy"] =                   {iconFile = "FulliconAddon amandasSecret.png"},
	["Torba z Przyborami"] =              {iconFile = "FulliconAddon bagOfGears.png"},
	["Pasy Bojowe"] =                     {iconFile = "FulliconAddon combatStraps.png"},
	["Skrzynia z Przyborami"] =           {iconFile = "FulliconAddon crateOfGears.png"},
	["Maska na Twarz"] =                  {iconFile = "FulliconAddon faceMask.png"},
	["Brzytwa Blokująca"] =               {iconFile = "FulliconAddon interlockingRazor.png"},
	["Plan z Komentarzem Jigsawa"] =      {iconFile = "FulliconAddon jigsawsAnnotatedPlan.png"},
	["Szkic Jigsawa"] =                   {iconFile = "FulliconAddon jigsawsSketch.png"},
	["Akta Medyczne Johna"] =             {iconFile = "FulliconAddon johnsMedicalFile.png"},
	["Ostatnia Wola"] =                   {iconFile = "FulliconAddon lastWill.png"},
	["Ostre Druty"] =                     {iconFile = "FulliconAddon razorWires.png"},
	["Zestaw Reguł nr 2"] =               {iconFile = "FulliconAddon rulesSetNo.2.png"},
	["Zardzewiałe Kolce"] =               {iconFile = "FulliconAddon rustyAttachments.png"},
	["Rozbita Strzykawka"] =              {iconFile = "FulliconAddon shatteredSyringe.png"},
	["Powolnie Uwalniana Toksyna"] =      {iconFile = "FulliconAddon slow-ReleaseToxin.png"},
	["Zmodyfikowany Regulator Czasowy"] = {iconFile = "FulliconAddon tamperedTimer.png"},
	["Ostrza Użytkowe"] =                 {iconFile = "FulliconAddon utilityBlades.png"},
	["Kaseta VHS"] =                      {iconFile = "FulliconAddon videoTape.png"},
	["Warsztatowy Smar"] =                {iconFile = "FulliconAddon workshopGrease.png"},



	--------------------------- Mapa ---------------------------
	["Jedwabny Czarny Sznur"] = {iconFile = "FulliconAddon blackSilkCord.png"},
	["Kryształowy Koralik"] =   {iconFile = "FulliconAddon crystalBead.png"},
	["Dodatkowy Fragment"] =    {iconFile = "FulliconAddon mapAddendum.png"},
	["Szklany Koralik"] =       {iconFile = "FulliconAddon glassBead.png"},
	["Dziwny Stempel"] =        {iconFile = "FulliconAddon oddStamp.png"},
	["Czerwony Sznurek"] =      {iconFile = "FulliconAddon redTwine.png"},
	["Ognioodporna Galareta"] = {iconFile = "FulliconAddon retardantJelly.png"},
	["Niepospolity Stempel"] =  {iconFile = "FulliconAddon unusualStamp.png"},
	["Żółty Kabel"] =           {iconFile = "FulliconAddon yellowWire.png"},



	--------------------------- Med-Kit / Apteczka ---------------------------
	["Opatrunek na Brzuch"] =          {iconFile = "FulliconAddon abdominalDressing.png"},
	["Zastrzyk Tamujący Krwawienie"] = {iconFile = "FulliconAddon anti-haemorrhagicSyringe.png"},
	["Bandaże"] =                      {iconFile = "FulliconAddon bandages.png"},
	["Plaster Motylkowy"] =            {iconFile = "FulliconAddon butterflyTape.png"},
	["Zwój Gazy"] =                    {iconFile = "FulliconAddon gauzeRoll.png"},
	["Żelowy Opatrunek"] =             {iconFile = "FulliconAddon gelDressings.png"},
	["Medyczne Nożyce"] =              {iconFile = "FulliconAddon medicalScissors.png"},
	["Igła i Nić"] =                   {iconFile = "FulliconAddon needle&Thread.png"},
	["Gumowe Rękawiczki"] =            {iconFile = "FulliconAddon rubberGloves.png"},
	["Samoprzylepny Bandaż"] =         {iconFile = "FulliconAddon selfAdherentWrap.png"},
	["Gąbka"] =                        {iconFile = "FulliconAddon sponge.png"},
	["Odczynnik"] =                    {iconFile = "FulliconAddon stypticAgent.png"},
	["Chirurgiczny Szew"] =            {iconFile = "FulliconAddon surgicalSuture.png"},



	--------------------------- Night Shroud / Nocny Całun ---------------------------
	["\"Philly\""] =                             {iconFile = "FulliconAddon philly.png"},
	["Zapałki z Walleyes"] =                     {iconFile = "FulliconAddon walleyesMatchbook.png"},
	["Wycinki z Gazet"] =                        {iconFile = "FulliconAddon headlinesCutouts.png"},
	["Tania Woda Kolońska"] =                    {iconFile = "FulliconAddon cheapCologne.png"},
	["Obiektyw Teleskopowy"] =                   {iconFile = "FulliconAddon telephotoLens.png"},
	["Paski Zatrzaskowe Wielokrotnego Użytku"] = {iconFile = "FulliconAddon reusableCinchStraps.png"},
	["Dziennik Olsena"] =                        {iconFile = "FulliconAddon olsensJournal.png"},
	["Książka Adresowa Olsena"] =                {iconFile = "FulliconAddon olsensAddressBook.png"},
	["Oznaczona Mapa"] =                         {iconFile = "FulliconAddon markedMap.png"},
	["Portfel Olsena"] =                         {iconFile = "FulliconAddon olsensWallet.png"},
	["Skórzane Etui na Nóż"] =                   {iconFile = "FulliconAddon leatherKnifeSheath.png"},
	["Trwałe Perfumy"] =                         {iconFile = "FulliconAddon lastingPerfume.png"},
	["Klamra do Paska z Nożem"] =                {iconFile = "FulliconAddon knifeBeltClip.png"},
	["Obgryziony Długopis"] =                    {iconFile = "FulliconAddon chewedPen.png"},
	["Szczegółowa Rutyna Ofiary"] =              {iconFile = "FulliconAddon victimsDetailedRoutine.png"},
	["Monokular Noktowizyjny"] =                 {iconFile = "FulliconAddon nightVisionMonocular.png"},
	["Etui na Nóż Przyczepiane do Nogi"] =       {iconFile = "FulliconAddon drop-LegKnifeSheath.png"},
	["Prawo Jazdy"] =                            {iconFile = "FulliconAddon driversLicense.png"},
	["\"Ghost Face na Taśmie\""] =               {iconFile = "FulliconAddon caughtOnTape.png"},
	["Zewnętrzna Kamera Bezpieczeństwa"] =       {iconFile = "FulliconAddon outdoorSecurityCamera.png"},



	--------------------------- Of the Abyss / Z Otchłani ---------------------------
	["Okulary Barb"] =                     {iconFile = "FulliconAddon barbsGlasses.png"},
	["Czarne Serce"] =                     {iconFile = "FulliconAddon blackHeart.png"},
	["Zapalniczka w Mosiężnej Obudowie"] = {iconFile = "FulliconAddon brassCaseLighter.png"},
	["Płuco Jelenia"] =                    {iconFile = "FulliconAddon deerLung.png"},
	["Napój Jedenastki"] =                 {iconFile = "FulliconAddon elevensSoda.png"},
	["Trędowaty Narost"] =                 {iconFile = "FulliconAddon leproseLichen.png"},
	["Gwizdek Ratownika"] =                {iconFile = "FulliconAddon lifeguardWhistle.png"},
	["Flaki Mewy"] =                       {iconFile = "FulliconAddon mewsGuts.png"},
	["Wątroba Szczura"] =                  {iconFile = "FulliconAddon ratLiver.png"},
	["Ogon Szczura"] =                     {iconFile = "FulliconAddon ratTail.png"},
	["Czerwony Mech"] =                    {iconFile = "FulliconAddon redMoss.png"},
	["Zgniłe Zielone Flaki"] =             {iconFile = "FulliconAddon rottenGreenTripe.png"},
	["Zgniła Dynia"] =                     {iconFile = "FulliconAddon rottenPumpkin.png"},
	["Klejący Nabłonek"] =                 {iconFile = "FulliconAddon stickyLining.png"},
	["Kolczaste Winorośle"] =              {iconFile = "FulliconAddon thornyVines.png"},
	["Nieznane Jajo"] =                    {iconFile = "FulliconAddon unknownEgg.png"},
	["Żywica z Drugiej Strony"] =          {iconFile = "FulliconAddon upsideDownResin.png"},
	["Cynobrowy Grzyb"] =                  {iconFile = "FulliconAddon vermilionWebcap.png"},
	["Fioletowy Grzyb"] =                  {iconFile = "FulliconAddon violetWaxcap.png"},
	["Lepka Sieć"] =                       {iconFile = "FulliconAddon viscousWebbing.png"},



	--------------------------- Klucz ---------------------------
	["Krwawy Bursztyn"] =        {iconFile = "FulliconAddon bloodAmber.png"},
	["Przeżarty Żeton"] =        {iconFile = "FulliconAddon erodedToken.png"},
	["Złoty Żeton"] =            {iconFile = "FulliconAddon goldToken.png"},
	["Mętne Szkło"] =            {iconFile = "FulliconAddon milkyGlass.png"},
	["Różaniec"] =               {iconFile = "FulliconAddon prayerBeads.png"},
	["Sznur Modlitewny"] =       {iconFile = "FulliconAddon prayerRope.png"},
	["Porysowana Perła"] =       {iconFile = "FulliconAddon scratchedPearl.png"},
	["Unique Wedding Ring"] =    {iconFile = "FulliconAddon uniqueWeddingRing.png"},
	["Kółko na Klucze"] =        {iconFile = "FulliconAddon weavedRing.png"},


		--------------------------- Władza Ciemności / Reign of Darkness ---------------------------
	["Odświeżacz Powietrza"] =     {iconFile = "FulliconAddon airFreshener.png"},
	["Klucz do Łodzi"] =      		{iconFile = "FulliconAddon boatKey.png"},
	["Zniszczona Lalka"] =     	{iconFile = "FulliconAddon brokenDoll.png"},
	["Spalone Listy"] =        	{iconFile = "FulliconAddon burntLetters.png"},
	["Tabletki z Kofeiną"] =       {iconFile = "FulliconAddon caffeineTablets.png"},
	["Zniszczona Poduszka"] =      {iconFile = "FulliconAddon destroyedPillow.png"},
	["Spadający Gont"] =       	{iconFile = "FulliconAddon fallenShingle.png"},
	["Rejestrator Terenowy"] =    	{iconFile = "FulliconAddon fieldRecorder.png"},
	["Kaptur Zwolennika"] =      	{iconFile = "FulliconAddon followersCowl.png"},
	["Kalendarz Haddie"] =         {iconFile = "FulliconAddon haddiesCalendar.png"},
	["Opalizująca Deska Drewniana"] =	{iconFile = "FulliconAddon iridescentWoodenPlank.png"},
	["Mikrofon Krawatowy"] =       {iconFile = "FulliconAddon lavalierMicrophone.png"},
	["Czaszka Złomyślcy"] =        {iconFile = "FulliconAddon malthinkersSkull.png"},
	["Moździerz i Tłuczek"] =      {iconFile = "FulliconAddon mortarAndPestle.png"},
	["Ottomariańskie Pisma"] =     {iconFile = "FulliconAddon ottomarianWriting.png"},
	["Nóż Ofiarny"] =              {iconFile = "FulliconAddon sacrificialKnife.png"},
	["Ostrze Uprawowe"] =        	{iconFile = "FulliconAddon tillingBlade.png"},
	["Hełm Wojenny"] =       		{iconFile = "FulliconAddon warHelmet.png"},
	["Drewniana deska"] =         	{iconFile = "FulliconAddon woodenPlank.png"},
	["Kamień Zmartwień"] =         {iconFile = "FulliconAddon worryStone.png"},
	
	
	--------------------------- Showstopper / Popis ---------------------------
	["Zakrwawiony Szal"] =   		     {iconFile = "FulliconAddon bloodyBoa.png"},
	["Buty Caged Heart"] =       	     {iconFile = "FulliconAddon cagedHeartShoes.png"},
	["Singiel \"Cut Thru U\""] =	     {iconFile = "FulliconAddon cutThruUSingle.png"},
	["Kompilacja Odgłosów Agonii"] =    {iconFile = "FulliconAddon deathThroesCompilation.png"},
	["Diamentowe Spinki"] =		     {iconFile = "FulliconAddon diamondCufflinks.png"},
	["Album \"Edge of Revival\""] =     {iconFile = "FulliconAddon edgeOfRevivalAlbum.png"},
	["Napój Fizz-Spin"] =       	     {iconFile = "FulliconAddon fizz-SpinSoda.png"},
	["Piekielne Kable"] =        	     {iconFile = "FulliconAddon infernoWires.png"},
	["Opalizujące Zdjęcie"] =           {iconFile = "FulliconAddon iridescentPhotocard.png"},	
	["Autograf Ji-Woona"] =    	     {iconFile = "FulliconAddon ji-WoonsAutograph.png"},
	["Zabójcze Akordy"] =               {iconFile = "FulliconAddon killingPartChords.png"},
	["Szczęśliwe Ostrze"] =       	     {iconFile = "FulliconAddon luckyBlade.png"},
	["Pamiątkowe Ostrza"] =       	     {iconFile = "FulliconAddon mementoBlades.png"},
	["Trafiony Singiel"] =              {iconFile = "FulliconAddon onTargetSingle.png"},
	["Bransoletka z \"Rippera\""] =     {iconFile = "FulliconAddon ripperBrace.png"},
	["Księżycowa Tequila"] =            {iconFile = "FulliconAddon tequilaMoonrock.png"},
	["Ostrza do Sztuczek"] =            {iconFile = "FulliconAddon trickBlades.png"},
	["Sakiewka do Sztuczek"] =          {iconFile = "FulliconAddon trickPouch.png"},
	["Zegarek z \"Waiting for You\""] = {iconFile = "FulliconAddon waitingForYouWatch.png"},
	["Morderstwo Yumi"] =       		 {iconFile = "FulliconAddon yumisMurder.png"},	
	["Melodyjne Morderstwo"] =          {iconFile = "FulliconAddon melodiousMurder.png"},	
	
	

	---------------------------  Spencer's Last Breath  / Ostatni Oddech Spencera ---------------------------
	["Niespokojny Oddech"] =                 {iconFile = "FulliconAddon anxiousGasp.png"},
	["Przedśmiertny Oddech"] =               {iconFile = "FulliconAddon ataxicRespiration.png"},
	["Pamiątka po Złym Człowieku"] =         {iconFile = "FulliconAddon badManKeepsake.png"},
	["Ostatni Oddech \"Złego Człowieka\""] = {iconFile = "FulliconAddon badMansLastBreath.png"},
	["Ostatni Oddech Campbella"] =           {iconFile = "FulliconAddon campbellsLastBreath.png"},
	["Skarb Chłopca z Katatonią"] =          {iconFile = "FulliconAddon catatonicBoysTreasure.png"},
	["Ciemny Pasek"] =                       {iconFile = "FulliconAddon darkCincture.png"},
	["Odbarwiona Bransoletka"] =             {iconFile = "FulliconAddon dullBracelet.png"},
	["Ciche Sapanie"] =                      {iconFile = "FulliconAddon fragileWheeze.png"},
	["Ciężkie Dyszenie"] =                   {iconFile = "FulliconAddon heavyPanting.png"},
	["Ostatni Oddech Jenner"] =              {iconFile = "FulliconAddon jennersLastBreath.png"},
	["Ostatni Oddech Kavanagha"] =           {iconFile = "FulliconAddon kavanaghsLastBreath.png"},
	["Pudełko Zapałek"] =                    {iconFile = "FulliconAddon matchbox.png"},
	["Metalowa Łyżka"] =                     {iconFile = "FulliconAddon metalSpoon.png"},
	["Flanelowy Pled"] =                     {iconFile = "FulliconAddon plaidFlannel.png"},
	["Zegarek Kieszonkowy"] =                {iconFile = "FulliconAddon pocketWatch.png"},
	["Spazmatyczny Oddech"] =                {iconFile = "FulliconAddon spasmodicBreath.png"},
	["Poszarpana Zakładka"] =                {iconFile = "FulliconAddon tornBookmark.png"},
	["Grzebień Niespokojnego Pacjenta"] =    {iconFile = "FulliconAddon whiteNitComb.png"},
	["Drewniany Konik"] =                    {iconFile = "FulliconAddon woodenHorse.png"},


	--------------------------- Summons of Pain / Przywołanie Bólu ---------------------------
	["Wygięty gwóźdź"] =     				{iconFile = "FulliconAddon bentNail.png"},
	["Burning Candle"] =    				{iconFile = "FulliconAddon burningCandle.png"},
	["Chatterer's Tooth"] =  				{iconFile = "FulliconAddon chatterersTooth.png"},
	["Engineer's Fang"] =    				{iconFile = "FulliconAddon engineersFang.png"},
	["Flickering Television"] = 			{iconFile = "FulliconAddon flickeringTelevision.png"},
	["Frank's Heart"] =     				{iconFile = "FulliconAddon franksHeart.png"},
	["Greasy Black Lens"] =     			{iconFile = "FulliconAddon greasyBlackLens.png"},
	["Impaling Wire"] =     				{iconFile = "FulliconAddon impalingWire.png"},
	["Iridescent Lament Configuration"] =	{iconFile = "FulliconAddon iridescentLamentConfiguration.png"},
	["Larry's Blood"] =     				{iconFile = "FulliconAddon larrysBlood.png"},
	["Larry's Remains"] =     				{iconFile = "FulliconAddon larrysRemains.png"},
	["Leather Strip"] =     				{iconFile = "FulliconAddon leatherStrip.png"},
	["Liquified Gore"] =   				{iconFile = "FulliconAddon liquifiedGore.png"},
	["Lively Crickets"] =     				{iconFile = "FulliconAddon livelyCrickets.png"},
	["Original Pain"] =     				{iconFile = "FulliconAddon originalPain.png"},
	["Skewered Rat"] =     				{iconFile = "FulliconAddon skeweredRat.png"},
	["Slice of Frank"] =     				{iconFile = "FulliconAddon sliceOfFrank.png"},
	["Spoiled Meal"] =     				{iconFile = "FulliconAddon spoiledMeal.png"},
	["Torture Pillar"] =     				{iconFile = "FulliconAddon torturePillar.png"},
	["Wriggling Maggots"] =     			{iconFile = "FulliconAddon wrigglingMaggots.png"},
	
	

	--------------------------- The Afterpiece Tonic / Odurzająca Mieszanka Komika ---------------------------
	["Butelka Chloroformu"] =                 {iconFile = "FulliconAddon bottleOfChloroform.png"},
	["Butelka Taniego Ginu"] =                {iconFile = "FulliconAddon cheapGinBottle.png"},
	["Pudełko na Cygara"] =                   {iconFile = "FulliconAddon cigarBox.png"},
	["Butelka Imprezowa"] =                   {iconFile = "FulliconAddon partyBottle.png"},
	["Dusza Jelenia"] =                       {iconFile = "FulliconAddon spiritOfHartshorn.png"},
	["Eter 5%"] =                             {iconFile = "FulliconAddon ether5Vol.png"},
	["Eter 10%"] =                            {iconFile = "FulliconAddon ether10Vol.png"},
	["Eter, 15%"] =                           {iconFile = "FulliconAddon ether15Vol.png"},
	["Rękawiczki bez Palców"] =               {iconFile = "FulliconAddon fingerlessParadeGloves.png"},
	["Fiolka z Wybielaczem"] =                {iconFile = "FulliconAddon flaskOfBleach.png"},
	["Krzykliwy Zestaw do Makijażu"] =        {iconFile = "FulliconAddon garishMake-UpKit.png"},
	["Puszka z Kerozyną"] =                   {iconFile = "FulliconAddon keroseneCan.png"},
	["Mały Palec Rudowłosej"] =               {iconFile = "FulliconAddon redheadsPinkyFinger.png"},
	["Pióro Rudzika"] =                       {iconFile = "FulliconAddon robinFeather.png"},
	["Śmierdzące Wkładki do Butów"] =         {iconFile = "FulliconAddon smellyInnerSoles.png"},
	["Dzbanek z Rozpuszczalnikiem"] =         {iconFile = "FulliconAddon solventJug.png"},
	["Pióro Szpaka"] =                        {iconFile = "FulliconAddon starlingFeather.png"},
	["Lepka Butelka po Napoju Gazowanym"] =   {iconFile = "FulliconAddon stickySodaBottle.png"},
	["Fiolka z Kwasem Siarkowym"] =           {iconFile = "FulliconAddon sulphuricAcidVial.png"},
	["Środkowy Palec Mężczyzny z Tatuażem"] = {iconFile = "FulliconAddon tattoosMiddleFinger.png"},
	["Gruby Korek"] =                         {iconFile = "FulliconAddon thickCorkStopper.png"},
	["Kaseta Porno"] =                        {iconFile = "FulliconAddon vhsPorn.png"},



	--------------------------- The Redeemer / Wybawca ---------------------------
	["Drut Kolczasty"] =                {iconFile = "FulliconAddon barbedWire.png"},
	["Cygaro Bayshore'a"] =             {iconFile = "FulliconAddon bayshoresCigar.png"},
	["Złoty Ząb Bayshore'a"] =          {iconFile = "FulliconAddon bayshoresGoldTooth.png"},
	["Tytoń Do Żucia"] =                {iconFile = "FulliconAddon chewingTobacco.png"},
	["Gold Creek Whiskey"] =            {iconFile = "FulliconAddon goldCreekWhiskey.png"},
	["Żelazo z Hellshire"] =            {iconFile = "FulliconAddon hellshireIron.png"},
	["Kolczaste Krzewy"] =              {iconFile = "FulliconAddon honeyLocustThorn.png"},
	["Opalowa Moneta"] =                {iconFile = "FulliconAddon iridescentCoin.png"},
	["Łamacz Szczęk"] =                 {iconFile = "FulliconAddon jawSmasher.png"},
	["Odznaka Policjanta"] =            {iconFile = "FulliconAddon marshalsBadge.png"},
	["Zmodyfikowany Pas na Amunicję"] = {iconFile = "FulliconAddon modifiedAmmoBelt.png"},
	["Trujące Dębowe Liście"] =         {iconFile = "FulliconAddon poisonOakLeaves.png"},
	["Łańcuch Więzienny"] =             {iconFile = "FulliconAddon prisonChain.png"},
	["Brzęczący Łańcuch"] =             {iconFile = "FulliconAddon ricketyChain.png"},
	["Zardzewiały Gwóźdź"] =            {iconFile = "FulliconAddon rustedSpike.png"},
	["Wężowy Olej"] =                   {iconFile = "FulliconAddon snakeOil.png"},
	["Opluta Ścierka"] =                {iconFile = "FulliconAddon spitPolishRag.png"},
	["Puszka ze Smarem"] =              {iconFile = "FulliconAddon tinOilCan.png"},
	["Plakat z Poszukiwanym"] =         {iconFile = "FulliconAddon wantedPoster.png"},
	["Klucze Strażnika"] =              {iconFile = "FulliconAddon wardensKeys.png"},



	--------------------------- Toolbox / Skrzynka na Narzędzia ---------------------------
	["Markowe Części"] =       {iconFile = "FulliconAddon brandNewPart.png"},
	["Czysta Szmatka"] =       {iconFile = "FulliconAddon cleanRag.png"},
	["Drut do Cięcia"] =       {iconFile = "FulliconAddon cuttingWire.png"},
	["Zacisk"] =               {iconFile = "FulliconAddon gripWrench.png"},
	["Piła do Metalu"] =       {iconFile = "FulliconAddon hacksaw.png"},
	["Instrukcje"] =           {iconFile = "FulliconAddon instructions.png"},
	["Rękawice Ochronne"] =    {iconFile = "FulliconAddon protectiveGloves.png"},
	["Skrawki"] =              {iconFile = "FulliconAddon scraps.png"},
	["Nasadka Przegubowa"] =   {iconFile = "FulliconAddon socketSwivels.png"},
	["Kleszcze"] =             {iconFile = "FulliconAddon springClamp.png"},
	["Kłębek Drutu"] =         {iconFile = "FulliconAddon wireSpool.png"},



	--------------------------- Unusued / Nieużywane ---------------------------
	["Gum"] =        {iconFile = "FulliconAddon gum.png"},
	["Inhaler"] =    {iconFile = "FulliconAddon inhaler.png"},
	["ArtifactER"] =	{iconFile = "FulliconAddon artifactER.png"},


---------------------------  Vile Purge / Podłe Oczyszczenie ---------------------------
	["Popielate Jabłko"] =               {iconFile = "FulliconAddon ashenApple.png"},
	["Czarne Kadzidło"] =                {iconFile = "FulliconAddon blackIncense.png"},
	["Błogosławione Jabłko"] =           {iconFile = "FulliconAddon blessedApple.png"},
	["Amulet Czciciela"] =               {iconFile = "FulliconAddon devoteesAmulet.png"},
	["Mikstura Wymiotna"] =              {iconFile = "FulliconAddon emeticPotion.png"},
	["Amulet Egzorcysty"] =              {iconFile = "FulliconAddon exorcismAmulet.png"},
	["Hematytowa Pieczęć"] =             {iconFile = "FulliconAddon haematiteSeal.png"},
	["Balsam Leczniczy"] =               {iconFile = "FulliconAddon healingSalve.png"},
	["Aromatyczna Maść"] =               {iconFile = "FulliconAddon incensedOintment.png"},
	["Skażona Substancja Wymiotna"] =    {iconFile = "FulliconAddon infectedEmetic.png"},
	["Opalowa Pieczęć"] =                {iconFile = "FulliconAddon iridescentSeal.png"},
	["Wapienna Pieczęć"] =               {iconFile = "FulliconAddon limestoneSeal.png"},
	["Aromatyczne Kadzidło"] =           {iconFile = "FulliconAddon olibanumIncense.png"},
	["Silna Nalewka"] =                  {iconFile = "FulliconAddon potentTincture.png"},
	["Fragment Tabliczki Modlitewnej"] = {iconFile = "FulliconAddon prayerTabletFragment.png"},
	["Amulet Profilaktyczny"] =          {iconFile = "FulliconAddon prophylacticAmulet.png"},
	["Olejek"] =                         {iconFile = "FulliconAddon rubbingOil.png"},
	["Odcięty Palec"] =                  {iconFile = "FulliconAddon severedToe.png"},
	["Wstrętna Substancja Wymiotna"] =   {iconFile = "FulliconAddon vileEmetic.png"},
	["Tabliczka Kultu"] =                {iconFile = "FulliconAddon worshipTablet.png"},


	--------------------------- Virulent Bound / Zaraźliwa więź ---------------------------
	["Jewel Beetle"] =             {iconFile = "FulliconAddon jewelBeetle.png"},
	["Unicorn Medallion"] =        {iconFile = "FulliconAddon unicornMedallion.png"},
	["R.P.D. Shoulder Walkie"] =   {iconFile = "FulliconAddon RPDShoulderWalkie.png"},
	["Uroboros Tendril"] =         {iconFile = "FulliconAddon uroborosTendril.png"},
	["Loose Crank"] =              {iconFile = "FulliconAddon looseCrank.png"},
	["Leather Gloves"] =           {iconFile = "FulliconAddon leatherGloves.png"},
	["Lion Medallion"] =           {iconFile = "FulliconAddon lionMedallion.png"},
	["Chalice (Gold)"] =           {iconFile = "FulliconAddon chaliceGold.png"},
	["Bullhorn"] =                 {iconFile = "FulliconAddon bullhorn.png"},
	["Portable Safe"] =            {iconFile = "FulliconAddon portableSafe.png"},
	["Red Herb"] =                 {iconFile = "FulliconAddon redHerb.png"},
	["Maiden Medallion"] =         {iconFile = "FulliconAddon maidenMedallion.png"},
	["Video Conference Device"] =  {iconFile = "FulliconAddon videoConferenceDevice.png"},
	["Egg (Gold)"] =               {iconFile = "FulliconAddon eggGold.png"},
	["Dark Sunglasses"] =          {iconFile = "FulliconAddon darkSunglasses.png"},
	["Green Herb"] =               {iconFile = "FulliconAddon greenHerb.png"},
	["Helicopter Stick"] =         {iconFile = "FulliconAddon helicopterStick.png"},
	["Uroboros Virus"] =           {iconFile = "FulliconAddon uroborosVirus.png"},
	["Lab Photo"] =                {iconFile = "FulliconAddon labPhoto.png"},
	["Iridescent Uroboros Vial"] = {iconFile = "FulliconAddon iridescentUroborosVial.png"},
	

	--------------------------- Wailing Bell / Zawodzący Dzwon ---------------------------
	["\"Wszystkowidzący\""] =          {iconFile = "IconAddon spiritAllSeeing.png"},
	["\"Wszystkowidzący\" - Krew"] =   {iconFile = "FulliconAddon allSeeing-Blood.png"},
	["\"Wszystkowidzący\" - Błoto"] =  {iconFile = "FulliconAddon allSeeing-Mud.png"},
	["\"Wszystkowidzący\" - Duch"] =   {iconFile = "FulliconAddon allSeeing-Spirit.png"},
	["\"Wszystkowidzący\" - Biel"] =   {iconFile = "FulliconAddon allSeeing-White.png"},
	["\"Ślepy Wojownik\""] =           {iconFile = "IconAddon spiritBlindWarrior.png"},
	["\"Ślepy Wojownik\" - Krew"] =    {iconFile = "FulliconAddon blindWarrior-Blood.png"},
	["\"Ślepy Wojownik\" - Błoto"] =   {iconFile = "FulliconAddon blindWarrior-Mud.png"},
	["\"Ślepy Wojownik\" - Sadza"] =   {iconFile = "FulliconAddon blindWarrior-Soot.png"},
	["\"Ślepy Wojownik\" - Duch"] =    {iconFile = "FulliconAddon blindWarrior-Spirit.png"},
	["\"Ślepy Wojownik\" - Biel"] =    {iconFile = "FulliconAddon blindWarrior-White.png"},
	["\"Mignięcie\" - Krew"] =         {iconFile = "FulliconAddon blink-Blood.png"},
	["\"Mignięcie\" - Błoto"] =        {iconFile = "FulliconAddon blink-Mud.png"},
	["\"Mignięcie\" - Sadza"] =        {iconFile = "FulliconAddon blink-Soot.png"},
	["\"Mignięcie\" - Biel"] =         {iconFile = "FulliconAddon blink-White.png"},
	["Kościana Grzechotka"] =          {iconFile = "FulliconAddon boneClapper.png"},
	["Obwiązane Serce Dzwonu"] =       {iconFile = "FulliconAddon coxcombedClapper.png"},
	["\"Taniec Cienia\" - Krew"] =     {iconFile = "FulliconAddon shadowDance-Blood.png"},
	["\"Taniec Cienia\" - Sadza"] =    {iconFile = "FulliconAddon shadowDance-Soot.png"},
	["\"Taniec Cienia\" - Biel"] =     {iconFile = "FulliconAddon shadowDance-White.png"},
	["\"Szybkie Łowy\" - Krew"] =      {iconFile = "FulliconAddon swiftHunt-Blood.png"},
	["\"Szybkie Łowy\" - Błoto"] =     {iconFile = "FulliconAddon swiftHunt-Mud.png"},
	["\"Szybkie Łowy\" - Sadza"] =     {iconFile = "FulliconAddon swiftHunt-Soot.png"},
	["\"Szybkie Łowy\" - Biel"] =      {iconFile = "FulliconAddon swiftHunt-White.png"},
	["\"Bestia\" - Sadza"] =           {iconFile = "FulliconAddon theBeast-Soot.png"},
	["\"Pies\" - Sadza"] =             {iconFile = "FulliconAddon theHound-Soot.png"},
	["\"Duch\" - Sadza"] =             {iconFile = "FulliconAddon theGhost-Soot.png"},
	["\"Duch\" - Biel"] =              {iconFile = "FulliconAddon theGhost-White.png"},
	["\"Wąż\" - Sadza"] =              {iconFile = "FulliconAddon theSerpent-Soot.png"},
	["\"Wichura\" - Biel"] =           {iconFile = "FulliconAddon windstorm-White.png"},
	["\"Wichura\" - Błoto"] =          {iconFile = "FulliconAddon windstorm-Mud.png"},
	["\"Wichura\" - Krew"] =           {iconFile = "FulliconAddon windstorm-Blood.png"},



	--------------------------- Yamaoka's Haunting / Opętanie Yamaoki ---------------------------
	["Zakrwawiona Broszka do Włosów"] = {iconFile = "FulliconAddon bloodyHairBrooch.png"},
	["Brudne Japońskie Kapcie"] =       {iconFile = "FulliconAddon dirtyUwabaki.png"},
	["Suszony Kwiat Wiśni"] =           {iconFile = "FulliconAddon driedCherryBlossom.png"},
	["Okulary Ojca"] =                  {iconFile = "FulliconAddon fathersGlasses.png"},
	["Bransoletka z Koralików"] =    	 {iconFile = "FulliconAddon furin.png"},
	["Bambusowy Grzebień"] =            {iconFile = "FulliconAddon giftedBambooComb.png"},
	["Drzewko Bonsai"] =                {iconFile = "FulliconAddon juniperBonsai.png"},
	["Talizman Kaiun"] =                {iconFile = "FulliconAddon kaiunTalisman.png"},
	["Garda Katany"] =                  {iconFile = "FulliconAddon katanaTsuba.png"},
	["Talizman Katsumori"] =            {iconFile = "FulliconAddon katsumoriTalisman.png"},
	["Kintsugi Teacup"] =      		 {iconFile = "FulliconAddon kintsugiTeacup.png"},
	["Pierścionek od Matki"] =          {iconFile = "FulliconAddon mother-DaughterRing.png"},
	["Mother's Glasses"] =     		 {iconFile = "FulliconAddon mothersGlasses.png"},
	["Zabłocona Sportowa Czapka"] =     {iconFile = "FulliconAddon muddySportsDayCap.png"},
	["Żuraw z Origami"] =               {iconFile = "FulliconAddon origamiCrane.png"},
	["Bransoletka z Koralików"] =       {iconFile = "FulliconAddon prayerBeadsBracelet.png"},
	["Zepsuty Zegarek Rin"] =           {iconFile = "FulliconAddon rinsBrokenWatch.png"},
	["Zardzewiały Flet"] =              {iconFile = "FulliconAddon rustyFlute.png"},
	["Senko Hanabi"] =     	 		 {iconFile = "FulliconAddon senkoHanabi.png"},
	["Amulet Fortuny"] =                {iconFile = "FulliconAddon shiawaseAmulet.png"},
	["Uchiwa"] =           		     {iconFile = "FulliconAddon uchiwa.png"},
	["Pochwa Miecza Wakizashi"] =       {iconFile = "FulliconAddon wakizashiSaya.png"},
	["Biała Wstążka"] =                 {iconFile = "FulliconAddon whiteHairRibbon.png"},
	["Amulet Yakuyoke"] =               {iconFile = "FulliconAddon yakuyokeAmulet.png"},
	["Japońskie Sandały"] =             {iconFile = "FulliconAddon zori.png"},



	--------------------------- Yamaoka's Wrath / Gniew Yamaoki ---------------------------
	["Kula Akito"] =                   {iconFile = "FulliconAddon akitosCrutch.png"},
	["Czarny Paznokieć"] =             {iconFile = "FulliconAddon blackenedToenail.png"},
	["Zakrwawiona Tunika"] =           {iconFile = "FulliconAddon bloodySash.png"},
	["Drewniany Dziecięcy Miecz"] =    {iconFile = "FulliconAddon childsWoodenSword.png"},
	["Wyszczerbione Saihai"] =         {iconFile = "FulliconAddon chippedSaihai.png"},
	["Pęknięte Sakazuki"] =            {iconFile = "FulliconAddon crackedSakazuki.png"},
	["Atramentowy Lew"] =              {iconFile = "FulliconAddon inkLion.png"},
	["Opalowy Herb Rodzinny"] =        {iconFile = "FulliconAddon iridescentFamilyCrest.png"},
	["Talizman Kanai-Anzen"] =         {iconFile = "FulliconAddon kanai-AnzenTalisman.png"},
	["Kieł Lwa"] =                     {iconFile = "FulliconAddon lionFang.png"},
	["Wypolerowane Maedate"] =         {iconFile = "FulliconAddon polishedMaedate.png"},
	["Zakrwawiona Rękawica Renjira"] = {iconFile = "FulliconAddon renjirosBloodyGlove.png"},
	["Gnijąca Lina"] =                 {iconFile = "FulliconAddon rottingRope.png"},
	["Odcięty Kok"] =                  {iconFile = "FulliconAddon scalpedTopknot.png"},
	["Roztrzaskany Miecz Wakizashi"] = {iconFile = "FulliconAddon shatteredWakizashi.png"},
	["Połamany Kadłub"] =              {iconFile = "FulliconAddon splinteredHull.png"},
	["Tenugui Przesiąknięte Łzami"] =  {iconFile = "FulliconAddon tearSoakedTenugui.png"},
	["Drewniana Maska Oni"] =          {iconFile = "FulliconAddon woodenOniMask.png"},
	["Talizman Yaku-Yoke"] =           {iconFile = "FulliconAddon yakuyokeTalisman.png"},
	["Sashimono Rodziny Yamaoka"] =    {iconFile = "FulliconAddon yamaokaSashimono.png"},


	--------------------------- Emblems ---------------------------
	["Niosący Światło"] =         		{iconFile = "DailyRitualIcon objectives.png"},
	["Fanatyk"] =         				{iconFile = "DailyRitualIcon sacrifice.png"},
	["Spryciarz"] =         			{iconFile = "DailyRitualIcon boldness.png"},
	["Myśliwy"] =         				{iconFile = "DailyRitualIcon hunter.png"},
	["Niezłomny"] =         			{iconFile = "DailyRitualIcon survival.png"},
	["Dozorca"] =         	  		    {iconFile = "DailyRitualIcon deviousness.png"},
	["Dobra Dusza"] =         			{iconFile = "DailyRitualIcon altruism.png"},


	--------------------------- Items / Przedmioty ---------------------------
	["Imprezowa Skrzynka z Narzędziami"] =             {iconFile = "FulliconItems festiveToolbox.png"},
	["Skrzynka z Narzędziami Alexa"] =     			{iconFile = "FulliconItems alexsToolbox.png"},
	["Pudełko Śniadaniowe na Halloween"] = 			{iconFile = "FulliconItems allHallowsEveLunchbox.png"},
	["Złamany Klucz"] =                    			{iconFile = "FulliconItems brokenKey.png"},
	["Apteczka Obozowa"] =                 			{iconFile = "FulliconItems campingAidKit.png"},
	["Chińskie Petardy"] =                 			{iconFile = "FulliconItems chineseFirecracker.png"},
	["Przestronna Skrzynka z Narzędziami"] =			{iconFile = "FulliconItems commodiousToolbox.png"},
	["Monotonny Klucz"] =                  			{iconFile = "FulliconItems dullKey.png"},
	["Apteczka (Przedmiot)"] =             			{iconFile = "FulliconItems emergencyMed-Kit.png"},
	["Skrzynka z Narzędziami Inżyniera"] = 			{iconFile = "FulliconItems engineersToolbox.png"},
	["Petarda"] =                          			{iconFile = "IconItems chineseFirecracker.png"},
	["Petardy"] =                          			{iconFile = "IconItems chineseFirecracker.png"},
	["Petarda Dodatki"] =                  			{iconFile = "IconItems chineseFirecracker.png"},
	["Apteczka Pierwszej Pomocy"] =        			{iconFile = "FulliconItems firstAidKit.png"},
	["Granat Błyskowy (Przedmiot)"] =                  {iconFile = "FulliconItems flashBang.png"},
	["Latarka"] =                          			{iconFile = "IconItems flashlight.png"},
	["Latarka (Przedmiot)"] =              			{iconFile = "FulliconItems flashlightItem.png"},
	["Latarki"] =                          			{iconFile = "IconItems flashlight.png"},
	["Latarka Dodatki"] =                  			{iconFile = "IconItems flashlight.png"},
	["Latarka na Czwartą Rocznicę"] =      			{iconFile = "FulliconItems fourthYearFlashlight.png"},
	["Apteczka na Czwartą Rocznicę"] =     			{iconFile = "FulliconItems fourthYearMed-Kit.png"},
	["Klucz"] =                            			{iconFile = "IconItems key.png"},
	["Klucze"] =                           			{iconFile = "IconItems key.png"},
	["Klucz Dodatki"] =                    			{iconFile = "IconItems key.png"},
	["Konfiguracja Lamentu"] =                         {iconFile = "FulliconItems lamentConfiguration.png"},
	["Mapa"] =                             			{iconFile = "IconItems map.png"},
	["Mapa (Przedmiot)"] =                 			{iconFile = "FulliconItems mapItem.png"},
	["Mapy"] =                             			{iconFile = "IconItems map.png"},
	["Mapa Dodatki"] =                     			{iconFile = "IconItems map.png"},
	["Skrzynka z Narzędziami Mechanika"] = 			{iconFile = "FulliconItems mechanicsToolbox.png"},
	["Apteczka"] =                         			{iconFile = "IconItems firstAidKit.png"},
	["Apteczki"] =                         			{iconFile = "IconItems firstAidKit.png"},
	["Apteczka Dodatki"] =                 			{iconFile = "IconItems firstAidKit.png"},
	["Tęczowa Mapa"] =                     			{iconFile = "FulliconItems rainbowMap.png"},
	["Apteczka Leśniczego"] =              			{iconFile = "FulliconItems rangerMed-Kit.png"},
	["Kościany Klucz"] =                   			{iconFile = "FulliconItems skeletonKey.png"},
	["Sportowa Latarka"] =                 			{iconFile = "FulliconItems sportFlashlight.png"},
	["Zestaw Imprezowy z Okazji Trzeciej Rocznicy"] =	{iconFile = "FulliconItems partyPopper.png"},
	["Skrzynka z Narzędziami"] =           			{iconFile = "IconItems toolbox.png"},
	["Skrzynka z Narzędziami (Przedmiot)"] =			{iconFile = "FulliconItems toolboxItem.png"},
	["Skrzynka z Narzędziami Dodatki"] =   			{iconFile = "IconItems toolbox.png"},
	["Skrzynki z Narzędziami"] =           			{iconFile = "IconItems toolbox.png"},
	["Skrzynka z Narzędziami Dodatki"] =   			{iconFile = "IconItems toolbox.png"},
	["Trapple"] =                          			{iconFile = "FulliconItems trapple.png"},
	["Użyteczna Latarka"] =                			{iconFile = "FulliconItems utilityFlashlight.png"},
	["Szczepionka"] =                                  {iconFile = "FulliconItems vaccine.png"},
	["Błędny Ognik"] =                     			{iconFile = "FulliconItems willOWisp.png"},
	["Starter Zimowej Imprezy"] =          			{iconFile = "FulliconItems winterPartyStarter.png"},
	["Zużyte Narzędzia"] =                 			{iconFile = "FulliconItems worn-outTools.png"},



	--------------------------- Offerings / Dary ---------------------------
	["Plany z Adnotacjami"] =                    {iconFile = "FulliconFavors annotatedBlueprint.png"},	
	["Gorejący Wieniec Kruka"] =                 {iconFile = "FulliconFavors ardentRavenWreath.png"},
	["Gorejący Wieniec Sroki"] =                 {iconFile = "FulliconFavors ardentShrikeWreath.png"},
	["Gorejący Wieniec Puszczyka Plamistego"] =  {iconFile = "FulliconFavors ardentSpottedOwlWreath.png"},
	["Gorejący Wieniec Pirangi"] =               {iconFile = "FulliconFavors ardentTanagerWreath.png"},
	["Klucz Azarowa"] =                          {iconFile = "FulliconFavors azarovsKey.png"},
	["Zaproszenie na Grilla"] =                  {iconFile = "FulliconFavors bbqInvitation.png"},
	["Statuetka z Czarnej Soli"] =               {iconFile = "FulliconFavors blackSaltStatuette.png"},
	["Czarny Odłamek"] =                         {iconFile = "FulliconFavors blackSplinter.png"},
	["Czarny Strażnik"] =                        {iconFile = "FulliconFavors blackWard.png"},
	["Skrwawione Plany"] =                       {iconFile = "FulliconFavors bloodiedBlueprint.png"},
	["Krwawa Zabawa Streamerów"] =               {iconFile = "FulliconFavors bloodyPartyStreamers.png"},
	["Związana Koperta"] =                       {iconFile = "FulliconFavors boundEnvelope.png"},
	["Saszetka z Bagienną Lawendą"] =            {iconFile = "FulliconFavors bogLaurelSachet.png"},
	["Kościany Odłamek"] =                       {iconFile = "FulliconFavors boneSplinter.png"},
	["Znacznik Bydła nr 28"] =                   {iconFile = "FulliconFavors cattleTag28.png"},
	["Znacznik Bydła nr 81"] =                   {iconFile = "FulliconFavors cattleTag81.png"},
	["Woreczek Kredy"] =                         {iconFile = "FulliconFavors chalkPouch.png"},
	["Zwęglona Fotografia Ślubna"] =             {iconFile = "FulliconFavors charredWeddingPhotograph.png"},
	["Książka dla Dzieci"] =                     {iconFile = "FulliconFavors childrensBook.png"},
	["Czysty Odczynnik"] =                       {iconFile = "FulliconFavors clearReagent.png"},
	["Kremowy Woreczek Kredy"] =                 {iconFile = "FulliconFavors creamChalkPouch.png"},
	["Bukiet Półksiężyca"] =                     {iconFile = "FulliconFavors crescentMoonBouquet.png"},
	["Saszetka z Liśćmi Szarłatu Wyniosłego"] =  {iconFile = "FulliconFavors crispleafAmaranthSachet.png"},
	["Przecięta Moneta"] =                       {iconFile = "FulliconFavors cutCoin.png"},
	["Cyprysowe Memento Mori"] =                 {iconFile = "FulliconFavors cypressMementoMori.png"},
	["Podniszczone Zdjęcie"] =                   {iconFile = "FulliconFavors damagedPhoto.png"},
	["Niszczejąca Deska"] =                      {iconFile = "FulliconFavors decrepitClapboard.png"},
	["Gorliwy Wieniec Kruka"] =                  {iconFile = "FulliconFavors devoutRavenWreath.png"},
	["Gorliwy Wieniec Sroki"] =                  {iconFile = "FulliconFavors devoutShrikeWreath.png"},
	["Gorliwy Wieniec Puszczyka Plamistego"] =   {iconFile = "FulliconFavors devoutSpottedOwlWreath.png"},
	["Gorliwy Wieniec Pirangi"] =                {iconFile = "FulliconFavors devoutTanagerWreath.png"},
	["Zakurzona Pętla"] =                        {iconFile = "FulliconFavors dustyNoose.png"},
	["Hebanowe Memento Mori"] =                  {iconFile = "FulliconFavors ebonyMementoMori.png"},
	["Awaryjny Certyfikat"] =                    {iconFile = "FulliconFavors emergencyCertificate.png"},
	["Ucieczkowe Ciasto"] =                      {iconFile = "FulliconFavors escapeCake.png"},
	["Słaby Odczynnik"] =                        {iconFile = "FulliconFavors faintReagent.png"},
	["Pachnąca Bagienna Lawenda"] =              {iconFile = "FulliconFavors fragrantBogLaurel.png"},
	["Pachnący Szarłat Wyniosły"] =              {iconFile = "FulliconFavors fragrantCrispleafAmaranth.png"},
	["Pachnące Kwitnące Pierwiosnki"] =          {iconFile = "FulliconFavors fragrantPrimroseBlossom.png"},
	["Pachnący Goździk Brodaty"] =               {iconFile = "FulliconFavors fragrantSweetWilliam.png"},
	["Świeża Bagienna Lawenda"] =                {iconFile = "FulliconFavors freshBogLaurel.png"},
	["Świeży Szarłat Wyniosły"] =                {iconFile = "FulliconFavors freshCrispleafAmaranth.png"},
	["Świeże Kwitnące Pierwiosnki"] =            {iconFile = "FulliconFavors freshPrimroseBlossom.png"},
	["Świeże Goździki"] =                        {iconFile = "FulliconFavors freshSweetWilliam.png"},
	["Bukiet Pełni Księżyca"] =                  {iconFile = "FulliconFavors fullMoonBouquet.png"},
	["Dymiące Sznury"] =                         {iconFile = "FulliconFavors fumingCordage.png"},
	["Dymiący Znak Powitalny"] =                 {iconFile = "FulliconFavors fumingWelcomeSign.png"},
	["Upiorny Tort"] =                           {iconFile = "FulliconFavors ghastlyGateau.png"},
	["Szklany Odłamek"] =                        {iconFile = "FulliconFavors glassSplinter.png"},
	["Książka Kucharska Babci"] =                {iconFile = "FulliconFavors granmasCookbook.png"},
	["Makabryczny Tort"] =                       {iconFile = "FulliconFavors gruesomeGateau.png"},
	["Ulotka Dożynkowa"] =                       {iconFile = "FulliconFavors harvestFestivalLeaflet.png"},
	["Karta Hawkins National Laboratory"] =      {iconFile = "FulliconFavors hawkinsNationalLaboratoryID.png"},
	["Mglisty Odczynnik"] =                      {iconFile = "FulliconFavors hazyReagent.png"},
	["Medalik w Kształcie Serca"] =              {iconFile = "FulliconFavors heartLocket.png"},
	["Dziurawa Muszla"] =                        {iconFile = "FulliconFavors hollowShell.png"},
	["Woreczek Proszku z Kości Słoniowej"] =     {iconFile = "FulliconFavors ivoryChalkPouch.png"},
	["Memento Mori z Kości Słoniowej"] =         {iconFile = "FulliconFavors ivoryMementoMori.png"},
	["Kawałek Układanki"] =                      {iconFile = "FulliconFavors jigsawPiece.png"},
	["Obłędny Bilet"] =                          {iconFile = "FulliconFavors lunacyTicket.png"},
	["Strona z Księgi MacMillana"] =             {iconFile = "FulliconFavors macMillanLedgerPage.png"},
	["Kość Paliczkowa MacMillana"] =             {iconFile = "FulliconFavors macMillansPhalanxBone.png"},
	["List Mary"] =                              {iconFile = "FulliconFavors marysLetter.png"},
	["Spleśniały Dąb"] =                         {iconFile = "FulliconFavors moldyOak.png"},
	["Błotnisty Odłamek"] =                      {iconFile = "FulliconFavors muddySplinter.png"},
	["Mroczny Odczynnik"] =                      {iconFile = "FulliconFavors murkyReagent.png"},
	["Bukiet Nowiu Księżyca"] =                  {iconFile = "FulliconFavors newMoonBouquet.png"},
	["Obłędny Bilet P. Elliotta"] =              {iconFile = "FulliconFavors pElliottLunacyTicket.png"},
	["Pomalowany Kamyk z Rzeki"] =               {iconFile = "FulliconFavors paintedRiverRock.png"},
	["Skamieniały Dąb"] =                        {iconFile = "FulliconFavors petrifiedOak.png"},
	["Saszetka Kwitnących Pierwiosnków"] =       {iconFile = "FulliconFavors primroseBlossomSachet.png"},
	["Raport Psychiatryczny"] =                  {iconFile = "FulliconFavors psychiatricAssessmentReport.png"},
	["Płatki Krostorośli"] =                     {iconFile = "FulliconFavors pustulaPetals.png"},
	["Przegniły Dąb"] =                          {iconFile = "FulliconFavors putridOak.png"},
	["Bukiet Ćwierć-Księżyca"] =                 {iconFile = "FulliconFavors quarterMoonBouquet.png"},
	["Kruczy Wieniec"] =                         {iconFile = "FulliconFavors ravenWreath.png"},
	["Czerwona Koperta"] =                       {iconFile = "FulliconFavors redEnvelope.png"},
	["Zgniły Dąb"] =                             {iconFile = "FulliconFavors rottenOak.png"},
	["Odznaka RPD"] =                            {iconFile = "FulliconFavors rpdBadge.png"},
	["Ciasto Ofiarne"] =                         {iconFile = "FulliconFavors sacrificialCake.png"},
	["Strażnik Ofiarny"] =                       {iconFile = "FulliconFavors sacrificialWard.png"},
	["Słony Woreczek"] =                         {iconFile = "FulliconFavors saltPouch.png"},
	["Porysowana Moneta"] =                      {iconFile = "FulliconFavors scratchedCoin.png"},
	["Zapieczętowana Koperta"] =                 {iconFile = "FulliconFavors sealedEnvelope.png"},
	["Roztrzaskane Okulary"] =                   {iconFile = "FulliconFavors shatteredGlasses.png"},
	["Błyszcząca Moneta"] =                      {iconFile = "FulliconFavors shinyCoin.png"},
	["Porażony Odłamek"] =                       {iconFile = "FulliconFavors shockSplinter.png"},
	["Postrzępiona Blacha"] =                    {iconFile = "FulliconFavors shreddedPlate.png"},
	["Sroczy Wieniec"] =                         {iconFile = "FulliconFavors shrikeWreath.png"},
	["Całun Przywiązania"] =                     {iconFile = "FulliconFavors shroudOfBinding.png"},
	["Całun Rozdzielenia"] =                     {iconFile = "FulliconFavors shroudOfSeparation.png"},
	["Całun Zjednoczenia"] =                     {iconFile = "FulliconFavors shroudOfUnion.png"},
	["Podpisana Strona Księgi"] =                {iconFile = "FulliconFavors signedLedgerPage.png"},
	["Dymiący Odłamek"] =                        {iconFile = "FulliconFavors smokingSplinter.png"},
	["Wieniec Puszczyka Plamistego"] =           {iconFile = "FulliconFavors spottedOwlWreath.png"},
	["Klucz do Nieruchomości Strode"] =          {iconFile = "FulliconFavors strodeRealtyKey.png"},
	["Pudding Ocalałego"] =                      {iconFile = "FulliconFavors survivorPudding.png"},
	["Saszetka Goździków"] =                     {iconFile = "FulliconFavors sweetWilliamSachet.png"},
	["Wieniec Pirangi"] =                        {iconFile = "FulliconFavors tanagerWreath.png"},
	["Zaśniedziała Moneta"] =                    {iconFile = "FulliconFavors tarnishedCoin.png"},
	["Ostatnia Maska"] =                         {iconFile = "FulliconFavors theLastMask.png"},
	["Flecista z Hameln"] =                      {iconFile = "FulliconFavors thePiedPiper.png"},
	["Podarte Plany"] =                          {iconFile = "FulliconFavors tornBlueprint.png"},
	["Plany Viga"] =                             {iconFile = "FulliconFavors vigosBlueprint.png"},
	["Słoik Słonych Ust Viga"] =                 {iconFile = "FulliconFavors vigosJarOfSaltyLips.png"},
	["Całun Viga"] =                             {iconFile = "FulliconFavors vigosShroud.png"},
	["Rejestracja Wirgińska"] =                  {iconFile = "FulliconFavors virginiaPlate.png"},
	["Biały Strażnik"] =                         {iconFile = "FulliconFavors whiteWard.png"},
	["Herb Rodziny Yamaoka"] =                   {iconFile = "FulliconFavors yamaokaFamilyCrest.png"},


		--------------------------- Mobile Offerings ---------------------------
	["Black Tea"] =            			{iconFile = "FulliconFavors BlackTea.png"},
	["Blank Postcard"] =   	        	{iconFile = "FulliconFavors BlankPostcard.png"},
	["Bloodstone Chalice"] =            	{iconFile = "FulliconFavors BloodstoneChalice.png"},
	["Bone Doll"] =            			{iconFile = "FulliconFavors BoneDoll.png"},
	["Burdock Tea"] =            			{iconFile = "FulliconFavors BurdockTea.png"},
	["Ceramic Chalice"] =            		{iconFile = "FulliconFavors CeramicChalice.png"},
	["Clay Doll"] =            			{iconFile = "FulliconFavors ClayDoll.png"},
	["Copper Chalice"] =            		{iconFile = "FulliconFavors CopperChalice.png"},
	["Crumpled Postcard"] =         		{iconFile = "FulliconFavors CrumpledPostcard.png"},
	["Flesh Doll"] =            			{iconFile = "FulliconFavors FleshDoll.png"},
	["Lotus Leaf Tea"] =            		{iconFile = "FulliconFavors LotusLeafTea.png"},
	["Lovers' Postcard"] =            		{iconFile = "FulliconFavors LoversPostcard.png"},
	["Milk Tea"] =            				{iconFile = "FulliconFavors MilkTea.png"},
	["Stamped Postcard"] =        			{iconFile = "FulliconFavors StampedPostcard.png"},
	["Thorn Doll"] =            			{iconFile = "FulliconFavors ThornDoll.png"},
	["Wooden Chalice"] =          			{iconFile = "FulliconFavors WoodenChalice.png"},
	

	--------------------------- Perks / Umiejętności ---------------------------
	["Wezwanie Pielęgniarki"] =				{iconFile = "IconPerks aNursesCalling.png"},
	["As w Rękawie"] =						{iconFile = "IconPerks aceInTheHole.png"},
	["Adrenalina"] =						{iconFile = "IconPerks adrenaline.png"},
	["Druga Pomoc"] =						{iconFile = "IconPerks aftercare.png"},
	["Ekscytacja"] =						{iconFile = "IconPerks agitation.png"},
	["Czujność"] =							{iconFile = "IconPerks alert.png"},
	["Obcy Instynkt"] =						{iconFile = "IconPerks alienInstinct.png"},
	["Wstrząsający Grzmot"] =				{iconFile = "IconPerks allShakingThunder.png"},
	["Po Trupach do Celu"] =				{iconFile = "IconPerks anyMeansNecessary.png"},
	["Ocena Sytuacji"] =					{iconFile = "IconPerks appraisal.png"},
	["Artefact Hunter"] =					{iconFile = "IconPerks artefactHunter.png"},
	["Samouk"] =							{iconFile = "IconPerks autodidact.png"},
	["Przebudzona Świadomość"] =			{iconFile = "IconPerks awakenedAwareness.png"},
	["Niańka"] =							{iconFile = "IconPerks babysitter.png"},
	["Gracz w Tle"] =						{iconFile = "IconPerks backgroundPlayer.png"},
	["Miękkie Lądowanie"] =					{iconFile = "IconPerks balancedLanding.png"},
	["Kpina"] =								{iconFile = "IconPerks bamboozle.png"},
	["Barbecue i Chilli"] =					{iconFile = "IconPerks barbecueAndChilli.png"},
	["Inspiracja Barda"] =					{iconFile = "IconPerks bardicInspiration.png"},
	["Baterie w Zestawie"] =				{iconFile = "IconPerks batteriesIncluded.png"},
	["Drapieżna Bestia"] =					{iconFile = "IconPerks beastOfPrey.png"},
	["Lepsze niż Nowe"] =					{iconFile = "IconPerks betterThanNew.png"},
	["Razem Raźniej"] =						{iconFile = "IconPerks betterTogether.png"},
	["Zaciśnięte Zęby"] =					{iconFile = "IconPerks biteTheBullet.png"},
	["Gorzki Szmer"] =						{iconFile = "IconPerks bitterMurmur.png"},
	["Mina"] =								{iconFile = "IconPerks blastMine.png"},
	["Pies Gończy"] =						{iconFile = "IconPerks bloodhound.png"},
	["Krwawe Echo"] =						{iconFile = "IconPerks bloodEcho.png"},
	["Pakt Krwi"] =							{iconFile = "IconPerks bloodPact.png"},
	["Wrząca Krew"] =						{iconFile = "IconPerks bloodRush.png"},
	["Krwawy Strażnik"] =					{iconFile = "IconPerks bloodWarden.png"},
	["Do Utraty Tchu"] =					{iconFile = "IconPerks boilOver.png"},
	["Urok: Krąg Uzdrowienia"] =			{iconFile = "IconPerks boonCircleOfHealing.png"},
	["Urok: Mroczna Teoria"] =				{iconFile = "IconPerks boonDarkTheory.png"},
	["Urok: Wykładniczość"] =				{iconFile = "IconPerks boonExponential.png"},
	["Urok: Iluminacja"] =					{iconFile = "IconPerks boonIllumination.png"},
	["Urok: Cienisty Krok"] =				{iconFile = "IconPerks boonShadowStep.png"},
	["Więź"] =								{iconFile = "IconPerks bond.png"},
	["Życie na Kredyt"] =					{iconFile = "IconPerks borrowedTime.png"},
	["Wiedza Botaniczna"] =					{iconFile = "IconPerks botanyKnowledge.png"},
	["Przełamanie"] =						{iconFile = "IconPerks breakdown.png"},
	["Ucieczka"] =							{iconFile = "IconPerks breakout.png"},
	["Brutalna Siła"] =						{iconFile = "IconPerks brutalStrength.png"},
	["Zapnij Pasy"] =						{iconFile = "IconPerks buckleUp.png"},
	["Trwałość Przede Wszystkim"] =			{iconFile = "IconPerks builtToLast.png"},
	["Zew Wody"] =							{iconFile = "IconPerks callOfBrine.png"},
	["Spokojny Duch"] =						{iconFile = "IconPerks calmSpirit.png"},
	["Koleżeństwo"] =						{iconFile = "IconPerks camaraderie.png"},
	["Mistrz Światła"] =					{iconFile = "IconPerks championOfLight.png"},
	["Pułapka Chemiczna"] =					{iconFile = "IconPerks chemicalTrap.png"},
	["Działanie Korekcyjne"] =				{iconFile = "IconPerks correctiveAction.png"},
	["Działanie Korekcyjne (Oryginalna Ikona)"] =		{iconFile = "IconPerks correctiveAction_originalIcon.png"},
	["Skażona Interwencja"] =				{iconFile = "IconPerks corruptIntervention.png"},
	["Koulrofobia"] =						{iconFile = "IconPerks coulrophobia.png"},
	["Przeciwdziałanie"] =					{iconFile = "IconPerks counterforce.png"},
	["Cios Łaski"] =						{iconFile = "IconPerks coupDeGrâce.png"},
	["Bezlitosne Granice"] =				{iconFile = "IconPerks cruelLimits.png"},
	["Jasnowidzenie"]=						{iconFile = "IconPerks clairvoyance.png"},
	["Czyste Złamanie"] =					{iconFile = "IconPerks cleanBreak.png"},
	["Okrutna Izolacja"] =					{iconFile = "IconPerks cruelLimits.png"},
	["Uwolnienie"] =						{iconFile = "IconPerks cutLoose.png"},
	["Zatańcz ze Mną"] =					{iconFile = "IconPerks danceWithMe.png"},
	["Mroczna Arogancja"] =					{iconFile = "IconPerks darkArrogance.png"},
	["Mroczne Oddanie"] =					{iconFile = "IconPerks darkDevotion.png"},
	["Mroczny Zmysł"] =						{iconFile = "IconPerks darkSense.png"},
	["Ujawnienie Ciemności"] =				{iconFile = "IconPerks darknessRevealed.png"},
	["Twarda Sztuka"] =						{iconFile = "IconPerks deadHard.png"},
	["Czuwak"] =							{iconFile = "IconPerks deadMansSwitch.png"},
	["Zakleszczenie"] =						{iconFile = "IconPerks deadlock.png"},
	["Skazany na Śmierć"] =					{iconFile = "IconPerks deathbound.png"},
	["Oszustwo"] =							{iconFile = "IconPerks deception.png"},
	["Ostateczny Cios"] =					{iconFile = "IconPerks decisiveStrike.png"},
	["Tropiciel"] =							{iconFile = "IconPerks deerstalker.png"},
	["Déjà Vu"] =							{iconFile = "IconPerks dejaVu.png"},
	["Wybawienie"] =						{iconFile = "IconPerks deliverance.png"},
	["Desperacki Krok"] =					{iconFile = "IconPerks desperateMeasures.png"},
	["Przeczucie Detektywa"] =				{iconFile = "IconPerks detectivesHunch.png"},
	["Dysonans"] =							{iconFile = "IconPerks discordance.png"},
	["Rozpad"] =							{iconFile = "IconPerks dissolution.png"},
	["Zakłócenie"] =						{iconFile = "IconPerks distortion.png"},
	["Niepokój"] =							{iconFile = "IconPerks distressing.png"},
	["Dywersja"] =							{iconFile = "IconPerks diversion.png"},
	["Dominance"] =							{iconFile = "IconPerks Dominance.png"},
	["Uścisk Smoka"] =						{iconFile = "IconPerks dragonsGrip.png"},
	["Dramaturgia"] =						{iconFile = "IconPerks dramaturgy.png"},
	["Umierające Światło"] =				{iconFile = "IconPerks dyingLight.png"},
	["Empatyczne Połączenie"] =				{iconFile = "IconPerks empathicConnection.png"},
	["Empatia"] =							{iconFile = "IconPerks empathy.png"},
	["Wytrzymały"] =						{iconFile = "IconPerks enduring.png"},
	["Erupcja"] =							{iconFile = "IconPerks eruption.png"},
	["Eyes of Belmont"] =					{iconFile = "IconPerks EyesOfBelmont.png"},
	["Euforia"] =							{iconFile = "IconPerks Exultation.png"},
	["Szybka Ścieżka"] =					{iconFile = "IconPerks fastTrack.png"},
	["Władca Strachu"] =					{iconFile = "IconPerks mindbreaker.png"},
	["Finezja"] =							{iconFile = "IconPerks finesse.png"},
	["Paląca Potrzeba"] =					{iconFile = "IconPerks fireUp.png"},
	["Fiksacja"] =							{iconFile = "IconPerks fixated.png"},
	["Granat Błyskowy"] =					{iconFile = "IconPerks flashbang.png"},
	["Mijanka"] =							{iconFile = "IconPerks flip-Flop.png"},
	["Myślą o Mgle"] =						{iconFile = "IconPerks fogwise.png"},
	["Za Ludzi"] =							{iconFile = "IconPerks forThePeople.png"},
	["Wymuszone Wahanie"] =					{iconFile = "IconPerks forcedHesitation.png"},
	["Wymuszona Pokuta"] =					{iconFile = "IconPerks forcedPenance.png"},
	["Zguba Franklina"] =					{iconFile = "IconPerks franklinsDemise.png"},
	["Przyjazna Rywalizacja"] =				{iconFile = "IconPerks friendlyCompetition.png"},
	["Przyjaciele do Końca"] =				{iconFile = "IconPerks friendsTilTheEnd.png"},
	["Tajemny Pościg"] =					{iconFile = "IconPerks furtiveChase.png"},
	["Gra w Toku"] =						{iconFile = "IconPerks gameAfoot.png"},
	["Maniak Techniki"] =					{iconFile = "IconPerks gearhead.png"},
	["Ograniczenia Genetyczne"] =			{iconFile = "IconPerks geneticLimits.png"},
	["Ponure Objęcia"] =					{iconFile = "IconPerks grimEmbrace.png"},
	["Strażnik"] =							{iconFile = "IconPerks guardian.png"},
	["Zaprawiony"] =						{iconFile = "IconPerks hardened.png"},
	["Determinacja"] =						{iconFile = "IconPerks headOn.png"},
	["Klątwa: Łaska Krwi"] =				{iconFile = "IconPerks hexBloodFavour.png"},
	["Klątwa: Panowanie nad Tłumem"] =		{iconFile = "IconPerks hexCrowdControl.png"},
	["Klątwa: Pożeracz Nadziei"] =			{iconFile = "IconPerks hexDevourHope.png"},
	["Klątwa: Staw Czoła Ciemności"] =		{iconFile = "IconPerks hexFaceTheDarkness.png"},
	["Klątwa: Nawiedzona Ziemia"] =			{iconFile = "IconPerks hexHauntedGround.png"},
	["Klątwa: Kołysanka Łowczyni"] =		{iconFile = "IconPerks hexHuntressLullaby.png"},
	["Klątwa: Nikt Nie Ucieka Śmierci"] =	{iconFile = "IconPerks hexNoOneEscapesDeath.png"},
	["Klątwa: Pentimento"] =				{iconFile = "IconPerks hexPentimento.png"},
	["Klątwa: Igraszka"] =					{iconFile = "IconPerks hexPlaything.png"},
	["Klątwa: Odwet"] =						{iconFile = "IconPerks hexRetribution.png"},
	["Klątwa: Ruina"] =						{iconFile = "IconPerks hexRuin.png"},
	["Klątwa: Trzecia Pieczęć"] =			{iconFile = "IconPerks hexTheThirdSeal.png"},
	["Klątwa: Dreszcz Polowania"] =			{iconFile = "IconPerks hexThrillOfTheHunt.png"},
	["Klątwa: Gra dla Dwojga"] =			{iconFile = "IconPerks hexTwoCanPlay.png"},
	["Klątwa: Nieumarły"] =					{iconFile = "IconPerks hexUndying.png"},
	["Hex: Wretched Fate"] =				{iconFile = "IconPerks HexWretchedFate.png"},
	["Ukryta Umiejętność"] =				{iconFile = "IconPerks hiddenPerk.png"},
	["Zbieracz"] =							{iconFile = "IconPerks hoarder.png"},
	["Nadzieja"] =							{iconFile = "IconPerks hope.png"},
	["Pycha"] =								{iconFile = "IconPerks hubris.png"},
	["Human Greed"] =						{iconFile = "IconPerks HumanGreed.png"},
	["Hiperskupienie"] =					{iconFile = "IconPerks hyperfocus.png"},
	["Histeria"] =							{iconFile = "IconPerks hysteria.png"},
	["Zamieniam Się w Słuch"] =				{iconFile = "IconPerks imAllEars.png"},
	["Zaraźliwy Strach"] =					{iconFile = "IconPerks infectiousFright.png"},
	["Wewnętrzne Skupienie"] =				{iconFile = "IconPerks innerFocus.png"},
	["Wewnętrzne Leczenie"] =				{iconFile = "IconPerks innerHealing.png"},
	["Wewnętrzna Siła"] =					{iconFile = "IconPerks innerStrength.png"},
	["Podstępność"] =						{iconFile = "IconPerks insidious.png"},
	["Inwokacja: Zdradzieckie Wrony"] =		{iconFile = "IconPerks invocationTreacherousCrows.png"},
	["Inwokacja: Tkające Pająki"] =			{iconFile = "IconPerks invocationWeavingSpiders.png"},
	["Żelazny Chwyt"] =						{iconFile = "IconPerks ironGrasp.png"},
	["Żelazna Dziewica"] =					{iconFile = "IconPerks ironMaiden.png"},
	["Żelazna Wola"] =						{iconFile = "IconPerks ironWill.png"},
	["Wstrząs"] =							{iconFile = "IconPerks surge.png"},
	["Pokrewieństwo (Kindred)"] =			{iconFile = "IconPerks kindred.png"},
	["Pokrewieństwo (Kinship)"] =			{iconFile = "IconPerks camaraderie.png"},
	["Knock Out"] =							{iconFile = "IconPerks knockOut.png"},
	["Ospały Dotyk"] =						{iconFile = "IconPerks languidTouch.png"},
	["Last Standing"] =						{iconFile = "IconPerks lastStanding.png"},
	["Lider"] =								{iconFile = "IconPerks leader.png"},
	["Porzucony"] =							{iconFile = "IconPerks leftBehind.png"},
	["Śmiertelny Pościg"] =					{iconFile = "IconPerks lethalPursuer.png"},
	["Przewaga"] =							{iconFile = "IconPerks leverage.png"},
	["Zrodzony w Świetle"] =				{iconFile = "IconPerks lightborn.png"},
	["Lekki Krok"] =						{iconFile = "IconPerks light-Footed.png"},
	["Lekkość"] =							{iconFile = "IconPerks lightweight.png"},
	["Gibkość"] =							{iconFile = "IconPerks lithe.png"},
	["Low Profile"] =						{iconFile = "IconPerks lowProfile.png"},
	["Łut Szczęścia"] =						{iconFile = "IconPerks luckyBreak.png"},
	["Lucky Star"] =						{iconFile = "IconPerks luckyStar.png"},
	["Uczenie Maszynowe"] =					{iconFile = "IconPerks machineLearning.png"},
	["Twardy Charakter"] =					{iconFile = "IconPerks madGrit.png"},
	["Stworzony do Tego"] =					{iconFile = "IconPerks madeForThis.png"},
	["Dokonaj Wyboru"] =					{iconFile = "IconPerks makeYourChoice.png"},
	["Bezlitosny Sztorm"] =					{iconFile = "IconPerks mercilessStorm.png"},
	["Ludzki Zapał"] =						{iconFile = "IconPerks mettleOfMan.png"},
	["Osłabienie Woli"] =					{iconFile = "IconPerks mindbreaker.png"},
	["Lustrzana Iluzja"] =					{iconFile = "IconPerks mirroredIllusion.png"},
	["Chwila Chwały"] =						{iconFile = "IconPerks MomentOfGlory.png"},
	["Bestialska Obserwacja"] =			{iconFile = "IconPerks monitorAndAbuse.png"},
	["Nemezis"] =			{iconFile = "IconPerks nemesis.png"},
	["Nemezis (Umiejętność)"] =			{iconFile = "IconPerks nemesis.png"},
	["Bez Biadolenia"] =			{iconFile = "IconPerks noMither.png"},
	["Ani Kroku Wstecz"] =			{iconFile = "IconPerks noQuarter.png"},
	["Nikt Nie Zostaje w Tyle"] =			{iconFile = "IconPerks noOneLeftBehind.png"},
	["Bez Wyjścia"] =			{iconFile = "IconPerks noWayOut.png"},
	["Nie Ma Gdzie Się Ukryć"] =			{iconFile = "IconPerks nowhereToHide.png"},
	["Obiekt Obsesji"] =			{iconFile = "IconPerks objectOfObsession.png"},
	["Nieoficjalnie"] =			{iconFile = "IconPerks offTheRecord.png"},
	["Otwarte Karty"] =			{iconFile = "IconPerks open-Handed.png"},
	["Opresja"] =			{iconFile = "IconPerks oppression.png"},
	["Przeciążenie"] =			{iconFile = "IconPerks overcharge.png"},
	["Przezwyciężenie"] =			{iconFile = "IconPerks overcome.png"},
	["Przytłaczająca Obecność"] =			{iconFile = "IconPerks overwhelmingPresence.png"},
	["Nadgorliwość"] =			{iconFile = "IconPerks overzealous.png"},
	["Ojcowskie Wskazówki"] =			{iconFile = "IconPerks parentalGuidance.png"},
	["Farmacja"] =			{iconFile = "IconPerks pharmacy.png"},
	["Baw Się Swoim Jedzeniem"] =			{iconFile = "IconPerks playWithYourFood.png"},
	["Zwrot Akcji"] =			{iconFile = "IconPerks plotTwist.png"},
	["Instynkt Grabieżcy"] =			{iconFile = "IconPerks plunderersInstinct.png"},
	["Opanowanie"] =			{iconFile = "IconPerks poised.png"},
	["Entliczek-Pentliczek"] =			{iconFile = "IconPerks popGoesTheWeasel.png"},
	["Energia Potencjalna"] =			{iconFile = "IconPerks potentialEnergy.png"},
	["Intensywna Walka"] =			{iconFile = "IconPerks powerStruggle.png"},
	["Drapieżnik"] =			{iconFile = "IconPerks predator.png"},
	["Przeczucie"] =			{iconFile = "IconPerks premonition.png"},
	["Wykaż Się"] =			{iconFile = "IconPerks proveThyself.png"},
	["Szybko i Cicho"] =			{iconFile = "IconPerks quickAndQuiet.png"},
	["Szybki Gambit"] =			{iconFile = "IconPerks quickGambit.png"},
	["Uraza"] =			{iconFile = "IconPerks rancor.png"},
	["Gwałtowna Brutalność"] =			{iconFile = "IconPerks rapidBrutality.png"},
	["Reaktywne Leczenie"] =			{iconFile = "IconPerks reactiveHealing.png"},
	["Podniesienie na Duchu"] =			{iconFile = "IconPerks reassurance.png"},
	["Fałszywy Trop"] =			{iconFile = "IconPerks redHerring.png"},
	["Zapamiętaj Mnie"] =			{iconFile = "IconPerks rememberMe.png"},
	["Drugi Oddech (Renewal)"] =			{iconFile = "IconPerks renewal.png"},
	["Stłumiony Sojusz"] =			{iconFile = "IconPerks repressedAlliance.png"},
	["Resztkowe Ukazanie"] =			{iconFile = "IconPerks residualManifest.png"},
	["Zaradność"] =			{iconFile = "IconPerks resilience.png"},
	["Odrodzenie"] =			{iconFile = "IconPerks resurgence.png"},
	["Zapał Nowicjusza"] =			{iconFile = "IconPerks rookieSpirit.png"},
	["Najlepsze Zostaw na Koniec"] =			{iconFile = "IconPerks saveTheBestForLast.png"},
	["Sabotażysta"] =			{iconFile = "IconPerks saboteur.png"},
	["Sabotażysta (Oryginalna Ikona)"] =			{iconFile = "IconPerks saboteur_old.png"},
	["Padlinożerca"] =			{iconFile = "IconPerks scavenger.png"},
	["Partner Sceniczny"] =			{iconFile = "IconPerks scenePartner.png"},
	["Hak Plagi: Przypływ Gniewu"] =			{iconFile = "IconPerks scourgeHookFloodsOfRage.png"},
	["Hak Plagi: Ofiarowany Ból"] =			{iconFile = "IconPerks scourgeHookGiftOfPain.png"},
	["Hak Plagi: Sztuczka Kata"] =			{iconFile = "IconPerks scourgeHookHangmansTrick.png"},
	["Hak Plagi: Uszkodzony Kompas"] =			{iconFile = "IconPerks scourgeHookJaggedCompass.png"},
	["Hak Plagi: Potworna Świątynia"] =			{iconFile = "IconPerks scourgeHookMonstrousShrine.png"},
	["Hak Plagi: Rezonans Bólu"] =			{iconFile = "IconPerks scourgeHookPainResonance.png"},
	["Drugi Oddech (Second Wind)"] =			{iconFile = "IconPerks secondWind.png"},
	["Samoświadomość"] =			{iconFile = "IconPerks fixated.png"},
	["Samoopatrywanie"] =			{iconFile = "IconPerks self-Care.png"},
	["Instynkt Samozachowawczy"] =			{iconFile = "IconPerks self-Preservation.png"},
	["Zaraźliwy Dotyk"] =			{iconFile = "IconPerks septicTouch.png"},
	["Zrodzony w Cieniu"] =			{iconFile = "IconPerks shadowborn.png"},
	["Utracona Nadzieja"] =			{iconFile = "IconPerks shatteredHope.png"},
	["Ciężar na Barki"] =			{iconFile = "IconPerks shoulderTheBurden.png"},
	["Orientacja w Terenie"] =			{iconFile = "IconPerks situationalAwareness.png"},
	["Śliskie Mięso"] =			{iconFile = "IconPerks slipperyMeat.png"},
	["Śliskie Mięso (Stare)"] =			{iconFile = "IconPerks slipperyMeat_old.png"},
	["Niechlujny Rzeźnik"] =			{iconFile = "IconPerks sloppyButcher.png"},
	["Drobna Gra"] =			{iconFile = "IconPerks smallGame.png"},
	["Przebój"] =			{iconFile = "IconPerks smashHit.png"},
	["Ostatnia Ocalała"] =			{iconFile = "IconPerks soleSurvivor.png"},
	["Solidarność"] =			{iconFile = "IconPerks solidarity.png"},
	["Strażnik Duszy"] =			{iconFile = "IconPerks soulGuard.png"},
	["Specjalistka"] =			{iconFile = "IconPerks specialist.png"},
	["Szpiedzy z Cienia"] =			{iconFile = "IconPerks spiesFromTheShadows.png"},
	["Dreszcz"] =			{iconFile = "IconPerks spineChill.png"},
	["Duchowa Furia"] =			{iconFile = "IconPerks spiritFury.png"},
	["Sprint"] =			{iconFile = "IconPerks sprintBurst.png"},
	["Nadzór"] =			{iconFile = "IconPerks stakeOut.png"},
	["Oczarowanie"] =			{iconFile = "IconPerks starstruck.png"},
	["Nieruchomy Wzrok"] =			{iconFile = "IconPerks stillSight.png"},
	["Wiedza Uliczna"] =			{iconFile = "IconPerks streetwise.png"},
	["Siła w Cieniu"] =			{iconFile = "IconPerks strengthInShadows.png"},
	["Stridor"] =			{iconFile = "IconPerks stridor.png"},
	["Ponadprzeciętna Anatomia"] =			{iconFile = "IconPerks superiorAnatomy.png"},
	["Skok Napięcia"] =			{iconFile = "IconPerks surge.png"},
	["Inwigilacja"] =			{iconFile = "IconPerks surveillance.png"},
	["Praca Zespołowa: Wspólne Skradanie"] =			{iconFile = "IconPerks teamworkCollectiveStealth.png"},
	["Praca Zespołowa: Moc Dwójki"] =			{iconFile = "IconPerks teamworkPowerOfTwo.png"},
	["Technik"] =			{iconFile = "IconPerks technician.png"},
	["Wytrwałość"] =			{iconFile = "IconPerks tenacity.png"},
	["Terminus"] =			{iconFile = "IconPerks terminus.png"},
	["Zwierzę Terytorialne"] =			{iconFile = "IconPerks territorialImperative.png"},
	["Tanatofobia"] =			{iconFile = "IconPerks thanatophobia.png"},
	["To Się Nie Dzieje"] =			{iconFile = "IconPerks thisIsNotHappening.png"},
	["Dreszczyk Emocji"] =			{iconFile = "IconPerks thrillingTremors.png"},
	["THWACK!"] =			{iconFile = "IconPerks thwack.png"},
	["Majsterkowicz"] =			{iconFile = "IconPerks tinkerer.png"},
	["Tough Runner"] =			 {iconFile = "IconPerks toughRunner.png"},
	["Szlak Udręki"] =			{iconFile = "IconPerks trailOfTorment.png"},
	["Rozwiązywanie Problemów"] =			{iconFile = "IconPerks troubleshooter.png"},
	["Broń Doskonała"] =			{iconFile = "IconPerks ultimateWeapon.png"},
	["Uwolniony"] =			{iconFile = "IconPerks unbound.png"},
	["Underperform"] =			{iconFile = "IconPerks underperform.png"},
	["Cofnięty"] =			{iconFile = "IconPerks undone.png"},
	["Nieprzewidziane"] =			{iconFile = "IconPerks unforeseen.png"},
	["Niepokojąca Obecność"] =			{iconFile = "IconPerks unnervingPresence.png"},
	["Niezłomność"] =			{iconFile = "IconPerks unrelenting.png"},
	["Podnieść Stawkę"] =			{iconFile = "IconPerks upTheAnte.png"},
	["Niezłomość"] =			{iconFile = "IconPerks unbreakable.png"},
	["Skrytość"] =			{iconFile = "IconPerks urbanEvasion.png"},
	["Czuwanie"] =			{iconFile = "IconPerks vigil.png"},
	["Wizjoner"] =			{iconFile = "IconPerks visionary.png"},
	["Pobudka!"] =			{iconFile = "IconPerks wakeUp.png"},
	["Damy Radę"] =			{iconFile = "IconPerks wellMakeIt.png"},
	["Będziemy Żyć Wiecznie"] =			{iconFile = "IconPerks wereGonnaLiveForever.png"},
	["Dostrojenie Splotu"] =			{iconFile = "IconPerks weaveAttunement.png"},
	["Szepty"] =			{iconFile = "IconPerks whispers.png"},
	["Nikczemny"] =			{iconFile = "IconPerks wicked.png"},
	["Ostatnia Szansa"] =			{iconFile = "IconPerks windowsOfOpportunity.png"},
	["Podsłuch"] =			{iconFile = "IconPerks wiretap.png"},
	["Taktyka Zanshin"] =			{iconFile = "IconPerks zanshinTactics.png"},



    --------------------------- SurvivorIcons ---------------------------
    ["Ace Visconti"] =                       {iconFile = "SurvivorAce.png"},
    ["Ada Wong"] =                           {iconFile = "SurvivorAda.png"},
    ["Adam Francis"] =                       {iconFile = "SurvivorAdam.png"},
    ["Alan Wake"] =                     	 {iconFile = "SurvivorAlan.png"},
    ["Ash Williams"] =                       {iconFile = "SurvivorAsh.png"},
    ["Bill Overbeck"] =                      {iconFile = "SurvivorBill.png"},
    ["Cheryl Mason"] =                       {iconFile = "SurvivorCheryl.png"},
    ["Claudette Morel"] =                    {iconFile = "SurvivorClaudette.png"},
    ["David King"] =                         {iconFile = "SurvivorDavid.png"},
    ["David Tapp"] =                         {iconFile = "SurvivorTapp.png"},
    ["Dwight Fairfield"] =                   {iconFile = "SurvivorDwight.png"},
    ["Ellen Ripley"] =                       {iconFile = "SurvivorEllen.png"},
    ["Élodie Rakoto"] =                      {iconFile = "SurvivorElodie.png"},
    ["Feliks Richter"] =                     {iconFile = "SurvivorFelix.png"},
    ["Feng Min"] =                           {iconFile = "SurvivorFeng.png"},
    ["Gabriel Soma"] =                       {iconFile = "SurvivorGabriel.png"},
    ["Haddie Kaur"] =                        {iconFile = "SurvivorHaddie.png"},
    ["Jake Park"] =                          {iconFile = "SurvivorJake.png"},
    ["Jane Romero"] =                        {iconFile = "SurvivorJane.png"},
    ["Jeff Johansen"] =                      {iconFile = "SurvivorJeff.png"},
    ["Jill Valentine"] =                     {iconFile = "SurvivorJill.png"},
    ["Jonah Vasquez"] =                      {iconFile = "SurvivorJonah.png"},
    ["Kate Denson"] =                        {iconFile = "SurvivorKate.png"},
    ["Lara Croft"] =                         {iconFile = "SurvivorLara.png"},
    ["Laurie Strode"] =                      {iconFile = "SurvivorLaurie.png"},
    ["Leon Scott Kennedy"] =                 {iconFile = "SurvivorLeon.png"},
    ["Meg Thomas"] =                         {iconFile = "SurvivorMeg.png"},
    ["Mikaela Reid"] =                       {iconFile = "SurvivorMikaela.png"},
    ["Nancy Wheeler"] =                      {iconFile = "SurvivorNancy.png"},
    ["Nea Karlsson"] =                       {iconFile = "SurvivorNea.png"},
	["Nicolas Cage"] =                       {iconFile = "SurvivorNicolas.png"},
	["Rebecca Chambers"] =                   {iconFile = "SurvivorRebecca.png"},
	["Renato Lyra"] =                        {iconFile = "SurvivorRenato.png"},
	["Sable Ward"] =                         {iconFile = "SurvivorSable.png"},
	["Steve Harrington"] =                   {iconFile = "SurvivorSteve.png"},
    ["Thalita Lyra"] =                       {iconFile = "SurvivorThalita.png"},
    ["Trevor Belmont"] =                     {iconFile = "SurvivorTrevor.png"},
    ["Trupa"] =                              {iconFile = "SurvivorTroupe.png"},
    ["Quentin Smith"] =                      {iconFile = "SurvivorQuentin.png"},
    ["Vittorio Toscano"] =                   {iconFile = "SurvivorVittorio.png"},
	["Yoichi Asakawa"] =                     {iconFile = "SurvivorYoichi.png"},
	["Yui Kimura"] =                         {iconFile = "SurvivorYui.png"},
    ["Yun-Jin Lee"] =                        {iconFile = "SurvivorYun-Jin.png"},
    ["Zarina Kassir"] =                      {iconFile = "SurvivorZarina.png"},

    --------------------------- Hud Survivor Icons ---------------------------
    ["Chris Redfield"] =                     {iconFile = "S27_outfit02_charSelect_portrait_HUD.png"},
    ["Claire Redfield"] =                    {iconFile = "S26_outfit02_charSelect_portrait_HUD.png"},
    ["Cybil Bennett"] =                      {iconFile = "S22_outfit_008_charSelect_portrait_HUD.png"},
    ["Jonathan Byers"] =                     {iconFile = "QM_Outfit_010_charSelect_portrait_HUD.png"},
    ["Lisa Garland"] =                       {iconFile = "S22_outfit_006_charSelect_portrait_HUD.png"},

    --------------------------- IconHelp ---------------------------
    ["Osiągnięcie"] =                        {iconFile = "IconHelp achievements.png"},
    ["Osiągnięcia"] =                        "Osiągnięcie",
    ["Dodatek"] =                            {iconFile = "IconHelp addons.png"},
    ["Dodatki"] =                            "Dodatek",
    ["Budzik"] =                             {iconFile = "IconHelp alarmClock.png"},
    ["Budziki"] =                            "Budzik",
    ["Altruizm"] =                           {iconFile = "IconHelp altruism.png"},
    ["Archiwum"] =                           {iconFile = "IconHelp archivesGeneral.png", paddingLeft = "4px"},
    ["Aura"] =                               {iconFile = "IconHelp auras.png"},
    ["Aury"] =                               "Aura",
    ["Złociste Mikrobiomy"] =                {iconFile = "IconCurrency auricCells.png"},
    ["Złociste Mikrobiomy"] =                "Złocistych Mikrobiomów",
    ["Piwnica"] =                            {iconFile = "IconHelp basement.png"},
    ["Haki w piwnicy"] =                     "Piwnica",
    ["Czarny Właz"] =                        "Właz",
    ["Żądza Krwi"] =                         {iconFile = "IconHelp bloodlust.png"},
    ["Punkty Krwi"] =                        {iconFile = "IconCurrency bloodpoints.png"},
    ["Bloodpoints white"] =                  {iconFile = "IconHelp bloodpoints.png"},
    ["Plamy Krwi"] =                         {iconFile = "IconHelp bloodStains.png"},
    ["Krwista Sieć"] =                       {iconFile = "IconHelp bloodweb.png"},
    ["Ściana"] =                             {iconFile = "IconHelp breakableWall.png"},
    ["Ściany do Zniszczenia"] =              "Ściana",
    ["Ściana do Zniszczenia"] =              "Ściana",
    ["Ściany do Wywarzenia"] =               "Ściana",
    ["Ściana do Wywarzenia"] =               "Ściana",
    ["Klatka"] =                             {iconFile = "IconHelp cagesOfAtonement.png"},
    ["Klatka Odkupienia"] =                  "Klatka",
    ["Klatki Odkupienia"] =                  "Klatka",
    ["Niesiony"] =                           {iconFile = "IconHelp carrySurvivor.png"},
    ["Pościg"] =                             {iconFile = "IconHelp chase.png"},
    ["Skrzynia"] =                           {iconFile = "IconHelp chests.png"},
    ["Skrzynie"] =                           "Skrzynia",
    ["Skrzynia Skarbów"] =                   "Skrzynia",
    ["Szafka"] =                             {iconFile = "IconHelp lockers.png"},
    ["Szafka"] =                             "Szafki",
    ["Kooperacja"] =                         {iconFile = "IconHelp cooperation.png"},
    ["Zestawy Kosmetyczne"] =                {iconFile = "IconHelp cosmetic sets.png"},
    ["Wrona"] =                              {iconFile = "IconHelp crows.png"},
    ["Wrony"] =                              "Wrona",
    ["Filar z Koroną"] =                     {iconFile = "IconHelp crownPillar5A.png"},
    ["Filary z Koroną"] =                    "Filar z Koroną",
    ["Dzienny Rytuał"] =                     {iconFile = "IconHelp dailyRituals.png"},
    ["Damage"] =                       {iconFile = "IconHelp breakingGenerators.png"},
    ["Dark Lock"] =                    "Hatch",
    ["Mroczne Drobiazgi"] =                  {iconFile = "IconCurrency darkTrinkets.png"},
    ["Dead by Daylight"] =                   {iconFile = "IconHelp DBDlogo.png"},
    ["Ogłuszony"] =                          {iconFile = "IconHelp hearing.png"},
    ["Agonia"] =                             {iconFile = "IconHelp dying.png"},
    ["Stan Agonii"] =                        {iconFile = "IconHelp dying.png"},
    ["Końcowe Załamanie"] =                  {iconFile = "IconHelp endGame.png"},
    ["Byt"] =                                {iconFile = "IconHelp entity.png"},
    ["Brama Wyjściowa"] =                    {iconFile = "IconHelp exitGates.png"},
    ["Bramy Wyjściowe"] =                    "Brama Wyjściowa",
    ["Przełącznik Bramy Wyjściowej"] =       {iconFile = "IconHelp exitGates.png"},
    ["Strach"] =                             {iconFile = "IconHelp fear.png"},
    ["Mroźne Gadżety"] =                     {iconFile = "IconCurrency frostyTrinkets.png"},
    ["Pozłacane Gadżety"] =                  {iconFile = "IconCurrency twistedTrinkets.png"},
    ["Glif"] =                               {iconFile = "QuestIcons glyph.png"},
    ["Czerwony Glif"] =                      {iconFile = "ChallengeIcon_redGlyph.png"},
    ["Niebieski Glif"] =                     {iconFile = "ChallengeIcon_blueGlyph.png"},
    ["Żółty Glif"] =                         {iconFile = "ChallengeIcon_yellowGlyph.png"},
    ["Fioletowy Glif"] =                     {iconFile = "ChallengeIcon_purpleGlyph.png"},
    ["Biały Glif"] =                         {iconFile = "ChallengeIcon_whiteGlyph.png"},
    ["Zielony Glif"] =                       {iconFile = "ChallengeIcon_greenGlyph.png"},
    ["Pomarańczowy Glif"] =                  {iconFile = "ChallengeIcon_orangeGlyph.png"},
    ["Różowy Glif"] =                        {iconFile = "ChallengeIcon_pinkGlyph.png"},
    ["Właz"] =                               {iconFile = "IconHelp hatch.png"},
    ["Zdrowie"] =                            {iconFile = "IconStatusEffects healing.png"},
    ["Stan Zdrowia"] =                       {iconFile = "IconStatusEffects healing.png"},
    ["Zdrowy"] =                             {iconFile = "IconHelp_healthy.png"},
    ["Stan Zdrowy"] =                        "Zdrowy",
    ["Słuch"] =                              {iconFile = "IconHelp hearing.png"},
    ["Wzrost"] =                             {iconFile = "IconHelp height.png"},
    ["Ukryty"] =                             {iconFile = "IconHelp hiddenKiller.png"},
    ["Sekwencja Poświęcenia"] =              {iconFile = "IconHelp hookStruggle.png"},
    ["Sklep w Grze"] =                       "Sklep",
    ["Ranny"] =                              {iconFile = "IconHelp injured.png"},
    ["Stan Ranny"] =                         {iconFile = "IconHelp injured.png"},
    ["Rana"] =                               {iconFile = "IconHelp injured.png"},
    ["Interrupt"] =                     {iconFile = "IconHelp interrupt.png"},
    ["Błyszczący Odłamek"] =                 {iconFile = "IconCurrency iridescentShards.png"},
    ["Błyszczący Odłamek"] =                 "Błyszczące Odłamki",
    ["Przedmiot"] =                          {iconFile = "IconHelp items.png"},
    ["Przedmioty"] =                         "Przedmiot",
    ["Skrzynia Jigsawa"] =                   {iconFile = "IconHelp jigsawBoxes.png"},
    ["Skrzynie Jigsawa"] =                   "Skrzynia Jigsawa",
    ["Killer Shack"] =                  {iconFile = "IconHelp killerShack.png"},
    ["Widok Zabójcy"] =                      {iconFile = "IconHelp killerVision.png"},
    ["Wyposażenie"] =                        {iconFile = "IconHelp loadout.png"},
    ["Szafka"] =                             {iconFile = "IconHelp lockers.png"},
    ["Szafki"] =                             "Szafka",
    ["Filary Maskarady"] =                   {iconFile = "IconHelp crownPillar5A.png"},
    ["Memento Mori"] =                       {iconFile = "IconHelp mementoMori.png"},
    ["Fragmenty Wspomnień"] =                {iconFile = "QuestIcons fragment.png"},
    ["Mysterious Note"] =               {iconFile = "IconHelp note.png"},
    ["Movement Speed"] =                     {iconFile = "IconHelp movementSpeed.png"},
    ["Tajemnicze Pudełko"] =                 {iconFile = "IconHelp mysteryBox FP.png"},
    ["Observer"] =                      {iconFile = "IconHelp archivesGeneral.png"},
    ["Obsesja"] =                            {iconFile = "IconHelp obsession.png"},
    ["Dar"] =                                {iconFile = "IconHelp offerings.png"},
    ["Dary"] =                               "Dar",
    ["Paleta"] =                             {iconFile = "IconHelp pullDown.png"},
    ["Palety"] =                             "Paleta",
    ["Umiejętność"] =                        {iconFile = "IconHelp perks.png"},
    ["Umiejętności"] =                       "Umiejętność",
    ["Woda Pobożności"] =                    {iconFile = "IconHelp poolsOfDevotion.png"},
    ["Wody Pobożności"] =                    {iconFile = "IconHelp poolsOfDevotion.png"},
    ["Moc"] =                                "Przedmiot",
    ["Moce"] =                               "Przedmiot",   
    ["Procedural"] =                     {iconFile = "IconHelp procedural.png"},
    ["Dynia"] =                              {iconFile = "IconHelp pumpkin.png"},
    ["Lokacja"] =                            {iconFile = "IconHelp procedural.png"},
    ["Lokacje"] =                            "Lokacja",
    ["Fragmenty Szczeliny"] =                {iconFile = "RiftFragments.png", unique = true},
    ["Prędkość Biegu"] =                     {iconFile = "IconHelp movementSpeed.png"},
    ["Proficiency"] =                   {iconFile = "IconHelp proficiency.png"},
    ["Proficiency List"] =              {iconFile = "IconHelp proficiencyList.png"},
    ["Pull-Down"] =                     {iconFile = "IconHelp pullDown.png"},
    ["Trupie Serum"] =                       {iconFile = "IconHelp putridSerum.png"},
    ["Bezpiecznie Zdjęcie z Haka"] =         {iconFile = "IconHelp safeUnhook.png"},
    ["Punkty Zdarzeń"] =                     {iconFile = "DailyRitualIcon_objectives.png"},
    ["Haki Plagi"] =                         {iconFile = "IconHelp scourgeHooks.png"},
    ["Umiejętności Haki Plagi"] =            {iconFile = "IconHelp scourgeHooks.png"},
    ["Czerwone Zarysowania"] =               {iconFile = "IconHelp scratchMarks.png"},
    ["Sanktuarium Tajemnic"] =               {iconFile = "IconHelp shrineOfSecrets.png"},
    ["Zdolności"] =                          {iconFile = "IconHelp skills.png"},
    ["Test Umiejętności"] =                  {iconFile = "IconHelp skillChecks.png"},
    ["Testy Umiejętności"] =                 "Test Umiejętności",
    ["Good Skill Check"] =                   {iconFile = "IconHelp skillChecks.png"},
    ["Great Skill Check"] =             {iconFile = "IconHelp skillChecks.png"},
    ["Failed Skill Check"] =            {iconFile = "IconHelp skillChecks.png"},
    ["Bałwan"] =                             {iconFile = "IconHelp snowman.png"},
    ["Bałwany"] =                            "Bałwan",
    ["Szybkość"] =                           {iconFile = "IconHelp movementSpeed.png"},
    ["Efekt"] =                              {iconFile = "IconHelp statusEffects.png"},
    ["Efekty"] =                             "Efekt",
    ["Lista Efektów"] =                      {iconFile = "IconHelp statusEffectList.png"},
    ["Wrony Bezczynności"] =                 "Wrona",
    ["Idle Crow"] =                          "Wrona",
    ["Sklep"] =                              {iconFile = "IconHelp store.png"},
    ["Struggle"] =                      {iconFile = "IconHelp hookStruggle.png"},
    ["Struggle Phase"] =                     "Struggle",
    ["Struggling"] =                         "Struggle",
    ["Skrzynia z Zapasami"] =                {iconFile = "IconHelp supplyCase.png"},
    ["Skrzynie z Zapasami"] =                "Skrzynia z Zapasami",
    ["Unikalna"] =                           {iconFile = "IconHelp teachables.png"},
    ["Teachable Perk"] =                "Unikalna",
    ["Thrombotic Trinket"] =                 {iconFile = "IconCurrency thromboticTrinkets.png"},
    ["Unikalna Umiejętność"] =               "Unikalna",
    ["Zasięg Terroru"] =                     {iconFile = "IconHelp terrorRadius.png"},
    ["Tom"] =                                {iconFile = "IconHelp archivesCollection.png", paddingLeft = "4px"},
    ["Tomy"] =                                "Tom",
    ["TV"] =                                 {iconFile = "IconHelp tv.png"},
    ["Przeskok"] =                           "Okno",
    ["Przerośl"] =                           {iconFile = "QuestIcons Halloween2020.png"},
    ["Okno"] =                               {iconFile = "IconHelp window.png"},
    ["Winter Gift"] =                   {iconFile = "IconHelp mysteryBox FP.png"},


    --------------------------- IconHelpLoading ---------------------------
    ["Artystka"] =                           {iconFile = "IconHelpLoading artist.png"},
    ["Asasyn"] =                             {iconFile = "IconPowers guardiaCompagnia Assassin.png"},
    ["Zaraza"] =                             {iconFile = "IconHelpLoading blight.png"},
    ["Dobry Totem"] =                        {iconFile = "Atl Hud Icon BoonTotem.png"},
    ["Dobre Totemy"] =                       "Dobry Totem",
    ["Kanibal"] =                            {iconFile = "IconHelpLoading cannibal.png"},
    ["Oprawca"] =                            {iconFile = "IconPowers guardiaCompagnia Carnifex.png"},
    ["Cenobita"] =                           {iconFile = "IconHelpLoading cenobite.png"},
    ["Postać"] =                             {iconFile = "IconHelpLoading players.png"},
    ["Postać"] =                             "Postacie",
    ["Charlotte"] =                          {iconFile = "IconPowers_bloodBond.png"},
    ["Klaun"] =                              {iconFile = "IconHelpLoading clown.png"},
    ["Dark Lord"] =                     {iconFile = "KillerDracula.png"},
    ["Śmiercionośca"] =                      {iconFile = "IconHelpLoading deathslinger.png"},
    ["Demogorgon"] =                         {iconFile = "IconHelpLoading demogorgon.png"},
    ["Doktor"] =                             {iconFile = "IconHelpLoading doctor.png"},
    ["Wgłębnik"] =                           {iconFile = "IconHelpLoading dredge.png"},
    ["Zwykły Totem"] =                       {iconFile = "IconHelpLoading totem.png"},
    ["Zwykłe Totemy"] =                      "Zwykły Totem",
    ["Kat"] =                                {iconFile = "IconHelpLoading wales.png"},
    ["Generator"] =                          {iconFile = "IconHelpLoading generators.png"},
    ["Ghost Face"] =                         {iconFile = "IconHelpLoading ghost.png"},
    ["Good Guy"] =                           {iconFile = "IconHelpLoading goodGuy.png"},
    ["Charles Lee Ray"] =                    "Good Guy",
    ["Wiedźma"] =                            {iconFile = "IconHelpLoading hag.png"},
    ["Przeklęty Totem"] =                    {iconFile = "IconHelpLoading totem.png"},
    ["Przeklęte Totemy"] =                   "Przeklęty Totem",
    ["Wieśniak"] =                           {iconFile = "IconHelpLoading hillbilly.png"},
    ["Hak"] =                                {iconFile = "IconHelpLoading hook.png"},
    ["Haki"] =                               "Hak",
    ["Houndmaster"] =                   {iconFile = "IconHelpLoading houndmaster.png"},
    ["Hak"] =                                {iconFile = "IconHelpLoading huntress.png"},
    ["Dozorca"] =                        	 {iconFile = "IconPowers guardiaCompagnia Jailer.png"},
    ["Zabójca"] =                            {iconFile = "IconHelpLoading killer.png", paddingLeft = "5px", ilRes = "24px"},
    ["Zabójcy"] =                            "Zabójca",
    ["Rycerz"] =                             {iconFile = "IconHelpLoading knight.png"},
    ["Legion"] =                             {iconFile = "IconHelpLoading legion.png"},
    ["Licz"] =                               {iconFile = "IconHelpLoading lich.png"},
    ["Mózg Operacji"] =                      {iconFile = "IconHelpLoading mastermind.png"},
    ["Nemesis Typu-T"] =                     {iconFile = "IconHelpLoading nemesis.png"},
    ["Nemesis (Zabójca)"] =                  "Nemesis Typu-T",
    ["Koszmar"] =                            {iconFile = "IconHelpLoading nightmare.png"},
    ["Pielęgniarka"] =                       {iconFile = "IconHelpLoading nurse.png"},
    ["Oni"] =                                {iconFile = "IconHelpLoading oni.png"},
    ["Onryō"] =                              {iconFile = "IconHelpLoading onryo.png"},
    ["Świnia"] =                             {iconFile = "IconHelpLoading pig.png"},
    ["Plaga"] =                              {iconFile = "IconHelpLoading plague.png"},
    ["Gracz"] =                              {iconFile = "IconHelpLoading players.png"},
    ["Gracze"] =                             "Gracz",
    ["Kształt"] =                            {iconFile = "IconHelpLoading shape.png"},
    ["Osobliwość"] =                         {iconFile = "IconHelpLoading singularity.png"},
    ["Czaszkarka"] =                         {iconFile = "IconHelpLoading skullMerchant.png"},
    ["Zjawa"] =                              {iconFile = "IconHelpLoading spirit.png"},
    ["Ocalały"] =                            {iconFile = "IconHelpLoading survivor.png", paddingLeft = "5px", ilRes = "24px"},
    ["Ocalali"] =                            "Ocalały",
    ["Teacher"] =                            {iconFile = "IconPowers detention.png"},
    ["Totem"] =                              {iconFile = "IconHelpLoading totem.png"},
    ["Totemy"] =                             "Totem",
    ["Traper"] =                             {iconFile = "IconHelpLoading trapper.png"},
    ["Magik"] =                              {iconFile = "IconHelpLoading trickster.png"},
    ["Bliźnięta"] =                          {iconFile = "IconHelpLoading twins.png"},
    ["Unknown"] =                            {iconFile = "IconHelpLoading unknown.png"},
    ["Nieznany"] =                           "Unknown",
    ["Victor"] =                             {iconFile = "IconPowers_bloodBond_Victor.png"},
    ["Widmo"] =                              {iconFile = "IconHelpLoading wraith.png"},
    ["Ksenomorf"] =                          {iconFile = "IconHelpLoading xenomorph.png"},


    --------------------------- IconStatusEffects ---------------------------
    ["Krwawienie"] =                         {iconFile = "IconStatusEffects bleeding.png"},
    ["Błogosławiony"] =                      {iconFile = "IconStatusEffects blessed.png"},
    ["Krew"] =                               "Krwawienie",
    ["Oślepienie"] =                         {iconFile = "IconStatusEffects vision.png"},
    ["Okaleczony"] =                         {iconFile = "IconStatusEffects broken.png"},
    ["Okaleczenie"] =                        "Okaleczony",  
    ["Szansa"] =                             {iconFile = "IconStatusEffects luck.png"},
    ["Oczyszczanie"] =                       {iconFile = "IconStatusEffects cleansing.png"},
    ["Przeklęty"] =                          {iconFile = "IconStatusEffects cursed.png"},
    ["Głęboka Rana"] =                       {iconFile = "IconStatusEffects deepWound.png"},
    ["Efficiency"] =                    {iconFile = "IconStatusEffects expertise.png"},
    ["Wytrzymałość"] =                       {iconFile = "IconStatusEffects enduranceSurvivor.png"},
    ["Wytrzymałość (Zabójca)"] =             {iconFile = "IconStatusEffects enduranceSurvivor.png"},
    ["Wytrzymałość (Ocalały)"] =             {iconFile = "IconStatusEffects enduranceKiller.png"},
    ["Wyczerpany"] =                         {iconFile = "IconStatusEffects exhausted.png"},
    ["Wyczerpanie"] =                        "Wyczerpany",
    ["Expertise"] =                          {iconFile = "IconStatusEffects expertise.png"},
    ["Narażony"] =                           {iconFile = "IconStatusEffects exposed.png"},
    ["Glif"] =                               {iconFile = "IconStatusEffects glyph.png"},
    ["Pośpiech"] =                           {iconFile = "IconStatusEffects haste.png"},
    ["Leczenie"] =                           {iconFile = "IconStatusEffects healing.png"},
    ["Prędkość Leczenia"] =                  "Leczenie",
    ["Krwotok"] =                            "Krwawienie",
    ["Skrępowany"] =                         {iconFile = "IconStatusEffects hindered.png"},
    ["Unieruchomiony"] =                     {iconFile = "IconStatusEffects incapacitated.png"},
    ["Pobudzony"] =                          {iconFile = "IconStatusEffects invigorated.png"},
    ["Szczęście"] =                          {iconFile = "IconStatusEffects luck.png"},
    ["Szaleństwo"] =                         {iconFile = "IconStatusEffects madness.png"},
    ["Zmasakrowany"] =                       {iconFile = "IconStatusEffects mangled.png"},
    ["Nieświadomy"] =                        {iconFile = "IconStatusEffects oblivious.png"},
    ["Ślad Krwi"] =                          "Krwawienie",
    ["Ślady Krwi"] =                         "Krwawienie",
    ["Progression"] =                   {iconFile = "IconStatusEffects progressionSpeed.png"},
    ["Progression Speed"] =             {iconFile = "IconStatusEffects progressionSpeed.png"},
    ["Naprawianie"] =                        {iconFile = "IconStatusEffects repairing.png"},
    ["Prędkość Naprawy"] =                   {iconFile = "IconStatusEffects repairing.png"},
    ["Prędkość Naprawiania"] =      		 "Prędkość Naprawy", 
    ["Naprawa"] =                            {iconFile = "IconStatusEffects repairing.png"},
    ["Ujawniony"] =                          {iconFile = "IconStatusEffects revealed.png"},
    ["Sabotaż"] =                            {iconFile = "IconStatusEffects sabotaging.png"},
    ["Prędkość Sabotowania"] =               "Sabotaż",
    ["Sabotowanie"] =                        "Sabotaż",
    ["Skill Check Difficulty"] =         {iconFile = "IconStatusEffects skillCheckDifficulty.png"},
    ["Skill Check Probability"] =        {iconFile = "IconStatusEffects skillCheckProbability.png"},
    ["Kara za Sen"] =                        {iconFile = "IconStatusEffects sleepPenalty.png"},
    ["Prędkość"] =                           "Pośpiech",
    ["Niewykrywalny"] =                      {iconFile = "IconStatusEffects undetectable.png"},
    ["Wizja"] =                              {iconFile = "IconStatusEffects vision.png"},


    --------------------------- Powers ---------------------------
    ["Pułapka na Niedźwiedzie"] =            {iconFile = "IconPowers trap.png"},
    ["Pułapki na Niedźwiedzie"] =            "Pułapka na Niedźwiedzie",
    ["Biokapsuła"] =                         {iconFile = "IconPowers quantumInstantiation.png"},
    ["Birds of Torment"] =                   {iconFile = "IconPowers birdsOfTorment.png"},
    ["Szczerniały Katalizator"] =            {iconFile = "IconPowers blackenedCatalyst.png"},
    ["Skażenie Zarazy"] =                    {iconFile = "IconPowers blightedCorruption.png"},
    ["Więź Krwi"] =                          {iconFile = "IconPowers bloodBond.png"},
    ["Więź Krwi (Victor)"] =                 {iconFile = "IconPowers bloodBond_victor.png"},
    ["Piła Łańcuchowa Bubby"] =              {iconFile = "IconPowers bubbasChainsaw.png"},
    ["Piła Łańcuchowa Bubby (Szarża)"] =     {iconFile = "IconPowers bubbasChainsaw_tantrum.png"},
    ["Iskra Cartera"] =                      {iconFile = "IconPowers cartersSpark.png"},
    ["Piła Łańcuchowa"] =                    {iconFile = "IconPowers chainsaw.png"},
    ["Stacja Kontrolna"] =                   {iconFile = "IconItems remoteFlameTurret.png"},
    ["Deluge of Fear"] =                {iconFile = "IconPowers delugeOfFear.png"},
    ["Deluge of Fear (Demanifested)"] = {iconFile = "IconPowers delugeOfFear_demanifested.png"},
    ["Detention"] =                     {iconFile = "IconPowers detention.png"},
    ["Dire Crow Swarm"] =               {iconFile = "IconPowers birdsOfTorment.png"},
    ["Władca Snów"] =                        {iconFile = "IconPowers dreamDemon.png"},
    ["Dream Trap"] =                    {iconFile = "IconPowers dreamDemon.png"},
    ["Drony"] =                              {iconFile = "IconPowers eyesInTheSky.png"},
    ["Wewnętrzne Zło"] =                     {iconFile = "IconPowers stalker1.png"},
    ["Wewnętrzne Zło I"] =                   {iconFile = "IconPowers stalker1.png"},
    ["Wewnętrzne Zło II"] =                  {iconFile = "IconPowers stalker2.png"},
    ["Wewnętrzne Zło III"] =                 {iconFile = "IconPowers stalker3.png"},
    ["Oczy w Niebie"] =                      {iconFile = "IconPowers eyesInTheSky.png"},
    ["Oczy w Niebie (Radar)"] =              {iconFile = "IconPowers eyesInTheSky_radar.png"},
    ["Dziki Szał"] =                         {iconFile = "IconPowers feralFrenzy.png"},
    ["Guardia Compagnia"] =                  {iconFile = "IconPowers guardiaCompagnia.png"},
    ["Ukryty Pościg"] =                      {iconFile = "IconPowers hiddenPursuit.png"},
    ["Ukryty Pościg (Tryb Pełzania)"] =      {iconFile = "IconPowers hiddenPursuit_crawlerMode.png"},
    ["Toporki Myśliwskie"] =                 {iconFile = "IconPowers huntingHatchets.png"},
    ["Invitation Scroll"] =            {iconFile = "EventIcon invitationScroll.png"},
    ["Chrzest Jigsawa"] =                    {iconFile = "IconPowers jigsawsBaptism.png"},
    ["Night Shroud"] =                       {iconFile = "IconPowers nightShroud.png"},
    ["Nocny Całun (aktywny)"] =              {iconFile = "IconPowers nightShroud activated.png"},
    ["Nocny Całun (leaning)"] =         {iconFile = "IconHUD ghostFaceLean.png"},
    ["Nocny Całun (marked)"] =          {iconFile = "IconHUD markedState.png"},
    ["Z Otchłani"] =                         {iconFile = "IconPowers ofTheAbyss.png"},
    ["Widmowa Pułapka"] =                    {iconFile = "IconPowers blackenedCatalyst.png"},
    ["Widmowe Pułapki"] =                    "Widmowa Pułapka",
    ["Koniec Zabawy"] =                      {iconFile = "IconPowers playtimesOver.png"},
    ["Koniec Zabawy (Hidey-Ho Mode)"] = {iconFile = "IconPowers playtimesOver_TipToe.png"},
    ["Portal"] =                             {iconFile = "IconPowers ofTheAbyss.png"},
    ["Portale"] =                            {iconFile = "IconPowers ofTheAbyss.png"},
    ["Instancjacja Kwantowa"] =              {iconFile = "IconPowers quantumInstantiation.png"},
    ["Reign of Darkness"] =             {iconFile = "IconPowers reignOfDarkness.png"},
    ["Odwrócona Pułapka na Niedźwiedzie"] =  {iconFile = "IconPowers jigsawsBaptism.png"},
    ["Rytuał Sądu"] =                        {iconFile = "IconPowers ritesOfJudgement.png"},
    ["Scent of Blood"] =                 {iconFile = "IconPowers K38 dashCommand.png"},
    ["Scent of Blood (Strażnik)"] =      {iconFile = "IconPowers K38 dogGuarding.png"},
    ["Scent of Blood (Recall)"] =        {iconFile = "IconPowers K38 recallDog.png"},
    ["Scent of Blood (Redirect)"] =      {iconFile = "IconPowers K38 dashRedirect.png"},
    ["Scent of Blood (Return)"] =        {iconFile = "IconPowers K38 dogReturn.png"},
    ["Scent of Blood (Search)"] =        {iconFile = "IconPowers K38 patrolCommand.png"},
    ["Scent of Blood (Swap)"] =          {iconFile = "IconPowers K38 swapControl.png"},
    ["Popis"] =                              {iconFile = "IconPowers showstopper.png"},
    ["Popis (Gwóźdź Programu)"] =            {iconFile = "IconPowers showstopper_mainEvent.png"},
    ["Popis (Gwóźdź Programu Odnowienie)"] = {iconFile = "IconPowers showstopper_mainEventCooldown.png"},
    ["Ostatni Oddech Spencera"] =            {iconFile = "IconPowers breath.png"},
    ["Przywołanie Bólu"] =                   {iconFile = "IconPowers summonsOfPain.png"},
    ["Wirus T"] =                            {iconFile = "IconPowers t-Virus.png"},
    ["Wirus T Prędkość Mutacji 1"] =         {iconFile = "IconPowers t-Virus_MR1.png"},
    ["Wirus T Prędkość Mutacji 2"] =         {iconFile = "IconPowers t-Virus_MR2.png"},
    ["Wirus T Prędkość Mutacji 3"] =         {iconFile = "IconPowers t-Virus_MR3.png"},
    ["Odurzająca Mieszanka Komika"] =        {iconFile = "IconPowers gasBomb.png"},
    ["The Afterpiece Antidote"] =      {iconFile = "IconPowers gasBomb2.png"},
    ["Wybawca"] =                            {iconFile = "IconPowers theRedeemer.png"},
    ["Wybawca (Chain Break)"] =         {iconFile = "IconPowers_theRedeemer_chainBreak.png"},
    ["Twisted Skill"] =                 "Invitation Scroll",
    ["NJX"] =                   			 {iconFile = "IconPowers uvx.png"},
    ["NJX (Szarża)"] =                       {iconFile = "iconPowers_ChargeUVX_K35.png"},
    ["NJX (Hallucination)"] =           {iconFile = "iconPowers_CreateHallucination_K35.png"},
    ["NJX (Launch)"] =                  {iconFile = "iconPowers_LaunchUVX_K35.png"},
    ["NJX (Teleport)"] =                     {iconFile = "iconPowers_Teleport_K35.png"},
    ["Vampiric Shift"] =                  {iconFile = "IconPowers K37 Shapeshift.png", paddingLeft = "4px"},
    ["Vampiric Shift (Bat Form)"] =       {iconFile = "IconPowers K37 BatForm.png"},
    ["Vampiric Shift (Cast Hellfire)"] =  {iconFile = "IconPowers K37 CastHellfire.png"},
    ["Vampiric Shift (Charge Hellfire)"] = {iconFile = "IconPowers K37 ChargeHellfire.png"},
    ["Vampiric Shift (Ready Teleport)"] = {iconFile = "IconPowers K37 ReadyTeleport.png"},
    ["Vampiric Shift (Teleport)"] =       {iconFile = "IconPowers K37 Teleport.png"},
    ["Vampiric Shift (Vampire Form)"] =   {iconFile = "IconPowers K37 VampireForm.png"},
    ["Vampiric Shift (Wolf Form)"] =      {iconFile = "IconPowers K37 WolfForm.png"},
    ["Vampiric Shift (Wolf Pounce)"] =    {iconFile = "IconPowers K37 WolfPounce.png"},
    ["Vile Darkness"] =                      {iconFile = "IconPowers VileDarkness.png"},
    ["Vile Darkness (Dispelling Sphere)"] =  {iconFile = "IconPowers DispellingSphere.png"},
    ["Vile Darkness (Flight of the Damned)"] = {iconFile = "IconPowers FlightoftheDamned.png"},
    ["Vile Darkness (Fly)"] =              {iconFile = "IconPowers Fly.png"},
    ["Vile Darkness (Mage Hand)"] =        {iconFile = "IconPowers MageHand.png"},
    ["Vile Darkness (Spell Selection: Dispelling Sphere)"] = {iconFile = "IconPowers SpellSelection DispellingSphere.png"},
    ["Vile Darkness (Spell Selection: Flight of the Damned)"] = {iconFile = "IconPowers SpellSelection FlightoftheDamned.png"},
    ["Vile Darkness (Spell Selection: Fly)"] = {iconFile = "IconPowers SpellSelection Fly.png"},
    ["Vile Darkness (Spell Selection: Mage Hand)"] = {iconFile = "IconPowers SpellSelection MageHand.png"},
    ["Podłe Oczyszczenie"] =            {iconFile = "IconPowers vilePurge.png"},
    ["Virulent Bound"] =                     {iconFile = "IconPowers virulentBound.png"},
    ["Zawodzący Dzwon"] =                    {iconFile = "IconPowers bell.png"},
    ["Opętanie Yamaoki"] =                   {iconFile = "IconPowers yamaokasHaunting.png"},
    ["Gniew Yamaoki"] =                      {iconFile = "IconPowers yamaokasWrath.png"},
    ["Gniew Yamaoki (Krwawa Furia)"] =       {iconFile = "IconPowers yamaokasWrath_demon.png"},


    --------------------------- Archives ---------------------------
    ["Filmy"] =                              {iconFile = "IconHelp archivesCinematicUnlocked.png"},
    ["Kolekcja"] =                           {iconFile = "IconHelp archivesCollection.png"},
    ["Dzienniki"] =                          {iconFile = "IconHelp archivesLog.png"},
    ["Wspomnienia"] =                        {iconFile = "IconHelp archivesCollection.png"},
    ["Rift Pass"] =                     {iconFile = "RiftPass.png"},
  

    --------------------------- Score Events ---------------------------
    ["Altruizm"] =                           {iconFile = "DailyRitualIcon_altruism.png"},
    ["Zuchwałość"] =                         {iconFile = "DailyRitualIcon_boldness.png"},
    ["Brutalność"] =                         {iconFile = "DailyRitualIcon_brutality.png"},
    ["Przebiegłość"] =                       {iconFile = "DailyRitualIcon_deviousness.png"},
    ["Polowanie"] =                          {iconFile = "DailyRitualIcon_hunter.png"},
    ["Cel"] =                                {iconFile = "DailyRitualIcon_objectives.png"},
    ["Ofiara"] =                             {iconFile = "DailyRitualIcon_sacrifice.png"},
    ["Przetrwanie"] =                        {iconFile = "DailyRitualIcon_survival.png"},

    
    --------------------------- Cosmetic Categories ---------------------------
    ["Arm"] =                                {iconFile = "CategoryIcon arm.png"},
    --["Arms"] =                             {iconFile = "CategoryIcon arm.png"},
    ["Body"] =                               {iconFile = "CategoryIcon body.png"},
    --["Bodies"] =                           {iconFile = "CategoryIcon body.png"},
    ["Hand"] =                               {iconFile = "CategoryIcon hand.png"},
    --["Hands"] =                            {iconFile = "CategoryIcon hand.png"},
    ["Head"] =                               {iconFile = "CategoryIcon head.png"},
    --["Heads"] =                            {iconFile = "CategoryIcon head.png"},
    ["Legs"] =                               {iconFile = "CategoryIcon legs.png"},
    ["Mask"] =                               {iconFile = "CategoryIcon masks.png"},
    --["Masks"] =                            {iconFile = "CategoryIcon masks.png"},
    ["Outfit"] =                             {iconFile = "CategoryIcon outfits.png"},
    --["Outfits"] =                          {iconFile = "CategoryIcon outfits.png"},
    ["Torso"] =                              {iconFile = "CategoryIcon torso.png"},
    --["Torsos"] =                           {iconFile = "CategoryIcon torso.png"},
    ["Upper Body"] =                         {iconFile = "CategoryIcon upperBody.png"},
    ["UpperBodies"] =                        "Upper Body",
    ["Weapon"] =                             {iconFile = "CategoryIcon weapons.png"},
    --["Weapons"] =                          {iconFile = "CategoryIcon weapons.png"},
    
    --------------------------- Events ---------------------------
    ["Events"] =                             {iconFile = "Atl Ico Events.png"},
    ["Scorching Summer BBQ"] =               {iconFile = "ScorchingSummer OverlayIcon.png"},
    ["Howling Grounds"] =                    {iconFile = "HowlingGrounds OverlayIcon.png"},
    ["The Midnight Grove"] =                 {iconFile = "FulliconFavors cursedSeed.png"},
    ["The Hallowed Blight"] =                {iconFile = "HallowedBlight OverlayIcon.png"},
    ["Twisted Masquerade"] =                 {iconFile = "TwistedMasquerade.png"},
    ["Lurking Stripes"] =                    {iconFile = "LurkingStripes.png"},
    ["Greek Week"] =                         {iconFile = "FL_034.png"},
    ["Gnome Chompski"] =                     {iconFile = "DR 016.png"},
    ["Moonrise"] =                           {iconFile = "Moonrise OverlayIcon.png"},
    ["Blood Hunt Event"] =                   {iconFile = "BloodpointsIcon2.png"},
    ["Blood Rush Event"] =                   {iconFile = "BloodpointsIcon2.png"},
    ["Blood Feast Event"] =                  {iconFile = "BloodpointsIcon2.png"},
    ["Spring Cleaning Activities"] =         {iconFile = "BloodpointsIcon2.png"},
    ["Season of Giving 2021"] =              {iconFile = "BloodpointsIcon2.png"},
    ["Advent Calendar 2020"] =               {iconFile = "AU_002.png"},
    ["2 Year Anniversary"] =                 {iconFile = "AuricCells Icon.png"},
    ["Scarlet Swarm"] =                      {iconFile = "TO_013.png"},
    ["Blood Moon 2024"] =                    {iconFile = "EventIcon bloodMoon2024.png"},
    ["Bone Chill"] =                         {iconFile = "BoneChill.png"},
    ["Haunted by Daylight 2022"] =           {iconFile = "EventIcon hauntedByDaylightPumpkin.png"},
    ["Haunted by Daylight 2023"] =           {iconFile = "EventIcon hauntedByDaylightPumpkin2023.png"},
    ["Moonlight Burrow"] =                   {iconFile = "EventIcon moonlightBurrow.png"},
    ["Meet Your Maker"] =                    {iconFile = "eventIcon MeetYourMaker.png"}
}

return p