Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Zingfharn

Uploaded by

zingfharn

Virus scan

Safe to use

136 comments

  1. callmedrking
    callmedrking
    • member
    • 0 kudos
    Will it be possible for you to make same mods stack in the same slot in inventory , like consumables as the inventory becomes very cluttered after obtaining various mods and attachments, it will be very helpful if mod and attachments stacking would be possible somehow 
  2. DarkKing666
    DarkKing666
    • supporter
    • 0 kudos
    Is there a way to add upgrades to the newly added scopes and muzzle compensators?
    1. Farbros
      Farbros
      • member
      • 0 kudos
      Here, I made the list with all new items as well as all mods in the game, it also has a hotkey to activate it without the command. You need to copy all of that into “init.lua” instead of present code.

      UpgradeZero = {
      description = "Upgrade mods and stuff",
      }

      registerHotkey('UpgradeZero_upgrade_mods', 'Upgrade Items', function()
      GetMod("upgradezero").upgrade()
      end)

      function UpgradeZero:new()
      local UZScript = {}
      setmetatable(UZScript, self)
      self.__index = self
      print("Loaded UZ")

      function UZScript.upgrade() 
      -- Change this to change the quality of the finished products
      local defaultQual = 4.0-- 1.0 for green, 2.0 for blue, 3.0 for purple, 4.0 for orange.
      local zeroQual = 1.0-- Zero Drag goes green
      local scopeQual = 3.0-- Legendary scopes are apparently all kinds of borked so keep this at 1, 2 or 3. Thanks to LuxDragon for spotting this.
      player = Game.GetPlayer()
      ssc = Game.GetScriptableSystemsContainer()
      es = ssc:Get(CName.new('EquipmentSystem'))
      im = es:GetInventoryManager(player)
      ts = Game.GetTransactionSystem()
      ss = Game.GetStatsSystem()
      -- You can add new mods here yourself if you like, although I think this is most of them.
      -- The format is { "console item code", "itemname", count (should be 0), quality (you can use defaultQual) }
      local mods = {
      -- "$" on the left side means, that the item is already legendary, when spawned. "#" on the right side means, that the item stats will not change with better quality.
      -- SIMPLE WEAPON MODS
      -- Damage +7%
      { "Items.SimpleWeaponMod01", "Crunch", 0, defaultQual },
      -- Crit chance +3%
      { "Items.SimpleWeaponMod02", "Penetrator", 0, defaultQual },
      -- Crit damage +7%
      { "Items.SimpleWeaponMod03", "Pacifier", 0, defaultQual },
      -- Chance to apply status damage +5% #
      { "Items.SimpleWeaponMod04", "Combat Amplifier", 0, defaultQual },
      -- ...
      { "Items.SimpleWeaponMod05", "...", 0, defaultQual },
      -- ...
      { "Items.SimpleWeaponMod06", "...", 0, defaultQual },
      -- ...
      { "Items.SimpleWeaponMod07", "...", 0, defaultQual },
      -- Ricochet damage +14%
      { "Items.SimpleWeaponMod08", "Bouncy", 0, defaultQual },
      -- Charged shots damage up to +50%
      { "Items.SimpleWeaponMod09", "Charge Spike", 0, defaultQual },
      -- Charge time -0%
      { "Items.SimpleWeaponMod10", "Battery", 0, defaultQual },
      -- Eliminates horizontal recoil #
      { "Items.SimpleWeaponMod11", "Countermass", 0, defaultQual },
      -- Limbs damage +5% #
      { "Items.SimpleWeaponMod12", "Pulverize", 0, defaultQual },
      -- Enemy accuracy -10% #
      { "Items.SimpleWeaponMod13", "Weaken", 0, defaultQual },
      -- $ Charge hold 75% #
      { "Items.SimpleWeaponMod14", "Scorch", 0, defaultQual },
      -- $ Use smart weapons without mods #
      { "Items.SimpleWeaponMod15", "Besmart", 0, defaultQual },
      -- Autoloads bullet, when reloading #
      { "Items.SimpleWeaponMod16", "Autoloader", 0, defaultQual },
      -- Weapon does not kill, damage +6%
      { "Items.SimpleWeaponMod17", "Pax", 0, defaultQual },
      -- SPECIAL RANGED WEAPON MODS
      -- Headshot damage +10% #
      { "Items.ValentinosRangedWeaponMod", "Vendetta", 0, defaultQual },
      -- ...
      { "Items.ArasakaRangedWeaponMod", "...", 0, defaultQual },
      -- Reload speed +5% #
      { "Items.TygerRangedWeaponMod", "Neon Arrow", 0, defaultQual },
      -- Firerate +5% #
      { "Items.WraithsRangedWeaponMod", "Phantom", 0, defaultQual },
      -- SPECIAL MELEE WEAPON MODS
      -- Melee damage +7%
      { "Items.ValentinosMeleeWeaponMod", "Cold Shoulder", 0, defaultQual },
      -- Melee attack speed +0.3 #
      { "Items.ArasakaMeleeWeaponMod", "Kunai", 0, defaultQual },
      -- Melee crit chance +3,5%
      { "Items.TygerMeleeWeaponMod", "White-Knuckled", 0, defaultQual },
      -- Melee crit damage +15%
      { "Items.WraithsMeleeWeaponMod", "Scourge", 0, defaultQual },
      -- POWER WEAPON MODS
      -- Enemy armor for 10 sec. -10% #
      { "Items.PowerWeaponMod01", "Knockdown", 0, defaultQual },
      -- Spread after each shot -80% #
      { "Items.PowerWeaponMod02", "Pulpify", 0, defaultQual },
      -- Eliminates vertical recoil #
      { "Items.PowerWeaponMod03", "Focus", 0, defaultQual },
      -- Higher chance to knockdown #
      { "Items.PowerWeaponMod04", "Overpenetrate", 0, defaultQual },
      -- Weapon sway -50% #
      { "Items.PowerWeaponMod05", "Stabilizer", 0, defaultQual },
      -- Drawtime -50%, damage +20% #
      { "Items.PowerWeaponMod06", "Subsonic", 0, defaultQual },
      -- Ricochet times +1 #
      { "Items.PowerWeaponMod07", "Ricochet Engine", 0, defaultQual },
      -- TECH WEAPON MODS
      -- Fully charged shots damage +10% #
      { "Items.TechWeaponMod01", "Supercapacitor", 0, defaultQual },
      -- Two rounds per shot, less firerate #
      { "Items.TechWeaponMod02", "Double Shot", 0, defaultQual },
      -- Charge amount to penetrate walls -50% #
      { "Items.TechWeaponMod03", "Target Analysis", 0, defaultQual },
      -- Charge time -50% #
      { "Items.TechWeaponMod04", "Microreactor", 0, defaultQual },
      -- Discharge time -50% #
      { "Items.TechWeaponMod05", "Black Knight", 0, defaultQual },
      -- SMART WEAPON MODS
      -- Lock-on time -50% #
      { "Items.SmartWeaponMod01", "Markfinder", 0, defaultQual },
      -- Lock-on last 2 sec. after losing sight #
      { "Items.SmartWeaponMod02", "Autocorrect", 0, defaultQual },
      -- Tracks 2 more enemies #
      { "Items.SmartWeaponMod03", "Tracker", 0, defaultQual },
      -- Size of markfinder +25% #
      { "Items.SmartWeaponMod04", "Nanoinfection", 0, defaultQual },
      -- Projectile speed +50% #
      { "Items.SmartWeaponMod05", "Boosters", 0, defaultQual },
      -- SIMPLE ARMOR MODS
      -- Armor +75
      { "Items.SimpleFabricEnhancer01", "Armadillo", 0, defaultQual },
      -- Overtime damage -40%
      { "Items.SimpleFabricEnhancer02", "Resist!", 0, defaultQual },
      -- $ Crit chance +4% #
      { "Items.SimpleFabricEnhancer03", "Fortuna", 0, defaultQual },
      -- $ Crit damage +8% #
      { "Items.SimpleFabricEnhancer04", "Bully", 0, defaultQual },
      -- Street creed XP +10%
      { "Items.SimpleFabricEnhancer05", "Street Smart", 0, defaultQual },
      -- Mitigation strength +6%
      { "Items.SimpleFabricEnhancer06", "Thick-Skinned", 0, defaultQual },
      -- Damage to mid-high threats +20%
      { "Items.SimpleFabricEnhancer07", "Showtime", 0, defaultQual },
      -- ...
      { "Items.SimpleFabricEnhancer08", "...", 0, defaultQual },
      -- Quickhack cooldown -18%
      { "Items.SimpleFabricEnhancer09", "Hackslinger", 0, defaultQual },
      -- Fall damage -30%
      { "Items.SimpleFabricEnhancer10", "Plume", 0, defaultQual },
      -- Movement speed +0,5
      { "Items.SimpleFabricEnhancer11", "Zero Drag", 0, defaultQual },
      -- Stamina melee attack cost -9%
      { "Items.SimpleFabricEnhancer12", "Tenacity", 0, defaultQual },
      -- Stamina melee block cost -17%
      { "Items.SimpleFabricEnhancer13", "Vanguard", 0, defaultQual },
      -- Explosive damage -17%
      { "Items.SimpleFabricEnhancer14", "Boom-Breaker", 0, defaultQual },
      -- POWERFUL ARMOR MODS
      -- Immunity to burn #
      { "Items.PowerfulFabricEnhancer01", "Coolit", 0, defaultQual },
      -- Immunity to poison #
      { "Items.PowerfulFabricEnhancer02", "Antivenom", 0, defaultQual },
      -- $ All resistances +25% #
      { "Items.PowerfulFabricEnhancer03", "Panacea", 0, defaultQual },
      -- Immunity to shock #
      { "Items.PowerfulFabricEnhancer04", "Superinsulator", 0, defaultQual },
      -- Silent landing #
      { "Items.PowerfulFabricEnhancer05", "Soft-Sole", 0, defaultQual },
      -- Immunity to bleeding #
      { "Items.PowerfulFabricEnhancer06", "Cut-It-Out", 0, defaultQual },
      -- $ Damage to very-high threats +25% #
      { "Items.PowerfulFabricEnhancer07", "Predator", 0, defaultQual },
      -- $ Headshot damage +15%, crit damage +6% #
      { "Items.PowerfulFabricEnhancer08", "Deadeye", 0, defaultQual },
      -- SCOPES
      -- Pistol. Revolver. Shotgun. SMG. LMG. Rifle. -ADS time, +range
      { "Items.w_att_scope_short_01", "Gimlet Eye", 0, defaultQual },
      { "Items.w_att_scope_short_02", "Hyakume", 0, defaultQual },
      { "Items.w_att_scope_short_03", "Add-Vantage", 0, defaultQual },
      { "Items.w_att_scope_short_04", "Kanone Mini", 0, defaultQual },
      { "Items.w_att_scope_short_05", "Type 2067", 0, defaultQual },
      { "Items.w_att_scope_short_06", "Handyman", 0, defaultQual },
      { "Items.w_att_scope_short_07", "Kanetsugu", 0, defaultQual },
      -- LMG. Rifle. -ADS time, +range
      { "Items.w_att_scope_long_01", "Grandstand", 0, defaultQual },
      { "Items.w_att_scope_long_02", "Percipient", 0, defaultQual },
      { "Items.w_att_scope_long_03", "Clearvue", 0, defaultQual },
      { "Items.w_att_scope_long_04", "Saika", 0, defaultQual },
      { "Items.w_att_scope_long_05", "Jue", 0, defaultQual },
      -- Sniper rifle. -ADS time
      { "Items.w_att_scope_sniper_01", "Kanone Max", 0, defaultQual },
      { "Items.w_att_scope_sniper_02", "Prospecta", 0, defaultQual },
      { "Items.w_att_scope_sniper_03", "Gaki", 0, defaultQual },
      -- RICOCHET ATTACHMENTS
      -- Rifle. Recoil -30%, ricochet damage +140%, crit chance -50%
      { "Items.w_muzzle_brake_01", "Strigoi", 0, defaultQual },
      -- Rifle. Spread -30%, ricochet damage +140%, crit chance -50%
      { "Items.w_muzzle_brake_02", "Zaar", 0, defaultQual },
      -- Rifle. Recoil -18%, spread -18%, ricochet damage +75%, crit chance -50%
      { "Items.w_muzzle_brake_03","Varkolak", 0, defaultQual },
      -- ...
      { "Items.w_muzzle_brake_04", "...", 0, defaultQual },
      -- Rifle. Damage +25%
      { "Items.w_muzzle_brake_05", "Aswang", 0, defaultQual },
      -- Rifle. Spread -60%
      { "Items.w_muzzle_brake_06", "Yokai", 0, defaultQual },
      -- Pistol. Recoil -30%, ricochet damage +140%, crit chance -50%
      { "Items.w_muzzle_brake_07", "Ifrit", 0, defaultQual },
      -- Pistol. Spread -60%
      { "Items.w_muzzle_brake_08", "Kutrub", 0, defaultQual },
      -- Pistol. Recoil -18%, spread -18%, ricochet damage +75%, crit chance -50%
      { "Items.w_muzzle_brake_09", "Dybbuk", 0, defaultQual },
      -- Pistol. Ricochet damage +250%, crit chance -50%
      { "Items.w_muzzle_brake_10", "Babaroga", 0, defaultQual },
      -- Pistol. Damage +25%
      { "Items.w_muzzle_brake_11", "Liger", 0, defaultQual },
      -- SILENCERS
      -- 2x stealth damage, base damage -30% #
      { "Items.w_silencer_01", "Taipan", 0, defaultQual },
      -- 2.5x stealth damage, base damage -30%, crit chance +10% #
      { "Items.w_silencer_02", "Strix", 0, defaultQual },
      -- 2.5x stealth damage, base damage -25%, crit chance +5% #
      { "Items.w_silencer_03", "Cetus", 0, defaultQual },
      -- 2.5x stealth damage, base damage -15% #
      { "Items.w_silencer_04", "Alecto", 0, defaultQual },
      }
      for _, w in ipairs(mods) do
      local TDBID = TweakDBID.new(w[1])
      local ID = ItemID.new(TDBID)
      w[5] = ID.tdbid.hash
      end
      function updateQuality(statObj, Qual)
      --local itemQuality = ss:GetStatValue(statObj, 'Quality')
      --print("Updating to", Qual, "on", statObj, "from", itemQuality)
      -- It's sometimes stripping level for some reason, so this should persist it.
      local level = ss:GetStatValue(statObj, 'ItemLevel')
      --statObj = OID:GetStatsObjectID()
      -- This is all from Arsenic_Touch's legendary mod. Strip existing data, replace it with new.
      ss:RemoveAllModifiers(statObj, 'Quality', true)
      local qualityMod = Game['gameRPGManager::CreateStatModifier;gamedataStatTypegameStatModifierTypeFloat']('Quality', 'Additive', Qual)
      ss:AddSavedModifier(statObj, qualityMod)
      ss:RemoveAllModifiers(statObj, 'ItemLevel', true)
      qualityMod = Game['gameRPGManager::CreateStatModifier;gamedataStatTypegameStatModifierTypeFloat']('ItemLevel', 'Additive', level)
      ss:AddSavedModifier(statObj, qualityMod)
      end
      -- There may be a cleaner way to do this.
      local il = im:GetPlayerInventoryItemsExcludingLoadout()
      for _, v in pairs(il) do 
      for _, w in ipairs(mods) do
      if(w[5] == v:GetID().tdbid.hash) then
      w[3] = w[3] + 1
      updateQuality(v:GetStatsObjectID(), w[4])
      end
      end
      end
      local out = ""
      local breaks = 0
      for _, w in ipairs(mods) do
      out = out .. w[3] .. " " .. w[2] .. ", "
      breaks = breaks + 1
      if breaks == 5 then
      out = out .. "\n"
      breaks = 0
      end
      end
      print("Updated", out)
      end

      return UZScript
      end
      return UpgradeZero:new()

    2. Sobereignix
      Sobereignix
      • premium
      • 0 kudos
      THANK you. May God bless and your loved ones!
  3. ankhyindell
    ankhyindell
    • premium
    • 2 kudos
    Any chance to add a hotkey rather than a console command?
    1. ankhyindell
      ankhyindell
      • premium
      • 2 kudos
      if anyone's interested, insert the following code after the description (lines 1-5) in the init.lua to add a hotkey that will execute the console command:
      registerHotkey('UpgradeZero_upgrade_mods', 'UpgradeZero_upgrade_mods', function()
      GetMod("upgradezero").upgrade()
      end)
  4. Romire
    Romire
    • member
    • 2 kudos
    Needs an update to current patch please
    1. DarkKing666
      DarkKing666
      • supporter
      • 0 kudos
      It works just fine, just update Cyber Engine Tweaks to the latest version.
  5. Megalamaniac
    Megalamaniac
    • premium
    • 0 kudos
    You should consider building a GUI for this mod. Something that would allow you to select which Mods or Scopes you change, and to what rarety you would want them changed to. I'm sure it would be appreciated and welcomed.

    Great Mod and Thanx!!!
    1. VilLynne
      VilLynne
      • member
      • 1 kudos
      I hoped for the opposite, where it automatically upgrades everything every time I load the game, or at least a button so I don’t have to look up the command each time.  Regardless, thank for this grind-saving mod!
  6. apipo1988
    apipo1988
    • member
    • 0 kudos
    actually im a bit clueless how to make my armadillo go legendary. i only got epic.
    1. VilLynne
      VilLynne
      • member
      • 1 kudos
      I tried the command on the home/description page again and this time it upgraded everything.

      Also, I edited the script where it does print(“loading... and added the command so I could easily copy/paste it into the console from now on.
  7. abesani
    abesani
    • member
    • 0 kudos
    Edit: Got it, was supposed to copy the folder itself, not the 2 files inside it... whoops :x
  8. subsolar
    subsolar
    • supporter
    • 0 kudos
    This is awesome, saves me time from crafting a bunch of armadillos only to keep the Epic ones! Sometimes a few armadillos get changed to epic but with low armour though.

    I also added Beserk and Sandevistan mods to the script as well:

    { "Items.BerserkFragment1", "Extended Berserk", 0, defaultQual },
    { "Items.BerserkFragment2", "Chained Berserk", 0, defaultQual },
    { "Items.BerserkFragment3", "Armored Bersek", 0, defaultQual },
    { "Items.BerserkFragment4", "Bruising Berserk", 0, defaultQual },
    { "Items.BerserkFragment5", "Focused Berserk", 0, defaultQual },
    { "Items.BerserkFragment6", "Invigorating Berserk", 0, defaultQual },
    { "Items.SandevistanFragment1", "Sandevistan Overclocked Processor", 0, defaultQual },
    { "Items.SandevistanFragment4", "Sandevistan Heatsink", 0, defaultQual },
  9. FunkDooBiesT
    FunkDooBiesT
    • member
    • 0 kudos
    This script is 99% what I was looking for, great job choom!

    I just hacked it a little to include weapons and clothing. Going to need to tweak some of the guns but on first try I got everything upgraded but two weapons.

    Spoiler:  
    Show
    -- Original author (https://www.nexusmods.com/cyberpunk2077/users/3288473) Original script (https://www.nexusmods.com/cyberpunk2077/mods/1005)

    -- My dirty hack:
    --    1) change mods variable to stuff.
    --    2) add clothing from item list
    --    3) add weapons from item list

    --todo:
    --    1) correct missing or incorrect items

    -- dofile("bin/x64/plugins/cyber_engine_tweaks/mods/upgradezero.lua")
    -- Example command to run

    -- Change this to change the quality of the finished products
    local defaultQual = 3.0        -- 1.0 for green, 2.0 for blue, 3.0 for purple, 4.0 for orange.
    local zeroQual = 1.0        -- Zero Drag goes green
    local scopeQual = 3.0        -- Legendary scopes are apparently all kinds of borked so keep this at 1, 2 or 3. Thanks to LuxDragon for spotting this.
    local clothsQual = 4.0        -- Cloths try
    local weapQual = 4.0        -- Weapons try


    player = Game.GetPlayer()
    ssc = Game.GetScriptableSystemsContainer()
    es = ssc:Get(CName.new('EquipmentSystem'))
    im = es:GetInventoryManager(player)
    ts = Game.GetTransactionSystem()
    ss = Game.GetStatsSystem()

    -- You can add new stuff here yourself if you like, although I think this is most of them.
    -- The format is { "console item code", "itemname", count (should be 0), quality (you can use defaultQual) }
    local stuff = {
    { "Items.SimpleWeaponMod01", "Crunch", 0, defaultQual },
    { "Items.SimpleWeaponMod02", "Penetrator", 0, defaultQual },
    { "Items.SimpleWeaponMod03", "Pacifier", 0, defaultQual },
    { "Items.SimpleFabricEnhancer01", "Armadillo", 0, defaultQual },
    { "Items.SimpleFabricEnhancer02", "Resist", 0, defaultQual },
    { "Items.SimpleFabricEnhancer05", "Backpacker", 0, defaultQual },
    { "Items.SimpleFabricEnhancer06", "Footloose", 0, defaultQual },
    { "Items.SimpleFabricEnhancer07", "Showtime", 0, defaultQual },
    { "Items.SimpleFabricEnhancer09", "Osmosis", 0, defaultQual },
    { "Items.SimpleFabricEnhancer10", "Plume", 0, defaultQual },
    { "Items.SimpleFabricEnhancer11", "Zero Drag", 0, zeroQual },
    { "Items.SimpleFabricEnhancer12", "Tenacity", 0, defaultQual },
    { "Items.SimpleFabricEnhancer13", "Vanguard", 0, defaultQual },
    { "Items.SimpleFabricEnhancer14", "Boombreaker", 0, defaultQual },
    { "Items.w_att_scope_short_01", "Gimlet Eye", 0, scopeQual },
    { "Items.w_att_scope_short_02", "Hyakume", 0, scopeQual },
    { "Items.w_att_scope_short_03", "Add-Vantage", 0, scopeQual },
    { "Items.w_att_scope_short_04", "Kanone Mini", 0, scopeQual },
    { "Items.w_att_scope_short_05", "2067", 0, scopeQual },
    { "Items.w_att_scope_long_01",  "Grandstand", 0, scopeQual },
    { "Items.w_att_scope_long_02",  "Percipient", 0, scopeQual },
    { "Items.w_att_scope_long_03",  "Clearvue", 0, scopeQual },
    { "Items.w_att_scope_long_04",  "SO 21", 0, scopeQual },
    { "Items.w_att_scope_sniper_01",  "Kanone Max", 0, scopeQual },
    { "Items.w_att_scope_sniper_02",  "Prospecta", 0, scopeQual },
    { "Items.Balaclava_01_basic_01",  "Ordinary Tactical Balaclava with reactive layering", 0, clothsQual },
    { "Items.Balaclava_01_basic_02",  "Darra Polytehcnic Tactical Balaclava", 0, clothsQual },
    { "Items.Balaclava_01_old_01",  "Balaclava with Shock Absorbant Composite layering", 0, clothsQual },
    { "Items.Balaclava_01_old_02",  "Nami Balaclava with Polyamide-insulated lining.", 0, clothsQual },
    { "Items.Balaclava_01_rich_01",  "Thermo-Impulse Anti-Sharpnel Balaclava", 0, clothsQual },
    { "Items.Balaclava_01_rich_02",  "Saeko's Darkenet Tactical Balaclava with Nanotubing", 0, clothsQual },
    { "Items.Boots_01_basic_01",  "Electric Marble Ultralight Athletic Shoes", 0, clothsQual },
    { "Items.Boots_01_old_01",  "Titanium-Layer Platform Boots", 0, clothsQual },
    { "Items.Boots_01_rich_01",  "Street Queen Platform Boots with Reinforced Stitching", 0, clothsQual },
    { "Items.Boots_02_basic_01",  "Comfy Hardened-Leather Western Shorties", 0, clothsQual },
    { "Items.Boots_02_basic_02",  "Varnished Rocker Booties with Extra Protection", 0, clothsQual },
    { "Items.Boots_02_old_01",  "Worn-Leather Western Shorties", 0, clothsQual },
    { "Items.Boots_02_old_02",  "Worn Biker Shorties with Composite Inserts", 0, clothsQual },
    { "Items.Boots_02_rich_001",  "Bulletproof Sheriff Western Shorties", 0, clothsQual },
    { "Items.Boots_02_rich_02",  "Gunslinger Western Shorties with Titanium Inserts", 0, clothsQual },
    { "Items.Boots_03_basic_01",  "Heavy Duty Biker Boots", 0, clothsQual },
    { "Items.Boots_03_basic_02",  "Reinforced Biker Boots", 0, clothsQual },
    { "Items.Boots_03_old_01",  "Weathered Combat Boots", 0, clothsQual },
    { "Items.Boots_03_old_02",  "Rubber Reinforced Tactical Boots", 0, clothsQual },
    { "Items.Boots_03_rich_01",  "Light Speed Biker Boots with Nanoarmor Fabric", 0, clothsQual },
    { "Items.Boots_03_rich_02",  "Sturdy Orchid Dawn Synleather Biker Boots", 0, clothsQual },
    { "Items.Boots_04_basic_01",  "Steel-Toed Rocker Boots", 0, clothsQual },
    { "Items.Boots_04_basic_02",  "Classic Molybdenum Steel-Toed Combat Boots", 0, clothsQual },
    { "Items.Boots_04_basic_03",  "Heavy-Duty New Murica Combat Boots", 0, clothsQual },
    { "Items.Boots_04_old_01",  "Used Leather Combat Boots", 0, clothsQual },
    { "Items.Boots_04_old_02",  "Titanium-Fitted Polyamide Combat Boots", 0, clothsQual },
    { "Items.Boots_04_old_03",  "Hardened Tungsten Steel-Toe Combat Boots", 0, clothsQual },
    { "Items.Boots_05_basic_01",  "Breathable Icon America Fleets", 0, clothsQual },
    { "Items.Boots_05_basic_02",  "Ultralight Fleets with Composite Lining", 0, clothsQual },
    { "Items.Boots_05_basic_03",  "Heavy-Duty Punk Fleets", 0, clothsQual },
    { "Items.Boots_05_old_01",  "Muddy Fleets", 0, clothsQual },
    { "Items.Boots_05_old_02",  "Used Synleather Fleets", 0, clothsQual },
    { "Items.Boots_05_old_03",  "Reinforced Plastic Fleets", 0, clothsQual },
    { "Items.Boots_05_rich_01",  "AT-AK Strong-Quilted Bubblegum Puffed Fleets", 0, clothsQual },
    { "Items.Boots_06_basic_01",  "Heat-Resistant Military Boots", 0, clothsQual },
    { "Items.Boots_06_basic_02",  "Sporty Flexiweave Work Boots", 0, clothsQual },
    { "Items.Boots_06_old_01",  "Polyamide-Lined Work Boots", 0, clothsQual },
    { "Items.Boots_06_old_02",  "Frayed Underwater Work Boots", 0, clothsQual },
    { "Items.Boots_06_rich_01",  "Rostiger Teich Thermoactive Puffed Work Boots", 0, clothsQual },
    { "Items.Boots_06_rich_02",  "Light Star Trail Chem-Resistant Work Boots", 0, clothsQual },
    { "Items.Boots_07_basic_01",  "Glitter Laceless Sturdy-Stitched Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_basic_02",  "Camo Aramid-Weave Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_old_01",  "Sturdy Manganese Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_old_02",  "Faded Cirqt Laceless Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_old_03",  "Havskum Carbon-Fiber Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_rich_01",  "Claret Shine Armored Laceless Steel-Toes", 0, clothsQual },
    { "Items.Boots_07_rich_02",  "Stylish Rock Garden Tungsten-Alloy Steel-Toes", 0, clothsQual },
    { "Items.Boots_08_basic_01",  "Padded Strappers with Aluminum Inserts", 0, clothsQual },
    { "Items.Boots_08_basic_02",  "Reinforced Sudo Biker Boots", 0, clothsQual },
    { "Items.Boots_08_old_01",  "Repurposed Military Boots", 0, clothsQual },
    { "Items.Boots_08_old_02",  "Boosted Military Strappers", 0, clothsQual },
    { "Items.Boots_08_rich_01",  "Carbon-Composite Neko-Ka Strappers", 0, clothsQual },
    { "Items.Boots_09_basic_01",  "Heavy-Duty Biker Exo-Jacks", 0, clothsQual },
    { "Items.Boots_09_basic_02",  "Trendy Ultralight Exo-Jacks", 0, clothsQual },
    { "Items.Boots_09_old_01",  "Composite Punk Exo-Jacks", 0, clothsQual },
    { "Items.Boots_09_old_02",  "Worn Exo-Jacks", 0, clothsQual },
    { "Items.Boots_09_rich_01",  "Militoxic Ceramic-Layer Combat Exo-Jacks", 0, clothsQual },
    { "Items.Boots_09_rich_02",  "Multilayered Kasen Exo-Jacks with Anti-Shrapnel Lining", 0, clothsQual },
    { "Items.Boots_09_rich_03",  "Reinforced Rouge Absurde Exo-Jacks with Defensive Nanotubing", 0, clothsQual },
    { "Items.Boots_10_basic_01",  "Western Star Cowboy Boots with Thick Synthetic Heels", 0, clothsQual },
    { "Items.Boots_10_basic_02",  "Worn Traditional Cowboy Boots", 0, clothsQual },
    { "Items.Boots_10_old_01",  "Rubber-Reinforced Cowboy Boots", 0, clothsQual },
    { "Items.Boots_10_old_02",  "Reinforced Snake-Skin Cowboy Boots", 0, clothsQual },
    { "Items.Boots_10_rich_01",  "Ghost Town Cowboy Boots with Heat-Resistant Heels", 0, clothsQual },
    { "Items.Boots_10_rich_02",  "Trendy Lonely Luke Cowboy Boots with Protective Mesh", 0, clothsQual },
    { "Items.Boots_11_basic_01",  "Light Pink Snow Boots with Protective Mesh", 0, clothsQual },
    { "Items.Boots_11_basic_02",  "Yuki Snow Boots with Reinforced Lining", 0, clothsQual },
    { "Items.Boots_11_old_01",  "Anti-Chem Winter Work Boots", 0, clothsQual },
    { "Items.Boots_11_old_02",  "Repaired Zolotoy Pukh Snow Boots", 0, clothsQual },
    { "Items.Boots_11_rich_01",  "Pixel Neige Snow Boots with Canvas Duolayer", 0, clothsQual },
    { "Items.Boots_11_rich_02",  "Pinku Inku Snow Boots with Thermoactive Insolves", 0, clothsQual },
    { "Items.Cap_01_basic_01",  "Darra Polytechnic Cap", 0, clothsQual },
    { "Items.Cap_01_basic_02",  "Limited-Ed Daemon Hunting Cap", 0, clothsQual },
    { "Items.Cap_01_basic_03",  "Reinforced Baseball Cap", 0, clothsQual },
    { "Items.Cap_01_old_01",  "Worn Baseball Cap", 0, clothsQual },
    { "Items.Cap_01_old_02",  "Braindance Cap", 0, clothsQual },
    { "Items.Cap_01_old_03",  "Worn Samurai Cap", 0, clothsQual },
    { "Items.Cap_01_rich_01",  "St33t Dandy Composite-Coated Cap", 0, clothsQual },
    { "Items.Cap_01_rich_02",  "Durable Urban Soul Cap with Rubber Inserts", 0, clothsQual },
    { "Items.Cap_01_rich_03",  "*censored* v.13 Cap with Titanium Microplate Mesh", 0, clothsQual },
    { "Items.Cap_02_basic_01",  "Stylish Leather Flat Cap with Light Armor Layer", 0, clothsQual },
    { "Items.Cap_02_basic_02",  "Classic Hardened-Leather Flat Cap", 0, clothsQual },
    { "Items.Cap_02_basic_03",  "Flat Cap with Reinforced Seams", 0, clothsQual },
    { "Items.Cap_02_old_01",  "Sturdy Plaid Flat Cap", 0, clothsQual },
    { "Items.Cap_02_old_02",  "Faded Nusa Flat Cap", 0, clothsQual },
    { "Items.Cap_02_old_03",  "Plain Secondhand Flat Cap", 0, clothsQual },
    { "Items.Cap_03_basic_01",  "MOX Beanie", 0, clothsQual },
    { "Items.Cap_03_basic_02",  "Aztec Winter Beanie", 0, clothsQual },
    { "Items.Cap_03_old_01",  "Worn Beanie", 0, clothsQual },
    { "Items.Cap_03_old_02",  "Old Smiley Hard Hat", 0, clothsQual },
    { "Items.Cap_03_rich_01",  "Kinryu Beanie with Titanium Sequins", 0, clothsQual },
    { "Items.Cap_03_rich_02",  "Durable Emerald Speed Polyamide Beanie", 0, clothsQual },
    { "Items.Cap_04_basic_01",  "Trauma Team Cap with Headset", 0, clothsQual },
    { "Items.Cap_04_basic_02",  "Certified Cap w. Camera", 0, clothsQual },
    { "Items.Cap_04_old_01",  "Cap with Makeshift Camera", 0, clothsQual },
    { "Items.Cap_04_old_02",  "Arasaka Cap with Camera", 0, clothsQual },
    { "Items.Cap_04_rich_01",  "Kang Tao Field Cap with Holodisplay", 0, clothsQual },
    { "Items.Cap_05_basic_01",  "Carbon-Fiber Arasaka Side Cap", 0, clothsQual },
    { "Items.Cap_05_basic_02",  "Classic Side Cap with Strengthened Polyamide", 0, clothsQual },
    { "Items.Cap_05_basic_03",  "Officer's Side Cap with Reinforced Plastic", 0, clothsQual },
    { "Items.Cap_05_old_01",  "6th Street Side Cap", 0, clothsQual },
    { "Items.Cap_05_old_02",  "Maelstrom Side Cap", 0, clothsQual },
    { "Items.Cap_06_basic_01",  "Cotton Motorcycle Cap with Protective Inset", 0, clothsQual },
    { "Items.Cap_06_basic_02",  "Insulated Cap with Protective Goggles", 0, clothsQual },
    { "Items.Cap_06_old_01",  "Smiley Hard Pilot Cap", 0, clothsQual },
    { "Items.Cap_06_old_02",  "Old Motorcycle Cap", 0, clothsQual },
    { "Items.Cap_06_rich_01",  "Tell Me I'm Cute Pilot Cap with Technopolymer Goggles", 0, clothsQual },
    { "Items.Cap_06_rich_02",  "Golden Bough Pilot Cap with Composite Exterior", 0, clothsQual },
    { "Items.CasualShoes_01_basic_01",  "Sunny Ammo Synthetic High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_basic_02",  "Blackwall Synthetic Punk High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_basic_03",  "Turquoisewall Composite Punk High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_basic_04",  "Practical Aramid-Fiber High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_basic_05",  "Street Tactical-Fiber High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_old_01",  "Worn Aramid High-Tops", 0, clothsQual },
    { "Items.CasualShoes_01_old_02",  "Rubber-Reinforced Work High-Tops", 0, clothsQual },
    { "Items.CasualShoes_02_basic_01",  "Enhanced Daemon Hunter Tongues", 0, clothsQual },
    { "Items.CasualShoes_02_basic_02",  "Milky Trail Ceramic Alloy Canvas Tongues", 0, clothsQual },
    { "Items.CasualShoes_02_old_01",  "Carbon-Reinforced Tongues", 0, clothsQual },
    { "Items.CasualShoes_02_old_02",  "Anti-Puncture Nanoweave Tongues", 0, clothsQual },
    { "Items.CasualShoes_04_basic_01",  "Cut3 Brainzz Tear-Proof Sneakers", 0, clothsQual },
    { "Items.CasualShoes_04_basic_02",  "Darra Polytechnic Suede Sneakers", 0, clothsQual },
    { "Items.CasualShoes_04_old_01",  "Sneakers with Protective Inserts", 0, clothsQual },
    { "Items.CasualShoes_04_old_02",  "Threadbare Sneakers", 0, clothsQual },
    { "Items.CasualShoes_05_basic_01",  "Electric Marble Ultralight Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_basic_02",  "Yukihyo Polycarbonate Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_basic_03",  "Green Graffiti Armor-Coated Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_old_01",  "Used Militech Training Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_old_02",  "Rubber-Reinforced Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_old_03",  "Frayed Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_rich_01",  "Pastel Power Hybrid-Fabric Armored Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_rich_02",  "Team Captain Rigid-Polyamide Athletic Shoes", 0, clothsQual },
    { "Items.CasualShoes_05_rich_03",  "Rainbow Racer Heat-Resistant Shoes with Breathable Lining", 0, clothsQual },
    { "Items.CasualShoes_06_basic_01",  "Street Shoes with Multilayered Protection", 0, clothsQual },
    { "Items.CasualShoes_06_basic_02",  "Rigid Tigre Urbain Street Shoes", 0, clothsQual },
    { "Items.CasualShoes_06_old_01",  "Aramid-Lined Street Shoes", 0, clothsQual },
    { "Items.CasualShoes_06_old_02",  "Shock-Absorbent Street Shoes", 0, clothsQual },
    { "Items.CasualShoes_06_rich_01",  "Chaman Metallique Street Shoes with Thermoactive Alloys", 0, clothsQual },
    { "Items.CasualShoes_06_rich_02",  "Glamor Spirit Street Shoes with Reinforced Insoles", 0, clothsQual },
    { "Items.CasualShoes_07_basic_01",  "Robust Spunky Monkey Kicks", 0, clothsQual },
    { "Items.CasualShoes_07_basic_02",  "Licks Kicks with Recycled Resistant Materials", 0, clothsQual },
    { "Items.CasualShoes_07_basic_03",  "Bermuda Triangle Kicks with Reinforced Lining", 0, clothsQual },
    { "Items.CasualShoes_07_basic_04",  "Magenta Kicks with Reinforced Stitching", 0, clothsQual },
    { "Items.CasualShoes_07_old_01",  "Incon America Synfiber Kicks", 0, clothsQual },
    { "Items.CasualShoes_07_old_02",  "New Murica CarbonWeave Kicks", 0, clothsQual },
    { "Items.CasualShoes_07_old_03",  "Worn Spunky Monkey Kicks", 0, clothsQual },
    { "Items.CasualShoes_07_rich_01",  "Kashuu Hanten Kicks with Modified Polyamide", 0, clothsQual },
    { "Items.CasualShoes_07_rich_02",  "*censored* v.13 Kicks with Tungsten-Steel Sequins", 0, clothsQual },
    { "Items.CasualShoes_07_rich_03",  "Yoru No Samurai Kicks with Carbon-Fiber Layering", 0, clothsQual },
    { "Items.Coat_01_basic_01",  "Spunky Monkey Aramid Coat", 0, clothsQual },
    { "Items.Coat_01_basic_02",  "AT-AK Reinforced Biker Coat", 0, clothsQual },
    { "Items.Coat_01_basic_03",  "Stylish Ten7o Daemon Hunter Coat", 0, clothsQual },
    { "Items.Coat_01_old_01",  "Worn Punk Coat", 0, clothsQual },
    { "Items.Coat_01_old_02",  "Puncture-Resistant Long Coat", 0, clothsQual },
    { "Items.Coat_01_old_03",  "Burn Corpo s*** Duolayer Coat", 0, clothsQual },
    { "Items.Coat_01_rich_01",  "Golden Mean Hybrid-Weave Flame-Resistant Coat", 0, clothsQual },
    { "Items.Coat_01_rich_02",  "Canine Power Polyamide Trilayer Coat", 0, clothsQual },
    { "Items.Coat_01_rich_03",  "Stylish Tora To Ryu Coat with Titanium Inserts", 0, clothsQual },
    { "Items.Coat_02_basic_01",  "Duolayer Nylon Vest", 0, clothsQual },
    { "Items.Coat_02_basic_02",  "Composite-Lined Long Vest with Pattern", 0, clothsQual },
    { "Items.Coat_02_old_01",  "Armor-Weave Long Vest", 0, clothsQual },
    { "Items.Coat_02_old_02",  "Dated Long Vest", 0, clothsQual },
    { "Items.Coat_02_old_03",  "Heat-Resistant Long Vest", 0, clothsQual },
    { "Items.Coat_02_old_04",  "Durable Plastic-Weave Long Vest", 0, clothsQual },
    { "Items.Coat_03_basic_01",  "Durable Synthetic Biker Coat", 0, clothsQual },
    { "Items.Coat_03_basic_02",  "Kyuketsuki Flame-Resistant Polyamide Rocker Coat", 0, clothsQual },
    { "Items.Coat_03_old_01",  "Stained Puncture-Resistant Coat", 0, clothsQual },
    { "Items.Coat_03_old_02",  "Wraiths Coat with Improvised Bulletproof Lining", 0, clothsQual },
    { "Items.Coat_03_old_03",  "6th Street Combat-Tailored Biker Coat", 0, clothsQual },
    { "Items.Coat_03_rich_01",  "Molto Vivace Nanoweave Rocker Coat", 0, clothsQual },
    { "Items.Coat_03_rich_02",  "Heavy Hybrid-Armor Trickster Coat", 0, clothsQual },
    { "Items.Coat_04_basic_01",  "Ultralight Shine Spectrum Trench Coat", 0, clothsQual },
    { "Items.Coat_04_basic_02",  "Polka Dot Trench Coat with Puncture-Resistant Lining", 0, clothsQual },
    { "Items.Coat_04_basic_03",  "Koumori Synleather Trench Coat", 0, clothsQual },
    { "Items.Coat_04_old_01",  "Old Spotted Trench Coat", 0, clothsQual },
    { "Items.Coat_04_old_02",  "Timeworn Trench Coat", 0, clothsQual },
    { "Items.Coat_04_rich_01",  "Fairy Frost Trench Coat with Protective Mesh", 0, clothsQual },
    { "Items.Coat_04_rich_02",  "Milky Gold Trench Coat with Bulletproof Triweave", 0, clothsQual },
    { "Items.Dress_01_basic_01",  "Victorian Rose Anti-Shrapnel Pencil Dress", 0, clothsQual },
    { "Items.Dress_01_basic_02",  "Rozovaya Reka Pencil Dress with Protective Membrane", 0, clothsQual },
    { "Items.Dress_01_basic_03",  "Elegant Hybrid-Lining Pencil Dress", 0, clothsQual },
    { "Items.Dress_01_rich_01",  "Lady in White Hybrid-Weave Pencil Dress", 0, clothsQual },
    { "Items.Dress_01_rich_02",  "Demon Rhapsody Reactive-Layer Pencil Dress", 0, clothsQual },
    { "Items.Dress_01_rich_03",  "Green Viper Double-Nanoweave Pencil Dress", 0, clothsQual },
    { "Items.Dress_02_basic_01",  "Durable Synweave Corporate Dress", 0, clothsQual },
    { "Items.Dress_02_basic_02",  "Arasaka Polyamide Corpo-Skirt", 0, clothsQual },
    { "Items.Dress_02_basic_03",  "Spotted Armor-Coated Corpo-Skirt", 0, clothsQual },
    { "Items.Dress_02_rich_01",  "Phoenix Formal Dress with Microarmor Layer", 0, clothsQual },
    { "Items.Dress_02_rich_02",  "Brass Harmony Composite-Reinforced Formal Dress", 0, clothsQual },
    { "Items.Dress_02_rich_03",  "Schwarze Limette Aramid-Fabric Dress", 0, clothsQual },
    { "Items.FormalJacket_01_basic_01",  "Polyamide-Blend Suit Jacket", 0, clothsQual },
    { "Items.FormalJacket_01_basic_02",  "Wool Suit Jacket with Reinforced Synfiber-Weave", 0, clothsQual },
    { "Items.FormalJacket_01_old_01",  "Sturdy Synfabric Suit Jacket", 0, clothsQual },
    { "Items.FormalJacket_01_old_02",  "Aramid-Weave Suit Jacket", 0, clothsQual },
    { "Items.FormalJacket_01_rich_01",  "Marbre Dore Suit Jacket with Discreet Bulletproof Lining", 0, clothsQual },
    { "Items.FormalJacket_01_rich_02",  "Mosaic Leam Blazer with Puncture-Resistant Mesh", 0, clothsQual },
    { "Items.FormalJacket_02_basic_01",  "Arasaka Polycarbonate Corporate Blazer", 0, clothsQual },
    { "Items.FormalJacket_02_basic_02",  "Durable Synsilk Blazer", 0, clothsQual },
    { "Items.FormalJacket_02_basic_03",  "Powder Pink Light Polyamide Blazer", 0, clothsQual },
    { "Items.FormalJacket_02_rich_01",  "Lilla Natt Composite-Leather Rocker Blazer", 0, clothsQual },
    { "Items.FormalJacket_02_rich_02",  "Diamant Noi Carbon-Reinforced Corporate Blazer", 0, clothsQual },
    { "Items.FormalJacket_02_rich_03",  "Elegant Caret Cassico Blazer with Nanotube Stripes", 0, clothsQual },
    { "Items.FormalJacket_03_basic_01",  "Comfortable Midori Biofabric Cocktail Jacket", 0, clothsQual },
    { "Items.FormalJacket_03_basic_02",  "Syncotton Cocktail Jacket", 0, clothsQual },
    { "Items.FormalJacket_03_basic_03",  "Hardy Dandylion Cocktail Jacket", 0, clothsQual },
    { "Items.FormalJacket_03_rich_01",  "Feline Fury Flame-Resistant Cocktail Jacket", 0, clothsQual },
    { "Items.FormalJacket_03_rich_02",  "Red Dragon Cocktail Jacket with Titanium Microplate Lining", 0, clothsQual },
    { "Items.FormalJacket_03_rich_03",  "Orchid Snake Nanotube-Triweave Cocktail Jacket", 0, clothsQual },
    { "Items.FormalJacket_04_basic_01",  "Light Synfiber Evening Jacket", 0, clothsQual },
    { "Items.FormalJacket_04_basic_02",  "Cyan Multiresist Evening Jacket", 0, clothsQual },
    { "Items.FormalJacket_04_basic_03",  "Thick Double Knit Evening Jacket", 0, clothsQual },
    { "Items.FormalJacket_04_rich_01",  "Gatto Nero Evening Jacket with Tungsten-Steel Microplates", 0, clothsQual },
    { "Items.FormalJacket_04_rich_02",  "Scaled Kinryu Blazer with Carbon-Composite Insets", 0, clothsQual },
    { "Items.FormalJacket_04_rich_03",  "Noble White Albino Alligator Evening Jacket", 0, clothsQual },
    { "Items.FormalJacket_05_basic_01",  "Synthetic Corporate Jacket", 0, clothsQual },
    { "Items.FormalJacket_05_basic_02",  "Arasaka Formal Jacket with Light Armorplating", 0, clothsQual },
    { "Items.FormalJacket_05_basic_03",  "Formal Jacket with Composite Insets", 0, clothsQual },
    { "Items.FormalJacket_05_rich_01",  "Bai Long High-Alloy Steel-Sequined Jacket", 0, clothsQual },
    { "Items.FormalJacket_05_rich_02",  "Yunami Formal Hybrid Duoweave Jacket", 0, clothsQual },
    { "Items.FormalJacket_05_rich_03",  "Golden Hive Formal Antichem Membrane Jacket", 0, clothsQual },
    { "Items.FormalPants_01_basic_01",  "Sturdy Synfiber Pleated Pants", 0, clothsQual },
    { "Items.FormalPants_01_basic_02",  "Classic Composite-Lined Pleated Pants", 0, clothsQual },
    { "Items.FormalPants_01_basic_03",  "Durable Bioweave Pleated Pants", 0, clothsQual },
    { "Items.FormalPants_01_old_01",  "Reinforced Anti-Puncture Pleated Pants", 0, clothsQual },
    { "Items.FormalPants_01_old_02",  "Tacticloth Pleated Pants", 0, clothsQual },
    { "Items.FormalPants_02_basic_01",  "Classic Immuno-Cotton Corporate Pants", 0, clothsQual },
    { "Items.FormalPants_02_basic_02",  "Classy Bordeaux Pants with Fortified Seams", 0, clothsQual },
    { "Items.FormalPants_02_basic_03",  "Flash Formal Pants with Additional Lining", 0, clothsQual },
    { "Items.FormalPants_02_rich_01",  "Bai Long Formal Pants with Reinforced Neo-Silk", 0, clothsQual },
    { "Items.FormalPants_02_rich_02",  "Royal Gray Aramid-Weave Dress Pants", 0, clothsQual },
    { "Items.FormalPants_02_rich_03",  "Golden Hive Polyamide Designer Pants", 0, clothsQual },
    { "Items.FormalPants_03_basic_01",  "Simple Office Pants", 0, clothsQual },
    { "Items.FormalPants_03_old_01",  "Multilayer Custom-Print Pants", 0, clothsQual },
    { "Items.FormalPants_03_old_02",  "Speed Addict Polyamide Pants", 0, clothsQual },
    { "Items.FormalPants_03_rich_01",  "Imperial Marble Aramidweave Formal Pants", 0, clothsQual },
    { "Items.FormalPants_03_rich_02",  "Uniware Brass Office Pants with Membrane Support", 0, clothsQual },
    { "Items.FormalShirt_01_basic_01",  "Tear-Resistant Office Shirt and Vest", 0, clothsQual },
    { "Items.FormalShirt_01_basic_02",  "Reinforced Breathable Dress Shirt", 0, clothsQual },
    { "Items.FormalShirt_01_basic_03",  "Stylish Double-Weave Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_old_01",  "Cowboy Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_old_02",  "Classy Pastel Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_old_03",  "Penguin Dress Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_rich_01",  "Dandy Classico Shirt with Fibrotube Weave", 0, clothsQual },
    { "Items.FormalShirt_01_rich_02",  "Abrasion-Resistant Trickster Dress Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_rich_03",  "Mallow Breeze Triweave Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_rich_04",  "El Dorado Aramid-Weave Dress Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_rich_05",  "Gin No Neo-Silk Shirt & Vest", 0, clothsQual },
    { "Items.FormalShirt_01_rich_06",  "Paris Blue Office Shirt & Vest with Reinforced Seams", 0, clothsQual },
    { "Items.FormalShirt_02_basic_01",  "Semi-formal Synfiber Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_basic_02",  "Arcticombat Semi-Formal Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_basic_03",  "Red Leopard Button-Up with Composite Insert", 0, clothsQual },
    { "Items.FormalShirt_02_basic_04",  "Classic Chem-Hardened Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_old_01",  "Linen Button-Up with Reactive Layering", 0, clothsQual },
    { "Items.FormalShirt_02_old_02",  "Purple Panther Shirt", 0, clothsQual },
    { "Items.FormalShirt_02_old_03",  "Wrinkled Dress Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_rich_01",  "Desert Cross Strong-Weave Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_rich_02",  "Paisley Universe Armor-Coated Button-Up", 0, clothsQual },
    { "Items.FormalShirt_02_rich_03",  "Liquid Shine Dura-Polyamide Button-Up", 0, clothsQual },
    { "Items.FormalShoes_01_basic_01",  "Simple Polycarbonate Office Pumps", 0, clothsQual },
    { "Items.FormalShoes_01_basic_02",  "Comfy Formal Pumps with Metal Inserts", 0, clothsQual },
    { "Items.FormalShoes_01_basic_03",  "Formal Pumps with Cushioned Composite Insoles", 0, clothsQual },
    { "Items.FormalShoes_01_rich_01",  "Silbermond Tough-Lined Office Pumps", 0, clothsQual },
    { "Items.FormalShoes_01_rich_02",  "Midday Glow Polycarbonate Formal Pumps", 0, clothsQual },
    { "Items.FormalShoes_02_basic_01",  "Reinforced Leather Office Pumps", 0, clothsQual },
    { "Items.FormalShoes_02_basic_02",  "Classic Evening Pumps with Polycarbonate Support", 0, clothsQual },
    { "Items.FormalShoes_02_basic_03",  "Double-Varnished Formal Pumps", 0, clothsQual },
    { "Items.FormalShoes_02_rich_01",  "Silver Blood Evening Pumps /w Protective Insoles", 0, clothsQual },
    { "Items.FormalShoes_02_rich_02",  "Lézard Beige Leather-Composite Formal Pumps", 0, clothsQual },
    { "Items.FormalShoes_02_rich_03",  "Crystal Lily Evening Pumps with Extra-Durable Soles", 0, clothsQual },
    { "Items.FormalShoes_03_basic_01",  "Reinforced Office Wedges", 0, clothsQual },
    { "Items.FormalShoes_03_basic_02",  "Wooden Breeze Dress Wedges", 0, clothsQual },
    { "Items.FormalShoes_03_rich_01",  "Abendstern Polycarbonate Dress Wedges", 0, clothsQual },
    { "Items.FormalShoes_03_rich_02",  "Creamy Rhubarb Dress Wedges with Sole Support", 0, clothsQual },
    { "Items.FormalSkirt_01_basic_01",  "Durable Plaid Skirt", 0, clothsQual },
    { "Items.FormalSkirt_01_basic_02",  "Classy Aramid Weave Skirt", 0, clothsQual },
    { "Items.FormalSkirt_01_basic_03",  "Powder Pink Skirt", 0, clothsQual },
    { "Items.FormalSkirt_01_basic_04",  "Ultra Elastic *censored* v13 Skirt", 0, clothsQual },
    { "Items.FormalSkirt_01_rich_01",  "Golden Mean Aramid Stitch Formal Skirt", 0, clothsQual },
    { "Items.FormalSkirt_01_rich_02",  "Mosiac Gleam Skirt With Composite Lining", 0, clothsQual },
    { "Items.FormalSkirt_01_rich_03",  "Arasaka Reactive Layer Office Skirt", 0, clothsQual },
    { "Items.FormalSkirt_02_basic_01",  "Tear Resistant Office Skirt", 0, clothsQual },
    { "Items.FormalSkirt_02_basic_02",  "Burgundy Formal Skirt Reinforced Synfibel", 0, clothsQual },
    { "Items.FormalSkirt_02_basic_03",  "Saeko's Limited Elegant Duoweave Skirt", 0, clothsQual },
    { "Items.FormalSkirt_02_rich_01",  "Heise Trilayer Formal Skirt", 0, clothsQual },
    { "Items.FormalSkirt_02_rich_02",  "Brass Harmony Skirt With Double Nanofiber Weave", 0, clothsQual },
    { "Items.FormalSkirt_02_rich_03",  "Chich Pink Dragon Skirt", 0, clothsQual },
    { "Items.Glasses_01_basic_01",  "Stylish Polarized Aviators", 0, clothsQual },
    { "Items.Glasses_01_basic_02",  "Elegant Sepia Vision Aviators", 0, clothsQual },
    { "Items.Glasses_01_basic_03",  "Gold Punk Aviators Coated Glass", 0, clothsQual },
    { "Items.Glasses_01_basic_04",  "Silver Plymer Hybrid Military Aviators", 0, clothsQual },
    { "Items.Glasses_01_basic_05",  "Classic Armor coated Aviators", 0, clothsQual },
    { "Items.Glasses_02_basic_01",  "Trendy Sazan Lyly Square Glasses", 0, clothsQual },
    { "Items.Glasses_02_basic_02",  "Elastiflex Utilitarian Glasses", 0, clothsQual },
    { "Items.Glasses_02_basic_03",  "Taped Square Glasses", 0, clothsQual },
    { "Items.Glasses_02_basic_04",  "Breach Please Square Glasses With Tempered Lens", 0, clothsQual },
    { "Items.Glasses_02_basic_05",  "Classic Square Glasses UV Filter", 0, clothsQual },
    { "Items.Glasses_03_basic_01",  "Darker Speed Square Glasses", 0, clothsQual },
    { "Items.Glasses_03_basic_02",  "Graffiti Glasses Coated Glass", 0, clothsQual },
    { "Items.Glasses_03_basic_03",  "Ergonomic Safety 32D1 Military Shades", 0, clothsQual },
    { "Items.Glasses_03_basic_04",  "Red Electro Iintegrated Biker Shades", 0, clothsQual },
    { "Items.Glasses_03_basic_05",  "Polycarbonate Sport Sunglasses", 0, clothsQual },
    { "Items.Glasses_03_basic_06",  "Stylish Torquoise Sport Glasses", 0, clothsQual },
    { "Items.Glasses_03_basic_07",  "Shiroi Tora Photoelectric Sport Glasses", 0, clothsQual },
    { "Items.Glasses_03_basic_08",  "Impact Resistant Tactical Glasses", 0, clothsQual },
    { "Items.Glasses_03_basic_09",  "Durable Zebra Sport Glasses UV Filter", 0, clothsQual },
    { "Items.Glasses_03_basic_10",  "Military Glasses Splash Guard", 0, clothsQual },
    { "Items.Glasses_05_basic_01",  "Synleather Plastic Goggles", 0, clothsQual },
    { "Items.Glasses_05_basic_02",  "Protective Gilt Plymer Biker Goggles", 0, clothsQual },
    { "Items.Glasses_05_basic_03",  "Makeshift Punk Goggles", 0, clothsQual },
    { "Items.Glasses_05_basic_04",  "2x Electronic Rocker Goggles", 0, clothsQual },
    { "Items.Glasses_05_old_01",  "Chemically Hardened Tactical Goggles", 0, clothsQual },
    { "Items.Glasses_05_old_02",  "Hardened Plastic Goggles", 0, clothsQual },
    { "Items.GOG_DLC_Jacket",  "Wolf School Jacket", 0, clothsQual },
    { "Items.GOG_DLC_TShirt",  "Wolf School T-Shirt", 0, clothsQual },
    { "Items.GOG_Galaxy_TShirt",  "Galaxy T-Shirt", 0, clothsQual },
    { "Items.Hat_01_basic_01",  "Classic Trilby Composite Band", 0, clothsQual },
    { "Items.Hat_01_basic_02",  "Solid Straw Woven Trilby", 0, clothsQual },
    { "Items.Hat_01_old_01",  "Durable Felt Blend Trilby", 0, clothsQual },
    { "Items.Hat_01_old_02",  "Trilby With Canvas Lining", 0, clothsQual },
    { "Items.Hat_01_rich_01",  "boss Mafioso Trilby Armored Lining", 0, clothsQual },
    { "Items.Hat_01_rich_02",  "Enhanced Cebra Excentrica Carbon Reinforced Trilby", 0, clothsQual },
    { "Items.Hat_02_basic_01",  "Cowboy Hat w/ Hardened-Leather Band", 0, clothsQual },
    { "Items.Hat_02_basic_02",  "Reinforced Cyan Cowboy Hat", 0, clothsQual },
    { "Items.Hat_02_old_01",  "Sturdi-Boost Cowboy Hat", 0, clothsQual },
    { "Items.Hat_02_old_02",  "Modified Snake-Skin Cowboy Hat", 0, clothsQual },
    { "Items.Hat_02_rich_01",  "Gunslinger Cowboy Hat w/ Reinforced Lining", 0, clothsQual },
    { "Items.Hat_02_rich_02",  "Mirame Reinforced-Composite Cowboy Hat", 0, clothsQual },
    { "Items.Hat_03_basic_01",  "Laminated Nomad Hat w/ Gauge", 0, clothsQual },
    { "Items.Hat_03_basic_02",  "Upgraded Farmer Hat", 0, clothsQual },
    { "Items.Hat_03_old_01",  "Illegally Modded Hat", 0, clothsQual },
    { "Items.Hat_03_old_02",  "Worn Brimmed Hat", 0, clothsQual },
    { "Items.Hat_03_rich_01",  "Duolayer Military Cap", 0, clothsQual },
    { "Items.Hat_04_basic_01",  "Sturdy Conical Hat", 0, clothsQual },
    { "Items.Hat_04_basic_02",  "Carbon Fiber Conical Hat", 0, clothsQual },
    { "Items.Hat_04_old_01",  "Polyamide Reinforced Conical Hat", 0, clothsQual },
    { "Items.Helmet_01_basic_01",  "Double-Shelled AT-AK Modular Helmet", 0, clothsQual },
    { "Items.Helmet_01_basic_02",  "Light Technopolymer Helmet", 0, clothsQual },
    { "Items.Helmet_01_basic_03",  "Durable Lime Speed Modular Helmet", 0, clothsQual },
    { "Items.Helmet_01_old_01",  "Scratched Visored Helmet", 0, clothsQual },
    { "Items.Helmet_01_rich_01",  "Momentum Carbon-Reinforced Visored Helmet", 0, clothsQual },
    { "Items.Helmet_01_rich_02",  "Copper Gleam Fibreglass Helmet", 0, clothsQual },
    { "Items.Helmet_02_basic_01",  "Police Helmet with Anti-Shrapnel Visor", 0, clothsQual },
    { "Items.Helmet_02_basic_02",  "Speed Addict Helmet with Anti-Impact Tech", 0, clothsQual },
    { "Items.Helmet_02_basic_03",  "Militech Tactical Helmet", 0, clothsQual },
    { "Items.Helmet_02_basic_04",  "Colorado Beetle Aramid-Reinforced Helmet", 0, clothsQual },
    { "Items.Helmet_02_old_01",  "Worn Graffiti Helmet", 0, clothsQual },
    { "Items.Helmet_02_old_02",  "Old Military Helmet", 0, clothsQual },
    { "Items.Helmet_02_old_03",  "Rusty Assault Helmet", 0, clothsQual },
    { "Items.Helmet_02_old_04",  "Veteran's Helmet", 0, clothsQual },
    { "Items.Helmet_02_rich_01",  "Chéngsé Ultralight Carbon-Fibre Helmet", 0, clothsQual },
    { "Items.Helmet_02_rich_02",  "8L-OODY Tungsten-Steel Military Helmet", 0, clothsQual },
    { "Items.Helmet_02_rich_03",  "Sueño Soleado Helmet with Duolayer Reactivity", 0, clothsQual },
    { "Items.Helmet_02_rich_04",  "D43-M0N Assault Helmet with Polycarbonate Visor", 0, clothsQual },
    { "Items.Helmet_03_basic_01",  "Iluminated Security Helmet with Headset", 0, clothsQual },
    { "Items.Helmet_03_basic_02",  "Arasaka Engineer Hardhat With Headset", 0, clothsQual },
    { "Items.Helmet_03_old_01",  "Old Construction Hardhat", 0, clothsQual },
    { "Items.Helmet_03_old_02",  "Rusty Security Hardhat", 0, clothsQual },
    { "Items.Helmet_03_rich_01",  "MT-77 Bulletproof Tactical Helmet", 0, clothsQual },
    { "Items.Helmet_04_basic_01",  "Arasaka Kabuto with Composite Plating", 0, clothsQual },
    { "Items.Helmet_04_basic_02",  "Steel Microplated Kabuto", 0, clothsQual },
    { "Items.Helmet_04_old_01",  "Plastic Zunari Kabuto With Absorbant Lining", 0, clothsQual },
    { "Items.Helmet_04_old_02",  "Tyger Claw Kabuto", 0, clothsQual },
    { "Items.Helmet_04_rich_01",  "Aramid Kuro Kabuto With Hardened Carbon-Fiber Exterior", 0, clothsQual },
    { "Items.Helmet_04_rich_02",  "Hinote Kabuto with Durable Plastic Aramid Composite", 0, clothsQual },
    { "Items.Jacket_01_basic_01",  "Torikkusuta Aramid-Weave Crystaljock Bomber", 0, clothsQual },
    { "Items.Jacket_01_basic_02",  "Biker Vibe Composite-Lined Crystaljock Bomber", 0, clothsQual },
    { "Items.Jacket_01_old_01",  "Rocker's Heart Crystaljock Bomber", 0, clothsQual },
    { "Items.Jacket_01_old_02",  "Edge Warrior Crystaljock Bomber", 0, clothsQual },
    { "Items.Jacket_01_rich_01",  "Denk-Shin-Crystaljock", 0, clothsQual },
    { "Items.Jacket_01_rich_02",  "Blue Mirror Dual-Shield Crystaljock Bomber", 0, clothsQual },
    { "Items.Jacket_02_basic_01",  "Reinforced-Laminate Military Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_basic_02",  "Punk Ultraweave Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_old_01",  "Flight Jacket with Rubber-Plate Inserts", 0, clothsQual },
    { "Items.Jacket_02_old_02",  "Old Wraiths Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_old_03",  "Second Conflict Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_rich_01",  "*censored* V.13 Enhanced Nanocarbon Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_rich_02",  "ARMY-J3W3L Polycarbonate Tactical Flight Jacket", 0, clothsQual },
    { "Items.Jacket_02_rich_03",  "Wounded Machine Duolayer Combat Flight Jacket", 0, clothsQual },
    { "Items.Jacket_03_basic_01",  "AT-AK Composite-Lined Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_basic_02",  "Graffiti Carbon-Composite Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_basic_03",  "Tyger Claws Reinforced Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_basic_04",  "Valentino's Dual Weave Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_old_01",  "Old Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_old_02",  "Carbon-Plated Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_old_03",  "Wraiths Trilayer Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_old_04",  "Well-Worn 6th Street Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_rich_01",  "Purple Symphony Enhanced Polyamide Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_rich_02",  "Holy Rose Multilayer Edgerunner", 0, clothsQual },
    { "Items.Jacket_03_rich_03",  "Ocean Armor Aramid-Weave Edgerunner", 0, clothsQual },
    { "Items.Jacket_04_basic_01",  "Thermoset Military Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_basic_02",  "Militech Composite Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_basic_03",  "Sleeveless Armor-Plated Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_old_01",  "Old Maelstrom Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_old_02",  "Worn Scav Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_old_03",  "Ten70 Sleeveless Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_rich_01",  "Advanced Remon Boostkit Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_rich_02",  "Nu-Tek Foxy Carbon-Lined Field Jacket", 0, clothsQual },
    { "Items.Jacket_04_rich_03",  "Night City Lightweight Carbon-Fiber Sleeveless Field Jacket", 0, clothsQual },
    { "Items.Jacket_05_basic_01",  "Armor-Quilted Jacket", 0, clothsQual },
    { "Items.Jacket_05_basic_02",  "Punk Boostweave Biker Jacket", 0, clothsQual },
    { "Items.Jacket_05_old_01",  "Second Conflict Biker Jacket", 0, clothsQual },
    { "Items.Jacket_05_old_02",  "Hardened Rubber Biker Jacket", 0, clothsQual },
    { "Items.Jacket_05_rich_01",  "Night City Biker Jacket", 0, clothsQual },
    { "Items.Jacket_05_rich_02",  "Golden Mean Elegant Chem-Resistant Biker Jacket", 0, clothsQual },
    { "Items.Jacket_06_basic_01",  "Inner Flame Flame-Resistant RockerJack", 0, clothsQual },
    { "Items.Jacket_06_basic_02",  "Lazr-Mosaic Anti-Sharpnel RockerJack", 0, clothsQual },
    { "Items.Jacket_06_old_01",  "Hardened Leather RockerJack", 0, clothsQual },
    { "Items.Jacket_06_old_02",  "Rockerjack with Anti-Puncture Mesh", 0, clothsQual },
    { "Items.Jacket_06_rich_01",  "Rosa Platino Reinforced RockerJack", 0, clothsQual },
    { "Items.Jacket_06_rich_02",  "Blue Jaguar Special-Occasion Reinforced RockerJack", 0, clothsQual },
    { "Items.Jacket_07_basic_01",  "Sav Plastic Windbreaker", 0, clothsQual },
    { "Items.Jacket_07_basic_02",  "6th Street Ultralight Windbreaker", 0, clothsQual },
    { "Items.Jacket_07_old_01",  "Braindance Windbreaker", 0, clothsQual },
    { "Items.Jacket_07_old_02",  "Old Windbreaker", 0, clothsQual },
    { "Items.Jacket_07_rich_01",  "Zolotoy Uley Soviet-Style Fireproof Windbreaker", 0, clothsQual },
    { "Items.Jacket_07_rich_02",  "Simely Hard Anti-Puncture Windbreaker", 0, clothsQual },
    { "Items.Jacket_08_basic_01",  "Punk Short Sleeve Polycarbonate Spiked Jacket", 0, clothsQual },
    { "Items.Jacket_08_basic_02",  "Punk Short Sleeve Dual Membrane Jacket", 0, clothsQual },
    { "Items.Jacket_08_old_01",  "Spiked Maelstrom Short Sleeve Jacket", 0, clothsQual },
    { "Items.Jacket_08_old_02",  "Microplated Punk Short Sleeve Jacket", 0, clothsQual },
    { "Items.Jacket_09_basic_01",  "Tenka Muso Combat Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_09_basic_02",  "Kang Tao Stretchy Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_09_old_01",  "Aldecaldos Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_09_old_02",  "Old Tyger Claws Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_09_rich_01",  "Golden Age Trilayer Composite Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_09_rich_02",  "Wraiths Heavy Impact-Absorbing Motorcycle Jacket", 0, clothsQual },
    { "Items.Jacket_10_basic_01",  "Amethyspeed Nanoplastic Rally Bolero", 0, clothsQual },
    { "Items.Jacket_10_basic_02",  "Midori Tora Sturdy Rally Bolero", 0, clothsQual },
    { "Items.Jacket_10_old_01",  "Wraiths Rally Bolero Jacket", 0, clothsQual },
    { "Items.Jacket_10_old_02",  "Composite-Lined Rally Bolero Jacket", 0, clothsQual },
    { "Items.Jacket_10_rich_01",  "AT-AK Insulated Aramid-Padded Rally Bolero", 0, clothsQual },
    { "Items.Jacket_10_rich_02",  "TamashÄ« Stretch-Laminate Rally Bolero", 0, clothsQual },
    { "Items.Jacket_11_basic_01",  "Mini Coolquilt Foldtop", 0, clothsQual },
    { "Items.Jacket_11_basic_02",  "Basic Polycarbonate Foldtop", 0, clothsQual },
    { "Items.Jacket_11_old_01",  "Camo Foldtop", 0, clothsQual },
    { "Items.Jacket_11_old_02",  "Hardened Leather Foldtop", 0, clothsQual },
    { "Items.Jacket_11_rich_01",  "Nekitsch Pasión Púrpura Polyamide Foldtop", 0, clothsQual },
    { "Items.Jacket_11_rich_02",  "Blauer Nebel Eazy-Breath High-Alloy Sequined Foldtop", 0, clothsQual },
    { "Items.Jacket_12_basic_01",  "Denim Biker Jacket with Thermoactive Collar", 0, clothsQual },
    { "Items.Jacket_12_basic_02",  "Blurry Road Thermoset-Fiber Biker Jacket", 0, clothsQual },
    { "Items.Jacket_12_old_01",  "Reinforced Synleather Nomad Jacket", 0, clothsQual },
    { "Items.Jacket_12_old_02",  "Primeval Flame RockerJack", 0, clothsQual },
    { "Items.Jacket_12_rich_01",  "Salamander Eazy-Breathe Tarp-Weave Jacket", 0, clothsQual },
    { "Items.Jacket_12_rich_02",  "Light Cherry Jinn Anti-Shrapnel Denim Jacket", 0, clothsQual },
    { "Items.Jacket_13_basic_01",  "Polyamide-Hooded Duolayer Bomber", 0, clothsQual },
    { "Items.Jacket_13_basic_02",  "Smilely Hard Protection-layered Bomber", 0, clothsQual },
    { "Items.Jacket_13_basic_03",  "Light Spirited Animal Chem-Resistant Bomber", 0, clothsQual },
    { "Items.Jacket_13_old_01",  "Synweave Armor-Layered Psycho Bomber", 0, clothsQual },
    { "Items.Jacket_13_old_02",  "Anti-Sharpnel Hooded Bomber", 0, clothsQual },
    { "Items.Jacket_13_old_03",  "Streetart Hooded Bomber", 0, clothsQual },
    { "Items.Jacket_13_rich_01",  "Soviet Moscow Dream Anti-Shrapnel Bomber", 0, clothsQual },
    { "Items.Jacket_13_rich_02",  "XX Punch! Armor-Coated Hooded Bomber", 0, clothsQual },
    { "Items.Jacket_13_rich_03",  "Multilayered Maroon Scales Syn-Coated Bomber", 0, clothsQual },
    { "Items.Jacket_14_basic_01",  "Simple Bolero Rubber-Coated Bomber", 0, clothsQual },
    { "Items.Jacket_14_basic_02",  "Silber Irbis Bolero GMO-Weaver Bomber", 0, clothsQual },
    { "Items.Jacket_14_old_01",  "Sturdy Sythleather Bolero Bomber", 0, clothsQual },
    { "Items.Jacket_14_rich_01",  "Lavender Galaxy Bolero Composite-Layered Bolero", 0, clothsQual },
    { "Items.Jacket_14_rich_02",  "Arctic Lychee Bolero Tungsten Miroplated Bomber", 0, clothsQual },
    { "Items.Jacket_15_basic_01",  "Peach Syn-Thread Crop Sweater", 0, clothsQual },
    { "Items.Jacket_15_basic_02",  "Bipolar Rainbow Hybrid-Weaver Crop Sweater", 0, clothsQual },
    { "Items.Jacket_15_old_01",  "Danse Macabre Crop Sweater", 0, clothsQual },
    { "Items.Jacket_15_rich_01",  "Alba Estiva Crop Sweater", 0, clothsQual },
    { "Items.Jacket_16_basic_01",  "Coral Cutout Bodysuit", 0, clothsQual },
    { "Items.Jacket_16_basic_02",  "Secon Conflict Cutout Bodysuit", 0, clothsQual },
    { "Items.Jacket_16_old_01",  "Duoweave Psycho Cutout Bodysuit", 0, clothsQual },
    { "Items.Jacket_16_old_02",  "Thermo-Quilted Cutout Bodysuit", 0, clothsQual },
    { "Items.Jacket_16_rich_01",  "Bermuda Triangle Cutout Bodysuit", 0, clothsQual },
    { "Items.Jacket_17_basic_01",  "Canine Power Hybrid-Stitch Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_basic_02",  "Carbon Triangle Graphene-Weave Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_basic_03",  "Voodoo Boys Anti-Interference Netrunner Jacket", 0, clothsQual },
    { "Items.Jacket_17_basic_04",  "Melting Ceramic Membrane Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_old_01",  "Carbon-Lined Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_old_02",  "Synleather Carbon-Collar Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_old_03",  "6th Street Armor-Plated Combat Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_01",  "Sapfir 3D Heavy Triple-Weave Nanocarbon Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_02",  "Torera Real Ultrareactive Laminated Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_03",  "Lazrpunk Tungsten-Plated Poser-Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_04",  "Ultimate Punch Field-Generating Protective Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_05",  "Valentinos Composite Collar Suede Pozer-Jacket", 0, clothsQual },
    { "Items.Jacket_17_rich_06",  "Deadly Lagoon Armored Syn-Silk Pozer-Jacket", 0, clothsQual },
    { "Items.Jumpsuit_01_basic_01",  "Animals Power-Absorbent Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_basic_02",  "Polyamide Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_basic_03",  "Purple Force Tactical Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_old_01",  "Durable Militech Training Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_old_02",  "Aramid Weave Ten70 Sunset Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_old_03",  "Polyamide Blend Jumpsuit with Micromesh", 0, clothsQual },
    { "Items.Jumpsuit_01_rich_01",  "Stream Extreme High Performance Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_01_rich_02",  "Emperatriz Tigresa Duoweave Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_02_basic_01",  "Yellow Cobra Carbon-Reinforced Racing Suit", 0, clothsQual },
    { "Items.Jumpsuit_02_basic_02",  "Polyamide Lined Rocker Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_02_old_01",  "Ten70 Graffiti Jumpsuit", 0, clothsQual },
    { "Items.Jumpsuit_02_old_02",  "Maxiwear Motorcycle Suit", 0, clothsQual },
    { "Items.Jumpsuit_02_rich_01",  "NC Python Ultraresistant Hybrid Weave Racing Suit", 0, clothsQual },
    { "Items.Jumpsuit_02_rich_02",  "Natsunoshio Protective Mesh Tracksuit", 0, clothsQual },
    { "Items.Jumpsuit_02_rich_03",  "Lightning Rider Reinforced Racing Suit", 0, clothsQual },
    { "Items.Jumpsuit_03_old_01",  "Arasaka Hazmat Suit", 0, clothsQual },
    { "Items.Jumpsuit_03_old_02",  "NCPD Chem Resistant Hazmat Suit", 0, clothsQual },
    { "Items.Jumpsuit_03_old_03",  "Militech Aramid Weave Hazmad Suit", 0, clothsQual },
    { "Items.LooseShirt_01_basic_01",  "Limited-Ed Loose Fit Shirt Protective Mesh", 0, clothsQual },
    { "Items.LooseShirt_01_basic_02",  "Warm Nanoweave Cotton Shirt", 0, clothsQual },
    { "Items.LooseShirt_01_old_01",  "Practical Plaid Shirt with Micromesh", 0, clothsQual },
    { "Items.LooseShirt_01_old_02",  "Classic Anti Puncture Shirt", 0, clothsQual },
    { "Items.LooseShirt_01_rich_01",  "Arte Urbano Elegantly Nanostitched Shirt", 0, clothsQual },
    { "Items.LooseShirt_01_rich_02",  "Hebi Tsukai Cashmere Nanofiber Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_basic_01",  "Discowboy Durable Synthfiber Western Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_basic_02",  "Denim Mesh Western Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_old_01",  "Composite Weave Western Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_old_02",  "Graphite Gem Insulated Western Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_rich_01",  "Aqua Universe Luxe Aramid Weave Shirt", 0, clothsQual },
    { "Items.LooseShirt_02_rich_02",  "Saloon Style Ultra Durable Dress Shirt", 0, clothsQual },
    { "Items.Mask_02_basic_01",  "Titanium-Reinforced Gas Mask", 0, clothsQual },
    { "Items.Mask_02_basic_02",  "Makeshift Maelstrom Gas Mask", 0, clothsQual },
    { "Items.Mask_02_old_01",  "Old Plastic Gas Mask", 0, clothsQual },
    { "Items.Mask_02_old_02",  "Plastic Gas Mask With Filter", 0, clothsQual },
    { "Items.Mask_02_old_03",  "Carbon Gas Mask With Filter", 0, clothsQual },
    { "Items.Mask_02_rich_01",  "Arctic Breath Hybrid-Polymer Tactical Gas Mask", 0, clothsQual },
    { "Items.Mask_02_rich_02",  "Mox Gas Mask With Custom Protective Layer", 0, clothsQual },
    { "Items.Mask_03_basic_01",  "MenpÅ With Durable Lining", 0, clothsQual },
    { "Items.Mask_03_basic_02",  "MenpÅ With Protective Padding", 0, clothsQual },
    { "Items.Mask_03_old_01",  "Weathered MenpÅ", 0, clothsQual },
    { "Items.Mask_03_old_02",  "MenpÅ With Reactive Layer", 0, clothsQual },
    { "Items.Mask_03_rich_01",  "Jigoku No Oni Reinforced-Composite MenpÅ", 0, clothsQual },
    { "Items.Mask_03_rich_02",  "Akai Oni Titanium Boostknit MenpÅ", 0, clothsQual },
    { "Items.Pants_01_basic_01",  "Comfy Rocker Aramid-Weave Slim-Fits", 0, clothsQual },
    { "Items.Pants_01_basic_02",  "Light Azure Composite-Lined Slim-Fits", 0, clothsQual },
    { "Items.Pants_01_basic_03",  "Sturdy-Stitched Slim-Fits", 0, clothsQual },
    { "Items.Pants_01_old_01",  "Spotted Polyamide Slim-Fits", 0, clothsQual },
    { "Items.Pants_01_old_02",  "Composite Coated Camo Slim Fits", 0, clothsQual },
    { "Items.Pants_01_old_03",  "Duoweave Composite Skinny Jeans", 0, clothsQual },
    { "Items.Pants_01_rich_01",  "Rosa Escarlata Plyamide Weave Slim Fits", 0, clothsQual },
    { "Items.Pants_01_rich_02",  "Durable Basilisk Arami Weave Slim Fits", 0, clothsQual },
    { "Items.Pants_01_rich_03",  "Denkyoku Rocker Strongweave Duolayer Slim Fits", 0, clothsQual },
    { "Items.Pants_02_basic_01",  "Durable Smiley Hard Loose Fits", 0, clothsQual },
    { "Items.Pants_02_basic_02",  "Yoru No Samurai Padded Loose Fits", 0, clothsQual },
    { "Items.Pants_02_basic_03",  "Street Glow Thermoset Leather Loose Fits", 0, clothsQual },
    { "Items.Pants_02_old_01",  "Duoweave Composite Loose Fits", 0, clothsQual },
    { "Items.Pants_02_old_02",  "Workplace Loose Fits", 0, clothsQual },
    { "Items.Pants_02_old_03",  "Loose Fits with Micromesh Underlayer", 0, clothsQual },
    { "Items.Pants_02_rich_01",  "Holy Rose Boostknit Loose Fits with Thermoactive Coating", 0, clothsQual },
    { "Items.Pants_02_rich_02",  "Chikurin Reinforces Nanoweave Loose Fits", 0, clothsQual },
    { "Items.Pants_02_rich_03",  "Purple Dragon Duolayer Hybrid Loose Fits", 0, clothsQual },
    { "Items.Pants_03_basic_01",  "Sturdy-Stitched Punk Jeans", 0, clothsQual },
    { "Items.Pants_03_basic_02",  "Canine Power Anti Tear Pants", 0, clothsQual },
    { "Items.Pants_03_basic_03",  "*censored* v.13 Syn Resistant Pants", 0, clothsQual },
    { "Items.Pants_03_old_01",  "Frayed Recycled Jeans", 0, clothsQual },
    { "Items.Pants_03_old_02",  "Patched Jeans", 0, clothsQual },
    { "Items.Pants_03_old_03",  "Durable Custom Printed Jeans", 0, clothsQual },
    { "Items.Pants_03_rich_01",  "Light Saeko's Derakkusu Sturdy Mesh Pants", 0, clothsQual },
    { "Items.Pants_03_rich_02",  "Dark Sapphire Thermo Fabric Rocker Pants", 0, clothsQual },
    { "Items.Pants_03_rich_03",  "Psycho Tac Fiber Biker Pants", 0, clothsQual },
    { "Items.Pants_04_basic_01",  "Geisha Flexi-Weave Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_basic_02",  "Mandarine Resistant Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_basic_03",  "Kancho Syn Weave Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_basic_04",  "Samurai Sturdy Stitched Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_old_01",  "Worn Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_old_02",  "Reinforced Synfiber Cargo Jeans", 0, clothsQual },
    { "Items.Pants_04_old_03",  "Rubber Lined Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_rich_01",  "Heavy Duty Oro Floreciente Armor Weave Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_rich_02",  "Silver Star Duolayer Aramid Weave Cargo Pants", 0, clothsQual },
    { "Items.Pants_04_rich_03",  "Cyano Camo Composite Threaded Cargo Pants", 0, clothsQual },
    { "Items.Pants_05_basic_01",  "Punk Composite-Metal Racers", 0, clothsQual },
    { "Items.Pants_05_basic_02",  "Foam Padded Racers", 0, clothsQual },
    { "Items.Pants_05_old_01",  "Military Camo Racers", 0, clothsQual },
    { "Items.Pants_05_old_02",  "Psycho Racers", 0, clothsQual },
    { "Items.Pants_05_rich_01",  "Heat Resistant Killer Candy Trilayer Racers", 0, clothsQual },
    { "Items.Pants_05_rich_02",  "Yoru No Samurai Armored Knee Pad Reacers", 0, clothsQual },
    { "Items.Pants_06_basic_01",  "Reinforced Federalist Straightcuts", 0, clothsQual },
    { "Items.Pants_06_basic_02",  "Somba Rosa Foam Padded Straightcuts", 0, clothsQual },
    { "Items.Pants_06_old_01",  "Vintage Extra Leather Straightcuts", 0, clothsQual },
    { "Items.Pants_06_old_02",  "Duolayer Tacticloth Straightcuts", 0, clothsQual },
    { "Items.Pants_06_old_03",  "Reinforced Hybridweave Straightcuts", 0, clothsQual },
    { "Items.Pants_06_rich_01",  "Craneo Brillante Polyamide Extra Membrane Straightcuts", 0, clothsQual },
    { "Items.Pants_06_rich_02",  "Golpe Punk Anti Sharpnel Straightcuts", 0, clothsQual },
    { "Items.Pants_07_basic_01",  "Suichu Yogan Extra-Protection Tactical Pants", 0, clothsQual },
    { "Items.Pants_07_basic_02",  "Geisha Tactical Extra Guard Pants", 0, clothsQual },
    { "Items.Pants_07_basic_03",  "Comfy Tactical Thermoset Padded Pants", 0, clothsQual },
    { "Items.Pants_07_old_01",  "Old Flazh Tactical Pants", 0, clothsQual },
    { "Items.Pants_07_old_02",  "Worn Kan Tao Tactical Pants", 0, clothsQual },
    { "Items.Pants_07_old_03",  "Frayed Maelstrom Tactical Pants", 0, clothsQual },
    { "Items.Pants_07_rich_01",  "Boulet Torquoise Heat Resistan Tactical Pants", 0, clothsQual },
    { "Items.Pants_07_rich_02",  "Atomic Blast Tactical Armor Weave Pants", 0, clothsQual },
    { "Items.Pants_07_rich_03",  "Decadencia Verde Tactical Armor Weave Pants", 0, clothsQual },
    { "Items.Pants_08_basic_01",  "Militech Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_basic_02",  "Boostknit Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_basic_03",  "Extra Rubber Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_old_01",  "Old Banana Juice Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_old_02",  "Secondhand Maelstrom Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_old_03",  "Worn Wraiths Neotac Pants", 0, clothsQual },
    { "Items.Pants_08_rich_01",  "Gold Fury Neotac Bulletproof Pants", 0, clothsQual },
    { "Items.Pants_08_rich_02",  "Urban Laser Anti Puncture Neotac Biker Pants", 0, clothsQual },
    { "Items.Pants_08_rich_03",  "Ocean Bulletproof Neotac Biker Pants", 0, clothsQual },
    { "Items.Pants_09_basic_01",  "Amethyspeed Polycarbonate Utility Pants", 0, clothsQual },
    { "Items.Pants_09_basic_02",  "Midori Tora Reinforced Utility Pants", 0, clothsQual },
    { "Items.Pants_09_old_01",  "Wraiths Extra Cotton Utility Pants", 0, clothsQual },
    { "Items.Pants_09_old_02",  "Performance Boosted Utility Pants", 0, clothsQual },
    { "Items.Pants_09_old_03",  "Composite Lined Utility Pants", 0, clothsQual },
    { "Items.Pants_09_rich_01",  "AT-AK Utility Wear Resistant Pants", 0, clothsQual },
    { "Items.Pants_09_rich_02",  "Tamashi Anti Mech Utility Pants", 0, clothsQual },
    { "Items.Pants_10_basic_01",  "6th Street Rubber-Weave Shinos", 0, clothsQual },
    { "Items.Pants_10_basic_02",  "Cyan Plastic Shinos", 0, clothsQual },
    { "Items.Pants_10_old_01",  "Heat Resistant Nylon Shinos", 0, clothsQual },
    { "Items.Pants_10_old_02",  "Cowboy Shinos with Microplate Mesh", 0, clothsQual },
    { "Items.Pants_10_rich_01",  "Ten70 H2S Plastic Shin Guard Shinos", 0, clothsQual },
    { "Items.Pants_10_rich_02",  "Stripe'N'Black Reinforced Nanoweave Shinos", 0, clothsQual },
    { "Items.Pants_11_basic_01",  "Army Star Anti-Chafing Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_basic_02",  "Caution Extra Plastic Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_basic_03",  "Phantom Tough Lined Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_old_01",  "Tacticloth Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_old_02",  "Nomad Eazy Breathe Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_old_03",  "6th Street Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_rich_01",  "Slant Lightning Hybrid Weave Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_rich_02",  "Purple Shock Anti Mech Cargo Pants", 0, clothsQual },
    { "Items.Pants_11_rich_03",  "Power Fame Cargo Pants with Reinforced Mesh", 0, clothsQual },
    { "Items.Pants_12_basic_01",  "Durable Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_basic_02",  "Sweet Licks Ultra Flexi Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_basic_03",  "AT-AK Greener Polycarbonate Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_old_01",  "Maxiwear Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_old_02",  "Old Saeko's Windebreaker Pants", 0, clothsQual },
    { "Items.Pants_12_old_03",  "Secondhand Red Death Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_rich_01",  "Sudo Claws Polyamide Composite Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_rich_02",  "TG-Tiger Heat Resistant Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_12_rich_03",  "Golden Scale Trylayer Windbreaker Pants", 0, clothsQual },
    { "Items.Pants_13_basic_01",  "Venom Dye Duolayer Riding Pants", 0, clothsQual },
    { "Items.Pants_13_basic_02",  "Wraiths Anti Tear Riding Pants", 0, clothsQual },
    { "Items.Pants_13_basic_03",  "Light Military Syn Strengthened Riding Pants", 0, clothsQual },
    { "Items.Pants_13_old_01",  "Ultra Cushioned Motorcycle Riding Pants", 0, clothsQual },
    { "Items.Pants_13_old_02",  "Rotten Jungle Riding Pants", 0, clothsQual },
    { "Items.Pants_13_old_03",  "Worn Maelstrom Riding Pants", 0, clothsQual },
    { "Items.Pants_13_rich_01",  "Comfy Trickster Composite Riding Pants", 0, clothsQual },
    { "Items.Pants_13_rich_02",  "Heavy Duty Flamingo Aramid Weave Riding Pants", 0, clothsQual },
    { "Items.Pants_14_basic_01",  "Light Psycho Knee-Padded Yoros", 0, clothsQual },
    { "Items.Pants_14_basic_02",  "Tiger Sturdy-Stitched Yoros", 0, clothsQual },
    { "Items.Pants_14_old_01",  "Simple Yoros", 0, clothsQual },
    { "Items.Pants_14_old_02",  "Yoru no Samurai Yoros", 0, clothsQual },
    { "Items.Pants_14_rich_01",  "Midori Eazy-Breathe Thermoactive Yoros", 0, clothsQual },
    { "Items.Pants_14_rich_02",  "Ryu Anti-Tear Trilayer Yoros", 0, clothsQual },
    { "Items.Pants_15_basic_01",  "Flexi-Duolayer Harem Pants", 0, clothsQual },
    { "Items.Pants_15_basic_02",  "Sporty Harem Pants with Cotton Armor Weave", 0, clothsQual },
    { "Items.Pants_15_old_01",  "Elastic Sturdy Stitched Harem Pants", 0, clothsQual },
    { "Items.Pants_15_rich_01",  "Pink Lagoon Armor Coated Harem Pants", 0, clothsQual },
    { "Items.SamuraiWorldTour_TShirt",  "Samurai 2020 Tour T-Shirt", 0, clothsQual },
    { "Items.Scarf_01_basic_01",  "Composite Military Bandana", 0, clothsQual },
    { "Items.Scarf_01_basic_02",  "Makeshift Rabenda Banana Bandana", 0, clothsQual },
    { "Items.Scarf_01_basic_03",  "Strong Canine Power Synthetic Bandana", 0, clothsQual },
    { "Items.Scarf_01_old_01",  "Anti Tear Graffiti Bandana", 0, clothsQual },
    { "Items.Scarf_01_old_02",  "Blooming Amber Bandana", 0, clothsQual },
    { "Items.Scarf_01_old_03",  "Composite Camo Bandana", 0, clothsQual },
    { "Items.Scarf_01_rich_01",  "Ten70 Bada55 Polycarbonate Bandana", 0, clothsQual },
    { "Items.Scarf_01_rich_02",  "Daemon Hunter Tactical Bandana", 0, clothsQual },
    { "Items.Scarf_01_rich_03",  "Magenta Spark Reinforced Silkweave Bandana", 0, clothsQual },
    { "Items.Scarf_02_basic_01",  "Simple Headband with Enhanced Durability", 0, clothsQual },
    { "Items.Scarf_02_basic_02",  "Reinforced Cotton Headband", 0, clothsQual },
    { "Items.Scarf_02_old_01",  "Durable Nanofiber Plaid Headband", 0, clothsQual },
    { "Items.Scarf_02_old_02",  "Punk Bandana Headband", 0, clothsQual },
    { "Items.Scarf_02_rich_01",  "Sandy Boa Shock Absorbent Headband", 0, clothsQual },
    { "Items.Scarf_03_basic_01",  "Light Hijab with Microplate Mesh", 0, clothsQual },
    { "Items.Scarf_03_basic_02",  "Duolayer Floral Hijab", 0, clothsQual },
    { "Items.Scarf_03_basic_03",  "Graffiti Thermoset Synweave Hijab", 0, clothsQual },
    { "Items.Scarf_03_old_01",  "Tacti Fiber Camo Hijab", 0, clothsQual },
    { "Items.Scarf_03_old_02",  "Duolayer Quilted Hijab", 0, clothsQual },
    { "Items.Scarf_03_old_03",  "Durable Modified Linen Hijab", 0, clothsQual },
    { "Items.Scarf_03_rich_01",  "Gray Area Anti Tear Hijab", 0, clothsQual },
    { "Items.Scarf_03_rich_02",  "Wardat Zihira Aramid Weave Hijab", 0, clothsQual },
    { "Items.Scarf_03_rich_03",  "Kinryu Deluxe Hijab with Protective Mesh", 0, clothsQual },
    { "Items.Shirt_01_basic_01",  "Braindance Blue Trilayer Long Sleeve", 0, clothsQual },
    { "Items.Shirt_01_basic_02",  "Opsycho Flexiweave Long Sleeve", 0, clothsQual },
    { "Items.Shirt_01_old_01",  "Cotton Long Sleeve", 0, clothsQual },
    { "Items.Shirt_01_old_02",  "Long Sleeve with Composite Lining", 0, clothsQual },
    { "Items.Shirt_01_rich_01",  "Stylish Crystal Midnight Carbon Fiber Long Sleeve", 0, clothsQual },
    { "Items.Shirt_01_rich_02",  "Geisha Samurai Nanoweave Long Sleeve", 0, clothsQual },
    { "Items.Shirt_02_basic_01",  "Sporty Darra Polytechnic Flexi Weave Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_basic_02",  "Simple Biker Aramid Weave Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_basic_03",  "Arasaka Waterproof Compat Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_basic_04",  "Samurai Combat Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_old_01",  "Aramid Weave Tactical Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_old_02",  "Padded Tactical Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_old_03",  "Elastic Microplated Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_rich_01",  "Light XX Punch! Heat Resistant Biker Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_rich_02",  "Sport Flex AT-AK Thermoactive Turtleneck", 0, clothsQual },
    { "Items.Shirt_02_rich_03",  "Violet Nebula Anti Tear Polyamide Turtleneck", 0, clothsQual },
    { "Items.Shirt_03_basic_01",  "Suichu Yogan Syn Fiber Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_basic_02",  "Composite Geisha Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_basic_03",  "Padded Syn Fiber Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_old_01",  "Old Flazh Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_old_02",  "Frayed Scav Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_old_03",  "Worn Maelstrom Jacket", 0, clothsQual },
    { "Items.Shirt_03_rich_01",  "Boulet Torquoise Combat Shirt with Protective Lining", 0, clothsQual },
    { "Items.Shirt_03_rich_02",  "Atomic Blast Composite Armor Weave Combat Shirt", 0, clothsQual },
    { "Items.Shirt_03_rich_03",  "Decadencia Verde Heavy Plate Weave Combat Shirt", 0, clothsQual },
    { "Items.Shorts_01_basic_01",  "Classic Aramid-Weave Denim Shorts", 0, clothsQual },
    { "Items.Shorts_01_old_01",  "Composite Coated Cut-Off Shorts", 0, clothsQual },
    { "Items.Shorts_01_old_02",  "Anti-Puncture Cut-Off Shorts", 0, clothsQual },
    { "Items.Shorts_01_old_03",  "Old Gold Tac Fabric Duolayer Cut-Off Shorts", 0, clothsQual },
    { "Items.Shorts_01_rich_01",  "Magenta Cut Off Duolayer Nanoweave Shorts", 0, clothsQual },
    { "Items.Shorts_02_basic_01",  "Athletic Hybrid Weave Hotpants", 0, clothsQual },
    { "Items.Shorts_02_basic_02",  "Blue Brick Reinforced Hotpants", 0, clothsQual },
    { "Items.Shorts_02_old_01",  "Trilayer Hotpants With Micromesh", 0, clothsQual },
    { "Items.Shorts_02_old_02",  "Lightweight Heat-Resistant Hotpants", 0, clothsQual },
    { "Items.Shorts_02_rich_01",  "Golden Pocket Hybrid-Weave Hotpants", 0, clothsQual },
    { "Items.Shorts_02_rich_02",  "Composite Ko JagÄ Silk Threaded Hotpants", 0, clothsQual },
    { "Items.Shorts_03_basic_01",  "Classic Athletic Nanoweave Shorts", 0, clothsQual },
    { "Items.Shorts_03_basic_02",  "Athletic Aramid Weave Shorts", 0, clothsQual },
    { "Items.Shorts_03_basic_03",  "N54 Athletic Shorts with Thermoactive Mesh", 0, clothsQual },
    { "Items.Shorts_03_old_01",  "Old N54 Athletic Shorts", 0, clothsQual },
    { "Items.Shorts_03_rich_01",  "Green Power Polyamide Padded Athletic Shorts", 0, clothsQual },
    { "Items.Shorts_04_old_01",  "Composite Lined Jean Shorts", 0, clothsQual },
    { "Items.Shorts_04_old_02",  "Frayed Jean Shorts", 0, clothsQual },
    { "Items.Shorts_04_old_03",  "Duolayer Military Camo Shorts", 0, clothsQual },
    { "Items.Shorts_04_old_04",  "Faded Shorts", 0, clothsQual },
    { "Items.Shorts_05_old_01",  "Old Military Shorts", 0, clothsQual },
    { "Items.Shorts_05_old_02",  "Syn Threaded Shorts", 0, clothsQual },
    { "Items.Shorts_05_old_03",  "Light Electro Extra Lined Shorts", 0, clothsQual },
    { "Items.Shorts_05_old_04",  "Grauer Recycled Shorts", 0, clothsQual },
    { "Items.Shorts_05_old_05",  "Comfy Nomad Shorts", 0, clothsQual },
    { "Items.Tech_01_basic_01",  "Trilayer Steel Ocuset", 0, clothsQual },
    { "Items.Tech_01_basic_02",  "Composite Ocuset", 0, clothsQual },
    { "Items.Tech_01_old_01",  "Old Ocuset", 0, clothsQual },
    { "Items.Tech_01_rich_01",  "Kang Tao Manganese Combat Ocuset", 0, clothsQual },
    { "Items.Tech_01_rich_02",  "NCPD Ice-Protected Ocuset", 0, clothsQual },
    { "Items.Tech_02_basic_01",  "AOI TORA Enhanced BD Wreath", 0, clothsQual },
    { "Items.Tech_02_basic_02",  "Lightweight Tunsten Steel BD Wreath", 0, clothsQual },
    { "Items.Tech_02_old_01",  "Dated BD Wreath", 0, clothsQual },
    { "Items.Tech_02_rich_01",  "Sweet Dreams Armored-Laminated BD Wreath", 0, clothsQual },
    { "Items.Tech_02_rich_02",  "Kogane No Yume Titanium BD Wreath", 0, clothsQual },
    { "Items.TightJumpsuit_01_basic_01",  "Military-Grade Aramid Netrunning Suit", 0, clothsQual },
    { "Items.TightJumpsuit_01_basic_02",  "Light Elastomer Netrunning Suit", 0, clothsQual },
    { "Items.TightJumpsuit_01_old_01",  "Worn Netrunning Suit", 0, clothsQual },
    { "Items.TightJumpsuit_01_old_02",  "Old Netrunning Suit", 0, clothsQual },
    { "Items.TightJumpsuit_01_rich_01",  "Composite Arasaka Netrunning Nanoweave Suit", 0, clothsQual },
    { "Items.TightJumpsuit_01_rich_02",  "Red Alert Anti-Surge Netrunning Suit", 0, clothsQual },
    { "Items.TShirt_01_basic_01",  "Basic Tank Top", 0, clothsQual },
    { "Items.TShirt_01_basic_02",  "Melting Hottie Tank Top", 0, clothsQual },
    { "Items.TShirt_01_basic_03",  "Purple Dragon Aramid weave Tank Top", 0, clothsQual },
    { "Items.TShirt_01_old_01",  "Anti Chem Synfabric Tank Top", 0, clothsQual },
    { "Items.TShirt_01_old_02",  "Punk Tank Top", 0, clothsQual },
    { "Items.TShirt_01_old_03",  "Once We Were Boosted Tank Top", 0, clothsQual },
    { "Items.TShirt_01_rich_01",  "Ultralight Geisha Dream Polyamide Tank Top", 0, clothsQual },
    { "Items.TShirt_01_rich_02",  "Daemon Hunter Resistance Coated Tank Top", 0, clothsQual },
    { "Items.TShirt_01_rich_03",  "Sankaku Nichibotsu Tarp Weave Tank Top", 0, clothsQual },
    { "Items.TShirt_02_basic_01",  "Utilitariun Burn Corpo s*** Tshirt", 0, clothsQual },
    { "Items.TShirt_02_basic_02",  "Ultimate Punch Sturdimesh Tshirt", 0, clothsQual },
    { "Items.TShirt_02_basic_03",  "Ded-Zed Hybridweave Tshirt", 0, clothsQual },
    { "Items.TShirt_02_basic_04",  "Puncture Resistant Nusa Tshirt", 0, clothsQual },
    { "Items.TShirt_02_basic_05",  "Vintage Samurai Strongweave Tshirt", 0, clothsQual },
    { "Items.TShirt_02_old_01",  "Ruined Life Sturdimesh Tshirt", 0, clothsQual },
    { "Items.TShirt_02_old_02",  "Oled Hex Camo Shirt", 0, clothsQual },
    { "Items.TShirt_02_old_03",  "Durable Hardened Syn Cotton Tshirt", 0, clothsQual },
    { "Items.TShirt_02_old_04",  "Utilitarian Composite Mesh Tshirt", 0, clothsQual },
    { "Items.TShirt_02_rich_01",  "Psycho Impact Absorbent Nanoweave Tshirt", 0, clothsQual },
    { "Items.TShirt_02_rich_02",  "Stylish Big Fish Steel Sequined Tshirt", 0, clothsQual },
    { "Items.TShirt_02_rich_03",  "Composite Coated *censored* v.13 Tshirt", 0, clothsQual },
    { "Items.TShirt_02_rich_04",  "Yoru No Samurai GMO Cotton Tshirt", 0, clothsQual },
    { "Items.TShirt_03_basic_01",  "Extra Sturdy Deadly Lagoon Tank Top", 0, clothsQual },
    { "Items.TShirt_03_basic_02",  "Extra Durable Stripped Tank Top", 0, clothsQual },
    { "Items.TShirt_03_basic_03",  "Canine Power Duolayer Tank Top", 0, clothsQual },
    { "Items.TShirt_03_old_01",  "Spotted Tank Top", 0, clothsQual },
    { "Items.TShirt_03_old_02",  "Worn Tamashi Tank Top", 0, clothsQual },
    { "Items.TShirt_03_old_03",  "Mox Ultralight Tank Top Micromesh Layer", 0, clothsQual },
    { "Items.TShirt_03_rich_01",  "Neokitsch Palm Bay Heat Resistant", 0, clothsQual },
    { "Items.TShirt_03_rich_02",  "Santa Muerte Heat Resitant Tank Top", 0, clothsQual },
    { "Items.TShirt_03_rich_03",  "Ultralight Tested On Animals Polyamide Tank Top", 0, clothsQual },
    { "Items.TShirt_04_old_01",  "High Tensile Cutout Tank", 0, clothsQual },
    { "Items.TShirt_04_old_02",  "Frayed Nanoweave Cutout Tank", 0, clothsQual },
    { "Items.TShirt_04_old_03",  "Bloody Piggy Duoweave Cutout Tank", 0, clothsQual },
    { "Items.TShirt_04_old_04",  "X Reinforced Polyamide Tank Top", 0, clothsQual },
    { "Items.TShirt_04_old_05",  "Secondhand Speed Addiction Duolayer Cutout Tank", 0, clothsQual },
    { "Items.TShirt_04_old_06",  "Sturdi Weave Cutout Tank", 0, clothsQual },
    { "Items.TShirt_05_old_01",  "Torn Burn Corpo s*** Composite Tshirt", 0, clothsQual },
    { "Items.TShirt_05_old_02",  "Torn Daemon Hunter Polyamide Tshirt", 0, clothsQual },
    { "Items.TShirt_05_old_03",  "Torn Polyamide Blend Camo Shirt", 0, clothsQual },
    { "Items.TShirt_05_old_04",  "Torn Syn Blend Tshirt", 0, clothsQual },
    { "Items.TShirt_05_old_05",  "Torn Sturdimesh Tshirt", 0, clothsQual },
    { "Items.TShirt_05_old_06",  "Sturdi Weave *censored* v.13 Tshirt", 0, clothsQual },
    { "Items.TShirt_06_basic_01",  "Nippon Composite Coated Muscle Tank", 0, clothsQual },
    { "Items.TShirt_06_basic_02",  "Bermuda Triangle Protective Mesh Muscle Tank", 0, clothsQual },
    { "Items.TShirt_06_old_01",  "Bloody Piggy Triweave Muscle Tank", 0, clothsQual },
    { "Items.TShirt_06_old_02",  "Old Emerald Speed Muscle Tank", 0, clothsQual },
    { "Items.TShirt_06_rich_01",  "Purple Dragon Neokitsch Muscle Tank with Tungsten Sequins", 0, clothsQual },
    { "Items.TShirt_06_rich_02",  "X Nanotube Weave Muscle Tank", 0, clothsQual },
    { "Items.TShirt_07_basic_01",  "Gray Decay Synfabric Racerback Tank", 0, clothsQual },
    { "Items.TShirt_07_basic_02",  "Night City Tank Top", 0, clothsQual },
    { "Items.TShirt_07_old_01",  "Tacti-Fiber Racerback Tank Top", 0, clothsQual },
    { "Items.TShirt_07_old_02",  "Tamashi Composite Tank Top", 0, clothsQual },
    { "Items.TShirt_07_rich_01",  "Psycho Puncture Resistant Racerback Tank", 0, clothsQual },
    { "Items.TShirt_07_rich_02",  "Santa Muerte Neokitsch Aramid Weave Racerback Tank", 0, clothsQual },
    { "Items.TShirt_08_basic_01",  "Knotted Armor Weave Tank", 0, clothsQual },
    { "Items.TShirt_08_basic_02",  "Extra Reinforced Knotted Tank", 0, clothsQual },
    { "Items.TShirt_08_old_01",  "Faded Uniware Belted Tank", 0, clothsQual },
    { "Items.TShirt_08_old_02",  "Secondhand Knotted Tank", 0, clothsQual },
    { "Items.TShirt_08_rich_01",  "Amethyst Punk Easy Breathe Knotted Tank", 0, clothsQual },
    { "Items.TShirt_08_rich_02",  "Neokitsch Blooming Amber Resistance Coated Tank", 0, clothsQual },
    { "Items.TShirt_09_basic_01",  "Torn Tacti Fiber Camo Tank", 0, clothsQual },
    { "Items.TShirt_09_basic_02",  "Tattered Plaid Tank", 0, clothsQual },
    { "Items.TShirt_09_old_01",  "Torn Yuro No Samurai Polyamide T-Shirt", 0, clothsQual },
    { "Items.TShirt_09_old_02",  "Torn Reinforced Tank Top", 0, clothsQual },
    { "Items.TShirt_10_basic_01",  "f*** You Durable Weave Tank Top", 0, clothsQual },
    { "Items.TShirt_10_old_01",  "heat Resistant Reinforced Nu-Tek Thight Tank", 0, clothsQual },
    { "Items.TShirt_10_rich_01",  "Saeko's Protective Layer Tight Tank", 0, clothsQual },
    { "Items.TShirt_11_basic_01",  "Reinforced Seam Sporty Tank Top", 0, clothsQual },
    { "Items.TShirt_11_old_01",  "Punk Duolayer Tank Top", 0, clothsQual },
    { "Items.TShirt_11_rich_01",  "Adamant Army Reinforced Tactical Tank Top", 0, clothsQual },
    { "Items.Undershirt_02_basic_01",  "Reinforced Spotted Bra", 0, clothsQual },
    { "Items.Undershirt_02_basic_02",  "Flexi Membrane Leather Bra", 0, clothsQual },
    { "Items.Undershirt_02_rich_01",  "Ultralight Amande Rose Anti Puncture Bra", 0, clothsQual },
    { "Items.Undershirt_02_rich_02",  "Padded Denki Hachi Hybrid Weave Bra", 0, clothsQual },
    { "Items.Undershirt_03_basic_01",  "Simple Duolayer Bustier", 0, clothsQual },
    { "Items.Undershirt_03_basic_02",  "Bara Kaika Syn Leather Bustier", 0, clothsQual },
    { "Items.Undershirt_03_basic_03",  "Stylish Atomic Blast Composite Bustier", 0, clothsQual },
    { "Items.Undershirt_03_basic_04",  "Spotted Flexi Membrane Bustier", 0, clothsQual },
    { "Items.Undershirt_03_rich_01",  "Ultralight Jasmin Doucet Syn Cotton Bustier", 0, clothsQual },
    { "Items.Undershirt_03_rich_02",  "Reine de Abeilles Bustier with Bulletproof Lining", 0, clothsQual },
    { "Items.Vest_01_basic_01",  "Border Guard Multilayer Aramid Vest", 0, clothsQual },
    { "Items.Vest_01_basic_02",  "Arasaka Polycarbonate-Laced Bulletproof Aramid Vest", 0, clothsQual },
    { "Items.Vest_01_old_01",  "Shabby 6th Street Aramid Vest", 0, clothsQual },
    { "Items.Vest_01_old_02",  "Old Maelstrom-Tagged Aramid Vest", 0, clothsQual },
    { "Items.Vest_01_rich_01",  "CY-4N Hybrid-Knit Aramid Tactical Vest", 0, clothsQual },
    { "Items.Vest_01_rich_02",  "M4RBL3 Titanium-Pleated Ballistic Vest", 0, clothsQual },
    { "Items.Vest_02_basic_01",  "Enhanced Aramid Vest", 0, clothsQual },
    { "Items.Vest_02_basic_02",  "Ultralight Composite Vest", 0, clothsQual },
    { "Items.Vest_02_old_01",  "Punk Aramid Vest", 0, clothsQual },
    { "Items.Vest_02_old_02",  "Military Aramid Vest", 0, clothsQual },
    { "Items.Vest_02_rich_01",  "Kang Tao Metalstitch Aramid Vest", 0, clothsQual },
    { "Items.Vest_02_rich_02",  "Militech Armor-Quilted Aramid Vest", 0, clothsQual },
    { "Items.Vest_03_basic_01",  "NCPD Reinforced Ballistic Vest", 0, clothsQual },
    { "Items.Vest_03_basic_02",  "Border Guard Ballistic Vest", 0, clothsQual },
    { "Items.Vest_03_old_01",  "SCAV Ballistic Vest", 0, clothsQual },
    { "Items.Vest_03_old_02",  "6th Street Makeshift Ballistic Vest", 0, clothsQual },
    { "Items.Vest_03_rich_01",  "Amber-04 Titanium-Plated Ballistic Vest", 0, clothsQual },
    { "Items.Vest_03_rich_02",  "Powdered Pink Trivanadium Alloy Ballistic Vest.", 0, clothsQual },
    { "Items.Vest_04_basic_01",  "Basic Ballistic Vest", 0, clothsQual },
    { "Items.Vest_04_basic_02",  "Police Ballistic Vest", 0, clothsQual },
    { "Items.Vest_04_old_01",  "Old Combat Vest", 0, clothsQual },
    { "Items.Vest_04_old_02",  "Worn-Out Ballistic Vest", 0, clothsQual },
    { "Items.Vest_04_rich_01",  "Virtuglow Composite Ballistic Vest", 0, clothsQual },
    { "Items.Vest_04_rich_02",  "Daemon Hunter Titanium-Weave Ballistic Vest", 0, clothsQual },
    { "Items.Vest_06_basic_01",  "Militec Armourfibre Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_basic_02",  "Tyger Claws Reinforced Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_old_01",  "6th Street Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_old_02",  "Dirty NUSA Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_rich_01",  "Animals Heavy Composite Plated Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_rich_02",  "Decadencia Verde Bulletproof Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_rich_03",  "Arasaka Tactical Harness", 0, clothsQual },
    { "Items.Vest_06_rich_04",  "Flazh Armoured Thermoset Tactical Harness", 0, clothsQual },
    { "Items.Vest_07_basic_01",  "High Collar Military Vest", 0, clothsQual },
    { "Items.Vest_07_basic_02",  "Enhanced High Collar Vest", 0, clothsQual },
    { "Items.Vest_07_basic_03",  "Basic Detachable Reactive-Fibre Collar", 0, clothsQual },
    { "Items.Vest_07_old_01",  "Punk High-Collar Vest", 0, clothsQual },
    { "Items.Vest_07_old_02",  "Durable High-Collar Vest", 0, clothsQual },
    { "Items.Vest_07_old_03",  "Graffiti Detachable Collar", 0, clothsQual },
    { "Items.Vest_07_rich_01",  "Shirokuro High-Collar Composite-Lined Vest", 0, clothsQual },
    { "Items.Vest_07_rich_02",  "Urban Jungle High-Collar Reinforced Leather Vest", 0, clothsQual },
    { "Items.Vest_07_rich_03",  "Magenta Puncture-Resistant Multilayer High-Collar Vest", 0, clothsQual },
    { "Items.Vest_08_basic_01",  "Militech Heavy Tactical Vest", 0, clothsQual },
    { "Items.Vest_08_basic_02",  "Kang Tao Reinforced Tactical Vest", 0, clothsQual },
    { "Items.Vest_08_old_01",  "Border Guard Tactical Vest", 0, clothsQual },
    { "Items.Vest_08_old_02",  "Camo Tactical Vest", 0, clothsQual },
    { "Items.Vest_08_rich_01",  "*censored* V.13 Dual-Tactical Vest", 0, clothsQual },
    { "Items.Vest_08_rich_02",  "Trauma Team Tactical Vest", 0, clothsQual },
    { "Items.Vest_10_basic_01",  "Sturdy Shoulder Straps", 0, clothsQual },
    { "Items.Vest_10_basic_02",  "Valentinos Leather Shoulder Straps", 0, clothsQual },
    { "Items.Vest_10_old_01",  "Old Camo Shoulder Straps", 0, clothsQual },
    { "Items.Vest_10_old_02",  "6th Street Shoulder Straps", 0, clothsQual },
    { "Items.Vest_10_rich_01",  "Animals Reinforced Carbon-Fibre Shoulder Straps", 0, clothsQual },
    { "Items.Vest_10_rich_02",  "Wraiths Dual-Reinforced Shoulder Straps", 0, clothsQual },
    { "Items.Vest_11_basic_01",  "Reflective Metalweave Nylon Vest", 0, clothsQual },
    { "Items.Vest_11_basic_02",  "Kang Tao Reflective Metalweave Nylon Vest", 0, clothsQual },
    { "Items.Vest_11_old_01",  "Muddy NCPD Vest", 0, clothsQual },
    { "Items.Vest_11_old_02",  "Old 6th-Street Vest", 0, clothsQual },
    { "Items.Vest_11_rich_01",  "Cyan Thermoset Combat Camo Vest", 0, clothsQual },
    { "Items.Vest_11_rich_02",  "Graffiti Ultraresistant Duolayer Vest", 0, clothsQual },
    { "Items.Vest_12_basic_01",  "Arasaka Thermoset Aramid Vest", 0, clothsQual },
    { "Items.Vest_12_basic_02",  "Mox Nanoplastic Collar", 0, clothsQual },
    { "Items.Vest_12_old_01",  "Military Aramid Collar", 0, clothsQual },
    { "Items.Vest_12_old_02",  "NCPD Aramid Collar", 0, clothsQual },
    { "Items.Vest_12_rich_01",  "Tyger Claws Ceramic Laminate Aramid Collar", 0, clothsQual },
    { "Items.Vest_12_rich_02",  "Valentinos Armor-Plated Thermoset Aramid Collar", 0, clothsQual },
    { "Items.Vest_13_basic_01",  "Militech Ultralight Aramid Breastplate", 0, clothsQual },
    { "Items.Vest_13_basic_02",  "Corporate Armor-Plated Aramid Breastplate", 0, clothsQual },
    { "Items.Vest_13_rich_01",  "Saeko's Prototype Tactical Aramid Breastplate", 0, clothsQual },
    { "Items.Vest_13_rich_02",  "Arumajiro Dual-Armor Aramid Breastplate", 0, clothsQual },
    { "Items.Vest_13_rich_03",  "Kani Kara Titanium-Reinforced Composite Breastplate", 0, clothsQual },
    { "Items.Vest_13_rich_04",  "5HI3LD Superb Combatweave Aramid Breastplate", 0, clothsQual },
    { "Items.Vest_14_basic_01",  "Microplate-Lined Camo Vest", 0, clothsQual },
    { "Items.Vest_14_basic_02",  "Lady In Blue Synthweave Vest", 0, clothsQual },
    { "Items.Vest_14_old_01",  "NUSA Leather Vest", 0, clothsQual },
    { "Items.Vest_14_old_02",  "Secondhand Synthleather Vest", 0, clothsQual },
    { "Items.Vest_14_rich_01",  "*censored* V.13 Composite-Enhanced Vest", 0, clothsQual },
    { "Items.Vest_14_rich_02",  "Classy Brass Flame-Resistant Lamined Vests", 0, clothsQual },
    { "Items.Vest_15_basic_01",  "Hand-Reinforced Hooded Denim Cut-off", 0, clothsQual },
    { "Items.Vest_15_basic_02",  "Camo Combat Cut-Off", 0, clothsQual },
    { "Items.Vest_15_basic_03",  "Candy Pill Ultra-Durable Cut-Off", 0, clothsQual },
    { "Items.Vest_15_old_01",  "Bloody PIggy Cut-Off", 0, clothsQual },
    { "Items.Vest_15_old_02",  "Sabby Hooded Cut-Off", 0, clothsQual },
    { "Items.Vest_15_old_03",  "Cut-Off With Protective Underlayer", 0, clothsQual },
    { "Items.Vest_16_basic_01",  "Tamashí Enhanced Short Puffer", 0, clothsQual },
    { "Items.Vest_16_basic_02",  "Nanostitched Short Puffer", 0, clothsQual },
    { "Items.Vest_16_old_01",  "Short Puffer With Microplate Underlayer", 0, clothsQual },
    { "Items.Vest_16_old_02",  "Reinforced Short Puffer", 0, clothsQual },
    { "Items.Vest_16_rich_01",  "Claw Taste Ultradurable Short Puffer", 0, clothsQual },
    { "Items.Vest_16_rich_02",  "Fancy Dragon Aramid Lined Short Puffer", 0, clothsQual },
    { "Items.Vest_17_basic_01",  "JSHLX Reinforced Puffer Jacket", 0, clothsQual },
    { "Items.Vest_17_basic_02",  "Final Impulse Duolayer Puffer Vest", 0, clothsQual },
    { "Items.Vest_17_rich_01",  "Wasp Anti-Puncture Polyamide Puffer Vest", 0, clothsQual },
    { "Items.Vest_17_rich_02",  "Magenta Bee Trilayer Hybrid Puffer Vest", 0, clothsQual },
    { "Items.Vest_18_basic_01",  "Polycarbonate Western Fringe Vest", 0, clothsQual },
    { "Items.Vest_18_basic_02",  "Icon Ameraica Duolayer Western Fringe Vest", 0, clothsQual },
    { "Items.Vest_18_old_01",  "Camo Western Fringe Vest", 0, clothsQual },
    { "Items.Vest_18_rich_01",  "Adamant Road Composite-Reinforced Western Fringe Vest", 0, clothsQual },
    { "Items.Vest_18_rich_02",  "Anhelo Blanco Puncture-Resistant Western Fringe Vest", 0, clothsQual },
    { "Items.Vest_19_basic_01",  "Asa no Heiwa Enhanced Yukata", 0, clothsQual },
    { "Items.Vest_19_basic_02",  "Elegant Nanoweave Yukata", 0, clothsQual },
    { "Items.Vest_19_old_01",  "Synweave Armor-Coated Yukata", 0, clothsQual },
    { "Items.Vest_19_rich_01",  "Wakai Umi Flame-Resistant Yukata", 0, clothsQual },
    { "Items.Vest_19_rich_02",  "Murasaki Tear-Resistant Yukata", 0, clothsQual },
    { "Items.Vest_20_basic_01",  "Impact-Absorbent Padded Biker Vest", 0, clothsQual },
    { "Items.Vest_20_basic_02",  "Hjudge Werther Reinforced Leather Biker Vest", 0, clothsQual },
    { "Items.Vest_20_old_01",  "Studded Biker Vest", 0, clothsQual },
    { "Items.Vest_20_old_02",  "Leather Biker Vest", 0, clothsQual },
    { "Items.Vest_20_rich_01",  "Silverock Bulletproof-Laminate Biker Vest", 0, clothsQual },
    { "Items.Vest_20_rich_02",  "Rosa Escarlata Embossed Armoleather Biker Vest", 0, clothsQual },
    { "Items.Visor_01_basic_01",  "Technopolymer Lab Info Visor", 0, clothsQual },
    { "Items.Visor_01_basic_02",  "Illegally Modified Military Infovisor", 0, clothsQual },
    { "Items.Visor_01_basic_03",  "Blouie Blue Aramid Coated Infovisor", 0, clothsQual },
    { "Items.Visor_01_basic_04",  "Trendy Red Vision Laminated Glass Infovisor", 0, clothsQual },
    { "Items.Visor_01_basic_05",  "Sun Spark Thermoset Chemglass Infovisor", 0, clothsQual },
    { "Items.Visor_02_basic_01",  "BoostKnit-Polymer Military Techgogs", 0, clothsQual },
    { "Items.Visor_02_basic_02",  "Arasaka Tactical Techgogs", 0, clothsQual },
    { "Items.Visor_02_basic_03",  "Reinforced Plasti Biker Techgogs", 0, clothsQual },
    { "Items.Visor_02_old_01",  "Broken Techgogs", 0, clothsQual },
    { "Items.Visor_02_old_02",  "Old Biker Techgogs", 0, clothsQual },
    { "Items.Visor_02_rich_01",  "Yamori Tungsten-Steel Biker Techgogs", 0, clothsQual },
    { "Items.Visor_02_rich_02",  "*censored* Armoured Ice-Protected Techgogs", 0, clothsQual },
    { "Items.Visor_02_rich_03",  "Dried Blood Metal-Reinforced Tactical Techgogs", 0, clothsQual },
    { "Items.Preset_Achilles_Default",  "M-179E Achilles", 0, weapQual },
    { "Items.Preset_Achilles_Military",  "M-179E Achilles", 0, weapQual },
    { "Items.Preset_Achilles_Nash",  "Widow Maker", 0, weapQual },
    { "Items.Preset_Achilles_Neon",  "M-179E Achilles", 0, weapQual },
    { "Items.Preset_Achilles_Pimp",  "M-179E Achilles", 0, weapQual },
    { "Items.Preset_Achilles_Tiny_Mike",  "M-179E Achilles", 0, weapQual },
    { "Items.Preset_Ajax_Default",  "M251S Ajax", 0, weapQual },
    { "Items.Preset_Ajax_Military",  "M251S Ajax", 0, weapQual },
    { "Items.Preset_Ajax_Moron",  "Moron Labe", 0, weapQual },
    { "Items.Preset_Ajax_Neon",  "M251S Ajax", 0, weapQual },
    { "Items.Preset_Ajax_Pimp",  "M251S Ajax", 0, weapQual },
    { "Items.Preset_Ajax_Training",  "M251S Ajax", 0, weapQual },
    { "Items.Preset_Ashura_Default",  "Ashura", 0, weapQual },
    { "Items.Preset_Ashura_Military",  "Ashura", 0, weapQual },
    { "Items.Preset_Ashura_Neon",  "Ashura", 0, weapQual },
    { "Items.Preset_Ashura_Pimp",  "Ashura", 0, weapQual },
    { "Items.Preset_Base_Copperhead",  "D5 Copperhead", 0, weapQual },
    { "Items.Preset_Base_Lexington",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Base_Masamune",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Baseball_Bat_Default",  "Baseball Bat", 0, weapQual },
    { "Items.Preset_Baseball_Bat_Denny",  "Gold Plated Baseball Bat", 0, weapQual },
    { "Items.Preset_Baton_Alpha",  "Electric Baton Alpha", 0, weapQual },
    { "Items.Preset_Baton_Beta",  "Electric Baton Beta", 0, weapQual },
    { "Items.Preset_Baton_Gamma",  "Electric Baton Gamma", 0, weapQual },
    { "Items.Preset_Baton_Tinker_Bell",  "Tinker Bell", 0, weapQual },
    { "Items.Preset_Burya_Comrade",  "Comrade's Hammer", 0, weapQual },
    { "Items.Preset_Burya_Default",  "RT-46 Burya", 0, weapQual },
    { "Items.Preset_Burya_Military",  "RT-46 Burya", 0, weapQual },
    { "Items.Preset_Burya_Neon",  "RT-46 Burya", 0, weapQual },
    { "Items.Preset_Burya_Pimp",  "RT-46 Burya", 0, weapQual },
    { "Items.Preset_Butchers_Knife_Default",  "Butcher's Cleaver", 0, weapQual },
    { "Items.Preset_Cane_Fingers",  "Cottonmouth", 0, weapQual },
    { "Items.Preset_Carnage_Default",  "Carnage", 0, weapQual },
    { "Items.Preset_Carnage_Military",  "Carnage", 0, weapQual },
    { "Items.Preset_Carnage_Mox",  "MOX", 0, weapQual },
    { "Items.Preset_Carnage_Neon",  "Carnage", 0, weapQual },
    { "Items.Preset_Carnage_Pimp",  "Carnage", 0, weapQual },
    { "Items.Preset_Chao_Default",  "A-22B Chao", 0, weapQual },
    { "Items.Preset_Chao_Military",  "A-22B Chao", 0, weapQual },
    { "Items.Preset_Chao_Neon",  "A-22B Chao", 0, weapQual },
    { "Items.Preset_Chao_Pimp",  "A-22B Chao", 0, weapQual },
    { "Items.Preset_Chefs_Knife_Default",  "Chef's Knife", 0, weapQual },
    { "Items.Preset_Copperhead_Default",  "D5 Copperhead", 0, weapQual },
    { "Items.Preset_Copperhead_Genesis",  "PSALM 11:6", 0, weapQual },
    { "Items.Preset_Copperhead_Military",  "D5 Copperhead", 0, weapQual },
    { "Items.Preset_Copperhead_Neon",  "D5 Copperhead", 0, weapQual },
    { "Items.Preset_Copperhead_Pimp",  "D5 Copperhead", 0, weapQual },
    { "Items.Preset_Crowbar_Default",  "Crowbar", 0, weapQual },
    { "Items.Preset_Crusher_Default",  "Crusher", 0, weapQual },
    { "Items.Preset_Crusher_Military",  "Crusher", 0, weapQual },
    { "Items.Preset_Crusher_Neon",  "Crusher", 0, weapQual },
    { "Items.Preset_Crusher_Pimp",  "Crusher", 0, weapQual },
    { "Items.Preset_Defender_Default",  "M2067 Defender", 0, weapQual },
    { "Items.Preset_Defender_Military",  "M2067 Defender", 0, weapQual },
    { "Items.Preset_Defender_Neon",  "M2067 Defender", 0, weapQual },
    { "Items.Preset_Defender_Pimp",  "M2067 Defender", 0, weapQual },
    { "Items.Preset_Dian_Default",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Default",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Military",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Neon",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Pimp",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Trauma",  "G-58 Dian", 0, weapQual },
    { "Items.Preset_Dian_Yinglong",  "Yinglong", 0, weapQual },
    { "Items.Preset_Dildo_Stout",  "Sir John Phallustiff", 0, weapQual },
    { "Items.Preset_Grad_Buck",  "O'Five", 0, weapQual },
    { "Items.Preset_Grad_Default",  "SPT32 Grad", 0, weapQual },
    { "Items.Preset_Grad_Military",  "SPT32 Grad", 0, weapQual },
    { "Items.Preset_Grad_Neon",  "SPT32 Grad", 0, weapQual },
    { "Items.Preset_Grad_Panam",  "Overwatch", 0, weapQual },
    { "Items.Preset_Grad_Pimp",  "SPT32 Grad", 0, weapQual },
    { "Items.Preset_Hammer_Default",  "Hammer", 0, weapQual },
    { "Items.Preset_Hammer_Sasquatch",  "Sasquatch's Hammer", 0, weapQual },
    { "Items.Preset_HMG_Default",  "MK.31 HMG", 0, weapQual },
    { "Items.Preset_Igla_Default",  "DB-4 IGLA", 0, weapQual },
    { "Items.Preset_Igla_Military",  "DB-4 IGLA", 0, weapQual },
    { "Items.Preset_Igla_Neon",  "DB-4 IGLA", 0, weapQual },
    { "Items.Preset_Igla_Pimp",  "DB-4 IGLA", 0, weapQual },
    { "Items.Preset_Igla_Sovereign",  "Sovereign", 0, weapQual },
    { "Items.Preset_Iron_Pipe_Default",  "Steel Pipe", 0, weapQual },
    { "Items.Preset_Kanabo_Default",  "Kanabo", 0, weapQual },
    { "Items.Preset_Katana_Arasaka_2020",  "Katana", 0, weapQual },
    { "Items.Preset_Katana_Cocktail",  "Cocktail Stick", 0, weapQual },
    { "Items.Preset_Katana_Default",  "Katana", 0, weapQual },
    { "Items.Preset_Katana_GoG",  "Black Unicorn", 0, weapQual },
    { "Items.Preset_Katana_Hiromi",  "Tsumetogi", 0, weapQual },
    { "Items.Preset_Katana_Military",  "Katana", 0, weapQual },
    { "Items.Preset_Katana_Neon",  "Katana", 0, weapQual },
    { "Items.Preset_Katana_Saburo",  "Satori", 0, weapQual },
    { "Items.Preset_Katana_Surgeon",  "Scalpel", 0, weapQual },
    { "Items.Preset_Katana_Takemura",  "Jinchu-Maru", 0, weapQual },
    { "Items.Preset_Katana_Training",  "Katana", 0, weapQual },
    { "Items.Preset_Kenshin_Default",  "Katana", 0, weapQual },
    { "Items.Preset_Kenshin_Frank",  "Apparition", 0, weapQual },
    { "Items.Preset_Kenshin_Military",  "Jke-X2 Kenshin", 0, weapQual },
    { "Items.Preset_Kenshin_MQ041",  "Jke-X2 Kenshin", 0, weapQual },
    { "Items.Preset_Kenshin_Neon",  "Jke-X2 Kenshin", 0, weapQual },
    { "Items.Preset_Kenshin_Pimp",  "Jke-X2 Kenshin", 0, weapQual },
    { "Items.Preset_Kenshin_Royce",  "Chaos", 0, weapQual },
    { "Items.Preset_Kenshin_Takemura",  "Jke-X2 Kenshin", 0, weapQual },
    { "Items.Preset_Knife_Default",  "Knife", 0, weapQual },
    { "Items.Preset_Knife_Military",  "Knife", 0, weapQual },
    { "Items.Preset_Knife_Stinger",  "Stinger", 0, weapQual },
    { "Items.Preset_Knuckles_Default",  "", 0, weapQual },
    { "Items.Preset_Knuckles_Golden",  "", 0, weapQual },
    { "Items.Preset_Knuckles_Military",  "", 0, weapQual },
    { "Items.Preset_Knuckles_Pimp",  "", 0, weapQual },
    { "Items.Preset_Kukri_Default",  "Kukri", 0, weapQual },
    { "Items.Preset_Kukri_Voodoo",  "Kukri", 0, weapQual },
    { "Items.Preset_Lexington_DEBUG",  "", 0, weapQual },
    { "Items.Preset_Lexington_Default",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Lexington_Military",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Lexington_Neon",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Lexington_Pimp",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Lexington_Toygun",  "M-10AF Lexington", 0, weapQual },
    { "Items.Preset_Lexington_Wilson",  "Dying Night", 0, weapQual },
    { "Items.Preset_Liberty_Default",  "Liberty", 0, weapQual },
    { "Items.Preset_Liberty_Dex",  "Plan B", 0, weapQual },
    { "Items.Preset_Liberty_Military",  "Liberty", 0, weapQual },
    { "Items.Preset_Liberty_Neon",  "Liberty", 0, weapQual },
    { "Items.Preset_Liberty_Pimp",  "Liberty", 0, weapQual },
    { "Items.Preset_Liberty_Rogue",  "Pride", 0, weapQual },
    { "Items.Preset_Liberty_Yorinobu",  "Kongou", 0, weapQual },
    { "Items.Preset_Machete_Default",  "Machete", 0, weapQual },
    { "Items.Preset_Machete_Maelstrom",  "Machete", 0, weapQual },
    { "Items.Preset_Machete_Valentinos",  "Machete", 0, weapQual },
    { "Items.Preset_Masamune_Arasaka_2020",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Default",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Flashlight",  "HJSH-18 Masamune [with FLASHLIGHT]", 0, weapQual },
    { "Items.Preset_Masamune_Military",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Neon",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Pimp",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Rogue",  "Prejudice", 0, weapQual },
    { "Items.Preset_Masamune_Scope",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_Masamune_Trauma",  "HJSH-18 Masamune", 0, weapQual },
    { "Items.Preset_MQ008_Nova",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nekomata_Breakthrough",  "Breakthrough", 0, weapQual },
    { "Items.Preset_Nekomata_Default",  "Nekomata", 0, weapQual },
    { "Items.Preset_Nekomata_Military",  "Nekomata", 0, weapQual },
    { "Items.Preset_Nekomata_Neon",  "Nekomata", 0, weapQual },
    { "Items.Preset_Nekomata_Pimp",  "Nekomata", 0, weapQual },
    { "Items.Preset_Nova_Default",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nova_Doom_Doom",  "Doom Doom", 0, weapQual },
    { "Items.Preset_Nova_Military",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nova_Neon",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nova_Pimp",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nova_Q000_Nomad",  "DR5 Nova", 0, weapQual },
    { "Items.Preset_Nue_Arasaka",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Arasaka_2020",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Default",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Jackie",  "La Chingona Dorada", 0, weapQual },
    { "Items.Preset_Nue_Jackie",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Maiko",  "Death and Taxes", 0, weapQual },
    { "Items.Preset_Nue_Military",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Neon",  "Nue", 0, weapQual },
    { "Items.Preset_Nue_Pimp",  "Nue", 0, weapQual },
    { "Items.Preset_Omaha_Default",  "M-76E Omaha", 0, weapQual },
    { "Items.Preset_Omaha_Military",  "M-76E Omaha", 0, weapQual },
    { "Items.Preset_Omaha_Neon",  "M-76E Omaha", 0, weapQual },
    { "Items.Preset_Omaha_Pimp",  "M-76E Omaha", 0, weapQual },
    { "Items.Preset_Omaha_Suzie",  "Lizzie", 0, weapQual },
    { "Items.Preset_Overture_Cassidy",  "Amesty", 0, weapQual },
    { "Items.Preset_Overture_Default",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Default_E",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Default_L",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Default_R",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Default_U",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Kerry",  "Archangel", 0, weapQual },
    { "Items.Preset_Overture_Legendary",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Military",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Neon",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_Pimp",  "Overture", 0, weapQual },
    { "Items.Preset_Overture_River",  "Crash", 0, weapQual },
    { "Items.Preset_Palica_Default",  "DB-4 Palica", 0, weapQual },
    { "Items.Preset_Palica_Military",  "DB-4 Palica", 0, weapQual },
    { "Items.Preset_Palica_Neon",  "DB-4 Palica", 0, weapQual },
    { "Items.Preset_Palica_Pimp",  "DB-4 Palica", 0, weapQual },
    { "Items.Preset_Pipe_Wrench_Default",  "Socket Wrench", 0, weapQual },
    { "Items.Preset_Pulsar_Buzzsaw",  "Buzzsaw", 0, weapQual },
    { "Items.Preset_Pulsar_Default",  "DS1 Pulsar", 0, weapQual },
    { "Items.Preset_Pulsar_Military",  "DS1 Pulsar", 0, weapQual },
    { "Items.Preset_Pulsar_Neon",  "DS1 Pulsar", 0, weapQual },
    { "Items.Preset_Pulsar_Pimp",  "DS1 Pulsar", 0, weapQual },
    { "Items.Preset_Q001_Lexington",  "Dying Night", 0, weapQual },
    { "Items.Preset_Quasar_Default",  "DR12 Quasar", 0, weapQual },
    { "Items.Preset_Quasar_Military",  "DR12 Quasar", 0, weapQual },
    { "Items.Preset_Quasar_Neon",  "DR12 Quasar", 0, weapQual },
    { "Items.Preset_Quasar_Pimp",  "DR12 Quasar", 0, weapQual },
    { "Items.Preset_Saratoga_Arasaka_2020",  "M221 Saratoga", 0, weapQual },
    { "Items.Preset_Saratoga_Default",  "M221 Saratoga", 0, weapQual },
    { "Items.Preset_Saratoga_Maelstrom",  "Fenrir", 0, weapQual },
    { "Items.Preset_Saratoga_Military",  "M221 Saratoga", 0, weapQual },
    { "Items.Preset_Saratoga_Neon",  "M221 Saratoga", 0, weapQual },
    { "Items.Preset_Saratoga_Pimp",  "M221 Saratoga", 0, weapQual },
    { "Items.Preset_Saratoga_Raffen",  "Problem Solver", 0, weapQual },
    { "Items.Preset_Satara_Default",  "DB-2 Satara", 0, weapQual },
    { "Items.Preset_Satara_Military",  "DB-2 Satara", 0, weapQual },
    { "Items.Preset_Satara_Neon",  "DB-2 Satara", 0, weapQual },
    { "Items.Preset_Satara_Pimp",  "DB-2 Satara", 0, weapQual },
    { "Items.Preset_Shingen_Default",  "TKI-20 Shingen", 0, weapQual },
    { "Items.Preset_Shingen_Military",  "TKI-20 Shingen", 0, weapQual },
    { "Items.Preset_Shingen_Neon",  "TKI-20 Shingen", 0, weapQual },
    { "Items.Preset_Shingen_Pimp",  "TKI-20 Shingen", 0, weapQual },
    { "Items.Preset_Shingen_Prototype",  "Prototype: Shingen Mark V", 0, weapQual },
    { "Items.Preset_Shovel_Caretaker",  "Caretaker's Spade", 0, weapQual },
    { "Items.Preset_Sidewinder_Default",  "D5 Sidewinder", 0, weapQual },
    { "Items.Preset_Sidewinder_Divided",  "Divided We Stand", 0, weapQual },
    { "Items.Preset_Sidewinder_Military",  "D5 Sidewinder", 0, weapQual },
    { "Items.Preset_Sidewinder_Neon",  "D5 Sidewinder", 0, weapQual },
    { "Items.Preset_Sidewinder_Pimp",  "D5 Sidewinder", 0, weapQual },
    { "Items.Preset_Silverhand_3516",  "Malorian Arms 3516", 0, weapQual },
    { "Items.Preset_Sor22_Default",  "SOR-22", 0, weapQual },
    { "Items.Preset_Sor22_Military",  "SOR-23", 0, weapQual },
    { "Items.Preset_Sor22_Neon",  "SOR-24", 0, weapQual },
    { "Items.Preset_Sor22_Pimp",  "SOR-25", 0, weapQual },
    { "Items.Preset_Tactician_Default",  "M2038 Tactician", 0, weapQual },
    { "Items.Preset_Tactician_Headsman",  "The Headsman", 0, weapQual },
    { "Items.Preset_Tactician_Military",  "M2038 Tactician", 0, weapQual },
    { "Items.Preset_Tactician_Neon",  "M2038 Tactician", 0, weapQual },
    { "Items.Preset_Tactician_Pimp",  "M2038 Tactician", 0, weapQual },
    { "Items.Preset_Tanto_Default",  "Tanto", 0, weapQual },
    { "Items.Preset_Testera_Default",  "DB-2 Testera", 0, weapQual },
    { "Items.Preset_Testera_Neon",  "DB-2 Testera", 0, weapQual },
    { "Items.Preset_Testera_Pimp",  "DB-2 Testera", 0, weapQual },
    { "Items.Preset_Tire_Iron_Default",  "The Iron", 0, weapQual },
    { "Items.Preset_Tomahawk_Default",  "Tomahawk", 0, weapQual },
    { "Items.Preset_Unity_Default",  "Unity", 0, weapQual },
    { "Items.Preset_Unity_Military",  "Unity", 0, weapQual },
    { "Items.Preset_Unity_Neon",  "Unity", 0, weapQual },
    { "Items.Preset_Unity_Pimp",  "Unity", 0, weapQual },
    { "Items.Preset_V_Unity",  "Unity", 0, weapQual },
    { "Items.Preset_V_Unity_Cutscene",  "Unity", 0, weapQual },
    { "Items.Preset_Yukimura_Default",  "HJKE-11 Yukimura", 0, weapQual },
    { "Items.Preset_Yukimura_Kiji",  "Genjiroh", 0, weapQual },
    { "Items.Preset_Yukimura_Military",  "HJKE-11 Yukimura", 0, weapQual },
    { "Items.Preset_Yukimura_Neon",  "HJKE-11 Yukimura", 0, weapQual },
    { "Items.Preset_Yukimura_Pimp",  "HJKE-11 Yukimura", 0, weapQual },
    { "Items.Preset_Yukimura_Skippy",  "Skippy", 0, weapQual },
    { "Items.Preset_Zhuo_Default",  "L-69 Zhuo", 0, weapQual },
    { "Items.Preset_Zhuo_Eight_Star",  "Ba Xing Chong", 0, weapQual },
    { "Items.Preset_Zhuo_Military",  "L-69 Zhuo", 0, weapQual },
    { "Items.Preset_Zhuo_Neon",  "L-69 Zhuo", 0, weapQual },
    { "Items.Preset_Zhuo_Pimp",  "L-69 Zhuo", 0, weapQual },
    { "Items.Preset_Zhuo_Trauma",  "L-69 Zhuo", 0, weapQual },

    }

    for _, w in ipairs(stuff) do
    local TDBID = TweakDBID.new(w[1])
    local ID = ItemID.new(TDBID)
    w[5] = ID.tdbid.hash
    end


    function updateQuality(statObj, Qual)
    --    local itemQuality = ss:GetStatValue(statObj, 'Quality')
    --    print("Updating to", Qual, "on", statObj, "from", itemQuality)

    -- It's sometimes stripping level for some reason, so this should persist it.
    local level = ss:GetStatValue(statObj, 'ItemLevel')

    --    statObj = OID:GetStatsObjectID()
    -- This is all from Arsenic_Touch's legendary mod. Strip existing data, replace it with new.
    ss:RemoveAllModifiers(statObj, 'Quality', true)
    local qualityMod = Game['gameRPGManager::CreateStatModifier;gamedataStatTypegameStatModifierTypeFloat']('Quality', 'Additive', Qual)
    ss:AddSavedModifier(statObj, qualityMod)
    ss:RemoveAllModifiers(statObj, 'ItemLevel', true)
    qualityMod = Game['gameRPGManager::CreateStatModifier;gamedataStatTypegameStatModifierTypeFloat']('ItemLevel', 'Additive', level)
    ss:AddSavedModifier(statObj, qualityMod)
    end

    -- There may be a cleaner way to do this.
    local il = im:GetPlayerInventoryItemsExcludingLoadout()

    for _, v in pairs(il) do
    for _, w in ipairs(stuff) do
    if(w[5] == v:GetID().tdbid.hash) then
    w[3] = w[3] + 1
    updateQuality(v:GetStatsObjectID(), w[4])
    end
    end
    end

    local out = ""
    local breaks = 0
    for _, w in ipairs(stuff) do
    out = out .. w[3] .. " " .. w[2] .. ", "
    breaks = breaks + 1
    if breaks == 5 then
    out = out .. "\n"
    breaks = 0
    end
    end
    print("Updated", out)
    1. zingfharn
      zingfharn
      • supporter
      • 3 kudos
      If  you just want to upgrade everything, it might be easier to look at item type and upgrade weapons and clothing, rather than explicitly listing every item ever.
    2. FunkDooBiesT
      FunkDooBiesT
      • member
      • 0 kudos
      True, but I pulled the data and created the strings for the weapons and guns excluding iconic ones. Weird thing is that some of the items are dirt cheap after upgrading. But I really don't care as I can then dismantle those and sell the others. But since this is super cheaty anyway I'm not that invested in getting it perfect.
  10. c0ldk453
    c0ldk453
    • premium
    • 3 kudos
    Cyber Mod Manager restores functionality to the dofile command.  If you prefer.
    1. LuxDragon
      LuxDragon
      • supporter
      • 13 kudos
      I can't seem to get the In-game manager to run this script. Dunno if it's them, this, or me.

      But the command works fine and it's the only mod I use that that requires a command, so it's not a big deal.