缺氧 wiki 编辑团队提示:注册账号并登录后体验更佳,且可通过参数设置定制优化您的浏览体验!

该站点为镜像站点,如果你想帮助这个由玩家志愿编辑的 wiki 站点,请前往原站点参与编辑,
同时欢迎加入编辑讨论群 851803695 与其他编辑者一起参与建设!

全站通知:

模块:Data/ClothingOutfits

来自缺氧WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

此模块的文档可以在模块:Data/ClothingOutfits/doc创建

return {
    allOutfits = {
        StandardYellow = {
            Name = "STRINGS.UI.OUTFITS.STANDARD_YELLOW.NAME",
            Id = "StandardYellow",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopStandardYellow",
                "BottomBasicBlack",
                "GlovesStandardGold",
                "ShoesBasicBlack",
            },
        },
        StandardRed = {
            Name = "STRINGS.UI.OUTFITS.STANDARD_RED.NAME",
            Id = "StandardRed",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopStandardRed",
                "BottomBasicBlack",
                "GlovesStandardGold",
                "ShoesBasicBlack",
            },
        },
        StandardGreen = {
            Name = "STRINGS.UI.OUTFITS.STANDARD_GREEN.NAME",
            Id = "StandardGreen",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopStandardGreen",
                "BottomBasicBlack",
                "GlovesStandardGold",
                "ShoesBasicBlack",
            },
        },
        StandardBlue = {
            Name = "STRINGS.UI.OUTFITS.STANDARD_BLUE.NAME",
            Id = "StandardBlue",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopStandardBlue",
                "BottomBasicBlack",
                "GlovesStandardGold",
                "ShoesBasicBlack",
            },
        },
        permit_standard_bionic_outfit = {
            Name = "STRINGS.BLUEPRINTS.PERMIT_STANDARD_BIONIC_OUTFIT.NAME",
            Id = "permit_standard_bionic_outfit",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_standard_bionic_top",
                "permit_standard_bionic_bottom",
                "permit_standard_bionic_gloves",
                "permit_standard_bionic_shoes",
            },
        },
        permit_standard_regal_neutronium_outfit = {
            Name = "STRINGS.BLUEPRINTS.PERMIT_STANDARD_REGAL_NEUTRONIUM_OUTFIT.NAME",
            Id = "permit_standard_regal_neutronium_outfit",
            outfitType = "Clothing",
            requiredDlcIds = {
                "COSMETIC1_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_bottom_regal_neutronium",
                "permit_shoes_regal_neutronium",
                "permit_gloves_neutronium",
                "permit_top_regal_neutronium",
            },
        },
        BasicBlack = {
            Name = "STRINGS.UI.OUTFITS.BASIC_BLACK.NAME",
            Id = "BasicBlack",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicBlack",
                "BottomBasicBlack",
                "GlovesBasicBlack",
                "ShoesBasicBlack",
            },
        },
        BasicWhite = {
            Name = "STRINGS.UI.OUTFITS.BASIC_WHITE.NAME",
            Id = "BasicWhite",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicWhite",
                "BottomBasicWhite",
                "GlovesBasicWhite",
                "ShoesBasicWhite",
            },
        },
        BasicRed = {
            Name = "STRINGS.UI.OUTFITS.BASIC_RED.NAME",
            Id = "BasicRed",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicRed",
                "BottomBasicRed",
                "GlovesBasicRed",
                "ShoesBasicRed",
            },
        },
        BasicOrange = {
            Name = "STRINGS.UI.OUTFITS.BASIC_ORANGE.NAME",
            Id = "BasicOrange",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicOrange",
                "BottomBasicOrange",
                "GlovesBasicOrange",
                "ShoesBasicOrange",
            },
        },
        BasicYellow = {
            Name = "STRINGS.UI.OUTFITS.BASIC_YELLOW.NAME",
            Id = "BasicYellow",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicYellow",
                "BottomBasicYellow",
                "GlovesBasicYellow",
                "ShoesBasicYellow",
            },
        },
        BasicGreen = {
            Name = "STRINGS.UI.OUTFITS.BASIC_GREEN.NAME",
            Id = "BasicGreen",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicGreen",
                "BottomBasicGreen",
                "GlovesBasicGreen",
                "ShoesBasicGreen",
            },
        },
        BasicAqua = {
            Name = "STRINGS.UI.OUTFITS.BASIC_AQUA.NAME",
            Id = "BasicAqua",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicAqua",
                "BottomBasicAqua",
                "GlovesBasicAqua",
                "ShoesBasicAqua",
            },
        },
        BasicPurple = {
            Name = "STRINGS.UI.OUTFITS.BASIC_PURPLE.NAME",
            Id = "BasicPurple",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicPurple",
                "BottomBasicPurple",
                "GlovesBasicPurple",
                "ShoesBasicPurple",
            },
        },
        BasicPinkOrchid = {
            Name = "STRINGS.UI.OUTFITS.BASIC_PINK_ORCHID.NAME",
            Id = "BasicPinkOrchid",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBasicPinkOrchid",
                "BottomBasicPinkOrchid",
                "GlovesBasicPinkOrchid",
                "ShoesBasicPinkOrchid",
            },
        },
        BasicDeepRed = {
            Name = "STRINGS.UI.OUTFITS.BASIC_DEEPRED.NAME",
            Id = "BasicDeepRed",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanDeepRed",
                "ShortsBasicDeepRed",
                "GlovesAthleticRedDeep",
                "SocksAthleticDeepRed",
            },
        },
        BasicOrangeSatsuma = {
            Name = "STRINGS.UI.OUTFITS.BASIC_SATSUMA.NAME",
            Id = "BasicOrangeSatsuma",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanSatsuma",
                "ShortsBasicSatsuma",
                "GlovesAthleticOrangeSatsuma",
                "SocksAthleticOrangeSatsuma",
            },
        },
        BasicLemon = {
            Name = "STRINGS.UI.OUTFITS.BASIC_LEMON.NAME",
            Id = "BasicLemon",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanLemon",
                "ShortsBasicYellowcake",
                "GlovesAthleticYellowLemon",
                "SocksAthleticYellowLemon",
            },
        },
        BasicBlueCobalt = {
            Name = "STRINGS.UI.OUTFITS.BASIC_BLUE_COBALT.NAME",
            Id = "BasicBlueCobalt",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanCobalt",
                "ShortsBasicBlueCobalt",
                "GlovesAthleticBlueCobalt",
                "SocksAthleticBlueCobalt",
            },
        },
        BasicGreenKelly = {
            Name = "STRINGS.UI.OUTFITS.BASIC_GREEN_KELLY.NAME",
            Id = "BasicGreenKelly",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanKellyGreen",
                "ShortsBasicKellyGreen",
                "GlovesAthleticGreenKelly",
                "SocksAthleticGreenKelly",
            },
        },
        BasicPinkFlamingo = {
            Name = "STRINGS.UI.OUTFITS.BASIC_PINK_FLAMINGO.NAME",
            Id = "BasicPinkFlamingo",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanFlamingo",
                "ShortsBasicPinkFlamingo",
                "GlovesAthleticPinkFlamingo",
                "SocksAthleticPinkFlamingo",
            },
        },
        BasicGreyCharcoal = {
            Name = "STRINGS.UI.OUTFITS.BASIC_GREY_CHARCOAL.NAME",
            Id = "BasicGreyCharcoal",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRaglanCharcoal",
                "ShortsBasicCharcoal",
                "GlovesAthleticGreyCharcoal",
                "SocksAthleticGreyCharcoal",
            },
        },
        JellypuffBlueberry = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_BLUEBERRY.NAME",
            Id = "JellypuffBlueberry",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketBlueberry",
                "GlovesCufflessBlueberry",
            },
        },
        JellypuffGrape = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_GRAPE.NAME",
            Id = "JellypuffGrape",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketGrape",
                "GlovesCufflessGrape",
            },
        },
        JellypuffLemon = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_LEMON.NAME",
            Id = "JellypuffLemon",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketLemon",
                "GlovesCufflessLemon",
            },
        },
        JellypuffLime = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_LIME.NAME",
            Id = "JellypuffLime",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketLime",
                "GlovesCufflessLime",
            },
        },
        JellypuffSatsuma = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_SATSUMA.NAME",
            Id = "JellypuffSatsuma",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketSatsuma",
                "GlovesCufflessSatsuma",
            },
        },
        JellypuffStrawberry = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_STRAWBERRY.NAME",
            Id = "JellypuffStrawberry",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketStrawberry",
                "GlovesCufflessStrawberry",
            },
        },
        JellypuffWatermelon = {
            Name = "STRINGS.UI.OUTFITS.JELLYPUFF_WATERMELON.NAME",
            Id = "JellypuffWatermelon",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJellypuffJacketWatermelon",
                "GlovesCufflessWatermelon",
            },
        },
        Athlete = {
            Name = "STRINGS.UI.OUTFITS.ATHLETE.NAME",
            Id = "Athlete",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopAthlete",
                "PantsAthlete",
                "GlovesAthlete",
                "ShoesBasicBlack",
            },
        },
        Circuit = {
            Name = "STRINGS.UI.OUTFITS.CIRCUIT.NAME",
            Id = "Circuit",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopCircuitGreen",
                "PantsCircuitGreen",
                "GlovesCircuitGreen",
            },
        },
        AtmoLimone = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_LIMONE.NAME",
            Id = "AtmoLimone",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetLimone",
                "AtmoSuitBasicYellow",
                "AtmoGlovesLime",
                "AtmoBeltBasicLime",
                "AtmoShoesBasicYellow",
            },
        },
        AtmoPuft = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_PUFT.NAME",
            Id = "AtmoPuft",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetPuft",
                "AtmoSuitPuft",
                "AtmoGlovesPuft",
                "AtmoBeltPuft",
                "AtmoShoesPuft",
            },
        },
        AtmoSparkleRed = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_SPARKLE_RED.NAME",
            Id = "AtmoSparkleRed",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetSparkleRed",
                "AtmoSuitSparkleRed",
                "AtmoGlovesSparkleRed",
                "AtmoBeltSparkleRed",
                "AtmoShoesSparkleBlack",
            },
        },
        AtmoSparkleBlue = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_SPARKLE_BLUE.NAME",
            Id = "AtmoSparkleBlue",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetSparkleBlue",
                "AtmoSuitSparkleBlue",
                "AtmoGlovesSparkleBlue",
                "AtmoBeltSparkleBlue",
                "AtmoShoesSparkleBlack",
            },
        },
        AtmoSparkleGreen = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_SPARKLE_GREEN.NAME",
            Id = "AtmoSparkleGreen",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetSparkleGreen",
                "AtmoSuitSparkleGreen",
                "AtmoGlovesSparkleGreen",
                "AtmoBeltSparkleGreen",
                "AtmoShoesSparkleBlack",
            },
        },
        AtmoSparkleLavender = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_SPARKLE_LAVENDER.NAME",
            Id = "AtmoSparkleLavender",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetSparklePurple",
                "AtmoSuitSparkleLavender",
                "AtmoGlovesSparkleLavender",
                "AtmoBeltSparkleLavender",
                "AtmoShoesSparkleBlack",
            },
        },
        AtmoConfetti = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_CONFETTI.NAME",
            Id = "AtmoConfetti",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetConfetti",
                "AtmoSuitConfetti",
                "AtmoGlovesGold",
                "AtmoBeltBasicGold",
                "AtmoShoesStealth",
            },
        },
        AtmoEggplant = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_BASIC_PURPLE.NAME",
            Id = "AtmoEggplant",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetEggplant",
                "AtmoSuitCrispEggplant",
                "AtmoGlovesEggplant",
                "AtmoBeltEggplant",
                "AtmoShoesEggplant",
            },
        },
        CanadianTuxedo = {
            Name = "STRINGS.UI.OUTFITS.CANUXTUX.NAME",
            Id = "CanadianTuxedo",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopDenimBlue",
                "PantsJeans",
                "GlovesDenimBlue",
                "ShoesDenimBlue",
            },
        },
        Researcher = {
            Name = "STRINGS.UI.OUTFITS.NERD.NAME",
            Id = "Researcher",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopResearcher",
                "PantsResearch",
                "GlovesBasicBrownKhaki",
                "ShoesBasicGray",
            },
        },
        UndiesExec = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_STRAWBERRY.NAME",
            Id = "UndiesExec",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtExecutive",
                "BottomBriefsExecutive",
            },
        },
        UndiesUnderling = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_SATSUMA.NAME",
            Id = "UndiesUnderling",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtUnderling",
                "BottomBriefsUnderling",
            },
        },
        UndiesGroupthink = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_LEMON.NAME",
            Id = "UndiesGroupthink",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtGroupthink",
                "BottomBriefsGroupthink",
            },
        },
        UndiesStakeholder = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_LIME.NAME",
            Id = "UndiesStakeholder",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtStakeholder",
                "BottomBriefsStakeholder",
            },
        },
        UndiesAdmin = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_BLUEBERRY.NAME",
            Id = "UndiesAdmin",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtAdmin",
                "BottomBriefsAdmin",
            },
        },
        UndiesBuzzword = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_GRAPE.NAME",
            Id = "UndiesBuzzword",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtBuzzword",
                "BottomBriefsBuzzword",
            },
        },
        UndiesSynergy = {
            Name = "STRINGS.UI.OUTFITS.GONCHIES_WATERMELON.NAME",
            Id = "UndiesSynergy",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopUndershirtSynergy",
                "BottomBriefsSynergy",
            },
        },
        RebelGiOutfit = {
            Name = "STRINGS.UI.OUTFITS.REBELGI.NAME",
            Id = "RebelGiOutfit",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopRebelGi",
                "PantsGiBeltWhiteBlack",
                "GlovesCufflessBlack",
            },
        },
        AtmoPinkPurple = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_PINK_PURPLE.NAME",
            Id = "AtmoPinkPurple",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoBeltBasicNeonPink",
                "AtmoGlovesStripesLavender",
                "AtmoHelmetWorkoutLavender",
                "AtmoSuitBasicNeonPink",
                "AtmoShoesBasicLavender",
            },
        },
        AtmoRedGrey = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_RED_GREY.NAME",
            Id = "AtmoRedGrey",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoBeltBasicGrey",
                "AtmoGlovesWhite",
                "AtmoHelmetCummerbundRed",
                "AtmoSuitMultiRedBlack",
            },
        },
        Donor = {
            Name = "STRINGS.UI.OUTFITS.DONOR.NAME",
            Id = "Donor",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopJacketSmokingBurgundy",
                "BottomBasicBlack",
                "GlovesBasicBlack",
            },
        },
        EngineerCoveralls = {
            Name = "STRINGS.UI.OUTFITS.MECHANIC.NAME",
            Id = "EngineerCoveralls",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopMechanic",
                "PantsBasicRedOrange",
                "GlovesBasicGrey",
                "ShoesBasicBlack",
            },
        },
        PhdVelour = {
            Name = "STRINGS.UI.OUTFITS.VELOUR_BLACK.NAME",
            Id = "PhdVelour",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopVelourBlack",
                "PantsVelourBlack",
                "GlovesBasicWhite",
                "ShoesVelourBlack",
            },
        },
        PhdDress = {
            Name = "STRINGS.UI.OUTFITS.SLEEVELESS_BOW_BW.NAME",
            Id = "PhdDress",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "DressSleevelessBowBw",
                "GlovesLongWhite",
                "ShoesMaryjaneSocksBw",
            },
        },
        ShortwaveVelour = {
            Name = "STRINGS.UI.OUTFITS.VELOUR_BLUE.NAME",
            Id = "ShortwaveVelour",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopVelourBlue",
                "PantsVelourBlue",
                "GlovesBasicWhite",
                "ShoesVelourBlue",
            },
        },
        GammaVelour = {
            Name = "STRINGS.UI.OUTFITS.VELOUR_PINK.NAME",
            Id = "GammaVelour",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopVelourPink",
                "PantsVelourPink",
                "GlovesBasicPinksalmon",
                "ShoesVelourPink",
            },
        },
        HvacCoveralls = {
            Name = "STRINGS.UI.OUTFITS.WATER.NAME",
            Id = "HvacCoveralls",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopWater",
                "PantsBeltKhakiTan",
                "GlovesBasicTan",
                "ShoesBasicTan",
            },
        },
        NobelPinstripe = {
            Name = "STRINGS.UI.OUTFITS.WAISTCOAT_PINSTRIPE_SLATE.NAME",
            Id = "NobelPinstripe",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopWaistcoatPinstripeSlate",
                "PantsPinstripeSlate",
                "GlovesBasicSlate",
            },
        },
        PowerBrunch = {
            Name = "STRINGS.UI.OUTFITS.TWEED_PINK_ORCHID.NAME",
            Id = "PowerBrunch",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopTweedPinkOrchid",
                "SkirtTweedPinkOrchid",
                "Gloves2ToneCreamCharcoal",
                "ShoesClassicFlatsCreamCharcoal",
            },
        },
        Ballet = {
            Name = "STRINGS.UI.OUTFITS.BALLET.NAME",
            Id = "Ballet",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "BodysuitBallerinaPink",
                "SkirtBallerinaPink",
                "GlovesBallerinaPink",
                "ShoesBallerinaPink",
            },
        },
        AtmoRocketmelon = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_CANTALOUPE.NAME",
            Id = "AtmoRocketmelon",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetRocketmelon",
                "AtmoSuitRocketmelon",
                "AtmoGlovesRocketmelon",
                "AtmoBeltRocketmelon",
                "AtmoBootsRocketmelon",
            },
        },
        TopXSporchid = {
            Name = "STRINGS.UI.OUTFITS.X_SPORCHID.NAME",
            Id = "TopXSporchid",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopXSporchid",
            },
        },
        TopX1Pinchapeppernutbells = {
            Name = "STRINGS.UI.OUTFITS.X1_PINCHAPEPPERNUTBELLS.NAME",
            Id = "TopX1Pinchapeppernutbells",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopX1Pinchapeppernutbells",
            },
        },
        TopPompomShinebugsPinkPeppernut = {
            Name = "STRINGS.UI.OUTFITS.POMPOM_SHINEBUGS_PINK_PEPPERNUT.NAME",
            Id = "TopPompomShinebugsPinkPeppernut",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopPompomShinebugsPinkPeppernut",
            },
        },
        TopSnowflakeBlue = {
            Name = "STRINGS.UI.OUTFITS.SNOWFLAKE_BLUE.NAME",
            Id = "TopSnowflakeBlue",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopSnowflakeBlue",
            },
        },
        PolkaDotTracksuit = {
            Name = "STRINGS.UI.OUTFITS.POLKADOT_TRACKSUIT.NAME",
            Id = "PolkaDotTracksuit",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopKnitPolkadotTurq",
                "PantsKnitPolkadotTurq",
                "GlovesKnitMagenta",
            },
        },
        Superstar = {
            Name = "STRINGS.UI.OUTFITS.SUPERSTAR.NAME",
            Id = "Superstar",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopFlashy",
                "ShoesFlashy",
                "GlovesSparkleWhite",
                "BottomBasicBlack",
            },
        },
        Spiffy = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_SPIFFY.NAME",
            Id = "Spiffy",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetOverallsRed",
                "AtmoSuitMultiBlueGreyBlack",
                "AtmoGlovesBrown",
                "AtmoBeltTwoToneBrown",
            },
        },
        Cubist = {
            Name = "STRINGS.UI.OUTFITS.ATMOSUIT_CUBIST.NAME",
            Id = "Cubist",
            outfitType = "AtmoSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "AtmoHelmetMondrianBlueRedYellow",
                "AtmoSuitMultiBlueYellowRed",
                "AtmoGlovesGold",
                "AtmoBeltBasicGold",
            },
        },
        Lucky = {
            Name = "STRINGS.UI.OUTFITS.LUCKY.NAME",
            Id = "Lucky",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "PjCloversGlitchKelly",
            },
        },
        Sweetheart = {
            Name = "STRINGS.UI.OUTFITS.SWEETHEART.NAME",
            Id = "Sweetheart",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "PjHeartsChilliStrawberry",
            },
        },
        GinchGluon = {
            Name = "STRINGS.UI.OUTFITS.GINCH_GLUON.NAME",
            Id = "GinchGluon",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchPinkSaltrock",
                "BottomGinchPinkGluon",
                "GlovesGinchPinkSaltrock",
                "SocksGinchPinkSaltrock",
            },
        },
        GinchCortex = {
            Name = "STRINGS.UI.OUTFITS.GINCH_CORTEX.NAME",
            Id = "GinchCortex",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchPurpleDusky",
                "BottomGinchPurpleCortex",
                "GlovesGinchPurpleDusky",
                "SocksGinchPurpleDusky",
            },
        },
        GinchFrosty = {
            Name = "STRINGS.UI.OUTFITS.GINCH_FROSTY.NAME",
            Id = "GinchFrosty",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchBlueBasin",
                "BottomGinchBlueFrosty",
                "GlovesGinchBlueBasin",
                "SocksGinchBlueBasin",
            },
        },
        GinchLocus = {
            Name = "STRINGS.UI.OUTFITS.GINCH_LOCUS.NAME",
            Id = "GinchLocus",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchTealBalmy",
                "BottomGinchTealLocus",
                "GlovesGinchTealBalmy",
                "SocksGinchTealBalmy",
            },
        },
        GinchGoop = {
            Name = "STRINGS.UI.OUTFITS.GINCH_GOOP.NAME",
            Id = "GinchGoop",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchGreenLime",
                "BottomGinchGreenGoop",
                "GlovesGinchGreenLime",
                "SocksGinchGreenLime",
            },
        },
        GinchBile = {
            Name = "STRINGS.UI.OUTFITS.GINCH_BILE.NAME",
            Id = "GinchBile",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchYellowYellowcake",
                "BottomGinchYellowBile",
                "GlovesGinchYellowYellowcake",
                "SocksGinchYellowYellowcake",
            },
        },
        GinchNybble = {
            Name = "STRINGS.UI.OUTFITS.GINCH_NYBBLE.NAME",
            Id = "GinchNybble",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchOrangeAtomic",
                "BottomGinchOrangeNybble",
                "GlovesGinchOrangeAtomic",
                "SocksGinchOrangeAtomic",
            },
        },
        GinchIronbow = {
            Name = "STRINGS.UI.OUTFITS.GINCH_IRONBOW.NAME",
            Id = "GinchIronbow",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchRedMagma",
                "BottomGinchRedIronbow",
                "GlovesGinchRedMagma",
                "SocksGinchRedMagma",
            },
        },
        GinchPhlegm = {
            Name = "STRINGS.UI.OUTFITS.GINCH_PHLEGM.NAME",
            Id = "GinchPhlegm",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchGreyGrey",
                "BottomGinchGreyPhlegm",
                "GlovesGinchGreyGrey",
                "SocksGinchGreyGrey",
            },
        },
        GinchObelus = {
            Name = "STRINGS.UI.OUTFITS.GINCH_OBELUS.NAME",
            Id = "GinchObelus",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopGinchGreyCharcoal",
                "BottomGinchGreyObelus",
                "GlovesGinchGreyCharcoal",
                "SocksGinchGreyCharcoal",
            },
        },
        HiVis = {
            Name = "STRINGS.UI.OUTFITS.HIVIS.NAME",
            Id = "HiVis",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopBuilder",
                "PantsBasicOrangeSatsuma",
                "GlovesBasicYellow",
                "ShoesBasicBlack",
            },
        },
        Downtime = {
            Name = "STRINGS.UI.OUTFITS.DOWNTIME.NAME",
            Id = "Downtime",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "TopFloralPink",
                "GlovesKnitGold",
            },
        },
        outfit_top_flannel_red = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_RED.NAME",
            Id = "outfit_top_flannel_red",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_red",
            },
        },
        outfit_top_flannel_orange = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_ORANGE.NAME",
            Id = "outfit_top_flannel_orange",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_orange",
            },
        },
        outfit_top_flannel_yellow = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_YELLOW.NAME",
            Id = "outfit_top_flannel_yellow",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_yellow",
            },
        },
        outfit_top_flannel_green = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_GREEN.NAME",
            Id = "outfit_top_flannel_green",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_green",
            },
        },
        outfit_top_flannel_blue_middle = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_BLUE_MIDDLE.NAME",
            Id = "outfit_top_flannel_blue_middle",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_blue_middle",
            },
        },
        outfit_top_flannel_purple = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_PURPLE.NAME",
            Id = "outfit_top_flannel_purple",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_purple",
            },
        },
        outfit_top_flannel_pink_orchid = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_PINK_ORCHID.NAME",
            Id = "outfit_top_flannel_pink_orchid",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_pink_orchid",
            },
        },
        outfit_top_flannel_white = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_WHITE.NAME",
            Id = "outfit_top_flannel_white",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_white",
            },
        },
        outfit_top_flannel_black = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_FLANNEL_BLACK.NAME",
            Id = "outfit_top_flannel_black",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_flannel_black",
            },
        },
        outfit_top_hockey_01 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_01.NAME",
            Id = "outfit_top_hockey_01",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_01",
                "permit_top_jersey_01",
            },
        },
        outfit_top_hockey_02 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_02.NAME",
            Id = "outfit_top_hockey_02",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_02",
                "permit_top_jersey_02",
            },
        },
        outfit_top_hockey_03 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_03.NAME",
            Id = "outfit_top_hockey_03",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_03",
                "permit_top_jersey_03",
            },
        },
        outfit_top_hockey_04 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_04.NAME",
            Id = "outfit_top_hockey_04",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_04",
                "permit_top_jersey_04",
            },
        },
        outfit_top_hockey_05 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_05.NAME",
            Id = "outfit_top_hockey_05",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_05",
                "permit_top_jersey_05",
            },
        },
        outfit_top_hockey_07 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_07.NAME",
            Id = "outfit_top_hockey_07",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_07",
                "permit_top_jersey_07",
            },
        },
        outfit_top_hockey_08 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_08.NAME",
            Id = "outfit_top_hockey_08",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_08",
                "permit_top_jersey_08",
            },
        },
        outfit_top_hockey_09 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_09.NAME",
            Id = "outfit_top_hockey_09",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_09",
                "permit_top_jersey_09",
            },
        },
        outfit_top_hockey_10 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_10.NAME",
            Id = "outfit_top_hockey_10",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_10",
                "permit_top_jersey_10",
            },
        },
        outfit_top_hockey_11 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_11.NAME",
            Id = "outfit_top_hockey_11",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_11",
                "permit_top_jersey_11",
            },
        },
        outfit_top_hockey_12 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_TOP_HOCKEY_12.NAME",
            Id = "outfit_top_hockey_12",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_gloves_hockey_12",
                "permit_top_jersey_12",
            },
        },
        outfit_atmo_suit_80s = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMO_SUIT_80S.NAME",
            Id = "outfit_atmo_suit_80s",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC2_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_80s",
                "permit_atmo_gloves_80s",
                "permit_atmo_shoes_80s",
                "permit_atmosuit_80s",
                "permit_atmo_belt_80s",
            },
        },
        outfit_sculpted_steel = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_SCULPTED_STEEL.NAME",
            Id = "outfit_sculpted_steel",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_dress_futurespace_blue",
                "permit_gloves_futurespace_blue",
                "permit_shoes_futurespace_blue",
            },
        },
        outfit_starched_blazer = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_STARCHED_BLAZER.NAME",
            Id = "outfit_starched_blazer",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_snapjacket_brine",
                "permit_pants_snapjacket_brine",
                "permit_gloves_snapjacket_brine",
            },
        },
        outfit_aerodynamic_flightsuit = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_AERODYNAMIC_FLIGHTSUIT.NAME",
            Id = "outfit_aerodynamic_flightsuit",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jumpsuit_vsuit_stellar",
                "permit_gloves_vsuit_stellar",
                "permit_shoes_vsuit_stellar",
            },
        },
        outfit_all_metal_jacket = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ALL_METAL_JACKET.NAME",
            Id = "outfit_all_metal_jacket",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_metal_grey",
                "permit_gloves_metal_grey",
            },
        },
        outfit_space_expo = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_SPACE_EXPO.NAME",
            Id = "outfit_space_expo",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_spacetop_white",
                "permit_pants_extendedwaist_blue_wheezewort",
                "permit_gloves_basic_blue_wheezewort",
                "permit_shoes_basic_blue_wheezy",
            },
        },
        outfit_biocircuit = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_BIOCIRCUIT.NAME",
            Id = "outfit_biocircuit",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pj_biocircuit_wildberry",
            },
        },
        outfit_cadmium_vest = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_CADMIUM_VEST.NAME",
            Id = "outfit_cadmium_vest",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_vest_puffer_orange",
                "permit_gloves_puffer_orange",
            },
        },
        outfit_atmosuit_bionic = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_BIONIC.NAME",
            Id = "outfit_atmosuit_bionic",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmosuit_basic_purple_wildberry",
                "permit_atmo_helmet_biocircuit",
                "permit_atmo_belt_circuit",
                "permit_atmo_gloves_biocircuit",
                "permit_atmo_shoes_biocircuit",
            },
        },
        outfit_atmosuit_gaudy = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_GAUDY.NAME",
            Id = "outfit_atmosuit_gaudy",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC3_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_gaudysweater_purple",
                "permit_atmo_belt_3tone_purple",
                "permit_atmo_gloves_plum",
                "permit_atmo_shoes_basic_green",
                "permit_atmosuit_basic_orange",
            },
        },
        outfit_romper_tan = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ROMPER_TAN.NAME",
            Id = "outfit_romper_tan",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jumpsuit_romper_tan_frass",
                "permit_shoes_romper_frass_tan",
                "permit_gloves_basic_brown",
            },
        },
        outfit_scout = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_SCOUT.NAME",
            Id = "outfit_scout",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_shorts_scout_brown",
                "permit_shoes_scout_brown",
                "permit_gloves_basic_grime",
                "permit_top_scout_white",
            },
        },
        outfit_wader = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_WADER.NAME",
            Id = "outfit_wader",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pants_wader_algae",
                "permit_gloves_cuffless_shiny_algae",
                "permit_top_sweater_wader_ltblue",
            },
        },
        outfit_suspenders = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_SUSPENDERS.NAME",
            Id = "outfit_suspenders",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pants_suspenders_frass",
                "permit_gloves_basic_brown",
                "permit_top_sweater_ribbed_rust",
                "permit_shoes_basic_frass",
            },
        },
        outfit_pj_dino = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_PJ_DINO.NAME",
            Id = "outfit_pj_dino",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pj_dino",
            },
        },
        outfit_pj_dino2 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_PJ_DINO2.NAME",
            Id = "outfit_pj_dino2",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pj_dino2",
            },
        },
        outfit_pj_dino3 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_PJ_DINO3.NAME",
            Id = "outfit_pj_dino3",
            outfitType = "Clothing",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_pj_dino3",
            },
        },
        outfit_atmosuit_raptor = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_RAPTOR.NAME",
            Id = "outfit_atmosuit_raptor",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_raptor",
                "permit_atmo_belt_raptor",
                "permit_atmo_gloves_raptor",
                "permit_atmo_shoes_raptor",
                "permit_atmosuit_raptor",
            },
        },
        outfit_atmosuit_stego = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_STEGO.NAME",
            Id = "outfit_atmosuit_stego",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_stego",
                "permit_atmo_belt_stego",
                "permit_atmo_gloves_stego",
                "permit_atmo_shoes_stego",
                "permit_atmosuit_stego",
            },
        },
        outfit_atmosuit_chameleo = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_CHAMELEO.NAME",
            Id = "outfit_atmosuit_chameleo",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_chameleo",
                "permit_atmo_belt_chameleo",
                "permit_atmo_gloves_chameleo",
                "permit_atmo_shoes_chameleo",
                "permit_atmosuit_chameleo",
            },
        },
        outfit_atmosuit_paculacanth = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_ATMOSUIT_PACULACANTH.NAME",
            Id = "outfit_atmosuit_paculacanth",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "DLC4_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_paculacanth",
                "permit_atmo_belt_paculacanth",
                "permit_atmo_gloves_paculacanth",
                "permit_atmo_shoes_paculacanth",
                "permit_atmosuit_paculacanth",
            },
        },
        outfit_jetsuit_001 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_001.NAME",
            Id = "outfit_jetsuit_001",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_torpor_obelus",
                "permit_jetsuit_black_torpor",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_black",
            },
        },
        outfit_jetsuit_002 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_002.NAME",
            Id = "outfit_jetsuit_002",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_charcoal_orange",
                "permit_jetsuit_white_charcoal",
                "permit_jet_gloves_orange",
                "permit_jet_shoes_basic_white",
            },
        },
        outfit_jetsuit_003 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_003.NAME",
            Id = "outfit_jetsuit_003",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_magenta_obelus",
                "permit_jetsuit_white_magenta",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_white",
            },
        },
        outfit_jetsuit_004 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_004.NAME",
            Id = "outfit_jetsuit_004",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_red_obelus",
                "permit_jetsuit_black_red",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_black",
            },
        },
        outfit_jetsuit_005 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_005.NAME",
            Id = "outfit_jetsuit_005",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_atomic_gloom",
                "permit_jetsuit_white_atomic",
                "permit_jet_gloves_gloom",
                "permit_jet_shoes_basic_white",
            },
        },
        outfit_jetsuit_006 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_006.NAME",
            Id = "outfit_jetsuit_006",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_kelly_obelus",
                "permit_jetsuit_black_kelly",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_black",
            },
        },
        outfit_jetsuit_007 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_007.NAME",
            Id = "outfit_jetsuit_007",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_hatchstone_obelus",
                "permit_jetsuit_black_hatchstone",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_black",
            },
        },
        outfit_jetsuit_008 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_JETSUIT_008.NAME",
            Id = "outfit_jetsuit_008",
            outfitType = "JetSuit",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_00_ultra_obelus",
                "permit_jetsuit_black_ultra",
                "permit_jet_gloves_obelus",
                "permit_jet_shoes_basic_black",
            },
        },
        outfit_gotchies_grey = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_GREY.NAME",
            Id = "outfit_gotchies_grey",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_ennui_flint",
                "permit_bottom_gotch_flint_ash",
                "permit_gloves_gotch_flint_ash",
                "permit_socks_gotch_flint_ash",
            },
        },
        outfit_gotchies_pink = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_PINK.NAME",
            Id = "outfit_gotchies_pink",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_gluon_petal",
                "permit_bottom_gotch_petal_neonpink",
                "permit_gloves_gotch_petal_neonpink",
                "permit_socks_gotch_petal_neonpink",
            },
        },
        outfit_gotchies_blue = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_BLUE.NAME",
            Id = "outfit_gotchies_blue",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_rivet_electro",
                "permit_bottom_gotch_electro_sweetle",
                "permit_gloves_gotch_electro_sweetle",
                "permit_socks_gotch_electro_sweetle",
            },
        },
        outfit_gotchies_blue_2 = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_BLUE_2.NAME",
            Id = "outfit_gotchies_blue_2",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_basin_wortseed",
                "permit_bottom_gotch_wortseed_chromo",
                "permit_gloves_gotch_wortseed_chromo",
                "permit_socks_gotch_wortseed_chromo",
            },
        },
        outfit_gotchies_teal = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_TEAL.NAME",
            Id = "outfit_gotchies_teal",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_vitro_symbio",
                "permit_bottom_gotch_symbio_oakmolt",
                "permit_gloves_gotch_symbio_oakmolt",
                "permit_socks_gotch_symbio_oakmolt",
            },
        },
        outfit_gotchies_green_radioactive = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_GREEN_RADIOACTIVE.NAME",
            Id = "outfit_gotchies_green_radioactive",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_nuked_quantum",
                "permit_bottom_gotch_quantum_radglo",
                "permit_gloves_gotch_quantum_radglo",
                "permit_socks_gotch_quantum_radglo",
            },
        },
        outfit_gotchies_green = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_GREEN.NAME",
            Id = "outfit_gotchies_green",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_mush_peagreen",
                "permit_bottom_gotch_peagreen_glitch",
                "permit_gloves_gotch_peagreen_glitch",
                "permit_socks_gotch_peagreen_glitch",
            },
        },
        outfit_gotchies_brown = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_BROWN.NAME",
            Id = "outfit_gotchies_brown",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_flatus_muck",
                "permit_bottom_gotch_muck_earwax",
                "permit_gloves_gotch_muck_earwax",
                "permit_socks_gotch_muck_earwax",
            },
        },
        outfit_gotchies_orange = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_ORANGE.NAME",
            Id = "outfit_gotchies_orange",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_canker_satsuma",
                "permit_bottom_gotch_satsuma_resin",
                "permit_gloves_gotch_satsuma_resin",
                "permit_socks_gotch_satsuma_resin",
            },
        },
        outfit_gotchies_red = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_RED.NAME",
            Id = "outfit_gotchies_red",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_puce_rusty",
                "permit_bottom_gotch_rusty_grubby",
                "permit_gloves_gotch_rusty_grubby",
                "permit_socks_gotch_rusty_grubby",
            },
        },
        outfit_gotchies_purple = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_PURPLE.NAME",
            Id = "outfit_gotchies_purple",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_dusky_grape",
                "permit_bottom_gotch_grape_alkali",
                "permit_gloves_gotch_grape_alkali",
                "permit_socks_gotch_grape_alkali",
            },
        },
        outfit_gotchies_black = {
            Name = "STRINGS.BLUEPRINTS.OUTFIT_GOTCHIES_BLACK.NAME",
            Id = "outfit_gotchies_black",
            outfitType = "Clothing",
            requiredDlcIds = nil,
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_top_gotch_ash_charcoal",
                "permit_bottom_gotch_charcoal_obelus",
                "permit_gloves_gotch_charcoal_obelus",
                "permit_socks_gotch_charcoal_obelus",
            },
        },
        neutronium_atmo_outfit = {
            Name = "STRINGS.BLUEPRINTS.NEUTRONIUM_ATMO_OUTFIT.NAME",
            Id = "neutronium_atmo_outfit",
            outfitType = "AtmoSuit",
            requiredDlcIds = {
                "COSMETIC1_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_atmo_helmet_neutronium",
                "permit_atmosuit_neutronium",
                "permit_atmo_gloves_neutronium",
                "permit_atmo_shoes_neutronium",
                "permit_atmo_belt_neutronium",
            },
        },
        neutronium_jetsuit_outfit = {
            Name = "STRINGS.BLUEPRINTS.NEUTRONIUM_JETSUIT_OUTFIT.NAME",
            Id = "neutronium_jetsuit_outfit",
            outfitType = "JetSuit",
            requiredDlcIds = {
                "COSMETIC1_ID",
            },
            forbiddenDlcIds = nil,
            itemsInOutfit = {
                "permit_jet_helmet_neutronium",
                "permit_jetsuit_neutronium",
                "permit_jet_gloves_neutronium",
                "permit_jet_shoes_neutronium",
            },
        },
    },
    displayedOutfits = {
        "StandardYellow",
        "StandardRed",
        "StandardGreen",
        "StandardBlue",
        "permit_standard_bionic_outfit",
        "permit_standard_regal_neutronium_outfit",
        "BasicBlack",
        "BasicWhite",
        "BasicRed",
        "BasicOrange",
        "BasicYellow",
        "BasicGreen",
        "BasicAqua",
        "BasicPurple",
        "BasicPinkOrchid",
        "BasicDeepRed",
        "BasicOrangeSatsuma",
        "BasicLemon",
        "BasicBlueCobalt",
        "BasicGreenKelly",
        "BasicPinkFlamingo",
        "BasicGreyCharcoal",
        "JellypuffBlueberry",
        "JellypuffGrape",
        "JellypuffLemon",
        "JellypuffLime",
        "JellypuffSatsuma",
        "JellypuffStrawberry",
        "JellypuffWatermelon",
        "Athlete",
        "Circuit",
        "AtmoLimone",
        "AtmoPuft",
        "AtmoSparkleRed",
        "AtmoSparkleBlue",
        "AtmoSparkleGreen",
        "AtmoSparkleLavender",
        "AtmoConfetti",
        "AtmoEggplant",
        "CanadianTuxedo",
        "Researcher",
        "UndiesExec",
        "UndiesUnderling",
        "UndiesGroupthink",
        "UndiesStakeholder",
        "UndiesAdmin",
        "UndiesBuzzword",
        "UndiesSynergy",
        "RebelGiOutfit",
        "AtmoPinkPurple",
        "AtmoRedGrey",
        "Donor",
        "EngineerCoveralls",
        "PhdVelour",
        "PhdDress",
        "ShortwaveVelour",
        "GammaVelour",
        "HvacCoveralls",
        "NobelPinstripe",
        "PowerBrunch",
        "Ballet",
        "AtmoRocketmelon",
        "TopXSporchid",
        "TopX1Pinchapeppernutbells",
        "TopPompomShinebugsPinkPeppernut",
        "TopSnowflakeBlue",
        "PolkaDotTracksuit",
        "Superstar",
        "Spiffy",
        "Cubist",
        "Lucky",
        "Sweetheart",
        "GinchGluon",
        "GinchCortex",
        "GinchFrosty",
        "GinchLocus",
        "GinchGoop",
        "GinchBile",
        "GinchNybble",
        "GinchIronbow",
        "GinchPhlegm",
        "GinchObelus",
        "HiVis",
        "Downtime",
        "outfit_top_flannel_red",
        "outfit_top_flannel_orange",
        "outfit_top_flannel_yellow",
        "outfit_top_flannel_green",
        "outfit_top_flannel_blue_middle",
        "outfit_top_flannel_purple",
        "outfit_top_flannel_pink_orchid",
        "outfit_top_flannel_white",
        "outfit_top_flannel_black",
        "outfit_top_hockey_01",
        "outfit_top_hockey_02",
        "outfit_top_hockey_03",
        "outfit_top_hockey_04",
        "outfit_top_hockey_05",
        "outfit_top_hockey_07",
        "outfit_top_hockey_08",
        "outfit_top_hockey_09",
        "outfit_top_hockey_10",
        "outfit_top_hockey_11",
        "outfit_top_hockey_12",
        "outfit_atmo_suit_80s",
        "outfit_sculpted_steel",
        "outfit_starched_blazer",
        "outfit_aerodynamic_flightsuit",
        "outfit_all_metal_jacket",
        "outfit_space_expo",
        "outfit_biocircuit",
        "outfit_cadmium_vest",
        "outfit_atmosuit_bionic",
        "outfit_atmosuit_gaudy",
        "outfit_romper_tan",
        "outfit_scout",
        "outfit_wader",
        "outfit_suspenders",
        "outfit_pj_dino",
        "outfit_pj_dino2",
        "outfit_pj_dino3",
        "outfit_atmosuit_raptor",
        "outfit_atmosuit_stego",
        "outfit_atmosuit_chameleo",
        "outfit_atmosuit_paculacanth",
        "outfit_jetsuit_001",
        "outfit_jetsuit_002",
        "outfit_jetsuit_003",
        "outfit_jetsuit_004",
        "outfit_jetsuit_005",
        "outfit_jetsuit_006",
        "outfit_jetsuit_007",
        "outfit_jetsuit_008",
        "outfit_gotchies_grey",
        "outfit_gotchies_pink",
        "outfit_gotchies_blue",
        "outfit_gotchies_blue_2",
        "outfit_gotchies_teal",
        "outfit_gotchies_green_radioactive",
        "outfit_gotchies_green",
        "outfit_gotchies_brown",
        "outfit_gotchies_orange",
        "outfit_gotchies_red",
        "outfit_gotchies_purple",
        "outfit_gotchies_black",
        "neutronium_atmo_outfit",
        "neutronium_jetsuit_outfit",
    },
}