diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 1d7eb58b..b2738bf8 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -5,10 +5,9 @@ import { Inventory } from "@/src/models/inventoryModels/inventoryModel"; import { Request, RequestHandler, Response } from "express"; import { config } from "@/src/services/configService"; import allMissions from "@/static/fixed_responses/allMissions.json"; -import allShipDecorations from "@/static/fixed_responses/allShipDecorations.json"; import { ILoadoutDatabase } from "@/src/types/saveLoadoutTypes"; import { IShipInventory } from "@/src/types/inventoryTypes/inventoryTypes"; -import { ExportCustoms, ExportFlavour, ExportKeys } from "warframe-public-export-plus"; +import { ExportCustoms, ExportFlavour, ExportKeys, ExportResources } from "warframe-public-export-plus"; const inventoryController: RequestHandler = async (request: Request, response: Response) => { let accountId; @@ -76,7 +75,14 @@ const inventoryController: RequestHandler = async (request: Request, response: R inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level"); } - if (config.unlockAllShipDecorations) inventoryResponse.ShipDecorations = allShipDecorations; + if (config.unlockAllShipDecorations) { + inventoryResponse.ShipDecorations = []; + for (const [uniqueName, item] of Object.entries(ExportResources)) { + if (item.productCategory == "ShipDecorations") { + inventoryResponse.ShipDecorations.push({ ItemType: uniqueName, ItemCount: 1 }); + } + } + } if (config.unlockAllFlavourItems) { inventoryResponse.FlavourItems = []; diff --git a/static/fixed_responses/allShipDecorations.json b/static/fixed_responses/allShipDecorations.json deleted file mode 100644 index ec5a2ca9..00000000 --- a/static/fixed_responses/allShipDecorations.json +++ /dev/null @@ -1,1011 +0,0 @@ -[ - { "ItemCount": 1, "ItemType": "/Lotus/Objects/Tenno/Props/TnoLisetTextProjector" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/7thAnniversaryPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/8thAnniversaryPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteAreaCasterBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteControlBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteDuellistBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteHeavyBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteRogueBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AcolyteStrikerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AladVBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AlbrechtPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AmbulasBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArbitersHexisSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArbitersRewardStatue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Arcade" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArloBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArloFemaleFollowerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArloHealingLamp" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ArloMaleFollowerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AshBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AshPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AtlasBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/AtlasPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BansheeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BansheePrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroKiTeerDecorationH" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroPedestal" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaroPlanter" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaruukAltBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaruukBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaruukPattern" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaruukPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BaruukPrimePattern" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BekranZaftBucketBroom" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BombastineBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BoredTennoPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothCommonFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothRareBootTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothRareFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/BothUncommonFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamAHeavyBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamARifleBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamASkateBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamAZanukaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamBDisruptorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamBHyenaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamBRaptorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamBRiotMoaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamCDeceptionBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamCHackerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamCMoaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamCStealthBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamDBusterABobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamDBusterBBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamDBusterCBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CCTeamDOspreyBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CNY2021Poster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CalibanBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CephalonSudaSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChildDrawingG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChromaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ChromaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ClemBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Community10YearDasterDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Community10YearRoyalPratDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ConclaveHeartOroOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ConclaveOroMoonOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ConclaveOroOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ConclaveOroSunOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Conquera2021Deco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemAlloyDrum" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemArgonPegmatite" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemCellArray" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemCircuitryLockbox" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemFerriteDeposit" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemGalliumDeposit" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemMorphicsStabilizer" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemNeuropticMass" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemPlastidCarapace" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemPolymerCase" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemRoboticsLockbox" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemRubedoFormation" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemSalvage" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemSensorArray" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ContainerDecoItemSporeCulture" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefH" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefI" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefJ" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusGreedReliefK" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusShip/LisetPropGreedCoinBlack" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusShip/LisetPropGreedCoinBlue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusShip/LisetPropGreedCoinGold" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/CorpusShip/LisetPropHandShrine" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DarvoBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DayCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DayCommonFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DayCommonFishCTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DayUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DayUncommonFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/DaughterTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/DeimosHalloweenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FatherTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyHybridRareA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyHybridUncommonA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyHybridUncommonB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedCommonA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedCommonB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedCommonC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedCommonD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedCommonE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedRareA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyInfestedUncommonA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyOrokinLegendaryA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyOrokinRareA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/FishTrophyOrokinUncommonA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/GrandmotherTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropEntratiLamp" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedCrate" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedCystC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedCystD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedPlantA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedPlantC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropInfestedPlantE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropOrokinBeamBase" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropOrokinBlock" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/LisetPropOrokinFloorLight" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/MotherTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/OtakTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Deimos/SonTokenShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DominusThraxStatueDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DomsFinalDrink" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxBarrelLarge" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxBarrelSmall" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxContainerA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxContainerB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxContainerC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterHangingPot" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterHangingPotB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterHangingPotC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterPotA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterPotB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterPotC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterPotD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DUVxPlanterPotE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DominitiusThraxThrone" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxAbacusSmallA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxBirdBath" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxCemeteryMonumentA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxChairB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxChairC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxHayBaleSmall" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxIntPropStoolA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxIntPropTableA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxPodium" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxScaleA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxSingleBedA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxStandingChangeScreen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/Duviri2ndRelease/DUVxTable2mB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/DuviriDragonDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/NightwaveDuviriHeroDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Duviri/PuzzleSphinxOwl" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DuviriBookQuestReward" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/DuviriCommunityPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EliteAlertShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EmberBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EmberPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EmberVermillionBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EmpyreanPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabChairA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabChairB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabChaiseLounge" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabLightChandelierA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabLightChandelierB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabLightChandelierD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabLightWallCandleA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabLoveSeat" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabMachineB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabMachineD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabMachineJ" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabOttoman" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabStool" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/ORKxLabVesselEyeDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EntratiLabs/PagemasterOwl" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxCombinedBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxDayBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxNightBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxPrimeDayBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EquinoxPrimeNightBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/EraHypnosisPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ErraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/CitrineComboCrystalShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/NeonPrideWings" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/TickerValentineWings" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFBeastMasterBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFChargerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFEngineerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFGruntBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFHealerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFHeavyBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFHellionBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFRollerFloof" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFRollerFloofBeach" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFRollerFloofMorning" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFRollerFloofRainbow" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFRollerFloofRucksack" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFSniperBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Events/WFTankBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburArchwingBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburDexBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburJadeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburObsidianAzuraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburObsidianBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburOpalBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburPrismaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburProtoBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExcaliburUmbraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ExplorationPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FlappyZephyrPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Focus/MaduraiPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Focus/NaramonPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Focus/UnairuPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Focus/VazarinPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Focus/ZenurikPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FrameFighterPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FrostBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FrostHarkaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FrostPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/FrostSnowdayBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Gamification2019Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GaraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GaraPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GarudaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GarvLatroxPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GaussBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GaussPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GaussTowerOfAltraDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GlassmakerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GlyphPictureFrame" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrendelBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrendelOrokinDishSet" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrendelPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrimoireAltar" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsBeastMasterBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsChargerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsEngineerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsGruntBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsHealerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsHeavyBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsHellionBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsSniperBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerChampionsTankBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerExcavationBossBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerHyekkaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineAlt2DesertBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineAltArcticBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineAltDesertBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineArcticBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerMarineDesertBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/GrineerNightwatchMarineBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HarrowBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HarrowPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HarrowQuestKeyOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HeartOfDeimosAlbumCoverPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HildrynPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HydroidBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/HydroidPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InarosBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InarosCoffin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InarosPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InarosSarcophagusBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/IndexAutograph" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InfestationPrimeShipMaggot" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/InfestationShipMaggot" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ItzalArchwingBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/IvaraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/IvaraObsidianBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/IvaraPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JackONaughtBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JackalBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JavisExperimentsPosterA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JavisExperimentsPosterB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JavisExperimentsPosterC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/JavisExperimentsPosterD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KavatBust" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KelaDeThaymBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KhoraBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KhoraPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KineticSiphonTrapLiset" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowBedA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowBedB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowBedC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowBedD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowBust" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowKavatLowPolyPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowToyA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowToyB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowToyC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KubrowToyD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/KuvaMetaBallOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LavosDeviceDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/IvaraLeverianPovisRecordsDecoration" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/LisetPropMuralCycle" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/LisetPropMuralFenrus" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/LisetPropMuralMezzik" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/LisetPropMuralShyur" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Leverian/LisetPropMuralVonnel" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LimboBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LimboPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropAntenna" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropBallasSwordSheath" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusJug" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusPigmentBasketLarge" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusPigmentBasketSmall" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusStallSignA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusStallSignB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusStallSignC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusVegBasketA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusVegBasketB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCetusVegBasketC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDrone" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneBaro" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneBeachcomber" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneColorFive" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneColorFour" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneColorOne" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneColorThree" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneColorTwo" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneDuviri" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneInfested" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneTenno" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneTwitch" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneYareli" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCooler" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCorpusBasilisk" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCorpusHarpi" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropCorpusWeaver" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropDotDMandolin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropEidolonShard" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropFishingBoot" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGlassTreasureBox" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGradientMandolin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGrineerCrewship" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGrineerCutter" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGrineerFlak" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGrineerTaktis" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropGyrePulseDecoration" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropHardDrive" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropHologram" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropLotusMandolin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropMandolin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropMandolinGrineer" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropMandolinSentient" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropMultiport" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropNarmerMandolin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropNecraMechDrone" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropNoraNightShip" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOldLocker" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOperatorHoodDisplayBlack" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOperatorHoodDisplayDefault" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOperatorHoodDisplayGrey" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOroOperatorSwitch" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOroSigilMarker" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOroSpotlight" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOrokinMaggot" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstArtisanBulbs" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstBirdCage" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstBlubberPileB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstHaulingBalloonD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstLanternGround" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRodentCage" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugBaro" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugBlue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugGreen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugOrange" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugRed" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstRugYellow" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropOstStoneFish" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropPillar" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropReactor" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropSUPosters" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropSentientCore" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinDuviri" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinDuviriErsatz" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinPrime" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinTwitch" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinZariman" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropShawzinZarimanVoid" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropSimarisOfferings" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropSimarisResearch" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropStep" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropStyanaxSpearShieldDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropWolfHeadStatueADeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropWolfHeadStatueBDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropWolfHeadStatueCDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetPropWolfHeadStatueDDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LisetTickerSign" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LoidPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LokiBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LokiPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/LokiVervBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MacheteManicBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MagBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MagPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MagnoliaTree" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank00Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank01Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank02Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank03Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank04Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank05Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank06Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank07Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank08Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank09Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank10Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank11Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank12Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank13Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank14Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank15Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank16Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank17Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank18Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank19Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank20Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank21Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank22Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank23Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank24Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank25Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank26Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank27Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank28Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank29Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank30Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank31Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank32Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank33Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MasteryTrophies/Rank34Trophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MesaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MesaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MirageBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MiragePrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/MummyQuestVessel" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NekrosBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NekrosPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewLokaSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropBallasStaff" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinBench" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinGarbageBin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinMattress" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinPillow" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinStool" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropCabinTable" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropFamilyPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarBag" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarCube" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarFoodRack" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarPlantA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarPlantB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarPlantC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropZarTechTablet" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NezhaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NezhaEtchingsTablets" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NezhaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NidusBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NidusPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NightLegendaryFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NightRareFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NightRareFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Nightwave/GlassmakerShipDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NoraNightBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NoraSeasonFourOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NoraSeasonThreeOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NoraSeasonTwoOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NoraWolfOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NovaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NovaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NyxBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/NyxPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OberonBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OberonPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OctaviaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OctaviaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OculystStatue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Operator/SchoolDecalMadurai" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Operator/SchoolDecalNaramon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Operator/SchoolDecalUnairu" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Operator/SchoolDecalVazarin" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Operator/SchoolDecalZenurik" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrame" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameBaro" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameH" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrbiterPictureFrameI" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OrokinFelisBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OstHaiLukBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OstHokBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OstKonzuBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OstronHeadStatue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/OwlOrdisStatue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ParazonPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PedistalPrime" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PerrinSequenceSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyCeresBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyDeimosBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyDerelictBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyDuviriBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyEarthBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyErisBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyEuropaBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyJupiterBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyKuvaFortressBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyLuaBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyMarsBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyMercuryBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyNeptuneBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyPhobosBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyPlutoBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophySaturnBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophySednaBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyUranusBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyVenusBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyVoidBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyZarimanBronze" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/BirdPlush" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/DeerPlush" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedCritterCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedCritterRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedCritterUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedKdriveCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedKdriveRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedKdriveUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMaggotCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMaggotRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMaggotUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMergooCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMergooRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedMergooUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedNexiferaCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedNexiferaRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedNexiferaUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedPredatorCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedPredatorRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedPredatorUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedZongroCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedZongroRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyInfestedZongroUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushyMoonMonsterCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Deimos/PlushySunMonsterCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/FishPlush" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/GaussPrimePlush" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Plushy2021QTCC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/Plushy2022QTCC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyArthur" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyBeachKavat" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyBolarolaCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyBolarolaRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyBolarolaUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyCarnivalKubrow" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyCondrocCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyCondrocRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyCondrocUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyDesertSkate" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyHorrasqueCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyHorrasqueRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyHorrasqueUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKoala" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKuakaCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKuakaRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKuakaUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKubrodonCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKubrodonRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKubrodonRareDirty" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyKubrodonUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyLNY2023Rabbit" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyLNY2024Dragon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyLotus" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyMergooCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyMergooRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyMergooUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyMorningKavat" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyOrdis" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyPobbersCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyPobbersRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyPobbersUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyPobbersUncommonDirty" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyRucksackKubrow" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushySawgawCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushySawgawRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushySawgawUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyStoverCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyStoverRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyStoverUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyThumper" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyThumperLarge" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyThumperMedium" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyThumperMediumDirty" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyTicker" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyTiger" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVampireKavatCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVampireKavatRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVampireKavatUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVirminkCommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVirminkQTCC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVirminkRare" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Plushies/PlushyVirminkUncommon" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/PopcornBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Pride2023Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RedVeilSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RelayEmberBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RelayHydroidBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemAlloyPlate" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemArgonCrystal" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemCetusWispTwitch" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemCircuits" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemControlModule" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemFerrite" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemGallium" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemIradite" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemMorphics" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemNanoSpore" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemNeuralSensor" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemNeurodes" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemOrokinCell" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemPlastids" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemPolymerBundle" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemRubedo" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemSalvage" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ResourceDecoItemVitusEssence" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RevenantPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RhinoBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RhinoDexBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RhinoJadeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/RhinoPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SargusRukBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SarynBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SarynPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ScarletSpearAsteroidsDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ScarletSpearPlanetDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SentientMeleeWarriorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SentientWarriorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ShawzinPlayableBase" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/StalkerBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/SteelMeridianSyndicateOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/StyanaxDeluxeSpearDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TNWKahlBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TNWTeshinBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TNWVesoBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCard2021Tennotober" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCard2022Tennotober" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCard2023Tennotober" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardAsh" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardAtlas" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardCaliban" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardCitrine" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardDagath" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardDante" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardGauss" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardGrendel" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardGyre" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardIvara" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardLavos" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardNezha" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardNova" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardSevagoth" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardStyanax" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConH" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConI" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennoConJ" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardTennotober" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardVoruna" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TarotCardYareli" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TeaSet" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021BallasPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayBaseTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayBestInShowTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayBestPetTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayBestWorkmanshipTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayFunniestTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021CosplayTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2021MerchDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayBaseTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayBestInShowTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayBestPetTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayBestWorkmanshipTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayFunniestTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022CosplayTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022MerchDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2022OrokinPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoCon2023SoundtrackADisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoConDojoGhostTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoConDojoMoonTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoConDojoMountainTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoConDojoShadowTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoConDojoStormTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TennoPlanterF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2017Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2018Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2018PlanterA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2018PlanterB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2018PlanterC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2019Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2019SimarisDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2020Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2020SimarisDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2023Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2023SoundtrackBDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Tennocon2024Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TeshinBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TeshinBust" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ThanoMechStatue" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TheLotusBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TitaniaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TitaniaPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TrinityBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TrinityPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/TylRegorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/UmbraDaxPortrait" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/UmbraPedestal" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ValkyrBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ValkyrPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VaubanBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VaubanPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VentKidBoardBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/ClemTennobaumDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/Conquera2023CommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusBothUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusCoolCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusCoolUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusWarmCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusWarmCommonFishBTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CorpusWarmUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/CrewmanBootTrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/OrokinBothLegendaryFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/OrokinBothRareFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/OrokinCoolRareFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/Pride2024Display" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/PrideCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUBookAOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUContainerCrate" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUCoolantPodA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUFoodBox" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUFoodCans" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUFoodSet" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUSupplyCartA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUSupplyCartB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUSupplyRack" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUTechToolA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUTechToolB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUTechToolC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUTechToolD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUToolBox" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUToolBoxLarge" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SUTruckSmall" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisBothCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisCoolCommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisCoolUncommonFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisPosterG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/SolarisWarmRareFishATrophy" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/StyanaxCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TNWGlintLotusDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TNWGlintOperatorDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TNWGlintTeshinDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TNWGlintUmbraDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TheNewWarKahlCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TheNewWarTeshinCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/TheNewWarVesoCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/ValaParvosCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidBooster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterG" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterH" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterI" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterJ" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterK" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterL" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterM" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterN" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterO" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VentKidPosterP" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/VenusBountyTrap" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Venus/YareliCommunityDisplay" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/ArachnoidCamperAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/ArachnoidCamperTerraAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/CrewmanAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/GrineerAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/RopalolystAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/TeralystAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/TeralystBigAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Enemies/TeralystRainAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Warframes/ArchwingAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/Vignettes/Warframes/WarframeAFItem" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VoidPlumeAOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VoidPlumeBOrnament" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VoltBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VoltPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/VorBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WeGame/LuckyKavat" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WeGame/LuckyKavatGold" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WeGame/LuckyKavatWhite" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WispPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WitWSupporterPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WolfBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WraithQuestRewardDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WukongBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WukongPrimeBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/WyrmiusPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/XakuPotF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliAltCoverPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliComicCoverPoster" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliEffectDeco" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliMerulinaBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/YareliQuestComic" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxCeilingLightA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxCineCabinTableA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxGlobeLightOrb" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxGlobeLightOrbJustOrb" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxGlowStickLightA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxHydroPlantStationA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxHydroponicsDoor" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxLunaroCourtBannerLargeA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxLunaroCourtBannerMediumA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxParkSignMapA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPortraitFrame" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPortraitFrameAlbrecht" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPortraitFrameFemale" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpBannerFloorA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpBannerFloorB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpBarrelPlastic" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAa" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAb" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAc" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAd" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAe" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAf" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAg" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAh" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpClassRoomPostersAi" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateLargeA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateLargeAOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateLargeAOpenTop" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumAOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumAOpenTop" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumBOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumBOpenTop" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumCOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumCOpenTop" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateMediumDEmpty" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateSmallB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateStackingMediumA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateStackingMediumAOpen" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateStackingMediumAOpenTop" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateStackingMediumB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateStackingMediumC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateTankMediumA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCrateTankMediumB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpCubeStationary" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpDrinkDispenser" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpEngineGeneratorA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpEngineGeneratorALight" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFloatingGlobe" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFloatingGlobeBase" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFloorSealPadA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodCanA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodCanB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodDrinkA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodDrinkB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodDrinkC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodKnifeA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodPouchA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodSpoonA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFoodTrayA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchA60A" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchA60B" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchA90A" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchA90B" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchASingle" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB20A" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB60A" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB60B" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB90A" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureBenchB90B" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureChairA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureClassRoomDeskA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureGroundLockerLongA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureGroundLockerLongB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureGroundLockerShortA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureGroundLockerShortB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureTableA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureWallLockerLongA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureWallLockerSmallA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureWallLockerSmallB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureWallLockerTallA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpFurnitureWallLockerTallB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpGarbageBinB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpHallwayCenterDivideA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpHallwayCenterDivideAPannelA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpHangingPlanets" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpHangingPlanetsB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenBoiler" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenFoodRationA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenFoodRationB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenFoodRationC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenFoodRationD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenFoodRationE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceD" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceE" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscApplianceF" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMiscTrayA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenMixer" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenPanA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenSaladSpinner" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpKitchenSterilizer" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpLabSetA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpLabSetB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpLabSetC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpPlanterClipOnSmlA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpPlanterClipOnSmlAFoliageB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpShoes" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpStatuePlinthA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpToolBoxStandingNew" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpWoodPanelWallSingleA16mA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpWoodPanelWallSingleEndCapA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxPrpWoodPanelWallSingleEndCapB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueChildHeroicA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueChildHeroicB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueFemaleHeroicA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueMaleHeroicA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueMaleHeroicB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueMaleHeroicDrummerA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueMaleHeroicKneelA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatueOrokinB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxStatuePlatformA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxTrophyA" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxTrophyB" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZarimanApartment/ZARxTrophyC" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZealoidPrelateBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZephyrBobbleHead" }, - { "ItemCount": 1, "ItemType": "/Lotus/Types/Items/ShipDecos/ZephyrPrimeBobbleHead" } -]