From d56b2cf8aded853c9429e78c317643fd4084cd7d Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 18 Jan 2025 16:38:38 +0100 Subject: [PATCH] chore: optimise unlockAllScans ~20ms to ~6ms --- src/controllers/stats/viewController.ts | 10 +- static/fixed_responses/allScans.json | 5450 +++++------------------ 2 files changed, 1097 insertions(+), 4363 deletions(-) diff --git a/src/controllers/stats/viewController.ts b/src/controllers/stats/viewController.ts index f7f6457d..7a01365d 100644 --- a/src/controllers/stats/viewController.ts +++ b/src/controllers/stats/viewController.ts @@ -23,12 +23,16 @@ const viewController: RequestHandler = async (req, res) => { }); } if (config.unlockAllScans) { - responseJson.Scans = allScans; + const scans = new Set(allScans); for (const type of Object.keys(ExportEnemies.avatars)) { - if (!responseJson.Scans.find(x => x.type == type)) { - responseJson.Scans.push({ type, scans: 9999 }); + if (!scans.has(type)) { + scans.add(type); } } + responseJson.Scans = []; + for (const type of scans) { + responseJson.Scans.push({ type: type, scans: 9999 }); + } } res.json(responseJson); }; diff --git a/static/fixed_responses/allScans.json b/static/fixed_responses/allScans.json index 938f7dd8..2263ad95 100644 --- a/static/fixed_responses/allScans.json +++ b/static/fixed_responses/allScans.json @@ -1,4362 +1,1092 @@ [ - { - "scans": 9999, - "type": "/Lotus/Types/Lore/LoreFragmentScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/EidolonFragmentScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Kubrow/KubrowDen" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/NightCommonPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/NightUnCommonPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/MediumLootCrateGrnA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/DayCommonPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/GftPlantRuksClawMaturePlant" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Orokin/Props/CollectibleSeriesOne" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/GrnExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/FighterFragmentScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexGDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/SongFragmentScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Characters/Sentient/Hunhow/HunhowPieces/HunhowHipsWreckageQuest" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Dragon/DragonPeltAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/ZenPitcherPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Catbrow/CatbrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Khora/Kavat/KhoraKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Grineer/Props/Computers/GrnPanelADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoE" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/ZenCobraLotusPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/DayUnCommonPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/NightRarePlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/MediumLootCrateGrnB" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/DayRarePlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/MossGroundCoverAPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Items/Plants/WildGingerBPlant" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/Props/Computers/PanelADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateCommon" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/InfestedHiveMode/InfestedTumorObjectiveSpawnedDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarF" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/DecoyCatbrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraSwordScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Resources/FruitTree" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Resources/FruitTreeB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Resources/IraditeContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonFemaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonMaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonMaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Grineer/BrokenLight" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/FerriteContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/PolymerBundleContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerEmplacementStanding" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/OrokinExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/OrokinLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/RubedoContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/GrineerDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonFemaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/ExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/ExplodingBarrelFrozen" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateUncommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/AlloyPlateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/EventMixerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SquadLinkScannerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/OrokinCellContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/GrnSuperMegaExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/MorphicsContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/Structural/CurvedGlassDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/SecurityCameraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/PlastidsContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/Structural/CurvedGlassInteriorDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/CorpusBreakableVent" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/CreatureAvatars/SandRayAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Grineer/DoorSensorDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/AridGrnDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/SalvageContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/EventForestDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/CircuitsContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Orokin/Props/OroCoverPropSphereACapADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/ArgonCrystalContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/ControlModuleContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinMobileDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinSabotageConsoleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/CrpMegaExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/RareCorpusLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplyTopDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/NanoSporesContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpBarrelADynamicDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrelGas" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarC" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoA" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoC" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarD" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Kubrow/KubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/AmmoCrateDynamic" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatarGrineer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpLaserRailParkourCrossBar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/MediumLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/GrineerResourceTheftAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GamemodeLockers/EidolonStorageLockerCache" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/DerelictOrokinLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/GrineerGalleon/GrineerSpyVaultF/ConveyorBarrelExplode" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/ExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/UltraRareCorpusLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PayloadATVAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpAnchorPointDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplySide9mDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/RareGrineerLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerFortSabAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/MediumLootCrateGrnFortA" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerFortressEmplacementStanding" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpWelderBotMover" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Grineer/Props/Computers/GrnPanelABlackDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Grineer/GrineerShrapnelMine" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GrineerBreakableVent" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/MediumLootCrateGrnFortB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/NeuralSensorContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusGasImmuneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpCleanbotMover" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/Structural/Vents/DestroyableVent" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/GasCityFragmentScanDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/SeaLabGrnDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/MonkeyKing/HairAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/NeurodesContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrelRadiation" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplySide5mDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Corpus/Emplacement/CrpDeployableCover/CrpDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Characters/Guild/QuadrapedPrototype/QuadrapedPrototypeDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/InfestedGrenadeDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpDestructableGeneratorDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/GasRepairBotMover" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/ResourceContainers/GalliumContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusGDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Venus/Resources/SVFoliageFungusSmallContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Venus/Resources/VenusTreeContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Brawler/SummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/GrineerPointOfInterestLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/InfestedMaggotSpawnPodTwoStageDisruption" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Resources/GrokdrulContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Resources/Nistlebrush" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/Avatars/DoubleBossAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PayloadAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/SentientDevourer/Prefabs/SentientDevourerLootCrateCommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Sentient/Attachments/BuffStationGem" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/GrineerGunnerEmplacement" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorToxicScatDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Venus/Resources/CoolantContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Restoratives/Deployables/LisetTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/GrineerPointOfInterestUncommonLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/GasHazardDetonatorLarge" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/Props/CrpTrainDrone" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Events/OrbEventGlyphEight" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GamemodeLockers/VenusStorageLockerCache" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/RailJack/GrnCrewDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexEDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/Mimics/MimicGalliumDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/Mimics/MimicRubedoDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseAvatarMoving" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Venus/Resources/SVFoliageFungusLargeContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadSentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/GrnOceanDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Decorations/MiningMachineObjective" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Vehicle/WheelCarDropshipParkedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GrineerBreakableFan" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GamemodeLockers/VenusStorageLockerCacheIndoors" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/GasHazardDetonator" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/PuzzleOrokinLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Venus/DynamicExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishA" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishF" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishH" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishI" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/RareOrokinLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/AiWeek/Ancients/PussBlobDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatarSmall" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentEDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentFDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentGDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentHDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentIDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/ReinforcementBeacon/VenusReinforceBeaconDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusEV1Deco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentJDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/RareGrineerForestLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentKDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/SuppliesSabotageDecoration" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/CoreDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCoverQueen/QueenGrnDeployableCover" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Natural/Foliage/SvMushroomFruitSheathedDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/EelFish" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Levels/Orokin/Moon/OMResidualVoidSphereIconDecoSphere" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Buttons/ButtonOrokin" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/SentientDevourer/Prefabs/SentientDevourerLootCrateUncommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SurvivalKuvaExtractorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GrineerLandmine" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/InfestedGrenadeStumpDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/TheBusinessLoreFragmentDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Events/OrbEventGlyphSeven" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Events/OrbEventGlyphFourteen" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/SmokefingerLoreFragmentEDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Purify/InfestedConsole" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Purify/Purifier" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerFortAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Foliage/InfGorgaricusSacDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ExterminateHiveDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ExterminateHiveDecoShellProxy" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/InfestedCommonCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinCommonCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/Resources/InfMapricoTree/InfMapricoTreeDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/Resources/OrbStone/OrbStoneContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/DoorKeyDevice" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/InfestedMicroplanet/InfestedLandmine" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/InfestedMicroPlanet/DoorKeyDeviceAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/InfestedRareCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifierAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifyMollusk" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ShrineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesEidolonCache" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesMainTumorDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/CommonInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskShapeshifterCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/InfestedMicroPlanet/DynamicExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesTumorDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/HighlandInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoInfested" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesVenusCache" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/CommonInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotScatDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoEntrati" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/UncommonInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoEntratiVault" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskTetherCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/CommonInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterScatDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorToxicScatDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/UncommonInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/CommonInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/RareInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/UncommonInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/SwampInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/RareInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/RareInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoInfestedVault" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskStopmotionCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskBlindCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridUncommonBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinUncommonADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedUncommonADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/GrottoInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/RareInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinRareADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/UncommonInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/TitaniaShrineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Events/OrbEventGlyphFive" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/TickerLoreFragmentDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/UltraRareOrokinLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonEDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridRareADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedRareADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridUncommonADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Operator/UmbraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/FluidSacDevice" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedMistDeviceAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/RepeaterDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/CommonUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/Events/OrbEventGlyphEleven" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/InfestedMaggotSpawnPodTwoStage" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/Railjack/Objects/VolatileReactorVentHazardLarge" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetThrallAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetCloneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/CorpusPointOfInterestLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPeCloneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/CorpusPointOfInterestUncommonLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/OrokinPOILootCrateUncommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Railjack/OrokinPOILootCrateCommon" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpAnchorPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Brawler/SummonAvatarNpc" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedSpawnPod" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinVaultCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/LittleDuckLoreFragmentBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/InfestedBaitAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Eidolon/Objects/InfestedPlains/InfestedDropPodSpawnPod" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/VampireKavat/VampireKavatStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneWaterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/UltraRareGrineerLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/RareInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/LittleDuckLoreFragmentCDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateCommonA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateCommonB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateUncommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Zariman/DoorConsole" - }, - { - "scans": 9999, - "type": "/Lotus/Fx/Gameplay/Corruption/CorruptionVoidDepositDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Zariman/Avatars/VoidAngelAvatarEndless" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/Barracks" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/ScrapContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/ZarimanBreakableHatchDoorA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/ZarimanMobileDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Zariman/Attachments/GrnAntiWarframeMineDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/VampireKavat/VampireKavatCallPointBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Nightwave/CephalonMaze/GlassmakerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Grineer/Structural/FomorianMothership/FomShipForceFieldDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/SongFragmentPickupDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinRareCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinSimpleCrateContainer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/Narmer/NarmerLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexPickupDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Gameplay/OroFusexPickupBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PedestalMachineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/CoreDefenseBombAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/CrpSpaceMine" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateCommonArchwing" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateUncommonArchwing" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Fairy/FlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskMadnessCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/MaskedFish" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishJ" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusFDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusStyleADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishE" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishB" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/OstronFishG" - }, - { - "scans": 9999, - "type": "/Lotus/Types/EnvDangers/GrineerOcean/SharkMover" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinLegendaryADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GamemodeLockers/NarmerStorageLockerCache" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/OrbiterMediumAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/OrbiterSmallAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/SupplyShip" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Ostron/Wildlife/FatHeadFish" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/PowerRift/PowerRiftDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateRare" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Dragon/DragonPeltPrimeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/DefenseAvatarChipper" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerEmplacementStandingKahl" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyNpcAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcNoFlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/RailJack/RJCrewAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerEmptyAvatarVariantA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/LevelObjects/GamemodeLockers/NarmerVenusStorageLockerCache" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisBombardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisLancerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisMoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerEmptyAvatarVariantB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CrpSecurityNode" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Vip/Arachnoid/CamperBroodMicroDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/SmokefingerLoreFragmentDDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/EudicoLoreFragmentBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Lore/Fragments/SolarisFragments/EudicoLoreFragmentEDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaCallPointADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaScatDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaStartGameplayObject" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/CommonInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/RareUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/UncommonUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/UncommonInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/FluidSacTumor" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskRepellentCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesOrokinCache" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskTeleportCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/InfestedDeadColonistSpawnPod" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/AiWeek/Emissary/InfestedJetpackReformDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/AiWeek/Emissary/InfestedJetpackReformDecoNoHead" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarE" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskAntibodyCrystal" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/CorpusSurvivorsShieldDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarCorpus" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/DefenseAvatarMale" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcNoFlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarBlue" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarRed" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/TheNewWar2021/Part2/CrpWeakExplodingBarrelGas" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/DynamicGhoulHuntExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/GhoulRescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatPatrol/DuviriThraxMeleeGuardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Shepherding/CattleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriConservationCatbrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAnniversaryAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/ClemAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/KuvaDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatTrappedChest/DuviriThraxMeleeGuardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarDarvo" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/TheNewWar2021/Part2/CrpWeakExplodingBarrel" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/EventDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/GrineerChampions/ChampionPowersuits/EmpTrap" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardADeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardADynamicDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardARegenDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardBDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardBRegenDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateCommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateUncommon" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/MITWLootCrate" - }, - { - "scans": 9999, - "type": "/Lotus/Objects/Entrati/Lab/Gameplay/Destructible/LootCrates/ORKxLabVialAHealthHangingDeco" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidCombatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateRare" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEye" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateUltraRare" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateVault" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/SentientBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/InfestedAvatars/ZombieAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/BaseSyndicateAllyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/GrineerAutoTurretBase" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/AiWeek/GreyStrain/GreyStrainAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/BaseLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusArenaAllyBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Avatars/BaseDuviriAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/BaseSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/PegasusAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/BaseForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/BaseOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/BaseSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/BaseSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/BaseSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/BaseSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/BaseVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Kubrow/KubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/BaseBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/SecurityCameraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnBoardingBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/JuggernautAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/BaseOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlJetpackMarineAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Eidolon/GrineerSkiff/UnmannedSkiff/FlyingVehicleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/GrineerAvatars/NightwatchGrineerMarineAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/BasicHubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/BipedRobot/AIWeek/RiotBipedBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionSkateBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/InfestedHiveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/BaseInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/BaseInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Dragon/Flying/FlyingDragonBossAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Desert/Avatars/HeavyFemaleGrineerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperCannonTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Commanders/Avatars/VenusCommanderBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Heavies/Hyenas/VenusHyenaBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Vip/Avatars/VenusVipBaseSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/GfsSecurityCameraBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DarvoAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SolarisHubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/SpaceInvaders/SpaceInvaderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Infestation/PodMinionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/MinigunBombardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Eidolon/Vip/Avatars/EidolonVipBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/EventDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PayloadAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowShipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/BaseInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/InfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/BaseInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/BaseInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/BaseUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/BaseDuviriRabbitAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Brawler/SummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Dragon/DragonPeltAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/QuadRobot/JackalBossTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionDroneBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionHyenaBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/GrineerHuntsmanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperShotgunTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Narmer/Deacon/NarmerDeaconPatrolAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Orokin/Entrati/EntratiTech/NechroTech/FriendlyNechroTechBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sector/SectorTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/ExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowShipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/OrbiterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Owl/BaseDuviriOwlAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Wolf/DuviriWolfAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/AutoTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Infestation/PodMinionAvatarPrime" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Yareli/BoardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Railjack/Avatars/CrpAdmiralBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Vehicle/WheelCarDropshipParkedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusSuicideDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Heavies/VenusGunnerSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionBipedRobotBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionRiotBipedRobotBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corrupted/Avatars/CorruptedGrineerFlamebladeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corrupted/Avatars/CorruptedGrineerLancerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Forest/Avatars/HeavyFemaleGrineerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressAuraRifleLancerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressMinigunBombardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/GrineerAvatars/GrineerMarineHeavyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/InfestedAvatars/InfestedHordeZombieAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/GrenadeCrawlerMicroPlanetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/MeleeAncientMicroPlanetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/NoxiousCrawlerMicroPlanetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Narmer/Deacon/KahlNarmerDeaconPatrolAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueVIPBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/RedVeilDeaconAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/GrineerResourceTheftAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/GardenerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/DefenseAvatarMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Venus/DynamicExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/ClemAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/VoidNegationTowerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/Encounters/TownExecution/DaxGuardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Sentry/SentryDuviriOwlAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidLotusNpcAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Catbrow/CatbrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/CommonInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/RareInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/UncommonInfestedMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/CommonInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/RareInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/UncommonInfestedPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriCatbrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/TeshinRabbitAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/DuvSheepAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonFemaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareFemaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseAAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/ChipperRescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyDropShipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyNpcAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcNoFlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcNoFlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlNarmerHellionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineNoMaskAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineRoggAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/KahlSntMeleeTrooperNoPowersAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/KahlMissions/KahlTypes/PNWKahlSentientBrachiolystAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/AutoTurretAvatarII" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/BipedRobotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarI" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarII" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarIII" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/EliteSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/HeliosBossAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/MiniBossBipedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Levels/TheNewWar2021/Part2/RareFemaleForestRodentTNWAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneWaterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Brawler/SummonAvatarHostile" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Brawler/SummonAvatarNpc" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Dragon/DragonPeltPrimeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Dragon/DragonPeltPvPAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Fairy/FlightAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Infestation/PredasitePodMinionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Khora/Kavat/KhoraKavatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/MonkeyKing/HairAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Operator/UmbraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Sentient/SummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Trapper/Deployables/ZapAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/Yareli/BoardArsenalAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Powersuits/YinYang/YinYangSwitchAugmentOneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/BipedRobot/Vip/BossBipedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetCloneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetThrallAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Lawyers/KuvaLichTransmissionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Narmer/Transports/NarmerWheelCarDropshipParkedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/QuadRobot/Mini/MiniRobotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/QuadRobot/TNWJackalBossTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Spaceman/CivilianAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/SpecialEvents/WraithM3PlutoCrpCrewMeleeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/MoaAutoTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/TurretBoundDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusAutoDroneTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusDetronSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusExperimentalRifleSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusTurretDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Corpus/Vip/Arachnoid/ArachnoidCamperSpawnerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAnniversaryAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionModularSpacemanBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Avatars/DuviriCombatKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Avatars/DuviriThraxRangedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Dragon/Flying/DragonVehicleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Dragon/Ground/GroundDragonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Jackal/DuviriJackalBossTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Duviri/Turrets/DuviriAutoTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/ElectricStickyRollingDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/RollingDroneRadialTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/RollingDroneSmokeTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullRaidAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullRelayAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonCameraDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonGhoulCarrierAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonGroupCoordinatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressCarrierRifleLancerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressJetpackMarineCarrierAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnGalleonCommanderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnKeycodeHolderBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperLargeCannonTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperLargeShotgunTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperMedCannonTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Thumper/ThumperMedShotgunTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/Avatars/DoubleBossAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/Avatars/HammerTennoAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/Avatars/HeavyMarineLeaderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/JetpackSisters/JetpackSistersAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Grineer/Vip/JetpackSisters/JetpackSistersRaidAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/SpecialEvents/ArloZealotPackAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Infested/Vip/Avatars/ZombieLeaderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/KuvaLich/KuvaLichTransmissionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/ManInTheWall/Octopede/Arm/ArmTurret/MITWOctopedeArmTurretWallAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/ManInTheWall/Octopede/Arm/MITWOctopedeArmLeftLeaderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/ManInTheWall/Octopede/MITWBountyOctopedeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Narmer/ArchonErra/ArchonErraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Narmer/Deacon/KahlNarmerDeaconAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/NewWar/Archons/ArchonAmarChargeClone" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/NewWar/Archons/ArchonAmarCloneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/NewWar/Archons/ArchonNiraChaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/NewWar/Archons/ArchonSummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Orokin/Special/BurrowedMawAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Quests/Chimera/VoidGhostSlowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Quests/RogueSentinel/RogueSentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Quests/WraithQuest/CorpusGhostArenaRangedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystAttackerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystDefenderAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Sentients/DefendDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/SpaceBattles/Corpus/Ships/SpaceFighterAlarmAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueSteelMeridianVIPAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/RedVeilZombieAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/WF1999Infested/Avatars/Runner1999Avatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/WF1999Infested/Avatars/ToxicAncient1999Avatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Zariman/Avatars/VoidAngelAvatarEndless" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Enemies/Zariman/ZarimanLootGhostAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarE" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarF" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/BaroDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/CoreDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/CoreDefenseBombAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DarvoDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseAvatarMoving" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseChallengeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatarSmall" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusGasImmuneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerFortAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseComputerFortSabAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatarGrineer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarCorpus" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarGrineer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseSolarisCaptureAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/DefenseSolarisQuestAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/EventForestDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/FriendlyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/FriendlyMaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/GrnOceanDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/InfestedBaitAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/KuvaDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/LureAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatarMoving" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinMobileDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/OrokinSabotageConsoleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PayloadATVAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PayloadAvatarCorpus" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/PedestalMachineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SectorDefenseBaseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SectorDefensePointAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SectorGeneratorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SquadLinkDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SquadLinkScannerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/SurvivalKuvaExtractorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/TitaniaShrineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/TutorialShipDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Agents/ZarimanMobileDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Duviri/DuviriDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Duviri/DuviriExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/DynamicGhoulHuntExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Eidolon/EventMixerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEye" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/PerrinColonistUnarmedAvatarA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/PerrinColonistUnarmedAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/PerrinMaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SolarisHubAvatarForeman" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SolarisHubAvatarLabourer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SolarisHubAvatarStrikerOne" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SolarisHubAvatarStrikerThree" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarB" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarC" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarD" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarE" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Hub/TNWOrdisAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/InfestedMicroPlanet/DoorKeyDeviceAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/InfestedMicroPlanet/DynamicExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarBlue" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarRed" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePreceptComponents/InfestedCritterSentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowApartmentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowPetAvatarPalladino" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/CatbrowPuppyShipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/DecoyCatbrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/GardenerHombaskAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowApartmentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowPetKubQuestAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/KubrowPuppyShipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarBeachcomber" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourFive" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourFour" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourOne" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourThree" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourTwo" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarTenno" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarTwitch" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarYareli" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneBaroAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneInfestedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropDuviriCleaningDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropNecraMechDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/LisetPropOrokinMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/ShipPodMinionAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/ShipPodMinionAvatarPrime" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Pets/VascaCubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/PlayerControllable/KahlCrashDropshipAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/PlayerControllable/VesoDummyBipedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/PlayerControllable/VesoMoaDeraAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/PlayerControllable/VesoOspreyShieldAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisBombardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisLancerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisMoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Quest/SimarisSpacemanAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/RailJack/SpecterKuvaLichAAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/RailJack/SpecterKuvaLichFemaleAAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/RailJack/SpecterLawyerAAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/ClemRescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/DefenseAvatarChipper" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/EventRescueAvatarFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/EventRescueAvatarMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/GhoulRescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/MarooRescueAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarCephalonSudaFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarCephalonSudaMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarCorpus" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarDarvo" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarGrineer" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarHexisFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarHexisMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarNewLokaFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarNewLokaMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarPerrinFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarPerrinMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarRedVeilFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarRedVeilMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarSteelMeridianFemale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Rescue/RescueAvatarSteelMeridianMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarMale" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Venus/ExploiterHeistHarvesterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Venus/LittleDuckSniperAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/Venus/SolarisQuestDynamicExcavatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/ArloDevotedHealerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/ClemSpecterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Friendly/SandRaySpecterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/GrineerGalleon/GrineerGalleonTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/BardQuest/ScavengerHuntAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/CrewShipPartsHunt/JammingDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/LotusHand/LotusHandGuideAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatTrappedChest/DuviriThraxMeleeGuardAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/DuviriPrisonerEncounter/DuviriPrisonerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Shepherding/CattleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidCombatAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/CorpusSurvivorsShieldDroneAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/EntratiMagicCableAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedMistDeviceAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifierAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ShrineDefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/OrbiterMediumAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Race/OrbiterSmallAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/Barracks" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/DefenseAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretBeamAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretBossTetherAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretChainAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/BirdOfPreyAvatarResourceA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonFemaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonMaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareFemaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareMaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonFemaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonMaleBirdOfPreyAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/CommonInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/RareInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/UncommonInfestedCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/GrottoInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/HighlandInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/SwampInfKDriveAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/CommonInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/RareInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/UncommonInfestedMergooAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/CommonInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/RareInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/UncommonInfestedNexiferaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/CommonUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/RareUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/UncommonUndazoaAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriConservationCatbrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/TeshinRabbitOnHandAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Ram/DuviriRamConservationAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Wolf/DuviriWolfConservationAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/BaseKahlForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonMaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/ForestRodentAvatarResourceA" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareMaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonFemaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonMaleForestRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonFemaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonMaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonPupLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareFemaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareMaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RarePupLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonFemaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonMaleLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonPupLegendaryKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonFemaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonMaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonPupOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareFemaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareMaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RarePupOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonFemaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonMaleOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonPupOrokinKubrowAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonFemaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonMaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareFemaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareMaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonFemaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonMaleOstronSeaBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonFemaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonMaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonPupSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareFemaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareMaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RarePupSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonFemaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonMaleSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonPupSnowArmadilloAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonFemaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonMaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonPupSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareFemaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareMaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RarePupSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonFemaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonMaleSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonPupSnowBirdAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonFemaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonMaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonPupSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareFemaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareMaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RarePupSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonFemaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonMaleSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonPupSnowCritterAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonFemaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonMaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonPupSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareFemaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareMaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RarePupSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonFemaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonMaleSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonPupSnowPredatorAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonFemaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonMaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareFemaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareMaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonFemaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonMaleSnowRodentAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatCubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatFemaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatMaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatCubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatFemaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatMaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatCubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatFemaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatMaleAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/CreatureAvatars/SandRayAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseBAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseCAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseDAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseGearSummonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseNPCAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonGroundDragonAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonItemAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/NeutralCreatures/Kubrow/KubrowTutorialAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/PvpBots/BasePvpBotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Restoratives/Deployables/LisetLaserTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Restoratives/Deployables/LisetTurretAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneCatbrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneKubrowPetAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneSentinelAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelHubAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Sentinels/SentinelMainMenuAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Vehicles/TNWBalloon/OstBalloonUnmannedAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Upgrades/Mods/Sets/Strain/StrainMaggotAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Weapons/Infested/Melee/InfBoomerang/InfBoomerangSpawnAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/DeepSpace/GrineerDSDestroyerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/Saturn/GrineerSaturnDestroyerAvatar" - }, - { - "scans": 9999, - "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/GrineerDestroyerAvatar" - } + "/Lotus/Types/Lore/LoreFragmentScanDeco", + "/Lotus/Types/Lore/EidolonFragmentScanDeco", + "/Lotus/Types/NeutralCreatures/Kubrow/KubrowDen", + "/Lotus/Types/Items/Plants/NightCommonPlant", + "/Lotus/Types/Items/Plants/NightUnCommonPlant", + "/Lotus/Types/PickUps/MediumLootCrateGrnA", + "/Lotus/Types/Items/Plants/DayCommonPlant", + "/Lotus/Types/Items/Plants/GftPlantRuksClawMaturePlant", + "/Lotus/Objects/Orokin/Props/CollectibleSeriesOne", + "/Lotus/Objects/GrnExplodingBarrel", + "/Lotus/Types/Lore/FighterFragmentScanDeco", + "/Lotus/Objects/Gameplay/OroFusexGDeco", + "/Lotus/Types/Lore/SongFragmentScanDeco", + "/Lotus/Characters/Sentient/Hunhow/HunhowPieces/HunhowHipsWreckageQuest", + "/Lotus/Powersuits/Dragon/DragonPeltAvatar", + "/Lotus/Types/Items/Plants/ZenPitcherPlant", + "/Lotus/Types/NeutralCreatures/Catbrow/CatbrowAvatar", + "/Lotus/Powersuits/Khora/Kavat/KhoraKavatAvatar", + "/Lotus/Objects/Grineer/Props/Computers/GrnPanelADeco", + "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoA", + "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoB", + "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoC", + "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoD", + "/Lotus/Types/Lore/QuestSpawnedFragments/GlassFragmentScanDecoE", + "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryADeco", + "/Lotus/Types/Items/Plants/ZenCobraLotusPlant", + "/Lotus/Types/Items/Plants/DayUnCommonPlant", + "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryBDeco", + "/Lotus/Types/Items/Plants/NightRarePlant", + "/Lotus/Types/PickUps/MediumLootCrateGrnB", + "/Lotus/Objects/Tenno/Props/TitaniaCodexEntryCDeco", + "/Lotus/Types/Items/Plants/DayRarePlant", + "/Lotus/Types/Items/Plants/MossGroundCoverAPlant", + "/Lotus/Types/Items/Plants/WildGingerBPlant", + "/Lotus/Objects/Guild/Props/Computers/PanelADeco", + "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateCommon", + "/Lotus/Objects/Gameplay/InfestedHiveMode/InfestedTumorObjectiveSpawnedDeco", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarF", + "/Lotus/Types/Friendly/Pets/DecoyCatbrowPetAvatar", + "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoA", + "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoB", + "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraScorchScanDecoC", + "/Lotus/Types/Lore/QuestSpawnedFragments/UmbraSwordScanDeco", + "/Lotus/Types/Gameplay/Eidolon/Resources/FruitTree", + "/Lotus/Types/Gameplay/Eidolon/Resources/FruitTreeB", + "/Lotus/Types/Gameplay/Eidolon/Resources/IraditeContainer", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonFemaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonMaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonMaleBirdOfPreyAvatar", + "/Lotus/Types/Gameplay/Grineer/BrokenLight", + "/Lotus/Types/PickUps/ResourceContainers/FerriteContainer", + "/Lotus/Types/PickUps/ResourceContainers/PolymerBundleContainer", + "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerEmplacementStanding", + "/Lotus/Objects/OrokinExplodingBarrel", + "/Lotus/Types/PickUps/OrokinLootCrate", + "/Lotus/Types/PickUps/ResourceContainers/RubedoContainer", + "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/GrineerDeployableCover", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonFemaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonSnowPredatorAvatar", + "/Lotus/Objects/ExplodingBarrel", + "/Lotus/Objects/ExplodingBarrelFrozen", + "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateUncommon", + "/Lotus/Types/PickUps/ResourceContainers/AlloyPlateContainer", + "/Lotus/Types/Friendly/Eidolon/EventMixerAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareSnowCritterAvatar", + "/Lotus/Types/Sentinels/SentinelAvatar", + "/Lotus/Types/Friendly/Agents/SquadLinkScannerAvatar", + "/Lotus/Types/PickUps/ResourceContainers/OrokinCellContainer", + "/Lotus/Objects/GrnSuperMegaExplodingBarrel", + "/Lotus/Types/PickUps/ResourceContainers/MorphicsContainer", + "/Lotus/Objects/Guild/Structural/CurvedGlassDeco", + "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/SecurityCameraAvatar", + "/Lotus/Types/PickUps/ResourceContainers/PlastidsContainer", + "/Lotus/Objects/Guild/Structural/CurvedGlassInteriorDeco", + "/Lotus/Types/LevelObjects/CorpusBreakableVent", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatar", + "/Lotus/Types/NeutralCreatures/CreatureAvatars/SandRayAvatar", + "/Lotus/Types/Gameplay/Grineer/DoorSensorDeco", + "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/AridGrnDeployableCover", + "/Lotus/Types/PickUps/ResourceContainers/SalvageContainer", + "/Lotus/Types/Friendly/Agents/DefenseComputerAvatar", + "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoB", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarA", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarB", + "/Lotus/Types/Friendly/Agents/EventForestDefenseAvatar", + "/Lotus/Types/PickUps/ResourceContainers/CircuitsContainer", + "/Lotus/Types/Friendly/Pets/KubrowPetAvatar", + "/Lotus/Objects/Orokin/Props/OroCoverPropSphereACapADeco", + "/Lotus/Types/PickUps/ResourceContainers/ArgonCrystalContainer", + "/Lotus/Types/PickUps/ResourceContainers/ControlModuleContainer", + "/Lotus/Types/Friendly/Agents/OrokinMobileDefenseAvatar", + "/Lotus/Types/Friendly/Agents/OrokinSabotageConsoleAvatar", + "/Lotus/Objects/CrpMegaExplodingBarrel", + "/Lotus/Types/PickUps/RareCorpusLootCrate", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplyTopDeco", + "/Lotus/Types/PickUps/ResourceContainers/NanoSporesContainer", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpBarrelADynamicDeco", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrel", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrelGas", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarC", + "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoA", + "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoC", + "/Lotus/Objects/Gameplay/SentientArtifactMode/SentientArtifactDecoD", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarC", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarD", + "/Lotus/Objects/Gameplay/OroFusexBDeco", + "/Lotus/Types/NeutralCreatures/Kubrow/KubrowAvatar", + "/Lotus/Types/PickUps/AmmoCrateDynamic", + "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatarGrineer", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpLaserRailParkourCrossBar", + "/Lotus/Types/PickUps/MediumLootCrate", + "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatar", + "/Lotus/Types/Friendly/Eidolon/GrineerResourceTheftAvatar", + "/Lotus/Types/LevelObjects/GamemodeLockers/EidolonStorageLockerCache", + "/Lotus/Types/PickUps/DerelictOrokinLootCrate", + "/Lotus/Levels/GrineerGalleon/GrineerSpyVaultF/ConveyorBarrelExplode", + "/Lotus/Types/Friendly/Agents/ExcavatorAvatar", + "/Lotus/Types/PickUps/UltraRareCorpusLootCrate", + "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatar", + "/Lotus/Types/Friendly/Agents/PayloadATVAvatar", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpAnchorPointDeco", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplySide9mDeco", + "/Lotus/Types/Friendly/Pets/CatbrowPetAvatar", + "/Lotus/Types/Friendly/Agents/DefenseAvatar", + "/Lotus/Types/PickUps/RareGrineerLootCrate", + "/Lotus/Objects/Gameplay/OroFusexCDeco", + "/Lotus/Types/Friendly/Agents/DefenseComputerFortSabAvatar", + "/Lotus/Types/PickUps/MediumLootCrateGrnFortA", + "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerFortressEmplacementStanding", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpWelderBotMover", + "/Lotus/Objects/Grineer/Props/Computers/GrnPanelABlackDeco", + "/Lotus/Types/Gameplay/Grineer/GrineerShrapnelMine", + "/Lotus/Types/LevelObjects/GrineerBreakableVent", + "/Lotus/Types/PickUps/MediumLootCrateGrnFortB", + "/Lotus/Types/PickUps/ResourceContainers/NeuralSensorContainer", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusGasImmuneAvatar", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpCleanbotMover", + "/Lotus/Objects/Guild/Structural/Vents/DestroyableVent", + "/Lotus/Types/Lore/GasCityFragmentScanDeco", + "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCover/SeaLabGrnDeployableCover", + "/Lotus/Powersuits/MonkeyKing/HairAvatar", + "/Lotus/Types/PickUps/ResourceContainers/NeurodesContainer", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpExplodingBarrelRadiation", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpGasCityDoorPowerSupplySide5mDeco", + "/Lotus/Weapons/Corpus/Emplacement/CrpDeployableCover/CrpDeployableCover", + "/Lotus/Characters/Guild/QuadrapedPrototype/QuadrapedPrototypeDeco", + "/Lotus/Types/Enemies/Infested/Vip/InfestedGrenadeDeco", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarB", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpDestructableGeneratorDeco", + "/Lotus/Objects/Guild/GasCityRemaster/Props/GasRepairBotMover", + "/Lotus/Types/PickUps/ResourceContainers/GalliumContainer", + "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishADeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusGDeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisDDeco", + "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowStartGameplayObject", + "/Lotus/Types/Gameplay/Venus/Resources/SVFoliageFungusSmallContainer", + "/Lotus/Types/Gameplay/Venus/Resources/VenusTreeContainer", + "/Lotus/Objects/Gameplay/OroFusexDDeco", + "/Lotus/Powersuits/Brawler/SummonAvatar", + "/Lotus/Types/PickUps/Railjack/GrineerPointOfInterestLootCrate", + "/Lotus/Types/Enemies/Infested/Vip/InfestedMaggotSpawnPodTwoStageDisruption", + "/Lotus/Types/Gameplay/Eidolon/Resources/GrokdrulContainer", + "/Lotus/Types/Gameplay/Eidolon/Resources/Nistlebrush", + "/Lotus/Types/Enemies/Grineer/Vip/Avatars/DoubleBossAvatar", + "/Lotus/Types/Friendly/Agents/PayloadAvatar", + "/Lotus/Levels/SentientDevourer/Prefabs/SentientDevourerLootCrateCommon", + "/Lotus/Types/LevelObjects/Sentient/Attachments/BuffStationGem", + "/Lotus/Types/Game/CrewShip/GrineerDestroyer/GrineerGunnerEmplacement", + "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloStartGameplayObject", + "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/SnowBird/SnowBirdStartGameplayObject", + "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterStartGameplayObject", + "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorStartGameplayObject", + "/Lotus/Types/Gameplay/Conservation/SnowPredator/SnowPredatorToxicScatDeco", + "/Lotus/Types/Gameplay/Venus/Resources/CoolantContainer", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonSnowPredatorAvatar", + "/Lotus/Types/Restoratives/Deployables/LisetTurretAvatar", + "/Lotus/Types/PickUps/Railjack/GrineerPointOfInterestUncommonLootCrate", + "/Lotus/Objects/Guild/GasCityRemaster/Props/GasHazardDetonatorLarge", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatAvatar", + "/Lotus/Objects/Guild/Props/CrpTrainDrone", + "/Lotus/Types/Game/Events/OrbEventGlyphEight", + "/Lotus/Types/LevelObjects/GamemodeLockers/VenusStorageLockerCache", + "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentStartGameplayObject", + "/Lotus/Weapons/Grineer/RailJack/GrnCrewDeployableCover", + "/Lotus/Objects/Gameplay/OroFusexEDeco", + "/Lotus/Types/Enemies/Sentients/Mimics/MimicGalliumDeco", + "/Lotus/Types/Enemies/Sentients/Mimics/MimicRubedoDeco", + "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetAvatar", + "/Lotus/Types/Friendly/Agents/DefenseAvatarMoving", + "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/LegendaryKubrow/LegendaryKubrowStartGameplayObject", + "/Lotus/Types/Gameplay/Venus/Resources/SVFoliageFungusLargeContainer", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonLegendaryKubrowAvatar", + "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadSentinelAvatar", + "/Lotus/Types/Friendly/Agents/GrnOceanDefenseAvatar", + "/Lotus/Types/Game/Decorations/MiningMachineObjective", + "/Lotus/Types/Enemies/Corpus/Vehicle/WheelCarDropshipParkedAvatar", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarA", + "/Lotus/Types/LevelObjects/GrineerBreakableFan", + "/Lotus/Types/LevelObjects/GamemodeLockers/VenusStorageLockerCacheIndoors", + "/Lotus/Objects/Guild/GasCityRemaster/Props/GasHazardDetonator", + "/Lotus/Objects/Gameplay/OroFusexADeco", + "/Lotus/Types/PickUps/PuzzleOrokinLootCrate", + "/Lotus/Types/Friendly/Venus/DynamicExcavatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatAvatar", + "/Lotus/Objects/Ostron/Wildlife/OstronFishA", + "/Lotus/Objects/Ostron/Wildlife/OstronFishF", + "/Lotus/Objects/Ostron/Wildlife/OstronFishH", + "/Lotus/Objects/Ostron/Wildlife/OstronFishI", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonForestRodentAvatar", + "/Lotus/Types/PickUps/RareOrokinLootCrate", + "/Lotus/Types/Enemies/Infested/AiWeek/Ancients/PussBlobDeco", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatarSmall", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentADeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentBDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentCDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentDDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentEDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentFDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentGDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentHDeco", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentIDeco", + "/Lotus/Types/Enemies/Corpus/Venus/ReinforcementBeacon/VenusReinforceBeaconDeco", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatAvatar", + "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishCDeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusADeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusCDeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusEV1Deco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisBDeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisCDeco", + "/Lotus/Objects/Ostron/Wildlife/OstronFishC", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentJDeco", + "/Lotus/Types/PickUps/RareGrineerForestLootCrate", + "/Lotus/Types/Lore/Fragments/CorpusReliefFragments/CorpusReliefLoreFragmentKDeco", + "/Lotus/Types/Gameplay/Eidolon/SuppliesSabotageDecoration", + "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentStartGameplayObject", + "/Lotus/Types/Friendly/Agents/CoreDefenseAvatar", + "/Lotus/Weapons/Grineer/Emplacements/GrnDeployableCoverQueen/QueenGrnDeployableCover", + "/Lotus/Objects/SolarisVenus/Natural/Foliage/SvMushroomFruitSheathedDeco", + "/Lotus/Types/Gameplay/Conservation/SnowCritter/SnowCritterCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/SnowRodent/SnowRodentCallPointADeco", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonSnowRodentAvatar", + "/Lotus/Objects/Ostron/Wildlife/EelFish", + "/Lotus/Objects/Ostron/Wildlife/OstronFishD", + "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdStartGameplayObject", + "/Lotus/Fx/Levels/Orokin/Moon/OMResidualVoidSphereIconDecoSphere", + "/Lotus/Types/Game/Buttons/ButtonOrokin", + "/Lotus/Levels/SentientDevourer/Prefabs/SentientDevourerLootCrateUncommon", + "/Lotus/Types/Friendly/Agents/SurvivalKuvaExtractorAvatar", + "/Lotus/Types/LevelObjects/GrineerLandmine", + "/Lotus/Types/Enemies/Infested/Vip/InfestedGrenadeStumpDeco", + "/Lotus/Types/Lore/Fragments/SolarisFragments/TheBusinessLoreFragmentDDeco", + "/Lotus/Types/Game/Events/OrbEventGlyphSeven", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonForestRodentAvatar", + "/Lotus/Types/Game/Events/OrbEventGlyphFourteen", + "/Lotus/Types/Lore/Fragments/SolarisFragments/SmokefingerLoreFragmentEDeco", + "/Lotus/Types/Gameplay/Purify/InfestedConsole", + "/Lotus/Types/Gameplay/Purify/Purifier", + "/Lotus/Types/Friendly/Agents/DefenseComputerFortAvatar", + "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAvatar", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Foliage/InfGorgaricusSacDeco", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ExterminateHiveDeco", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ExterminateHiveDecoShellProxy", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/InfestedCommonCrateContainer", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinCommonCrateContainer", + "/Lotus/Types/Gameplay/InfestedMicroplanet/Resources/InfMapricoTree/InfMapricoTreeDeco", + "/Lotus/Types/Gameplay/InfestedMicroplanet/Resources/OrbStone/OrbStoneContainer", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/DoorKeyDevice", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorStartGameplayObject", + "/Lotus/Levels/InfestedMicroplanet/InfestedLandmine", + "/Lotus/Types/Friendly/InfestedMicroPlanet/DoorKeyDeviceAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/InfestedRareCrateContainer", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifierAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifyMollusk", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ShrineDefenseAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesEidolonCache", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesMainTumorDeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/CommonInfestedPredatorAvatar", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskShapeshifterCrystal", + "/Lotus/Types/Friendly/InfestedMicroPlanet/DynamicExcavatorAvatar", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooStartGameplayObject", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesTumorDeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/HighlandInfKDriveAvatar", + "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoInfested", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesVenusCache", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/CommonInfestedCritterAvatar", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotScatDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotStartGameplayObject", + "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoEntrati", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/UncommonInfestedCritterAvatar", + "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoEntratiVault", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskTetherCrystal", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotCallPointADeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/CommonInfestedMaggotAvatar", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterScatDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterStartGameplayObject", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMaggot/InfestedMaggotCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedMergoo/InfestedMergooCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorToxicScatDeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/UncommonInfestedMaggotAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/CommonInfestedMergooAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/RareInfestedMergooAvatar", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedPredator/InfestedPredatorCallPointBDeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/UncommonInfestedPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/SwampInfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/RareInfestedPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/RareInfestedCritterAvatar", + "/Lotus/Fx/Levels/InfestedMicroplanet/WyrmBattle/WyrmDestructibleDecoInfestedVault", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonADeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonCDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskStopmotionCrystal", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskBlindCrystal", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridUncommonBDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonBDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonDDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinUncommonADeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedUncommonADeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/GrottoInfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/RareInfestedMaggotAvatar", + "/Lotus/Types/Gameplay/Conservation/Deimos/InfestedCritter/InfestedCritterCallPointBDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinRareADeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/UncommonInfestedMergooAvatar", + "/Lotus/Types/Friendly/Agents/TitaniaShrineDefenseAvatar", + "/Lotus/Types/Game/Events/OrbEventGlyphFive", + "/Lotus/Types/Lore/Fragments/SolarisFragments/TickerLoreFragmentDDeco", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonBirdOfPreyAvatar", + "/Lotus/Types/PickUps/UltraRareOrokinLootCrate", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedCommonEDeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridRareADeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/InfestedRareADeco", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/HybridUncommonADeco", + "/Lotus/Powersuits/Operator/UmbraAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/FluidSacDevice", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedMistDeviceAvatar", + "/Lotus/Types/Enemies/Sentients/RepeaterDeco", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/CommonUndazoaAvatar", + "/Lotus/Types/Game/Events/OrbEventGlyphEleven", + "/Lotus/Types/Enemies/Infested/Vip/InfestedMaggotSpawnPodTwoStage", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareBirdOfPreyAvatar", + "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/SnowArmadillo/SnowArmadilloCallPointBDeco", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareSnowBirdAvatar", + "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetAvatar", + "/Lotus/Levels/Railjack/Objects/VolatileReactorVentHazardLarge", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetThrallAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetCloneAvatar", + "/Lotus/Types/PickUps/Railjack/CorpusPointOfInterestLootCrate", + "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPeCloneAvatar", + "/Lotus/Types/PickUps/Railjack/CorpusPointOfInterestUncommonLootCrate", + "/Lotus/Types/PickUps/Railjack/OrokinPOILootCrateUncommon", + "/Lotus/Types/PickUps/Railjack/OrokinPOILootCrateCommon", + "/Lotus/Objects/Guild/GasCityRemaster/Props/CrpAnchorPointBDeco", + "/Lotus/Powersuits/Brawler/SummonAvatarNpc", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedSpawnPod", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinVaultCrateContainer", + "/Lotus/Types/Lore/Fragments/SolarisFragments/LittleDuckLoreFragmentBDeco", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonOstronSeaBirdAvatar", + "/Lotus/Types/Gameplay/Conservation/OrokinKubrow/OrokinKubrowCallPointADeco", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareOrokinKubrowAvatar", + "/Lotus/Types/Friendly/Agents/InfestedBaitAvatar", + "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyStartGameplayObject", + "/Lotus/Types/Gameplay/Eidolon/Objects/InfestedPlains/InfestedDropPodSpawnPod", + "/Lotus/Types/Gameplay/Conservation/VampireKavat/VampireKavatStartGameplayObject", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonSnowBirdAvatar", + "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneWaterAvatar", + "/Lotus/Types/PickUps/UltraRareGrineerLootCrate", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/RareInfestedNexiferaAvatar", + "/Lotus/Types/Lore/Fragments/SolarisFragments/LittleDuckLoreFragmentCDeco", + "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateCommonA", + "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateCommonB", + "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateUncommon", + "/Lotus/Types/LevelObjects/Zariman/DoorConsole", + "/Lotus/Fx/Gameplay/Corruption/CorruptionVoidDepositDeco", + "/Lotus/Types/Enemies/Zariman/Avatars/VoidAngelAvatarEndless", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/Barracks", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/ScrapContainer", + "/Lotus/Types/LevelObjects/ZarimanBreakableHatchDoorA", + "/Lotus/Types/Friendly/Agents/ZarimanMobileDefenseAvatar", + "/Lotus/Types/Enemies/Grineer/Zariman/Attachments/GrnAntiWarframeMineDeco", + "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/BirdOfPrey/BirdOfPreyCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/ForestRodent/ForestRodentCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/OstronSeaBird/OstronSeaBirdCallPointBDeco", + "/Lotus/Types/Gameplay/Conservation/VampireKavat/VampireKavatCallPointBDeco", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonOstronSeaBirdAvatar", + "/Lotus/Types/Gameplay/Nightwave/CephalonMaze/GlassmakerAvatar", + "/Lotus/Objects/Grineer/Structural/FomorianMothership/FomShipForceFieldDeco", + "/Lotus/Types/Lore/SongFragmentPickupDeco", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinRareCrateContainer", + "/Lotus/Types/Gameplay/InfestedMicroplanet/LootContainers/OrokinSimpleCrateContainer", + "/Lotus/Types/PickUps/Narmer/NarmerLootCrate", + "/Lotus/Objects/Gameplay/OroFusexPickupDeco", + "/Lotus/Objects/Gameplay/OroFusexPickupBDeco", + "/Lotus/Types/Friendly/Agents/PedestalMachineDefenseAvatar", + "/Lotus/Types/Friendly/Agents/CoreDefenseBombAvatar", + "/Lotus/Types/Gameplay/Race/CrpSpaceMine", + "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateCommonArchwing", + "/Lotus/Types/PickUps/LootContainers/CorpusLootCrateUncommonArchwing", + "/Lotus/Powersuits/Fairy/FlightAvatar", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskMadnessCrystal", + "/Lotus/Objects/Ostron/Wildlife/MaskedFish", + "/Lotus/Objects/Ostron/Wildlife/OstronFishJ", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusFDeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishCorpusStyleADeco", + "/Lotus/Objects/SolarisVenus/Wildlife/RobofishSolarisADeco", + "/Lotus/Objects/Ostron/Wildlife/OstronFishE", + "/Lotus/Objects/Ostron/Wildlife/OstronFishB", + "/Lotus/Objects/Ostron/Wildlife/OstronFishG", + "/Lotus/Types/EnvDangers/GrineerOcean/SharkMover", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Wildlife/OrokinLegendaryADeco", + "/Lotus/Types/LevelObjects/GamemodeLockers/NarmerStorageLockerCache", + "/Lotus/Objects/SolarisVenus/Wildlife/OroRoboFishBDeco", + "/Lotus/Types/Gameplay/Race/OrbiterMediumAvatar", + "/Lotus/Types/Gameplay/Race/OrbiterSmallAvatar", + "/Lotus/Types/Gameplay/Race/SupplyShip", + "/Lotus/Objects/Ostron/Wildlife/FatHeadFish", + "/Lotus/Types/Game/PowerRift/PowerRiftDeco", + "/Lotus/Types/LevelObjects/Zariman/ZarLootCrateRare", + "/Lotus/Powersuits/Dragon/DragonPeltPrimeAvatar", + "/Lotus/Types/Friendly/Rescue/DefenseAvatarChipper", + "/Lotus/Weapons/Grineer/Emplacements/GrnEmplcmntStndng/GrineerEmplacementStandingKahl", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyNpcAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcNoFlightAvatar", + "/Lotus/Types/Friendly/RailJack/RJCrewAvatar", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerEmptyAvatarVariantA", + "/Lotus/Types/LevelObjects/GamemodeLockers/NarmerVenusStorageLockerCache", + "/Lotus/Types/Friendly/Quest/SimarisBombardAvatar", + "/Lotus/Types/Friendly/Quest/SimarisLancerAvatar", + "/Lotus/Types/Friendly/Quest/SimarisMoaAvatar", + "/Lotus/Types/Friendly/Quest/SimarisSpacemanAvatar", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantD", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerEmptyAvatarVariantB", + "/Lotus/Types/Game/CrewShip/CrpSecurityNode", + "/Lotus/Types/Enemies/Corpus/Vip/Arachnoid/CamperBroodMicroDeco", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantB", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantC", + "/Lotus/Types/Lore/Fragments/SolarisFragments/SmokefingerLoreFragmentDDeco", + "/Lotus/Types/Lore/Fragments/SolarisFragments/EudicoLoreFragmentBDeco", + "/Lotus/Types/Lore/Fragments/SolarisFragments/EudicoLoreFragmentEDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaCallPointADeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaScatDeco", + "/Lotus/Types/Gameplay/Conservation/Deimos/Undazoa/UndazoaStartGameplayObject", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/CommonInfestedNexiferaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/RareUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/UncommonUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/UncommonInfestedNexiferaAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/FluidSacTumor", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskRepellentCrystal", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/KeyPiecesOrokinCache", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskTeleportCrystal", + "/Lotus/Types/Enemies/Infested/Vip/InfestedDeadColonistSpawnPod", + "/Lotus/Types/Enemies/Infested/AiWeek/Emissary/InfestedJetpackReformDeco", + "/Lotus/Types/Enemies/Infested/AiWeek/Emissary/InfestedJetpackReformDecoNoHead", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarD", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarE", + "/Lotus/Objects/Infestation/InfestedMicroplanet/Gameplay/EntratiObeliskAntibodyCrystal", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/CorpusSurvivorsShieldDroneAvatar", + "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarCorpus", + "/Lotus/Types/Friendly/Rescue/DefenseAvatarMale", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcNoFlightAvatar", + "/Lotus/Types/Game/CrewShip/CorpusDestroyer/CorpusDestroyerAvatarVariantA", + "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarBlue", + "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarRed", + "/Lotus/Levels/TheNewWar2021/Part2/CrpWeakExplodingBarrelGas", + "/Lotus/Types/Friendly/Eidolon/DynamicGhoulHuntExcavatorAvatar", + "/Lotus/Types/Friendly/Rescue/GhoulRescueAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatPatrol/DuviriThraxMeleeGuardAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Shepherding/CattleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriConservationCatbrowAvatar", + "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAnniversaryAvatar", + "/Lotus/Types/Friendly/ClemAvatar", + "/Lotus/Types/Friendly/Agents/KuvaDefenseAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatTrappedChest/DuviriThraxMeleeGuardAvatar", + "/Lotus/Types/Friendly/Rescue/RescueAvatarDarvo", + "/Lotus/Levels/TheNewWar2021/Part2/CrpWeakExplodingBarrel", + "/Lotus/Types/Friendly/Agents/EventDefenseAvatar", + "/Lotus/Types/Enemies/GrineerChampions/ChampionPowersuits/EmpTrap", + "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarFemale", + "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardADeco", + "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardADynamicDeco", + "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardARegenDeco", + "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardBDeco", + "/Lotus/Objects/Entrati/Lab/Gameplay/LabVials/ORKxLabVialHazardBRegenDeco", + "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateCommon", + "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateUncommon", + "/Lotus/Types/PickUps/LootContainers/MITWLootCrate", + "/Lotus/Objects/Entrati/Lab/Gameplay/Destructible/LootCrates/ORKxLabVialAHealthHangingDeco", + "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEar", + "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidCombatAvatar", + "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateRare", + "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEye", + "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateUltraRare", + "/Lotus/Types/PickUps/LootContainers/EntratiLootCrateVault", + "/Lotus/Types/Enemies/Sentients/SentientBaseAvatar", + "/Lotus/Types/Friendly/Agents/DefenseAvatar", + "/Lotus/Types/Friendly/Rescue/RescueAvatar", + "/Lotus/Types/Enemies/Infested/InfestedAvatars/ZombieAvatar", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/BaseSyndicateAllyAvatar", + "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/GrineerAutoTurretBase", + "/Lotus/Types/Enemies/Infested/AiWeek/GreyStrain/GreyStrainAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/BaseLegendaryKubrowAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusArenaAllyBaseAvatar", + "/Lotus/Types/Enemies/Duviri/Avatars/BaseDuviriAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/BaseSnowRodentAvatar", + "/Lotus/Types/Game/PegasusAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/BaseForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/BaseOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/BaseSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/BaseSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/BaseSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/BaseSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/BaseVampireKavatAvatar", + "/Lotus/Types/NeutralCreatures/Kubrow/KubrowAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/BaseBirdOfPreyAvatar", + "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/SecurityCameraAvatar", + "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnBoardingBaseAvatar", + "/Lotus/Types/Game/JuggernautAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/BaseOstronSeaBirdAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlJetpackMarineAvatar", + "/Lotus/Types/Enemies/Grineer/Eidolon/GrineerSkiff/UnmannedSkiff/FlyingVehicleAvatar", + "/Lotus/Types/Enemies/Grineer/GrineerAvatars/NightwatchGrineerMarineAvatar", + "/Lotus/Types/Friendly/Agents/DefenseComputerAvatar", + "/Lotus/Types/Friendly/Hub/BasicHubAvatar", + "/Lotus/Types/Friendly/Rescue/RescueAvatarMale", + "/Lotus/Types/Enemies/Corpus/BipedRobot/AIWeek/RiotBipedBaseAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionSkateBaseAvatar", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueBaseAvatar", + "/Lotus/Types/Friendly/Pets/CatbrowPetAvatar", + "/Lotus/Types/Friendly/Agents/InfestedHiveAvatar", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/BaseInfestedMaggotAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/BaseInfestedPredatorAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionBaseAvatar", + "/Lotus/Types/Enemies/Duviri/Dragon/Flying/FlyingDragonBossAvatar", + "/Lotus/Types/Enemies/Grineer/Desert/Avatars/HeavyFemaleGrineerAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperCannonTurretAvatar", + "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatar", + "/Lotus/Types/Friendly/Pets/KubrowPetAvatar", + "/Lotus/Types/Sentinels/SentinelAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Commanders/Avatars/VenusCommanderBaseAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Heavies/Hyenas/VenusHyenaBaseAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Vip/Avatars/VenusVipBaseSpacemanAvatar", + "/Lotus/Types/Enemies/Grineer/GfsSecurityCameraBaseAvatar", + "/Lotus/Types/Friendly/Agents/DarvoAvatar", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatar", + "/Lotus/Types/Friendly/Hub/SolarisHubAvatar", + "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarA", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/SpaceInvaders/SpaceInvaderAvatar", + "/Lotus/Powersuits/Infestation/PodMinionAvatar", + "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/MinigunBombardAvatar", + "/Lotus/Types/Enemies/Grineer/Eidolon/Vip/Avatars/EidolonVipBaseAvatar", + "/Lotus/Types/Friendly/Agents/EventDefenseAvatar", + "/Lotus/Types/Friendly/Agents/PayloadAvatar", + "/Lotus/Types/Friendly/Pets/CatbrowShipAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/BaseInfestedCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/InfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/BaseInfestedMergooAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/BaseInfestedNexiferaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/BaseUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/BaseDuviriRabbitAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineAvatar", + "/Lotus/Powersuits/Brawler/SummonAvatar", + "/Lotus/Powersuits/Dragon/DragonPeltAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetAvatar", + "/Lotus/Types/Enemies/Corpus/QuadRobot/JackalBossTurretAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionDroneBaseAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionHyenaBaseAvatar", + "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/GrineerHuntsmanAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperShotgunTurretAvatar", + "/Lotus/Types/Enemies/Narmer/Deacon/NarmerDeaconPatrolAvatar", + "/Lotus/Types/Enemies/Orokin/Entrati/EntratiTech/NechroTech/FriendlyNechroTechBaseAvatar", + "/Lotus/Types/Enemies/Sector/SectorTurretAvatar", + "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystAvatar", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatar", + "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatar", + "/Lotus/Types/Friendly/Agents/ExcavatorAvatar", + "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatar", + "/Lotus/Types/Friendly/Pets/KubrowShipAvatar", + "/Lotus/Types/Gameplay/Race/OrbiterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Owl/BaseDuviriOwlAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Wolf/DuviriWolfAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonSnowRodentAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/AutoTurretAvatar", + "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneAvatar", + "/Lotus/Powersuits/Infestation/PodMinionAvatarPrime", + "/Lotus/Powersuits/Yareli/BoardAvatar", + "/Lotus/Types/Enemies/Corpus/Railjack/Avatars/CrpAdmiralBaseAvatar", + "/Lotus/Types/Enemies/Corpus/Vehicle/WheelCarDropshipParkedAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusSuicideDroneAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Heavies/VenusGunnerSpacemanAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionBipedRobotBaseAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionRiotBipedRobotBaseAvatar", + "/Lotus/Types/Enemies/Corrupted/Avatars/CorruptedGrineerFlamebladeAvatar", + "/Lotus/Types/Enemies/Corrupted/Avatars/CorruptedGrineerLancerAvatar", + "/Lotus/Types/Enemies/Grineer/Forest/Avatars/HeavyFemaleGrineerAvatar", + "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressAuraRifleLancerAvatar", + "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressMinigunBombardAvatar", + "/Lotus/Types/Enemies/Grineer/GrineerAvatars/GrineerMarineHeavyAvatar", + "/Lotus/Types/Enemies/Infested/InfestedAvatars/InfestedHordeZombieAvatar", + "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/GrenadeCrawlerMicroPlanetAvatar", + "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/MeleeAncientMicroPlanetAvatar", + "/Lotus/Types/Enemies/Infested/InfestedMicroplanet/NoxiousCrawlerMicroPlanetAvatar", + "/Lotus/Types/Enemies/Narmer/Deacon/KahlNarmerDeaconPatrolAvatar", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueVIPBaseAvatar", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/RedVeilDeaconAvatarA", + "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatar", + "/Lotus/Types/Friendly/Eidolon/GrineerResourceTheftAvatar", + "/Lotus/Types/Friendly/Pets/GardenerAvatar", + "/Lotus/Types/Friendly/Rescue/DefenseAvatarMale", + "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarFemale", + "/Lotus/Types/Friendly/Venus/DynamicExcavatorAvatar", + "/Lotus/Types/Friendly/ClemAvatar", + "/Lotus/Types/Game/VoidNegationTowerAvatar", + "/Lotus/Types/Gameplay/Duviri/Encounters/TownExecution/DaxGuardAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Sentry/SentryDuviriOwlAvatar", + "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidLotusNpcAvatar", + "/Lotus/Types/NeutralCreatures/Catbrow/CatbrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/CommonInfestedMaggotAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/RareInfestedMaggotAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMaggot/UncommonInfestedMaggotAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/CommonInfestedPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/RareInfestedPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedPredator/UncommonInfestedPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriCatbrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/TeshinRabbitAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/DuvSheepAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonFemaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareFemaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseAAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/ChipperRescueAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyDropShipAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlAllyNpcAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlDeployableFlyingSpacemanVariableAllyNpcNoFlightAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlEidolonJetpackMarineAllyNpcNoFlightAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlNarmerHellionAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineNoMaskAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlRescueMarineRoggAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/KahlSntMeleeTrooperNoPowersAvatar", + "/Lotus/Levels/KahlMissions/KahlTypes/PNWKahlSentientBrachiolystAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/AutoTurretAvatarII", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/BipedRobotAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarI", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarII", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/DroneFlyerAvatarIII", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/EliteSpacemanAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/HeliosBossAvatar", + "/Lotus/Levels/MiniGames/Sentinel/Enemies/BulletHell/MiniBossBipedAvatar", + "/Lotus/Levels/TheNewWar2021/Part2/RareFemaleForestRodentTNWAvatar", + "/Lotus/Powersuits/Archwing/StealthJetPack/DistractionDroneWaterAvatar", + "/Lotus/Powersuits/Brawler/SummonAvatarHostile", + "/Lotus/Powersuits/Brawler/SummonAvatarNpc", + "/Lotus/Powersuits/Dragon/DragonPeltPrimeAvatar", + "/Lotus/Powersuits/Dragon/DragonPeltPvPAvatar", + "/Lotus/Powersuits/Fairy/FlightAvatar", + "/Lotus/Powersuits/Infestation/PredasitePodMinionAvatar", + "/Lotus/Powersuits/Khora/Kavat/KhoraKavatAvatar", + "/Lotus/Powersuits/MonkeyKing/HairAvatar", + "/Lotus/Powersuits/Operator/UmbraAvatar", + "/Lotus/Powersuits/Sentient/SummonAvatar", + "/Lotus/Powersuits/Trapper/Deployables/ZapAvatar", + "/Lotus/Powersuits/Yareli/BoardArsenalAvatar", + "/Lotus/Powersuits/YinYang/YinYangSwitchAugmentOneAvatar", + "/Lotus/Types/Enemies/Corpus/BipedRobot/Vip/BossBipedAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetCloneAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/Pets/LawyerDogPetThrallAvatar", + "/Lotus/Types/Enemies/Corpus/Lawyers/KuvaLichTransmissionAvatar", + "/Lotus/Types/Enemies/Corpus/Narmer/Transports/NarmerWheelCarDropshipParkedAvatar", + "/Lotus/Types/Enemies/Corpus/QuadRobot/Mini/MiniRobotAvatar", + "/Lotus/Types/Enemies/Corpus/QuadRobot/TNWJackalBossTurretAvatar", + "/Lotus/Types/Enemies/Corpus/Spaceman/CivilianAvatar", + "/Lotus/Types/Enemies/Corpus/SpecialEvents/WraithM3PlutoCrpCrewMeleeAvatar", + "/Lotus/Types/Enemies/Corpus/Turrets/TurretAvatars/MoaAutoTurretAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/TurretBoundDroneAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusAutoDroneTurretAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusDetronSpacemanAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusExperimentalRifleSpacemanAvatar", + "/Lotus/Types/Enemies/Corpus/Venus/Avatars/VenusTurretDroneAvatar", + "/Lotus/Types/Enemies/Corpus/Vip/Arachnoid/ArachnoidCamperSpawnerAvatar", + "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAnniversaryAvatar", + "/Lotus/Types/Enemies/CorpusChampions/JohnProdman/JohnProdmanAvatar", + "/Lotus/Types/Enemies/CorpusChampions/CorpusChampionModularSpacemanBaseAvatar", + "/Lotus/Types/Enemies/Duviri/Avatars/DuviriCombatKubrowAvatar", + "/Lotus/Types/Enemies/Duviri/Avatars/DuviriThraxRangedAvatar", + "/Lotus/Types/Enemies/Duviri/Dragon/Flying/DragonVehicleAvatar", + "/Lotus/Types/Enemies/Duviri/Dragon/Ground/GroundDragonAvatar", + "/Lotus/Types/Enemies/Duviri/Jackal/DuviriJackalBossTurretAvatar", + "/Lotus/Types/Enemies/Duviri/Turrets/DuviriAutoTurretAvatar", + "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/ElectricStickyRollingDroneAvatar", + "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/RollingDroneRadialTurretAvatar", + "/Lotus/Types/Enemies/Grineer/AIWeek/Avatars/RollingDroneSmokeTurretAvatar", + "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullAvatar", + "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullRaidAvatar", + "/Lotus/Types/Enemies/Grineer/DeathSquad/Avatars/DeathSquadFullRelayAvatar", + "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonCameraDroneAvatar", + "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonGhoulCarrierAvatar", + "/Lotus/Types/Enemies/Grineer/Eidolon/Avatars/EidolonGroupCoordinatorAvatar", + "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressCarrierRifleLancerAvatar", + "/Lotus/Types/Enemies/Grineer/Fortress/Avatars/FortressJetpackMarineCarrierAvatar", + "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnGalleonCommanderAvatar", + "/Lotus/Types/Enemies/Grineer/RailJack/Avatars/GrnKeycodeHolderBaseAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperLargeCannonTurretAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperLargeShotgunTurretAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperMedCannonTurretAvatar", + "/Lotus/Types/Enemies/Grineer/Thumper/ThumperMedShotgunTurretAvatar", + "/Lotus/Types/Enemies/Grineer/Vip/Avatars/DoubleBossAvatar", + "/Lotus/Types/Enemies/Grineer/Vip/Avatars/HammerTennoAvatar", + "/Lotus/Types/Enemies/Grineer/Vip/Avatars/HeavyMarineLeaderAvatar", + "/Lotus/Types/Enemies/Grineer/Vip/JetpackSisters/JetpackSistersAvatar", + "/Lotus/Types/Enemies/Grineer/Vip/JetpackSisters/JetpackSistersRaidAvatar", + "/Lotus/Types/Enemies/Infested/SpecialEvents/ArloZealotPackAvatar", + "/Lotus/Types/Enemies/Infested/Vip/Avatars/ZombieLeaderAvatar", + "/Lotus/Types/Enemies/KuvaLich/KuvaLichTransmissionAvatar", + "/Lotus/Types/Enemies/ManInTheWall/Octopede/Arm/ArmTurret/MITWOctopedeArmTurretWallAvatar", + "/Lotus/Types/Enemies/ManInTheWall/Octopede/Arm/MITWOctopedeArmLeftLeaderAvatar", + "/Lotus/Types/Enemies/ManInTheWall/Octopede/MITWBountyOctopedeAvatar", + "/Lotus/Types/Enemies/Narmer/ArchonErra/ArchonErraAvatar", + "/Lotus/Types/Enemies/Narmer/Deacon/KahlNarmerDeaconAvatar", + "/Lotus/Types/Enemies/NewWar/Archons/ArchonAmarChargeClone", + "/Lotus/Types/Enemies/NewWar/Archons/ArchonAmarCloneAvatar", + "/Lotus/Types/Enemies/NewWar/Archons/ArchonNiraChaseAvatar", + "/Lotus/Types/Enemies/NewWar/Archons/ArchonSummonAvatar", + "/Lotus/Types/Enemies/Orokin/Special/BurrowedMawAvatar", + "/Lotus/Types/Enemies/Quests/Chimera/VoidGhostSlowAvatar", + "/Lotus/Types/Enemies/Quests/RogueSentinel/RogueSentinelAvatar", + "/Lotus/Types/Enemies/Quests/WraithQuest/CorpusGhostArenaRangedAvatar", + "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystAttackerAvatar", + "/Lotus/Types/Enemies/Sentients/Swarmalyst/SentientSwarmalystDefenderAvatar", + "/Lotus/Types/Enemies/Sentients/DefendDroneAvatar", + "/Lotus/Types/Enemies/SpaceBattles/Corpus/Ships/SpaceFighterAlarmAvatar", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/ColonyRescueAllies/ColonistRescueSteelMeridianVIPAvatarA", + "/Lotus/Types/Enemies/TennoReplicants/SyndicateAllies/RedVeilZombieAvatar", + "/Lotus/Types/Enemies/WF1999Infested/Avatars/Runner1999Avatar", + "/Lotus/Types/Enemies/WF1999Infested/Avatars/ToxicAncient1999Avatar", + "/Lotus/Types/Enemies/Zariman/Avatars/VoidAngelAvatarEndless", + "/Lotus/Types/Enemies/Zariman/ZarimanLootGhostAvatar", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarA", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarB", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarC", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarD", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarE", + "/Lotus/Types/Friendly/Agents/HiveMode/InfestedHiveAvatarF", + "/Lotus/Types/Friendly/Agents/BaroDefenseAvatar", + "/Lotus/Types/Friendly/Agents/CoreDefenseAvatar", + "/Lotus/Types/Friendly/Agents/CoreDefenseBombAvatar", + "/Lotus/Types/Friendly/Agents/DarvoDefenseAvatar", + "/Lotus/Types/Friendly/Agents/DefenseAvatarMoving", + "/Lotus/Types/Friendly/Agents/DefenseChallengeAvatar", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusAvatarSmall", + "/Lotus/Types/Friendly/Agents/DefenseComputerCorpusGasImmuneAvatar", + "/Lotus/Types/Friendly/Agents/DefenseComputerFortAvatar", + "/Lotus/Types/Friendly/Agents/DefenseComputerFortSabAvatar", + "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatar", + "/Lotus/Types/Friendly/Agents/DefenseCorePipeAvatarGrineer", + "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarCorpus", + "/Lotus/Types/Friendly/Agents/DefenseMDArchwingAvatarGrineer", + "/Lotus/Types/Friendly/Agents/DefenseSolarisCaptureAvatar", + "/Lotus/Types/Friendly/Agents/DefenseSolarisQuestAvatar", + "/Lotus/Types/Friendly/Agents/EventForestDefenseAvatar", + "/Lotus/Types/Friendly/Agents/FriendlyAvatar", + "/Lotus/Types/Friendly/Agents/FriendlyMaleAvatar", + "/Lotus/Types/Friendly/Agents/GrnOceanDefenseAvatar", + "/Lotus/Types/Friendly/Agents/InfestedBaitAvatar", + "/Lotus/Types/Friendly/Agents/KuvaDefenseAvatar", + "/Lotus/Types/Friendly/Agents/LureAvatar", + "/Lotus/Types/Friendly/Agents/OrokinDefenseAvatarMoving", + "/Lotus/Types/Friendly/Agents/OrokinMobileDefenseAvatar", + "/Lotus/Types/Friendly/Agents/OrokinSabotageConsoleAvatar", + "/Lotus/Types/Friendly/Agents/PayloadATVAvatar", + "/Lotus/Types/Friendly/Agents/PayloadAvatarCorpus", + "/Lotus/Types/Friendly/Agents/PedestalMachineDefenseAvatar", + "/Lotus/Types/Friendly/Agents/SectorDefenseBaseAvatar", + "/Lotus/Types/Friendly/Agents/SectorDefensePointAvatar", + "/Lotus/Types/Friendly/Agents/SectorGeneratorAvatar", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarA", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarB", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarC", + "/Lotus/Types/Friendly/Agents/SentientAmalgamArtifactAvatarD", + "/Lotus/Types/Friendly/Agents/SquadLinkDefenseAvatar", + "/Lotus/Types/Friendly/Agents/SquadLinkScannerAvatar", + "/Lotus/Types/Friendly/Agents/SurvivalKuvaExtractorAvatar", + "/Lotus/Types/Friendly/Agents/TitaniaShrineDefenseAvatar", + "/Lotus/Types/Friendly/Agents/TutorialShipDefenseAvatar", + "/Lotus/Types/Friendly/Agents/ZarimanMobileDefenseAvatar", + "/Lotus/Types/Friendly/Duviri/DuviriDefenseAvatar", + "/Lotus/Types/Friendly/Duviri/DuviriExcavatorAvatar", + "/Lotus/Types/Friendly/Eidolon/DynamicGhoulHuntExcavatorAvatar", + "/Lotus/Types/Friendly/Eidolon/EventMixerAvatar", + "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEar", + "/Lotus/Types/Friendly/EntratiDefense/LoopDefenseAvatarEye", + "/Lotus/Types/Friendly/Hub/PerrinColonistUnarmedAvatarA", + "/Lotus/Types/Friendly/Hub/PerrinColonistUnarmedAvatarB", + "/Lotus/Types/Friendly/Hub/PerrinMaleAvatar", + "/Lotus/Types/Friendly/Hub/SolarisHubAvatarForeman", + "/Lotus/Types/Friendly/Hub/SolarisHubAvatarLabourer", + "/Lotus/Types/Friendly/Hub/SolarisHubAvatarStrikerOne", + "/Lotus/Types/Friendly/Hub/SolarisHubAvatarStrikerThree", + "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarB", + "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarC", + "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarD", + "/Lotus/Types/Friendly/Hub/SteelMeridianAvatarE", + "/Lotus/Types/Friendly/Hub/TNWOrdisAvatar", + "/Lotus/Types/Friendly/InfestedMicroPlanet/DoorKeyDeviceAvatar", + "/Lotus/Types/Friendly/InfestedMicroPlanet/DynamicExcavatorAvatar", + "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarBlue", + "/Lotus/Types/Friendly/LastWishDefense/DoubleDefenseAvatarRed", + "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePreceptComponents/InfestedCritterSentinelAvatar", + "/Lotus/Types/Friendly/Pets/CatbrowApartmentAvatar", + "/Lotus/Types/Friendly/Pets/CatbrowPetAvatarPalladino", + "/Lotus/Types/Friendly/Pets/CatbrowPuppyShipAvatar", + "/Lotus/Types/Friendly/Pets/DecoyCatbrowPetAvatar", + "/Lotus/Types/Friendly/Pets/GardenerHombaskAvatar", + "/Lotus/Types/Friendly/Pets/KubrowApartmentAvatar", + "/Lotus/Types/Friendly/Pets/KubrowPetKubQuestAvatar", + "/Lotus/Types/Friendly/Pets/KubrowPuppyShipAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarBeachcomber", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourFive", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourFour", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourOne", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourThree", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarColourTwo", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarTenno", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarTwitch", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneAvatarYareli", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneBaroAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropCleaningDroneInfestedAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropDuviriCleaningDroneAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropNecraMechDroneAvatar", + "/Lotus/Types/Friendly/Pets/LisetPropOrokinMaggotAvatar", + "/Lotus/Types/Friendly/Pets/ShipPodMinionAvatar", + "/Lotus/Types/Friendly/Pets/ShipPodMinionAvatarPrime", + "/Lotus/Types/Friendly/Pets/VascaCubAvatar", + "/Lotus/Types/Friendly/PlayerControllable/KahlCrashDropshipAvatar", + "/Lotus/Types/Friendly/PlayerControllable/VesoDummyBipedAvatar", + "/Lotus/Types/Friendly/PlayerControllable/VesoMoaDeraAvatar", + "/Lotus/Types/Friendly/PlayerControllable/VesoOspreyShieldAvatar", + "/Lotus/Types/Friendly/Quest/SimarisBombardAvatar", + "/Lotus/Types/Friendly/Quest/SimarisLancerAvatar", + "/Lotus/Types/Friendly/Quest/SimarisMoaAvatar", + "/Lotus/Types/Friendly/Quest/SimarisSpacemanAvatar", + "/Lotus/Types/Friendly/RailJack/SpecterKuvaLichAAvatar", + "/Lotus/Types/Friendly/RailJack/SpecterKuvaLichFemaleAAvatar", + "/Lotus/Types/Friendly/RailJack/SpecterLawyerAAvatar", + "/Lotus/Types/Friendly/Rescue/ClemRescueAvatar", + "/Lotus/Types/Friendly/Rescue/DefenseAvatarChipper", + "/Lotus/Types/Friendly/Rescue/EventRescueAvatarFemale", + "/Lotus/Types/Friendly/Rescue/EventRescueAvatarMale", + "/Lotus/Types/Friendly/Rescue/GhoulRescueAvatar", + "/Lotus/Types/Friendly/Rescue/MarooRescueAvatar", + "/Lotus/Types/Friendly/Rescue/RescueAvatarCephalonSudaFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarCephalonSudaMale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarCorpus", + "/Lotus/Types/Friendly/Rescue/RescueAvatarDarvo", + "/Lotus/Types/Friendly/Rescue/RescueAvatarGrineer", + "/Lotus/Types/Friendly/Rescue/RescueAvatarHexisFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarHexisMale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarNewLokaFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarNewLokaMale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarPerrinFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarPerrinMale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarRedVeilFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarRedVeilMale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarSteelMeridianFemale", + "/Lotus/Types/Friendly/Rescue/RescueAvatarSteelMeridianMale", + "/Lotus/Types/Friendly/Syndicate/CacheHunt/CacheHuntRescueAvatarMale", + "/Lotus/Types/Friendly/Venus/ExploiterHeistHarvesterAvatar", + "/Lotus/Types/Friendly/Venus/LittleDuckSniperAvatar", + "/Lotus/Types/Friendly/Venus/SolarisQuestDynamicExcavatorAvatar", + "/Lotus/Types/Friendly/ArloDevotedHealerAvatar", + "/Lotus/Types/Friendly/ClemSpecterAvatar", + "/Lotus/Types/Friendly/SandRaySpecterAvatar", + "/Lotus/Types/Game/CrewShip/GrineerGalleon/GrineerGalleonTurretAvatar", + "/Lotus/Types/Gameplay/BardQuest/ScavengerHuntAvatar", + "/Lotus/Types/Gameplay/CrewShipPartsHunt/JammingDroneAvatar", + "/Lotus/Types/Gameplay/Duviri/LotusHand/LotusHandGuideAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/CombatTrappedChest/DuviriThraxMeleeGuardAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/DuviriPrisonerEncounter/DuviriPrisonerAvatar", + "/Lotus/Types/Gameplay/Duviri/SideActivities/Encounters/Shepherding/CattleAvatar", + "/Lotus/Types/Gameplay/EntratiLab/Quest/HumanLoidCombatAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/CorpusSurvivorsShieldDroneAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/EntratiMagicCableAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/InfestedMistDeviceAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/PurifierAvatar", + "/Lotus/Types/Gameplay/InfestedMicroplanet/EncounterObjects/ShrineDefenseAvatar", + "/Lotus/Types/Gameplay/Race/OrbiterMediumAvatar", + "/Lotus/Types/Gameplay/Race/OrbiterSmallAvatar", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/Barracks", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/DefenseAvatar", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretBeamAvatar", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretBossTetherAvatar", + "/Lotus/Types/Gameplay/Zariman/EncounterObjects/AssassinateEndless/TurretChainAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/BirdOfPreyAvatarResourceA", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonFemaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/CommonMaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareFemaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/RareMaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonFemaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/BirdOfPrey/UncommonMaleBirdOfPreyAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/CommonInfestedCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/RareInfestedCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedCritter/UncommonInfestedCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/GrottoInfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/HighlandInfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedKDrive/SwampInfKDriveAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/CommonInfestedMergooAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/RareInfestedMergooAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedMergoo/UncommonInfestedMergooAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/CommonInfestedNexiferaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/RareInfestedNexiferaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedNexifera/UncommonInfestedNexiferaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/CommonUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/RareUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Deimos/InfestedUndazoa/UncommonUndazoaAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Kavat/DuviriConservationCatbrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Rabbit/TeshinRabbitOnHandAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Ram/DuviriRamConservationAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/Duviri/Wolf/DuviriWolfConservationAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/BaseKahlForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/CommonMaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/ForestRodentAvatarResourceA", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/RareMaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonFemaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/ForestRodent/UncommonMaleForestRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonFemaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonMaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/CommonPupLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareFemaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RareMaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/RarePupLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonFemaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonMaleLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/LegendaryKubrow/UncommonPupLegendaryKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonFemaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonMaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/CommonPupOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareFemaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RareMaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/RarePupOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonFemaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonMaleOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OrokinKubrow/UncommonPupOrokinKubrowAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonFemaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/CommonMaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareFemaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/RareMaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonFemaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/OstronSeaBird/UncommonMaleOstronSeaBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonFemaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonMaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/CommonPupSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareFemaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RareMaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/RarePupSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonFemaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonMaleSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowArmadillo/UncommonPupSnowArmadilloAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonFemaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonMaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/CommonPupSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareFemaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RareMaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/RarePupSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonFemaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonMaleSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowBird/UncommonPupSnowBirdAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonFemaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonMaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/CommonPupSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareFemaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RareMaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/RarePupSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonFemaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonMaleSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowCritter/UncommonPupSnowCritterAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonFemaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonMaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/CommonPupSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareFemaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RareMaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/RarePupSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonFemaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonMaleSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowPredator/UncommonPupSnowPredatorAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonFemaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/CommonMaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareFemaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/RareMaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonFemaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/SnowRodent/UncommonMaleSnowRodentAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatCubAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatFemaleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/CommonVampireKavatMaleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatCubAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatFemaleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/RareVampireKavatMaleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatCubAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatFemaleAvatar", + "/Lotus/Types/NeutralCreatures/Conservation/VampireKavat/UncommonVampireKavatMaleAvatar", + "/Lotus/Types/NeutralCreatures/CreatureAvatars/SandRayAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseBAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseCAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseDAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseGearSummonAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseNPCAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonGroundDragonAvatar", + "/Lotus/Types/NeutralCreatures/ErsatzHorse/ErsatzHorseSummonItemAvatar", + "/Lotus/Types/NeutralCreatures/Kubrow/KubrowTutorialAvatar", + "/Lotus/Types/PvpBots/BasePvpBotAvatar", + "/Lotus/Types/Restoratives/Deployables/LisetLaserTurretAvatar", + "/Lotus/Types/Restoratives/Deployables/LisetTurretAvatar", + "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneCatbrowPetAvatar", + "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneKubrowPetAvatar", + "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidCloneSentinelAvatar", + "/Lotus/Types/Sentinels/SentinelHubAvatar", + "/Lotus/Types/Sentinels/SentinelMainMenuAvatar", + "/Lotus/Types/Vehicles/TNWBalloon/OstBalloonUnmannedAvatar", + "/Lotus/Upgrades/Mods/Sets/Strain/StrainMaggotAvatar", + "/Lotus/Weapons/Infested/Melee/InfBoomerang/InfBoomerangSpawnAvatar", + "/Lotus/Types/Game/CrewShip/GrineerDestroyer/DeepSpace/GrineerDSDestroyerAvatar", + "/Lotus/Types/Game/CrewShip/GrineerDestroyer/Saturn/GrineerSaturnDestroyerAvatar", + "/Lotus/Types/Game/CrewShip/GrineerDestroyer/GrineerDestroyerAvatar" ]