diff --git a/handlers/profile.go b/handlers/profile.go index e4343ec..cb21389 100644 --- a/handlers/profile.go +++ b/handlers/profile.go @@ -246,6 +246,7 @@ func PostSetCosmeticLockerSlotAction(c *fiber.Ctx, person *p.Person, profile *p. case "Glider": currentLocker.GliderID = item.ID case "ItemWrap": + defer profile.CreateLoadoutChangedChange(currentLocker, "ItemWrapID") if body.SlotIndex == -1 { for i := range currentLocker.ItemWrapID { currentLocker.ItemWrapID[i] = item.ID @@ -253,8 +254,8 @@ func PostSetCosmeticLockerSlotAction(c *fiber.Ctx, person *p.Person, profile *p. break } currentLocker.ItemWrapID[body.SlotIndex] = item.ID - profile.CreateLoadoutChangedChange(currentLocker, "ItemWrapID") case "Dance": + defer profile.CreateLoadoutChangedChange(currentLocker, "DanceID") if body.SlotIndex == -1 { for i := range currentLocker.DanceID { currentLocker.DanceID[i] = item.ID @@ -262,7 +263,6 @@ func PostSetCosmeticLockerSlotAction(c *fiber.Ctx, person *p.Person, profile *p. break } currentLocker.DanceID[body.SlotIndex] = item.ID - profile.CreateLoadoutChangedChange(currentLocker, "DanceID") case "SkyDiveContrail": currentLocker.ContrailID = item.ID case "LoadingScreen": diff --git a/main.go b/main.go index 11589aa..cf3ca49 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ func main() { r.Get("/content/api/pages/fortnite-game", handlers.GetContentPages) r.Get("/waitingroom/api/waitingroom", handlers.GetWaitingRoomStatus) r.Get("/region", handlers.GetRegion) - // r.Put("/profile/play_region", handlers.AnyNoContent) + r.Put("/profile/play_region", handlers.AnyNoContent) r.Get("/snow/cache", func(c *fiber.Ctx) error { cache := person.AllFromCache() diff --git a/person/fortnite.go b/person/fortnite.go index cec9bd5..fe55987 100644 --- a/person/fortnite.go +++ b/person/fortnite.go @@ -27,8 +27,6 @@ func NewFortnitePerson(displayName string, key string) *Person { person.DisplayName = displayName person.AccessKey = key - person.Profile0Profile.Items.AddItem(NewItem("Currency:MtxPurchased", 0)).Save() // for season 2 and bellow - for _, item := range defaultAthenaItems { person.AthenaProfile.Items.AddItem(NewItem(item, 1)) } @@ -50,6 +48,7 @@ func NewFortnitePerson(displayName string, key string) *Person { if item == "Currency:MtxPurchased" { person.CommonCoreProfile.Items.AddItem(NewItem(item, 0)).Save() + person.Profile0Profile.Items.AddItem(NewItem(item, 0)).Save() continue } diff --git a/person/loadout.go b/person/loadout.go index 17a6c5c..8854686 100644 --- a/person/loadout.go +++ b/person/loadout.go @@ -1,6 +1,8 @@ package person import ( + "strings" + "github.com/ectrc/snow/aid" "github.com/ectrc/snow/storage" "github.com/google/uuid" @@ -122,8 +124,8 @@ func (l *Loadout) GenerateFortniteLoadoutEntry() aid.JSON { "templateId": l.TemplateID, "attributes": aid.JSON{ "locker_name": l.LockerName, - "banner_icon_template": bannerItem.TemplateID, - "banner_color_template": bannerColorItem.TemplateID, + "banner_icon_template": l.GetAttribute("banner_icon_template"), + "banner_color_template": l.GetAttribute("banner_color_template"), "locker_slots_data": l.GenerateFortniteLockerSlotsData(), "item_seen": true, }, @@ -140,20 +142,18 @@ func (l *Loadout) GetAttribute(attribute string) interface{} { } } - bannerColorItem := Find(l.PersonID).AthenaProfile.Items.GetItem(l.BannerColorID) + bannerColorItem := Find(l.PersonID).CommonCoreProfile.Items.GetItem(l.BannerColorID) if bannerColorItem == nil { - bannerColorItem = &Item{ - TemplateID: "HomebaseBannerColor:DefaultColor5", - } + return nil } switch attribute { case "locker_name": return l.LockerName case "banner_icon_template": - return bannerItem.TemplateID + return strings.Split(bannerItem.TemplateID, ":")[1] case "banner_color_template": - return bannerColorItem.TemplateID + return strings.Split(bannerColorItem.TemplateID, ":")[1] case "locker_slots_data": return l.GenerateFortniteLockerSlotsData() } @@ -195,6 +195,7 @@ func (l *Loadout) GetItemSlotData(itemId string) aid.JSON { items := json["items"].([]string) items = append(items, item.TemplateID) + activeVariants := json["activeVariants"].([]aid.JSON) activeVariants = append(activeVariants, aid.JSON{ "variants": item.GenerateFortniteItemVariantChannels(), @@ -217,21 +218,17 @@ func (l *Loadout) GetItemsSlotData(itemIds []string) aid.JSON { return json } - for idx, itemId := range itemIds { + for pos, itemId := range itemIds { item := person.AthenaProfile.Items.GetItem(itemId) if item == nil { - item = &Item{ - TemplateID: "", - Variants: []*VariantChannel{}, - } + continue } items := json["items"].([]string) - items[idx] = item.TemplateID - + items[pos] = item.TemplateID activeVariants := json["activeVariants"].([]aid.JSON) - activeVariants[idx] = aid.JSON{ + activeVariants[pos] = aid.JSON{ "variants": []aid.JSON{}, } diff --git a/person/profile.go b/person/profile.go index 564ed83..cd39a54 100644 --- a/person/profile.go +++ b/person/profile.go @@ -183,8 +183,6 @@ func (p *Profile) Diff(b *ProfileSnapshot) []diff.Change { return nil } - aid.PrintJSON(changes) - for _, change := range changes { switch change.Path[0] { case "Items": diff --git a/storage/mem/cosmetics.json b/storage/mem/cosmetics.json index 0dee12b..dbb56f5 100644 --- a/storage/mem/cosmetics.json +++ b/storage/mem/cosmetics.json @@ -1699,7 +1699,6 @@ "AthenaCharacter:CID_Outlander_015_F_V1", "AthenaCharacter:CID_Outlander_016_F_V1", "AthenaCharacter:CID_Outlander_016_M_V1", - "AthenaCharacter:CID_Random", "AthenaCharacter:CID_TBD_Armadillo_Commando_M_NobleCINE", "AthenaCharacter:CID_TBD_Armadillo_Commando_M_Realm", "AthenaCharacter:CID_TBD_Athena_Commando_F_BuffetCine", @@ -3868,7 +3867,6 @@ "AthenaBackpack:BID_A_070_WildCardFemale", "AthenaBackpack:BID_NPC_CloakedAssassin", "AthenaBackpack:BID_NPC_HightowerDate", - "AthenaBackpack:BID_Random", "AthenaBackpack:BID_STWHero", "AthenaBackpack:BID_TBD_Cosmos", "AthenaBackpack:BID_TBD_TestAsset", @@ -4535,7 +4533,6 @@ "AthenaGlider:Glider_Prismatic", "AthenaGlider:Glider_ProxyTest", "AthenaGlider:Glider_Quartz", - "AthenaGlider:Glider_Random", "AthenaGlider:Glider_RedPepper", "AthenaGlider:Glider_RippedHarvester", "AthenaGlider:Glider_RoadTrip", @@ -5599,7 +5596,6 @@ "AthenaPickaxe:Pickaxe_PowerFarmer", "AthenaPickaxe:Pickaxe_PunkDevilVibe", "AthenaPickaxe:Pickaxe_Quartz", - "AthenaPickaxe:Pickaxe_Random", "AthenaPickaxe:Pickaxe_RedPepper", "AthenaPickaxe:Pickaxe_RenegadeRaider_Spark", "AthenaPickaxe:Pickaxe_RippedHarvester", @@ -6259,7 +6255,6 @@ "AthenaItemWrap:Wrap_Possession", "AthenaItemWrap:Wrap_PunkDevilVibe", "AthenaItemWrap:Wrap_RainbowClouds", - "AthenaItemWrap:Wrap_Random", "AthenaItemWrap:Wrap_RedPepper", "AthenaItemWrap:Wrap_RenegadeRaiderSpark", "AthenaItemWrap:Wrap_RetroSpeed", @@ -6300,5 +6295,755 @@ "AthenaItemWrap:Wrap_Virtuous", "AthenaItemWrap:Wrap_VitalPsych", "AthenaItemWrap:Wrap_Winter_Pal", - "AthenaItemWrap:Wrap_ZirconSweep" + "AthenaItemWrap:Wrap_ZirconSweep", + "AthenaMusicPack:MusicPack_000_Default", + "AthenaMusicPack:MusicPack_000_STW_Default", + "AthenaMusicPack:MusicPack_001_Floss", + "AthenaMusicPack:MusicPack_002_Spooky", + "AthenaMusicPack:MusicPack_003_OGRemix", + "AthenaMusicPack:MusicPack_004_Holiday", + "AthenaMusicPack:MusicPack_005_Disco", + "AthenaMusicPack:MusicPack_006_Twist", + "AthenaMusicPack:MusicPack_007_Pirate", + "AthenaMusicPack:MusicPack_008_Coral", + "AthenaMusicPack:MusicPack_009_StarPower", + "AthenaMusicPack:MusicPack_010_RunningMan", + "AthenaMusicPack:MusicPack_011_GetFunky", + "AthenaMusicPack:MusicPack_012_ElectroSwing", + "AthenaMusicPack:MusicPack_013_RoboTrack", + "AthenaMusicPack:MusicPack_014_S9Cine", + "AthenaMusicPack:MusicPack_015_GoodVibes", + "AthenaMusicPack:MusicPack_016_WorldCup", + "AthenaMusicPack:MusicPack_017_PhoneItIn", + "AthenaMusicPack:MusicPack_018_Glitter", + "AthenaMusicPack:MusicPack_019_Birthday2019", + "AthenaMusicPack:MusicPack_020_BunkerJam", + "AthenaMusicPack:MusicPack_022_DayDream", + "AthenaMusicPack:MusicPack_023_OG", + "AthenaMusicPack:MusicPack_024_Showdown", + "AthenaMusicPack:MusicPack_025_MakeItRain", + "AthenaMusicPack:MusicPack_026_LasagnaChill", + "AthenaMusicPack:MusicPack_027_LasagnaDope", + "AthenaMusicPack:MusicPack_028_LlamaBell", + "AthenaMusicPack:MusicPack_029_Wiggle", + "AthenaMusicPack:MusicPack_030_BlackMonday_X91ZH", + "AthenaMusicPack:MusicPack_031_ChipTune", + "AthenaMusicPack:MusicPack_032_GrooveJam", + "AthenaMusicPack:MusicPack_033_RockOut", + "AthenaMusicPack:MusicPack_034_SXRocketEvent", + "AthenaMusicPack:MusicPack_035_BattleBreakers", + "AthenaMusicPack:MusicPack_036_Storm", + "AthenaMusicPack:MusicPack_037_Extraterrestrial", + "AthenaMusicPack:MusicPack_038_Crackdown", + "AthenaMusicPack:MusicPack_039_Envy", + "AthenaMusicPack:MusicPack_040_XmasChipTunes", + "AthenaMusicPack:MusicPack_041_Slick", + "AthenaMusicPack:MusicPack_042_BunnyHop", + "AthenaMusicPack:MusicPack_043_Overdrive", + "AthenaMusicPack:MusicPack_044_S12Cine", + "AthenaMusicPack:MusicPack_045_Carnaval", + "AthenaMusicPack:MusicPack_046_Paws", + "AthenaMusicPack:MusicPack_047_FreestylinClubRemix", + "AthenaMusicPack:MusicPack_048_SpyRemix", + "AthenaMusicPack:MusicPack_049_BalletSpinRemix", + "AthenaMusicPack:MusicPack_050_BillyBounce", + "AthenaMusicPack:MusicPack_051_Headbanger", + "AthenaMusicPack:MusicPack_052_S13Cine", + "AthenaMusicPack:MusicPack_053_FortniteTrapRemix", + "AthenaMusicPack:MusicPack_054_Fritter", + "AthenaMusicPack:MusicPack_055_Switchstep", + "AthenaMusicPack:MusicPack_056_S14_Cine", + "AthenaMusicPack:MusicPack_057_S14_Hero", + "AthenaMusicPack:MusicPack_058_S14_Villain", + "AthenaMusicPack:MusicPack_060_TakeTheW", + "AthenaMusicPack:MusicPack_061_RLxFN", + "AthenaMusicPack:MusicPack_063_KeydUp", + "AthenaMusicPack:MusicPack_064_FortniteFright", + "AthenaMusicPack:MusicPack_065_FortlishRap", + "AthenaMusicPack:MusicPack_066_ComicBookTrack", + "AthenaMusicPack:MusicPack_067_Bollywood", + "AthenaMusicPack:MusicPack_068_S14EndEvent", + "AthenaMusicPack:MusicPack_069_OldSchool", + "AthenaMusicPack:MusicPack_070_StarPowerRemix", + "AthenaMusicPack:MusicPack_071_FortniteCarollingRemix", + "AthenaMusicPack:MusicPack_072_HolidayEuroDiscoRemix", + "AthenaMusicPack:MusicPack_073_RL2PromoTrack", + "AthenaMusicPack:MusicPack_074_PlanetaryVibe", + "AthenaMusicPack:MusicPack_075_FishstickQuest", + "AthenaMusicPack:MusicPack_076_IO_Guard", + "AthenaMusicPack:MusicPack_077_ButterBarn", + "AthenaMusicPack:MusicPack_078_RaiseTheRoof", + "AthenaMusicPack:MusicPack_079_S16_Cine", + "AthenaMusicPack:MusicPack_080_S15_EndEvent", + "AthenaMusicPack:MusicPack_081_RL_LlamaRama_9LRCK", + "AthenaMusicPack:MusicPack_082_LivingLarge", + "AthenaMusicPack:MusicPack_083_TowerGuards", + "AthenaMusicPack:MusicPack_084_BuffCatComic_5JC9Y", + "AthenaMusicPack:MusicPack_085_Phonograph", + "AthenaMusicPack:MusicPack_086_Hype", + "AthenaMusicPack:MusicPack_087_Antique", + "AthenaMusicPack:MusicPack_088_Believer", + "AthenaMusicPack:MusicPack_089_Innovator", + "AthenaMusicPack:MusicPack_090_EasyLife", + "AthenaMusicPack:MusicPack_091_Summer", + "AthenaMusicPack:MusicPack_092_Cine", + "AthenaMusicPack:MusicPack_093_SpaceCuddles", + "AthenaMusicPack:MusicPack_094_SpaceCuddlesInstrumental", + "AthenaMusicPack:MusicPack_095_SummerNight", + "AthenaMusicPack:MusicPack_096_CineAlienRemix", + "AthenaMusicPack:MusicPack_098_PopLock", + "AthenaMusicPack:MusicPack_099_FNCS", + "AthenaMusicPack:MusicPack_100_CerealBox", + "AthenaMusicPack:MusicPack_101_CerealBox_Instrumental", + "AthenaMusicPack:MusicPack_102_SpaceChimp", + "AthenaMusicPack:MusicPack_103_SpaceChimpInstrumental", + "AthenaMusicPack:MusicPack_104_Kiwi", + "AthenaMusicPack:MusicPack_105_S18Cine", + "AthenaMusicPack:MusicPack_106_Bistro_DQZH0", + "AthenaMusicPack:MusicPack_108_Paperbag_R2R4P", + "AthenaMusicPack:MusicPack_109_CubeQueen", + "AthenaMusicPack:MusicPack_112_Uproar_59WME", + "AthenaMusicPack:MusicPack_113_S18_FNCS", + "AthenaMusicPack:MusicPack_114_IslandNomad", + "AthenaMusicPack:MusicPack_115_Motorcyclist", + "AthenaMusicPack:MusicPack_116_Gumball", + "AthenaMusicPack:MusicPack_117_WinterFest2021", + "AthenaMusicPack:MusicPack_118_TheMarch", + "AthenaMusicPack:MusicPack_119_CH1_DefaultMusic", + "AthenaMusicPack:MusicPack_120_MonkeySS", + "AthenaMusicPack:MusicPack_121_CH3_DefaultMusic", + "AthenaMusicPack:MusicPack_122_Sleek_3ST6M", + "AthenaMusicPack:MusicPack_123_BestMates", + "AthenaMusicPack:MusicPack_124_Zest", + "AthenaMusicPack:MusicPack_125_S19_FNCS", + "AthenaMusicPack:MusicPack_126_Woman", + "AthenaMusicPack:MusicPack_127_Cadet", + "AthenaMusicPack:MusicPack_128_CubeKing", + "AthenaMusicPack:MusicPack_129_OrderGuard", + "AthenaMusicPack:MusicPack_131_MC", + "AthenaMusicPack:MusicPack_132_MayCrew", + "AthenaMusicPack:MusicPack_133_Armadillo", + "AthenaMusicPack:MusicPack_134_FNCS20", + "AthenaMusicPack:MusicPack_135_MayCrew_Instrumental", + "AthenaMusicPack:MusicPack_136_BlueJay", + "AthenaMusicPack:MusicPack_137_NightNight", + "AthenaMusicPack:MusicPack_138_Collectable", + "AthenaMusicPack:MusicPack_139_BG", + "AthenaMusicPack:MusicPack_140_DaysOfSummer", + "AthenaMusicPack:MusicPack_141_LilWhip", + "AthenaMusicPack:MusicPack_142_Barium", + "AthenaMusicPack:MusicPack_143_S21_FNCS", + "AthenaMusicPack:MusicPack_144_SeptemberCrew", + "AthenaMusicPack:MusicPack_145_RainbowRoyale", + "AthenaMusicPack:MusicPack_146_BadBear", + "AthenaMusicPack:MusicPack_147_TheHerald", + "AthenaMusicPack:MusicPack_148_ChillCat", + "AthenaMusicPack:MusicPack_150_CrewLobby", + "AthenaMusicPack:MusicPack_151_CrewLobby_Instrumental", + "AthenaMusicPack:MusicPack_153_Fortnitemares_FreakyBoss", + "AthenaMusicPack:MusicPack_154_Invitational_Album", + "AthenaMusicPack:MusicPack_156_Radish_Event", + "AthenaMusicPack:MusicPack_157_Radish_NightNight", + "AthenaMusicPack:MusicPack_158_VampireHunters", + "AthenaMusicPack:MusicPack_159_Chainmail", + "AthenaMusicPack:MusicPack_160_Venice", + "AthenaMusicPack:MusicPack_161_Citadel", + "AthenaMusicPack:MusicPack_162_S23Default", + "AthenaMusicPack:MusicPack_163_Winterfest_2022", + "AthenaMusicPack:MusicPack_164_RedPepper_Winterfest", + "AthenaMusicPack:MusicPack_165_SunBurst1", + "AthenaMusicPack:MusicPack_166_SunBurst2", + "AthenaMusicPack:MusicPack_167_SunBurst3", + "AthenaMusicPack:MusicPack_169_FNCS23", + "AthenaMusicPack:MusicPack_170_MagicMeadow", + "AthenaMusicPack:MusicPack_171_FlailingFins", + "AthenaMusicPack:MusicPack_172_MetalScout", + "AthenaMusicPack:MusicPack_173_VitalPsych", + "AthenaMusicPack:MusicPack_174_LocalZilla", + "AthenaMusicPack:MusicPack_175_Dazzle", + "AthenaMusicPack:MusicPack_176_MirageHiker", + "AthenaMusicPack:MusicPack_177_TigerRootQuest", + "AthenaMusicPack:MusicPack_178_S24FNCSDrops", + "AthenaMusicPack:MusicPack_179_FearlessFlight", + "AthenaMusicPack:MusicPack_180_CrispRover", + "AthenaMusicPack:MusicPack_181_SilentTempo", + "AthenaMusicPack:MusicPack_182_BuffCatCruise", + "AthenaMusicPack:MusicPack_183_LopexSnow", + "AthenaMusicPack:MusicPack_184_FNCSDrops", + "AthenaMusicPack:MusicPack_185_BlazerVeil", + "AthenaMusicPack:MusicPack_186_IndieBucket", + "AthenaMusicPack:MusicPack_187_PizzaParty", + "AthenaMusicPack:MusicPack_STW001_CannyValley", + "AthenaMusicPack:MusicPack_STW001_Holdfast", + "AthenaMusicPack:MusicPack_STW001_Starlight", + "AthenaSkyDiveContrail:Contrail_Apprentice", + "AthenaSkyDiveContrail:Contrail_BadBear", + "AthenaSkyDiveContrail:Contrail_BlazerVeil", + "AthenaSkyDiveContrail:Contrail_Chainmail", + "AthenaSkyDiveContrail:Contrail_CrispRover", + "AthenaSkyDiveContrail:Contrail_Dazzle", + "AthenaSkyDiveContrail:Contrail_Hibiscus", + "AthenaSkyDiveContrail:Contrail_IndieBucket", + "AthenaSkyDiveContrail:Contrail_Inferno", + "AthenaSkyDiveContrail:Contrail_JollyTroll", + "AthenaSkyDiveContrail:Contrail_LazarusLens", + "AthenaSkyDiveContrail:Contrail_LoudPhoenix", + "AthenaSkyDiveContrail:Contrail_Meteorwomen", + "AthenaSkyDiveContrail:Contrail_MusketSlinger", + "AthenaSkyDiveContrail:Contrail_Nebula", + "AthenaSkyDiveContrail:Contrail_NitroFlow", + "AthenaSkyDiveContrail:Contrail_PinkSpike", + "AthenaSkyDiveContrail:Contrail_PizzaParty", + "AthenaSkyDiveContrail:Contrail_Quartz", + "AthenaSkyDiveContrail:Contrail_RealityBloom", + "AthenaSkyDiveContrail:Contrail_RedPepper", + "AthenaSkyDiveContrail:Contrail_RippedHarvester", + "AthenaSkyDiveContrail:Contrail_RoseDust", + "AthenaSkyDiveContrail:Contrail_SharpFang", + "AthenaSkyDiveContrail:Contrail_SilentTempo", + "AthenaSkyDiveContrail:Contrail_Sunlit", + "AthenaSkyDiveContrail:Contrail_VitalPsych", + "AthenaSkyDiveContrail:Contrail_ZirconSweep", + "AthenaSkyDiveContrail:Trails_ID_001_Disco", + "AthenaSkyDiveContrail:Trails_ID_002_Rainbow", + "AthenaSkyDiveContrail:Trails_ID_003_Fire", + "AthenaSkyDiveContrail:Trails_ID_004_BlueStreak", + "AthenaSkyDiveContrail:Trails_ID_005_Bubbles", + "AthenaSkyDiveContrail:Trails_ID_007_TP", + "AthenaSkyDiveContrail:Trails_ID_008_Lightning", + "AthenaSkyDiveContrail:Trails_ID_009_Hearts", + "AthenaSkyDiveContrail:Trails_ID_010_RetroScifi", + "AthenaSkyDiveContrail:Trails_ID_011_Glitch", + "AthenaSkyDiveContrail:Trails_ID_012_Spraypaint", + "AthenaSkyDiveContrail:Trails_ID_013_ShootingStar", + "AthenaSkyDiveContrail:Trails_ID_014_Vines", + "AthenaSkyDiveContrail:Trails_ID_015_GoldenStarfish", + "AthenaSkyDiveContrail:Trails_ID_016_Ice", + "AthenaSkyDiveContrail:Trails_ID_017_Lanterns", + "AthenaSkyDiveContrail:Trails_ID_018_Runes", + "AthenaSkyDiveContrail:Trails_ID_019_PSBurnout", + "AthenaSkyDiveContrail:Trails_ID_020_RavenQuill", + "AthenaSkyDiveContrail:Trails_ID_021_Bling", + "AthenaSkyDiveContrail:Trails_ID_022_GreenSmoke", + "AthenaSkyDiveContrail:Trails_ID_023_Fireflies", + "AthenaSkyDiveContrail:Trails_ID_024_DieselSmoke", + "AthenaSkyDiveContrail:Trails_ID_025_JackOLantern", + "AthenaSkyDiveContrail:Trails_ID_026_Bats", + "AthenaSkyDiveContrail:Trails_ID_027_Sands", + "AthenaSkyDiveContrail:Trails_ID_032_StringLights", + "AthenaSkyDiveContrail:Trails_ID_033_Snowflakes", + "AthenaSkyDiveContrail:Trails_ID_034_SwirlySmoke", + "AthenaSkyDiveContrail:Trails_ID_036_FiberOptics", + "AthenaSkyDiveContrail:Trails_ID_037_Glyphs", + "AthenaSkyDiveContrail:Trails_ID_043_DiscoBalls", + "AthenaSkyDiveContrail:Trails_ID_044_Lava", + "AthenaSkyDiveContrail:Trails_ID_045_Undertow", + "AthenaSkyDiveContrail:Trails_ID_046_Clover", + "AthenaSkyDiveContrail:Trails_ID_047_AmmoBelt", + "AthenaSkyDiveContrail:Trails_ID_048_Spectral", + "AthenaSkyDiveContrail:Trails_ID_051_NeonTubes", + "AthenaSkyDiveContrail:Trails_ID_054_KpopGlow", + "AthenaSkyDiveContrail:Trails_ID_055_Bananas", + "AthenaSkyDiveContrail:Trails_ID_056_StormTracker", + "AthenaSkyDiveContrail:Trails_ID_057_BattleSuit", + "AthenaSkyDiveContrail:Trails_ID_059_Sony2", + "AthenaSkyDiveContrail:Trails_ID_063_BeachBalls", + "AthenaSkyDiveContrail:Trails_ID_065_DJRemix", + "AthenaSkyDiveContrail:Trails_ID_066_TacticalHUD", + "AthenaSkyDiveContrail:Trails_ID_068_Popcorn", + "AthenaSkyDiveContrail:Trails_ID_074_DriftLightning", + "AthenaSkyDiveContrail:Trails_ID_075_Celestial", + "AthenaSkyDiveContrail:Trails_ID_076_ReactiveLight", + "AthenaSkyDiveContrail:Trails_ID_077_Billiards", + "AthenaSkyDiveContrail:Trails_ID_078_SlurpMonster", + "AthenaSkyDiveContrail:Trails_ID_079_ZeroPoint", + "AthenaSkyDiveContrail:Trails_ID_080_DNAHelix", + "AthenaSkyDiveContrail:Trails_ID_081_MissingLink", + "AthenaSkyDiveContrail:Trails_ID_082_HolidayGarland", + "AthenaSkyDiveContrail:Trails_ID_083_AlphabetSoup", + "AthenaSkyDiveContrail:Trails_ID_084_Briefcase", + "AthenaSkyDiveContrail:Trails_ID_085_Candy", + "AthenaSkyDiveContrail:Trails_ID_086_SnowStorm", + "AthenaSkyDiveContrail:Trails_ID_087_TNTina", + "AthenaSkyDiveContrail:Trails_ID_088_Informer", + "AthenaSkyDiveContrail:Trails_ID_089_BlackKnight", + "AthenaSkyDiveContrail:Trails_ID_090_Constellation", + "AthenaSkyDiveContrail:Trails_ID_091_Longshorts", + "AthenaSkyDiveContrail:Trails_ID_092_SchoolOfFish", + "AthenaSkyDiveContrail:Trails_ID_093_SpaceWanderer", + "AthenaSkyDiveContrail:Trails_ID_094_WaterSpray", + "AthenaSkyDiveContrail:Trails_ID_095_HightowerDate", + "AthenaSkyDiveContrail:Trails_ID_096_HightowerGrape", + "AthenaSkyDiveContrail:Trails_ID_097_HightowerSpeedlines", + "AthenaSkyDiveContrail:Trails_ID_098_HightowerSquash", + "AthenaSkyDiveContrail:Trails_ID_099_HightowerTapas", + "AthenaSkyDiveContrail:Trails_ID_100_Turbo", + "AthenaSkyDiveContrail:Trails_ID_101_ParcelPrank", + "AthenaSkyDiveContrail:Trails_ID_102_HightowerVertigo_G63FW", + "AthenaSkyDiveContrail:Trails_ID_104_FlapjackWrangler", + "AthenaSkyDiveContrail:Trails_ID_105_FutureSamurai", + "AthenaSkyDiveContrail:Trails_ID_106_GeoStorm", + "AthenaSkyDiveContrail:Trails_ID_109_SpaceFighter", + "AthenaSkyDiveContrail:Trails_ID_110_Lexa", + "AthenaSkyDiveContrail:Trails_ID_111_HolidayCookies", + "AthenaSkyDiveContrail:Trails_ID_112_CubeNinja", + "AthenaSkyDiveContrail:Trails_ID_113_DinoHunter", + "AthenaSkyDiveContrail:Trails_ID_114_Temple", + "AthenaSkyDiveContrail:Trails_ID_115_Tube", + "AthenaSkyDiveContrail:Trails_ID_116_WavesOfLight", + "AthenaSkyDiveContrail:Trails_ID_117_Abduction", + "AthenaSkyDiveContrail:Trails_ID_118_BoostWings", + "AthenaSkyDiveContrail:Trails_ID_119_ColorTrip", + "AthenaSkyDiveContrail:Trails_ID_120_EnergyNet", + "AthenaSkyDiveContrail:Trails_ID_121_DarkAndLight", + "AthenaSkyDiveContrail:Trails_ID_122_FireworkStrands", + "AthenaSkyDiveContrail:Trails_ID_123_TacticalWoodlandBlue", + "AthenaSkyDiveContrail:Trails_ID_124_CerealBox", + "AthenaSkyDiveContrail:Trails_ID_125_GhostHunter", + "AthenaSkyDiveContrail:Trails_ID_126_Clash", + "AthenaSkyDiveContrail:Trails_ID_127_TeriyakiToon", + "AthenaSkyDiveContrail:Trails_ID_128_Division", + "AthenaSkyDiveContrail:Trails_ID_129_GhostChain", + "AthenaSkyDiveContrail:Trails_ID_130_ExoSuit", + "AthenaSkyDiveContrail:Trails_ID_131_Gumball", + "AthenaSkyDiveContrail:Trails_ID_133_LoneWolfMale", + "AthenaSkyDiveContrail:Trails_ID_134_MotorcyclistFemale", + "AthenaLoadingScreen:LSID_001_Brite", + "AthenaLoadingScreen:LSID_002_Raptor", + "AthenaLoadingScreen:LSID_003_Pickaxes", + "AthenaLoadingScreen:LSID_004_TacticalShotgun", + "AthenaLoadingScreen:LSID_005_SuppressedPistol", + "AthenaLoadingScreen:LSID_006_Minigun", + "AthenaLoadingScreen:LSID_007_TacticalCommando", + "AthenaLoadingScreen:LSID_008_KeyArt", + "AthenaLoadingScreen:LSID_009_S4Cumulative1", + "AthenaLoadingScreen:LSID_010_S4Cumulative2", + "AthenaLoadingScreen:LSID_011_S4Cumulative3", + "AthenaLoadingScreen:LSID_012_S4Cumulative4", + "AthenaLoadingScreen:LSID_013_S4Cumulative5", + "AthenaLoadingScreen:LSID_014_S4Cumulative6", + "AthenaLoadingScreen:LSID_015_S4Cumulative7", + "AthenaLoadingScreen:LSID_016_LlamaSniper", + "AthenaLoadingScreen:LSID_017_Carbide", + "AthenaLoadingScreen:LSID_018_Rex", + "AthenaLoadingScreen:LSID_019_TacticalJungle", + "AthenaLoadingScreen:LSID_020_SupplyDrop", + "AthenaLoadingScreen:LSID_021_Leviathan", + "AthenaLoadingScreen:LSID_022_BriteGunner", + "AthenaLoadingScreen:LSID_023_Candy", + "AthenaLoadingScreen:LSID_024_Graffiti", + "AthenaLoadingScreen:LSID_025_Raven", + "AthenaLoadingScreen:LSID_026_S4Cumulative8", + "AthenaLoadingScreen:LSID_027_S5Cumulative1", + "AthenaLoadingScreen:LSID_028_S5Cumulative2", + "AthenaLoadingScreen:LSID_029_S5Cumulative3", + "AthenaLoadingScreen:LSID_030_S5Cumulative4", + "AthenaLoadingScreen:LSID_031_S5Cumulative5", + "AthenaLoadingScreen:LSID_032_S5Cumulative6", + "AthenaLoadingScreen:LSID_033_S5Cumulative7", + "AthenaLoadingScreen:LSID_034_Abstrakt", + "AthenaLoadingScreen:LSID_035_Bandolier", + "AthenaLoadingScreen:LSID_036_Drift", + "AthenaLoadingScreen:LSID_037_Tomatohead", + "AthenaLoadingScreen:LSID_038_HighExplosives", + "AthenaLoadingScreen:LSID_039_Jailbirds", + "AthenaLoadingScreen:LSID_040_Lifeguard", + "AthenaLoadingScreen:LSID_041_SupplyLlama", + "AthenaLoadingScreen:LSID_042_Omen", + "AthenaLoadingScreen:LSID_043_RedKnight", + "AthenaLoadingScreen:LSID_044_FlyTrap", + "AthenaLoadingScreen:LSID_045_VikingFemale", + "AthenaLoadingScreen:LSID_046_VikingPattern", + "AthenaLoadingScreen:LSID_047_S5Cumulative8", + "AthenaLoadingScreen:LSID_048_S5Cumulative9", + "AthenaLoadingScreen:LSID_049_S5Cumulative10", + "AthenaLoadingScreen:LSID_050_TomatoTemple", + "AthenaLoadingScreen:LSID_051_Ravage", + "AthenaLoadingScreen:LSID_052_EmoticonCollage", + "AthenaLoadingScreen:LSID_053_SupplyLlama", + "AthenaLoadingScreen:LSID_054_Scuba", + "AthenaLoadingScreen:LSID_055_Valkyrie", + "AthenaLoadingScreen:LSID_056_Fate", + "AthenaLoadingScreen:LSID_057_Bunnies", + "AthenaLoadingScreen:LSID_058_DJConcept", + "AthenaLoadingScreen:LSID_059_Vampire", + "AthenaLoadingScreen:LSID_060_Cowgirl", + "AthenaLoadingScreen:LSID_061_Werewolf", + "AthenaLoadingScreen:LSID_062_S6Cumulative01", + "AthenaLoadingScreen:LSID_063_S6Cumulative02", + "AthenaLoadingScreen:LSID_064_S6Cumulative03", + "AthenaLoadingScreen:LSID_065_S6Cumulative04", + "AthenaLoadingScreen:LSID_066_S6Cumulative05", + "AthenaLoadingScreen:LSID_067_S6Cumulative06", + "AthenaLoadingScreen:LSID_068_S6Cumulative07", + "AthenaLoadingScreen:LSID_069_S6Cumulative08", + "AthenaLoadingScreen:LSID_070_S6Cumulative09", + "AthenaLoadingScreen:LSID_071_S6Cumulative10", + "AthenaLoadingScreen:LSID_072_WinterLauncher", + "AthenaLoadingScreen:LSID_073_DustyDepot", + "AthenaLoadingScreen:LSID_074_DarkBomber", + "AthenaLoadingScreen:LSID_075_TacticalSanta", + "AthenaLoadingScreen:LSID_076_Medics", + "AthenaLoadingScreen:LSID_078_SkullTrooper", + "AthenaLoadingScreen:LSID_079_Plane", + "AthenaLoadingScreen:LSID_080_Gingerbread", + "AthenaLoadingScreen:LSID_081_TenderDefender", + "AthenaLoadingScreen:LSID_082_NeonCat", + "AthenaLoadingScreen:LSID_083_Crackshot", + "AthenaLoadingScreen:LSID_084_S7Cumulative01", + "AthenaLoadingScreen:LSID_085_S7Cumulative02", + "AthenaLoadingScreen:LSID_086_S7Cumulative03", + "AthenaLoadingScreen:LSID_087_S7Cumulative04", + "AthenaLoadingScreen:LSID_088_S7Cumulative05", + "AthenaLoadingScreen:LSID_089_S7Cumulative06", + "AthenaLoadingScreen:LSID_090_S7Cumulative07", + "AthenaLoadingScreen:LSID_091_S7Cumulative08", + "AthenaLoadingScreen:LSID_092_S7Cumulative09", + "AthenaLoadingScreen:LSID_093_S7Cumulative10", + "AthenaLoadingScreen:LSID_094_HolidaySpecial", + "AthenaLoadingScreen:LSID_095_Prisoner", + "AthenaLoadingScreen:LSID_096_PlaneKey", + "AthenaLoadingScreen:LSID_097_PowerChord", + "AthenaLoadingScreen:LSID_098_DragonNinja", + "AthenaLoadingScreen:LSID_099_PirateTheme", + "AthenaLoadingScreen:LSID_100_StPattyDay", + "AthenaLoadingScreen:LSID_101_IceQueen", + "AthenaLoadingScreen:LSID_102_TriceraOps", + "AthenaLoadingScreen:LSID_103_SprayCollage", + "AthenaLoadingScreen:LSID_104_MasterKey", + "AthenaLoadingScreen:LSID_105_BlackWidow", + "AthenaLoadingScreen:LSID_106_TreasureMap", + "AthenaLoadingScreen:LSID_107_S8Cumulative01", + "AthenaLoadingScreen:LSID_108_S8Cumulative02", + "AthenaLoadingScreen:LSID_109_S8Cumulative03", + "AthenaLoadingScreen:LSID_110_S8Cumulative04", + "AthenaLoadingScreen:LSID_111_S8Cumulative05", + "AthenaLoadingScreen:LSID_112_S8Cumulative06", + "AthenaLoadingScreen:LSID_113_S8Cumulative07", + "AthenaLoadingScreen:LSID_114_S8Cumulative08", + "AthenaLoadingScreen:LSID_115_S8Cumulative09", + "AthenaLoadingScreen:LSID_116_S8Cumulative10", + "AthenaLoadingScreen:LSID_117_Squishy", + "AthenaLoadingScreen:LSID_118_Heist", + "AthenaLoadingScreen:LSID_119_VolcanoKey", + "AthenaLoadingScreen:LSID_120_Ashton", + "AthenaLoadingScreen:LSID_121_Vikings", + "AthenaLoadingScreen:LSID_122_Aztec", + "AthenaLoadingScreen:LSID_123_Inferno", + "AthenaLoadingScreen:LSID_124_AirRoyale", + "AthenaLoadingScreen:LSID_125_LavaLegends", + "AthenaLoadingScreen:LSID_126_FloorIsLava", + "AthenaLoadingScreen:LSID_127_UnicornPickaxe", + "AthenaLoadingScreen:LSID_128_AuroraGlow", + "AthenaLoadingScreen:LSID_129_Stormtracker", + "AthenaLoadingScreen:LSID_130_StrawberryPilot", + "AthenaLoadingScreen:LSID_131_S9Cumulative01", + "AthenaLoadingScreen:LSID_132_S9Cumulative02", + "AthenaLoadingScreen:LSID_133_S9Cumulative03", + "AthenaLoadingScreen:LSID_134_S9Cumulative04", + "AthenaLoadingScreen:LSID_135_S9Cumulative05", + "AthenaLoadingScreen:LSID_136_S9Cumulative06", + "AthenaLoadingScreen:LSID_137_S9Cumulative07", + "AthenaLoadingScreen:LSID_138_S9Cumulative08", + "AthenaLoadingScreen:LSID_139_S9Cumulative09", + "AthenaLoadingScreen:LSID_140_S9Cumulative10", + "AthenaLoadingScreen:LSID_141_PS06", + "AthenaLoadingScreen:LSID_142_MashLTM", + "AthenaLoadingScreen:LSID_143_SummerDays", + "AthenaLoadingScreen:LSID_144_WaterBalloonLTM", + "AthenaLoadingScreen:LSID_145_Doggus", + "AthenaLoadingScreen:LSID_146_WorldCup2019", + "AthenaLoadingScreen:LSID_147_UtopiaKey", + "AthenaLoadingScreen:LSID_148_FortbyteReveal", + "AthenaLoadingScreen:LSID_151_JMSparkle", + "AthenaLoadingScreen:LSID_152_JMLuxe", + "AthenaLoadingScreen:LSID_153_IJDriftboard", + "AthenaLoadingScreen:LSID_154_IJCuddle", + "AthenaLoadingScreen:LSID_155_AKDrift", + "AthenaLoadingScreen:LSID_156_AKBrite", + "AthenaLoadingScreen:LSID_157_NTBattleBus", + "AthenaLoadingScreen:LSID_158_NTDurrr", + "AthenaLoadingScreen:LSID_159_KTFirewalker", + "AthenaLoadingScreen:LSID_160_KTVendetta", + "AthenaLoadingScreen:LSID_161_H7OutfitsA", + "AthenaLoadingScreen:LSID_162_H7OutfitsB", + "AthenaLoadingScreen:LSID_163_SMRocketRide", + "AthenaLoadingScreen:LSID_164_SMCrackshot", + "AthenaLoadingScreen:LSID_165_S10Cumulative01", + "AthenaLoadingScreen:LSID_166_S10Cumulative02", + "AthenaLoadingScreen:LSID_167_S10Cumulative03", + "AthenaLoadingScreen:LSID_168_S10Cumulative04", + "AthenaLoadingScreen:LSID_169_S10Cumulative05", + "AthenaLoadingScreen:LSID_170_S10Cumulative06", + "AthenaLoadingScreen:LSID_171_S10Cumulative07", + "AthenaLoadingScreen:LSID_172_S10Cumulative08_E9M2F", + "AthenaLoadingScreen:LSID_173_S10Cumulative09", + "AthenaLoadingScreen:LSID_174_S10Cumulative10", + "AthenaLoadingScreen:LSID_175_JMTomato", + "AthenaLoadingScreen:LSID_176_SMVolcano", + "AthenaLoadingScreen:LSID_177_IJLlama", + "AthenaLoadingScreen:LSID_178_BlackMonday_S815X", + "AthenaLoadingScreen:LSID_179_SXKey", + "AthenaLoadingScreen:LSID_180_S11Cumulative01", + "AthenaLoadingScreen:LSID_181_S11Cumulative02", + "AthenaLoadingScreen:LSID_182_S11Cumulative03", + "AthenaLoadingScreen:LSID_183_S11Cumulative04", + "AthenaLoadingScreen:LSID_184_S11Cumulative05", + "AthenaLoadingScreen:LSID_185_S11Cumulative06", + "AthenaLoadingScreen:LSID_186_S11Cumulative07", + "AthenaLoadingScreen:LSID_187_S11Cumulative08", + "AthenaLoadingScreen:LSID_188_S11Cumulative09", + "AthenaLoadingScreen:LSID_189_S11Cumulative10", + "AthenaLoadingScreen:LSID_190_ICMechaTeam", + "AthenaLoadingScreen:LSID_191_TZNutcracker", + "AthenaLoadingScreen:LSID_192_JUWiggle", + "AthenaLoadingScreen:LSID_193_JMHollowhead", + "AthenaLoadingScreen:LSID_194_KTDeadfire", + "AthenaLoadingScreen:LSID_195_H7Skull", + "AthenaLoadingScreen:LSID_196_AMRockstar", + "AthenaLoadingScreen:LSID_197_SMRobot", + "AthenaLoadingScreen:LSID_198_JYSeasonX", + "AthenaLoadingScreen:LSID_199_SMTomato", + "AthenaLoadingScreen:LSID_200_JUDrift", + "AthenaLoadingScreen:LSID_201_JMInferno", + "AthenaLoadingScreen:LSID_202_TZDemi", + "AthenaLoadingScreen:LSID_204_NTBear", + "AthenaLoadingScreen:LSID_205_AMEternal", + "AthenaLoadingScreen:LSID_206_GRLlama", + "AthenaLoadingScreen:LSID_207_Fortnitemares", + "AthenaLoadingScreen:LSID_208_SMPattern", + "AthenaLoadingScreen:LSID_209_AKCrackshot", + "AthenaLoadingScreen:LSID_210_NDoggo", + "AthenaLoadingScreen:LSID_213_SkullDude", + "AthenaLoadingScreen:LSID_214_CycloneA", + "AthenaLoadingScreen:LSID_215_CycloneB", + "AthenaLoadingScreen:LSID_216_TNTina", + "AthenaLoadingScreen:LSID_217_Meowscles", + "AthenaLoadingScreen:LSID_218_TeamUp", + "AthenaLoadingScreen:LSID_219_AlterEgo", + "AthenaLoadingScreen:LSID_220_AdventureGirl", + "AthenaLoadingScreen:LSID_221_Midas", + "AthenaLoadingScreen:LSID_222_FrenzyFarms", + "AthenaLoadingScreen:LSID_223_SharkIsland", + "AthenaLoadingScreen:LSID_224_LoveAndWar_Love", + "AthenaLoadingScreen:LSID_225_LoveAndWar_War", + "AthenaLoadingScreen:LSID_226_ThreeMeowscles", + "AthenaLoadingScreen:LSID_227_LlamaStormCenter", + "AthenaLoadingScreen:LSID_228_BananaAgent", + "AthenaLoadingScreen:LSID_229_MountainBase", + "AthenaLoadingScreen:LSID_230_Donut", + "AthenaLoadingScreen:LSID_231_CycloneBraid", + "AthenaLoadingScreen:LSID_232_S12Key", + "AthenaLoadingScreen:LSID_233_StormTheAgency", + "AthenaLoadingScreen:LSID_234_BlackKnight", + "AthenaLoadingScreen:LSID_235_MechanicalEngineer", + "AthenaLoadingScreen:LSID_236_OceanRider", + "AthenaLoadingScreen:LSID_237_ProfessorPup", + "AthenaLoadingScreen:LSID_238_RacerZero", + "AthenaLoadingScreen:LSID_239_Sandcastle", + "AthenaLoadingScreen:LSID_240_SpaceWanderer", + "AthenaLoadingScreen:LSID_241_TacticalScuba", + "AthenaLoadingScreen:LSID_242_Valet", + "AthenaLoadingScreen:LSID_243_Floatilla", + "AthenaLoadingScreen:LSID_244_RollerDerby", + "AthenaLoadingScreen:LSID_246_HighTowerDate", + "AthenaLoadingScreen:LSID_247_HighTowerGrape", + "AthenaLoadingScreen:LSID_248_HighTowerHoneyDew", + "AthenaLoadingScreen:LSID_249_HighTowerMango", + "AthenaLoadingScreen:LSID_250_HighTowerSquash", + "AthenaLoadingScreen:LSID_251_HighTowerTapas", + "AthenaLoadingScreen:LSID_252_HighTowerTomato", + "AthenaLoadingScreen:LSID_253_HighTowerWasabi", + "AthenaLoadingScreen:LSID_254_S14SeasonalA", + "AthenaLoadingScreen:LSID_256_Corrupted", + "AthenaLoadingScreen:LSID_257_FNCS_CuddleTeam", + "AthenaLoadingScreen:LSID_258_Backspin", + "AthenaLoadingScreen:LSID_259_MidasRevenge", + "AthenaLoadingScreen:LSID_260_AncientGladiator", + "AthenaLoadingScreen:LSID_261_Shapeshifter", + "AthenaLoadingScreen:LSID_262_Lexa", + "AthenaLoadingScreen:LSID_263_FutureSamurai", + "AthenaLoadingScreen:LSID_264_Flapjack", + "AthenaLoadingScreen:LSID_265_SpaceFighter", + "AthenaLoadingScreen:LSID_266_Cosmos", + "AthenaLoadingScreen:LSID_267_S15SeasonalA", + "AthenaLoadingScreen:LSID_268_Holiday1", + "AthenaLoadingScreen:LSID_269_Holiday2", + "AthenaLoadingScreen:LSID_270_Nightmare_IZN91", + "AthenaLoadingScreen:LSID_271_FNCS_S15_ChampAxe", + "AthenaLoadingScreen:LSID_272_FoxWarrior_6DFA1", + "AthenaLoadingScreen:LSID_273_Tar_ITJ9S", + "AthenaLoadingScreen:LSID_274_Skirmish_PJ9TZ", + "AthenaLoadingScreen:LSID_275_FoxWarrior2", + "AthenaLoadingScreen:LSID_276_Kepler", + "AthenaLoadingScreen:LSID_277_RustLordDoggoLavaRain", + "AthenaLoadingScreen:LSID_278_GoldenTouch", + "AthenaLoadingScreen:LSID_279_Obsidian", + "AthenaLoadingScreen:LSID_280_Sentinel", + "AthenaLoadingScreen:LSID_281_CubeNinja", + "AthenaLoadingScreen:LSID_282_DinoHunter", + "AthenaLoadingScreen:LSID_283_AgentJonesy", + "AthenaLoadingScreen:LSID_284_ChickenWarrior", + "AthenaLoadingScreen:LSID_286_LlamaRama2_8ASUQ", + "AthenaLoadingScreen:LSID_287_BuffCatComic_JBE9O", + "AthenaLoadingScreen:LSID_288_Bicycle", + "AthenaLoadingScreen:LSID_289_YogurtJonesy", + "AthenaLoadingScreen:LSID_290_AprilSubs", + "AthenaLoadingScreen:LSID_291_S16_FNCS", + "AthenaLoadingScreen:LSID_293_Cranium", + "AthenaLoadingScreen:LSID_294_Alchemy_09U3R", + "AthenaLoadingScreen:LSID_295_Headcase", + "AthenaLoadingScreen:LSID_296_Cavern_60EXF", + "AthenaLoadingScreen:LSID_297_FoodKnights", + "AthenaLoadingScreen:LSID_298_SpaceCuddles", + "AthenaLoadingScreen:LSID_299_SpaceCuddles2", + "AthenaLoadingScreen:LSID_300_SpaceCuddles3", + "AthenaLoadingScreen:LSID_301_Broccoli_U6K04", + "AthenaLoadingScreen:LSID_302_Daybreak", + "AthenaLoadingScreen:LSID_303_WastelandWarrior", + "AthenaLoadingScreen:LSID_304_SkeletonQueen", + "AthenaLoadingScreen:LSID_305_Downpour_CHB8O", + "AthenaLoadingScreen:LSID_306_SpaceCuddles4", + "AthenaLoadingScreen:LSID_307_Emperor", + "AthenaLoadingScreen:LSID_308_AlienTrooper", + "AthenaLoadingScreen:LSID_309_Believer", + "AthenaLoadingScreen:LSID_310_Faux", + "AthenaLoadingScreen:LSID_311_Ruckus", + "AthenaLoadingScreen:LSID_312_Innovator", + "AthenaLoadingScreen:LSID_313_Invader", + "AthenaLoadingScreen:LSID_314_Antique", + "AthenaLoadingScreen:LSID_315_Key", + "AthenaLoadingScreen:LSID_316_Explosion", + "AthenaLoadingScreen:LSID_317_Cow", + "AthenaLoadingScreen:LSID_318_Firecracker", + "AthenaLoadingScreen:LSID_319_Summer", + "AthenaLoadingScreen:LSID_320_Linguini_8O4H0", + "AthenaLoadingScreen:LSID_321_DaysStore", + "AthenaLoadingScreen:LSID_322_CosmicSummerWave", + "AthenaLoadingScreen:LSID_323_Majesty_0P2RG", + "AthenaLoadingScreen:LSID_324_BuffCatFan_99Q4A", + "AthenaLoadingScreen:LSID_325_RiftTourMKTG1_18M49", + "AthenaLoadingScreen:LSID_326_RiftTourMKTG2", + "AthenaLoadingScreen:LSID_328_Quarrel_K4C12", + "AthenaLoadingScreen:LSID_329_Rift", + "AthenaLoadingScreen:LSID_330_RiftStack_WHFK1", + "AthenaLoadingScreen:LSID_331_FNCS", + "AthenaLoadingScreen:LSID_332_Monarch", + "AthenaLoadingScreen:LSID_333_Monarch2", + "AthenaLoadingScreen:LSID_334_Suspenders", + "AthenaLoadingScreen:LSID_335_WastelandWarrior", + "AthenaLoadingScreen:LSID_336_PunkKoi", + "AthenaLoadingScreen:LSID_337_CerealBox", + "AthenaLoadingScreen:LSID_338_Division", + "AthenaLoadingScreen:LSID_339_GhostHunter", + "AthenaLoadingScreen:LSID_340_SpaceChimp", + "AthenaLoadingScreen:LSID_342_Clash", + "AthenaLoadingScreen:LSID_343_GhostHunterSideWas", + "AthenaLoadingScreen:LSID_344_SpaceChimp2", + "AthenaLoadingScreen:LSID_345_S18KeyArt", + "AthenaLoadingScreen:LSID_347_Corrupt", + "AthenaLoadingScreen:LSID_348_DarkTrioIntro", + "AthenaLoadingScreen:LSID_349_DarkTrio2", + "AthenaLoadingScreen:LSID_350_CerealBoxParade", + "AthenaLoadingScreen:LSID_351_DarkTrio3", + "AthenaLoadingScreen:LSID_352_Wrath", + "AthenaLoadingScreen:LSID_353_ReferaFriendTaxi", + "AthenaLoadingScreen:LSID_354_FNCS18", + "AthenaLoadingScreen:LSID_355_VampireHunter", + "AthenaLoadingScreen:LSID_356_CubeQueen", + "AthenaLoadingScreen:LSID_357_Apparitions", + "AthenaLoadingScreen:LSID_358_Sunrise_1Q2KG", + "AthenaLoadingScreen:LSID_359_Giggle_6OHH8", + "AthenaLoadingScreen:LSID_360_Relish_FRX3N", + "AthenaLoadingScreen:LSID_361_DarkTrioBonus", + "AthenaLoadingScreen:LSID_362_Jinx_F9OY4", + "AthenaLoadingScreen:LSID_363_DarkTrioNov_4B2M5", + "AthenaLoadingScreen:LSID_364_Ashes_0XBPK", + "AthenaLoadingScreen:LSID_365_ZombieElastic", + "AthenaLoadingScreen:LSID_366_Uproar_8MFSF", + "AthenaLoadingScreen:LSID_367_Paperbag_3WGO8", + "AthenaLoadingScreen:LSID_368_CubeQueen2", + "AthenaLoadingScreen:LSID_369_Headband", + "AthenaLoadingScreen:LSID_370_HeadbandPizza", + "AthenaLoadingScreen:LSID_371_Headband_BB", + "AthenaLoadingScreen:LSID_372_Grandeur_UOK4E", + "AthenaLoadingScreen:LSID_373_Nucleus_TZ5C1", + "AthenaLoadingScreen:LSID_374_GuavaKey_IY0H9", + "AthenaLoadingScreen:LSID_375_GuavaEvent_9GXE3", + "AthenaLoadingScreen:LSID_378_S19_KeyArt", + "AthenaLoadingScreen:LSID_379_Turtleneck", + "AthenaLoadingScreen:LSID_381_BuffLlama", + "AthenaLoadingScreen:LSID_382_Gumball", + "AthenaLoadingScreen:LSID_383_IslandNomad", + "AthenaLoadingScreen:LSID_384_LoneWolf", + "AthenaLoadingScreen:LSID_385_Motorcyclist", + "AthenaLoadingScreen:LSID_386_Parallel", + "AthenaLoadingScreen:LSID_387_Island", + "AthenaLoadingScreen:LSID_389_Collage", + "AthenaLoadingScreen:LSID_390_KittyWarrior", + "AthenaLoadingScreen:LSID_391_TurtleneckAlt", + "AthenaLoadingScreen:LSID_392_IceLegends", + "AthenaLoadingScreen:LSID_393_WinterFest2021", + "AthenaLoadingScreen:LSID_394_GumballStomp", + "AthenaLoadingScreen:LSID_395_ExoSuitAlt", + "AthenaLoadingScreen:LSID_396_FNCS_GrandRoyale", + "AthenaLoadingScreen:LSID_397_ButterCake", + "AthenaLoadingScreen:LSID_398_UproarVI_5KIXU", + "AthenaLoadingScreen:LSID_399_Foe_AN5QC", + "AthenaLoadingScreen:LSID_400_Keen_T56WF", + "AthenaLoadingScreen:LSID_401_FNCS_Drops", + "AthenaLoadingScreen:LSID_402_IslandNomadMask", + "AthenaLoadingScreen:LSID_403_RainbowHat", + "AthenaLoadingScreen:LSID_404_Gimmick_GXP4P", + "AthenaLoadingScreen:LSID_405_FNCS_Iris", + "AthenaLoadingScreen:LSID_406_SCRN_WomensDay2022", + "AthenaLoadingScreen:LSID_408_SCRN_S2RebelsKeyArt", + "AthenaLoadingScreen:LSID_409_InnovatorKey", + "AthenaLoadingScreen:LSID_410_Cadet", + "AthenaLoadingScreen:LSID_411_CubeKing", + "AthenaLoadingScreen:LSID_412_CyberArmor", + "AthenaLoadingScreen:LSID_413_KnightCat", + "AthenaLoadingScreen:LSID_414_OrderGuard", + "AthenaLoadingScreen:LSID_415_Sienna", + "AthenaLoadingScreen:LSID_416_Mystic", + "AthenaLoadingScreen:LSID_417_S20_BattleBus", + "AthenaLoadingScreen:LSID_418_S20_Drill", + "AthenaLoadingScreen:LSID_419_S20_AllOutWar", + "AthenaLoadingScreen:LSID_420_SCRN_Snowfall", + "AthenaLoadingScreen:LSID_421_SCRN_JourneyMentor", + "AthenaLoadingScreen:LSID_422_TacticalBR_Reward1", + "AthenaLoadingScreen:LSID_423_Binary", + "AthenaLoadingScreen:LSID_424_NoPermit", + "AthenaLoadingScreen:LSID_425_POIBattle", + "AthenaLoadingScreen:LSID_426_BusJump", + "AthenaLoadingScreen:LSID_427_FNCSDrops", + "AthenaLoadingScreen:LSID_428_Lyrical", + "AthenaLoadingScreen:LSID_429_Rumble", + "AthenaLoadingScreen:LSID_430_ForsakeBeginning", + "AthenaLoadingScreen:LSID_431_Cactus", + "AthenaLoadingScreen:LSID_432_SCRN_Ultralight", + "AthenaLoadingScreen:LSID_433_Raspberry", + "AthenaLoadingScreen:LSID_435_BinaryTwin", + "AthenaLoadingScreen:LSID_436_ForsakeTransition", + "AthenaLoadingScreen:LSID_437_BusLlama", + "AthenaLoadingScreen:LSID_438_Armadillo", + "AthenaLoadingScreen:LSID_439_Forsake", + "AthenaLoadingScreen:LSID_440_Noble", + "AthenaLoadingScreen:LSID_441_CharacterCloud", + "AthenaLoadingScreen:LSID_442_Armadillo_Heartache", + "AthenaLoadingScreen:LSID_443_C3S3_KeyArt", + "AthenaLoadingScreen:LSID_444_BlueJay", + "AthenaLoadingScreen:LSID_445_Collectable", + "AthenaLoadingScreen:LSID_446_Fuchsia", + "AthenaLoadingScreen:LSID_447_Lancelot", + "AthenaLoadingScreen:LSID_449_PinkWidow", + "AthenaLoadingScreen:LSID_450_Realm", + "AthenaLoadingScreen:LSID_451_Canary", + "AthenaLoadingScreen:LSID_452_RealityTree", + "AthenaLoadingScreen:LSID_455_Lofi", + "AthenaLoadingScreen:LSID_456_Ensemble_BusGroup", + "AthenaLoadingScreen:LSID_457_Ensemble_Characters", + "AthenaLoadingScreen:LSID_458_Gloom", + "AthenaLoadingScreen:LSID_459_S21_FNCS", + "AthenaLoadingScreen:LSID_460_Trifle_Parfait" ] \ No newline at end of file